From owner-freebsd-ports Sun Dec 26 0:11: 9 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 3C4F915176 for ; Sun, 26 Dec 1999 00:11:06 -0800 (PST) (envelope-from musha@ms.tokyo.jcom.ne.jp) Received: from daemon.local.idaemons.org (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 RAA13947 for ; Sun, 26 Dec 1999 17:11:04 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id RAA13874; Sun, 26 Dec 1999 17:10:33 +0900 (JST) Date: Sun, 26 Dec 1999 17:10:32 +0900 Message-ID: <86hfh69l6v.wl@daemon.local.idaemons.org> From: Akinori MUSHA aka knu To: freebsd-ports@freebsd.org Subject: Re: ports/14359: Update port: mail/imap-uw In-Reply-To: In your message of "Thu, 23 Dec 1999 11:02:47 +0200 (EET)" References: <86ogbj2fb0.wl@localhost.local.idaemons.org> User-Agent: Wanderlust/2.2.12 (Joyride) EMIKO/1.13.9 (Euglena tripteris) FLIM/1.13.2 (Kasanui) Emacs/20.4 (i386--freebsd) MULE/4.0 (HANANOEN) Organization: A.I.D. MIME-Version: 1.0 (generated by EMIKO 1.13.9 - "Euglena tripteris") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, At Thu, 23 Dec 1999 11:02:47 +0200 (EET), Adrian Penisoara wrote: > But wait, isn't there an option to convince the port not to verify the > checksum for some of the source tarballs ? I found the way! Just include those changeable files onto the IGNOREFILES list, and the checksums will be ignored. An aspirin. :-) But we must be careful to do such a thing since there will be a risk of our getting harmed by trojan horses, not just that a change of the tarball may cause a failure in applying patches. Alternatively, why not put "files/imap-utils.tar.bz2.uu" (which is about 35KB in size) or just have another master sites? (I can provide some) By the way, seems you integrated safegets.[ch] into mlock.c, but I think they'd better stand alone because imap-utils also use them. I'm currently working on a mail/imap-utils port and I'll send it with a fix to the imap-uw port. Stay tuned. -- / /__ __ / ) ) ) ) / http://www.idaemons.org/knu/ Akinori MUSHA aka / (_ / ( (__( mailto:knu@idaemons.org "We are but hungry.. Associated Ita-meshi Daemons!" http://www.idaemons.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 1: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 0138614E96 for ; Sun, 26 Dec 1999 01:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA79685; Sun, 26 Dec 1999 01:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id EE4A514D32 for ; Sun, 26 Dec 1999 01:29:52 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id MAA25891; Sun, 26 Dec 1999 12:29:39 +0300 (MSK) Message-Id: <199912260929.MAA25891@netserv1.chg.ru> Date: Sun, 26 Dec 1999 12:29:39 +0300 (MSK) From: "Dmitry S. Sivachenko" Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15698: New port: misc/p5-I18N-Charset Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15698 >Category: ports >Synopsis: New port: misc/p5-I18N-Charset >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 Dec 26 01:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry S. Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: p5-I18N-Charset X# Version required: 1.03 X# Date created: 26 December 1999 X# Whom: Dmitry Sivachenko X# X# $FreeBSD: $ X# X XDISTNAME= I18N-Charset-1.03 XPKGNAME= p5-I18N-Charset-1.03 XCATEGORIES= misc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= I18N X XMAINTAINER= dima@Chg.RU X XUSE_PERL5= YES X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= I18N::Charset.3 X Xdo-configure: X @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (I18N-Charset-1.03.tar.gz) = 28d434fc00be341c4dedbe0d7c289666 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' XModule which maps CharSet names to the names registered with IANA END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' X XThis distribution contains a module I18N::Charset which maps Character XSet names to the names officially registered with IANA. For example, X'Shift_JIS' is the official name of 'x-sjis'. X XIt also maps character set names to Unicode::Map8 conversion scheme Xnames (if Unicode::Map8 is installed). For example, the Unicode::Map8 Xscheme name for 'windows-1251' is 'cp1251'. X X--dima Xdima@Chg.RU END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/I18N/Charset.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/Charset/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/Charset X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N END-of-./pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 1: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 B227E14FA1 for ; Sun, 26 Dec 1999 01:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA79979; Sun, 26 Dec 1999 01:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id D666E14FA1 for ; Sun, 26 Dec 1999 01:30:57 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id MAA26037; Sun, 26 Dec 1999 12:30:53 +0300 (MSK) Message-Id: <199912260930.MAA26037@netserv1.chg.ru> Date: Sun, 26 Dec 1999 12:30:53 +0300 (MSK) From: "Dmitry S. Sivachenko" Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15699: New port: misc/p5-I18N-LangTags Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15699 >Category: ports >Synopsis: New port: misc/p5-I18N-LangTags >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 Dec 26 01:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry S. Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/PLIST # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: p5-I18N-LangTags X# Version required: 0.12 X# Date created: 26 December 1999 X# Whom: Dmitry Sivachenko X# X# $FreeBSD: $ X# X XDISTNAME= I18N-LangTags-0.12 XPKGNAME= p5-I18N-LangTags-0.12 XCATEGORIES= misc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= I18N X XMAINTAINER= dima@Chg.RU X XUSE_PERL5= YES X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= I18N::LangTags.3 X Xdo-configure: X @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (I18N-LangTags-0.12.tar.gz) = 8b389b035c999884cf9d80fa6c0e43c8 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' XFunctions for dealing with RFC-1766-style language tags END-of-./pkg/COMMENT echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/I18N/LangTags.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/LangTags/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N/LangTags X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/I18N END-of-./pkg/PLIST echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XLanguage tags are a formalism, described in RFC 1766, for declaring Xwhat language form (language and possibly dialect) a given chunk of Xinformation is in. X XThis library provides functions for common tasks involving language Xtags (notably the extraction of them, comparing them, and testing the Xformal validity of them) as is needed in a variety of protocols and Xapplications. X X--dima Xdima@Chg.RU END-of-./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 Dec 26 3:40:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21F7A14CFC for ; Sun, 26 Dec 1999 03:40:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA84600; Sun, 26 Dec 1999 03:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 9EE7C14EC5 for ; Sun, 26 Dec 1999 03:34:06 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id OAA26400; Sun, 26 Dec 1999 14:33:15 +0300 (MSK) Message-Id: <199912261133.OAA26400@netserv1.chg.ru> Date: Sun, 26 Dec 1999 14:33:15 +0300 (MSK) From: "Dmitry S. Sivachenko" Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15700: Fix for lang/python to install python-mode.el Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15700 >Category: ports >Synopsis: Fix for lang/python to install python-mode.el >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 Dec 26 03:40:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry S. Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: Please apply this patch to make lang/python install python-mode.el >How-To-Repeat: >Fix: diff -Nur python.old/Makefile python/Makefile --- python.old/Makefile Sun Dec 26 14:31:04 1999 +++ python/Makefile Sun Dec 26 14:32:58 1999 @@ -104,6 +104,8 @@ post-install: strip ${PREFIX}/bin/python @${MKDIR} ${PREFIX}/share/doc/python + @${MKDIR} ${PREFIX}/share/python + ${INSTALL_DATA} ${WRKSRC}/Misc/python-mode.el ${PREFIX}/share/emacs/site-lisp ${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python @${MKDIR} ${PREFIX}/lib/python1.5/site-packages .if defined(WITH_TOOLS) && ${WITH_TOOLS} == yes diff -Nur python.old/pkg/PLIST python/pkg/PLIST --- python.old/pkg/PLIST Sun Dec 26 14:31:04 1999 +++ python/pkg/PLIST Sun Dec 26 14:33:51 1999 @@ -1,6 +1,7 @@ bin/python1.5 bin/python share/doc/python/COPYRIGHT +share/python/python-mode.el include/python1.5/Python.h include/python1.5/abstract.h include/python1.5/bitset.h @@ -995,3 +996,4 @@ @dirrm lib/python1.5 @exec mkdir -p %D/lib/python1.5/site-packages @dirrm share/doc/python +@dirrm share/python >Release-Note: >Audit-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 Dec 26 5: 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 9669714C0A for ; Sun, 26 Dec 1999 05:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA90693; Sun, 26 Dec 1999 05:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from hunahpu.sics.se (hunahpu.sics.se [193.10.66.220]) by hub.freebsd.org (Postfix) with ESMTP id 78B1314A1E; Sun, 26 Dec 1999 04:52:14 -0800 (PST) (envelope-from root@hunahpu.sics.se) Received: (from root@localhost) by hunahpu.sics.se (8.9.3/8.9.3) id NAA29860; Sun, 26 Dec 1999 13:52:22 +0100 (CET) (envelope-from root) Message-Id: <199912261252.NAA29860@hunahpu.sics.se> Date: Sun, 26 Dec 1999 13:52:22 +0100 (CET) From: assar@sics.se To: FreeBSD-gnats-submit@freebsd.org Cc: assar@sics.se, nectar@freebsd.org, markm@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15701: upgrade heimdal port to 0.2j Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15701 >Category: ports >Synopsis: upgrade heimdal port to 0.2j >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 Dec 26 05:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Assar Westerlund >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: >Description: Upgraded the heimdal port to 0.2j (which does not require any patches) >How-To-Repeat: >Fix: diff -x *~ -N -ruw heimdal.orig/Makefile heimdal/Makefile --- heimdal.orig/Makefile Sun Nov 7 10:58:40 1999 +++ heimdal/Makefile Sun Dec 26 02:32:23 1999 @@ -1,12 +1,12 @@ # Ports collection Makefile for: heimdal -# Version required: 0.2d +# Version required: 0.2j # Date created: 10/23/1999 # Whom: nectar@FreeBSD.ORG # # $FreeBSD: ports/security/heimdal/Makefile,v 1.5 1999/11/07 09:58:40 markm Exp $ # -DISTNAME= heimdal-0.2d +DISTNAME= heimdal-0.2j CATEGORIES= security MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ ftp://ftp.replay.com/pub/replay/crypto/APPS/kerberos/heimdal/ \ diff -x *~ -N -ruw heimdal.orig/files/md5 heimdal/files/md5 --- heimdal.orig/files/md5 Sat Nov 6 19:03:30 1999 +++ heimdal/files/md5 Sun Dec 26 02:33:00 1999 @@ -1 +1 @@ -MD5 (heimdal-0.2d.tar.gz) = b444fcee9e64efeb7fb9bb173ec58486 +MD5 (heimdal-0.2j.tar.gz) = ebcf0ea0b3ad0893563868acf0d764f2 diff -x *~ -N -ruw heimdal.orig/patches/patch-aa heimdal/patches/patch-aa --- heimdal.orig/patches/patch-aa Sat Nov 6 19:03:30 1999 +++ heimdal/patches/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ ---- lib/kadm5/Makefile.am.orig Wed Nov 3 20:16:43 1999 -+++ lib/kadm5/Makefile.am Fri Nov 5 01:11:18 1999 -@@ -22,8 +22,8 @@ - else file="$$f"; fi; \ - if cmp -s $$file $(buildkadm5include)/$$f 2> /dev/null ; then \ - : ; else \ -- echo "$(INSTALL_DATA) $$file $(buildkadm5include)/$$f";\ -- $(INSTALL_DATA) $$file $(buildkadm5include)/$$f; \ -+ echo "cp $$file $(buildkadm5include)/$$f";\ -+ cp $$file $(buildkadm5include)/$$f; \ - fi ; \ - done - diff -x *~ -N -ruw heimdal.orig/patches/patch-ab heimdal/patches/patch-ab --- heimdal.orig/patches/patch-ab Sat Nov 6 19:03:31 1999 +++ heimdal/patches/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ ---- lib/kadm5/Makefile.in.orig Wed Nov 3 20:36:00 1999 -+++ lib/kadm5/Makefile.in Fri Nov 5 01:11:44 1999 -@@ -794,8 +794,8 @@ - else file="$$f"; fi; \ - if cmp -s $$file $(buildkadm5include)/$$f 2> /dev/null ; then \ - : ; else \ -- echo "$(INSTALL_DATA) $$file $(buildkadm5include)/$$f";\ -- $(INSTALL_DATA) $$file $(buildkadm5include)/$$f; \ -+ echo "cp $$file $(buildkadm5include)/$$f";\ -+ cp $$file $(buildkadm5include)/$$f; \ - fi ; \ - done - >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 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 5266E1508F for ; Sun, 26 Dec 1999 05:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA90702; Sun, 26 Dec 1999 05:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id E9F7E14CA5 for ; Sun, 26 Dec 1999 04:59:51 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id PAA26681; Sun, 26 Dec 1999 15:59:41 +0300 (MSK) Message-Id: <199912261259.PAA26681@netserv1.chg.ru> Date: Sun, 26 Dec 1999 15:59:41 +0300 (MSK) From: "Dmitry S. Sivachenko" Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15702: New fix for lang/python to install python-mode.el Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15702 >Category: ports >Synopsis: New fix for lang/python to install python-mode.el >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 Dec 26 05:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry S. Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: Please close ports/15700, use this one instead, sorry for inconvenience. >How-To-Repeat: >Fix: diff -Nur python.old/Makefile python/Makefile --- python.old/Makefile Sun Dec 26 14:31:04 1999 +++ python/Makefile Sun Dec 26 15:50:14 1999 @@ -104,6 +104,8 @@ post-install: strip ${PREFIX}/bin/python @${MKDIR} ${PREFIX}/share/doc/python + @${MKDIR} ${PREFIX}/share/python + ${INSTALL_DATA} ${WRKSRC}/Misc/python-mode.el ${PREFIX}/share/python ${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python @${MKDIR} ${PREFIX}/lib/python1.5/site-packages .if defined(WITH_TOOLS) && ${WITH_TOOLS} == yes diff -Nur python.old/pkg/PLIST python/pkg/PLIST --- python.old/pkg/PLIST Sun Dec 26 14:31:04 1999 +++ python/pkg/PLIST Sun Dec 26 14:33:51 1999 @@ -1,6 +1,7 @@ bin/python1.5 bin/python share/doc/python/COPYRIGHT +share/python/python-mode.el include/python1.5/Python.h include/python1.5/abstract.h include/python1.5/bitset.h @@ -995,3 +996,4 @@ @dirrm lib/python1.5 @exec mkdir -p %D/lib/python1.5/site-packages @dirrm share/doc/python +@dirrm share/python >Release-Note: >Audit-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 Dec 26 5:20: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 C5BBB1508C; Sun, 26 Dec 1999 05:20:57 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA91661; Sun, 26 Dec 1999 05:20:57 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sun, 26 Dec 1999 05:20:57 -0800 (PST) From: Message-Id: <199912261320.FAA91661@freefall.freebsd.org> To: dima@Chg.RU, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15700: Fix for lang/python to install python-mode.el Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix for lang/python to install python-mode.el State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Sun Dec 26 05:20:26 PST 1999 State-Changed-Why: Superceded by ports/15702 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 7:40: 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 EE48F14E94 for ; Sun, 26 Dec 1999 07:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA52832; Sun, 26 Dec 1999 07:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A4F9914DC4; Sun, 26 Dec 1999 07:36:51 -0800 (PST) Message-Id: <19991226153651.A4F9914DC4@hub.freebsd.org> Date: Sun, 26 Dec 1999 07:36:51 -0800 (PST) From: mami@whale.cc.muroran-it.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15703: Update port: graphics/enfle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15703 >Category: ports >Synopsis: Update port: graphics/enfle >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 26 07:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Yuuki SAWADA >Release: FreeBSD 4.0-CURRENT >Organization: Muroran Institute of Technology >Environment: FreeBSD tokimeki.goldmoon.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Mon Dec 20 08:26:49 JST 1999 root@tokimeki.goldmoon.org:/usr/src/sys/compile/TOKIMEKI i386 >Description: Update from 19991206 to 19991224. New file(s): patches/patch-ba >How-To-Repeat: >Fix: diff -urN enfle.old/Makefile enfle/Makefile --- enfle.old/Makefile Sun Dec 26 04:24:14 1999 +++ enfle/Makefile Sun Dec 26 23:58:12 1999 @@ -1,28 +1,28 @@ # New ports collection makefile for: enfle -# Version required: 19991206 +# Version required: 19991224 # Date created: Tue Sep 28 02:25:17 JST 1999 # Whom: Yuuki SAWADA # # $FreeBSD: ports/graphics/enfle/Makefile,v 1.8 1999/12/23 18:01:45 steve Exp $ # -DISTNAME= enfle-19991206 +DISTNAME= enfle-19991224 CATEGORIES= graphics MASTER_SITES= http://enfle.fennel.org/ \ ftp://ftp.goldmoon.org:1200/pub/FreeBSD/ports/distfiles/ MAINTAINER= mami@whale.cc.muroran-it.ac.jp -BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 -LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-all-plugins --disable-static \ - --enable-plugins-dir +CONFIGURE_ARGS= --enable-all-plugins \ + --enable-plugins-dir \ + --disable-static MAN1= enfle.1 diff -urN enfle.old/files/md5 enfle/files/md5 --- enfle.old/files/md5 Fri Dec 24 08:14:43 1999 +++ enfle/files/md5 Sun Dec 26 04:23:14 1999 @@ -1 +1 @@ -MD5 (enfle-19991206.tar.bz2) = 939f508bcd8e28246d3ee102d2608c8f +MD5 (enfle-19991224.tar.bz2) = 67e363bda7a42719fbcc33ef9ccf5c41 diff -urN enfle.old/patches/patch-ba enfle/patches/patch-ba --- enfle.old/patches/patch-ba Thu Jan 1 09:00:00 1970 +++ enfle/patches/patch-ba Sun Dec 26 23:41:09 1999 @@ -0,0 +1,18 @@ +--- ltmain.sh.old Sun Dec 26 07:27:46 1999 ++++ ltmain.sh Sun Dec 26 07:29:56 1999 +@@ -1961,12 +1961,11 @@ + done + done + if test -n "$a_deplib" ; then +- droppeddeps=yes ++ newdeplibs="$newdeplibs $a_deplib" + echo + echo "*** Warning: This library needs some functionality provided by $a_deplib." +- echo "*** I have the capability to make that library automatically link in when" +- echo "*** you link to this library. But I can only do this if you have a" +- echo "*** shared version of the library, which you do not appear to have." ++ echo "*** Since you don't have a shared version of the library," ++ echo "*** I'll try to link a static version of the library." + fi + else + # Add a -L argument. >Release-Note: >Audit-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 Dec 26 7:49:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from web1.allunix.com (17.93.ng.netgatepool.quiknet.com [207.231.93.17]) by hub.freebsd.org (Postfix) with ESMTP id 0A87714D3D; Sun, 26 Dec 1999 07:49:10 -0800 (PST) (envelope-from david@allunix.com) Received: from windoze (windoze.allunix.com [192.168.3.3]) by web1.allunix.com (8.9.3/8.9.3) with SMTP id IAA01569; Sun, 26 Dec 1999 08:55:19 -0800 (PST) (envelope-from david@allunix.com) Message-Id: <199912261655.IAA01569@web1.allunix.com> From: david@allunix.com To: questions@freebsd.org Date: Thu, 6 Jan 2000 07:51:59 -0800 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: KDE Cc: ports@freebsd.org X-mailer: Pegasus Mail for Win32 (v3.11) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Could someone point me in the right direction as to how to go about building KDE 1.1.2 without using the ports collection. I am able to build KDE on linux without any problems. What patches if any are being applied to KDE prior to building? There has been talk on the KDE lists about not using the QT port to FreeBSD to build KDE? I am using 3-stable, qt -1.45 and kde 1.1.2 Please CC a reply to me direct as I do not belong to freebsd- questions. Thank you, Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 7: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 C361C15273 for ; Sun, 26 Dec 1999 07:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA53288; Sun, 26 Dec 1999 07:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 5F2C71501F for ; Sun, 26 Dec 1999 07:47:53 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id SAA27182; Sun, 26 Dec 1999 18:47:47 +0300 (MSK) Message-Id: <199912261547.SAA27182@netserv1.chg.ru> Date: Sun, 26 Dec 1999 18:47:47 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15704: New port: sysutils/p5-SyslogScan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15704 >Category: ports >Synopsis: New port: sysutils/p5-SyslogScan >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 Dec 26 07:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: p5-SyslogScan X# Version required: 0.32 X# Date created: 26 December 1999 X# Whom: Dmitry Sivachenko X# X# $FreeBSD: $ X# X XDISTNAME= SyslogScan-0.32 XPKGNAME= p5-SyslogScan-0.32 XCATEGORIES= sysutils perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= SyslogScan X XMAINTAINER= dima@Chg.RU X XUSE_PERL5= YES X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= SyslogScan::ByGroup.3 SyslogScan::Delivery.3 \ X SyslogScan::DeliveryIterator.3 \ X SyslogScan::SendmailLine.3 SyslogScan::SendmailLineFrom.3 \ X SyslogScan::SendmailLineTo.3 SyslogScan::SendmailUtil.3 \ X SyslogScan::Summary.3 SyslogScan::SyslogEntry.3 \ X SyslogScan::Usage.3 SyslogScan::WhereIs.3 read_mail_log.3 X Xdo-configure: X @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (SyslogScan-0.32.tar.gz) = d3923593207e0dbf5b26064d01518d4c END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/SyslogScan/Delivery.pm Xlib/perl5/site_perl/%%PERL_VER%%/SyslogScan/FilterUser.pm Xlib/perl5/site_perl/%%PERL_VER%%/SyslogScan/SendmailLineClone.pm Xlib/perl5/site_perl/%%PERL_VER%%/SyslogScan/ByGroup.pm Xlib/perl5/site_perl/%%PERL_VER%%/SyslogScan/SendmailLineFrom.pm Xlib/perl5/site_perl/%%PERL_VER%%/SyslogScan/SendmailUtil.pm Xlib/perl5/site_perl/%%PERL_VER%%/SyslogScan/Group.pm Xlib/perl5/site_perl/%%PERL_VER%%/SyslogScan/DeliveryIterator.pm Xlib/perl5/site_perl/%%PERL_VER%%/SyslogScan/Summary.pm Xlib/perl5/site_perl/%%PERL_VER%%/SyslogScan/SyslogEntry.pm Xlib/perl5/site_perl/%%PERL_VER%%/SyslogScan/Usage.pm Xlib/perl5/site_perl/%%PERL_VER%%/SyslogScan/SendmailLine.pm Xlib/perl5/site_perl/%%PERL_VER%%/SyslogScan/In_identdLine.pm Xlib/perl5/site_perl/%%PERL_VER%%/SyslogScan/WhereIs.pm Xlib/perl5/site_perl/%%PERL_VER%%/SyslogScan/SendmailLineTo.pm Xlib/perl5/site_perl/%%PERL_VER%%/SyslogScan/Volume.pm Xlib/perl5/site_perl/%%PERL_VER%%/SyslogScan/ParseDate.pm Xlib/perl5/site_perl/%%PERL_VER%%/SyslogScan/UnsupportedEntry.pm Xlib/perl5/site_perl/%%PERL_VER%%/SyslogScan/SendmailLineTrans.pm Xlib/perl5/site_perl/%%PERL_VER%%/read_mail_log.pl Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SyslogScan/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SyslogScan END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XPerl5 routines to parse system logs. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XSyslogScan contains routines to parse system logs. The package Xincludes a sample application, read_mail_log.pl, which can print out Xvarious statistics about mail sent and received. X XSyslogScan::SyslogLine encapsulates generic log lines in syslog files. X XSyslogScan::Delivery encapsulates a delivery of mail from one user to Xa list of users. X XSyslogScan::Summary generates reports of how much mail each user has Xsent and received. X XDelivery and Summary information can be efficiently persisted to a Xfile and recovered for later analysis. X X X--dima Xdima@Chg.RU END-of-./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 Dec 26 7:54:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from monsoon.mail.pipex.net (monsoon.mail.pipex.net [158.43.128.69]) by hub.freebsd.org (Postfix) with SMTP id 620B115063 for ; Sun, 26 Dec 1999 07:54:45 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 2038 invoked from network); 26 Dec 1999 15:54:42 -0000 Received: from usercp72.uk.uudial.com (HELO marder-1.) (62.188.156.101) by smtp.dial.pipex.com with SMTP; 26 Dec 1999 15:54:42 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id PAA18786; Sun, 26 Dec 1999 15:54:32 GMT (envelope-from mark) Date: Sun, 26 Dec 1999 15:54:32 +0000 From: Mark Ovens To: david@allunix.com Cc: questions@freebsd.org, ports@freebsd.org Subject: Re: KDE Message-ID: <19991226155432.E327@marder-1> References: <199912261655.IAA01569@web1.allunix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <199912261655.IAA01569@web1.allunix.com> Organization: Total lack of Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jan 06, 2000 at 07:51:59AM -0800, david@allunix.com wrote: > Could someone point me in the right direction as to how to go > about building KDE 1.1.2 without using the ports collection. > Try the packages ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/kde/ kde-1.1.2.tgz is the meta-port that installs the whole shooting-match HTH Merry Xmas > I am able to build KDE on linux without any problems. What > patches if any are being applied to KDE prior to building? > > There has been talk on the KDE lists about not using the QT port > to FreeBSD to build KDE? > > I am using 3-stable, qt -1.45 and kde 1.1.2 > > Please CC a reply to me direct as I do not belong to freebsd- > questions. > > Thank you, > Dave > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- "there's a long-standing bug relating to the x86 architecture that allows you to install Windows too" -Matthew D. Fuller ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 7:55:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id B3083151A3 for ; Sun, 26 Dec 1999 07:55:32 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 3306 invoked from network); 26 Dec 1999 15:55:28 -0000 Received: from usercp72.uk.uudial.com (HELO marder-1.) (62.188.156.101) by smtp.dial.pipex.com with SMTP; 26 Dec 1999 15:55:28 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id PAA18823 for ports@freebsd.org; Sun, 26 Dec 1999 15:55:19 GMT (envelope-from mark) Date: Sun, 26 Dec 1999 13:23:10 +0000 From: Mark Ovens To: ports@freebsd.org Subject: Fatal errors building xsane Message-ID: <19991226132309.B327@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i X-Mailer: Mutt 1.0pre2i Organization: Total lack of Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I get the following error when trying to build the xsane port: gmake[1]: Entering directory `/usr/ports/graphics/sane/work/sane-1.0.1/frontend' cc -c -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -O -pipe -I/usr/local/include -D_GNU_SOURCE -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/local/share -DV_MAJOR=1 -DV_MINOR=0 -O -pipe -Wall xscanimage.c xscanimage.c:79: conflicting types for `GIMP_EXTENSION' /usr/X11R6/include/libgimp/gimpenums.h:289: previous declaration of `GIMP_EXTENSION' gmake[1]: *** [xscanimage.o] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/sane/work/sane-1.0.1/frontend' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. marder-1# All the dependencies, including gmake (3.78.1) are up to date and I cvsup'd the ports tree prior to building it. Any ideas as to what is going wrong? Merry Christmas. -- "there's a long-standing bug relating to the x86 architecture that allows you to install Windows too" -Matthew D. Fuller ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 8: 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 C21AE151FE for ; Sun, 26 Dec 1999 08:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA53820; Sun, 26 Dec 1999 08:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from smtp01.primenet.com (smtp01.primenet.com [206.165.6.131]) by hub.freebsd.org (Postfix) with ESMTP id B854D1502D for ; Sun, 26 Dec 1999 07:55:09 -0800 (PST) (envelope-from rcarter@pinyon.org) Received: (from daemon@localhost) by smtp01.primenet.com (8.9.3/8.9.3) id IAA19787 for ; Sun, 26 Dec 1999 08:54:55 -0700 (MST) Received: from ip-83-138.prc.primenet.com(207.218.83.138), claiming to be "pinyon.org" via SMTP by smtp01.primenet.com, id smtpdAAA7XaaOM; Sun Dec 26 08:54:52 1999 Received: by pinyon.org (Postfix, from userid 1001) id E92275A; Sun, 26 Dec 1999 08:55:02 -0700 (MST) Message-Id: <19991226155502.E92275A@pinyon.org> Date: Sun, 26 Dec 1999 08:55:02 -0700 (MST) From: rcarter@pinyon.org Reply-To: rcarter@pinyon.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15705: New port for metakit-2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15705 >Category: ports >Synopsis: New port for metakit-2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 26 08:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Russell L. Carter >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # metakit # metakit/files # metakit/files/md5 # metakit/files/patch.Makefile # metakit/pkg # metakit/pkg/COMMENT # metakit/pkg/DESCR # metakit/pkg/PLIST # metakit/patches # metakit/patches/patch-aa # metakit/Makefile # echo c - metakit mkdir -p metakit > /dev/null 2>&1 echo c - metakit/files mkdir -p metakit/files > /dev/null 2>&1 echo x - metakit/files/md5 sed 's/^X//' >metakit/files/md5 << 'END-of-metakit/files/md5' XMD5 (metakit-2.0.tar.gz) = 14795a0f84d7c32fc4765a29624f9913 END-of-metakit/files/md5 echo x - metakit/files/patch.Makefile sed 's/^X//' >metakit/files/patch.Makefile << 'END-of-metakit/files/patch.Makefile' X--- Makefile Sat Dec 25 22:35:45 1999 X+++ Makefile.new Sat Dec 25 22:40:03 1999 X@@ -37,8 +37,8 @@ X X CXX = c++ X INSTALL = $(SHELL) $(top_builddir)/libtool /usr/bin/install -c -o root -g wheel X-INSTALL_DATA = install -c -o root -g wheel -m 444 X-INSTALL_PROGRAM = install -c -s -o root -g wheel -m 555 X+INSTALL_DATA = ${INSTALL} -c -o root -g wheel -m 444 X+INSTALL_PROGRAM = ${INSTALL} -c -s -o root -g wheel -m 555 X LIBTOOL = $(SHELL) $(top_builddir)/libtool X VERSION = 2.0 X END-of-metakit/files/patch.Makefile echo c - metakit/pkg mkdir -p metakit/pkg > /dev/null 2>&1 echo x - metakit/pkg/COMMENT sed 's/^X//' >metakit/pkg/COMMENT << 'END-of-metakit/pkg/COMMENT' XC++ embedded database engine, supports Python and Tcl. END-of-metakit/pkg/COMMENT echo x - metakit/pkg/DESCR sed 's/^X//' >metakit/pkg/DESCR << 'END-of-metakit/pkg/DESCR' Xhttp://www.equi4.com/metakit/ Xwww.ntk.net: "METAKIT is a curious Xmix of flatfile, relational and OODBMS features with a small Xfootprint and a big following. For those who don't need a Xheavy-duty SQL solution, it's tight and fast for <100,000 Xitems, with a snazzy ability to dynamically change data Xstructures on the fly. Interfaces are available for Tcl and XPython, with Perl promised soon." END-of-metakit/pkg/DESCR echo x - metakit/pkg/PLIST sed 's/^X//' >metakit/pkg/PLIST << 'END-of-metakit/pkg/PLIST' Xinclude/mk4.h Xinclude/mk4.inl Xinclude/mk4str.h Xinclude/mk4str.inl Xlib/libmk4.a Xlib/libmk4.so Xlib/libmk4.la Xlib/libmk4.so.0 END-of-metakit/pkg/PLIST echo c - metakit/patches mkdir -p metakit/patches > /dev/null 2>&1 echo x - metakit/patches/patch-aa sed 's/^X//' >metakit/patches/patch-aa << 'END-of-metakit/patches/patch-aa' Xdiff -ur ./src/fileio.cpp ../metakit-2.0.new/src/fileio.cpp X--- ../src/fileio.cpp Tue Dec 14 05:05:54 1999 X+++ ../metakit-2.0.new/src/fileio.cpp Sat Dec 25 20:19:15 1999 X@@ -14,6 +14,7 @@ X #endif X X #if q4_UNIX && HAVE_MMAP X+#include X #include X #endif X END-of-metakit/patches/patch-aa echo x - metakit/Makefile sed 's/^X//' >metakit/Makefile << 'END-of-metakit/Makefile' X# New ports collection makefile for: metakit X# Version required: 2.0 X# Date created: 25 December 1999 X# Whom: Russell L. Carter X# X# $FreeBSD$ X# X XDISTNAME= metakit-2.0 XCATEGORIES= devel XMASTER_SITES= http://download.sourceforge.net/metakit/ X XMAINTAINER= rcarter@pinyon.org X XWRKSRC=${WRKDIR}/${DISTNAME}/builds XUSE_LIBTOOL= yes XLIBTOOLFILES= ../unix/aclocal.m4 XCONFIGURE_SCRIPT= ../unix/configure XMAKE_ARGS= CXXFLAGS='-Dq4_STD -O2 -m486 -malign-loops=2 -malign-jumps=2' X Xpost-configure: X @cd ${WRKSRC} ; \ X ${PATCH} < ${FILESDIR}/patch.Makefile X X.include END-of-metakit/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 Dec 26 8: 7:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from web1.allunix.com (17.93.ng.netgatepool.quiknet.com [207.231.93.17]) by hub.freebsd.org (Postfix) with ESMTP id 950E1150FD; Sun, 26 Dec 1999 08:07:43 -0800 (PST) (envelope-from david@allunix.com) Received: from windoze (windoze.allunix.com [192.168.3.3]) by web1.allunix.com (8.9.3/8.9.3) with SMTP id JAA01598; Sun, 26 Dec 1999 09:12:40 -0800 (PST) (envelope-from david@allunix.com) Message-Id: <199912261712.JAA01598@web1.allunix.com> From: david@allunix.com To: Mark Ovens Date: Thu, 6 Jan 2000 08:09:21 -0800 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: KDE Cc: questions@freebsd.org, ports@freebsd.org In-reply-to: <19991226155432.E327@marder-1> References: <199912261655.IAA01569@web1.allunix.com> X-mailer: Pegasus Mail for Win32 (v3.11) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks for the prompt reply. Is there a way to install the packages using a user defined prefix such as /opt/kde ? I can build using the ports collection, but getting it to install where I want is another issue. On 26 Dec 99, at 15:54, Mark Ovens wrote: > On Thu, Jan 06, 2000 at 07:51:59AM -0800, david@allunix.com wrote: > > Could someone point me in the right direction as to how to go > > about building KDE 1.1.2 without using the ports collection. > > > > Try the packages > > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/kde/ > > kde-1.1.2.tgz is the meta-port that installs the whole shooting-match > > HTH > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 8:47:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from monsoon.mail.pipex.net (monsoon.mail.pipex.net [158.43.128.69]) by hub.freebsd.org (Postfix) with SMTP id 83B2F15078 for ; Sun, 26 Dec 1999 08:47:11 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 4061 invoked from network); 26 Dec 1999 16:47:09 -0000 Received: from userbo01.uk.uudial.com (HELO marder-1.) (62.188.145.151) by smtp.dial.pipex.com with SMTP; 26 Dec 1999 16:47:09 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id QAA19213; Sun, 26 Dec 1999 16:47:01 GMT (envelope-from mark) Date: Sun, 26 Dec 1999 16:47:01 +0000 From: Mark Ovens To: david@allunix.com Cc: questions@freebsd.org, ports@freebsd.org Subject: Re: KDE Message-ID: <19991226164701.G327@marder-1> References: <199912261655.IAA01569@web1.allunix.com> <19991226155432.E327@marder-1> <199912261712.JAA01598@web1.allunix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <199912261712.JAA01598@web1.allunix.com> Organization: Total lack of Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jan 06, 2000 at 08:09:21AM -0800, david@allunix.com wrote: > Thanks for the prompt reply. Is there a way to install the packages > using a user defined prefix such as /opt/kde ? I can build using the > ports collection, but getting it to install where I want is another > issue. > ``pkg_add -p'' is what you want, I think. man pkg_add should explain it. Note that you'll have to use pkg_add(1) directly rather than /stand/sysinstall. HTH Seasons Greetings. > On 26 Dec 99, at 15:54, Mark Ovens wrote: > > > On Thu, Jan 06, 2000 at 07:51:59AM -0800, david@allunix.com wrote: > > > Could someone point me in the right direction as to how to go > > > about building KDE 1.1.2 without using the ports collection. > > > > > > > Try the packages > > > > > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/kde/ > > > > kde-1.1.2.tgz is the meta-port that installs the whole shooting-match > > > > HTH > > > -- "there's a long-standing bug relating to the x86 architecture that allows you to install Windows too" -Matthew D. Fuller ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 8:50:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE02514F7A for ; Sun, 26 Dec 1999 08:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA56783; Sun, 26 Dec 1999 08:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from helium.verweg.com (helium.verweg.com [194.151.26.254]) by hub.freebsd.org (Postfix) with ESMTP id 53AA914F4F for ; Sun, 26 Dec 1999 08:44:47 -0800 (PST) (envelope-from ruben@helium.verweg.com) Received: (from ruben@localhost) by helium.verweg.com (8.9.3/8.9.3) id RAA07106; Sun, 26 Dec 1999 17:44:43 +0100 (CET) (envelope-from ruben) Message-Id: <199912261644.RAA07106@helium.verweg.com> Date: Sun, 26 Dec 1999 17:44:43 +0100 (CET) From: Ruben van Staveren Reply-To: ruben@helium.verweg.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15706: NEW port: gweather Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15706 >Category: ports >Synopsis: NEW port: gweather >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 Dec 26 08:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ruben van Staveren >Release: FreeBSD 3.4-STABLE i386 >Organization: Verweg dot Com >Environment: FreeBSD helium.verweg.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Sat Dec 25 18:01:48 CET 1999 root@helium.verweg.com:/usr/cvsup/3.0-stable/src/sys/compile/HELIUM i386 >Description: GNOME Weather is a panel applet that displays current weather information and forecasts, obtained from the METAR and IWIN services by NOAA (forecasts available only for US cities). It is under final stages of development. Author: Spiros Papadimitriou WWW: http://gweather.dhs.org/ >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: # # gweather # gweather/files # gweather/files/md5 # gweather/patches # gweather/patches/patch-aa # gweather/pkg # gweather/pkg/COMMENT # gweather/pkg/DESCR # gweather/pkg/PLIST # gweather/Makefile # gweather/scripts # gweather/scripts/install.sh # gweather/scripts/mkinstalldirs # echo c - gweather mkdir -p gweather > /dev/null 2>&1 echo c - gweather/files mkdir -p gweather/files > /dev/null 2>&1 echo x - gweather/files/md5 sed 's/^X//' >gweather/files/md5 << 'END-of-gweather/files/md5' XMD5 (gweather-0.05.tar.gz) = 3a9f9bda801dde77b3c2af1f39ed039b END-of-gweather/files/md5 echo c - gweather/patches mkdir -p gweather/patches > /dev/null 2>&1 echo x - gweather/patches/patch-aa sed 's/^X//' >gweather/patches/patch-aa << 'END-of-gweather/patches/patch-aa' X--- src/weather.c.orig Sun Dec 26 16:57:50 1999 X+++ src/weather.c Sun Dec 26 16:58:37 1999 X@@ -21,6 +21,7 @@ X #include X #include X X+#include X #include X #include X #include END-of-gweather/patches/patch-aa echo c - gweather/pkg mkdir -p gweather/pkg > /dev/null 2>&1 echo x - gweather/pkg/COMMENT sed 's/^X//' >gweather/pkg/COMMENT << 'END-of-gweather/pkg/COMMENT' XGnome applet that displays current weather information and forecasts END-of-gweather/pkg/COMMENT echo x - gweather/pkg/DESCR sed 's/^X//' >gweather/pkg/DESCR << 'END-of-gweather/pkg/DESCR' XGNOME Weather is a panel applet that displays current weather information and Xforecasts, obtained from the METAR and IWIN services by NOAA (forecasts Xavailable only for US cities). It is under final stages of development. X XAuthor: Spiros Papadimitriou X XWWW: http://gweather.dhs.org/ END-of-gweather/pkg/DESCR echo x - gweather/pkg/PLIST sed 's/^X//' >gweather/pkg/PLIST << 'END-of-gweather/pkg/PLIST' Xbin/gweather Xshare/gnome/applets/Utility/gweather.desktop Xetc/CORBA/servers/gweather.gnorba Xshare/gnome/gweather/Locations X@dirrm share/gnome/gweather END-of-gweather/pkg/PLIST echo x - gweather/Makefile sed 's/^X//' >gweather/Makefile << 'END-of-gweather/Makefile' X# New ports collection makefile for: gweather X# Version required: 0.05 X# Date created: 26 December 1999 X# Whom: Ruben van Staveren X# X# $FreeBSD$ X# X XDISTNAME= gweather-0.05 XCATEGORIES= x11 gnome XMASTER_SITES= http://gweather.dhs.org/ X XMAINTAINER= ruben@verweg.com X XBUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore XRUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore X XGLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config X XUSE_X_PREFIX= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ X --datadir=${PREFIX}/share/gnome X XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X MAKE="gmake" \ X GLIB_CONFIG="${GLIB_CONFIG}" \ X LIBS="-L${LOCALBASE}/lib" X Xpost-extract: X -rm ${WRKDIR}/gweather-0.05/install-sh X -rm ${WRKDIR}/gweather-0.05/mkinstalldirs X ${CP} ${SCRIPTDIR}/* ${WRKDIR}/gweather-0.05/ X X.include END-of-gweather/Makefile echo c - gweather/scripts mkdir -p gweather/scripts > /dev/null 2>&1 echo x - gweather/scripts/install.sh sed 's/^X//' >gweather/scripts/install.sh << 'END-of-gweather/scripts/install.sh' X#!/bin/sh X# X# Emulate the BSD install command with cpset for System V X# Tom Moore - NCR Corporation X# XPATH=/bin:/etc:/usr/bin:/usr/ucb Xexport PATH X X# Default values Xmode=0755 Xowner=bin Xgroup=bin Xstrip=FALSE Xremove=TRUE X XUSAGE="install [-s] [-c] [-m mode] [-o owner] [-g group] source file|directory" Xset -- `getopt scm:o:g: $*` || { X echo $USAGE >&2 X exit 2 X} Xfor option in $* Xdo X case $option in X -s) # Strip the installed file X strip=TRUE X shift X ;; X -c) # Copy the source file rather than move it X remove=FALSE X shift X ;; X -m) # File mode X mode=$2 X shift 2 X ;; X -o) # File owner X owner=$2 X shift 2 X ;; X -g) # File group X group=$2 X shift 2 X ;; X --) # End of options X shift X break X ;; X esac Xdone X Xcase $# in X0) echo "install: no file or destination specified" >&2 X exit 2 X ;; X1) echo "install: no destination specified" >&2 X exit 2 X ;; X2) source=$1 X destination=$2 X ;; X*) echo "install: too many files specified" >&2 X exit 2 X ;; Xesac X X[ $source = $destination -o $destination = . ] && { X echo "install: can't move $source onto itself" >&2 X exit 1 X} X X[ -f $source ] || { X echo "install: can't open $source" >&2 X exit 1 X} X Xif [ -d $destination ] Xthen X file=`basename $source` X OLDdestination=$destination/OLD$file X destination=$destination/$file Xelse X dir=`dirname $destination` X file=`basename $destination` X OLDdestination=$dir/OLD$file Xfi X X(cp $source $destination && X chmod $mode $destination && X chown $owner $destination && X chgrp $group $destination) || true # exit 1 X X# /bin/rm -f $OLDdestination X X[ $strip = TRUE ] && X strip $destination X X[ $remove = TRUE ] && X rm -f $source X Xexit 0 END-of-gweather/scripts/install.sh echo x - gweather/scripts/mkinstalldirs sed 's/^X//' >gweather/scripts/mkinstalldirs << 'END-of-gweather/scripts/mkinstalldirs' X#! /bin/sh X# mkinstalldirs --- make directory hierarchy X# Author: Noah Friedman X# Created: 1993-05-16 X# Public domain X X# $Id: mkinstalldirs,v 1.1 1998/07/17 14:18:48 jbj Exp $ X Xerrstatus=0 X Xfor file Xdo X set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` X shift X X pathcomp= X for d X do X pathcomp="$pathcomp$d" X case "$pathcomp" in X -* ) pathcomp=./$pathcomp ;; X esac X X if test ! -d "$pathcomp"; then X echo "mkdir $pathcomp" 1>&2 X X mkdir "$pathcomp" || lasterr=$? X X if test ! -d "$pathcomp"; then X errstatus=$lasterr X fi X fi X X pathcomp="$pathcomp/" X done Xdone X Xexit $errstatus X X# mkinstalldirs ends here END-of-gweather/scripts/mkinstalldirs exit >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 Dec 26 12: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 DA89E14EB5 for ; Sun, 26 Dec 1999 12:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA67900; Sun, 26 Dec 1999 12:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 67C4B14BE4; Sun, 26 Dec 1999 12:22:54 -0800 (PST) Message-Id: <19991226202254.67C4B14BE4@hub.freebsd.org> Date: Sun, 26 Dec 1999 12:22:54 -0800 (PST) From: tomaz.borstnar@over.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15708: unable to retrieve postgresql-6.5.2.tar.gz because of update on mirrors Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15708 >Category: ports >Synopsis: unable to retrieve postgresql-6.5.2.tar.gz because of update on mirrors >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 26 12:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Tomaz Borstnar >Release: 3.3-stable >Organization: SIIX d.o.o. >Environment: >Description: Postgresql's latest version is 6.5.3 and for some time postgresql-6.5.2.tar.gz is no longer avaliable on mirrors, but just patch file to upgrade. I submited report ports/15034 for changing version to 6.5.3 about a month ago, but it is still open, but now one can't use postgresql port due to unavaliable dist file. >How-To-Repeat: Just try to install the port. >Fix: Update version to 6.5.3. >Release-Note: >Audit-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 Dec 26 16:19: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 D519214BD5; Sun, 26 Dec 1999 16:19:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA79422; Sun, 26 Dec 1999 16:19:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 16:19:57 -0800 (PST) From: Message-Id: <199912270019.QAA79422@freefall.freebsd.org> To: globalpanic@gmx.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14701: New port: misc/proxyper Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: misc/proxyper State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 16:19:43 PST 1999 State-Changed-Why: This port already exists. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 16:21: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 3ADA414C09; Sun, 26 Dec 1999 16:21:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA79541; Sun, 26 Dec 1999 16:21:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 16:21:41 -0800 (PST) From: Message-Id: <199912270021.QAA79541@freefall.freebsd.org> To: jay.krell@cornell.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14745: local package fails to install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: local package fails to install State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 16:20:06 PST 1999 State-Changed-Why: Please pose this question to the freebsd-questions of freebsd-stable mailing list if you are still experiencing this. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 16:22: 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 B817314D99; Sun, 26 Dec 1999 16:22:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA79637; Sun, 26 Dec 1999 16:22:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 16:22:05 -0800 (PST) From: Message-Id: <199912270022.QAA79637@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/14783: mgetty 1.1.12 always sets clocal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mgetty 1.1.12 always sets clocal Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: steve Responsible-Changed-When: Sun Dec 26 16:21:53 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 16:23: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 39E2314D14; Sun, 26 Dec 1999 16:23:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA79740; Sun, 26 Dec 1999 16:23:19 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 16:23:19 -0800 (PST) From: Message-Id: <199912270023.QAA79740@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, joerg@FreeBSD.org Subject: Re: ports/14894: comm/kermit some fixed patch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: comm/kermit some fixed patch Responsible-Changed-From-To: freebsd-ports->joerg Responsible-Changed-By: steve Responsible-Changed-When: Sun Dec 26 16:22:15 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 16:24: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 4B8A614F23; Sun, 26 Dec 1999 16:24:26 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA79835; Sun, 26 Dec 1999 16:24:26 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 16:24:26 -0800 (PST) From: Message-Id: <199912270024.QAA79835@freefall.freebsd.org> To: grog@panic.sitaranetworks.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14987: graphics/xpm does not build a dynamic library, only a static one Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: graphics/xpm does not build a dynamic library, only a static one State-Changed-From-To: feedback->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 16:23:31 PST 1999 State-Changed-Why: As jedgar mentioned these issues seem to be resolved in -current now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 16:25:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E79F214D15; Sun, 26 Dec 1999 16:25:11 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA79940; Sun, 26 Dec 1999 16:25:11 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 16:25:11 -0800 (PST) From: Message-Id: <199912270025.QAA79940@freefall.freebsd.org> To: a.kupries@westend.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15050: Re: Tcl Data transformations (Tcl-Trf) port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Re: Tcl Data transformations (Tcl-Trf) port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 16:24:40 PST 1999 State-Changed-Why: Meant as followup to ports/14991. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 16: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 339EC14BD5; Sun, 26 Dec 1999 16:25:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA80018; Sun, 26 Dec 1999 16:25:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 16:25:34 -0800 (PST) From: Message-Id: <199912270025.QAA80018@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/15594: kscd-1.2.7 in -STABLE ports not playing ATAPI CDs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kscd-1.2.7 in -STABLE ports not playing ATAPI CDs Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: steve Responsible-Changed-When: Sun Dec 26 16:25:22 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 16:26: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 D606F14F23; Sun, 26 Dec 1999 16:26:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA80114; Sun, 26 Dec 1999 16:26:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 16:26:24 -0800 (PST) From: Message-Id: <199912270026.QAA80114@freefall.freebsd.org> To: wollman@khavrinen.lcs.mit.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15659: new port: CMU libsasl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: CMU libsasl State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 16:25:47 PST 1999 State-Changed-Why: Will commit this port shortly with ports/14619. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 16:29:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1131B14FF6; Sun, 26 Dec 1999 16:29:46 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA80469; Sun, 26 Dec 1999 16:29:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 16:29:45 -0800 (PST) From: Message-Id: <199912270029.QAA80469@freefall.freebsd.org> To: handy@physics.montana.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14633: vflib upgrade: 2.24.1->2.24.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: vflib upgrade: 2.24.1->2.24.2 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 16:28:53 PST 1999 State-Changed-Why: Committed, thanks! Hopefully 'mita@jp.freebsd.org' will put the distfile you were having problems with up on his site somewhere. For now at least ftp.freebsd.org still has a clean copy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 16:32: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 A544E15369; Sun, 26 Dec 1999 16:32:36 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA80679; Sun, 26 Dec 1999 16:32:36 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 16:32:36 -0800 (PST) From: Message-Id: <199912270032.QAA80679@freefall.freebsd.org> To: jay.krell@cornell.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14743: tcl/e package install hangs sysinstall with infinite prompt about reading license Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tcl/e package install hangs sysinstall with infinite prompt about reading license State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 16:31:09 PST 1999 State-Changed-Why: Fixed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 16:33:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C38615094; Sun, 26 Dec 1999 16:33:52 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA80837; Sun, 26 Dec 1999 16:33:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 16:33:51 -0800 (PST) From: Message-Id: <199912270033.QAA80837@freefall.freebsd.org> To: jay.krell@cornell.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14744: tksetathome hangs sysinstall due to lack of email address Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tksetathome hangs sysinstall due to lack of email address State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 16:33:37 PST 1999 State-Changed-Why: Pseudo-fixed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 16:38: 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 564A31533D; Sun, 26 Dec 1999 16:38:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA81244; Sun, 26 Dec 1999 16:38:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 16:38:05 -0800 (PST) From: Message-Id: <199912270038.QAA81244@freefall.freebsd.org> To: trevor@jpj.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14833: Update port: devel/sfio to 1999 release Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: devel/sfio to 1999 release State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 16:34:46 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 16:40: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 997FF14BD5; Sun, 26 Dec 1999 16:40:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA81533; Sun, 26 Dec 1999 16:40:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 16:40:22 -0800 (PST) From: Message-Id: <199912270040.QAA81533@freefall.freebsd.org> To: vince@pele.WURLDLINK.NET, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14888: ports/security/bjorb build fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/security/bjorb build fails State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 16:38:52 PST 1999 State-Changed-Why: Fixed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 16:46: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 24A9315283; Sun, 26 Dec 1999 16:46:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA82032; Sun, 26 Dec 1999 16:46:12 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 16:46:12 -0800 (PST) From: Message-Id: <199912270046.QAA82032@freefall.freebsd.org> To: Tony.Maher@eBioinformatics.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14915: Update port: net/generic-nqs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: net/generic-nqs State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 16:45:30 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 16:47: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.petersen.net (mail.petersen.net [63.65.211.20]) by hub.freebsd.org (Postfix) with ESMTP id 5F67514C09 for ; Sun, 26 Dec 1999 16:46:50 -0800 (PST) (envelope-from w8sdz@mail.petersen.net) Received: (from w8sdz@localhost) by mail.petersen.net (8.9.3/8.9.3/kbp) id ; Sun, 26 Dec 1999 19:46:08 -0500 (EST) Date: Sun, 26 Dec 1999 19:39:05 EST From: w8sdz@Mail.Petersen.Net (Keith Petersen) To: ports@FreeBSD.org Subject: Problem with rzsz port Message-Id: <19991226193905.w8sdz@Mail.Petersen.Net> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Re this port (which I got from ftp.cdrom.com yesterday): # New ports collection makefile for: rzsz # Version required: 3.50 # Date created: Oct 31, 1994 # Whom: ache # # $FreeBSD: ports/comms/rzsz/Makefile,v 1.31 1999/12/23 01:57:04 ache # Exp $ Running make on this port under FreeBSD 3.3-RELEASE #0 results in: /usr/ports/comms/rzsz># make ===> Extracting for rzsz-3.50 >> Checksum mismatch for rzsz.zip. Make sure the Makefile and md5 file (/usr/ports/comms/rzsz/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop. Taking the advice above results in: /usr/ports/comms/rzsz># make NO_CHECKSUM=yes ===> Extracting for rzsz-3.50 ===> rzsz-3.50 depends on executable: unzip - found /bin/mv /usr/ports/comms/rzsz/work/makefile /usr/ports/comms/rzsz/work/makefile.dist /bin/cp /usr/ports/comms/rzsz/files/makefile /usr/ports/comms/rzsz/work/Makefile ===> Patching for rzsz-3.50 ===> Applying FreeBSD patches for rzsz-3.50 2 out of 12 hunks failed--saving rejects to rbsb.c.rej *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Keith Petersen, President & CEO Petersen Data Management, Inc. w8sdz@Mail.Petersen.Net Voice and Fax: (904) 304-3349 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 16:47: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 B498D151FD; Sun, 26 Dec 1999 16:47:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA82256; Sun, 26 Dec 1999 16:47:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 16:47:27 -0800 (PST) From: Message-Id: <199912270047.QAA82256@freefall.freebsd.org> To: mi@aldan.algebra.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14926: JBIG-KIT port upgraded to the version 1.1 of the software Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: JBIG-KIT port upgraded to the version 1.1 of the software State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 16:46:52 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 16:53:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 704B5150FD for ; Sun, 26 Dec 1999 16:52:54 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id SAA28872; Sun, 26 Dec 1999 18:52:15 -0600 (CST) Date: Sun, 26 Dec 1999 18:52:14 -0600 (CST) From: Steve Price To: Keith Petersen Cc: ports@FreeBSD.ORG Subject: Re: Problem with rzsz port In-Reply-To: <19991226193905.w8sdz@Mail.Petersen.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 Try removing /usr/ports/distfiles/rzsz.zip and trying again. If that doesn't work then you probably have a new distfile with an old port; this is where CVSup comes in very handy. -steve On Sun, 26 Dec 1999, Keith Petersen wrote: # Re this port (which I got from ftp.cdrom.com yesterday): # # # New ports collection makefile for: rzsz # # Version required: 3.50 # # Date created: Oct 31, 1994 # # Whom: ache # # # # $FreeBSD: ports/comms/rzsz/Makefile,v 1.31 1999/12/23 01:57:04 ache # # Exp $ # # Running make on this port under FreeBSD 3.3-RELEASE #0 results in: # # /usr/ports/comms/rzsz># make # ===> Extracting for rzsz-3.50 # >> Checksum mismatch for rzsz.zip. # Make sure the Makefile and md5 file (/usr/ports/comms/rzsz/files/md5) # are up to date. If you want to override this check, type # "make NO_CHECKSUM=yes [other args]". # *** Error code 1 # # Stop. # # Taking the advice above results in: # # /usr/ports/comms/rzsz># make NO_CHECKSUM=yes # ===> Extracting for rzsz-3.50 # ===> rzsz-3.50 depends on executable: unzip - found # /bin/mv /usr/ports/comms/rzsz/work/makefile # /usr/ports/comms/rzsz/work/makefile.dist # /bin/cp /usr/ports/comms/rzsz/files/makefile # /usr/ports/comms/rzsz/work/Makefile # ===> Patching for rzsz-3.50 # ===> Applying FreeBSD patches for rzsz-3.50 # 2 out of 12 hunks failed--saving rejects to rbsb.c.rej # *** Error code 2 # # Stop. # *** Error code 1 # # Stop. # *** Error code 1 # # Stop. # *** Error code 1 # # Stop. # *** Error code 1 # # Keith Petersen, President & CEO # Petersen Data Management, Inc. # w8sdz@Mail.Petersen.Net # Voice and Fax: (904) 304-3349 # # # To Unsubscribe: send mail to majordomo@FreeBSD.org # with "unsubscribe freebsd-ports" in the body of the message # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 16:57: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 61B2114E16; Sun, 26 Dec 1999 16:57:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA82942; Sun, 26 Dec 1999 16:57:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 16:57:51 -0800 (PST) From: Message-Id: <199912270057.QAA82942@freefall.freebsd.org> To: mi@aldan.algebra.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14957: gtk12 requires Cronyx fonts for Russian language Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gtk12 requires Cronyx fonts for Russian language State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 16:47:49 PST 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 Dec 26 16:59: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 A848915154; Sun, 26 Dec 1999 16:58:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA83240; Sun, 26 Dec 1999 16:58:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 16:58:58 -0800 (PST) From: Message-Id: <199912270058.QAA83240@freefall.freebsd.org> To: avatar@mmlab.cse.yzu.edu.tw, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14994: [ports upgrade] chinese/pine4 from 4.20 to 4.21 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [ports upgrade] chinese/pine4 from 4.20 to 4.21 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 16:58:15 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 17: 0:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 747F714D10; Sun, 26 Dec 1999 17:00:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA83370; Sun, 26 Dec 1999 17:00:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 17:00:20 -0800 (PST) From: Message-Id: <199912270100.RAA83370@freefall.freebsd.org> To: jonny@jonny.eng.br, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15030: New patch, i3dren Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New patch, i3dren State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 16:59:36 PST 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 Dec 26 17: 8: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 321C015280; Sun, 26 Dec 1999 17:08:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA84207; Sun, 26 Dec 1999 17:08:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 17:08:40 -0800 (PST) From: Message-Id: <199912270108.RAA84207@freefall.freebsd.org> To: Karl.Dietz@frankfurt.netsurf.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15093: add man pages to net/dnsutl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: add man pages to net/dnsutl State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 17:05:20 PST 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 Dec 26 17:10: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 0977115275; Sun, 26 Dec 1999 17:10:18 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA84551; Sun, 26 Dec 1999 17:10:18 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 17:10:18 -0800 (PST) From: Message-Id: <199912270110.RAA84551@freefall.freebsd.org> To: sakai@miya3f12.ee.kagu.sut.ac.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15681: Port of EyeClock-2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port of EyeClock-2.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 17:09:21 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 17:15:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.petersen.net (mail.petersen.net [63.65.211.20]) by hub.freebsd.org (Postfix) with ESMTP id 7AFA61521E for ; Sun, 26 Dec 1999 17:15:40 -0800 (PST) (envelope-from w8sdz@mail.petersen.net) Received: (from w8sdz@localhost) by mail.petersen.net (8.9.3/8.9.3/kbp) id ; Sun, 26 Dec 1999 20:14:58 -0500 (EST) Date: Sun, 26 Dec 1999 19:55:43 EST From: w8sdz@mail.petersen.net (Keith Petersen) To: sprice@hiwaay.net (Steve Price) Cc: ports@FreeBSD.ORG Subject: Re: Problem with rzsz port Message-Id: <19991226195543.w8sdz@mail.petersen.net> In-Reply-To: Message of Sun, 26 Dec 1999 18:52:14 -0600 (CST) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org sprice@hiwaay.net (Steve Price) wrote: > Try removing /usr/ports/distfiles/rzsz.zip and trying again. If > that doesn't work then you probably have a new distfile with an > old port; this is where CVSup comes in very handy. Steve, as you suggested I just deleted rzsz.zip from the distfiles directory and when I ran make this was the result: /usr/ports/comms/rzsz># make >> rzsz.zip doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.cs.pdx.edu/pub/zmodem/. Receiving rzsz.zip (80537 bytes): 100% 80537 bytes transferred in 34.4 seconds (2.29 Kbytes/s) ===> Extracting for rzsz-3.50 >> Checksum mismatch for rzsz.zip. Make sure the Makefile and md5 file (/usr/ports/comms/rzsz/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop. === FYI, it appears that this port for rzsz-3.50 is out of date. The versions inside that zip file are: #define VERSION "3.54 10-19-99" #define PUBDIR "/usr/spool/uucppublic" /* ************************************************************************** * * sz.c By Chuck Forsberg, Omen Technology INC * Copyright 1999 Omen Technology Inc All Rights Reserved * === #define VERSION "3.54 10-19-99" #define PUBDIR "/usr/spool/uucppublic" /* * * rz.c By Chuck Forsberg * Copyright 1999 Omen Technology Inc All Rights Reserved === --Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 17:22:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 4A23114DE5 for ; Sun, 26 Dec 1999 17:22:10 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id TAA01459; Sun, 26 Dec 1999 19:21:43 -0600 (CST) Date: Sun, 26 Dec 1999 19:21:42 -0600 (CST) From: Steve Price To: Keith Petersen Cc: ports@FreeBSD.ORG Subject: Re: Problem with rzsz port In-Reply-To: <19991226195543.w8sdz@mail.petersen.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 26 Dec 1999, Keith Petersen wrote: # Steve, as you suggested I just deleted rzsz.zip from the distfiles # directory and when I ran make this was the result: # # /usr/ports/comms/rzsz># make # >> rzsz.zip doesn't seem to exist on this system. # >> Attempting to fetch from ftp://ftp.cs.pdx.edu/pub/zmodem/. # Receiving rzsz.zip (80537 bytes): 100% # 80537 bytes transferred in 34.4 seconds (2.29 Kbytes/s) # ===> Extracting for rzsz-3.50 # >> Checksum mismatch for rzsz.zip. # Make sure the Makefile and md5 file (/usr/ports/comms/rzsz/files/md5) # are up to date. If you want to override this check, type # "make NO_CHECKSUM=yes [other args]". # *** Error code 1 # # Stop. # # === # # FYI, it appears that this port for rzsz-3.50 is out of date. The # versions inside that zip file are: # # #define VERSION "3.54 10-19-99" [snip] It appears the distfile was updated again. This is the problem with having distfiles without version number information in the filename. Oh well. You can grab a copy of the correct distfile for the port you (and I) have from here. http://www.freebsd.org/~steve/distfiles/rzsz.zip -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 17:29: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 271F314F13; Sun, 26 Dec 1999 17:29:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA86341; Sun, 26 Dec 1999 17:29:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 17:29:28 -0800 (PST) From: Message-Id: <199912270129.RAA86341@freefall.freebsd.org> To: hotaru@tail.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14855: [NEW PORT] hns (Hyper NIKKI System) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [NEW PORT] hns (Hyper NIKKI System) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 17:17:17 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 17:29:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B52014F13; Sun, 26 Dec 1999 17:29:54 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA86451; Sun, 26 Dec 1999 17:29:54 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 17:29:54 -0800 (PST) From: Message-Id: <199912270129.RAA86451@freefall.freebsd.org> To: inagaki@tg.rim.or.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15650: new port: ptex-pkfont Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: ptex-pkfont State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 17:29:43 PST 1999 State-Changed-Why: New ports committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 17:37: 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 55E44153A5; Sun, 26 Dec 1999 17:37:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA87001; Sun, 26 Dec 1999 17:37:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 17:37:03 -0800 (PST) From: Message-Id: <199912270137.RAA87001@freefall.freebsd.org> To: sobomax@altavista.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15603: [NEW PORT] new port of sredird - a RFC 2217 compliant serial port redirector Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [NEW PORT] new port of sredird - a RFC 2217 compliant serial port redirector State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 17:30:13 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 17:41: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 06AD915306; Sun, 26 Dec 1999 17:41:18 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA87476; Sun, 26 Dec 1999 17:41:17 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 17:41:17 -0800 (PST) From: Message-Id: <199912270141.RAA87476@freefall.freebsd.org> To: ajk@waterspout.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14972: msrc0-0.6 port submission Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: msrc0-0.6 port submission State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 17:38:28 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 17:43: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 24B501526F; Sun, 26 Dec 1999 17:43:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA87900; Sun, 26 Dec 1999 17:43:47 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 17:43:47 -0800 (PST) From: Message-Id: <199912270143.RAA87900@freefall.freebsd.org> To: ajk@waterspout.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14971: mkcmd-8.10 port submission Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mkcmd-8.10 port submission State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 17:41:37 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 17:46: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 6644714E16; Sun, 26 Dec 1999 17:46:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA88226; Sun, 26 Dec 1999 17:46:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 17:46:20 -0800 (PST) From: Message-Id: <199912270146.RAA88226@freefall.freebsd.org> To: noway@nohow.demon.co.uk, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14879: New port: lang/starlogo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: lang/starlogo State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 17:44:38 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 17:49: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 453051539A; Sun, 26 Dec 1999 17:49:30 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA88620; Sun, 26 Dec 1999 17:49:29 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 17:49:29 -0800 (PST) From: Message-Id: <199912270149.RAA88620@freefall.freebsd.org> To: jsellens@generalconcepts.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14870: port submission: lc-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port submission: lc-1.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 17:46:37 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 17:52: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 809311537A; Sun, 26 Dec 1999 17:52:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA88984; Sun, 26 Dec 1999 17:52:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 17:52:38 -0800 (PST) From: Message-Id: <199912270152.RAA88984@freefall.freebsd.org> To: hetzels@westbend.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14619: New port: security/libsasl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: security/libsasl State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 17:50:51 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 17:56: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 7F2C4153AF; Sun, 26 Dec 1999 17:56:26 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA89336; Sun, 26 Dec 1999 17:56:26 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 17:56:26 -0800 (PST) From: Message-Id: <199912270156.RAA89336@freefall.freebsd.org> To: zgabor@CoDe.HU, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14771: New port: security/sslwrap Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: security/sslwrap State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 17:52:41 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 17:59: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 C266214F13; Sun, 26 Dec 1999 17:59:31 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA89717; Sun, 26 Dec 1999 17:59:31 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 17:59:31 -0800 (PST) From: Message-Id: <199912270159.RAA89717@freefall.freebsd.org> To: matt@zigg.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15526: [NEW PORT] security/pgpgpg: a wrapper for GnuPG to emulate PGP 2.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [NEW PORT] security/pgpgpg: a wrapper for GnuPG to emulate PGP 2.6 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 17:58:03 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 18: 1: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 CA130151FC; Sun, 26 Dec 1999 18:01:49 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA90060; Sun, 26 Dec 1999 18:01:49 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 18:01:49 -0800 (PST) From: Message-Id: <199912270201.SAA90060@freefall.freebsd.org> To: kent@erix.ericsson.se, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14716: This is a port of a Swedish dictionary to ispell Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: This is a port of a Swedish dictionary to ispell State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 17:59:59 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 18: 4: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 72C3F14F5F; Sun, 26 Dec 1999 18:04:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA90339; Sun, 26 Dec 1999 18:04:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 18:04:14 -0800 (PST) From: Message-Id: <199912270204.SAA90339@freefall.freebsd.org> To: sobomax@altavista.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14945: [NEW PORT] gtkdiff - the diff(1) front-end for GNOME Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [NEW PORT] gtkdiff - the diff(1) front-end for GNOME State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 18:02:36 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 18: 8: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 49AB915114; Sun, 26 Dec 1999 18:08:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA90846; Sun, 26 Dec 1999 18:08:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 18:08:13 -0800 (PST) From: Message-Id: <199912270208.SAA90846@freefall.freebsd.org> To: ob@seicom.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15307: Port for pstotext Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port for pstotext State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 18:06:37 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 18:13: 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 685F9152E3; Sun, 26 Dec 1999 18:12:46 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA91448; Sun, 26 Dec 1999 18:12:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 18:12:45 -0800 (PST) From: Message-Id: <199912270212.SAA91448@freefall.freebsd.org> To: sobomax@altavista.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14705: [NEW PORTS] ports of xls2xml converter and cole library for it Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [NEW PORTS] ports of xls2xml converter and cole library for it State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 18:08:18 PST 1999 State-Changed-Why: New ports committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 18:16: 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 32C09152BE; Sun, 26 Dec 1999 18:15:35 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA91755; Sun, 26 Dec 1999 18:15:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 18:15:34 -0800 (PST) From: Message-Id: <199912270215.SAA91755@freefall.freebsd.org> To: dsh@wizard.vlink.ru, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14869: New port: www/jsred (redirector for Squid Object Cache) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: www/jsred (redirector for Squid Object Cache) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 18:13:06 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 18:18: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 F32D41527C; Sun, 26 Dec 1999 18:18:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA92124; Sun, 26 Dec 1999 18:18:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 18:18:14 -0800 (PST) From: Message-Id: <199912270218.SAA92124@freefall.freebsd.org> To: andrews@technologist.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14956: new port: www/screem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: www/screem State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 18:17:32 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 18:21: 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 6FD8E15266; Sun, 26 Dec 1999 18:21:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA92442; Sun, 26 Dec 1999 18:21:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 18:21:02 -0800 (PST) From: Message-Id: <199912270221.SAA92442@freefall.freebsd.org> To: igor@zynaps.ru, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15614: Apache::DBI and Apache::AuthDBI port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Apache::DBI and Apache::AuthDBI port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 18:18:36 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 18:23: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 9F86014BF8; Sun, 26 Dec 1999 18:23:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA92662; Sun, 26 Dec 1999 18:23:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 26 Dec 1999 18:23:14 -0800 (PST) From: Message-Id: <199912270223.SAA92662@freefall.freebsd.org> To: trevor@jpj.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14554: New port: x11/qrash Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: x11/qrash State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Dec 26 18:21:22 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 19:33:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from swan.en-bio.com.au (swan.en-bio.com.au [203.35.254.3]) by hub.freebsd.org (Postfix) with ESMTP id 09DBC14CF4; Sun, 26 Dec 1999 19:33:44 -0800 (PST) (envelope-from Tony.Maher@eBioinformatics.com) Received: from shad.internal.en-bio (www-cache.en-bio.com.au [203.35.254.2]) by swan.en-bio.com.au (8.9.1a/8.9.1) with ESMTP id OAA04659; Mon, 27 Dec 1999 14:33:41 +1100 Received: (from tonym@localhost) by shad.internal.en-bio (8.9.1b+Sun/8.9.1) id OAA29469; Mon, 27 Dec 1999 14:33:18 +1100 (EST) Date: Mon, 27 Dec 1999 14:33:18 +1100 (EST) From: Tony Maher Message-Id: <199912270333.OAA29469@shad.internal.en-bio> To: freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/14915: Update port: net/generic-nqs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Synopsis: Update port: net/generic-nqs > > State-Changed-From-To: open->closed > State-Changed-By: steve > State-Changed-When: Sun Dec 26 16:45:30 PST 1999 > State-Changed-Why: > Update committed, thanks! Thanks. Just checked it after cvs update and there is slight problem. My original copy had scripts in /usr/ports/net/generic-nqs/scripts all being executable. After cvsup they are just readable. Thus doesn't install correctly. Fix is simple, either a chmod 555 /usr/ports/net/generic-nqs/scripts/* is required or I change the Makefile to make an explicit shell call e.g. ${SH} ${scriptname} Which is preferred option? Do you need a formal PR? thanks tonym To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 19:51:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id DC31D14A06 for ; Sun, 26 Dec 1999 19:51:51 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id VAA31500; Sun, 26 Dec 1999 21:51:44 -0600 (CST) Date: Sun, 26 Dec 1999 21:51:43 -0600 (CST) From: Steve Price To: Tony Maher Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/14915: Update port: net/generic-nqs In-Reply-To: <199912270333.OAA29469@shad.internal.en-bio> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 27 Dec 1999, Tony Maher wrote: # Just checked it after cvs update and there is slight problem. # My original copy had scripts in /usr/ports/net/generic-nqs/scripts # all being executable. After cvsup they are just readable. # Thus doesn't install correctly. Fix is simple, either a # chmod 555 /usr/ports/net/generic-nqs/scripts/* is required # or I change the Makefile to make an explicit shell call # e.g. ${SH} ${scriptname} # # Which is preferred option? The latter. # Do you need a formal PR? Nope, just send me a diff. I can't add execute bits to things in the repository but I can certainly commit patches to stuff in the ports tree. :) -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 20: 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 7B5F614E32 for ; Sun, 26 Dec 1999 20:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA98578; Sun, 26 Dec 1999 20:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from lily.csce.kyushu-u.ac.jp (lily.csce.kyushu-u.ac.jp [133.5.33.81]) by hub.freebsd.org (Postfix) with ESMTP id CAC3514D33 for ; Sun, 26 Dec 1999 19:57:36 -0800 (PST) (envelope-from ysonoda@lily.csce.kyushu-u.ac.jp) Received: (from ysonoda@localhost) by lily.csce.kyushu-u.ac.jp (8.8.8/8.8.8) id MAA24084; Mon, 27 Dec 1999 12:57:28 +0900 (JST) (envelope-from ysonoda) Message-Id: <199912270357.MAA24084@lily.csce.kyushu-u.ac.jp> Date: Mon, 27 Dec 1999 12:57:28 +0900 (JST) From: ysonoda@dontaku.csce.kyushu-u.ac.jp Reply-To: ysonoda@dontaku.csce.kyushu-u.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15710: Update port: audio/waveplay Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15710 >Category: ports >Synopsis: Update port: audio/waveplay >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 Dec 26 20:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Yoshihide SONODA >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Kyushu University >Environment: >Description: Update audio/waveplay port. Including support of FreeBSD/alpha and some modification of Makefile. >How-To-Repeat: >Fix: Please apply this patch. diff -uNr /usr/ports/audio/waveplay/Makefile waveplay/Makefile --- /usr/ports/audio/waveplay/Makefile Wed Aug 25 16:09:10 1999 +++ waveplay/Makefile Fri Dec 24 09:37:45 1999 @@ -1,7 +1,7 @@ # New ports collection makefile for: waveplay # Version required: 1.0 # Date created: 23 Jan 1999 -# Whom: ysonoda@dontaku.csce.kyushu-u.ac.jp +# Whom: Yoshihide SONODA # # $FreeBSD: ports/audio/waveplay/Makefile,v 1.2 1999/08/25 04:36:16 obrien Exp $ # @@ -14,10 +14,7 @@ MAINTAINER= ysonoda@dontaku.csce.kyushu-u.ac.jp do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/waveplay ${PREFIX}/bin/waveplay - -post-install: - strip ${PREFIX}/bin/waveplay + ${INSTALL_PROGRAM} ${WRKSRC}/waveplay ${PREFIX}/bin/waveplay .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/waveplay ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/waveplay/ diff -uNr /usr/ports/audio/waveplay/patches/patch-aa waveplay/patches/patch-aa --- /usr/ports/audio/waveplay/patches/patch-aa Thu Jan 1 09:00:00 1970 +++ waveplay/patches/patch-aa Fri Dec 24 09:36:38 1999 @@ -0,0 +1,10 @@ +--- Makefile.orig Thu Dec 23 17:48:19 1999 ++++ Makefile Thu Dec 23 17:48:39 1999 +@@ -1,7 +1,5 @@ + #CC = gcc28 +-CC = cc #egcc + #CFLAGS = -g -O -Wall -DDEBUG +-CFLAGS = -O -Wall + SRC = waveplay.c + OBJS = waveplay.o + HDR = wavefmt.h diff -uNr /usr/ports/audio/waveplay/patches/patch-ab waveplay/patches/patch-ab --- /usr/ports/audio/waveplay/patches/patch-ab Thu Jan 1 09:00:00 1970 +++ waveplay/patches/patch-ab Wed Nov 24 15:12:33 1999 @@ -0,0 +1,19 @@ +*** waveplay.c~ Wed Sep 9 14:24:05 1998 +--- waveplay.c Wed Nov 24 15:11:40 1999 +*************** +*** 150,156 **** + { + if (!stdin_flag) + fprintf(stderr, "File name : %s\n", filename); +! fprintf(stderr, "Sampling rate : %ld Hz\n", wf.nSamplesPerSec); + fprintf(stderr, "Bits/Sample : %d Bits\n", wf.wBitsPerSample); + fprintf(stderr, "Channels : %d\n", wf.nChannels); + if (!rflag) +--- 150,156 ---- + { + if (!stdin_flag) + fprintf(stderr, "File name : %s\n", filename); +! fprintf(stderr, "Sampling rate : %d Hz\n", wf.nSamplesPerSec); + fprintf(stderr, "Bits/Sample : %d Bits\n", wf.wBitsPerSample); + fprintf(stderr, "Channels : %d\n", wf.nChannels); + if (!rflag) diff -uNr /usr/ports/audio/waveplay/patches/patch-ac waveplay/patches/patch-ac --- /usr/ports/audio/waveplay/patches/patch-ac Thu Jan 1 09:00:00 1970 +++ waveplay/patches/patch-ac Wed Nov 24 15:06:55 1999 @@ -0,0 +1,51 @@ +*** wavefmt.h~ Wed Sep 9 14:24:05 1998 +--- wavefmt.h Wed Nov 24 15:05:57 1999 +*************** +*** 11,33 **** + /* 構造体定義 (ref. MS-Windows mmsystem.h) */ + typedef struct tWAVEFORMAT + { +! u_short wFormatTag; +! u_short nChannels; +! u_long nSamplesPerSec; +! u_long nAvgBytesPerSec; +! u_short nBlockAlign; +! u_short wBitsPerSample; + } WAVEFORMAT, *PWAVEFORMAT; + + typedef struct tWAVEFORMATEX + { +! u_short wFormatTag; +! u_short nChannels; +! u_long nSamplesPerSec; +! u_long nAvgBytesPerSec; +! u_short nBlockAlign; +! u_short wBitsPerSample; +! u_short cbSize; + } WAVEFORMATEX, *PWAVEFORMATEX; + + #endif /* _WAVE_FMT_H_ */ +--- 11,33 ---- + /* 構造体定義 (ref. MS-Windows mmsystem.h) */ + typedef struct tWAVEFORMAT + { +! u_int16_t wFormatTag; +! u_int16_t nChannels; +! u_int32_t nSamplesPerSec; +! u_int32_t nAvgBytesPerSec; +! u_int16_t nBlockAlign; +! u_int16_t wBitsPerSample; + } WAVEFORMAT, *PWAVEFORMAT; + + typedef struct tWAVEFORMATEX + { +! u_int16_t wFormatTag; +! u_int16_t nChannels; +! u_int32_t nSamplesPerSec; +! u_int32_t nAvgBytesPerSec; +! u_int16_t nBlockAlign; +! u_int16_t wBitsPerSample; +! u_int16_t cbSize; + } WAVEFORMATEX, *PWAVEFORMATEX; + + #endif /* _WAVE_FMT_H_ */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 26 21:31: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 A76F014BF9; Sun, 26 Dec 1999 21:31:40 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA05742; Sun, 26 Dec 1999 21:31:40 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Sun, 26 Dec 1999 21:31:40 -0800 (PST) From: Message-Id: <199912270531.VAA05742@freefall.freebsd.org> To: taguchi@tohoku.iij.ad.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15347: [New Ports] Xatm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [New Ports] Xatm State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Sun Dec 26 21:08:54 PST 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 Dec 26 21:40: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 0FD8A15369; Sun, 26 Dec 1999 21:40:33 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA06478; Sun, 26 Dec 1999 21:40:32 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Sun, 26 Dec 1999 21:40:32 -0800 (PST) From: Message-Id: <199912270540.VAA06478@freefall.freebsd.org> To: kiri@pis.toba-cmt.ac.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15401: Update ports: XEmacs-21.1.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update ports: XEmacs-21.1.8 State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Sun Dec 26 21:40:14 PST 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 Dec 27 3:38:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.petersen.net (mail.petersen.net [63.65.211.20]) by hub.freebsd.org (Postfix) with ESMTP id 86EFB1529C for ; Mon, 27 Dec 1999 03:38:55 -0800 (PST) (envelope-from w8sdz@mail.petersen.net) Received: (from w8sdz@localhost) by mail.petersen.net (8.9.3/8.9.3/kbp) id ; Mon, 27 Dec 1999 06:37:43 -0500 (EST) Date: Mon, 27 Dec 1999 06:36:29 EST From: w8sdz@mail.petersen.net (Keith Petersen) To: sprice@hiwaay.net (Steve Price) Cc: ports@FreeBSD.ORG Subject: Re: Problem with rzsz port Message-Id: <19991227063629.w8sdz@mail.petersen.net> In-Reply-To: Message of Sun, 26 Dec 1999 19:21:42 -0600 (CST) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > It appears the distfile was updated again. This is the problem > with having distfiles without version number information in the > filename. Oh well. You can grab a copy of the correct distfile > for the port you (and I) have from here. > > http://www.freebsd.org/~steve/distfiles/rzsz.zip Got it! Everything installed ok. Thanks, Steve. --Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 4: 0: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 CEE4214C08 for ; Mon, 27 Dec 1999 04:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA38798; Mon, 27 Dec 1999 04:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cichlids.com (as5-040.rp-plus.de [149.221.239.104]) by hub.freebsd.org (Postfix) with ESMTP id EFF8614DFB for ; Mon, 27 Dec 1999 03:59:31 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id A7CA1AB7F for ; Mon, 27 Dec 1999 12:09:44 +0100 (CET) Received: (from root@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id MAA11486; Mon, 27 Dec 1999 12:10:29 +0100 (CET) (envelope-from alex) Message-Id: <199912271110.MAA11486@cichlids.cichlids.com> Date: Mon, 27 Dec 1999 12:10:29 +0100 (CET) From: alex@big.endian.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15712: update lang/smalltalk to 1.6.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15712 >Category: ports >Synopsis: update lang/smalltalk to 1.6.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 27 04:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 4.0-CURRENT i386 >Organization: foobar >Environment: tested on -current with a recent ports-tree >Description: I am the new maintainer. * Update Port to version 1.6.2 * Port is no longer interactive * removed unneeded patches, added new ones. * modified pkg/DESCR * PLIST created with Christian Weisgerber's "plist" target (nice) >How-To-Repeat: n/a >Fix: diff -rNu smalltalk.old/Makefile smalltalk/Makefile --- smalltalk.old/Makefile Wed Dec 22 11:31:12 1999 +++ smalltalk/Makefile Mon Dec 27 12:01:31 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: smalltalk -# Version required: 1.1.5 +# Version required: 1.6.2 # Date created: 09 Feb 1995 # Whom: gpalmer # # $FreeBSD: ports/lang/smalltalk/Makefile,v 1.20 1999/12/22 10:31:12 sheldonh Exp $ # -DISTNAME= smalltalk-1.1.5 +DISTNAME= smalltalk-1.6.2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= smalltalk @@ -18,37 +18,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-optimize --with-readline -IS_INTERACTIVE= yes -NO_PACKAGE= "Installation requires interaction" +MAN1= gst.1 -# For some reason configure doesn't set this up properly and my feeble -# brain can't see how to fix it. -CFLAGS+= -I${X11BASE}/include - -do-install: - @${ECHO_MSG} "Installing method definitions..." - @ if [ ! -d ${PREFIX}/lib/smalltalk ]; then ${MKDIR} ${PREFIX}/lib/smalltalk; fi - @(cd ${WRKSRC}; ${CP} *.st ${PREFIX}/lib/smalltalk) - @(cd ${PREFIX}/lib/smalltalk ; ${CHMOD} +r *.st) - @${ECHO_MSG} - @${ECHO_MSG} "To complete the installation of GNU Smalltalk, do" - @${ECHO_MSG} " cd ${WRKSRC};" - @${ECHO_MSG} "./gst -iV" - @${ECHO_MSG} "to test the interpreter and create the image." - @${ECHO_MSG} - @${ECHO_MSG} "When you are satisfied everything works, do Control-D to quit" - @${ECHO_MSG} "followed by" - @${ECHO_MSG} "cp gst ${PREFIX}/bin" - @${ECHO_MSG} "cp gst.im ${PREFIX}/lib/smalltalk" - @${ECHO_MSG} "to install the interpreter and image." - @${ECHO_MSG} - @${ECHO_MSG} "If Emacs is installed, you may also wish to copy the" - @${ECHO_MSG} "*st.el files to the Emacs Lisp directory. This will enable you" - @${ECHO_MSG} "to configure Emacs for Interactor mode." - @${ECHO_MSG} - @${ECHO_MSG} ">>Please read the file" - @${ECHO_MSG} "${WRKSRC}/info/gst.txi" - @${ECHO_MSG} "for more information.<<" - @${ECHO_MSG} +# Set all-target to test the stuff +ALL_TARGET= all check .include diff -rNu smalltalk.old/files/md5 smalltalk/files/md5 --- smalltalk.old/files/md5 Sat Nov 29 15:15:23 1997 +++ smalltalk/files/md5 Wed Dec 22 15:28:54 1999 @@ -1 +1 @@ -MD5 (smalltalk-1.1.5.tar.gz) = 6151d3aa1c0eddcef876c419542aef5d +MD5 (smalltalk-1.6.2.tar.gz) = 604ba50197d004e685e6d8b5209e3242 diff -rNu smalltalk.old/patches/patch-aa smalltalk/patches/patch-aa --- smalltalk.old/patches/patch-aa Sat Nov 29 15:15:33 1997 +++ smalltalk/patches/patch-aa Sun Dec 26 11:05:06 1999 @@ -1,15 +1,18 @@ ---- lib/gst.h.orig Fri Nov 28 21:37:24 1997 -+++ lib/gst.h Fri Nov 28 21:38:09 1997 -@@ -135,10 +135,12 @@ - * define __STDC__ */ - #if (defined (__STDC__) && __STDC__) || defined(_ANSI_C_SOURCE) || defined (__cplusplus) || defined(_WIN32) - -+#ifndef __FreeBSD__ - #define __P(args) args - #define __const const - #define __signed signed - #define __volatile volatile -+#endif - #define __DOTS , ... - - #else /* Not ANSI C or C++. */ +--- lib/lex.c.old Sun Dec 26 10:56:37 1999 ++++ lib/lex.c Sun Dec 26 10:57:50 1999 +@@ -48,6 +48,7 @@ + #include "sysdep.h" + #include + #include ++#include + #ifdef HAVE_READLINE + #include + #include +@@ -693,6 +694,7 @@ + if (isNegative) { + num = -num; + } ++ fpsetmask(0); + + if (dotSeen) { + lvalp->fval = num; diff -rNu smalltalk.old/patches/patch-ab smalltalk/patches/patch-ab --- smalltalk.old/patches/patch-ab Sat Nov 29 15:15:34 1997 +++ smalltalk/patches/patch-ab Sun Dec 26 11:29:36 1999 @@ -1,12 +1,31 @@ ---- lib/cint.c.orig Fri Nov 28 21:30:27 1997 -+++ lib/cint.c Fri Nov 28 22:05:41 1997 -@@ -434,7 +434,9 @@ - defineCFunc("ioctl", ioctl); - #endif - defineCFunc("lseek", lseek); -+#ifndef __FreeBSD__ - defineCFunc("tell", tell); -+#endif +--- docs/Makefile.old Sun Dec 26 11:24:54 1999 ++++ docs/Makefile Sun Dec 26 11:28:37 1999 +@@ -36,11 +36,11 @@ - /* just to round out the set */ - defineCFunc("readChar", readChar); + # MAKEINFO won't fail -- they pass a `:' to us if it's absent + $(INFO): $(SOURCES) +- $(MAKEINFO) $(srcdir)/docs/$< ++ -$(MAKEINFO) $(srcdir)/docs/$(SOURCES) + + # It is ok for this to fail because the program isn't present. + $(DVI): $(SOURCES) texinfo.tex +- -$(TEXI2DVI) $(srcdir)/docs/$< ++ -$(TEXI2DVI) $(srcdir)/docs/$(SOURCES) texinfo.tex + + classes.txi: + cd $(srcdir); \ +@@ -67,11 +67,11 @@ + # Install targets + install: all + $(INSTALL_DATA) gst.1 $(mandir)/man1/gst.1 +- cd $(srcdir); for file in $(INFO)*; do \ ++ cd $(srcdir)/docs; for file in $(INFO)*; do \ + $(INSTALL_DATA) $$file $(infodir); \ + done +- cd $(srcdir); for file in $(INFO); do \ +- $(INSTALL_INFO) --dir-file=$(infodir)/dir $(infodir)/$$file \ ++ cd $(srcdir)/docs; for file in $(INFO); do \ ++ $(INSTALL_INFO) --dir-file=$(infodir)/dir $(infodir)/$$file; \ + done + + uninstall: diff -rNu smalltalk.old/patches/patch-ac smalltalk/patches/patch-ac --- smalltalk.old/patches/patch-ac Sat Nov 29 15:15:34 1997 +++ smalltalk/patches/patch-ac Sun Dec 26 11:53:47 1999 @@ -1,38 +1,24 @@ ---- UnixStream.st.orig Fri Nov 28 22:07:30 1997 -+++ UnixStream.st Fri Nov 28 22:08:43 1997 -@@ -114,12 +114,14 @@ - args: #(int int int) - ! +--- Makefile.body.orig Sun Aug 29 11:38:31 1999 ++++ Makefile.body Sun Dec 26 11:53:07 1999 +@@ -122,10 +122,10 @@ --Behavior defineCFunc: 'tell' -- withSelectorArgs: 'tell: fileDescriptor' -- forClass: UnixStream -- returning: #int -- args: #(int) --! -+" -+|Behavior defineCFunc: 'tell' -+| withSelectorArgs: 'tell: fileDescriptor' -+| forClass: UnixStream -+| returning: #int -+| args: #(int) -+|! -+" + EMACS_FILES = emacs/bison.el emacs/st-changelog.el emacs/st.el - "====================================================================== - | -@@ -286,9 +288,11 @@ - ^self write: fd from: byteArray bytes: anInteger - ! +-TEST_FILES = test/array.base test/array.st \ ++TEST_FILES = test/arrays.base test/arrays.st \ + test/blocks.base test/blocks.st \ + test/chars.base test/chars.st \ +- test/class.base test/class.st \ ++ test/classes.base test/classes.st \ + test/dates.base test/dates.st \ + test/delays.base test/delays.st \ + test/floatmath.base test/floatmath.st \ +@@ -149,7 +149,7 @@ + blox/BloxText.st blox/BloxWidgets.st blox/test.st --tell -- ^self tell: fd --! -+" -+|tell -+| ^self tell: fd -+|! -+" - - position: anInteger - ^self lseek: fd offset: anInteger whence: 0 "Set" + TCP_FILES = tcp/AbstractSocket.st tcp/AbstractSocketImpl.st \ +- cfuncs.st tcp/ContentHandler.st tcp/Datagram.st \ ++ tcp/cfuncs.st tcp/ContentHandler.st tcp/Datagram.st \ + tcp/DatagramSocket.st tcp/DatagramSocketImpl.st tcp/IPAddress.st \ + tcp/MulticastSocket.st tcp/ReadBuffer.st tcp/ServerSocket.st tcp/Socket.st \ + tcp/SocketImpl.st tcp/TCP.st tcp/TCPSocketImpl.st \ diff -rNu smalltalk.old/patches/patch-ad smalltalk/patches/patch-ad --- smalltalk.old/patches/patch-ad Sat Nov 29 15:15:35 1997 +++ smalltalk/patches/patch-ad Sun Dec 26 11:51:59 1999 @@ -1,19 +1,11 @@ ---- lib/Makefile.in.orig Fri Nov 28 22:28:12 1997 -+++ lib/Makefile.in Fri Nov 28 23:19:37 1997 -@@ -73,7 +73,7 @@ - LIB=@LIB_EXTENSION@ - - # optimization flag -- may become host dependent --OPT_FLAG = -O -+#OPT_FLAG = -O - CDEBUG = @CDEBUG@ - USER_OBJECTS = @USER_OBJECTS@ - -@@ -195,7 +195,6 @@ - $(INSTALL_DATA) libgst.$(LIB) $(smlibdir)/libgst.$(LIB) - $(INSTALL_DATA) gst.h $(includedir)/gst.h - $(INSTALL_DATA) gstpub.h $(includedir)/gstpub.h -- $(INSTALL_DATA) config.h $(includedir)/config.h - - uninstall: - +--- Makefile.rules.old Sun Dec 26 11:51:47 1999 ++++ Makefile.rules Sun Dec 26 11:51:32 1999 +@@ -82,7 +82,7 @@ + -$(INSTALL_DATA) lib/gstpub.h $(oldincludedir)/gstpub.h + $(INSTALL_DATA) lib/libgst.$(LIB) $(smlibdir)/libgst.$(LIB) + (cd $(srcdir)/docs; $(MAKE) install; cd ..) +- ln -s $(bindir)/gst $(stdir)/gst # for regression testing ++ -ln -s $(bindir)/gst $(stdir)/gst # for regression testing + for file in $(INSTALLED_FILES); do \ + $(INSTALL_DATA) $$file $(stdir)/$$file; \ + done diff -rNu smalltalk.old/patches/patch-ae smalltalk/patches/patch-ae --- smalltalk.old/patches/patch-ae Sat Nov 29 15:15:36 1997 +++ smalltalk/patches/patch-ae Thu Jan 1 01:00:00 1970 @@ -1,57 +0,0 @@ ---- Makefile.in.orig Sun Sep 17 11:49:10 1995 -+++ Makefile.in Sat Nov 29 01:33:15 1997 -@@ -70,7 +70,7 @@ - COMPLETE_MAKE=@COMPLETE_MAKE@ - - # optimization flag -- may become host dependent --OPT_FLAG = -O -+#OPT_FLAG = -O - CDEBUG = @CDEBUG@ - USER_OBJECTS = @USER_OBJECTS@ - -@@ -90,7 +90,7 @@ - # Where to put the system-wide image file - libdir = $(prefix)/lib - smlibdir = $(libdir)/smalltalk --stdir = $(prefix)/smalltalk -+stdir = $(libdir)/smalltalk - - ## Where to put the manual pages. - #mandir = $(prefix)/man -@@ -160,12 +160,12 @@ - Makefile.defs.in Makefile.rules \ - blox/Makefile.body \ - stix/Makefile.body tcp/Makefile.body test/Makefile.body \ -- cxtnsn/Makefile.body examples/Makefile.body contrib/Makefile.body \ -+ examples/Makefile.body contrib/Makefile.body \ - info/Makefile.body - - - # Subdirectories to run make in for the primary targets. --SUBDIRS = lib stix blox info examples contrib cxtnsn test tcp -+SUBDIRS = lib stix blox info examples contrib test tcp - - # Only make TAGS/tags files in these directories, in this order - ###TSUBDIRS= src lib -@@ -197,7 +197,7 @@ - $(RM) gst - $(CC) $(LDFLAGS) $(LDPATH) $(BINDING) -o $@ $(CFLAGS) $(CDEBUG) \ - $(OBJECTS) lib/libgst.a $(LIBS) -- $(COMPLETE_MAKE) -+# $(COMPLETE_MAKE) - - # A hack to force this directory to be reevaluated. - libgst.a: -@@ -219,8 +219,10 @@ - # $(RM) junk.c xmakefile - - installdirs: -- $(SHELL) $(srcdir)/mkinstalldirs $(bindir) $(smlibdir) $(infodir) \ -- $(stdir) -+ if [ ! -d $(smlibdir) ]; then \ -+ $(SHELL) $(srcdir)/mkinstalldirs $(bindir) $(smlibdir) $(infodir) \ -+ $(stdir); \ -+ fi - - install:: installdirs all - $(INSTALL_PROGRAM) gst $(bindir)/$(binprefix)gst diff -rNu smalltalk.old/patches/patch-af smalltalk/patches/patch-af --- smalltalk.old/patches/patch-af Sat Nov 29 15:15:38 1997 +++ smalltalk/patches/patch-af Thu Jan 1 01:00:00 1970 @@ -1,26 +0,0 @@ ---- Makefile.rules.orig Sat Sep 16 19:43:08 1995 -+++ Makefile.rules Sat Nov 29 00:40:09 1997 -@@ -28,13 +28,19 @@ - $(RM) gst gst.im - - installdirs: -- $(SHELL) $(srcdir)/mkinstalldirs $(bindir) $(smlibdir) $(infodir) \ -- $(stdir) -+ if [ ! -d $(smlibdir) ]; then \ -+ $(SHELL) $(srcdir)/mkinstalldirs $(bindir) $(smlibdir) $(infodir) \ -+ $(stdir); \ -+ fi - - #Note: this definition of install is most likely incorrect - install:: installdirs all -- $(INSTALL_PROGRAM) gst $(bindir)/$(binprefix)gst -- @INSTALL_ST_FILES@ -+ if [ -f gst ]; then \ -+ $(INSTALL_PROGRAM) gst $(bindir)/$(binprefix)gst ; \ -+ fi -+ for file in $(SMALLTALK_KERNEL); do \ -+ $(INSTALL_DATA) $$file $(stdir)/$$file ; \ -+ done - - #install uninstall TAGS clean mostlyclean distclean realclean:: - install uninstall clean mostlyclean distclean realclean:: diff -rNu smalltalk.old/patches/patch-ag smalltalk/patches/patch-ag --- smalltalk.old/patches/patch-ag Sat Nov 29 16:40:33 1997 +++ smalltalk/patches/patch-ag Thu Jan 1 01:00:00 1970 @@ -1,30 +0,0 @@ ---- Makefile.defs.in.orig Sun Sep 17 10:14:42 1995 -+++ Makefile.defs.in Sat Nov 29 01:24:36 1997 -@@ -78,15 +78,17 @@ - - - # optimization flag -- may become host dependent --OPT_FLAG = -O -+#OPT_FLAG = -O - CDEBUG = @CDEBUG@ - USER_OBJECTS = @USER_OBJECTS@ - - #INCLUDES = @includeopt@ -+USER_INCLUDES = -I${PREFIX}/include - INCLUDES= -I.. -I$(srcdir) -I$(srcdir)/../lib $(USER_INCLUDES) - CPPFLAGS = @CPPFLAGS@ - CFLAGS = @CFLAGS@ # $(INCLUDES) - LDPATH = @LDPATH@ -+USER_LDFLAGS = -L${PREFIX}/lib - LDFLAGS = @LDFLAGS@ $(USER_LDFLAGS) - GCC_EXTRA_FLAGS = @GCC_EXTRA_FLAGS@ - # ICC_EXTRA_FLAGS = /c /Fo$@ /D__EXTENDED__ # flags for ICC -@@ -114,7 +116,7 @@ - # Where to put the system-wide image file - libdir = $(prefix)/lib - smlibdir = $(libdir)/smalltalk --stdir = $(prefix)/smalltalk -+stdir = $(libdir)/smalltalk - - ## Where to put the manual pages. - #mandir = $(prefix)/man diff -rNu smalltalk.old/patches/patch-ah smalltalk/patches/patch-ah --- smalltalk.old/patches/patch-ah Sat Nov 29 16:40:34 1997 +++ smalltalk/patches/patch-ah Thu Jan 1 01:00:00 1970 @@ -1,20 +0,0 @@ ---- configure.orig Sat Nov 29 01:28:52 1997 -+++ configure Sat Nov 29 01:29:01 1997 -@@ -3388,7 +3388,7 @@ - if test "${enable_install_st+set}" = set; then - enableval="$enable_install_st" - INSTALL_ST_FILES='for file in $(SMALLTALK_KERNEL); do \\\ -- $(INSTALL_PROGRAM) $$file $(stdir)/$$file ; \\\ -+ $(INSTALL_DATA) $$file $(stdir)/$$file ; \\\ - done' - KERNEL_PATH=${prefix}/smalltalk - IMAGE_PATH=${KERNEL_PATH} -@@ -3750,7 +3750,7 @@ - echo timestamp > stamp-h - ./createMake blox - ./createMake contrib --./createMake cxtnsn -+#./createMake cxtnsn - ./createMake examples - ./createMake info - ./createMake stix diff -rNu smalltalk.old/patches/patch-ai smalltalk/patches/patch-ai --- smalltalk.old/patches/patch-ai Sat Nov 29 16:40:34 1997 +++ smalltalk/patches/patch-ai Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- cxtnsn/gdbm.c.orig Sat Nov 29 01:00:32 1997 -+++ cxtnsn/gdbm.c Sat Nov 29 01:00:39 1997 -@@ -43,7 +43,7 @@ - #include "gstpub.h" - #include - --#include -+#include - - /* It might be a good idea to have the make file in this directory - * automatically run configure if it hasn't already been run, to ensure diff -rNu smalltalk.old/patches/patch-aj smalltalk/patches/patch-aj --- smalltalk.old/patches/patch-aj Sat Nov 29 16:40:34 1997 +++ smalltalk/patches/patch-aj Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- lib/lex.c.orig Sat Nov 29 13:47:57 1997 -+++ lib/lex.c Sat Nov 29 13:48:17 1997 -@@ -125,6 +125,7 @@ - #include - #ifdef USE_READLINE - #include -+#include - #endif /* USE_READLINE */ - #if STDC_HEADERS - #include /* for malloc */ diff -rNu smalltalk.old/pkg/DESCR smalltalk/pkg/DESCR --- smalltalk.old/pkg/DESCR Fri Dec 5 20:56:39 1997 +++ smalltalk/pkg/DESCR Mon Dec 27 11:50:23 1999 @@ -1,6 +1,7 @@ -This is GNU Smalltalk version 1.1.5. +The Smalltalk programming language is an object oriented programming +language. +GNU Smalltalk is an implementation that closely follows the +Smalltalk-80 language (tm ParcPlace Systems). -At this time, the install target is disabled as the installation -process is interactive. See the file `mst.texinfo' for more information. - -Gary Palmer +- Gary Palmer +- Alexander Langer diff -rNu smalltalk.old/pkg/PLIST smalltalk/pkg/PLIST --- smalltalk.old/pkg/PLIST Sat Nov 29 15:15:44 1997 +++ smalltalk/pkg/PLIST Mon Dec 27 11:58:46 1999 @@ -1,126 +1,292 @@ -lib/smalltalk/Array.st -lib/smalltalk/ArrayColl.st -lib/smalltalk/Association.st -lib/smalltalk/Autoload.st -lib/smalltalk/Bag.st -lib/smalltalk/Behavior.st -lib/smalltalk/BlkContext.st -lib/smalltalk/Boolean.st -lib/smalltalk/Browser.st -lib/smalltalk/BypassStream.st -lib/smalltalk/ByteArray.st -lib/smalltalk/ByteMemory.st -lib/smalltalk/CDeclNode.st -lib/smalltalk/CExpressionNode.st -lib/smalltalk/CFuncs.st -lib/smalltalk/CObject.st -lib/smalltalk/CPP.st -lib/smalltalk/CPStrConc.st -lib/smalltalk/CPStrUnq.st -lib/smalltalk/CParseType.st -lib/smalltalk/CStruct.st -lib/smalltalk/CSymbol.st -lib/smalltalk/CSymbolTable.st -lib/smalltalk/CTok.st -lib/smalltalk/CToken.st -lib/smalltalk/CTreeBuilder.st -lib/smalltalk/CType.st -lib/smalltalk/CTypeParser.st -lib/smalltalk/Character.st -lib/smalltalk/Class.st -lib/smalltalk/ClassDescr.st -lib/smalltalk/Collection.st -lib/smalltalk/CompildMeth.st -lib/smalltalk/CompilerTokens.st -lib/smalltalk/DLD.st -lib/smalltalk/Date.st -lib/smalltalk/Debugger.st -lib/smalltalk/Delay.st -lib/smalltalk/Dictionary.st -lib/smalltalk/ExpansionStream.st -lib/smalltalk/ExpansionStreamStack.st -lib/smalltalk/False.st -lib/smalltalk/FileSegment.st -lib/smalltalk/FileStream.st -lib/smalltalk/Float.st -lib/smalltalk/Fraction.st -lib/smalltalk/Host.st -lib/smalltalk/IOCtl.st -lib/smalltalk/IdentDict.st -lib/smalltalk/IndentedStream.st -lib/smalltalk/Integer.st -lib/smalltalk/Interval.st -lib/smalltalk/LineStream.st -lib/smalltalk/LineToTokenStream.st -lib/smalltalk/LineTokenStream.st -lib/smalltalk/Link.st -lib/smalltalk/LinkedList.st -lib/smalltalk/LookupKey.st -lib/smalltalk/Magnitude.st -lib/smalltalk/MappedColl.st -lib/smalltalk/Memory.st -lib/smalltalk/Message.st -lib/smalltalk/Metaclass.st -lib/smalltalk/MethodInfo.st -lib/smalltalk/MthContext.st -lib/smalltalk/Number.st -lib/smalltalk/Object.st -lib/smalltalk/OrderColl.st -lib/smalltalk/ParseNodes.st -lib/smalltalk/Parser.st -lib/smalltalk/Point.st -lib/smalltalk/PosStream.st -lib/smalltalk/ProcSched.st -lib/smalltalk/Process.st -lib/smalltalk/PushBackStream.st -lib/smalltalk/RParseNodes.st -lib/smalltalk/RWStream.st -lib/smalltalk/Random.st -lib/smalltalk/ReadStream.st -lib/smalltalk/Rectangle.st -lib/smalltalk/STCompLit.st -lib/smalltalk/STCompiler.st -lib/smalltalk/STSymTable.st -lib/smalltalk/STVarDefn.st -lib/smalltalk/Semaphore.st -lib/smalltalk/SeqCollect.st -lib/smalltalk/Set.st -lib/smalltalk/SharedQueue.st -lib/smalltalk/SortCollect.st -lib/smalltalk/Stream.st -lib/smalltalk/StreamStack.st -lib/smalltalk/String.st -lib/smalltalk/SymLink.st -lib/smalltalk/Symbol.st -lib/smalltalk/SysDict.st -lib/smalltalk/Time.st -lib/smalltalk/Token.st -lib/smalltalk/TokenStream.st -lib/smalltalk/True.st -lib/smalltalk/UndefObject.st -lib/smalltalk/UnixStream.st -lib/smalltalk/Variable.st -lib/smalltalk/WordMemory.st -lib/smalltalk/WriteStream.st -lib/smalltalk/builtins.st -lib/smalltalk/changes.st -lib/smalltalk/cpt.st -lib/smalltalk/dev-t.st -lib/smalltalk/dldtst.st -lib/smalltalk/eval.st -lib/smalltalk/fileout-ps.st -lib/smalltalk/initialize.st -lib/smalltalk/int.st -lib/smalltalk/it.st -lib/smalltalk/large-expr.st -lib/smalltalk/mt.st -lib/smalltalk/mt2.st -lib/smalltalk/t.st -lib/smalltalk/tdl.st -lib/smalltalk/testCPT.st -lib/smalltalk/testXParse.st -lib/smalltalk/testcompile.st -lib/smalltalk/tok.st -lib/smalltalk/tpars.st -lib/smalltalk/tstCPT.st -lib/smalltalk/tstdl2.st +@unexec install-info --delete --info-dir=%D/info %D/info/gst.info +bin/gst +include/gst.h +include/gstconf.h +include/gstpub.h +info/gst.info +info/gst.info-1 +info/gst.info-10 +info/gst.info-11 +info/gst.info-12 +info/gst.info-13 +info/gst.info-2 +info/gst.info-3 +info/gst.info-4 +info/gst.info-5 +info/gst.info-6 +info/gst.info-7 +info/gst.info-8 +info/gst.info-9 +lib/libgst.a +share/smalltalk/Load.st +share/smalltalk/Reload.st +share/smalltalk/blox/BB-Run.st +share/smalltalk/blox/BBrowser.st +share/smalltalk/blox/Blox.st +share/smalltalk/blox/BloxBasic.st +share/smalltalk/blox/BloxCanvas.st +share/smalltalk/blox/BloxText.st +share/smalltalk/blox/BloxWidgets.st +share/smalltalk/blox/BrowShell.st +share/smalltalk/blox/BrowserMain.st +share/smalltalk/blox/ClassBrow.st +share/smalltalk/blox/Colors.txt +share/smalltalk/blox/CtxtInspect.st +share/smalltalk/blox/DictInspect.st +share/smalltalk/blox/ErrInspect.st +share/smalltalk/blox/Form.st +share/smalltalk/blox/GuiData.st +share/smalltalk/blox/Inspector.st +share/smalltalk/blox/Load.st +share/smalltalk/blox/Manager.st +share/smalltalk/blox/Menu.st +share/smalltalk/blox/MethSetBrow.st +share/smalltalk/blox/ModalDialog.st +share/smalltalk/blox/PList.st +share/smalltalk/blox/PRadioBtn.st +share/smalltalk/blox/PText.st +share/smalltalk/blox/Primitive.st +share/smalltalk/blox/Prompter.st +share/smalltalk/blox/README.Browser +share/smalltalk/blox/README.SimpleBrowser +share/smalltalk/blox/RadioForm.st +share/smalltalk/blox/Run.st +share/smalltalk/blox/StkInspect.st +share/smalltalk/blox/StrcInspect.st +share/smalltalk/blox/TextMenu.st +share/smalltalk/blox/TopLevel.st +share/smalltalk/blox/View.st +share/smalltalk/blox/bear.gif +share/smalltalk/blox/test.st +share/smalltalk/cint/CDeclNode.st +share/smalltalk/cint/CExpressionNode.st +share/smalltalk/cint/CPP.st +share/smalltalk/cint/CPStrConc.st +share/smalltalk/cint/CPStrUnq.st +share/smalltalk/cint/CParseType.st +share/smalltalk/cint/CSymbol.st +share/smalltalk/cint/CSymbolTable.st +share/smalltalk/cint/CTok.st +share/smalltalk/cint/CToken.st +share/smalltalk/cint/CTreeBuilder.st +share/smalltalk/cint/CollapsedStream.st +share/smalltalk/cint/ExpansionStream.st +share/smalltalk/cint/ExpansionStreamStack.st +share/smalltalk/cint/LineStream.st +share/smalltalk/cint/LineTokenStream.st +share/smalltalk/cint/README +share/smalltalk/cint/StreamStack.st +share/smalltalk/compiler/Load.st +share/smalltalk/compiler/README +share/smalltalk/compiler/STCompLit.st +share/smalltalk/compiler/STCompiler.st +share/smalltalk/compiler/STFileInParser.st +share/smalltalk/compiler/STParseNodes.st +share/smalltalk/compiler/STParser.st +share/smalltalk/compiler/STSymTable.st +share/smalltalk/compiler/STTok.st +share/smalltalk/compiler/STToken.st +share/smalltalk/compiler/STVariable.st +share/smalltalk/compiler/profcompiler.st +share/smalltalk/examples/Application.st +share/smalltalk/examples/Bench.st +share/smalltalk/examples/CStream.st +share/smalltalk/examples/Case.st +share/smalltalk/examples/CompFileSeg.st +share/smalltalk/examples/DBFile.st +share/smalltalk/examples/Debugger.st +share/smalltalk/examples/Dinner.st +share/smalltalk/examples/EditStream.st +share/smalltalk/examples/GenClasses.st +share/smalltalk/examples/IndStream.st +share/smalltalk/examples/MemUsage.st +share/smalltalk/examples/PrtHier.st +share/smalltalk/examples/Publish.st +share/smalltalk/examples/PushBack.st +share/smalltalk/examples/Queens.st +share/smalltalk/examples/README +share/smalltalk/examples/RandomInt.st +share/smalltalk/examples/RecursLit.st +share/smalltalk/examples/RegExp.st +share/smalltalk/examples/Richards.st +share/smalltalk/examples/Timer.st +share/smalltalk/examples/Tokenizer.st +share/smalltalk/examples/Watchdog.st +share/smalltalk/examples/blox/Man.st +share/smalltalk/examples/blox/Progress.st +share/smalltalk/examples/blox/Tetris.st +share/smalltalk/examples/mixed/BigExpr.st +share/smalltalk/examples/mixed/CInt.st +share/smalltalk/examples/mixed/CPP-test.st +share/smalltalk/examples/mixed/CParseT1.st +share/smalltalk/examples/mixed/CParseT2.st +share/smalltalk/examples/mixed/CParseT3.st +share/smalltalk/examples/mixed/CString.st +share/smalltalk/examples/mixed/Compiler.st +share/smalltalk/examples/mixed/DLD.st +share/smalltalk/examples/mixed/Extensn.st +share/smalltalk/examples/mixed/IfError.st +share/smalltalk/examples/mixed/Interr.st +share/smalltalk/examples/mixed/ParseErr.st +share/smalltalk/examples/mixed/Process1.st +share/smalltalk/examples/mixed/Process2.st +share/smalltalk/examples/mixed/Profile.st +share/smalltalk/examples/mixed/Sorting.st +share/smalltalk/examples/mixed/a.st +share/smalltalk/examples/mixed/ba.st +share/smalltalk/examples/mixed/binary.c +share/smalltalk/examples/mixed/blt.st +share/smalltalk/examples/mixed/bug.st +share/smalltalk/examples/mixed/bug2.st +share/smalltalk/examples/mixed/bug4.st +share/smalltalk/examples/mixed/er2.st +share/smalltalk/examples/mixed/market.st +share/smalltalk/examples/mixed/nt-test.c +share/smalltalk/examples/mixed/resolve.st +share/smalltalk/examples/mixed/self.st +share/smalltalk/examples/mixed/t.st +share/smalltalk/examples/mixed/torture.st +share/smalltalk/examples/shell +share/smalltalk/gdbm/gdbm.st +share/smalltalk/gst.im +share/smalltalk/kernel/Array.st +share/smalltalk/kernel/ArrayColl.st +share/smalltalk/kernel/Association.st +share/smalltalk/kernel/Autoload.st +share/smalltalk/kernel/Bag.st +share/smalltalk/kernel/Behavior.st +share/smalltalk/kernel/BlkClosure.st +share/smalltalk/kernel/BlkContext.st +share/smalltalk/kernel/Boolean.st +share/smalltalk/kernel/Browser.st +share/smalltalk/kernel/Builtins.st +share/smalltalk/kernel/ByteArray.st +share/smalltalk/kernel/ByteMemory.st +share/smalltalk/kernel/ByteStream.st +share/smalltalk/kernel/CFuncs.st +share/smalltalk/kernel/CObject.st +share/smalltalk/kernel/CStruct.st +share/smalltalk/kernel/CType.st +share/smalltalk/kernel/Character.st +share/smalltalk/kernel/Class.st +share/smalltalk/kernel/ClassDesc.st +share/smalltalk/kernel/Collection.st +share/smalltalk/kernel/CompildMeth.st +share/smalltalk/kernel/ContextPart.st +share/smalltalk/kernel/DLD.st +share/smalltalk/kernel/Date.st +share/smalltalk/kernel/Delay.st +share/smalltalk/kernel/Dictionary.st +share/smalltalk/kernel/DirMessage.st +share/smalltalk/kernel/Directory.st +share/smalltalk/kernel/ExcHandling.st +share/smalltalk/kernel/False.st +share/smalltalk/kernel/File.st +share/smalltalk/kernel/FileSegment.st +share/smalltalk/kernel/FileStream.st +share/smalltalk/kernel/Float.st +share/smalltalk/kernel/Fraction.st +share/smalltalk/kernel/IdentDict.st +share/smalltalk/kernel/IdentitySet.st +share/smalltalk/kernel/Integer.st +share/smalltalk/kernel/Interval.st +share/smalltalk/kernel/LargeInt.st +share/smalltalk/kernel/Link.st +share/smalltalk/kernel/LinkedList.st +share/smalltalk/kernel/Magnitude.st +share/smalltalk/kernel/MappedColl.st +share/smalltalk/kernel/Memory.st +share/smalltalk/kernel/Message.st +share/smalltalk/kernel/Metaclass.st +share/smalltalk/kernel/MethodInfo.st +share/smalltalk/kernel/MthContext.st +share/smalltalk/kernel/Number.st +share/smalltalk/kernel/ObjDumper.st +share/smalltalk/kernel/Object.st +share/smalltalk/kernel/OrderColl.st +share/smalltalk/kernel/PkgLoader.st +share/smalltalk/kernel/Point.st +share/smalltalk/kernel/PosStream.st +share/smalltalk/kernel/ProcSched.st +share/smalltalk/kernel/Process.st +share/smalltalk/kernel/RWStream.st +share/smalltalk/kernel/Random.st +share/smalltalk/kernel/ReadStream.st +share/smalltalk/kernel/Rectangle.st +share/smalltalk/kernel/RunArray.st +share/smalltalk/kernel/Semaphore.st +share/smalltalk/kernel/SeqCollect.st +share/smalltalk/kernel/Set.st +share/smalltalk/kernel/SharedQueue.st +share/smalltalk/kernel/SortCollect.st +share/smalltalk/kernel/Stream.st +share/smalltalk/kernel/String.st +share/smalltalk/kernel/SymLink.st +share/smalltalk/kernel/Symbol.st +share/smalltalk/kernel/SysDict.st +share/smalltalk/kernel/Time.st +share/smalltalk/kernel/TokenStream.st +share/smalltalk/kernel/Transcript.st +share/smalltalk/kernel/True.st +share/smalltalk/kernel/UndefObject.st +share/smalltalk/kernel/ValueAdapt.st +share/smalltalk/kernel/WordMemory.st +share/smalltalk/kernel/WriteStream.st +share/smalltalk/kernel/initialize.st +share/smalltalk/tcp/AbstractSocket.st +share/smalltalk/tcp/AbstractSocketImpl.st +share/smalltalk/tcp/ContentHandler.st +share/smalltalk/tcp/Datagram.st +share/smalltalk/tcp/DatagramSocket.st +share/smalltalk/tcp/DatagramSocketImpl.st +share/smalltalk/tcp/IPAddress.st +share/smalltalk/tcp/MulticastSocket.st +share/smalltalk/tcp/ReadBuffer.st +share/smalltalk/tcp/ServerSocket.st +share/smalltalk/tcp/Socket.st +share/smalltalk/tcp/SocketImpl.st +share/smalltalk/tcp/TCP.st +share/smalltalk/tcp/TCPSocketImpl.st +share/smalltalk/tcp/UDPSocketImpl.st +share/smalltalk/tcp/URL.st +share/smalltalk/tcp/UnixStream.st +share/smalltalk/tcp/WriteBuffer.st +share/smalltalk/tcp/cfuncs.st +share/smalltalk/test/arrays.base +share/smalltalk/test/arrays.st +share/smalltalk/test/blocks.base +share/smalltalk/test/blocks.st +share/smalltalk/test/chars.base +share/smalltalk/test/chars.st +share/smalltalk/test/classes.base +share/smalltalk/test/classes.st +share/smalltalk/test/dates.base +share/smalltalk/test/dates.st +share/smalltalk/test/delays.base +share/smalltalk/test/delays.st +share/smalltalk/test/floatmath.base +share/smalltalk/test/floatmath.st +share/smalltalk/test/geometry.base +share/smalltalk/test/geometry.st +share/smalltalk/test/intmath.base +share/smalltalk/test/intmath.st +share/smalltalk/test/objects.base +share/smalltalk/test/objects.st +share/smalltalk/test/processes.base +share/smalltalk/test/processes.st +share/smalltalk/test/run-regression-tests +share/smalltalk/test/strings.base +share/smalltalk/test/strings.st +share/smalltalk/gst +@dirrm share/smalltalk/test +@dirrm share/smalltalk/tcp +@dirrm share/smalltalk/kernel +@dirrm share/smalltalk/gdbm +@dirrm share/smalltalk/examples/mixed +@dirrm share/smalltalk/examples/blox +@dirrm share/smalltalk/examples +@dirrm share/smalltalk/compiler +@dirrm share/smalltalk/cint +@dirrm share/smalltalk/blox +@dirrm share/smalltalk +@exec install-info --info-dir=%D/info %D/info/gst.info >Release-Note: >Audit-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 Dec 27 4: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 45CF314EFF for ; Mon, 27 Dec 1999 04:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA43981; Mon, 27 Dec 1999 04:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from serio.al.rim.or.jp (serio.al.rim.or.jp [202.247.191.251]) by hub.freebsd.org (Postfix) with ESMTP id 104A914CF1 for ; Mon, 27 Dec 1999 04:24:03 -0800 (PST) (envelope-from inagaki@tg.rim.or.jp) Received: from mail-relay.rim.or.jp by serio.al.rim.or.jp (8.8.8/3.7W/HMX-12) with ESMTP id VAA17096 for ; Mon, 27 Dec 1999 21:24:01 +0900 (JST) Received: from lunatic.kareidoscope.ne.jp (skai0845.ppp.infoweb.ne.jp [202.248.14.253]) by mail-relay.rim.or.jp (3.7W/HMX-12) id VAA27005 for ; Mon, 27 Dec 1999 21:24:00 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by lunatic.kareidoscope.ne.jp (8.9.3/3.7W) with ESMTP id VAA72561 for ; Mon, 27 Dec 1999 21:22:43 +0900 (JST) Message-Id: <19991227212243Y.inagaki@tg.rim.or.jp> Date: Mon, 27 Dec 1999 21:22:43 +0900 From: Kentaro Inagaki / =?iso-2022-jp?B?GyRCMHAzQBsoQiAbJEI3ckJATzobKEI=?= To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15713: repository copy: vfxdvik -> xdvik-vflib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15713 >Category: ports >Synopsis: repository copy: vfxdvik -> xdvik-vflib >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 Dec 27 04:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Inagaki Kentaro & >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: Please repository copy ports/japanese/vfxdvik to ports/japanese/xdvik-vflib. And set BROKEN=yes both. (this port is depend on old ports/japanese/makejvf.) ports/japanese/vfxdvik is obsolete and retire. In next update this new name's port is changed to master/slave ports of the following. Master port is ports/japanese/xdvik-vflib. Slave port is ports/japanese/xdvik-vflib-pkall, ports/japanese/xdvik-vflib-pk118, ports/japanese/xdvik-vflib-pk240, ports/japanese/xdvik-vflib-pk300, ports/japanese/xdvik-vflib-pk360, ports/japanese/xdvik-vflib-pk400 and ports/japanese/xdvik-vflib-pk600. >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 Mon Dec 27 4:40: 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 CB38114F68 for ; Mon, 27 Dec 1999 04:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA44849; Mon, 27 Dec 1999 04:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from totem.fix.no (totem.freenix.no [195.0.166.42]) by hub.freebsd.org (Postfix) with ESMTP id ED97914C3E for ; Mon, 27 Dec 1999 04:33:22 -0800 (PST) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 31F115762; Mon, 27 Dec 1999 13:33:21 +0100 (CET) Message-Id: <19991227123321.31F115762@totem.fix.no> Date: Mon, 27 Dec 1999 13:33:21 +0100 (CET) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15714: Update of ports: security/nessus* Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15714 >Category: ports >Synopsis: Update of ports: security/nessus* >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 Dec 27 04:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 3.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: FreeBSD eggsilo.bsdonline.org 3.3-STABLE FreeBSD 3.3-STABLE #0: Sun Dec 26 22:36:33 CET 1999 root@eggsilo.bsdonline.org:/usr/src/sys/compile/EGGSILO i386 >Description: Updates the nessus* ports to version 0.99.2. >How-To-Repeat: >Fix: Apply this: begin 644 nessus.diffs.gz M'XL("&%:9S@"`VYE MK^PXRL9[MN.RG&2WZJI8(`G.,"()&B`UFDWYOU^#\^+1B&Q`MM:WZW))&N(! M"#2Z&PWT,XC3)('!FUI"P96JU2!+PX*I[$QD\?EK=L63-.-'9?OGO<%@0-5[ M]%H4\`./P)N`Z\R]T=P=@3N;S7K]?K^KT:-*_F@^VE9Z]@P&X],I]/6/9\]Z M\`U\^Z/D_/O+'^90"EFI<\6C6J;5^KRC\=-K<,^\IKESUSMW7/"/.1S-( MQ$W"4@D7-R5\BVWWH#?XX>7E^S?/7U\\?;1M:.";^CIM?KDS6]'KQX_O[BKS^_>WEQ^?31;C@]>/W\\OW%N^#RY7O]/*G*^?DY M_CR+4G66\/AL(:[/RSK'-Q>?G+9?#NXM>/Y_"_/7AT4'<#.A-R M85,UIC1%RU:=Y_'H>%;W!5VZL@?<2UFZ:OG^W#G0%A?ZKM:4P>L?1G"R'>#M MJ3JKF#Q;_/,)/(5X-/$2;YR,^9C-ILEH-N*CT=!E4V-]&V-[&WO:/F[UJ?.],&CG_0UG?<8HN9M4/^P^SI8";;+&HK MSBZ;:JM]3T7HM*OA?#0VV%7')!U8QL2?NK[+/#:)D\A+7-_CKA?[89@DXYD7 M#F\;6,>,'K0WFL1C)QR.O"1R7'\8#L/1,)GP>,A"9QR'4Y.,RZO%^=M7J$)W M!;$OZI;Q'G)/&;?7\^;#R7PT/9"Q?^HZ*.?FE[8X;$$[G9)?J3-V^Z,2QY_/ MG-[@X$E>ZBII$65US'>:64:L/%NV/AX4+.=QV%*JW=Y&SY>]_MVR:RY52ZTE MDXLL555;6<&K\[!,=,FS.)4R;P'XQMV6M_K*MWMT)]/P[$WC< MZ%U?>3A[]_25QXTWGM(_\I3#Z7SHV'G*;7O=?O(6X#_)2Q[.WQT?N1-CJX=L MK=DR]5[GU'=Z1XQ5IG;>\?;$'/BR)!F.,$88CB,W2&DW'LC!/N M.ZV^\?8L'K0VY=/A,(SBT$EF+)G-)DDXXCZ?8?LAFPU#6JX%7]URB[OQ[YYW M2757_NC]LH:_L0+`!0RN'0RQ'13/Q&D3ZK[2;6\XFFEEW\O4.=6^\-1W&LGV MM6O;N:M-.VW/SE]@KWZL52J*,QVKM6(N;IZG,HB%"EA\K3B3T=(&_*'F7Y9)+W@UY^R)@Q7I%@RZ78O5"Q`3B-QY>IA4!8.E-@"8:$PA\QD)F M!`0+7OF>&29PO4@RL3(CR\R,J51%@(I@6>'@@FB!WHN`%?Q&3QP!D5<\I62@ M(E[$P56:47VNEDZP9,6B+@E072T#7K`PX]2DW/"B"B0K*R'IGHH&M\EM0P(H"BNJ%)1E4RR MG!!BQ(*Z0+D4%9>!=O1!)5FA$ORDN+S&$LNZ336]RMO4BY8\7TBMDA0J+QDQ MJ5&2%HNFF[2CP9=4G)I6!*Q0BPC`$J/"C(LB4+FV)+/U1CKPXP4%X-%5*=*" MZE>J(A&,)R,3A-3]*&=I9M-ED>+:Z(CB%#L:Y+A,YG0W^(HH3#!*#P55?J-J>OTQ9):0M.W3%;$D-*(K!WE99`S=87C_F"` MZ?5>51C>$;A4!6&=Z##4;-$:W&@C#6FHMD5<'&@Z9%L%D4*64K$N&M M5F0KA(-)2U%Z1/.__]Y=EC'*XV1I4=\$_^08XV84A>8Q0TLNC`#: M9^]`*QZ:8L8]5,@LCK*4[AV&)6R)RS4/T*0JW+^FD0HV;IVJ53$]0X'6$`*F MRI72T='F/P7\8+/'R!7B;BTYEEA*LD6$.E[QG((T'XVOQ(\59U1Y%7+HCB*6P@HKL#HT2MF4*%R.2CK,$O)<2)('R0,R!T%;HGU M.K.@%PY$J9(1ZX7`S2!ZJBN+>1)JR:@#4H$F;&X%8UV%#@=#)*6"3Y$.44&O M>Z0HRB1.2Y81(46Y*%$CC+-8+A.JL"0+;<:>4J%(B4M=L!34=):YP4;*PJ34 MN-[Y-ET5MJJOC^(8.N4$55_D%&[%)1W,?J@%M8W`X$>?G@?Y%>Z0;<:PQ=LC M2\G'N-DI,Y%6)/IF;=ZL;6!:/&:,,F)J:O/R`:>KI&9=;QHW\[GP*%2&*_LU M>MB49Y\.AM,LI>)UW'^L6$6=C$J]?R1")9F4(E54Z"-QQY%2Y644^-[$H1%_ M]T8T@&54ZJ)!4&?<#:"N1*Y/+`VX*%<&1,PJ%C)JVC6*5[@WUFN=H;4KOJ:/ M[C0HRT1TE2\DC2H24]<+NW84CXV(W"A);6'D9D:#4`4-SR`NI84%S.K(6^E#DB+B05'G(<8EEJN36O(L M(ZQ,9?36=%/N34R(`-]#I"Q4SF2UC:APL;:(270*T'BNW8!T-M4`,75.'T)+ ML9#45J%!Z1!A36,LXT;M1Q"4L#JK@FU2L$JIK>6VAJ%9M;3"I#I2-F@]96%V@?]FR7.@*WDGI*,7CL M[M0F#5-MF='MAZ2XZC0Y$!VO-LG?V0P&U^C9[D@Z0SOF)SE(, M&./.PJHY^L7@=QO[M<."A$65D&NJ[!.'GP)AD=X:D9@M[[S*RXQF/]_Y5LC^ MH*OM.R&M->_%*F^OY<]UQ0,&]/!T#/WA]AL%MM1DL*8FPP-1D\%(3083-1F, MU&0M#]\[]5SH^_ZI-^V2R5V")1@(EO#5");P\`1+L"!8@IE@"6:")?RK")9@ M)EB"!<$23`1+L"%8PH,2+.'K$RS!1+`$DF`YL&50P@,Q,8%B8H*!B0EF)J;V M&Z.)=J3CT6FGUS@F0\(]R)#PMBP<%]:7!@1X-KOM_H MC$Y='R?5G9ZZLZY)_<0^@_NRS^#?FGT&G\4^`SOV&=BRSP8&WA;8L=/@_XF= M!E^+G0;6[#0PL-/`Q$YK;,-#1Z>_`#ST]/+881O'["ZP9W?!`[*[P(K=!5;L M+C"QNP8&RA8\'/L+K-A?<%_V%QC97XT&#(>;)6\\U)K0H0'M_"6PY"_!%_.7 MX)[\I8$=SPBL:4[PKZ`Y@07-"2QH3F"F.353/9GJO80[FW4?R]RA9(`%)0,> MB)(!9DH&V%$RP(:2H67B.9Z^^L+S]'E5ATP.<]Y@R'F#,><],.0TP28G#O?. MB8--3KR1B#LY=:XCG5M97+#)XL)G9W$'9'(6'B;'"^8<+UCF>,&4XVV$//*:N-:;3(BXMCWG M"??(><+#YCS!-N<)UCE/L,MY#LQ)3'CPM"B8TJ)@2HN"35JT48CQ2,<^WLSM MCGV.$U_+PW><3GFTIB)W=YX1Z=%N2*]_ MMTCRYHJQEEJ]0;-'V@'WBE'=5$=%&_'H$Y)>GU=1:XW#@@/\<6JU[8*VMHO9 MR`O9AO/1G1OUVL'^W'7GWF=?&'O[`K;1T05L(U_?@FAU`5LD).^\++;S5K9/ MM5HNBOUWOZJM25+[.OAO?FIY]T#OJ0:HJ;B%S>:Z]6??_G'QXJ>?/\+CIY_] M[W%O<-C0]QQ4+3E4`KADBL,:PPU`?8)O_WC[[N+'EW__>'ZHWG]ZW.O?M_XG M9C$=?B-=J>L3UN[[E17@'!G)P;QWS0A:YLVD41;,DC!*?)0YS76_B M))S'D_8;0@^LYJ"I*'&F,S\>^6/?FXTG4\:2,8\\/XX3+YY,)^T2*_4WA?0E MG?KW@"UV(SY^?BR_XW(K,1HJ#;VY/SR0IDZT]=W-MGKPZ?WGI>2XW]#<7K((W`GV8#^YT[HSG[O;VUL'AZP_K/7I?\Z:*[^@[L8>S_?7+@V9Y M&S:[^BW_9`#?;._HA,>+3(0,=_/+Q[<>[RX)W3Q-8I[`Q9OGW[^Z"%Z\^\?; M]S\'KY[_X^(=CF-?Y;^:JTN7_XU]_-2,?G:^*6A:PA@]3?`/_-\0%A4< MC$0'DR=/_K+I]=AI9(:_&J'UNX66Q<>JC.Y^N)^Q#IG=F2_7W5;99IJQH-\D MG+4WW/58A#Z9,G6/C']CRE2;.Z[JDW;%H9`)Q_!UHD M@$Y&^QBAOV(%.<\Q6("<%3IKQ%$JWYTWZ`J-`;?`,JY+.%$H&OWP)L%U?7U_`-6NN8P/%JU,(U[!E MR>L7ZLII`B?($_H20 M)SAHW0)L9<01C3V/4)M/].]R#2=ESO37P)H'*"T]!NBC^)^<0O.VIX_QK^VX M0'=&#^VGY[]>!,';7]Y?O/EU^X:@K'47X83OL3Q3?%O:4MAHWJ9T*[U-(`V8MQ)7_*JE@546NS?-"_8#>\[T./_2^_3<#5X\QG'5D>HU\T7<+`` M-S1;E9Y.M2%.9EN-;G*LD^;1>*=FL'OK"?YZLFGP(_0.GK_YY=4K+/@_JB'@ %S/U?``!. ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 4:43:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cichlids.com (as10-011.rp-plus.de [149.221.96.11]) by hub.freebsd.org (Postfix) with ESMTP id 21D8614D08 for ; Mon, 27 Dec 1999 04:43:18 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 7752AAB7F for ; Mon, 27 Dec 1999 13:43:29 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id NAA33906 for ports@freebsd.org; Mon, 27 Dec 1999 13:44:14 +0100 (CET) (envelope-from alex) Date: Mon, 27 Dec 1999 13:44:13 +0100 From: Alexander Langer To: ports@freebsd.org Subject: x11-toolkits/xview doesn't build? Message-ID: <19991227134413.A33887@cichlids.cichlids.com> Mail-Followup-To: ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! x11-toolkits/xview doesn't build on FreeBSD cichlids.cichlids.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sat Dec 18 10:40:12 CET 1999 root@neutron.cichlids.com:/usr/src/sys/compile/cichlids i386 for me: ===> Building for xview-3.2.1 Building Release 3.2 of the XView Toolkit If you get the message, 'Can't find include file XView.tmpl', set the environment variable IMAKEINCLUDE to '-I/usr/ports/x11-toolkits/xview/work/xview3.2p1-X11R6/config' and '-I/config'. Where is the path to your installed X11 R5 build. Mo 27 Dez 1999 13:34:25 CET make 'SUBDIRS=lib images bitmaps misc util config doc' Makefiles [... cut many lines ...] + cp shared/drop.o . + cp shared/xv_casecmp.o ../../libxview/xshared + cp shared/xv_casecmp.o . ar ruv ../../libxview/libxview.a demorandom.o getlogindr.o expandname.o expandpath.o bitmask.o hashfn.o db_conv.o gettext.o quark.o setlocale.o windowloop.o xv_deaf.o xv_util.o xv_version.o xv_win_lp.o drop.o xv_casecmp.o a - demorandom.o a - getlogindr.o a - expandname.o a - expandpath.o a - bitmask.o a - hashfn.o a - db_conv.o a - gettext.o a - quark.o a - setlocale.o a - windowloop.o a - xv_deaf.o a - xv_util.o a - xv_version.o a - xv_win_lp.o a - drop.o a - xv_casecmp.o making all in lib/libxview/notice... rm -f notice.o shared/notice.o cc -fpic -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c notice.c -o shared/notice.o rm -f notice_dstry.o shared/notice_dstry.o cc -fpic -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c notice_dstry.c -o shared/notice_dstry.o rm -f notice_get.o shared/notice_get.o cc -fpic -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c notice_get.c -o shared/notice_get.o rm -f notice_itm.o shared/notice_itm.o cc -fpic -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c notice_itm.c -o shared/notice_itm.o rm -f notice_ol.o shared/notice_ol.o cc -fpic -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c notice_ol.c -o shared/notice_ol.o rm -f notice_pt.o shared/notice_pt.o cc -fpic -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c notice_pt.c -o shared/notice_pt.o rm -f notice_set.o shared/notice_set.o cc -fpic -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c notice_set.c -o shared/notice_set.o + cp shared/notice.o ../../libxview/xshared + cp shared/notice.o . + cp shared/notice_dstry.o ../../libxview/xshared + cp shared/notice_dstry.o . + cp shared/notice_get.o ../../libxview/xshared + cp shared/notice_get.o . + cp shared/notice_itm.o ../../libxview/xshared + cp shared/notice_itm.o . + cp shared/notice_ol.o ../../libxview/xshared + cp shared/notice_ol.o . + cp shared/notice_pt.o ../../libxview/xshared + cp shared/notice_pt.o . + cp shared/notice_set.o ../../libxview/xshared + cp shared/notice_set.o . rm -f notice_data.o shared/notice_data.o cc -fpic -c -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB notice_data.c cp notice_data.o shared/notice_data.o cc -c -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB notice_data.c + cp ./notice_data.o ../../libxview/xunshared + cp shared/notice_data.o ../../libxview/xshared ar ruv ../../libxview/libxview.a notice.o notice_dstry.o notice_get.o notice_itm.o notice_ol.o notice_pt.o notice_set.o notice_data.o a - notice.o a - notice_dstry.o a - notice_get.o a - notice_itm.o a - notice_ol.o a - notice_pt.o a - notice_set.o a - notice_data.o making all in lib/libxview/notify... rm -f ndet_auto.o shared/ndet_auto.o cc -fpic -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c ndet_auto.c -o shared/ndet_auto.o rm -f ndet_death.o shared/ndet_death.o cc -fpic -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c ndet_death.c -o shared/ndet_death.o rm -f ndet_die.o shared/ndet_die.o cc -fpic -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c ndet_die.c -o shared/ndet_die.o rm -f ndet_dodis.o shared/ndet_dodis.o cc -fpic -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c ndet_dodis.c -o shared/ndet_dodis.o rm -f ndet_event.o shared/ndet_event.o cc -fpic -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c ndet_event.c -o shared/ndet_event.o rm -f ndet_fcntl.o shared/ndet_fcntl.o cc -fpic -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c ndet_fcntl.c -o shared/ndet_fcntl.o rm -f ndet_fd.o shared/ndet_fd.o cc -fpic -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c ndet_fd.c -o shared/ndet_fd.o rm -f ndet_g_fd.o shared/ndet_g_fd.o cc -fpic -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c ndet_g_fd.c -o shared/ndet_g_fd.o rm -f ndet_g_in.o shared/ndet_g_in.o cc -fpic -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c ndet_g_in.c -o shared/ndet_g_in.o rm -f ndet_g_out.o shared/ndet_g_out.o cc -fpic -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c ndet_g_out.c -o shared/ndet_g_out.o rm -f ndet_g_pri.o shared/ndet_g_pri.o cc -fpic -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c ndet_g_pri.c -o shared/ndet_g_pri.o rm -f ndet_g_sig.o shared/ndet_g_sig.o cc -fpic -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c ndet_g_sig.c -o shared/ndet_g_sig.o rm -f ndet_loop.o shared/ndet_loop.o cc -fpic -O -pipe -I../../../build/include -I/usr/X11R6/include -DCSRG_BASED -DFULL_R5 -I/include -DSUNOS41 -DX11R6 -DFUNCPROTO=15 -DNARROWPROTO -DOS_HAS_LOCALE -DOS_HAS_MMAP -DDYNAMICLIB -c ndet_loop.c -o shared/ndet_loop.o ndet_loop.c: In function `notify_start': ndet_loop.c:202: wrong type argument to unary exclamation mark ndet_loop.c:204: wrong type argument to unary exclamation mark ndet_loop.c:239: wrong type argument to unary exclamation mark ndet_loop.c:267: wrong type argument to unary exclamation mark ndet_loop.c:330: wrong type argument to unary exclamation mark *** Error code 1 Stop in /usr/ports/x11-toolkits/xview/work/xview3.2p1-X11R6/lib/libxview/notify. *** Error code 1 Stop in /usr/ports/x11-toolkits/xview/work/xview3.2p1-X11R6/lib/libxview. *** Error code 1 Stop in /usr/ports/x11-toolkits/xview/work/xview3.2p1-X11R6/lib. *** Error code 1 Stop in /usr/ports/x11-toolkits/xview/work/xview3.2p1-X11R6. *** Error code 1 Stop in /usr/ports/x11-toolkits/xview/work/xview3.2p1-X11R6. *** Error code 1 Stop in /usr/ports/x11-toolkits/xview. *** Error code 1 Stop in /usr/ports/x11-toolkits/xview. *** Error code 1 Stop in /usr/ports/x11-toolkits/xview. Alex -- I doubt, therefore I might be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 5:10:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 124EF14F45; Mon, 27 Dec 1999 05:10:41 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA47423; Mon, 27 Dec 1999 05:10:40 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Mon, 27 Dec 1999 05:10:40 -0800 (PST) From: Message-Id: <199912271310.FAA47423@freefall.freebsd.org> To: camel@avias.com, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15305: can't install netpbm-8.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: can't install netpbm-8.0 State-Changed-From-To: feedback->closed State-Changed-By: jedgar State-Changed-When: Mon Dec 27 05:09:52 PST 1999 State-Changed-Why: Feedback timed out. Please resubmit if problem returns. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 5:18: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 5D1EA153CB; Mon, 27 Dec 1999 05:18:40 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA48176; Mon, 27 Dec 1999 05:18:40 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Mon, 27 Dec 1999 05:18:40 -0800 (PST) From: Message-Id: <199912271318.FAA48176@freefall.freebsd.org> To: mami@whale.cc.muroran-it.ac.jp, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15703: Update port: graphics/enfle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/enfle State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Mon Dec 27 05:18:26 PST 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 Dec 27 5:50: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 05E09150B5 for ; Mon, 27 Dec 1999 05:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA51160; Mon, 27 Dec 1999 05:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from totem.fix.no (totem.freenix.no [195.0.166.42]) by hub.freebsd.org (Postfix) with ESMTP id DAF661512C for ; Mon, 27 Dec 1999 05:49:48 -0800 (PST) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id A69775762; Mon, 27 Dec 1999 14:49:44 +0100 (CET) Message-Id: <19991227134944.A69775762@totem.fix.no> Date: Mon, 27 Dec 1999 14:49:44 +0100 (CET) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15715: Update of port: net/dante Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15715 >Category: ports >Synopsis: Update of port: net/dante >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 Dec 27 05:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 3.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: FreeBSD eggsilo.bsdonline.org 3.3-STABLE FreeBSD 3.3-STABLE #0: Sun Dec 26 22:36:33 CET 1999 root@eggsilo.bsdonline.org:/usr/src/sys/compile/EGGSILO i386 >Description: Updates the port to version 1.1.1-pre1. Removes patch-aa. Changes since version 1.1.0: o Can't do rulespermit() that early, move to after connect(). Fixes a hang that could occur when using libwrap, thanks to Marc G. Fournier (marc.fournier@acadiau.ca) for help and testing. o socksify on elf-based FreeBSD systems should hopefully work now; thanks to Andre Albsmeier for testing. o Allow specifying what facility to use for syslog output. Code mostly from Per Hedeland (per@erix.ericsson.se). o Fix bug preventing one of the serverchilds from dying when the server is killed. Reported by Per Hedeland (per@erix.ericsson.se). o config.c: increment pointed to area, not pointer. Patch from Per Hedeland (per@erix.ericsson.se). >How-To-Repeat: >Fix: diff -Nur dante.old/Makefile dante/Makefile --- dante.old/Makefile Mon Dec 27 13:14:39 1999 +++ dante/Makefile Mon Dec 27 14:13:09 1999 @@ -6,7 +6,8 @@ # $FreeBSD: ports/net/dante/Makefile,v 1.1.1.1 1999/11/26 23:23:02 steve Exp $ # -DISTNAME= dante-1.1.0 +DISTNAME= dante-1.1.1-pre1 +PKGNAME= dante-1.1.1 CATEGORIES= security net MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ http://www.freenix.no/~anders/ \ diff -Nur dante.old/files/md5 dante/files/md5 --- dante.old/files/md5 Mon Dec 27 13:14:28 1999 +++ dante/files/md5 Mon Dec 27 13:41:02 1999 @@ -1 +1 @@ -MD5 (dante-1.1.0.tar.gz) = 0b844df4371fc95666637edd248a0ac0 +MD5 (dante-1.1.1-pre1.tar.gz) = 3f648d5f9edc91ad39d711db02a9f3ec diff -Nur dante.old/patches/patch-aa dante/patches/patch-aa --- dante.old/patches/patch-aa Mon Dec 27 13:14:28 1999 +++ dante/patches/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,76 +0,0 @@ ---- sockd/sockd_io.c.orig Thu Sep 2 12:53:05 1999 -+++ sockd/sockd_io.c Sun Dec 19 21:37:35 1999 -@@ -44,7 +44,7 @@ - #include "common.h" - - static const char rcsid[] = --"$Id: sockd_io.c,v 1.159 1999/09/02 10:42:04 michaels Exp $"; -+"$Id: sockd_io.c,v 1.162 1999/12/16 09:01:25 michaels Exp $"; - - /* - * Accept io objects from mother and does io on them. We never -@@ -819,8 +819,8 @@ - - /* - * If client hasn't sent us it's address yet we have to -- * assume the first packet is from is it. Client can only -- * blame itself if not. -+ * assume the first packet is from is it. -+ * Client can only blame itself if not. - */ - if (io->in.raddr.sin_addr.s_addr == htonl(INADDR_ANY) - || io->in.raddr.sin_port == htons(0)) { -@@ -836,30 +836,19 @@ - - /* LINTED pointer casts may be troublesome */ - sockaddr2sockshost((struct sockaddr *)&io->in.raddr, &io->src); -- -- /* -- * Do a rulecheck here with destination set to NULL, -- * if that isn't permitted nothing else is either from -- * this source so disconnect it. -- */ -- if (!rulespermit(io->in.s, &io->rule, &io->state, &io->src, -- NULL)) { -- delete_io(mother, io, io->in.s, IO_SRCBLOCK); -- return; -- } - } - - /* -- * When we receive the first packet we also have a fixed -- * source so connect the socket, both for better performance -- * and so that getpeername() will work on it, for -- * libwrap/rulespermit(). -+ * When we receive the first packet we also have a fixed source -+ * so connect the socket, both for better performance and so -+ * that getpeername() will work on it (libwrap/rulespermit()). - */ -- if (io->in.read == 0) { /* could happend more than once, but ok. */ -+ if (io->in.read == 0) { /* could happen more than once, but ok. */ - /* LINTED pointer casts may be troublesome */ - if (!sockaddrareeq((struct sockaddr *)&io->in.raddr, &from)) { - char src[MAXSOCKADDRSTRING], dst[MAXSOCKADDRSTRING]; - -+ /* perhaps this should be LOG_DEBUG. */ - slog(LOG_NOTICE, - "%s(0): %s: expected from %s, got it from %s", - VERDICT_BLOCKs, protocol2string(io->state.protocol), -@@ -871,6 +860,17 @@ - - if (connect(io->in.s, &from, sizeof(from)) != 0) { - delete_io(mother, io, io->in.s, IO_ERROR); -+ return; -+ } -+ -+ /* -+ * Do a rulecheck here with destination set to NULL. -+ * If that isn't permitted nothing else is either from -+ * this source so might as well disconnect it. -+ */ -+ if (!rulespermit(io->in.s, &io->rule, &io->state, &io->src, -+ NULL)) { -+ delete_io(mother, io, io->in.s, IO_SRCBLOCK); - return; - } - } >Release-Note: >Audit-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 Dec 27 6:20: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C7CEF1507B for ; Mon, 27 Dec 1999 06:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA53773; Mon, 27 Dec 1999 06:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 3A552150EE for ; Mon, 27 Dec 1999 06:16:55 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id RAA30972; Mon, 27 Dec 1999 17:16:44 +0300 (MSK) Message-Id: <199912271416.RAA30972@netserv1.chg.ru> Date: Mon, 27 Dec 1999 17:16:44 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15716: devel/gettext fails to build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15716 >Category: ports >Synopsis: devel/gettext fails to build >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 27 06:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: FreeBSd-currect with current versions of autoconf, automake, libtool. Current ports tree. >Description: ............................ creating tests/Makefile creating m4/Makefile creating misc/Makefile creating misc/gettextize creating intl/intlh.inst creating config.h linking ./intl/libgettext.h to intl/libintl.h ===> Building for gettext-0.10.35 cd . && aclocal -I m4 aclocal: configure.in: 15: obsolete macro `AM_PROG_INSTALL' *** Error code 1 Stop in /usr1/ports/devel/gettext/work/gettext-0.10.35. *** Error code 1 Stop in /usr1/ports/devel/gettext. *** Error code 1 Stop in /usr1/ports/devel/gettext. *** Error code 1 Stop in /usr1/ports/devel/gettext. >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 Mon Dec 27 7:10: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 0912F14FD3 for ; Mon, 27 Dec 1999 07:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA12524; Mon, 27 Dec 1999 07:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id ABC9814BFC; Mon, 27 Dec 1999 07:03:55 -0800 (PST) Message-Id: <19991227150355.ABC9814BFC@hub.freebsd.org> Date: Mon, 27 Dec 1999 07:03:55 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15717: Update port: devel/libU77 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15717 >Category: ports >Synopsis: Update port: devel/libU77 >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 Dec 27 07:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: * Fixed MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/libU77/Makefile devel/libU77/Makefile --- /usr/ports/devel/libU77/Makefile Thu Nov 25 20:13:11 1999 +++ devel/libU77/Makefile Mon Dec 27 21:18:27 1999 @@ -1,16 +1,16 @@ -# New ports collection makefile for: libU77 -# Version required: 2.6 -# Date Created: 8 October 1998 -# Whom: Glenn Johnson +# New ports collection makefile for: libU77 +# Version required: 2.6 +# Date Created: 8 October 1998 +# Whom: Glenn Johnson # # $FreeBSD: ports/devel/libU77/Makefile,v 1.3 1999/11/24 23:43:44 cpiazza Exp $ # -DISTNAME= libU77-2.6 -CATEGORIES= devel -MASTER_SITES= http://flo.mech.eng.usyd.edu.au/norris/src/ +DISTNAME= libU77-2.6 +CATEGORIES= devel +MASTER_SITES= http://flo.mech.eng.usyd.edu.au/~norris/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org .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 Mon Dec 27 7:10: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 093D615023 for ; Mon, 27 Dec 1999 07:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA12534; Mon, 27 Dec 1999 07:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id ECDF414D24; Mon, 27 Dec 1999 07:05:24 -0800 (PST) Message-Id: <19991227150524.ECDF414D24@hub.freebsd.org> Date: Mon, 27 Dec 1999 07:05:24 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15718: Update port: graphics/tiff to 3.5.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15718 >Category: ports >Synopsis: Update port: graphics/tiff to 3.5.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 27 07:10:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: * Updated version 3.5.3 to 3.5.4 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/tiff/Makefile graphics/tiff/Makefile --- /usr/ports/graphics/tiff/Makefile Fri Dec 24 08:14:55 1999 +++ graphics/tiff/Makefile Sun Dec 26 12:35:15 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: tiff -# Version required: 3.5.3 +# Version required: 3.5.4 # Date created: 8 October 1996 # Whom: Richard Hwang # Mikhail Teterin @@ -8,8 +8,8 @@ # $FreeBSD: ports/graphics/tiff/Makefile,v 1.23 1999/12/23 19:18:32 steve Exp $ # -DISTNAME= tiff-v3.5.3 -PKGNAME= tiff-3.5.3 +DISTNAME= tiff-v3.5.4 +PKGNAME= tiff-3.5.4 CATEGORIES= graphics MASTER_SITES= ftp://ftp.onshore.com/pub/libtiff/ \ http://www.libtiff.org/ diff -urN /usr/ports/graphics/tiff/files/md5 graphics/tiff/files/md5 --- /usr/ports/graphics/tiff/files/md5 Sun Dec 5 20:14:41 1999 +++ graphics/tiff/files/md5 Sun Dec 26 12:36:13 1999 @@ -1 +1 @@ -MD5 (tiff-v3.5.3.tar.gz) = d9b401aff13903a5818d7887e1f69022 +MD5 (tiff-v3.5.4.tar.gz) = 3957aeace6b66720751f497157e16e53 >Release-Note: >Audit-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 Dec 27 7:10: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 490DF14DFE for ; Mon, 27 Dec 1999 07:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA12545; Mon, 27 Dec 1999 07:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8C37B14E63; Mon, 27 Dec 1999 07:06:50 -0800 (PST) Message-Id: <19991227150650.8C37B14E63@hub.freebsd.org> Date: Mon, 27 Dec 1999 07:06:50 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15719: Update port graphics/giflib to libungif-4.1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15719 >Category: ports >Synopsis: Update port graphics/giflib to libungif-4.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 27 07:10:04 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: * Updated giflib-4.1.0 to libungif-4.1.0 NOTE: libungif works almost the same as giflib, except ability to create compressed GIF image to avoid LZW patent issue. As you see, this is not "Update" in fact, but it seems better to replace completely than coexist. This PR supersedes ports/14029 (left alone for about 3 months). >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/giflib/Makefile graphics/libungif/Makefile --- /usr/ports/graphics/giflib/Makefile Sat Sep 18 19:17:30 1999 +++ graphics/libungif/Makefile Sun Dec 26 15:07:22 1999 @@ -1,4 +1,4 @@ -# New ports collection makefile for: giflib +# New ports collection makefile for: libungif # Version required: 4.1.0 # Date created: 03 May 1997 # Whom: Thomas Gellekum @@ -6,24 +6,33 @@ # $FreeBSD: ports/graphics/giflib/Makefile,v 1.10 1999/09/18 03:10:54 steve Exp $ # -DISTNAME= giflib-4.1.0 +DISTNAME= libungif-4.1.0 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= libs/giflib +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + ftp://prtr-13.ucsc.edu/pub/libungif/ +MASTER_SITE_SUBDIR= libs/graphics + +PATCH_SITES= http://www.arrakeen.demon.co.uk/giflib/ +PATCHFILES= libungif-4.1.0-19990224.patch.gz \ + libungif-4.1.0-19990305.patch.gz \ + libungif-4.1.0-19990322.patch.gz \ + libungif-4.1.0-19990523.patch.gz +PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org USE_XLIB= yes -USE_GMAKE= yes USE_LIBTOOL= yes +DOCDIR= ${PREFIX}/share/doc/libungif + post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/giflib - ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/giflib - ${INSTALL_DATA} ${WRKSRC}/doc/*.png ${PREFIX}/share/doc/giflib - ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${PREFIX}/share/doc/giflib + @${MKDIR} ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/UNCOMPRESSED_GIF ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/*.png ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${DOCDIR} .endif .include diff -urN /usr/ports/graphics/giflib/files/md5 graphics/libungif/files/md5 --- /usr/ports/graphics/giflib/files/md5 Sat Sep 18 19:17:30 1999 +++ graphics/libungif/files/md5 Sun Dec 26 15:08:05 1999 @@ -1 +1,5 @@ -MD5 (giflib-4.1.0.tar.gz) = f70e8fe2dd57815bd2740aa88aa32f2c +MD5 (libungif-4.1.0.tar.gz) = 35427da9b40e06faae0db531c41c7eb6 +MD5 (libungif-4.1.0-19990224.patch.gz) = 78c3c753fb992ff7c544335f34108029 +MD5 (libungif-4.1.0-19990305.patch.gz) = 20cd29f816fee2826f65b4b0def9c1b5 +MD5 (libungif-4.1.0-19990322.patch.gz) = 2bdc1cc32fcabb45772490523fb4b203 +MD5 (libungif-4.1.0-19990523.patch.gz) = 6ee8ed587bb831f7d7ef402150e3616c diff -urN /usr/ports/graphics/giflib/pkg/DESCR graphics/libungif/pkg/DESCR --- /usr/ports/graphics/giflib/pkg/DESCR Sat Sep 18 19:17:31 1999 +++ graphics/libungif/pkg/DESCR Sun Dec 26 15:26:29 1999 @@ -1,14 +1,7 @@ -The tools include programs to clip, rotate, scale, and position -GIF images. It includes an X11 viewer, and code to dump GIFs to an -Epson-compatible printer in graphics mode, and several conversion utilities. +GIF loading and saving shared library. (Saving uses an uncompressed gif +algorithm that does not use LZW compression.) -The library includes program-callable entry points for reading and writing -GIF files, an 8x8 utility font for embedding text in GIFs, and an error -handler. GIF manipulation can be done at a relatively low level by -sequential I/O (which automatically does/undoes image compression) or at -a higher level by slurping an entire GIF into allocated core. +See /usr/local/share/doc/libungif directory for more information +on libungif's capabilities. -See /usr/local/share/doc/giflib directory for more information -on GIFLIB's capabilities. - -WWW: http://prtr-13.ucsc.edu/~badger/software/giflib.shtml +WWW: http://prtr-13.ucsc.edu/~badger/software/libungif/ diff -urN /usr/ports/graphics/giflib/pkg/PLIST graphics/libungif/pkg/PLIST --- /usr/ports/graphics/giflib/pkg/PLIST Sat Sep 18 19:17:31 1999 +++ graphics/libungif/pkg/PLIST Sun Dec 26 15:00:04 1999 @@ -4,9 +4,13 @@ bin/gif2x11 bin/gifasm bin/gifbg +bin/gifburst bin/gifclip bin/gifclrmp +bin/gifcolor bin/gifcomb +bin/gifcompose +bin/giffiltr bin/giffix bin/gifflip bin/gifhisto @@ -16,61 +20,57 @@ bin/gifpos bin/gifrotat bin/gifrsize +bin/gifspnge bin/giftext bin/gifwedge +bin/icon2gif bin/raw2gif bin/rgb2gif bin/text2gif -bin/gifspnge -bin/giffiltr -bin/icon2gif -bin/gifcolor -bin/gifcompose -bin/gifburst include/gif_lib.h -lib/libgif.a -lib/libgif.so -lib/libgif.so.5 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib +lib/libungif.a +lib/libungif.so +lib/libungif.so.5 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -share/doc/giflib/gif2bgi.html -share/doc/giflib/gif2epsn.html -share/doc/giflib/gif2herc.html -share/doc/giflib/gif2iris.html -share/doc/giflib/gif2ps.html -share/doc/giflib/gif2rgb.html -share/doc/giflib/gif2rle.html -share/doc/giflib/gif2x11.html -share/doc/giflib/gif89.txt -share/doc/giflib/gif_lib.html -share/doc/giflib/gifasm.html -share/doc/giflib/gifbg.html -share/doc/giflib/gifburst.html -share/doc/giflib/gifclip.html -share/doc/giflib/gifclrmp.html -share/doc/giflib/gifcolor.html -share/doc/giflib/gifcomb.html -share/doc/giflib/gifcompose.html -share/doc/giflib/giffiltr.html -share/doc/giflib/giffix.html -share/doc/giflib/gifflip.html -share/doc/giflib/gifhisto.html -share/doc/giflib//GifFileType.png -share/doc/giflib/gifinter.html -share/doc/giflib/gifinto.html -share/doc/giflib/gifovly.html -share/doc/giflib/gifpos.html -share/doc/giflib/gifrotat.html -share/doc/giflib/gifrsize.html -share/doc/giflib/gifspnge.html -share/doc/giflib/giftext.html -share/doc/giflib/gifwedge.html -share/doc/giflib/icon2gif.html -share/doc/giflib/index.html -share/doc/giflib/liberror.html -share/doc/giflib/lzgif.txt -share/doc/giflib/raw2gif.html -share/doc/giflib/rgb2gif.html -share/doc/giflib/rle2gif.html -share/doc/giflib/text2gif.html -@dirrm share/doc/giflib +share/doc/libungif/GifFileType.png +share/doc/libungif/UNCOMPRESSED_GIF +share/doc/libungif/gif2bgi.html +share/doc/libungif/gif2epsn.html +share/doc/libungif/gif2herc.html +share/doc/libungif/gif2iris.html +share/doc/libungif/gif2ps.html +share/doc/libungif/gif2rgb.html +share/doc/libungif/gif2rle.html +share/doc/libungif/gif2x11.html +share/doc/libungif/gif89.txt +share/doc/libungif/gif_lib.html +share/doc/libungif/gifasm.html +share/doc/libungif/gifbg.html +share/doc/libungif/gifburst.html +share/doc/libungif/gifclip.html +share/doc/libungif/gifclrmp.html +share/doc/libungif/gifcolor.html +share/doc/libungif/gifcomb.html +share/doc/libungif/gifcompose.html +share/doc/libungif/giffiltr.html +share/doc/libungif/giffix.html +share/doc/libungif/gifflip.html +share/doc/libungif/gifhisto.html +share/doc/libungif/gifinter.html +share/doc/libungif/gifinto.html +share/doc/libungif/gifovly.html +share/doc/libungif/gifpos.html +share/doc/libungif/gifrotat.html +share/doc/libungif/gifrsize.html +share/doc/libungif/gifspnge.html +share/doc/libungif/giftext.html +share/doc/libungif/gifwedge.html +share/doc/libungif/icon2gif.html +share/doc/libungif/index.html +share/doc/libungif/liberror.html +share/doc/libungif/lzgif.txt +share/doc/libungif/raw2gif.html +share/doc/libungif/rgb2gif.html +share/doc/libungif/rle2gif.html +share/doc/libungif/text2gif.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 7:10:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 006031509E for ; Mon, 27 Dec 1999 07:10:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA12563; Mon, 27 Dec 1999 07:10:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 71A8714D1A; Mon, 27 Dec 1999 07:09:35 -0800 (PST) Message-Id: <19991227150935.71A8714D1A@hub.freebsd.org> Date: Mon, 27 Dec 1999 07:09:35 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15721: Update port: japanese/gxditview to 1.11.1+0.99.1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15721 >Category: ports >Synopsis: Update port: japanese/gxditview to 1.11.1+0.99.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 27 07:10:06 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: * Updated version 1.10+0.99 to 1.11.1+0.99.1.1 New file: patches/patch-ab >How-To-Repeat: >Fix: diff -urN /usr/ports/japanese/gxditview/Makefile japanese/gxditview/Makefile --- /usr/ports/japanese/gxditview/Makefile Fri Dec 24 08:15:10 1999 +++ japanese/gxditview/Makefile Sun Dec 26 07:57:27 1999 @@ -1,21 +1,21 @@ # New ports collection makefile for: gxditview (part of ja-groff) -# Version required: 1.10+0.99 +# Version required: 1.11.1+0.99.1.1 # Date created: 14 April 1995 # Whom: Nobuhiro Yasutomi # # $FreeBSD: ports/japanese/gxditview/Makefile,v 1.16 1999/12/23 16:30:35 steve Exp $ # -DISTNAME= groff-1.10 -PKGNAME= ja-gxditview-0.99 +DISTNAME= groff-1.11.1 +PKGNAME= ja-gxditview-0.99.1.1 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= groff -PATCH_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1996/jan/ \ - ftp://ftp.hipecs.hokudai.ac.jp/pub/GNU/jp/ -PATCHFILES= jgroff-0.99.diff.gz -PATCH_DIST_ARGS=? -d ${WRKSRC}/.. --forward --quiet -E -p1 +PATCH_SITES= ${MASTER_SITE_PORTS_JP} \ + http://www.tg.rim.or.jp/~inagaki/ +PATCHFILES= jgroff-0.99.1.diff.gz jgroff-0.99.1-0.99.1.1.diff.gz +PATCH_DIST_ARGS= -d ${WRKSRC}/.. --forward --quiet -E -p1 MAINTAINER= ports@FreeBSD.org diff -urN /usr/ports/japanese/gxditview/files/md5 japanese/gxditview/files/md5 --- /usr/ports/japanese/gxditview/files/md5 Mon Nov 1 20:16:00 1999 +++ japanese/gxditview/files/md5 Sun Dec 26 07:32:54 1999 @@ -1,2 +1,3 @@ -MD5 (groff-1.10.tar.gz) = cc58a06abafe82ada7c02f0f2b2c8509 -MD5 (jgroff-0.99.diff.gz) = 0055c596a6cb641e3a8e844465e81623 +MD5 (groff-1.11.1.tar.gz) = d6769b8535b4e5d9bf9c0be3b6e3400e +MD5 (jgroff-0.99.1.diff.gz) = fa727d542b344adc02d208e33d34e00a +MD5 (jgroff-0.99.1-0.99.1.1.diff.gz) = 0351ce5a577b6da8470de8a25fa7354a diff -urN /usr/ports/japanese/gxditview/patches/patch-ab japanese/gxditview/patches/patch-ab --- /usr/ports/japanese/gxditview/patches/patch-ab Thu Jan 1 09:00:00 1970 +++ japanese/gxditview/patches/patch-ab Sun Dec 26 08:25:17 1999 @@ -0,0 +1,11 @@ +--- Dvi.c.orig Sun Dec 12 23:53:23 1999 ++++ Dvi.c Sun Dec 26 08:22:52 1999 +@@ -353,7 +353,7 @@ + dw->dvi.tmpFile = 0; + if (!dw->dvi.seek) { + strcpy (tmpName, "/tmp/dviXXXXXX"); +- mktemp (tmpName); ++ mkstemp (tmpName); + dw->dvi.tmpFile = fopen (tmpName, "w+"); + unlink (tmpName); + } diff -urN /usr/ports/japanese/gxditview/pkg/COMMENT japanese/gxditview/pkg/COMMENT --- /usr/ports/japanese/gxditview/pkg/COMMENT Thu Nov 9 15:36:39 1995 +++ japanese/gxditview/pkg/COMMENT Sun Dec 26 09:01:52 1999 @@ -1 +1 @@ -Japanized GNU's modified xditview +Japanese enhancement of GNU xditview >Release-Note: >Audit-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 Dec 27 7: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 9835B15075 for ; Mon, 27 Dec 1999 07:10:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA12554; Mon, 27 Dec 1999 07:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id EFF6814F2D; Mon, 27 Dec 1999 07:08:08 -0800 (PST) Message-Id: <19991227150808.EFF6814F2D@hub.freebsd.org> Date: Mon, 27 Dec 1999 07:08:08 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15720: Update port: net/fspclient Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15720 >Category: ports >Synopsis: Update port: net/fspclient >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 Dec 27 07:10:05 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: * Fixed MASTER_SITES New file: patches/patch-aa patches/patch-ab patches/patch-ac patches/patch-ad Remove file: patches/patch-ae patches/patch-af patches/patch-ag patches/patch-ah patches/patch-ai patches/patch-aj patches/patch-ak >How-To-Repeat: >Fix: diff -urN /usr/ports/net/fspclient/Makefile net/fspclient/Makefile --- /usr/ports/net/fspclient/Makefile Thu Dec 23 20:17:17 1999 +++ net/fspclient/Makefile Mon Dec 27 22:15:48 1999 @@ -1,18 +1,18 @@ -# New ports collection makefile for: fspclient -# Version required: 0.0-h+ -# Date created: 7 Nov 1994 -# Whom: ache +# New ports collection makefile for: fspclient +# Version required: 0.0-h+ +# Date created: 7 Nov 1994 +# Whom: ache # # $FreeBSD: ports/net/fspclient/Makefile,v 1.13 1999/12/23 03:41:49 ache Exp $ # -DISTNAME= fspclient.0.0-h+ -PKGNAME= fspclient-0.0.h +DISTNAME= fspclient +PKGNAME= fspclient-0.0.h CATEGORIES= net -MASTER_SITES= ftp://ftp.germany.eu.net/pub/networking/fsp/ -EXTRACT_SUFX= .tar.z +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= system/network/file-transfer -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/fspclient GNU_CONFIGURE= yes diff -urN /usr/ports/net/fspclient/files/md5 net/fspclient/files/md5 --- /usr/ports/net/fspclient/files/md5 Sun Dec 18 09:27:43 1994 +++ net/fspclient/files/md5 Mon Dec 27 20:27:52 1999 @@ -1 +1 @@ -MD5 (fspclient.0.0-h+.tar.z) = b60ae745e1bd26df6d80cf3a3f4ec61f +MD5 (fspclient.tar.gz) = 78242a16ceae2acb9b1b79f905a1283d diff -urN /usr/ports/net/fspclient/patches/patch-aa net/fspclient/patches/patch-aa --- /usr/ports/net/fspclient/patches/patch-aa Tue Nov 8 02:29:02 1994 +++ net/fspclient/patches/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,141 +0,0 @@ -*** Makefile.in.old Mon Nov 7 08:46:19 1994 ---- Makefile.in Mon Nov 7 09:04:52 1994 -*************** -*** 3,9 **** - srcdir = @srcdir@ - VPATH = @srcdir@ - -- CC = @CC@ - AR = ar - # set RANLIB = @: if your system doesn't have or need ranlib - RANLIB = @RANLIB@ ---- 3,8 ---- -*************** -*** 14,21 **** - - DEFS = @DEFS@ - -! CFLAGS = -g -! LDFLAGS = $(CFLAGS) - LIBS = @LIBS@ - - prefix = /usr/local ---- 13,19 ---- - - DEFS = @DEFS@ - -! LDFLAGS = -s - LIBS = @LIBS@ - - prefix = /usr/local -*** common/common.h.old Mon Nov 7 08:48:01 1994 ---- common/common.h Mon Nov 7 08:48:57 1994 -*************** -*** 92,98 **** ---- 92,100 ---- - /* definitions missing from many system headers */ - extern int errno; - extern int sys_nerr; -+ #ifndef __FreeBSD__ - extern char *sys_errlist[]; -+ #endif - - #if !HAVE_STRDUP - #ifndef ANSI_PROTOTYPES -*** client/remote/rget.c.old Mon Nov 7 08:59:31 1994 ---- client/remote/rget.c Mon Nov 7 08:59:46 1994 -*************** -*** 36,42 **** - static int recursive; - - typedef enum { GET_WHOLE, GET_HEAD, GET_MIDDLE, GET_TAIL } GetOp; -! static GetOp getmode; - - static int - #ifndef ANSI_PROTOTYPES ---- 36,42 ---- - static int recursive; - - typedef enum { GET_WHOLE, GET_HEAD, GET_MIDDLE, GET_TAIL } GetOp; -! static GetOp _getmode; - - static int - #ifndef ANSI_PROTOTYPES -*************** -*** 87,93 **** - else - remname = name; - -! switch (getmode) - { - case GET_WHOLE: - if (access(path, W_OK) == 0) ---- 87,93 ---- - else - remname = name; - -! switch (_getmode) - { - case GET_WHOLE: - if (access(path, W_OK) == 0) -*************** -*** 304,314 **** - errcnt = 0; - - if (strcmp(argv[0], "head") == 0) -! getmode = GET_HEAD; - else if (strcmp(argv[0], "tail") == 0) -! getmode = GET_TAIL; - else -! getmode = GET_WHOLE; - - while ((ch = getopt(argc, argv, "ftnr")) != EOF) - switch (ch) ---- 304,314 ---- - errcnt = 0; - - if (strcmp(argv[0], "head") == 0) -! _getmode = GET_HEAD; - else if (strcmp(argv[0], "tail") == 0) -! _getmode = GET_TAIL; - else -! _getmode = GET_WHOLE; - - while ((ch = getopt(argc, argv, "ftnr")) != EOF) - switch (ch) -*************** -*** 326,332 **** - return 1; - - #if 0 -! if (getmode == GET_WHOLE && (frompos != 0 || getlen XXX)) - ; - #endif - ---- 326,332 ---- - return 1; - - #if 0 -! if (_getmode == GET_WHOLE && (frompos != 0 || getlen XXX)) - ; - #endif - -*** client/Makefile.in.old Mon Nov 7 09:21:57 1994 ---- client/Makefile.in Mon Nov 7 09:22:32 1994 -*************** -*** 52,58 **** - .c.o: - $(CC) -c $(CFLAGS) $(CPPFLAGS) $(DEFS) $(INCLUDES) $< - -! install: all - $(INSTALL_PROGRAM) fsp $(bindir)/fsp - -$(INSTALL_DATA) $(srcdir)/fsp.man $(man1dir)/fsp$(man1ext) - ---- 52,58 ---- - .c.o: - $(CC) -c $(CFLAGS) $(CPPFLAGS) $(DEFS) $(INCLUDES) $< - -! install: - $(INSTALL_PROGRAM) fsp $(bindir)/fsp - -$(INSTALL_DATA) $(srcdir)/fsp.man $(man1dir)/fsp$(man1ext) - diff -urN /usr/ports/net/fspclient/patches/patch-ab net/fspclient/patches/patch-ab --- /usr/ports/net/fspclient/patches/patch-ab Tue Nov 8 12:46:48 1994 +++ net/fspclient/patches/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,19 +0,0 @@ -*** Makefile.in.bak Mon Nov 7 19:41:07 1994 ---- Makefile.in Mon Nov 7 19:45:00 1994 -*************** -*** 7,13 **** - # set RANLIB = @: if your system doesn't have or need ranlib - RANLIB = @RANLIB@ - # use cp if you don't have install -! INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ - ---- 7,13 ---- - # set RANLIB = @: if your system doesn't have or need ranlib - RANLIB = @RANLIB@ - # use cp if you don't have install -! INSTALL = /usr/bin/install -c -o bin -g bin - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ - diff -urN /usr/ports/net/fspclient/patches/patch-ac net/fspclient/patches/patch-ac --- /usr/ports/net/fspclient/patches/patch-ac Fri Nov 11 21:19:15 1994 +++ net/fspclient/patches/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,16 +0,0 @@ -*** client/lock.c.old Wed Nov 9 18:52:14 1994 ---- client/lock.c Wed Nov 9 18:53:03 1994 -*************** -*** 14,20 **** ---- 14,24 ---- - #ifndef NOLOCKING - - #ifndef KEY_PREFIX -+ #ifdef __FreeBSD__ -+ # define KEY_PREFIX "/tmp/.FL" -+ #else - # define KEY_PREFIX "/usr/tmp/.FL" -+ #endif - #endif - - static char key_string[sizeof(KEY_PREFIX)+32]; diff -urN /usr/ports/net/fspclient/patches/patch-ad net/fspclient/patches/patch-ad --- /usr/ports/net/fspclient/patches/patch-ad Sat Apr 26 07:41:20 1997 +++ net/fspclient/patches/patch-ad Thu Jan 1 09:00:00 1970 @@ -1,36 +0,0 @@ ---- ./bsd/ls.c.org Wed May 5 23:02:53 1993 -+++ ./bsd/ls.c Thu Apr 24 14:04:44 1997 -@@ -96,7 +96,9 @@ - #ifndef ANSI_PROTOTYPES - extern int getopt(); - #else /* ANSI_PROTOTYPES */ -+#if !defined(__FreeBSD__) - extern int getopt(int argc, char **argv, char *opts); -+#endif /* __FreeBSD__ */ - #endif /* ANSI_PROTOTYPES */ - extern int optind, opterr; - int ch, exit_after_options; ---- ./bsd/getopt.c.org Sun May 2 19:56:29 1993 -+++ ./bsd/getopt.c Thu Apr 24 14:10:51 1997 -@@ -31,7 +31,7 @@ - * SUCH DAMAGE. - */ - --#if !defined(hpux) && !defined(sun) -+#if !defined(hpux) && !defined(sun) && !defined(__FreeBSD__) - - /* guarantee that we have a `working' getopt() function */ - #if defined(LIBC_SCCS) && !defined(lint) ---- ./client.0.0-h+/main.c.org Wed May 5 22:22:34 1993 -+++ ./client.0.0-h+/main.c Thu Apr 24 14:14:54 1997 -@@ -414,7 +414,9 @@ - #ifndef ANSI_PROTOTYPES - extern int getopt(); - #else /* ANSI_PROTOTYPES */ -+#if !defined(__FreeBSD__) - extern int getopt(int argc, char **argv, char *optstring); -+#endif /* __FreeBSD__ */ - #endif /* ANSI_PROTOTYPES */ - extern char *optarg; - extern int optind, opterr; - diff -urN /usr/ports/net/fspclient/patches/patch-ae net/fspclient/patches/patch-ae --- /usr/ports/net/fspclient/patches/patch-ae Thu Jan 1 09:00:00 1970 +++ net/fspclient/patches/patch-ae Mon Dec 27 22:07:31 1999 @@ -0,0 +1,26 @@ +--- Makefile.in.orig Thu May 6 10:11:58 1993 ++++ Makefile.in Mon Dec 27 22:07:20 1999 +@@ -3,19 +3,19 @@ + srcdir = @srcdir@ + VPATH = @srcdir@ + +-CC = @CC@ ++#CC = @CC@ + AR = ar + # set RANLIB = @: if your system doesn't have or need ranlib + RANLIB = @RANLIB@ + # use cp if you don't have install + INSTALL = @INSTALL@ +-INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_PROGRAM = install -c -s -o bin -g bin -m 555 + INSTALL_DATA = @INSTALL_DATA@ + + DEFS = @DEFS@ + +-CFLAGS = -g +-LDFLAGS = $(CFLAGS) ++#CFLAGS = -g ++#LDFLAGS = $(CFLAGS) + LIBS = @LIBS@ + + prefix = /usr/local diff -urN /usr/ports/net/fspclient/patches/patch-af net/fspclient/patches/patch-af --- /usr/ports/net/fspclient/patches/patch-af Thu Jan 1 09:00:00 1970 +++ net/fspclient/patches/patch-af Mon Dec 27 21:10:27 1999 @@ -0,0 +1,11 @@ +--- bsd/getopt.c.orig Mon May 3 11:56:29 1993 ++++ bsd/getopt.c Mon Dec 27 21:05:38 1999 +@@ -31,7 +31,7 @@ + * SUCH DAMAGE. + */ + +-#if !defined(hpux) && !defined(sun) ++#if !defined(hpux) && !defined(sun) && !defined(__FreeBSD__) + + /* guarantee that we have a `working' getopt() function */ + #if defined(LIBC_SCCS) && !defined(lint) diff -urN /usr/ports/net/fspclient/patches/patch-ag net/fspclient/patches/patch-ag --- /usr/ports/net/fspclient/patches/patch-ag Thu Jan 1 09:00:00 1970 +++ net/fspclient/patches/patch-ag Mon Dec 27 21:10:36 1999 @@ -0,0 +1,11 @@ +--- bsd/ls.c.orig Fri Dec 10 10:32:12 1993 ++++ bsd/ls.c Mon Dec 27 21:04:47 1999 +@@ -96,7 +96,7 @@ + #ifndef ANSI_PROTOTYPES + extern int getopt(); + #else /* ANSI_PROTOTYPES */ +-#ifdef linux ++#if defined(linux) || defined(__FreeBSD__) + extern int getopt(); + #else + extern int getopt(int argc, char **argv, char *opts); diff -urN /usr/ports/net/fspclient/patches/patch-ah net/fspclient/patches/patch-ah --- /usr/ports/net/fspclient/patches/patch-ah Thu Jan 1 09:00:00 1970 +++ net/fspclient/patches/patch-ah Mon Dec 27 21:11:13 1999 @@ -0,0 +1,11 @@ +--- client.0.0-h+/Makefile.in.orig Wed Apr 28 03:53:43 1993 ++++ client.0.0-h+/Makefile.in Mon Dec 27 20:53:08 1999 +@@ -52,7 +52,7 @@ + .c.o: + $(CC) -c $(CFLAGS) $(CPPFLAGS) $(DEFS) $(INCLUDES) $< + +-install: all ++install: + $(INSTALL_PROGRAM) fsp $(bindir)/fsp + -$(INSTALL_DATA) $(srcdir)/fsp.man $(man1dir)/fsp$(man1ext) + diff -urN /usr/ports/net/fspclient/patches/patch-ai net/fspclient/patches/patch-ai --- /usr/ports/net/fspclient/patches/patch-ai Thu Jan 1 09:00:00 1970 +++ net/fspclient/patches/patch-ai Mon Dec 27 21:11:34 1999 @@ -0,0 +1,14 @@ +--- client.0.0-h+/lock.c.orig Thu May 6 14:23:44 1993 ++++ client.0.0-h+/lock.c Mon Dec 27 20:53:16 1999 +@@ -14,7 +14,11 @@ + #ifndef NOLOCKING + + #ifndef KEY_PREFIX ++#ifdef __FreeBSD__ ++# define KEY_PREFIX "/tmp/.FL" ++#else + # define KEY_PREFIX "/usr/tmp/.FL" ++#endif + #endif + + static char key_string[sizeof(KEY_PREFIX)+32]; diff -urN /usr/ports/net/fspclient/patches/patch-aj net/fspclient/patches/patch-aj --- /usr/ports/net/fspclient/patches/patch-aj Thu Jan 1 09:00:00 1970 +++ net/fspclient/patches/patch-aj Mon Dec 27 21:11:56 1999 @@ -0,0 +1,44 @@ +--- client.0.0-h+/remote/rget.c.orig Mon May 3 11:31:20 1993 ++++ client.0.0-h+/remote/rget.c Mon Dec 27 20:53:08 1999 +@@ -36,7 +36,7 @@ + static int recursive; + + typedef enum { GET_WHOLE, GET_HEAD, GET_MIDDLE, GET_TAIL } GetOp; +-static GetOp getmode; ++static GetOp _getmode; + + static int + #ifndef ANSI_PROTOTYPES +@@ -87,7 +87,7 @@ + else + remname = name; + +- switch (getmode) ++ switch (_getmode) + { + case GET_WHOLE: + if (access(path, W_OK) == 0) +@@ -304,11 +304,11 @@ + errcnt = 0; + + if (strcmp(argv[0], "head") == 0) +- getmode = GET_HEAD; ++ _getmode = GET_HEAD; + else if (strcmp(argv[0], "tail") == 0) +- getmode = GET_TAIL; ++ _getmode = GET_TAIL; + else +- getmode = GET_WHOLE; ++ _getmode = GET_WHOLE; + + while ((ch = getopt(argc, argv, "ftnr")) != EOF) + switch (ch) +@@ -326,7 +326,7 @@ + return 1; + + #if 0 +- if (getmode == GET_WHOLE && (frompos != 0 || getlen XXX)) ++ if (_getmode == GET_WHOLE && (frompos != 0 || getlen XXX)) + ; + #endif + diff -urN /usr/ports/net/fspclient/patches/patch-ak net/fspclient/patches/patch-ak --- /usr/ports/net/fspclient/patches/patch-ak Thu Jan 1 09:00:00 1970 +++ net/fspclient/patches/patch-ak Mon Dec 27 21:10:54 1999 @@ -0,0 +1,12 @@ +--- common/common.h.orig Fri May 7 02:04:30 1993 ++++ common/common.h Mon Dec 27 20:53:08 1999 +@@ -92,7 +92,9 @@ + /* definitions missing from many system headers */ + extern int errno; + extern int sys_nerr; ++#ifndef __FreeBSD__ + extern char *sys_errlist[]; ++#endif + + #if !HAVE_STRDUP + #ifndef ANSI_PROTOTYPES >Release-Note: >Audit-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 Dec 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 DC36C15091 for ; Mon, 27 Dec 1999 07:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA14267; Mon, 27 Dec 1999 07:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from totem.fix.no (totem.freenix.no [195.0.166.42]) by hub.freebsd.org (Postfix) with ESMTP id 12FAB14EEC for ; Mon, 27 Dec 1999 07:20:38 -0800 (PST) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id EE7915761; Mon, 27 Dec 1999 16:20:28 +0100 (CET) Message-Id: <19991227152028.EE7915761@totem.fix.no> Date: Mon, 27 Dec 1999 16:20:28 +0100 (CET) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15722: Update of port: www/thttpd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15722 >Category: ports >Synopsis: Update of port: www/thttpd >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 Dec 27 07:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 3.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: FreeBSD eggsilo.bsdonline.org 3.3-STABLE FreeBSD 3.3-STABLE #0: Sun Dec 26 22:36:33 CET 1999 root@eggsilo.bsdonline.org:/usr/src/sys/compile/EGGSILO i386 >Description: Updates the port to version 2.11. New in version 2.11: Use poll() instead of select() when favorable. Do lazy allocation of part of the connection data structure, to save on memory now that we can have thousands of simultaneous connections. Some speed optimizations. Add HTTP_HOST to CGI environment. Bugfix for rare uninitialized variable. New in version 2.10: Bugfix for CGI header parsing. Call setlogin() if it's available. New in version 2.09: Never do lingering-close on CGI calls - this fixes the problems some people noticed with large amounts of CGI POST data. Better portability fix for numeric timezone. CGI header parsing. New in version 2.08: Connection read buffers are allocated on demand, lowering typical memory use by a megabyte or so. Handle zero-length files better on weird systems. URI-encoding of weird characters in index generation. Enhancements to periodic stats log message. >How-To-Repeat: >Fix: diff -Nur thttpd.old/Makefile thttpd/Makefile --- thttpd.old/Makefile Mon Dec 27 16:10:27 1999 +++ thttpd/Makefile Mon Dec 27 16:10:36 1999 @@ -6,7 +6,7 @@ # $FreeBSD: ports/www/thttpd/Makefile,v 1.4 1999/12/10 01:51:26 imura Exp $ # -DISTNAME= thttpd-2.07 +DISTNAME= thttpd-2.11 CATEGORIES= www MASTER_SITES= http://www.acme.com/software/thttpd/ \ http://www.freenix.no/~anders/ diff -Nur thttpd.old/files/md5 thttpd/files/md5 --- thttpd.old/files/md5 Mon Dec 27 16:10:27 1999 +++ thttpd/files/md5 Mon Dec 27 16:13:05 1999 @@ -1 +1 @@ -MD5 (thttpd-2.07.tar.gz) = c604d34ba4d801f70d890368edb9abdb +MD5 (thttpd-2.11.tar.gz) = 3a36e51ff9db4ce40a48063ba88b5e6c >Release-Note: >Audit-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 Dec 27 7:48: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 ED3F515016; Mon, 27 Dec 1999 07:48:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA16524; Mon, 27 Dec 1999 07:48:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 27 Dec 1999 07:48:22 -0800 (PST) From: Message-Id: <199912271548.HAA16524@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14209: Update port: graphics/giflib to libungif-4.1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/giflib to libungif-4.1.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Mon Dec 27 07:47:54 PST 1999 State-Changed-Why: Superceded by ports/15719. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 7:49: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 88C7314A2F; Mon, 27 Dec 1999 07:49:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA16752; Mon, 27 Dec 1999 07:49:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 27 Dec 1999 07:49:14 -0800 (PST) From: Message-Id: <199912271549.HAA16752@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/15719: Update port graphics/giflib to libungif-4.1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port graphics/giflib to libungif-4.1.0 Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Mon Dec 27 07:49:00 PST 1999 Responsible-Changed-Why: I'll take this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 7:50: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 EBB3714D1A; Mon, 27 Dec 1999 07:50:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA17036; Mon, 27 Dec 1999 07:50:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 27 Dec 1999 07:50:50 -0800 (PST) From: Message-Id: <199912271550.HAA17036@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15718: Update port: graphics/tiff to 3.5.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/tiff to 3.5.4 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Mon Dec 27 07:50:28 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 8:25:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190]) by hub.freebsd.org (Postfix) with ESMTP id E932615283; Mon, 27 Dec 1999 08:25:15 -0800 (PST) (envelope-from mi@kot.ne.mediaone.net) Received: from rtfm.newton (rtfm.newton [10.10.0.1]) by kot.ne.mediaone.net (8.9.3/8.9.1) with ESMTP id LAA53903; Mon, 27 Dec 1999 11:25:14 -0500 (EST) From: Mikhail Teterin X-Relay-IP: 10.10.0.1 Received: (from mi@localhost) by rtfm.newton (8.9.3/8.9.3) id LAA74751; Mon, 27 Dec 1999 11:25:14 -0500 (EST) (envelope-from mi@kot.ne.mediaone.net) Message-Id: <199912271625.LAA74751@rtfm.newton> Subject: -lc vs. -lc_r (building Apache-PHP) To: stable@freebsd.org, ports@freebsd.org Date: Mon, 27 Dec 1999 11:25:14 -0500 (EST) X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" /usr/local/lib/libpng.so.3 (0x181a2000) libz.so.2 => /usr/lib/libz.so.2 (0x181bc000) libttf.so.4 => /usr/local/lib/libttf.so.4 (0x181c9000) libmysqlclient.so.6 => /usr/local/lib/mysql/libmysqlclient.so.6 (0x181ec000) libmcrypt.so.2 => /usr/local/lib/libmcrypt.so.2 (0x181fe000) libmhash.so.1 => /usr/local/lib/libmhash.so.1 (0x18214000) libpam.so.1 => /usr/lib/libpam.so.1 (0x18225000) libm.so.2 => /usr/lib/libm.so.2 (0x1822d000) libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x18248000) libgdbm.so.2 => /usr/local/lib/libgdbm.so.2 (0x1824b000) libmm.so.10 => /usr/local/lib/libmm.so.10 (0x18251000) libc.so.3 => /usr/lib/libc.so.3 (0x18255000) libc_r.so.3 => /usr/lib/libc_r.so.3 (0x182d7000) # gdb apache [...] Program received signal SIGSEGV, Segmentation fault. 0x182bb240 in __swhatbuf () from /usr/lib/libc.so.3 Now, if I relink the executable manually, adding the -pthread at the end: cc -DHARD_SERVER_LIMIT=512 \ -DDEFAULT_PATH=\"/usr/local/bin:/bin:/usr/bin\" -funsigned-char \ -DTARGET=\"apache\" -DMOD_SSL=204109 -DEAPI -DEAPI_MM \ -DUSE_EXPAT -I./lib/expat-lite -O2 -fexpensive-optimizations \ -pipe `./apaci` -L/usr/local/lib -Wl,-E -o apache \ buildmark.o modules.o modules/standard/libstandard.a \ modules/php3/libphp3.a main/libmain.a ./os/unix/libos.a \ ap/libap.a lib/expat-lite/libexpat.a -L/usr/local/lib \ -R/usr/local/lib/mysql /usr/local/lib/libc-client4.a -lgd -lpng \ -lz -lttf -L/usr/local/lib/mysql -lmysqlclient -lexpat -lmcrypt \ -lmhash -Lmodules/php3 -L../modules/php3 -L../../modules/php3 \ -lmodphp3 -lz -lpam -lm -lcrypt -lcrypt -lgdbm -lmm -pthread /usr/lib/libc.so.3: warning: mktemp() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so.3: warning: this program uses gets(), which is unsafe. /usr/lib/libc.so.3: WARNING! setkey(3) not present in the system! /usr/lib/libc.so.3: WARNING! des_setkey(3) not present in the system! /usr/lib/libc.so.3: WARNING! encrypt(3) not present in the system! /usr/lib/libc.so.3: WARNING! des_cipher(3) not present in the system! /usr/lib/libc.so.3: warning: this program uses f_prealloc(), which is stupid. The libraries are arranged differently: apache: libpng.so.3 => /usr/local/lib/libpng.so.3 (0x181a2000) libz.so.2 => /usr/lib/libz.so.2 (0x181bc000) libttf.so.4 => /usr/local/lib/libttf.so.4 (0x181c9000) libmysqlclient.so.6 => /usr/local/lib/mysql/libmysqlclient.so.6 (0x181ec000) libmcrypt.so.2 => /usr/local/lib/libmcrypt.so.2 (0x181fe000) libmhash.so.1 => /usr/local/lib/libmhash.so.1 (0x18214000) libpam.so.1 => /usr/lib/libpam.so.1 (0x18225000) libm.so.2 => /usr/lib/libm.so.2 (0x1822d000) libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x18248000) libgdbm.so.2 => /usr/local/lib/libgdbm.so.2 (0x1824b000) libmm.so.10 => /usr/local/lib/libmm.so.10 (0x18251000) libc_r.so.3 => /usr/lib/libc_r.so.3 (0x18255000) libc.so.3 => /usr/lib/libc.so.3 (0x182e9000) and the server starts and appears to work. What's the magic and why doesn't the port know it? Why is -lc even in play if some of the components (-lmysqlclient) require -lc_r? Yours, -mi FreeBSD rtfm.newton 3.4-STABLE FreeBSD 3.4-STABLE #0: Fri Dec 17 08:49:51 EST 1999 --ELM946311914-74626-0_ Content-Type: text/plain; charset=KOI8-R Content-Disposition: attachment; filename=Makefile.inc Content-Description: Automaticly generated by the port Content-Transfer-Encoding: 7bit PKGNAME= apache+php+mod_ssl-${VERSION_APACHE}+${VERSION_PHP}+${VERSION_MODSSL} DISTFILES+= mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE}${EXTRACT_SUFX} BUILD_DEPENDS+= openssl:${PORTSDIR}/security/openssl \ mm-config:${PORTSDIR}/devel/mm \ ${PREFIX}/lib/libmm.a:${PORTSDIR}/devel/mm LIB_DEPENDS+= crypto.1:${PORTSDIR}/security/openssl \ ssl.1:${PORTSDIR}/security/openssl RUN_DEPENDS+= openssl:${PORTSDIR}/security/openssl VERSION_MODSSL= 2.4.9 RESTRICTED= "Contains cryptography" CONFIGURE_ARGS+=--enable-module=ssl \ --enable-module=define CONFIGURE_ENV+= SSL_BASE='SYSTEM' EAPI_MM='SYSTEM' PATH="${PREFIX}/bin:${PATH}" PLIST= ${PKGDIR}/PLIST.modssl SSL= ssl TYPE= test CRT= KEY= pre-patch: @cd ${WRKDIR}/mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE} \ && ${ECHO_MSG} "===> Applying mod_ssl-${VERSION_MODSSL} extension" \ && ./configure --with-apache=../${DISTNAME} --expert post-patch: @cd ${WRKSRC} \ && find . -type f -name "*.orig" -print | xargs ${RM} -f post-build: @cd ${WRKSRC} \ && ${ECHO_MSG} "===> Creating Dummy Certificate for Server (SnakeOil)" \ && ${ECHO_MSG} " [use 'make certificate' to create a real one]" \ && ${MAKE} certificate TYPE=dummy >/dev/null 2>&1 certificate: @cd ${WRKSRC} \ && ${ECHO_MSG} "===> Creating Test Certificate for Server" \ && ${MAKE} certificate TYPE=$(TYPE) CRT=$(CRT) KEY=$(KEY) BUILD_DEPENDS+= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd PHP_CONF_ARGS+= --with-gd=${PREFIX} LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype PHP_CONF_ARGS+= --with-ttf=${PREFIX} PHP_CONF_ARGS+= --with-zlib LIB_DEPENDS+= mcrypt.2:${PORTSDIR}/security/libmcrypt PHP_CONF_ARGS+= --with-mcrypt=${PREFIX} LIB_DEPENDS+= mhash.1:${PORTSDIR}/security/mhash PHP_CONF_ARGS+= --with-mhash=${PREFIX} BUILD_DEPENDS+= ${PREFIX}/lib/libc-client4.a:${PORTSDIR}/mail/imap-uw PHP_CONF_ARGS+= --with-imap=${PREFIX} LIB_DEPENDS+= mysqlclient.6:${PORTSDIR}/databases/mysql322-client PHP_CONF_ARGS+= --with-mysql=${PREFIX} BUILD_DEPENDS+= ${PREFIX}/lib/libexpat.a:${PORTSDIR}/textproc/expat BUILD_DEPENDS+= ${PREFIX}/include/xml/xmlparse.h:${PORTSDIR}/textproc/expat BUILD_DEPENDS+= ${PREFIX}/include/xml/xmltok.h:${PORTSDIR}/textproc/expat PHP_CONF_ARGS+= --with-xml=${PREFIX} --ELM946311914-74626-0_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 8:25:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 1799A15034 for ; Mon, 27 Dec 1999 08:25:46 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id KAA17076; Mon, 27 Dec 1999 10:25:43 -0600 (CST) Date: Mon, 27 Dec 1999 10:25:43 -0600 (CST) From: Steve Price To: Bill Fumerola Cc: freebsd-ports@freebsd.org, alex@cichlids.com Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/se-ispell Makefile ports/textproc/se-ispell/files md5 ports/textproc/se-ispell/patches patch-aa ports/textproc/se-ispell/pkg COMMENT DESCR PLIST 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 [Added cc: to ports. Removed cc: to committers] On Mon, 27 Dec 1999, Bill Fumerola wrote: # > Log: # > Adding se-ispell version 1.2.1. # > A Swedish dictionary for ispell. # # I haven't looked at the specifics, but could this be done like the # french and british dictionaries are done in ispell or are the changes # too different? There is even a PR (ports/14741) that combines all the dictionaries into a single port. The problem with this is that during package building we only get one of the dictionaries built. So all the others never make it on the CDs pressed by Walnut Creek and company. There was an attempt at providing 'batch' capabilities to building packages that would allow a single port to build many packages but I'm pretty sure that has gone away as it was causing many problems. I personally don't mind having all the *-ispell ports around. What is "not right" about the current ports is all the duplication of effort. Working up something like the mule-common ports or even the ja-ptex-pkfonts* ports would reduce this duplication and leave little more than a Makefile in the satellite ports. Alexander was the originator of aforementioned PR. Maybe between us, we can workup a solution that everyone is happy with? :) -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 8: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 735FB14CE8 for ; Mon, 27 Dec 1999 08:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA22987; Mon, 27 Dec 1999 08:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 27 Dec 1999 08:50:03 -0800 (PST) Message-Id: <199912271650.IAA22987@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ade Lovett Subject: Re: ports/15313: Persuade graphics/gd to build shared libraries Reply-To: Ade Lovett Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15313; it has been noted by GNATS. From: Ade Lovett To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/15313: Persuade graphics/gd to build shared libraries Date: Mon, 27 Dec 1999 10:46:25 -0600 On Mon, Dec 06, 1999 at 09:45:12AM -0600, Ade Lovett wrote: > > >Number: 15313 > >Category: ports > >Synopsis: Persuade graphics/gd to build shared libraries > > [snip] New patch required, now that ports/15437 has been applied (hi, Steve!) to add xpm and ttf support. Version: unchanged - add capability to build shared library Changes: Makefile patches/patch-ac pkg/PLIST Adds: NONE Removes: NONE cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/gd/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 1999/12/25 02:01:47 1.15 +++ Makefile 1999/12/27 16:37:20 @@ -22,4 +22,7 @@ pre-install: ${MKDIR} ${PREFIX}/include/gd +post-install: + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + .include cvs diff: Diffing files cvs diff: Diffing patches Index: patches/patch-ac =================================================================== RCS file: /home/ncvs/ports/graphics/gd/patches/patch-ac,v retrieving revision 1.2 diff -u -r1.2 patch-ac --- patches/patch-ac 1999/12/25 02:01:54 1.2 +++ patches/patch-ac 1999/12/27 16:42:50 @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Oct 14 01:20:11 1999 -+++ Makefile Sat Dec 11 19:01:31 1999 +--- Makefile.orig Wed Oct 13 16:20:11 1999 ++++ Makefile Mon Dec 27 10:42:48 1999 @@ -3,35 +3,35 @@ #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 @@ -65,7 +65,7 @@ # # -@@ -58,8 +58,8 @@ +@@ -58,34 +58,41 @@ VERSION=1.7 @@ -76,9 +76,17 @@ PROGRAMS=$(BIN_PROGRAMS) $(TEST_PROGRAMS) -@@ -69,23 +69,23 @@ - all: libgd.a $(PROGRAMS) + BIN_PROGRAMS=pngtogd pngtogd2 gdtopng gd2topng gd2copypal gdparttopng webpng + TEST_PROGRAMS=gdtest gddemo gd2time gdtestttf +-all: libgd.a $(PROGRAMS) ++.SUFFIXES: .c .so .o ++ ++.c.so: ++ ${CC} -fpic -DPIC ${CFLAGS} -c ${.IMPSRC} -o ${.TARGET} ++ ++all: libgd.a libgd.so.0 $(PROGRAMS) + install: libgd.a $(BIN_PROGRAMS) - $(INSTALL) -m 644 libgd.a $(INSTALL_LIB)/libgd.a - $(INSTALL) -m 755 pngtogd $(INSTALL_BIN)/pngtogd @@ -98,6 +106,8 @@ - $(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 libgd.so.0 $(INSTALL_LIB)/libgd.so.0 ++ ln -sf libgd.so.0 $(INSTALL_LIB)/libgd.so + $(INSTALL) -c -m 755 pngtogd $(INSTALL_BIN)/pngtogd + $(INSTALL) -c -m 755 pngtogd2 $(INSTALL_BIN)/pngtogd2 + $(INSTALL) -c -m 755 gdtopng $(INSTALL_BIN)/gdtopng @@ -117,3 +127,30 @@ gddemo: gddemo.o libgd.a $(CC) gddemo.o -o gddemo $(LIBDIRS) $(LIBS) +@@ -120,16 +127,19 @@ + gdtestttf: gdtestttf.o libgd.a + $(CC) gdtestttf.o -o gdtestttf $(LIBDIRS) $(LIBS) + +-libgd.a: gd.o gd_gd.o gd_gd2.o gd_io.o gd_io_dp.o gd_io_file.o gd_ss.o \ ++OBJS=gd.o gd_gd.o gd_gd2.o gd_io.o gd_io_dp.o gd_io_file.o gd_ss.o \ + gd_io_ss.o gd_png.o gdxpm.o gdfontt.o gdfonts.o gdfontmb.o gdfontl.o \ +- gdfontg.o gdtables.o gdttf.o gdcache.o gdkanji.o \ +- gd.h gdfontt.h gdfonts.h gdfontmb.h gdfontl.h gdfontg.h ++ gdfontg.o gdtables.o gdttf.o gdcache.o gdkanji.o ++INCS=gd.h gdfontt.h gdfonts.h gdfontmb.h gdfontl.h gdfontg.h ++ ++libgd.a: $(INCS) $(OBJS) + rm -f libgd.a +- $(AR) rc libgd.a gd.o gd_gd.o gd_gd2.o gd_io.o gd_io_dp.o \ +- gd_io_file.o gd_ss.o gd_io_ss.o gd_png.o gdxpm.o \ +- gdfontt.o gdfonts.o gdfontmb.o gdfontl.o gdfontg.o \ +- gdtables.o gdttf.o gdcache.o gdkanji.o ++ $(AR) rc libgd.a $(OBJS) + -ranlib libgd.a ++ ++libgd.so.0: $(INCS) $(OBJS:S/o$/so/g) ++ $(CC) -shared -Wl,-x -Wl,-assert -Wl,pure-text -Wl,-soname,$@ -o $@ $(OBJS:S/o$/so/g) $(LIBDIRS) $(LIBS) ++ ln -sf libgd.so.0 libgd.so + + clean: + rm -f *.o *.a ${PROGRAMS} cvs diff: Diffing pkg Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/graphics/gd/pkg/PLIST,v retrieving revision 1.6 diff -u -r1.6 PLIST --- pkg/PLIST 1999/11/01 01:01:02 1.6 +++ pkg/PLIST 1999/12/27 16:38:24 @@ -15,4 +15,8 @@ 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 -- 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 Dec 27 9:38: 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 D4ABA15056; Mon, 27 Dec 1999 09:38:01 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA27207; Mon, 27 Dec 1999 09:38:01 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 27 Dec 1999 09:38:01 -0800 (PST) From: Message-Id: <199912271738.JAA27207@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/15313: Persuade graphics/gd to build shared libraries Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Persuade graphics/gd to build shared libraries Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Mon Dec 27 09:37:39 PST 1999 Responsible-Changed-Why: I'll take this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 9:55:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns1.cioe.com (ns1.cioe.com [204.120.165.37]) by hub.freebsd.org (Postfix) with ESMTP id 6541514D1F for ; Mon, 27 Dec 1999 09:55:45 -0800 (PST) (envelope-from seames@winstar.com) Received: from ny1wsh031 (tek.cioe.com [204.120.165.120]) by ns1.cioe.com (8.9.3/8.9.3) with SMTP id MAA31692 for ; Mon, 27 Dec 1999 12:55:43 -0500 (EST) (envelope-from seames@winstar.com) Message-ID: <00a801bf5093$8f561060$851a050a@winstar.com> From: "Steven E. Ames" To: Subject: comms/rzsz Date: Mon, 27 Dec 1999 12:55:27 -0500 Organization: Winstar MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-Mimeole: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This isn't quite working for me... the checksum doesn't match (the Makefile says version 3.50, the file_id.diz file says its 3.49?). If you tell it to ignore the checksum then it fails on the patches: ===> Extracting for rzsz-3.50 ===> rzsz-3.50 depends on executable: unzip - found /bin/mv /usr/ports/comms/rzsz/work/makefile /usr/ports/comms/rzsz/work/makefile. dist /bin/cp /usr/ports/comms/rzsz/files/makefile /usr/ports/comms/rzsz/work/Makefile ===> Patching for rzsz-3.50 ===> Applying FreeBSD patches for rzsz-3.50 2 out of 12 hunks failed--saving rejects to rbsb.c.rej *** Error code 2 -rw-r--r-- 1 root wheel 80537 Oct 19 18:45 /usr/ports/distfiles/rzsz.zip -Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 10: 4:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 84C3614D56 for ; Mon, 27 Dec 1999 10:04:31 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id MAA16180; Mon, 27 Dec 1999 12:04:18 -0600 (CST) Date: Mon, 27 Dec 1999 12:04:18 -0600 (CST) From: Steve Price To: "Steven E. Ames" Cc: ports@FreeBSD.ORG Subject: Re: comms/rzsz In-Reply-To: <00a801bf5093$8f561060$851a050a@winstar.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 Mon, 27 Dec 1999, Steven E. Ames wrote: # This isn't quite working for me... the checksum doesn't match (the # Makefile says version 3.50, the file_id.diz file says its 3.49?). If you # tell it to ignore the checksum then it fails on the patches: Yes, this should be fixed by the time you get this message. You have two options. Get the correct distfile from here. http://www.freebsd.org/~steve/distfiles/rzsz.zip Or wait about an hour and CVSup to update your ports collection to have the fixed port. Thanks. -steve # ===> Extracting for rzsz-3.50 # ===> rzsz-3.50 depends on executable: unzip - found # /bin/mv /usr/ports/comms/rzsz/work/makefile # /usr/ports/comms/rzsz/work/makefile. # dist # /bin/cp /usr/ports/comms/rzsz/files/makefile # /usr/ports/comms/rzsz/work/Makefile # ===> Patching for rzsz-3.50 # ===> Applying FreeBSD patches for rzsz-3.50 # 2 out of 12 hunks failed--saving rejects to rbsb.c.rej # *** Error code 2 # # -rw-r--r-- 1 root wheel 80537 Oct 19 18:45 # /usr/ports/distfiles/rzsz.zip # # -Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 10:32: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail2.uniserve.com (mail2.uniserve.com [204.244.156.7]) by hub.freebsd.org (Postfix) with ESMTP id 16C6914F01; Mon, 27 Dec 1999 10:31:51 -0800 (PST) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca ([204.244.186.218]) by mail2.uniserve.com with smtp (Exim 3.03 #4) id 122evr-000AYC-00; Mon, 27 Dec 1999 10:31:47 -0800 Date: Mon, 27 Dec 1999 10:31:44 -0800 (PST) From: Tom X-Sender: tom@shell.uniserve.ca To: Mikhail Teterin Cc: stable@freebsd.org, ports@freebsd.org Subject: Re: -lc vs. -lc_r (building Apache-PHP) In-Reply-To: <199912271625.LAA74751@rtfm.newton> Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY=ELM946311914-74626-0_ Content-ID: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --ELM946311914-74626-0_ Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: On Mon, 27 Dec 1999, Mikhail Teterin wrote: ... > What's the magic and why doesn't the port know it? Why is -lc even in > play if some of the components (-lmysqlclient) require -lc_r? Yours, libmysqlclient does not require -lc_r, because the library does not use threads. Only mysqld is threaded. > -mi > > FreeBSD rtfm.newton 3.4-STABLE FreeBSD 3.4-STABLE #0: Fri Dec 17 08:49:51 EST 1999 > Tom --ELM946311914-74626-0_ Content-Type: TEXT/PLAIN; CHARSET=KOI8-R Content-ID: Content-Description: Automaticly generated by the port Content-Disposition: ATTACHMENT; FILENAME="Makefile.inc" PKGNAME= apache+php+mod_ssl-${VERSION_APACHE}+${VERSION_PHP}+${VERSION_MODSSL} DISTFILES+= mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE}${EXTRACT_SUFX} BUILD_DEPENDS+= openssl:${PORTSDIR}/security/openssl \ mm-config:${PORTSDIR}/devel/mm \ ${PREFIX}/lib/libmm.a:${PORTSDIR}/devel/mm LIB_DEPENDS+= crypto.1:${PORTSDIR}/security/openssl \ ssl.1:${PORTSDIR}/security/openssl RUN_DEPENDS+= openssl:${PORTSDIR}/security/openssl VERSION_MODSSL= 2.4.9 RESTRICTED= "Contains cryptography" CONFIGURE_ARGS+=--enable-module=ssl \ --enable-module=define CONFIGURE_ENV+= SSL_BASE='SYSTEM' EAPI_MM='SYSTEM' PATH="${PREFIX}/bin:${PATH}" PLIST= ${PKGDIR}/PLIST.modssl SSL= ssl TYPE= test CRT= KEY= pre-patch: @cd ${WRKDIR}/mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE} \ && ${ECHO_MSG} "===> Applying mod_ssl-${VERSION_MODSSL} extension" \ && ./configure --with-apache=../${DISTNAME} --expert post-patch: @cd ${WRKSRC} \ && find . -type f -name "*.orig" -print | xargs ${RM} -f post-build: @cd ${WRKSRC} \ && ${ECHO_MSG} "===> Creating Dummy Certificate for Server (SnakeOil)" \ && ${ECHO_MSG} " [use 'make certificate' to create a real one]" \ && ${MAKE} certificate TYPE=dummy >/dev/null 2>&1 certificate: @cd ${WRKSRC} \ && ${ECHO_MSG} "===> Creating Test Certificate for Server" \ && ${MAKE} certificate TYPE=$(TYPE) CRT=$(CRT) KEY=$(KEY) BUILD_DEPENDS+= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd PHP_CONF_ARGS+= --with-gd=${PREFIX} LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype PHP_CONF_ARGS+= --with-ttf=${PREFIX} PHP_CONF_ARGS+= --with-zlib LIB_DEPENDS+= mcrypt.2:${PORTSDIR}/security/libmcrypt PHP_CONF_ARGS+= --with-mcrypt=${PREFIX} LIB_DEPENDS+= mhash.1:${PORTSDIR}/security/mhash PHP_CONF_ARGS+= --with-mhash=${PREFIX} BUILD_DEPENDS+= ${PREFIX}/lib/libc-client4.a:${PORTSDIR}/mail/imap-uw PHP_CONF_ARGS+= --with-imap=${PREFIX} LIB_DEPENDS+= mysqlclient.6:${PORTSDIR}/databases/mysql322-client PHP_CONF_ARGS+= --with-mysql=${PREFIX} BUILD_DEPENDS+= ${PREFIX}/lib/libexpat.a:${PORTSDIR}/textproc/expat BUILD_DEPENDS+= ${PREFIX}/include/xml/xmlparse.h:${PORTSDIR}/textproc/expat BUILD_DEPENDS+= ${PREFIX}/include/xml/xmltok.h:${PORTSDIR}/textproc/expat PHP_CONF_ARGS+= --with-xml=${PREFIX} --ELM946311914-74626-0_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 10:48:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from goku.cl.msu.edu (goku.cl.msu.edu [35.8.3.20]) by hub.freebsd.org (Postfix) with ESMTP id A3E07152D4 for ; Mon, 27 Dec 1999 10:48:44 -0800 (PST) (envelope-from dervish@goku.cl.msu.edu) Received: (from dervish@localhost) by goku.cl.msu.edu (8.9.3/8.9.3) id NAA77232 for ports@FreeBSD.ORG; Mon, 27 Dec 1999 13:53:56 -0500 (EST) (envelope-from dervish) Date: Mon, 27 Dec 1999 13:53:56 -0500 From: Bush Doctor To: ports@FreeBSD.ORG Subject: Re: -lc vs. -lc_r (building Apache-PHP) Message-ID: <19991227135356.C9847@goku.cl.msu.edu> References: <199912271625.LAA74751@rtfm.newton> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <199912271625.LAA74751@rtfm.newton>; from mi@kot.ne.mediaone.net on Mon, Dec 27, 1999 at 11:25:14AM -0500 X-Operating-System: FreeBSD 4.0-CURRENT i386 WWW-Home-Page: http://bantu.cl.msu.edu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Out of da blue Mikhail Teterin aka (mi@kot.ne.mediaone.net) said: > Hello! > > I found it quite difficult to build the apache13-php3 port :( I selected > MySQL support (among other features -- nice interface, BTW). The apache > binary, however was seg-faulting on startup. I'll add a me too here ... :) > > cc -DHARD_SERVER_LIMIT=512 \ > -DDEFAULT_PATH=\"/usr/local/bin:/bin:/usr/bin\" -funsigned-char \ > -DTARGET=\"apache\" -DMOD_SSL=204109 -DEAPI -DEAPI_MM \ > -DUSE_EXPAT -I./lib/expat-lite -O2 -fexpensive-optimizations \ > -pipe `./apaci` -L/usr/local/lib -Wl,-E -o apache \ > buildmark.o modules.o modules/standard/libstandard.a \ > modules/php3/libphp3.a main/libmain.a ./os/unix/libos.a \ > ap/libap.a lib/expat-lite/libexpat.a -L/usr/local/lib \ > -R/usr/local/lib/mysql /usr/local/lib/libc-client4.a -lgd -lpng \ > -lz -lttf -L/usr/local/lib/mysql -lmysqlclient -lexpat -lmcrypt \ > -lmhash -Lmodules/php3 -L../modules/php3 -L../../modules/php3 \ > -lmodphp3 -lz -lpam -lm -lcrypt -lcrypt -lgdbm -lmm > /usr/lib/libc_r.so.3: warning: mktemp() possibly used unsafely; consider using mkstemp() > /usr/lib/libc_r.so.3: warning: this program uses gets(), which is unsafe. > /usr/lib/libc_r.so.3: WARNING! setkey(3) not present in the system! > /usr/lib/libc_r.so.3: WARNING! des_setkey(3) not present in the system! > /usr/lib/libc_r.so.3: WARNING! encrypt(3) not present in the system! > /usr/lib/libc_r.so.3: WARNING! des_cipher(3) not present in the system! > /usr/lib/libc_r.so.3: warning: this program uses f_prealloc(), which is stupid. > # ldd apache Gawk!!! I keep forgetting about using ldd :( > apache: > libpng.so.3 => /usr/local/lib/libpng.so.3 (0x181a2000) > libz.so.2 => /usr/lib/libz.so.2 (0x181bc000) > libttf.so.4 => /usr/local/lib/libttf.so.4 (0x181c9000) > libmysqlclient.so.6 => /usr/local/lib/mysql/libmysqlclient.so.6 (0x181ec000) > libmcrypt.so.2 => /usr/local/lib/libmcrypt.so.2 (0x181fe000) > libmhash.so.1 => /usr/local/lib/libmhash.so.1 (0x18214000) > libpam.so.1 => /usr/lib/libpam.so.1 (0x18225000) > libm.so.2 => /usr/lib/libm.so.2 (0x1822d000) > libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x18248000) > libgdbm.so.2 => /usr/local/lib/libgdbm.so.2 (0x1824b000) > libmm.so.10 => /usr/local/lib/libmm.so.10 (0x18251000) > libc.so.3 => /usr/lib/libc.so.3 (0x18255000) > libc_r.so.3 => /usr/lib/libc_r.so.3 (0x182d7000) > > # gdb apache > [...] > Program received signal SIGSEGV, Segmentation fault. > 0x182bb240 in __swhatbuf () from /usr/lib/libc.so.3 > > Now, if I relink the executable manually, adding the -pthread at the end: Good catch :) > > cc -DHARD_SERVER_LIMIT=512 \ > -DDEFAULT_PATH=\"/usr/local/bin:/bin:/usr/bin\" -funsigned-char \ > -DTARGET=\"apache\" -DMOD_SSL=204109 -DEAPI -DEAPI_MM \ > -DUSE_EXPAT -I./lib/expat-lite -O2 -fexpensive-optimizations \ > -pipe `./apaci` -L/usr/local/lib -Wl,-E -o apache \ > buildmark.o modules.o modules/standard/libstandard.a \ > modules/php3/libphp3.a main/libmain.a ./os/unix/libos.a \ > ap/libap.a lib/expat-lite/libexpat.a -L/usr/local/lib \ > -R/usr/local/lib/mysql /usr/local/lib/libc-client4.a -lgd -lpng \ > -lz -lttf -L/usr/local/lib/mysql -lmysqlclient -lexpat -lmcrypt \ > -lmhash -Lmodules/php3 -L../modules/php3 -L../../modules/php3 \ > -lmodphp3 -lz -lpam -lm -lcrypt -lcrypt -lgdbm -lmm -pthread > /usr/lib/libc.so.3: warning: mktemp() possibly used unsafely; consider using mkstemp() > /usr/lib/libc.so.3: warning: this program uses gets(), which is unsafe. > /usr/lib/libc.so.3: WARNING! setkey(3) not present in the system! > /usr/lib/libc.so.3: WARNING! des_setkey(3) not present in the system! > /usr/lib/libc.so.3: WARNING! encrypt(3) not present in the system! > /usr/lib/libc.so.3: WARNING! des_cipher(3) not present in the system! > /usr/lib/libc.so.3: warning: this program uses f_prealloc(), which is stupid. > > The libraries are arranged differently: > apache: > libpng.so.3 => /usr/local/lib/libpng.so.3 (0x181a2000) > libz.so.2 => /usr/lib/libz.so.2 (0x181bc000) > libttf.so.4 => /usr/local/lib/libttf.so.4 (0x181c9000) > libmysqlclient.so.6 => /usr/local/lib/mysql/libmysqlclient.so.6 (0x181ec000) > libmcrypt.so.2 => /usr/local/lib/libmcrypt.so.2 (0x181fe000) > libmhash.so.1 => /usr/local/lib/libmhash.so.1 (0x18214000) > libpam.so.1 => /usr/lib/libpam.so.1 (0x18225000) > libm.so.2 => /usr/lib/libm.so.2 (0x1822d000) > libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x18248000) > libgdbm.so.2 => /usr/local/lib/libgdbm.so.2 (0x1824b000) > libmm.so.10 => /usr/local/lib/libmm.so.10 (0x18251000) > libc_r.so.3 => /usr/lib/libc_r.so.3 (0x18255000) > libc.so.3 => /usr/lib/libc.so.3 (0x182e9000) > > and the server starts and appears to work. > > What's the magic and why doesn't the port know it? Why is -lc even in > play if some of the components (-lmysqlclient) require -lc_r? Yours, I began noticing the port failing after the signal upgrade on -current. I see that it's not the case. I'll try the build again until tomorrow, but hopefully someone with some insight will shed some light on the problem. > > -mi You da man ... > > FreeBSD rtfm.newton 3.4-STABLE FreeBSD 3.4-STABLE #0: Fri Dec 17 08:49:51 EST 1999 Content-Description: Automaticly generated by the port > PKGNAME= apache+php+mod_ssl-${VERSION_APACHE}+${VERSION_PHP}+${VERSION_MODSSL} > DISTFILES+= mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE}${EXTRACT_SUFX} > > BUILD_DEPENDS+= openssl:${PORTSDIR}/security/openssl \ > mm-config:${PORTSDIR}/devel/mm \ > ${PREFIX}/lib/libmm.a:${PORTSDIR}/devel/mm > LIB_DEPENDS+= crypto.1:${PORTSDIR}/security/openssl \ > ssl.1:${PORTSDIR}/security/openssl > RUN_DEPENDS+= openssl:${PORTSDIR}/security/openssl > > VERSION_MODSSL= 2.4.9 > > RESTRICTED= "Contains cryptography" > > CONFIGURE_ARGS+=--enable-module=ssl \ > --enable-module=define > CONFIGURE_ENV+= SSL_BASE='SYSTEM' EAPI_MM='SYSTEM' PATH="${PREFIX}/bin:${PATH}" > > PLIST= ${PKGDIR}/PLIST.modssl > SSL= ssl > > TYPE= test > CRT= > KEY= > > pre-patch: > @cd ${WRKDIR}/mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE} \ > && ${ECHO_MSG} "===> Applying mod_ssl-${VERSION_MODSSL} extension" \ > && ./configure --with-apache=../${DISTNAME} --expert > > post-patch: > @cd ${WRKSRC} \ > && find . -type f -name "*.orig" -print | xargs ${RM} -f > > post-build: > @cd ${WRKSRC} \ > && ${ECHO_MSG} "===> Creating Dummy Certificate for Server (SnakeOil)" \ > && ${ECHO_MSG} " [use 'make certificate' to create a real one]" \ > && ${MAKE} certificate TYPE=dummy >/dev/null 2>&1 > > certificate: > @cd ${WRKSRC} \ > && ${ECHO_MSG} "===> Creating Test Certificate for Server" \ > && ${MAKE} certificate TYPE=$(TYPE) CRT=$(CRT) KEY=$(KEY) > > BUILD_DEPENDS+= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd > PHP_CONF_ARGS+= --with-gd=${PREFIX} > LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype > PHP_CONF_ARGS+= --with-ttf=${PREFIX} > PHP_CONF_ARGS+= --with-zlib > LIB_DEPENDS+= mcrypt.2:${PORTSDIR}/security/libmcrypt > PHP_CONF_ARGS+= --with-mcrypt=${PREFIX} > LIB_DEPENDS+= mhash.1:${PORTSDIR}/security/mhash > PHP_CONF_ARGS+= --with-mhash=${PREFIX} > BUILD_DEPENDS+= ${PREFIX}/lib/libc-client4.a:${PORTSDIR}/mail/imap-uw > PHP_CONF_ARGS+= --with-imap=${PREFIX} > LIB_DEPENDS+= mysqlclient.6:${PORTSDIR}/databases/mysql322-client > PHP_CONF_ARGS+= --with-mysql=${PREFIX} > BUILD_DEPENDS+= ${PREFIX}/lib/libexpat.a:${PORTSDIR}/textproc/expat > BUILD_DEPENDS+= ${PREFIX}/include/xml/xmlparse.h:${PORTSDIR}/textproc/expat > BUILD_DEPENDS+= ${PREFIX}/include/xml/xmltok.h:${PORTSDIR}/textproc/expat > PHP_CONF_ARGS+= --with-xml=${PREFIX} #:^) -- f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng. bush doctor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 10:53: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190]) by hub.freebsd.org (Postfix) with ESMTP id A22831529B; Mon, 27 Dec 1999 10:53:00 -0800 (PST) (envelope-from mi@kot.ne.mediaone.net) Received: from rtfm.newton (rtfm.newton [10.10.0.1]) by kot.ne.mediaone.net (8.9.3/8.9.1) with ESMTP id NAA54304; Mon, 27 Dec 1999 13:52:59 -0500 (EST) From: Mikhail Teterin X-Relay-IP: 10.10.0.1 Received: (from mi@localhost) by rtfm.newton (8.9.3/8.9.3) id NAA75978; Mon, 27 Dec 1999 13:52:59 -0500 (EST) (envelope-from mi@kot.ne.mediaone.net) Message-Id: <199912271852.NAA75978@rtfm.newton> Subject: Re: -lc vs. -lc_r (building Apache-PHP) In-Reply-To: from Tom at "Dec 27, 1999 10:31:44 am" To: stable@freebsd.org, ports@freebsd.org Date: Mon, 27 Dec 1999 13:52:59 -0500 (EST) X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" What's the magic and why doesn't the port know it? Why is -lc even in => play if some of the components (-lmysqlclient) require -lc_r? Yours, = = libmysqlclient does not require -lc_r, because the library does not =use threads. Only mysqld is threaded. Thank you, Tom, for this correction. However, this does not change much. Some other extension wants threads then... The two different problems are: . it is possible to mix the -lc_r and -lc without specifying either one explicitly . the Apache port may still fail to build a usable executable because of this Yours, -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 10:55:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kanga.nttca.com (kanga.nttca.com [204.160.176.156]) by hub.freebsd.org (Postfix) with ESMTP id D85D8154D1 for ; Mon, 27 Dec 1999 10:55:32 -0800 (PST) (envelope-from j.justin@ntta.com) Received: from ntta.com (dhcp-165.noc.cup.ndp.net [209.212.224.165]) by kanga.nttca.com (8.8.8/NTTCA/v1.0) with ESMTP id KAA09359 for ; Mon, 27 Dec 1999 10:55:24 -0800 (PST) Message-ID: <3867B61B.DF3BEE05@ntta.com> Date: Mon, 27 Dec 1999 10:55:23 -0800 From: Jerin C Justin Organization: NTT America X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Subject: (no subject) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello I am looking for the SNMP.pm (SNMP version 1.6) module for FreeBSD. Your advice as to where I may find it would be greatly appreciated. -Jerin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 11: 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 0700D153FF for ; Mon, 27 Dec 1999 11:00:11 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA34187 for freebsd-ports@freebsd.org; Mon, 27 Dec 1999 11:00:10 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 27 Dec 1999 11:00:10 -0800 (PST) Message-Id: <199912271900.LAA34187@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/11/30] ports/15181 ports New port: comms/plp o [1999/12/19] ports/15577 ports Amanda 2.3.0 runtar program allow any use o [1999/12/26] ports/15708 ports unable to retrieve postgresql-6.5.2.tar.g 3 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/07/14] ports/12637 ports patch to help multi-byte support in windo o [1999/08/15] ports/13170 ports New port: UW-Imap with maildir and qmail o [1999/11/03] ports/14696 ports New port: wmGrabImage o [1999/11/17] ports/14944 ports No stable Gimp in ports o [1999/11/26] ports/15100 ports New port: www/links-0.80 o [1999/12/01] ports/15212 ports new port: irc/bitchx-1.0 o [1999/12/12] ports/15442 ports upgrade of nethack port to 3.2.3, which h o [1999/12/17] ports/15541 ports KDE screen saver with password protection o [1999/12/17] ports/15543 ports Samba + DHCP = UNKNOWN HOST NAME o [1999/12/25] ports/15693 ports aub may fail on certain (bad?) postings o [1999/12/27] ports/15716 ports devel/gettext fails to build 11 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac a [1998/11/25] ports/8864 ports useradd - system V compatible implementat o [1999/02/07] ports/9954 ports New port: devel/ACE o [1999/02/10] ports/10007 ports New port: lang/mercury (the mercury compi o [1999/02/16] ports/10124 ports New port: math/stat o [1999/03/07] ports/10477 ports The fakemail in lib-src fails to link (ne o [1999/03/10] ports/10532 ports New port: lang/gpc - GNU Pascal o [1999/03/16] ports/10634 ports Update the hylafax port to do a client in o [1999/03/26] ports/10813 ports crossgo32 brokeness f [1999/03/28] ports/10844 ports New port: adagdb o [1999/04/02] ports/10916 ports New port: biology/molmol o [1999/04/08] ports/11029 ports Configure scripts for non ported applicat o [1999/04/08] ports/11034 ports New port: www/crazywwwboardle o [1999/05/11] ports/11652 ports New port: net/dictd o [1999/06/13] ports/12188 ports New port: pbs-2.1.11 (misc/PBS) a batch s o [1999/06/13] ports/12195 ports New port: pgpenvelope o [1999/06/14] ports/12204 ports Update port: graphics/EZWGL o [1999/06/18] ports/12271 ports fix pkg_add with error message and add ne o [1999/06/23] ports/12368 ports Pilot-link installs to ${PREFIX} = ${LOCA f [1999/06/26] ports/12406 ports New port for the LAM implementation of th o [1999/07/02] ports/12490 ports package xmine exits 1 with XawAsciiSource o [1999/07/02] ports/12492 ports port misc/diction should be moved to text o [1999/07/03] ports/12503 ports New port: Willows toolkit (developers rel o [1999/07/05] ports/12518 ports New port: ifmail-os-2.14.7 o [1999/07/05] ports/12522 ports New port: cos o [1999/07/05] ports/12523 ports New port: jdbcpool o [1999/07/06] ports/12536 ports New port: lang/cu-prolog o [1999/07/07] ports/12549 ports imap-uw port doesn't use pw_expire to che o [1999/07/09] ports/12571 ports Xfig port doesn't have Ghostscript suppor o [1999/07/13] ports/12624 ports New version of mxv which also works with o [1999/07/15] ports/12656 ports New port: gnujsp o [1999/07/16] ports/12666 ports New port: kcd-4.7.10 o [1999/07/20] ports/12722 ports New port: AT&T's DjVu library for scanned o [1999/07/21] ports/12739 ports New port: AT&T's DjVu Netscape plug-in o [1999/07/27] ports/12835 ports New port: libcgic-1.06 o [1999/07/31] ports/12899 ports New port: wmnet-new o [1999/07/31] ports/12903 ports new ports/database/p5-* o [1999/08/01] ports/12915 ports Add elm 2.5 to ports o [1999/08/13] ports/13124 ports New port: LinAlg; request for local hosti o [1999/08/16] ports/13173 ports New port: yiff-0.33 o [1999/08/17] ports/13191 ports New port: fire-1.0 o [1999/08/18] ports/13251 ports New port: founts-11 o [1999/08/21] ports/13291 ports New port: xap-xwf-0.7.8 o [1999/08/31] ports/13514 ports another TCL interface to MySQL port o [1999/09/02] ports/13541 ports New port: chpp-0.3.5 o [1999/09/05] ports/13583 ports New port: databases/py-MySQL o [1999/09/07] ports/13614 ports xdm and wdm do not set environment variab o [1999/09/26] ports/13986 ports New port: sysutils/gnometoaster o [1999/09/30] ports/14052 ports fvwm95-i18n - missing dependence to fbsd- o [1999/09/30] ports/14070 ports g2c libraries and compatibility for DJGPP o [1999/10/01] ports/14077 ports Multicast not available on multicast enab o [1999/10/01] ports/14079 ports ssh2 port won't install if automake is in o [1999/10/02] ports/14088 ports port of new fvwm 2.3 beta (2.3.8) o [1999/10/07] ports/14185 ports ports/x11-wm/fvwm2 updated from 2.2.2 to o [1999/10/11] ports/14260 ports New port: WODA - A Web Oriented Database o [1999/10/14] ports/14337 ports xdm and Eterm: tty allocation problem? o [1999/10/17] ports/14378 ports New port: graphics/mpeg o [1999/10/17] ports/14379 ports New port: graphics/xmrm o [1999/10/23] ports/14469 ports remove port: deskutils/recycler o [1999/10/23] ports/14471 ports remove port: deskutils/xcalendar o [1999/10/25] ports/14515 ports New Tripwire 1.3 Port o [1999/11/01] ports/14643 ports A Chinese/English dictionary o [1999/11/01] ports/14644 ports A Big5-localized & XIM-enabled XEmacs por o [1999/11/02] ports/14663 ports aspell-.27.2 port doesn't read dictionari o [1999/11/03] ports/14686 ports New port: pisces IIB (Category: cad) o [1999/11/06] ports/14741 ports A summary of the old ispell-language-file o [1999/11/13] ports/14866 ports Upgrade FP Exts to FrontPage 2000 Exts. o [1999/11/14] ports/14889 ports [PATCH] dynamic loading for WINE port o [1999/11/16] ports/14922 ports New port: net/infobot o [1999/11/18] ports/14991 ports Tcl Data transformations (Tcl-Trf) port o [1999/11/28] ports/15131 ports new port: devel/kpp o [1999/11/28] ports/15134 ports new port: www/kdreamsite o [1999/11/28] ports/15135 ports new port: devel/cervisia o [1999/11/28] ports/15141 ports update games/gracer to 0.1.4 o [1999/11/28] ports/15147 ports New port: audio/xsidplay o [1999/11/28] ports/15159 ports new port: games/blackpenguin o [1999/11/28] ports/15160 ports new port: games/ksnes9x o [1999/11/30] ports/15192 ports Ident2 Daemon o [1999/12/03] ports/15246 ports New port: irc/gtk-bitchx o [1999/12/08] ports/15367 ports new ports on linux emulator o [1999/12/10] ports/15394 ports new port: japanese/kanji18, kanji26, ngra o [1999/12/11] ports/15424 ports new port: www/kwebsearch o [1999/12/12] ports/15434 ports new port: devel/kdevelop o [1999/12/13] ports/15469 ports New port: nethack-3.3.0 o [1999/12/14] ports/15481 ports ports/devel/codecrusader slightly broken o [1999/12/15] ports/15504 ports Update textproc/aspell o [1999/12/16] ports/15517 ports Port of newly released game nethack 3.3.0 o [1999/12/17] ports/15545 ports new port: x11/xterm o [1999/12/18] ports/15552 ports new port (knode) o [1999/12/19] ports/15572 ports Update benchmars/polygraph to the current o [1999/12/22] ports/15627 ports Update ports: Mew-1.94.1 o [1999/12/22] ports/15634 ports upsd-2.0 package hangs 3.3-RELEASE o [1999/12/23] ports/15647 ports MICO: doesn't compiles and mico-ld links o [1999/12/25] ports/15691 ports Ssh ports fail to check inetd.conf before o [1999/12/26] ports/15698 ports New port: misc/p5-I18N-Charset o [1999/12/26] ports/15699 ports New port: misc/p5-I18N-LangTags o [1999/12/26] ports/15701 ports upgrade heimdal port to 0.2j o [1999/12/26] ports/15702 ports New fix for lang/python to install python o [1999/12/26] ports/15704 ports New port: sysutils/p5-SyslogScan o [1999/12/26] ports/15705 ports New port for metakit-2.0 o [1999/12/26] ports/15706 ports NEW port: gweather o [1999/12/26] ports/15710 ports Update port: audio/waveplay o [1999/12/27] ports/15712 ports update lang/smalltalk to 1.6.2 o [1999/12/27] ports/15713 ports repository copy: vfxdvik -> xdvik-vflib o [1999/12/27] ports/15714 ports Update of ports: security/nessus* o [1999/12/27] ports/15715 ports Update of port: net/dante o [1999/12/27] ports/15717 ports Update port: devel/libU77 o [1999/12/27] ports/15720 ports Update port: net/fspclient o [1999/12/27] ports/15721 ports Update port: japanese/gxditview to 1.11.1 o [1999/12/27] ports/15722 ports Update of port: www/thttpd 110 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 Dec 27 11:37:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail2.uniserve.com (mail2.uniserve.com [204.244.156.7]) by hub.freebsd.org (Postfix) with ESMTP id 76DE3152EF; Mon, 27 Dec 1999 11:37:48 -0800 (PST) (envelope-from tom@uniserve.com) Received: from shell.uniserve.ca ([204.244.186.218]) by mail2.uniserve.com with smtp (Exim 3.03 #4) id 122fxg-000CGE-00; Mon, 27 Dec 1999 11:37:44 -0800 Date: Mon, 27 Dec 1999 11:37:41 -0800 (PST) From: Tom X-Sender: tom@shell.uniserve.ca To: Mikhail Teterin Cc: stable@freebsd.org, ports@freebsd.org Subject: Re: -lc vs. -lc_r (building Apache-PHP) In-Reply-To: <199912271852.NAA75978@rtfm.newton> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 27 Dec 1999, Mikhail Teterin wrote: > Tom once stated: > > =On Mon, 27 Dec 1999, Mikhail Teterin wrote: > = > =... > => What's the magic and why doesn't the port know it? Why is -lc even in > => play if some of the components (-lmysqlclient) require -lc_r? Yours, > = > = libmysqlclient does not require -lc_r, because the library does not > =use threads. Only mysqld is threaded. > > Thank you, Tom, for this correction. However, this does not change much. > Some other extension wants threads then... Uhh.. highly unlikely. Almost none of PHP3 is thread-safe, and only a bit of Apache is thread-safe. I doubt that anything in the Apache-PHP port wants or needs threads. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 11:51:40 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 1938414E78 for ; Mon, 27 Dec 1999 11:51:36 -0800 (PST) (envelope-from cdf.lists@fxp.org) Received: by pawn.primelocation.net (Postfix, from userid 1016) id 2FCA59B57; Mon, 27 Dec 1999 14:51:24 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id 241C7BA0C; Mon, 27 Dec 1999 14:51:24 -0500 (EST) Date: Mon, 27 Dec 1999 14:51:24 -0500 (EST) From: "Chris D. Faulhaber" X-Sender: cdf.lists@pawn.primelocation.net To: Jerin C Justin Cc: freebsd-ports@FreeBSD.org Subject: Re: (no subject) In-Reply-To: <3867B61B.DF3BEE05@ntta.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 Mon, 27 Dec 1999, Jerin C Justin wrote: > Hello > > I am looking for the SNMP.pm (SNMP version 1.6) module for FreeBSD. Your > > advice as to where I may find it would be greatly appreciated. > try /usr/ports/net/p5-SNMP ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 12: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 632CE14EFF for ; Mon, 27 Dec 1999 12:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA40236; Mon, 27 Dec 1999 12:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190]) by hub.freebsd.org (Postfix) with ESMTP id BB8D915091; Mon, 27 Dec 1999 12:00:18 -0800 (PST) (envelope-from mi@kot.ne.mediaone.net) Received: from rtfm.newton (rtfm.newton [10.10.0.1]) by kot.ne.mediaone.net (8.9.3/8.9.1) with ESMTP id PAA54568; Mon, 27 Dec 1999 15:00:14 -0500 (EST) Received: (from mi@localhost) by rtfm.newton (8.9.3/8.9.3) id PAA76608; Mon, 27 Dec 1999 15:00:14 -0500 (EST) (envelope-from mi@kot.ne.mediaone.net) Message-Id: <199912272000.PAA76608@rtfm.newton> Date: Mon, 27 Dec 1999 15:00:14 -0500 (EST) From: Mikhail Teterin Reply-To: mi@kot.ne.mediaone.net To: FreeBSD-gnats-submit@freebsd.org Cc: jasone@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15724: linuxthreads port broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15724 >Category: ports >Synopsis: linuxthreads port broken >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 27 12:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.4-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: mi@rtfm:ports/devel/linuxthreads (1169) make ===> Extracting for linuxthreads-0.71 >> No checksum recorded for linuxthreads.tar.gz. Make sure the Makefile and md5 file (/usr/ports/devel/linuxthreads/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". [...] mi@rtfm:ports/devel/linuxthreads (1170) cat files/md5 MD5 (glibc-linuxthreads-2.1.2.tar.gz) = 970fde93031f342358ad16d3d6ab46fe The Makefile does not mention glibc and the MASTER_SITE does not have it, neither do the FreeBSD mirrors (ftp and ftp7). mi@rtfm:ports/devel/linuxthreads (1171) md5 /usr/ports/distfiles/linuxthreads* MD5 (/usr/ports/distfiles/linuxthreads-0.7.1.tar.gz) = 78d552da5758630b998142309810eb87 MD5 (/usr/ports/distfiles/linuxthreads.tar.gz) = 78d552da5758630b998142309810eb87 >How-To-Repeat: cd /usr/port/devel/linuxthreads make >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 12:30:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190]) by hub.freebsd.org (Postfix) with ESMTP id A1A6F14CF4; Mon, 27 Dec 1999 12:30:14 -0800 (PST) (envelope-from mi@kot.ne.mediaone.net) Received: from rtfm.newton (rtfm.newton [10.10.0.1]) by kot.ne.mediaone.net (8.9.3/8.9.1) with ESMTP id PAA54625; Mon, 27 Dec 1999 15:30:09 -0500 (EST) From: Mikhail Teterin X-Relay-IP: 10.10.0.1 Received: (from mi@localhost) by rtfm.newton (8.9.3/8.9.3) id PAA76727; Mon, 27 Dec 1999 15:30:08 -0500 (EST) (envelope-from mi@kot.ne.mediaone.net) Message-Id: <199912272030.PAA76727@rtfm.newton> Subject: Re: -lc vs. -lc_r (building Apache-PHP) In-Reply-To: from Tom at "Dec 27, 1999 11:37:41 am" To: stable@freebsd.org, ports@freebsd.org Date: Mon, 27 Dec 1999 15:30:08 -0500 (EST) X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" => What's the magic and why doesn't the port know it? Why is -lc even => => in play if some of the components (-lmysqlclient) require -lc_r? => => Yours, => = => = libmysqlclient does not require -lc_r, because the library does => =not use threads. Only mysqld is threaded. => => Thank you, Tom, for this correction. However, this does not change => much. Some other extension wants threads then... = = Uhh.. highly unlikely. Almost none of PHP3 is thread-safe, and only a =bit of Apache is thread-safe. I doubt that anything in the Apache-PHP =port wants or needs threads. I did not put it in there myself :) At least one of the many extensions selected (I included the Makefile.inc with my original report) dragged the c_r with it... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 12: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 807EF14D24 for ; Mon, 27 Dec 1999 12:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA43047; Mon, 27 Dec 1999 12:50:01 -0800 (PST) (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 4F15E14D3E for ; Mon, 27 Dec 1999 12:47:27 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.12 #1) id 122h36-000JQA-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 27 Dec 1999 14:47:24 -0600 Message-Id: Date: Mon, 27 Dec 1999 14:47:24 -0600 From: Ade Lovett Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15726: Update x11/gnomecore Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15726 >Category: ports >Synopsis: Update x11/gnomecore >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 Dec 27 12:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.4-STABLE i386 >Organization: Lovett Network Consultancy >Environment: Up to date ports tree >Description: Update x11/gnomecore to 1.0.55 >How-To-Repeat: N/A >Fix: Apply following diff: Version: 1.0.54 -> 1.0.55 Changes: Makefile files/md5 patches/patch-ae pkg/PLIST Adds: NONE Removes: NONE cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/gnomecore/Makefile,v retrieving revision 1.30 diff -u -r1.30 Makefile --- Makefile 1999/12/04 19:08:09 1.30 +++ Makefile 1999/12/27 19:22:33 @@ -1,13 +1,13 @@ # New ports collection makefile for: gnomecore -# Version required: 1.0.54 +# Version required: 1.0.55 # Date created: 17 March 1998 # Whom: Yukihiro Nakai # # $FreeBSD: ports/x11/gnomecore/Makefile,v 1.30 1999/12/04 19:08:09 steve Exp $ # -DISTNAME= gnome-core-1.0.54 -PKGNAME= gnomecore-1.0.54 +DISTNAME= gnome-core-1.0.55 +PKGNAME= gnomecore-1.0.55 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-core cvs diff: Diffing files Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/x11/gnomecore/files/md5,v retrieving revision 1.14 diff -u -r1.14 md5 --- files/md5 1999/11/08 04:54:10 1.14 +++ files/md5 1999/12/27 19:23:42 @@ -1 +1 @@ -MD5 (gnome-core-1.0.54.tar.gz) = e667cdd57c720d47ebe9298e6f331625 +MD5 (gnome-core-1.0.55.tar.gz) = 62d51688e02b1b5f7b765891e4f80089 cvs diff: Diffing patches Index: patches/patch-ae =================================================================== RCS file: /home/ncvs/ports/x11/gnomecore/patches/patch-ae,v retrieving revision 1.15 diff -u -r1.15 patch-ae --- patches/patch-ae 1999/12/27 06:51:31 1.15 +++ patches/patch-ae 1999/12/27 19:51:50 @@ -371,14 +371,46 @@ gnome_terminal_help_DATA = index.html topic.dat +--- gnome-terminal/da/Makefile.in.orig Fri Dec 17 16:27:57 1999 ++++ gnome-terminal/da/Makefile.in Mon Dec 27 13:30:32 1999 +@@ -154,7 +154,7 @@ + cxxflags_set = @cxxflags_set@ + l = @l@ + +-gnome_terminal_helpdir = $(datadir)/gnome/help/gnome-terminal/da ++gnome_terminal_helpdir = $(datadir)/help/gnome-terminal/da + + gnome_terminal_help_DATA = index.html topic.dat + +--- gnome-terminal/es/Makefile.in.orig Fri Dec 17 16:28:04 1999 ++++ gnome-terminal/es/Makefile.in Mon Dec 27 13:30:53 1999 +@@ -154,7 +154,7 @@ + cxxflags_set = @cxxflags_set@ + l = @l@ + +-gnome_terminal_helpdir = $(datadir)/gnome/help/gnome-terminal/es ++gnome_terminal_helpdir = $(datadir)/help/gnome-terminal/es + + gnome_terminal_help_DATA = index.html topic.dat + +--- gnome-terminal/no/Makefile.in.orig Fri Dec 17 16:28:12 1999 ++++ gnome-terminal/no/Makefile.in Mon Dec 27 13:31:07 1999 +@@ -154,7 +154,7 @@ + cxxflags_set = @cxxflags_set@ + l = @l@ + +-gnome_terminal_helpdir = $(datadir)/gnome/help/gnome-terminal/no ++gnome_terminal_helpdir = $(datadir)/help/gnome-terminal/no + + gnome_terminal_help_DATA = index.html topic.dat + --- gnome-terminal/Makefile.in.orig Tue Mar 2 01:52:55 1999 +++ gnome-terminal/Makefile.in Sat Mar 6 18:05:08 1999 @@ -155,9 +155,9 @@ cxxflags_set = @cxxflags_set@ l = @l@ --SUBDIRS = C no -+# SUBDIRS = C no + SUBDIRS = C da es no -INCLUDES = -I$(includedir) -I$(top_srcdir)/intl -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(datadir)/locale\"" +INCLUDES = -I$(includedir) -I$(top_srcdir)/intl -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale\"" @@ -456,6 +488,28 @@ -help_browser_helpdir = $(datadir)/gnome/help/help-browser/ca +help_browser_helpdir = $(datadir)/help/help-browser/ca + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../../config.h + CONFIG_CLEAN_FILES = +--- help-browser/help/da/Makefile.in.orig Fri Dec 17 16:26:15 1999 ++++ help-browser/help/da/Makefile.in Mon Dec 27 13:50:51 1999 +@@ -157,7 +157,7 @@ + EXTRA_DIST = gnome-help-browser-help.html gnome-help-browser-topic.dat default-page.html + + +-help_browser_helpdir = $(datadir)/gnome/help/help-browser/da ++help_browser_helpdir = $(datadir)/help/help-browser/da + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../../../config.h + CONFIG_CLEAN_FILES = +--- help-browser/help/el/Makefile.in.orig Fri Dec 17 16:26:21 1999 ++++ help-browser/help/el/Makefile.in Mon Dec 27 13:51:00 1999 +@@ -158,7 +158,7 @@ + + EXTRA_DIST = default-page.html + +-help_browser_helpdir = $(datadir)/gnome/help/help-browser/el ++help_browser_helpdir = $(datadir)/help/help-browser/el mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../../config.h CONFIG_CLEAN_FILES = cvs diff: Diffing pkg Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/x11/gnomecore/pkg/PLIST,v retrieving revision 1.14 diff -u -r1.14 PLIST --- pkg/PLIST 1999/11/08 04:54:13 1.14 +++ pkg/PLIST 1999/12/27 20:01:43 @@ -255,12 +255,71 @@ share/gnome/help/gnome-intro/C/pix/same-gnome.gif share/gnome/help/gnome-intro/C/pix/terminal.gif share/gnome/help/gnome-intro/C/topic.dat +share/gnome/help/gnome-terminal/C/authors.html +share/gnome/help/gnome-terminal/C/classes.html +share/gnome/help/gnome-terminal/C/config.html +share/gnome/help/gnome-terminal/C/docbook.css +share/gnome/help/gnome-terminal/C/emulation.html +share/gnome/help/gnome-terminal/C/environment.html +share/gnome/help/gnome-terminal/C/index.html +share/gnome/help/gnome-terminal/C/ln12.html +share/gnome/help/gnome-terminal/C/menus.html +share/gnome/help/gnome-terminal/C/options.html +share/gnome/help/gnome-terminal/C/pointerusage.html +share/gnome/help/gnome-terminal/C/terminal.html +share/gnome/help/gnome-terminal/C/topic.dat +share/gnome/help/gnome-terminal/da/authors.html +share/gnome/help/gnome-terminal/da/classes.html +share/gnome/help/gnome-terminal/da/config.html +share/gnome/help/gnome-terminal/da/docbook.css +share/gnome/help/gnome-terminal/da/emulation.html +share/gnome/help/gnome-terminal/da/enviroment.html +share/gnome/help/gnome-terminal/da/index.html +share/gnome/help/gnome-terminal/da/ln9.html +share/gnome/help/gnome-terminal/da/menus.html +share/gnome/help/gnome-terminal/da/options.html +share/gnome/help/gnome-terminal/da/pointerusage.html +share/gnome/help/gnome-terminal/da/terminal.html +share/gnome/help/gnome-terminal/da/termtech.html +share/gnome/help/gnome-terminal/da/topic.dat +share/gnome/help/gnome-terminal/es/authors.html +share/gnome/help/gnome-terminal/es/classes.html +share/gnome/help/gnome-terminal/es/config.html +share/gnome/help/gnome-terminal/es/docbook.css +share/gnome/help/gnome-terminal/es/emulation.html +share/gnome/help/gnome-terminal/es/environment.html +share/gnome/help/gnome-terminal/es/index.html +share/gnome/help/gnome-terminal/es/ln15.html +share/gnome/help/gnome-terminal/es/menus.html +share/gnome/help/gnome-terminal/es/options.html +share/gnome/help/gnome-terminal/es/pointerusage.html +share/gnome/help/gnome-terminal/es/terminal.html +share/gnome/help/gnome-terminal/es/topic.dat +share/gnome/help/gnome-terminal/no/authors.html +share/gnome/help/gnome-terminal/no/classes.html +share/gnome/help/gnome-terminal/no/config.html +share/gnome/help/gnome-terminal/no/docbook.css +share/gnome/help/gnome-terminal/no/emulation.html +share/gnome/help/gnome-terminal/no/enviroment.html +share/gnome/help/gnome-terminal/no/index.html +share/gnome/help/gnome-terminal/no/ln9.html +share/gnome/help/gnome-terminal/no/menus.html +share/gnome/help/gnome-terminal/no/options.html +share/gnome/help/gnome-terminal/no/pointerusage.html +share/gnome/help/gnome-terminal/no/terminal.html +share/gnome/help/gnome-terminal/no/termtech.html +share/gnome/help/gnome-terminal/no/topic.dat share/gnome/help/help-browser/C/default-page.html share/gnome/help/help-browser/C/gnome-logo-large.png share/gnome/help/help-browser/C/help-browser.html share/gnome/help/help-browser/C/index.html share/gnome/help/help-browser/C/topic.dat share/gnome/help/help-browser/ca/default-page.html +share/gnome/help/help-browser/da/default-page.html +share/gnome/help/help-browser/da/help-browser.html +share/gnome/help/help-browser/da/index.html +share/gnome/help/help-browser/da/topic.dat +share/gnome/help/help-browser/el/default-page.html share/gnome/help/help-browser/es/default-page.html share/gnome/help/help-browser/es/help-browser.html share/gnome/help/help-browser/es/index.html @@ -542,6 +601,7 @@ share/locale/no/LC_MESSAGES/gnome-core.mo share/locale/pl/LC_MESSAGES/gnome-core.mo share/locale/pt/LC_MESSAGES/gnome-core.mo +share/locale/pt_BR/LC_MESSAGES/gnome-core.mo share/locale/ro/LC_MESSAGES/gnome-core.mo share/locale/ru/LC_MESSAGES/gnome-core.mo share/locale/sk/LC_MESSAGES/gnome-core.mo @@ -574,11 +634,18 @@ @dirrm share/gnome/asclock/classic @dirrm share/gnome/asclock/shaped @dirrm share/gnome/asclock +@dirrm share/gnome/help/gnome-terminal/C +@dirrm share/gnome/help/gnome-terminal/da +@dirrm share/gnome/help/gnome-terminal/es +@dirrm share/gnome/help/gnome-terminal/no +@dirrm share/gnome/help/gnome-terminal @dirrm share/gnome/help/gnome-intro/C/pix @dirrm share/gnome/help/gnome-intro/C @dirrm share/gnome/help/gnome-intro @dirrm share/gnome/help/help-browser/C @dirrm share/gnome/help/help-browser/ca +@dirrm share/gnome/help/help-browser/da +@dirrm share/gnome/help/help-browser/el @dirrm share/gnome/help/help-browser/es @dirrm share/gnome/help/help-browser/et @dirrm share/gnome/help/help-browser/eu >Release-Note: >Audit-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 Dec 27 12:50:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C572214D74 for ; Mon, 27 Dec 1999 12:50:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA43038; Mon, 27 Dec 1999 12:50:01 -0800 (PST) (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 7415614FB9 for ; Mon, 27 Dec 1999 12:46:23 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.12 #1) id 122h25-000JOE-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 27 Dec 1999 14:46:21 -0600 Message-Id: Date: Mon, 27 Dec 1999 14:46:21 -0600 From: Ade Lovett Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15725: Update textproc/libxml Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15725 >Category: ports >Synopsis: Update textproc/libxml >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 Dec 27 12:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.4-STABLE i386 >Organization: Lovett Network Consultancy >Environment: Up to date ports tree. >Description: Update textproc/libxml to 1.8.2 >How-To-Repeat: N/A >Fix: Apply following diff: Version: 1.8.0 -> 1.8.2 Changes: Makefile files/md5 pkg/PLIST Adds: NONE Removes: NONE cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/libxml/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 1999/12/24 10:44:53 1.14 +++ Makefile 1999/12/27 18:56:10 @@ -1,12 +1,12 @@ # New ports collection makefile for: libxml -# Version required: 1.8.0 +# Version required: 1.8.2 # Date created: 28 September 1998 # Whom: Yukihiro Nakai # # $FreeBSD: ports/textproc/libxml/Makefile,v 1.14 1999/12/24 10:44:53 nakai Exp $ # -DISTNAME= libxml-1.8.0 +DISTNAME= libxml-1.8.2 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libxml cvs diff: Diffing files Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/textproc/libxml/files/md5,v retrieving revision 1.10 diff -u -r1.10 md5 --- files/md5 1999/12/24 10:44:55 1.10 +++ files/md5 1999/12/27 18:56:13 @@ -1 +1 @@ -MD5 (libxml-1.8.0.tar.gz) = a4aeaa581a186a5253a254bac2291140 +MD5 (libxml-1.8.2.tar.gz) = c5abd1be5377576f3c69970175e1b600 cvs diff: Diffing patches cvs diff: Diffing pkg Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/textproc/libxml/pkg/PLIST,v retrieving revision 1.7 diff -u -r1.7 PLIST --- pkg/PLIST 1999/12/24 10:44:57 1.7 +++ pkg/PLIST 1999/12/27 18:58:11 @@ -40,7 +40,6 @@ share/gnome-xml/gnome-xml-xmlmemory.html share/gnome-xml/gnome-xml-xpath.html share/gnome-xml/index.sgml -share/gnome-xml/libxml.html share/gnome-xml/libxml-lib.html share/gnome-xml/libxml-notes.html share/gnome-xml/structure.gif >Release-Note: >Audit-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 Dec 27 13: 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 B2DA214DB6 for ; Mon, 27 Dec 1999 13:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA44229; Mon, 27 Dec 1999 13:00:01 -0800 (PST) (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 1F5F11536C for ; Mon, 27 Dec 1999 12:51:32 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.12 #1) id 122h74-000JSd-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 27 Dec 1999 14:51:30 -0600 Message-Id: Date: Mon, 27 Dec 1999 14:51:30 -0600 From: Ade Lovett Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15727: New port: palm/gnomepilot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15727 >Category: ports >Synopsis: New port: palm/gnomepilot >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 Dec 27 13:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.4-STABLE i386 >Organization: Lovett Network Consultancy >Environment: N/A >Description: GNOMEish Palm Pilot manager - still in its infancy, codewise, but it does do some useful stuff. Thanks to John Reynolds for some extra testing work. >How-To-Repeat: N/A >Fix: Sharball attached: # 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: # # gnomepilot # gnomepilot/Makefile # gnomepilot/files # gnomepilot/files/md5 # gnomepilot/pkg # gnomepilot/pkg/DESCR # gnomepilot/pkg/COMMENT # gnomepilot/pkg/PLIST # gnomepilot/patches # gnomepilot/patches/patch-aa # gnomepilot/patches/patch-ab # gnomepilot/patches/patch-ac # gnomepilot/patches/patch-ad # echo c - gnomepilot mkdir -p gnomepilot > /dev/null 2>&1 echo x - gnomepilot/Makefile sed 's/^X//' >gnomepilot/Makefile << 'END-of-gnomepilot/Makefile' X# New ports collection makefile for: gnomepilot X# Version required: 0.1.46 X# Date created: 28th October 1999 X# Whom: Ade Lovett X# X# $FreeBSD$ X XDISTNAME= gnome-pilot-0.1.46 XPKGNAME= gnomepilot-0.1.46 XCATEGORIES= palm comms gnome XMASTER_SITES= http://www.gnome.org/gnome-pilot/download/ X XMAINTAINER= ade@lovett.com X XLIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \ X capplet.1:${PORTSDIR}/sysutils/gnomecontrolcenter X XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config XGLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config X XUSE_GMAKE= yes XUSE_X_PREFIX= yes XUSE_LIBTOOL= yes XCONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ X --datadir=${PREFIX}/share/gnome \ X --with-pisock=${LOCALBASE}/pilot XCONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" GLIB_CONFIG="${GLIB_CONFIG}" \ X CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" X X.include END-of-gnomepilot/Makefile echo c - gnomepilot/files mkdir -p gnomepilot/files > /dev/null 2>&1 echo x - gnomepilot/files/md5 sed 's/^X//' >gnomepilot/files/md5 << 'END-of-gnomepilot/files/md5' XMD5 (gnome-pilot-0.1.46.tar.gz) = ad46b30b1e4b58a88eca37d41f853a52 END-of-gnomepilot/files/md5 echo c - gnomepilot/pkg mkdir -p gnomepilot/pkg > /dev/null 2>&1 echo x - gnomepilot/pkg/DESCR sed 's/^X//' >gnomepilot/pkg/DESCR << 'END-of-gnomepilot/pkg/DESCR' XGnome-pilot is a package with a daemon that monitors for pilot Xconnects on one or more devices. It has a conduit system, and is Xaccompanied by a few conduits, basically for installing files Xand backing up db's from the pilot. X XWWW: http://www.gnome.org/gnome-pilot/ END-of-gnomepilot/pkg/DESCR echo x - gnomepilot/pkg/COMMENT sed 's/^X//' >gnomepilot/pkg/COMMENT << 'END-of-gnomepilot/pkg/COMMENT' X3Com PalmPilot conduit system for GNOME END-of-gnomepilot/pkg/COMMENT echo x - gnomepilot/pkg/PLIST sed 's/^X//' >gnomepilot/pkg/PLIST << 'END-of-gnomepilot/pkg/PLIST' Xbin/backup-conduit-control-applet Xbin/email-conduit-control-applet Xbin/expense-conduit-control-applet Xbin/file-conduit-control-applet Xbin/gnome-pilot-config Xbin/gnome-pilot-make-password Xbin/gpilot-install-file Xbin/gpilotd Xbin/gpilotd-client Xbin/gpilotd-control-applet Xbin/gpilotd-session-wrapper Xbin/memo_file_capplet Xbin/pilot_applet Xetc/CORBA/servers/gpilotd.gnorba Xetc/CORBA/servers/pilot_applet.gnorba Xinclude/gpilotd/gnome-pilot-conduit-backup.h Xinclude/gpilotd/gnome-pilot-conduit-file.h Xinclude/gpilotd/gnome-pilot-conduit-standard-abs.h Xinclude/gpilotd/gnome-pilot-conduit-standard.h Xinclude/gpilotd/gnome-pilot-conduit.h Xinclude/gpilotd/gnome-pilot-dbinfo.h Xinclude/gpilotd/gnome-pilot.h Xinclude/gpilotd/gpilot-structures.h Xinclude/gpilotd/gpilot-userinfo.h Xinclude/gpilotd/gpilotd-app-dummy-callbacks.h Xinclude/gpilotd/gpilotd-app.h Xinclude/gpilotd/gpilotd-conduit-mgmt.h Xlib/gnome-pilot/conduits/libbackup_conduit.a Xlib/gnome-pilot/conduits/libbackup_conduit.so Xlib/gnome-pilot/conduits/libbackup_conduit.so.0 Xlib/gnome-pilot/conduits/libemail_conduit.a Xlib/gnome-pilot/conduits/libemail_conduit.so Xlib/gnome-pilot/conduits/libemail_conduit.so.0 Xlib/gnome-pilot/conduits/libexpense_conduit.a Xlib/gnome-pilot/conduits/libexpense_conduit.so Xlib/gnome-pilot/conduits/libexpense_conduit.so.0 Xlib/gnome-pilot/conduits/libfile_conduit.a Xlib/gnome-pilot/conduits/libfile_conduit.so Xlib/gnome-pilot/conduits/libfile_conduit.so.0 Xlib/gnome-pilot/conduits/libmemo_file_conduit.a Xlib/gnome-pilot/conduits/libmemo_file_conduit.so Xlib/gnome-pilot/conduits/libmemo_file_conduit.so.0 Xlib/libgconduit.a Xlib/libgconduit.so Xlib/libgconduit.so.0 Xlib/libgpilotd.a Xlib/libgpilotd.so Xlib/libgpilotd.so.0 Xlib/libgpilotdconduitmgmt.a Xlib/libgpilotdconduitmgmt.so Xlib/libgpilotdconduitmgmt.so.0 Xshare/gnome/applets/Utility/pilot_applet.desktop Xshare/gnome/control-center/Peripherals/PalmPilot/.directory Xshare/gnome/control-center/Peripherals/PalmPilot/Conduits/.directory Xshare/gnome/control-center/Peripherals/PalmPilot/Conduits/backup-conduit-control-applet.desktop Xshare/gnome/control-center/Peripherals/PalmPilot/Conduits/email-conduit-control-applet.desktop Xshare/gnome/control-center/Peripherals/PalmPilot/Conduits/expense-conduit-control-applet.desktop Xshare/gnome/control-center/Peripherals/PalmPilot/Conduits/file-conduit-control-applet.desktop Xshare/gnome/control-center/Peripherals/PalmPilot/Conduits/memo_file_capplet.desktop Xshare/gnome/control-center/Peripherals/PalmPilot/gpilotd-control-applet.desktop Xshare/gnome/idl/gnome-pilot.idl Xshare/gnome/mime-info/palm.keys Xshare/gnome/mime-info/palm.mime Xshare/gnome/pixmaps/gnome-palm.png Xshare/gnome/pixmaps/sync_broken.png Xshare/gnome/pixmaps/sync_icon.png Xshare/gnome/pixmaps/syncing_icon.png Xshare/locale/da/LC_MESSAGES/gnome-pilot.mo Xshare/locale/es/LC_MESSAGES/gnome-pilot.mo Xshare/locale/fr/LC_MESSAGES/gnome-pilot.mo Xshare/locale/ja/LC_MESSAGES/gnome-pilot.mo Xshare/locale/no/LC_MESSAGES/gnome-pilot.mo Xshare/locale/sv/LC_MESSAGES/gnome-pilot.mo X@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B X@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R X@dirrm share/gnome/control-center/Peripherals/PalmPilot/Conduits X@dirrm share/gnome/control-center/Peripherals/PalmPilot X@dirrm lib/gnome-pilot/conduits X@dirrm lib/gnome-pilot X@dirrm include/gpilotd END-of-gnomepilot/pkg/PLIST echo c - gnomepilot/patches mkdir -p gnomepilot/patches > /dev/null 2>&1 echo x - gnomepilot/patches/patch-aa sed 's/^X//' >gnomepilot/patches/patch-aa << 'END-of-gnomepilot/patches/patch-aa' X--- configure.orig Tue Dec 7 17:50:25 1999 X+++ configure Thu Dec 23 13:54:26 1999 X@@ -2123,8 +2123,8 @@ X X gnome_cv_gnorba_found=no X if test x$gnome_cv_orbit_found = xyes; then X- GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`" X- GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`" X+ GNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnorba gnomeui`" X+ GNORBA_LIBS="`$GNOME_CONFIG --libs gnorba gnomeui`" X if test -n "$GNORBA_LIBS"; then X gnome_cv_gnorba_found=yes X fi X@@ -2144,8 +2144,8 @@ X fi X if test x$gnome_cv_orbit_found = xyes; then X X- GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`" X- GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`" X+ GNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnorba gnomeui`" X+ GNORBA_LIBS="`$GNOME_CONFIG --libs gnorba gnomeui`" X X X else X@@ -2956,7 +2956,7 @@ X fi X if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then X echo "$ac_t""yes" 1>&6 X- PTHREAD_LIB="-lc_r" X+ PTHREAD_LIB="" X else X echo "$ac_t""no" 1>&6 X echo $ac_n "checking for pthread_create""... $ac_c" 1>&6 X@@ -4806,7 +4806,7 @@ X cat conftest.$ac_ext >&5 X rm -rf conftest* X CATOBJEXT=.mo X- DATADIRNAME=lib X+ DATADIRNAME=share X fi X rm -f conftest* X INSTOBJEXT=.mo END-of-gnomepilot/patches/patch-aa echo x - gnomepilot/patches/patch-ab sed 's/^X//' >gnomepilot/patches/patch-ab << 'END-of-gnomepilot/patches/patch-ab' X--- conduits/file/file_conduit.c.orig Thu Sep 2 09:37:51 1999 X+++ conduits/file/file_conduit.c Thu Oct 28 12:24:22 1999 X@@ -24,7 +24,6 @@ X #ifdef __EMX__ X #include X #endif X-#include "getopt.h" X #include X #include X #include END-of-gnomepilot/patches/patch-ab echo x - gnomepilot/patches/patch-ac sed 's/^X//' >gnomepilot/patches/patch-ac << 'END-of-gnomepilot/patches/patch-ac' X--- applet/Makefile.in.orig Tue Dec 7 18:21:17 1999 X+++ applet/Makefile.in Thu Dec 23 14:25:25 1999 X@@ -154,7 +154,7 @@ X #libpilot_applet_la_SOURCES= \ X # pilot.c X X-INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" X+INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" X X X EXTRA_DIST = pilot_applet.desktop $(pixmap_DATA) END-of-gnomepilot/patches/patch-ac echo x - gnomepilot/patches/patch-ad sed 's/^X//' >gnomepilot/patches/patch-ad << 'END-of-gnomepilot/patches/patch-ad' X--- capplet/Makefile.in.orig Tue Dec 7 18:21:27 1999 X+++ capplet/Makefile.in Thu Dec 23 14:26:26 1999 X@@ -138,7 +138,7 @@ X X bin_PROGRAMS = gpilotd-control-applet X X-INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" $(PISOCK_INCLUDEDIR) X+INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" $(PISOCK_INCLUDEDIR) X X X CFLAGS = @CFLAGS@ -g END-of-gnomepilot/patches/patch-ad 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 Dec 27 13:18: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 86DBC14D7F; Mon, 27 Dec 1999 13:18:31 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA46484; Mon, 27 Dec 1999 13:18:31 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 27 Dec 1999 13:18:31 -0800 (PST) From: Message-Id: <199912272118.NAA46484@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/15693: aub may fail on certain (bad?) postings Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: aub may fail on certain (bad?) postings Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: steve Responsible-Changed-When: Mon Dec 27 13:18:05 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 13:19: 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 4D21F14F72; Mon, 27 Dec 1999 13:18:59 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA46576; Mon, 27 Dec 1999 13:18:59 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 27 Dec 1999 13:18:59 -0800 (PST) From: Message-Id: <199912272118.NAA46576@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, nectar@FreeBSD.org Subject: Re: ports/15701: upgrade heimdal port to 0.2j Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: upgrade heimdal port to 0.2j Responsible-Changed-From-To: freebsd-ports->nectar Responsible-Changed-By: steve Responsible-Changed-When: Mon Dec 27 13:18:42 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 13:19: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 9F61214F16; Mon, 27 Dec 1999 13:19:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA46667; Mon, 27 Dec 1999 13:19:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 27 Dec 1999 13:19:22 -0800 (PST) From: Message-Id: <199912272119.NAA46667@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, tg@FreeBSD.org Subject: Re: ports/15702: New fix for lang/python to install python-mode.el Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New fix for lang/python to install python-mode.el Responsible-Changed-From-To: freebsd-ports->tg Responsible-Changed-By: steve Responsible-Changed-When: Mon Dec 27 13:19:07 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 13:19: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 EA7BC14D1A; Mon, 27 Dec 1999 13:19:42 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA46757; Mon, 27 Dec 1999 13:19:42 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 27 Dec 1999 13:19:42 -0800 (PST) From: Message-Id: <199912272119.NAA46757@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, andreas@FreeBSD.org Subject: Re: ports/15708: unable to retrieve postgresql-6.5.2.tar.gz because of update on mirrors Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: unable to retrieve postgresql-6.5.2.tar.gz because of update on mirrors Responsible-Changed-From-To: freebsd-ports->andreas Responsible-Changed-By: steve Responsible-Changed-When: Mon Dec 27 13:19:29 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 13:20:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A82815204; Mon, 27 Dec 1999 13:20:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA46875; Mon, 27 Dec 1999 13:20:19 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 27 Dec 1999 13:20:19 -0800 (PST) From: Message-Id: <199912272120.NAA46875@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: ports/15713: repository copy: vfxdvik -> xdvik-vflib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: repository copy: vfxdvik -> xdvik-vflib Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: steve Responsible-Changed-When: Mon Dec 27 13:19:49 PST 1999 Responsible-Changed-Why: Satoshi is in charge of repository copies within the ports tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 13:30:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B4D8014FD2; Mon, 27 Dec 1999 13:29:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA48462; Mon, 27 Dec 1999 13:29:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 27 Dec 1999 13:29:58 -0800 (PST) From: Message-Id: <199912272129.NAA48462@freefall.freebsd.org> To: anders@fix.no, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15722: Update of port: www/thttpd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update of port: www/thttpd State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Mon Dec 27 13:29:24 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 13:32: 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 1E95415478; Mon, 27 Dec 1999 13:32:07 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA48824; Mon, 27 Dec 1999 13:32:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 27 Dec 1999 13:32:06 -0800 (PST) From: Message-Id: <199912272132.NAA48824@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15721: Update port: japanese/gxditview to 1.11.1+0.99.1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: japanese/gxditview to 1.11.1+0.99.1.1 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Mon Dec 27 13:30:41 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 13:36: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 1EEB114D70; Mon, 27 Dec 1999 13:36:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA49351; Mon, 27 Dec 1999 13:36:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 27 Dec 1999 13:36:14 -0800 (PST) From: Message-Id: <199912272136.NAA49351@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15720: Update port: net/fspclient Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: net/fspclient State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Mon Dec 27 13:34:42 PST 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 Dec 27 13:38: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 70AD315462; Mon, 27 Dec 1999 13:38:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA49673; Mon, 27 Dec 1999 13:38:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 27 Dec 1999 13:38:16 -0800 (PST) From: Message-Id: <199912272138.NAA49673@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15717: Update port: devel/libU77 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: devel/libU77 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Mon Dec 27 13:37:09 PST 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 Dec 27 13:39:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D298C14FEC; Mon, 27 Dec 1999 13:39:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA49913; Mon, 27 Dec 1999 13:39:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 27 Dec 1999 13:39:45 -0800 (PST) From: Message-Id: <199912272139.NAA49913@freefall.freebsd.org> To: dima@Chg.RU, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15716: devel/gettext fails to build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: devel/gettext fails to build State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Mon Dec 27 13:39:27 PST 1999 State-Changed-Why: Fixed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 13:42: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 47A0B14D24; Mon, 27 Dec 1999 13:41:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA50264; Mon, 27 Dec 1999 13:41:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 27 Dec 1999 13:41:27 -0800 (PST) From: Message-Id: <199912272141.NAA50264@freefall.freebsd.org> To: anders@fix.no, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15715: Update of port: net/dante Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update of port: net/dante State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Mon Dec 27 13:40:49 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 13:43:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 33462154E6; Mon, 27 Dec 1999 13:43:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA50691; Mon, 27 Dec 1999 13:43:46 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 27 Dec 1999 13:43:46 -0800 (PST) From: Message-Id: <199912272143.NAA50691@freefall.freebsd.org> To: alex@big.endian.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15712: update lang/smalltalk to 1.6.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update lang/smalltalk to 1.6.2 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Mon Dec 27 13:42:48 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 13:47: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 8169815016; Mon, 27 Dec 1999 13:47:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA51218; Mon, 27 Dec 1999 13:47:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 27 Dec 1999 13:47:44 -0800 (PST) From: Message-Id: <199912272147.NAA51218@freefall.freebsd.org> To: ysonoda@dontaku.csce.kyushu-u.ac.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15710: Update port: audio/waveplay Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: audio/waveplay State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Mon Dec 27 13:46:12 PST 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 Dec 27 13:54: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 516B615508; Mon, 27 Dec 1999 13:54:19 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA52252; Mon, 27 Dec 1999 13:54:18 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 27 Dec 1999 13:54:18 -0800 (PST) From: Message-Id: <199912272154.NAA52252@freefall.freebsd.org> To: anders@fix.no, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15714: Update of ports: security/nessus* Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update of ports: security/nessus* State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Mon Dec 27 13:48:36 PST 1999 State-Changed-Why: Updates committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 15:19:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 34B9114EA0; Mon, 27 Dec 1999 15:19:11 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA60122; Mon, 27 Dec 1999 15:19:11 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Mon, 27 Dec 1999 15:19:11 -0800 (PST) From: Message-Id: <199912272319.PAA60122@freefall.freebsd.org> To: nox@jelal.kn-bremen.de, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15141: update games/gracer to 0.1.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update games/gracer to 0.1.4 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Mon Dec 27 15:14:52 PST 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 Dec 27 17:23: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 AC600152EF; Mon, 27 Dec 1999 17:23:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA70524; Mon, 27 Dec 1999 17:23:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 27 Dec 1999 17:23:57 -0800 (PST) From: Message-Id: <199912280123.RAA70524@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/15731: new port: sysutils/muse Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: muse port New Synopsis: new port: sysutils/muse Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Mon Dec 27 17:22:46 PST 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 Mon Dec 27 17:31:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from noc.techcontrol.com (noc.techcontrol.com [207.94.33.111]) by hub.freebsd.org (Postfix) with ESMTP id 25333152A6 for ; Mon, 27 Dec 1999 17:31:48 -0800 (PST) (envelope-from Ken.Shaffer@techcontrol.com) Received: from kshafferlt ([192.168.1.121]) by noc.techcontrol.com (8.9.0/8.9.0.Beta5) with SMTP id LAA15638 for ; Mon, 27 Dec 1999 11:32:27 -0500 From: "Ken Shaffer" To: Subject: bad link to cscope sources Date: Mon, 27 Dec 1999 11:33:47 -0500 Message-ID: <000001bf5088$268d44f0$7901a8c0@techcontrol.com> 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 V5.00.2314.1300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm unable to download the cscope sources due to a bad link. The page the link is on is found at http://www.freebsd.org/cgi/pds.cgi?ports/devel/cscope which references ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/cscope-13.7.tar.gz. Any help greatly appreciated. -- Ken Shaffer Technology Control Services (954) 712-0500, ext. 0596 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 18:28: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 7A0C415578; Mon, 27 Dec 1999 18:28:08 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA77306; Mon, 27 Dec 1999 18:28:08 -0800 (PST) (envelope-from nakai@FreeBSD.org) Date: Mon, 27 Dec 1999 18:28:08 -0800 (PST) From: Message-Id: <199912280228.SAA77306@freefall.freebsd.org> To: ade@lovett.com, nakai@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15727: New port: palm/gnomepilot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: palm/gnomepilot State-Changed-From-To: open->closed State-Changed-By: nakai State-Changed-When: Mon Dec 27 18:27:51 PST 1999 State-Changed-Why: New port commited, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 18:32: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 94BF314CC1; Mon, 27 Dec 1999 18:32:43 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA77937; Mon, 27 Dec 1999 18:32:43 -0800 (PST) (envelope-from nakai@FreeBSD.org) Date: Mon, 27 Dec 1999 18:32:43 -0800 (PST) From: Message-Id: <199912280232.SAA77937@freefall.freebsd.org> To: ade@lovett.com, nakai@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15725: Update textproc/libxml Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update textproc/libxml State-Changed-From-To: open->closed State-Changed-By: nakai State-Changed-When: Mon Dec 27 18:32:32 PST 1999 State-Changed-Why: Update commited, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 18:48: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 85D6B1531D; Mon, 27 Dec 1999 18:48:17 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA80404; Mon, 27 Dec 1999 18:48:17 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Mon, 27 Dec 1999 18:48:17 -0800 (PST) From: Message-Id: <199912280248.SAA80404@freefall.freebsd.org> To: freebsd@spatula.net, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15731: new port: sysutils/muse Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: sysutils/muse State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Mon Dec 27 18:48:04 PST 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 Dec 27 18:51:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62EED14C08; Mon, 27 Dec 1999 18:51:25 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA80895; Mon, 27 Dec 1999 18:51:25 -0800 (PST) (envelope-from nakai@FreeBSD.org) Date: Mon, 27 Dec 1999 18:51:25 -0800 (PST) From: Message-Id: <199912280251.SAA80895@freefall.freebsd.org> To: ade@lovett.com, nakai@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15726: Update x11/gnomecore Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update x11/gnomecore State-Changed-From-To: open->closed State-Changed-By: nakai State-Changed-When: Mon Dec 27 18:51:12 PST 1999 State-Changed-Why: Update commited, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 27 19: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 3FF03152FB for ; Mon, 27 Dec 1999 19:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA84813; Mon, 27 Dec 1999 19:40:02 -0800 (PST) (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 1095B14D2B for ; Mon, 27 Dec 1999 19:37:23 -0800 (PST) (envelope-from admin@spare.westbend.net) Received: (from root@localhost) by spare.westbend.net (8.9.3/8.9.3) id VAA00454; Mon, 27 Dec 1999 21:37:21 -0600 (CST) (envelope-from admin) Message-Id: <199912280337.VAA00454@spare.westbend.net> Date: Mon, 27 Dec 1999 21:37:21 -0600 (CST) From: hetzels@westbend.net Reply-To: hetzels@westbend.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15732: Upgrade: Cyrus-SASL Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15732 >Category: ports >Synopsis: Upgrade Cyrus-SASL to use OpenSSL for RC4 routines >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 Dec 27 19:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Scot W. Hetzel >Release: FreeBSD 3.3-STABLE i386 >Organization: West Bend Internet >Environment: >Description: The Cyrus-SASL port no longer depends on the librc4 port. Starting with Cyrus-SASL 1.5.13, the SASL library can use either the OpenSSL crypto library or the RC4 library. Since, the RC4 library can't be exported outside the US/Canada this leaves the RC4 routines out of the International version of the library. Since, the OpenSSL port can be used internationally the Cyrus-SASL port has been changed to use it instead. This will also benefit the Cyrus-IMAP server as StartTLS support is being added to the server. Also, include changes from Garrett Wollman's version of the Cyrus-SASL port. >How-To-Repeat: >Fix: Note to commiter, please remove patch-ac after applying the attached diff: diff -ruN cyrus-sasl.orig/Makefile cyrus-sasl/Makefile --- cyrus-sasl.orig/Makefile Sun Dec 26 19:52:20 1999 +++ cyrus-sasl/Makefile Mon Dec 27 21:16:48 1999 @@ -16,6 +16,11 @@ SASL_VER= 1.5.13 +BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl +LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl + +RESTRICTED= "Contains cryptography" + Y2K= http://asg.web.cmu.edu/cyrus/imapd/y2k.html MAN1= sasl_client.1 sasl_server.1 @@ -25,18 +30,19 @@ CONFIGURE_ARGS= \ --prefix=${PREFIX} \ --sysconfdir=${PREFIX}/etc \ - --includedir=${PREFIX}/include/sasl \ --with-plugindir=${PREFIX}/lib/sasl \ - --enable-static \ --with-dbpath=${PREFIX}/etc/sasldb \ - --with-sample \ - --with-rc4 + --includedir=${PREFIX}/include/sasl \ + --enable-static \ + --with-rc4=openssl + +.if defined(KRB5_HOME) && exists(${KRB5_HOME}) +CONFIGURE_ARGS+= --enable-gssapi=${KRB5_HOME} +.endif -# --disable-cram -# Currently, pwcheck doesn't compile -#CONFIGURE_ARGS+= \ -# --with-pwcheck=/var/pwcheck +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] @@ -50,10 +56,6 @@ # --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 \ @@ -63,17 +65,7 @@ HTDOCS= index programming sysadmin -# Build the SASL library with RC4 support -.if defined(USA_RESIDENT) && (${USA_RESIDENT} == YES) -LIB_DEPENDS= rc4.0:${PORTSDIR}/security/librc4 -CONFIGURE_ARGS+= --with-rc4 -#CONFIGURE_ARGS+= --with-rc4=${PREFIX} -.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) @@ -92,6 +84,18 @@ .endfor @${ECHO} "@dirrm share/doc/SASL/html" >>${TMPPLIST} @${ECHO} "@dirrm share/doc/SASL" >>${TMPPLIST} +.endif +.if defined(KRB5_HOME) && exists(${KRB5_HOME}) + +.else + cat ${TMPPLIST} | grep -v libgssapiv2 > ${WRKDIR}/tmp.plist + mv ${WRKDIR}/tmp.plist ${TMPPLIST} +.endif +.if defined(MAKE_EBONES) && exists(/usr/lib/libkrb.a) + +.else + cat ${TMPPLIST} | grep -v libkerberos4 > ${WRKDIR}/tmp.plist + mv ${WRKDIR}/tmp.plist ${TMPPLIST} .endif .include diff -ruN cyrus-sasl.orig/patches/patch-aa cyrus-sasl/patches/patch-aa --- cyrus-sasl.orig/patches/patch-aa Sun Dec 26 19:52:22 1999 +++ cyrus-sasl/patches/patch-aa Mon Dec 27 20:48:50 1999 @@ -1,27 +1,1042 @@ --- configure.orig Thu Dec 2 14:10:46 1999 -+++ configure Sun Dec 26 16:47:46 1999 -@@ -617,6 +617,7 @@ - host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` - echo "$ac_t""$host" 1>&6 - -+test -z "$INSTALL_LIB" && INSTALL_LIB='${INSTALL} -m 755' - - # Find a good install program. We prefer a C program (faster), - # so one script is as good as another. But avoid the broken or -@@ -1251,7 +1252,7 @@ ++++ configure Sat Dec 4 17:59:43 1999 +@@ -2822,14 +2822,15 @@ - test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + ++ + LIB_SOCKET="" + echo $ac_n "checking for connect""... $ac_c" 1>&6 +-echo "configure:2828: checking for connect" >&5 ++echo "configure:2829: checking for connect" >&5 + if eval "test \"`echo '$''{'ac_cv_func_connect'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_connect=yes" + else +@@ -2870,7 +2871,7 @@ + else + echo "$ac_t""no" 1>&6 + echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6 +-echo "configure:2874: checking for gethostbyname in -lnsl" >&5 ++echo "configure:2875: checking for gethostbyname in -lnsl" >&5 + ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -2878,7 +2879,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lnsl $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -2910,7 +2911,7 @@ + fi + + echo $ac_n "checking for connect in -lsocket""... $ac_c" 1>&6 +-echo "configure:2914: checking for connect in -lsocket" >&5 ++echo "configure:2915: checking for connect in -lsocket" >&5 + ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -2918,7 +2919,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lsocket $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -2970,7 +2971,7 @@ + fi + cmu_save_LIBS="$LIBS" + echo $ac_n "checking for pam_start in -lpam""... $ac_c" 1>&6 +-echo "configure:2974: checking for pam_start in -lpam" >&5 ++echo "configure:2975: checking for pam_start in -lpam" >&5 + ac_lib_var=`echo pam'_'pam_start | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -2978,7 +2979,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lpam $SASL_DL_LIB $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:2994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3006,17 +3007,17 @@ + echo "$ac_t""yes" 1>&6 + ac_safe=`echo "security/pam_appl.h" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for security/pam_appl.h""... $ac_c" 1>&6 +-echo "configure:3010: checking for security/pam_appl.h" >&5 ++echo "configure:3011: checking for security/pam_appl.h" >&5 + if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:3020: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:3021: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -3047,7 +3048,7 @@ + fi + + echo $ac_n "checking PAM support""... $ac_c" 1>&6 +-echo "configure:3051: checking PAM support" >&5 ++echo "configure:3052: checking PAM support" >&5 + echo "$ac_t""$with_pam" 1>&6 + LIB_PAM="" + if test "$with_pam" != no; then +@@ -3081,12 +3082,12 @@ + + DIRS="$DIRS pwcheck" + echo $ac_n "checking for getspnam""... $ac_c" 1>&6 +-echo "configure:3085: checking for getspnam" >&5 ++echo "configure:3086: checking for getspnam" >&5 + if eval "test \"`echo '$''{'ac_cv_func_getspnam'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3114: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_getspnam=yes" + else +@@ -3142,7 +3143,7 @@ + + + echo $ac_n "checking CRAM-MD5""... $ac_c" 1>&6 +-echo "configure:3146: checking CRAM-MD5" >&5 ++echo "configure:3147: checking CRAM-MD5" >&5 + if test "$cram" != no; then + echo "$ac_t""enabled" 1>&6 + SASL_MECHS="$SASL_MECHS libcrammd5.la" +@@ -3161,7 +3162,7 @@ + + + echo $ac_n "checking SCRAM-MD5""... $ac_c" 1>&6 +-echo "configure:3165: checking SCRAM-MD5" >&5 ++echo "configure:3166: checking SCRAM-MD5" >&5 + if test "$scram" != no; then + echo "$ac_t""enabled" 1>&6 + SASL_MECHS="$SASL_MECHS libscrammd5.la" +@@ -3180,7 +3181,7 @@ + + + echo $ac_n "checking for des_pcbc_encrypt in -ldes""... $ac_c" 1>&6 +-echo "configure:3184: checking for des_pcbc_encrypt in -ldes" >&5 ++echo "configure:3185: checking for des_pcbc_encrypt in -ldes" >&5 + ac_lib_var=`echo des'_'des_pcbc_encrypt | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3188,7 +3189,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-ldes $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3239,7 +3240,7 @@ + fi + + echo $ac_n "checking DIGEST-MD5""... $ac_c" 1>&6 +-echo "configure:3243: checking DIGEST-MD5" >&5 ++echo "configure:3244: checking DIGEST-MD5" >&5 + if test "$digest" != no; then + echo "$ac_t""enabled" 1>&6 + SASL_MECHS="$SASL_MECHS libdigestmd5.la" +@@ -3260,7 +3261,7 @@ + if test "$krb4" != no; then + + echo $ac_n "checking for res_search in -lresolv""... $ac_c" 1>&6 +-echo "configure:3264: checking for res_search in -lresolv" >&5 ++echo "configure:3265: checking for res_search in -lresolv" >&5 + ac_lib_var=`echo resolv'_'res_search | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3268,7 +3269,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lresolv $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3284: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3309,7 +3310,7 @@ + + if test -d ${krb4}; then + echo $ac_n "checking for Kerberos includes""... $ac_c" 1>&6 +-echo "configure:3313: checking for Kerberos includes" >&5 ++echo "configure:3314: checking for Kerberos includes" >&5 + if eval "test \"`echo '$''{'cyrus_krbinclude'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -3335,17 +3336,17 @@ + if test "$des" != no; then + ac_safe=`echo "krb.h" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for krb.h""... $ac_c" 1>&6 +-echo "configure:3339: checking for krb.h" >&5 ++echo "configure:3340: checking for krb.h" >&5 + if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:3349: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:3350: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -3362,7 +3363,7 @@ + if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then + echo "$ac_t""yes" 1>&6 + echo $ac_n "checking for krb_mk_priv in -lkrb""... $ac_c" 1>&6 +-echo "configure:3366: checking for krb_mk_priv in -lkrb" >&5 ++echo "configure:3367: checking for krb_mk_priv in -lkrb" >&5 + ac_lib_var=`echo krb'_'krb_mk_priv | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3370,7 +3371,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lkrb -ldes $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3386: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3411,7 +3412,7 @@ + fi + + echo $ac_n "checking KERBEROS_V4""... $ac_c" 1>&6 +-echo "configure:3415: checking KERBEROS_V4" >&5 ++echo "configure:3416: checking KERBEROS_V4" >&5 + if test "$krb4" != no; then + echo "$ac_t""enabled" 1>&6 + SASL_MECHS="$SASL_MECHS libkerberos4.la" +@@ -3441,17 +3442,17 @@ + fi + ac_safe=`echo "gssapi.h" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for gssapi.h""... $ac_c" 1>&6 +-echo "configure:3445: checking for gssapi.h" >&5 ++echo "configure:3446: checking for gssapi.h" >&5 + if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:3455: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:3456: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -3475,17 +3476,17 @@ + echo "$ac_t""no" 1>&6 + ac_safe=`echo "gssapi/gssapi.h" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for gssapi/gssapi.h""... $ac_c" 1>&6 +-echo "configure:3479: checking for gssapi/gssapi.h" >&5 ++echo "configure:3480: checking for gssapi/gssapi.h" >&5 + if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:3489: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:3490: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -3513,7 +3514,7 @@ + + if test "$gssapi" != no; then + echo $ac_n "checking for db_open in -ldb""... $ac_c" 1>&6 +-echo "configure:3517: checking for db_open in -ldb" >&5 ++echo "configure:3518: checking for db_open in -ldb" >&5 + ac_lib_var=`echo db'_'db_open | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3521,7 +3522,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-ldb $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3562,7 +3563,7 @@ + + gss_impl="mit"; + echo $ac_n "checking for res_search in -lresolv""... $ac_c" 1>&6 +-echo "configure:3566: checking for res_search in -lresolv" >&5 ++echo "configure:3567: checking for res_search in -lresolv" >&5 + ac_lib_var=`echo resolv'_'res_search | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3570,7 +3571,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lresolv $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3614,7 +3615,7 @@ + fi + + echo $ac_n "checking for base64_decode in -lroken""... $ac_c" 1>&6 +-echo "configure:3618: checking for base64_decode in -lroken" >&5 ++echo "configure:3619: checking for base64_decode in -lroken" >&5 + ac_lib_var=`echo roken'_'base64_decode | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3622,7 +3623,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lroken $LIB_CRYPT $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3671,7 +3672,7 @@ + + if test "$ac_cv_header_gssapi_h" = "yes"; then + cat > conftest.$ac_ext < + EOF +@@ -3687,7 +3688,7 @@ + + elif test "$ac_cv_header_gssapi_gssapi_h"; then + cat > conftest.$ac_ext < + EOF +@@ -3705,11 +3706,11 @@ + + GSSAPI_LIBS="" + echo $ac_n "checking GSSAPI""... $ac_c" 1>&6 +-echo "configure:3709: checking GSSAPI" >&5 ++echo "configure:3710: checking GSSAPI" >&5 + if test "$gssapi" != no; then + echo "$ac_t""with implementation ${gss_impl}" 1>&6 + echo $ac_n "checking for dbm_open in -lndbm""... $ac_c" 1>&6 +-echo "configure:3713: checking for dbm_open in -lndbm" >&5 ++echo "configure:3714: checking for dbm_open in -lndbm" >&5 + ac_lib_var=`echo ndbm'_'dbm_open | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3717,7 +3718,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lndbm $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3749,7 +3750,7 @@ + fi + + echo $ac_n "checking for res_search in -lresolv""... $ac_c" 1>&6 +-echo "configure:3753: checking for res_search in -lresolv" >&5 ++echo "configure:3754: checking for res_search in -lresolv" >&5 + ac_lib_var=`echo resolv'_'res_search | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3757,7 +3758,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lresolv $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3805,7 +3806,7 @@ + + + echo $ac_n "checking ANONYMOUS""... $ac_c" 1>&6 +-echo "configure:3809: checking ANONYMOUS" >&5 ++echo "configure:3810: checking ANONYMOUS" >&5 + if test "$anon" != no; then + echo "$ac_t""enabled" 1>&6 + SASL_MECHS="$SASL_MECHS libanonymous.la" +@@ -3838,7 +3839,7 @@ + + + echo $ac_n "checking PLAIN""... $ac_c" 1>&6 +-echo "configure:3842: checking PLAIN" >&5 ++echo "configure:3843: checking PLAIN" >&5 + if test "$plain" != no; then + echo "$ac_t""enabled" 1>&6 + SASL_MECHS="$SASL_MECHS libplain.la" +@@ -3880,7 +3881,7 @@ + fi + cmu_save_LIBS="$LIBS" + echo $ac_n "checking for rc4_init in -lrc4""... $ac_c" 1>&6 +-echo "configure:3884: checking for rc4_init in -lrc4" >&5 ++echo "configure:3885: checking for rc4_init in -lrc4" >&5 + ac_lib_var=`echo rc4'_'rc4_init | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -3888,7 +3889,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lrc4 $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:3904: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3916,17 +3917,17 @@ + echo "$ac_t""yes" 1>&6 + ac_safe=`echo "rc4.h" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for rc4.h""... $ac_c" 1>&6 +-echo "configure:3920: checking for rc4.h" >&5 ++echo "configure:3921: checking for rc4.h" >&5 + if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:3930: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:3931: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -3959,16 +3960,60 @@ + + + if test "$with_rc4" = no; then ++ ++ LIB_RSAREF="" ++ echo $ac_n "checking for RSAPublicEncrypt in -lrsaref""... $ac_c" 1>&6 ++echo "configure:3967: checking for RSAPublicEncrypt in -lrsaref" >&5 ++ac_lib_var=`echo rsaref'_'RSAPublicEncrypt | 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="-lrsaref $LIBS" ++cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++ rm -rf conftest* ++ eval "ac_cv_lib_$ac_lib_var=yes" ++else ++ echo "configure: failed program was:" >&5 ++ cat conftest.$ac_ext >&5 ++ rm -rf conftest* ++ eval "ac_cv_lib_$ac_lib_var=no" ++fi ++rm -f conftest* ++LIBS="$ac_save_LIBS" ++ ++fi ++if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then ++ echo "$ac_t""yes" 1>&6 ++ LIB_RSAREF="-lRSAglue -lrsaref"; cmu_have_rsaref=yes ++else ++ echo "$ac_t""no" 1>&6 ++cmu_have_rsaref=no ++fi ++ ++ + echo $ac_n "checking for RC4_set_key in -lcrypto""... $ac_c" 1>&6 +-echo "configure:3964: checking for RC4_set_key in -lcrypto" >&5 ++echo "configure:4009: checking for RC4_set_key in -lcrypto" >&5 + ac_lib_var=`echo crypto'_'RC4_set_key | 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="-lcrypto $LIBS" ++LIBS="-lcrypto $LIB_RSAREF $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -3996,17 +4041,17 @@ + echo "$ac_t""yes" 1>&6 + ac_safe=`echo "openssl/rc4.h" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for openssl/rc4.h""... $ac_c" 1>&6 +-echo "configure:4000: checking for openssl/rc4.h" >&5 ++echo "configure:4045: checking for openssl/rc4.h" >&5 + if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:4010: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:4055: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -4040,12 +4085,11 @@ + fi + + fi - -+test -z "$INSTALL_LIB" && INSTALL_LIB='${INSTALL} -m 755' + LIBS="$cmu_save_LIBS" + fi + + echo $ac_n "checking rc4 support""... $ac_c" 1>&6 +-echo "configure:4049: checking rc4 support" >&5 ++echo "configure:4093: checking rc4 support" >&5 + echo "$ac_t""$with_rc4" 1>&6 + + +@@ -4054,12 +4098,12 @@ + do + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6 +-echo "configure:4058: checking for $ac_hdr that defines DIR" >&5 ++echo "configure:4102: checking for $ac_hdr that defines DIR" >&5 + if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + #include <$ac_hdr> +@@ -4067,7 +4111,7 @@ + DIR *dirp = 0; + ; return 0; } + EOF +-if { (eval echo configure:4071: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:4115: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + eval "ac_cv_header_dirent_$ac_safe=yes" + else +@@ -4092,7 +4136,7 @@ + # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. + if test $ac_header_dirent = dirent.h; then + echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6 +-echo "configure:4096: checking for opendir in -ldir" >&5 ++echo "configure:4140: checking for opendir in -ldir" >&5 + ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -4100,7 +4144,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-ldir $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -4133,7 +4177,7 @@ + + else + echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6 +-echo "configure:4137: checking for opendir in -lx" >&5 ++echo "configure:4181: checking for opendir in -lx" >&5 + ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -4141,7 +4185,7 @@ + ac_save_LIBS="$LIBS" + LIBS="-lx $LIBS" + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4200: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=yes" + else +@@ -4175,12 +4219,12 @@ + fi + + echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 +-echo "configure:4179: checking for ANSI C header files" >&5 ++echo "configure:4223: checking for ANSI C header files" >&5 + if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + #include +@@ -4188,7 +4232,7 @@ + #include + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:4192: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:4236: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -4205,7 +4249,7 @@ + if test $ac_cv_header_stdc = yes; then + # SunOS 4.x string.h does not declare mem*, contrary to ANSI. + cat > conftest.$ac_ext < + EOF +@@ -4223,7 +4267,7 @@ + if test $ac_cv_header_stdc = yes; then + # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. + cat > conftest.$ac_ext < + EOF +@@ -4244,7 +4288,7 @@ + : + else + cat > conftest.$ac_ext < + #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') +@@ -4255,7 +4299,7 @@ + exit (0); } + + EOF +-if { (eval echo configure:4259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null ++if { (eval echo configure:4303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null + then + : + else +@@ -4281,12 +4325,12 @@ + for ac_func in strchr memcpy getspnam + do + echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 +-echo "configure:4285: checking for $ac_func" >&5 ++echo "configure:4329: checking for $ac_func" >&5 + if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_$ac_func=yes" + else +@@ -4336,12 +4380,12 @@ + + sasl_cv_getsubopt=no + echo $ac_n "checking for getsubopt""... $ac_c" 1>&6 +-echo "configure:4340: checking for getsubopt" >&5 ++echo "configure:4384: checking for getsubopt" >&5 + if eval "test \"`echo '$''{'ac_cv_func_getsubopt'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4412: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_getsubopt=yes" + else +@@ -4396,12 +4440,12 @@ + sasl_cv_snprintf=no + SNPRINTFOBJS="" + echo $ac_n "checking for snprintf""... $ac_c" 1>&6 +-echo "configure:4400: checking for snprintf" >&5 ++echo "configure:4444: checking for snprintf" >&5 + if eval "test \"`echo '$''{'ac_cv_func_snprintf'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_snprintf=yes" + else +@@ -4448,12 +4492,12 @@ + fi + + echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6 +-echo "configure:4452: checking for vsnprintf" >&5 ++echo "configure:4496: checking for vsnprintf" >&5 + if eval "test \"`echo '$''{'ac_cv_func_vsnprintf'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_vsnprintf=yes" + else +@@ -4512,17 +4556,17 @@ + do + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 +-echo "configure:4516: checking for $ac_hdr" >&5 ++echo "configure:4560: checking for $ac_hdr" >&5 + if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:4526: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:4570: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -4549,12 +4593,12 @@ + done + + echo $ac_n "checking for working const""... $ac_c" 1>&6 +-echo "configure:4553: checking for working const" >&5 ++echo "configure:4597: checking for working const" >&5 + if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:4651: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_c_const=yes + else +@@ -4624,21 +4668,21 @@ + fi + + echo $ac_n "checking for inline""... $ac_c" 1>&6 +-echo "configure:4628: checking for inline" >&5 ++echo "configure:4672: checking for inline" >&5 + if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_cv_c_inline=no + for ac_kw in inline __inline__ __inline; do + cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then ++if { (eval echo configure:4686: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + rm -rf conftest* + ac_cv_c_inline=$ac_kw; break + else +@@ -4666,17 +4710,17 @@ + + ac_safe=`echo "sfio.h" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for sfio.h""... $ac_c" 1>&6 +-echo "configure:4670: checking for sfio.h" >&5 ++echo "configure:4714: checking for sfio.h" >&5 + if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext < + EOF + ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +-{ (eval echo configure:4680: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ++{ (eval echo configure:4724: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } + ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` + if test -z "$ac_err"; then + rm -rf conftest* +@@ -4706,12 +4750,12 @@ + for ac_func in getdomainname getpassphrase + do + echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 +-echo "configure:4710: checking for $ac_func" >&5 ++echo "configure:4754: checking for $ac_func" >&5 + if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + cat > conftest.$ac_ext <&6 -@@ -4914,6 +4915,7 @@ - s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g - s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g - s%@INSTALL_DATA@%$INSTALL_DATA%g -+s%@INSTALL_LIB@%$INSTALL_LIB%g - s%@PACKAGE@%$PACKAGE%g - s%@VERSION@%$VERSION%g - s%@ACLOCAL@%$ACLOCAL%g + ; return 0; } + EOF +-if { (eval echo configure:4738: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ++if { (eval echo configure:4782: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + eval "ac_cv_func_$ac_func=yes" + else +@@ -4943,6 +4987,7 @@ + s%@SASL_DB_BACKEND@%$SASL_DB_BACKEND%g + s%@SASL_DB_LIB@%$SASL_DB_LIB%g + s%@SASL_DL_LIB@%$SASL_DL_LIB%g ++s%@LIB_CRYPT@%$LIB_CRYPT%g + s%@LIB_SOCKET@%$LIB_SOCKET%g + s%@LIB_PAM@%$LIB_PAM%g + s%@PWCHECKMETH@%$PWCHECKMETH%g diff -ruN cyrus-sasl.orig/patches/patch-ab cyrus-sasl/patches/patch-ab --- cyrus-sasl.orig/patches/patch-ab Sun Dec 26 19:52:22 1999 +++ cyrus-sasl/patches/patch-ab Mon Dec 27 20:48:50 1999 @@ -1,21 +1,35 @@ ---- lib/Makefile.in.orig Thu Dec 2 14:11:14 1999 -+++ lib/Makefile.in Sun Dec 26 16:54:42 1999 -@@ -75,6 +75,7 @@ - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) - INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_LIB = @INSTALL_LIB@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ - transform = @program_transform_name@ +--- configure.in.orig Thu Dec 2 14:10:30 1999 ++++ configure.in Sat Dec 4 17:59:13 1999 +@@ -213,6 +213,7 @@ + AC_CHECK_LIB(crypt, crypt, + LIB_CRYPT="-lcrypt"; cmu_have_crypt=yes, + cmu_have_crypt=no)) ++AC_SUBST(LIB_CRYPT) -@@ -190,8 +191,8 @@ - $(mkinstalldirs) $(DESTDIR)$(libdir) - @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ -- echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \ -- $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \ -+ echo "$(LIBTOOL) --mode=install $(INSTALL_LIB) $$p $(DESTDIR)$(libdir)/$$p"; \ -+ $(LIBTOOL) --mode=install $(INSTALL_LIB) $$p $(DESTDIR)$(libdir)/$$p; \ - else :; fi; \ - done + CMU_SOCKETS + +@@ -503,15 +504,22 @@ + with_rc4=no) + + if test "$with_rc4" = no; then ++ ++ dnl if openssl has been compiled with the rsaref2 libraries, ++ dnl we need to include the rsaref libraries in the crypto check ++ LIB_RSAREF="" ++ AC_CHECK_LIB(rsaref, RSAPublicEncrypt, ++ LIB_RSAREF="-lRSAglue -lrsaref"; cmu_have_rsaref=yes, ++ cmu_have_rsaref=no) ++ + AC_CHECK_LIB(crypto, RC4_set_key, + AC_CHECK_HEADER(openssl/rc4.h, [AC_DEFINE(WITH_SSL_RC4) + LIB_RC4="-lcrypto"; + with_rc4="openssl"], + AC_WARN([SSL: Disabling rc4 support]); + with_rc4=no), +- AC_WARN([SSL2: Disabling rc4 support]); with_rc4=no) ++ AC_WARN([SSL2: Disabling rc4 support]); with_rc4=no, $LIB_RSAREF) + fi +- + LIBS="$cmu_save_LIBS" + fi diff -ruN cyrus-sasl.orig/patches/patch-ac cyrus-sasl/patches/patch-ac --- cyrus-sasl.orig/patches/patch-ac Sun Dec 26 19:52:23 1999 +++ cyrus-sasl/patches/patch-ac Wed Dec 31 18:00:00 1969 @@ -1,21 +0,0 @@ ---- plugins/Makefile.in.orig Sun Dec 26 16:57:02 1999 -+++ plugins/Makefile.in Sun Dec 26 16:57:30 1999 -@@ -76,6 +76,7 @@ - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) - INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_LIB = @INSTALL_LIB@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ - transform = @program_transform_name@ - -@@ -230,8 +231,8 @@ - $(mkinstalldirs) $(DESTDIR)$(sasldir) - @list='$(sasl_LTLIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ -- echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(sasldir)/$$p"; \ -- $(LIBTOOL) --mode=install $(INSTALL) $$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 cyrus-sasl.orig/patches/patch-ae cyrus-sasl/patches/patch-ae --- cyrus-sasl.orig/patches/patch-ae Wed Dec 31 18:00:00 1969 +++ cyrus-sasl/patches/patch-ae Mon Dec 27 20:48:50 1999 @@ -0,0 +1,15 @@ +--- pwcheck/Makefile.in.orig Thu Dec 2 13:16:24 1999 ++++ pwcheck/Makefile.in Sat Dec 4 18:02:38 1999 +@@ -136,9 +136,9 @@ + DEFS = @DEFS@ -I. -I$(srcdir) -I.. + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ +-LIBS = @LIBS@ +-pwcheck_SOURCES = pwcheck.c +-pwcheck_OBJECTS = pwcheck.o ++LIBS = @LIB_CRYPT@ @LIBS@ ++pwcheck_SOURCES = pwcheck.c pwcheck_@PWCHECKMETH@.c ++pwcheck_OBJECTS = pwcheck.o pwcheck_@PWCHECKMETH@.o + pwcheck_LDADD = $(LDADD) + pwcheck_DEPENDENCIES = + pwcheck_LDFLAGS = diff -ruN cyrus-sasl.orig/pkg/DESCR cyrus-sasl/pkg/DESCR --- cyrus-sasl.orig/pkg/DESCR Sun Dec 26 19:52:24 1999 +++ cyrus-sasl/pkg/DESCR Mon Dec 27 20:48:51 1999 @@ -8,4 +8,29 @@ negotiated, a security layer is inserted between the protocol and the connection. +FEATURES +-------- +The following mechanisms are included in this distribution: +ANONYMOUS +CRAM-MD5 +DIGEST-MD5 +GSSAPI (MIT Kerberos 5 or Heimdal Kerberos 5) +KERBEROS_V4 +PLAIN + +The library can use a Berkeley DB, gdbm or ndbm file on the server +side to store per-user authentication secrets. The utility saslpasswd +has been included for adding authentication secrets to the file. + +PLAIN can either check /etc/passwd, Kerberos V4, use PAM, or the sasl +secrets database. By default PAM is used if PAM is found, then +Kerberos, finally /etc/passwd (non-shadow). This is tweakable in the +configuration file. Please see +"${PREFIX}/share/doc/sasl/sysadmin.html". + +The sample directory contains two programs which provide a reference +for using the library, as well as making it easy to test a mechanism +on the command line. See "${PREFIX}/share/doc/sasl/programming.html" +for more information. + WWW: http://asg.web.cmu.edu/sasl/ diff -ruN cyrus-sasl.orig/pkg/PLIST cyrus-sasl/pkg/PLIST --- cyrus-sasl.orig/pkg/PLIST Sun Dec 26 19:52:25 1999 +++ cyrus-sasl/pkg/PLIST Mon Dec 27 20:48:51 1999 @@ -5,24 +5,28 @@ include/sasl/saslplug.h include/sasl/saslutil.h @dirrm include/sasl -lib/libsasl.a -lib/libsasl.so lib/libsasl.so.7 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +lib/libsasl.so +lib/libsasl.a @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -lib/sasl/libanonymous.a -lib/sasl/libanonymous.so +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B lib/sasl/libanonymous.so.1 -lib/sasl/libcrammd5.a -lib/sasl/libcrammd5.so +lib/sasl/libanonymous.so +lib/sasl/libanonymous.a lib/sasl/libcrammd5.so.1 -lib/sasl/libdigestmd5.a -lib/sasl/libdigestmd5.so +lib/sasl/libcrammd5.so +lib/sasl/libcrammd5.a lib/sasl/libdigestmd5.so.0 -lib/sasl/libplain.a -lib/sasl/libplain.so +lib/sasl/libdigestmd5.so +lib/sasl/libdigestmd5.a +lib/sasl/libgssapiv2.so.1 +lib/sasl/libgssapiv2.so +lib/sasl/libgssapiv2.a +lib/sasl/libkerberos4.so.1 +lib/sasl/libkerberos4.so +lib/sasl/libkerberos4.a lib/sasl/libplain.so.1 +lib/sasl/libplain.so +lib/sasl/libplain.a @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 Tue Dec 28 0:20: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D171152BA for ; Tue, 28 Dec 1999 00:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA08590; Tue, 28 Dec 1999 00:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from gw-nl4.philips.com (gw-nl4.philips.com [192.68.44.36]) by hub.freebsd.org (Postfix) with ESMTP id AB95714E0B for ; Tue, 28 Dec 1999 00:18:11 -0800 (PST) (envelope-from root@xaa.mpn.cp.philips.com) Received: from smtprelay-nl1.philips.com (localhost.philips.com [127.0.0.1]) by gw-nl4.philips.com with ESMTP id JAA07776 for ; Tue, 28 Dec 1999 09:17:56 +0100 (MET) (envelope-from root@xaa.mpn.cp.philips.com) Received: from smtprelay-eur1.philips.com(130.139.36.3) by gw-nl4.philips.com via mwrap (4.0a) id xma007772; Tue, 28 Dec 99 09:17:56 +0100 Received: from xaa.mpn.cp.philips.com (xaa.mpn.cp.philips.com [130.139.64.114]) by smtprelay-nl1.philips.com (8.9.3/8.8.5-1.2.2m-19990317) with ESMTP id JAA29879 for ; Tue, 28 Dec 1999 09:17:55 +0100 (MET) Received: by xaa.mpn.cp.philips.com (Postfix, from userid 0) id 2A6A63F07; Tue, 28 Dec 1999 09:18:09 +0100 (CET) Message-Id: <19991228081809.2A6A63F07@xaa.mpn.cp.philips.com> Date: Tue, 28 Dec 1999 09:18:09 +0100 (CET) From: xaa+ports@timewasters.nl Reply-To: xaa+ports@timewasters.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15735: Upgrade devel/libslang Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15735 >Category: ports >Synopsis: Upgrade for 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: Tue Dec 28 00:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mark Huizer >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD current >Description: New version of libslang, in use for a.o. slrn >How-To-Repeat: make; make install >Fix: see attached tgz file begin 644 libslang.tgz M'XL(`&)Q:#@``^U9>W?:2@[OO_A3Z!!ZVS3Q&TS"+CTAA.32$I(#M-FS+^Y@ M#^`;8WL]=A[MYKNOQ@82)[3IWB9T>W9^.0%[K)$TDD:2!\\=,8_X$_7%\P'* M6K52@1?`H=W[GM]`53.ULEFN:&4`'>G-%U!Y1IV62%A,(H`741#$7Z.[G%+J MK4.A]<);^'_L>I0]3Q1\L__-JJYI%OK?T"J&\/\Z<,__,^<9C,Z=6BY_Q?]5 MZ[[_*P;Z7WMZ51[B_]S_QP<5>)U&@*PKIJ)K"II#&7TR-J$..SMEQZA:Q+0L MV[$P.>^8U#'U78W0JEDEIO2CM1?X7BSW?WC^;#W`-^=_O5(QK2KN?[U2%O5_ M+$#"T'-M$KN!S\"A%]0+PAGU8U$$?F;D]O]! MJ]_L/;V,1_:_7C%TW/_84:3]G\GW?UGT?^M!7^Z@]\%E0*`)811,(C+#G?^* M`89&1*)KB*WO<3!/!'=31CQE&9)0[J3$"`8`PO"J]#;/$BUTY]$B,3&:YS*)(`^0YUVJAP5(XES<./"^X=/U)39(*X M!(_+ACCFA&$2YU6,*'&0&!A^>!3L*8F(C4D-%QSCFF-W1A7D\YY>STB8G^K0 ML>OSN>?T&LE]!V;$=\,$]>:CZ2I"Y'F>SF68[5*(BG4@%F@1_8TRB8T52:'7C:39==W:(CF_[H>W+Z.R]`SG"?ZD2PY<+Z]KQC6PP=S^U^Z\32[IXZ; M\N6KB:A-/`_9VB0D(]?#)S2U69^2R)YRLG'BVVD4U%*+0!"A!!X`+"6A;,YH M@OI&0*_"B#*&],AT0<$9-GR@LQ%U'.H`[F[[7!X1AM<\SR7H#%035X63\3-3 M%F-?]MQS"NS:C\E5R@0M@X%F8Q2,DLF$JQKAKG\?]II]Y^\^WN\_S/-"N9_2S,TW3+T:IK_35WD_W4`_:\N M8D`A4NZ6!??O%5TQI3UZ16U0$Q:I(]=7J7\!)_OO#D]ZQXU!_>7+TY/>8'G_ M\B6HC%-YCAWX8W<"\@Q>[DM[B?]]7'K2O"BHS+.3B.'.G]X9XNI.?[:]^".P MW/_'Y)SR,\!GD/%8_Z=;^O+\KVI5LO,_3>S_=6`#NO02PB"*&>\W/)H68*Q] M633P2E_C3LIW9-(&?,06BE-&]%^)&U&GEGE5V=V5S1U\?H"='V`+Q!O`VO*@ M1]?A7>)=@[Z[:R'1V328W3Y<@&`AES;P<>D06ZC]_D$M4U!-FTSU0>DJG[X^R MT07WQ8-F8]`Z.NFU6_UZ(94O'3?Z@U9OV&\/^-@X[0(8]@94F;FQ0IU$#9.1 MZI`+EV692+U`7JJ$$]O=`?ZW>O7"%2%;Z:+V>`=Z21AO217?DZ0/_=9P_Z_M M4Z->N*9,.NI^ /NH?MHP^]5C:T<=9[W^\UZX5"Z3->'K1[-YD@26IT.L-! MHW?4&M0+V+X`]<92N]L?W!UW?0QY?#;_ECF-%`8LEN\Z\,#_Z;=,R!/*>*3^&Y9N+OQ?-BWN M_[*NB_J_%LBR#%E/G404WV#=2:&?^-`-L*:60:O6#*U6J::E5=K:VKJE+0RF M"1Q@"V^86-5KAE4K&QG9WA[(AEXQMDT3MM(+HPQ[>Q)(0.UI`"5B#WTH8K39 MY_RUNM]I=(^&'UN]?OND6RPJBI*2V$70W_YBS2<5EX)KR+)2@R],A[>_5"0Y M#>GA1=:BU'^;1#2$XC\WT@,="O`F-P>*4&*1[;B1BE^+EP?XMR3?[TLNS^'5 M9P@CUX^A9,+-J]\6HF;D]R"Z%9BM,Z=%RB_'`?]?EW05=X>F;>:8N?YCS$HK MQ*Z6@")`AI+Q)I/#Q>6%_5%II17*/E0A+YY?FF]N55B]XN(JUDIIE;[%^[XN MKM)56<6P*&VM\IV^',[I9"[BD(=F7"SF+;0(U>6?[(XAIBQ&^J-FLPAUP,;M M3_Q\S>=AU>H<#IO->G%BV\7E_6&G<=2O%^43`^2Q'\@LCJ@_B:)37'P MM-UMLP"G\SH1HYLV#P^J!?_7GJ]&-C/=26\3C8$:_PU*N18/U<;F$/XQ5WQKH3;.;C;YG+MZ\\'TZ;R4.P1R)_0+U?Q(_8I?L]:N:#]=*%D MA&]0\M5C*QJ[:O!:VD]S5KIGELR&QZWN]_(,LTO\`Release-Note: >Audit-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 Dec 28 0:20:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC91B1540F for ; Tue, 28 Dec 1999 00:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA08599; Tue, 28 Dec 1999 00:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from gw-nl4.philips.com (gw-nl4.philips.com [192.68.44.36]) by hub.freebsd.org (Postfix) with ESMTP id 9DE4F14E39 for ; Tue, 28 Dec 1999 00:19:15 -0800 (PST) (envelope-from root@xaa.mpn.cp.philips.com) Received: from smtprelay-nl1.philips.com (localhost.philips.com [127.0.0.1]) by gw-nl4.philips.com with ESMTP id JAA07995 for ; Tue, 28 Dec 1999 09:19:14 +0100 (MET) (envelope-from root@xaa.mpn.cp.philips.com) Received: from smtprelay-eur1.philips.com(130.139.36.3) by gw-nl4.philips.com via mwrap (4.0a) id xma007993; Tue, 28 Dec 99 09:19:14 +0100 Received: from xaa.mpn.cp.philips.com (xaa.mpn.cp.philips.com [130.139.64.114]) by smtprelay-nl1.philips.com (8.9.3/8.8.5-1.2.2m-19990317) with ESMTP id JAA00510 for ; Tue, 28 Dec 1999 09:19:13 +0100 (MET) Received: by xaa.mpn.cp.philips.com (Postfix, from userid 0) id 7586D3F07; Tue, 28 Dec 1999 09:19:27 +0100 (CET) Message-Id: <19991228081927.7586D3F07@xaa.mpn.cp.philips.com> Date: Tue, 28 Dec 1999 09:19:27 +0100 (CET) From: xaa+ports@timewasters.nl Reply-To: xaa+ports@timewasters.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15736: upgrade for slrn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15736 >Category: ports >Synopsis: upgrade for slrn >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 Dec 28 00:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mark Huizer >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: Upgrade for slrn to 0.9.6.1 >How-To-Repeat: >Fix: use attached tgz begin 644 slrn.tgz M'XL(`*AQ:#@``^U9;7.:6A#.5_D59Y)\:"<5.+PF3NU(E:3<*O$"N;USOSA' M.$1:!`O8M#>3_W[W@,F8I%5[&VUGRC.CJ&?97=C=A]UC'F>)L+==($74517M M(0;QP7'Q!>FB+(FZJ,DR0EC$LKZ'U"W[56*>%R1#:"]+TV*5W-6$TG@7#NT6 M.8M_&,4TWUX6;!I_41%%294@_EB2<1W_76`I_M-@2S<_T%/1<]8$C1%_H37>,S#[>#'_TK/41OA4/*IXN,@5$F(57H\ M)DH0'"N*@@G5%,K];.]K_"C*^I^1PI]L[PFP,?]C59,5S.I?U=2:_W>!>_$O MCTU"GMC&.O[791TA39,E55=T$$18EG2EYO]=H-ELHCSS!98'(24%/^'3++IL MN/,$]:@/<4&2V%+%EJ0A?')RS!T='3TXX;&L?%S)=CJHB4_D%SHZJ@Z=#H<. M(.(!#:.$(K?OV"/#\:QNWQR=6GW3-@9F8Y\G61'Y,=U_+'QZWN^?O[L8+DN' M:1RG5_/95\1=Z\PVO`NGTMX`X3RZ3$@QST!Y\Y&T:?<&AM4?=<\'`\/N-?:% M>9X)<306I93+=RSL%AIW#J8^B2NW(2@+#2!H2A<_X`NZW]`/E#6`VXIQ];4OZ2):L7_ MLJYCQ@6L_]/J^M\%#I!-K]`LS8H<^5!(U"^B-$'314:@,,U:$".6)MP!^HMF M.5O.Z,=YE-&@5482&D>5UV&Y1PJ*_`Q88;%4AO<8#4CF3Q@E,*%WDW1ZMWB+ M+LGH%_1'FM`4K[@!./#S-*'WM]EJ5NT)"KW+A7OZ^ M^(0PCW5FZ400CP591%AIR;BE*FA&"YHA\_,,'8(VKF>Y'N./=F.Y^>6ZAF>> MG3N6Z;8;3#\W,%S/=(!(//936,Q:@I#/"/@UC0J>!G-A-A\+`?D4+7SAX!3+ M]N!E.NW&9T*.2F\[132E5R0')W(^B3FNK&%S"%SA,A](4BQUVXYNCU/]90:C>^T)P[LR^`8.Q3ZPSHK?K)Z/='GN&*X#-IL'L?@D8W;C?)*X1JY(&U&":1]'+>XQN&U9;L>.W7HG)\YQN`&'5Z_ M<]ZZ3O=&8$1_>#TPNF_@CA=A3*G9,HSTC4E"7M!Y?%1XL?S@**7XSS@&3'PTP^O?N887?7_'RZWN0?\_?.?J.-Z M_W@[B61U;\FU___[03EIB0;@F\_E`/. MMZ8?F.F^N?9XZ%TM6HVQJV7*P72-R"9NW1L>-Q3-)UPGB+)LBE;.@M^6J>FO /1HT:OS3^`TM/[J8`*``` ` 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 Dec 28 0:20: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 7ACBF14EEA for ; Tue, 28 Dec 1999 00:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA08579; Tue, 28 Dec 1999 00:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9D3AE15421; Tue, 28 Dec 1999 00:11:26 -0800 (PST) Message-Id: <19991228081126.9D3AE15421@hub.freebsd.org> Date: Tue, 28 Dec 1999 00:11:26 -0800 (PST) From: jay.krell@cornell.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15734: make -i ignores fetch failure, results in "infinite" cd/fork that eventually errors Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15734 >Category: ports >Synopsis: make -i ignores fetch failure, results in "infinite" cd/fork that eventually errors >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 28 00:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jay Krell >Release: 3.4-RC >Organization: >Environment: FreeBSD jayk-home1bsd 3.4-RC FreeBSD 3.4-RC #0: Mon Dec 13 14:24:45 PST 1999 jayk@jayk-home1bsd:/usr/src/sys/compile/JAYK1 i386 >Description: ports make -i doesn't act "correctly" upon failure to fetch >How-To-Repeat: This'll vary, but for me, I can't fetch the current balsa distfile. If you already have it, rename it away. su cd /usr/ports/distfiles mkdir backup-balsa mv balsa* backup-balsa cd /usr/ports/mail/balsa make clean make -i ====================== = The output follows = ====================== >Fix: Ultimately probably rewrite the ports system in a better language like C++, Python, or Perl. I'm very skeptical of make, though that's based on experience with less powerful makes (Microsoft nmake). >Release-Note: >Audit-Trail: >Unformatted: >> balsa-0.6.0.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.balsa.net/pub/balsa/. fetch: ftp.balsa.net: Not logged in >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: pub/FreeBSD/ports/distfiles/balsa-0.6.0.tar.gz: cannot get remote modification time fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/balsa-0.6.0.tar.gz: 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 (ignored) ===> Extracting for balsa-0.6.0 cannot open balsa-0.6.0.tar.gz: no such file >> Checksum OK for balsa-0.6.0.tar.gz. ===> balsa-0.6.0 depends on executable: libtool - found ===> balsa-0.6.0 depends on shared library: gnome.3 - found ===> balsa-0.6.0 depends on shared library: PropList.2 - found ===> balsa-0.6.0 depends on shared library: X11.6 - found /usr/ports/distfiles//balsa-0.6.0.tar.gz: No such file or directory ===> Patching for balsa-0.6.0 ===> Applying FreeBSD patches for balsa-0.6.0 patch: **** can't cd to /usr/ports/mail/balsa/work/balsa-0.6.0: No such file or directory patch: **** can't cd to /usr/ports/mail/balsa/work/balsa-0.6.0: No such file or directory patch: **** can't cd to /usr/ports/mail/balsa/work/balsa-0.6.0: No such file or directory patch: **** can't cd to /usr/ports/mail/balsa/work/balsa-0.6.0: No such file or directory patch: **** can't cd to /usr/ports/mail/balsa/work/balsa-0.6.0: No such file or directory *** Error code 1 (ignored) cd: can't cd to /usr/ports/mail/balsa/work/balsa-0.6.0 cp: libmutt/configure: No such file or directory sed: cannot create libmutt/configure: directory nonexistent libmutt/configure.tmp: No such file or directory *** Error code 2 (ignored) ===> Configuring for balsa-0.6.0 cd: can't cd to /usr/ports/mail/balsa/work/balsa-0.6.0 *** Error code 2 (ignored) ===> Building for balsa-0.6.0 cd: can't cd to /usr/ports/mail/balsa/work/balsa-0.6.0 [repeat the previous two lines a Bunch of times] ===> Building for balsa-0.6.0 Cannot fork *** Error code 2 (ignored) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 0:25:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id DBA5B14E39 for ; Tue, 28 Dec 1999 00:25:31 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 15-130.008.popsite.net ([209.69.195.130] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.12 #1) id 122rwf-0007Od-00; Tue, 28 Dec 1999 01:25:30 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id DAA12452; Tue, 28 Dec 1999 03:25:24 -0500 (EST) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3.1 [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: <19991223051215U.imura@cs.titech.ac.jp> Date: Tue, 28 Dec 1999 03:25:24 -0500 (EST) Reply-To: Will Andrews From: Will Andrews To: "R. Imura" Subject: Re: ports/15434: new port: devel/kdevelop Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 22-Dec-99 R. Imura wrote: >> On 15-Dec-99 R. Imura wrote: >> >> > o The port depends on many other ports. Year, if they are installed, >> >> > kdevelop will be more power-full and we will be happy, but they >> >> > are >> >> > not really **nessesary**. >> > >> > It would be. But I meant the following optional RUN_DEPENDS. :) >> > >> > RUN_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ >> >> You're both wrong. _THIS_ must be installed for kdevelop to serve any useful >> purpose at all. Although the rest _are_ optional. ;-) > > You are right! > What about automake? ># I must modify my port. No, I don't think so (on automake). You committed kdevelop-i18n without a required autoconf? (I had to ask. ;) >> I am still waiting to hear (valid) reasons why the kdelibs11/qt142 ports >> have not been upgraded. > > You had better send all related patches, if you want. Sorry I have not been able to reply for several days. I was gone on vacation. I will upgrade these ports to use NEWGCC and send everything in a few days Believe me, I have a VERY large number of ports and such based on these ports being upgraded that are waiting in my cache, in addition to several others. They just need these KDE + Qt libraries upgraded to compile on -STABLE. Just like KDevelop. If I do these patches (for kdelibs11/qt142), will you at least look them over and consider them for committing? I would most appreciate this. I will also upgrade KDevelop to the latest version (1.0 final) in this process. Which would you prefer, diff -urN against submitted port, or new shar? -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 0:27:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id 1C10814E0B for ; Tue, 28 Dec 1999 00:27:51 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 15-130.008.popsite.net ([209.69.195.130] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.12 #1) id 122ryv-0007cq-00; Tue, 28 Dec 1999 01:27:50 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id DAA12542; Tue, 28 Dec 1999 03:27:43 -0500 (EST) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3.1 [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: <14430.61455.972792.661331@whale.home-net> Date: Tue, 28 Dec 1999 03:27:43 -0500 (EST) Reply-To: Will Andrews From: Will Andrews To: John and Jennifer Reynolds Subject: Re: is the ports tree frozen? Cc: ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 21-Dec-99 John and Jennifer Reynolds wrote: > OK, thanks. I was just curious. I don't subscribe to ports simply due to the > volume (I'd have to quit my job to track -questions, -stable, -emulation, > *and* -ports :) ... thanks for the info, I go to school with 5 AP courses (get a GPA of around 3.2-3.4), and I track cvs-all, -stable, -current, -ports, -announce, -chat, -advocacy, -isp, -doc, -mobile, and -security. *shrug* About 90% of the mail heads straight for the trash after I read the subject. I am sure that's the way it is with most people.. who get >3,000 emails weekly from FreeBSD mailing lists... ;-) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 0:39:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from host.cer.ntnu.edu.tw (cer.ntnu.edu.tw [140.122.119.9]) by hub.freebsd.org (Postfix) with ESMTP id 923E9151C7; Tue, 28 Dec 1999 00:39:08 -0800 (PST) (envelope-from clive@host.cer.ntnu.edu.tw) Received: (from clive@localhost) by host.cer.ntnu.edu.tw (8.9.3/8.9.3) id QAA51917; Tue, 28 Dec 1999 16:42:38 +0800 (CST) (envelope-from clive) Date: Tue, 28 Dec 1999 16:42:38 +0800 From: Clive Lin To: steve@FreeBSD.ORG Cc: tkato@prontomail.ne.jp, freebsd-ports@FreeBSD.ORG Subject: Re: ports/15665: Update port: mail/balsa to 0.6.0 Message-ID: <19991228164238.A51811@host.cer.ntnu.edu.tw> Reply-To: Clive Lin References: <199912250135.RAA08591@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="r5Pyd7+fXNt84Ff3" X-Mailer: Mutt 1.0pre2i In-Reply-To: <199912250135.RAA08591@freefall.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=us-ascii On Fri, Dec 24, 1999 at 05:35:07PM -0800, steve@FreeBSD.ORG wrote: > Synopsis: Update port: mail/balsa to 0.6.0 > > State-Changed-From-To: open->closed > State-Changed-By: steve > State-Changed-When: Fri Dec 24 17:34:21 PST 1999 > State-Changed-Why: > Update committed, thanks! Hi, I found that at least need one patch to let balsa works properly. The first patch fix the path for balsa to find .png file for attachment and so on. Without this, balsa will complain that he couldnt' find the attachment.png and never let u attach files :/ The second patch is quite alternative. Just tricky fix for i18n. If maintainer thinks its not important, ignore it. Since every one knows gdk_fontset_load() could fix that himself. -- CirX Clive Lin FreeBSD - The Power to Serve --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-ib --- configure.orig Tue Dec 28 16:25:16 1999 +++ configure Tue Dec 28 16:25:29 1999 @@ -5317,7 +5317,7 @@ EOF cat >> confdefs.h <font); - font = gdk_font_load - ("-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1"); + font = gdk_fontset_load + ("-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1,*"); style->font = font; gdk_font_ref(style->font); --- src/sendmsg-window.c.orig Tue Dec 28 15:16:19 1999 +++ src/sendmsg-window.c Tue Dec 28 15:16:34 1999 @@ -523,7 +523,7 @@ GtkStyle *style; style = gtk_style_new (); - font = gdk_font_load ("-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1"); + font = gdk_fontset_load ("-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1,*"); colormap = gtk_widget_get_colormap (GTK_WIDGET (msg->attachments)); style->font = font; --- src/balsa-app.h.orig Tue Dec 28 15:16:52 1999 +++ src/balsa-app.h Tue Dec 28 15:17:02 1999 @@ -44,7 +44,7 @@ #define MESSAGEBOX_WIDTH 450 #define MESSAGEBOX_HEIGHT 150 -#define DEFAULT_MESSAGE_FONT "-*-fixed-medium-r-normal-*-*-*-*-*-c-*-iso8859-1" +#define DEFAULT_MESSAGE_FONT "-*-fixed-medium-r-normal-*-*-*-*-*-c-*-iso8859-1,*" #define DEFAULT_CHARSET "ISO-8859-1" #define DEFAULT_ENCODING ENC8BIT #define DEFAULT_LINESIZE 78 --- src/balsa-message.c.orig Tue Dec 28 15:18:48 1999 +++ src/balsa-message.c Tue Dec 28 15:18:59 1999 @@ -426,7 +426,7 @@ "x", x, "y", y, "anchor", GTK_ANCHOR_NW, - "font", balsa_app.message_font, + "fontset", balsa_app.message_font, "text", text, NULL); return new; } --r5Pyd7+fXNt84Ff3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 0: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 3852D14DD8 for ; Tue, 28 Dec 1999 00:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA11148; Tue, 28 Dec 1999 00:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pinky.plambert.net (pinky.plambert.net [205.219.88.225]) by hub.freebsd.org (Postfix) with ESMTP id B757B14EA0 for ; Tue, 28 Dec 1999 00:44:44 -0800 (PST) (envelope-from plambert@pinky.plambert.net) Received: (from plambert@localhost) by pinky.plambert.net (8.9.3/8.9.3) id AAA42743; Tue, 28 Dec 1999 00:44:44 -0800 (PST) (envelope-from plambert) Message-Id: <199912280844.AAA42743@pinky.plambert.net> Date: Tue, 28 Dec 1999 00:44:44 -0800 (PST) From: "Paul M. Lambert" Reply-To: plambert@plambert.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15738: new port submission: heyu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15738 >Category: ports >Synopsis: new port submission: heyu >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 Dec 28 00:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Paul M. Lambert >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: tested on a 3.3-STABLE circa 11/2; should work fine on pretty much everything since 3.0 (and probably before...) >Description: Here is a port I've made of heyu, which controls a CM11A X-10 interface. It's fairly simple; mostly, I'm trying to learn how to submit ports. _Please_ give me feedback if you see something stupid (or ignorant or naive) that I've done! # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # heyu # heyu/Makefile # heyu/pkg # heyu/pkg/COMMENT # heyu/pkg/DESCR # heyu/pkg/PLIST # heyu/files # heyu/files/md5 # heyu/patches # heyu/patches/patch-aa # echo c - heyu mkdir -p heyu > /dev/null 2>&1 echo x - heyu/Makefile sed 's/^X//' >heyu/Makefile << 'END-of-heyu/Makefile' X# New ports collection makefile for: heyu X# Version required: 1.28e X# Date created: 27 December 1999 X# Whom: plambert@plambert.net X# X# $FreeBSD$ X# X XDISTNAME= x10_heyu XPKGNAME= heyu-1.28e XCATEGORIES= misc XMASTER_SITES= http://www.prado.com/~dbs/ XEXTRACT_SUFX= .tgz X XMAINTAINER= plambert@plambert.net X XWRKSRC= ${WRKDIR}/heyu.dir XMAN1= heyu.1 XMAN5= x10config.5 x10sched.5 X XALL_TARGET= heyu X Xpost-install: X strip ${PREFIX}/bin/heyu X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/examples/heyu X ${INSTALL_MAN} ${WRKSRC}/x10config ${PREFIX}/share/examples/heyu X ${INSTALL_MAN} ${WRKSRC}/x10sched.conf.sample ${PREFIX}/share/examples/heyu X.endif X X.include END-of-heyu/Makefile echo c - heyu/pkg mkdir -p heyu/pkg > /dev/null 2>&1 echo x - heyu/pkg/COMMENT sed 's/^X//' >heyu/pkg/COMMENT << 'END-of-heyu/pkg/COMMENT' XControl a CM11A interface from the command line END-of-heyu/pkg/COMMENT echo x - heyu/pkg/DESCR sed 's/^X//' >heyu/pkg/DESCR << 'END-of-heyu/pkg/DESCR' XThe CM11A is a device built by the X10 company for controlling Xdevices by sending signals through the power lines. It's a small Xbox that plugs into an AC outlet and connects to a serial port. XThe CM11A is shipped with Windows software. Heyu will control your XX10 devices, set the cm11a interface clock and monitor x10 signals Xon the AC power lines. It will upload macros and timers to your XCM11A for stand-alone execution. X XWWW: http://www.prado.com/~dbs/ X X- plambert Xplambert@plambert.net END-of-heyu/pkg/DESCR echo x - heyu/pkg/PLIST sed 's/^X//' >heyu/pkg/PLIST << 'END-of-heyu/pkg/PLIST' Xbin/heyu Xshare/examples/heyu/x10config Xshare/examples/heyu/x10sched.conf.sample END-of-heyu/pkg/PLIST echo c - heyu/files mkdir -p heyu/files > /dev/null 2>&1 echo x - heyu/files/md5 sed 's/^X//' >heyu/files/md5 << 'END-of-heyu/files/md5' XMD5 (x10_heyu.tgz) = 2223fcc6f3d9b43c665fba89cd390e66 END-of-heyu/files/md5 echo c - heyu/patches mkdir -p heyu/patches > /dev/null 2>&1 echo x - heyu/patches/patch-aa sed 's/^X//' >heyu/patches/patch-aa << 'END-of-heyu/patches/patch-aa' X--- Makefile.orig Mon Dec 27 16:53:31 1999 X+++ Makefile Mon Dec 27 16:54:01 1999 X@@ -3,8 +3,8 @@ X BIN = /usr/local/bin X MAN = /usr/local/man/man1 X MAN5 = /usr/local/man/man5 X-GROUP = sys X-OWNER = bin X+GROUP = wheel X+OWNER = root X X X # set DFLAGS equal to: X@@ -19,13 +19,13 @@ X LIBS = -lm -lc X X ## For LINUX, use the following defines in addition to what's above X-DFLAGS = -DSYSV -DPOSIX -DHAS_ITIMER -DLINUX -DHASSELECT X+# DFLAGS = -DSYSV -DPOSIX -DHAS_ITIMER -DLINUX -DHASSELECT X X ## For solaris, use the following defines in addition to what's above X # DFLAGS = -DSYSV -DPOSIX -DSOLARIS -DLOCKDIR=\"/var/spool/locks\" -DHASSELECT X X ## if you're using freebsd, just set the flag for select. X-# DFLAGS= -DHASSELECT X+DFLAGS= -DHASSELECT -DLOCKDIR=\"/var/tmp\" X X ## If you aren't sure, try this X #DFLAGS = -DSYSV -DPOSIX END-of-heyu/patches/patch-aa exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 0:51:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id D31F41540F for ; Tue, 28 Dec 1999 00:50:38 -0800 (PST) (envelope-from will@argon.blackdawn.com) Received: from 15-130.008.popsite.net ([209.69.195.130] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.12 #1) id 122s2s-000056-00; Tue, 28 Dec 1999 01:31:55 -0700 Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (8.9.3/8.9.3) with ESMTP id DAA12747; Tue, 28 Dec 1999 03:31:52 -0500 (EST) (envelope-from will@argon.blackdawn.com) Received: (from will@localhost) by argon.blackdawn.com (8.9.3/8.9.3) id DAA02510; Tue, 28 Dec 1999 03:31:28 -0500 (EST) (envelope-from will) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199912150520.VAA57747@freefall.freebsd.org> Date: Tue, 28 Dec 1999 03:31:28 -0500 (EST) From: will andrews To: Ade Lovett Subject: Re: ports/15434: new port: devel/kdevelop Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 15-Dec-99 Ade Lovett wrote: > > o If you say it is BROKEN for -stable( < 400004), defining USE_NEWGCC > > doesn't make any sense. (I know it may have a sence in the future.) > > I thought it being funny. > > Actually, this reminds me.. the USE_NEWGCC macro in bsd.port.mk is now > out of date, it needs to be altered to < 400012 which was when > gcc-2.95.2 became the default -current compiler (rev 1.56 of > sys/sys/param.h) > > There's a few ports out there that have hacks to use the right gcc that > can be removed now we can get the same compiler on both -stable and > -current. textproc/aspell springs to mind :) According to my sgcc script (quick'n'dirty shell script), textproc/aspell is the ONLY port that has a hack to use the correct gcc. :-) Gee, don't you feel special, MAINTAINER= ade@lovett.com..? :-) I think Satoshi might elect to wait for a little while before changing USE_NEWGCC to ensure that David O'Brien hasn't forgotten anything in the g++ 2.95.2 upgrade. But certainly, such a modification to bsd.port.mk should be made before 4.0-RELEASE. And I doubt that there have been any real problems with 2.95.2, since that's been the main compiler for more than a month. Damn, I need to stop talking about Satoshi like people on Wall Street talk about Alan Greenspan.. that IS the Federal Reserve versus FreeBSD Ports. :P -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 1: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 785EE152D2 for ; Tue, 28 Dec 1999 01:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA12463; Tue, 28 Dec 1999 01:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 28 Dec 1999 01:10:03 -0800 (PST) Message-Id: <199912280910.BAA12463@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Juergen Lock Subject: Re: ports/15141: update games/gracer to 0.1.4 Reply-To: Juergen Lock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15141; it has been noted by GNATS. From: Juergen Lock To: jedgar@FreeBSD.ORG Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/15141: update games/gracer to 0.1.4 Date: Tue, 28 Dec 1999 09:32:40 +0100 (CET) In article <199912272319.PAA60122@freefall.freebsd.org> you write: >Synopsis: update games/gracer to 0.1.4 > >State-Changed-From-To: open->closed >State-Changed-By: jedgar >State-Changed-When: Mon Dec 27 15:14:52 PST 1999 >State-Changed-Why: >Committed, thanks! Hmm. Why does the makefile now use `NEW_GCC= yes'? That won't work (at least on -stable which doesn't have the new gcc by default), the correct incantation is `USE_NEWGCC= yes'. Regards, -- Juergen Lock (remove dot foo from address to reply) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 1:50: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 6E59814EE3 for ; Tue, 28 Dec 1999 01:50:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA15567; Tue, 28 Dec 1999 01:50:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from server.research.zopps.fi (ws99.research.zopps.fi [195.165.196.99]) by hub.freebsd.org (Postfix) with ESMTP id B2E9714D9C for ; Tue, 28 Dec 1999 01:40:27 -0800 (PST) (envelope-from martti@research.zopps.fi) Received: (from uucp@localhost) by server.research.zopps.fi (8.9.3/8.9.3) id LAA67511 for ; Tue, 28 Dec 1999 11:40:26 +0200 (EET) (envelope-from martti.kuparinen) Received: from ws125.research.zopps.fi(195.165.196.125) via SMTP by ws99.research.zopps.fi, id smtpdU67509; Tue Dec 28 11:40:25 1999 Received: (from martti@localhost) by ws125.research.zopps.fi (8.9.3/8.8.8) id LAA56695; Tue, 28 Dec 1999 11:40:23 +0200 (EET) (envelope-from martti@research.zopps.fi) Message-Id: <199912280940.LAA56695@ws125.research.zopps.fi> Date: Tue, 28 Dec 1999 11:40:23 +0200 (EET) From: martti.kuparinen@ericsson.com Reply-To: martti.kuparinen@ericsson.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15740: [PATCH] Update for ports/java/jdk-tutorial Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15740 >Category: ports >Synopsis: [PATCH] Update for ports/java/jdk-tutorial >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 Dec 28 01:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 3.3-RELEASE i386 >Organization: Oy L M Ericsson Ab >Environment: >Description: I have updated the jdk-tutorial port today (1999-12-28). Apply the following patch for proper deinstallation... >How-To-Repeat: >Fix: begin 644 jdk-tutorial.patch.gz M'XL("*&$:#@"`VID:RUT=71O#+CK23.Q)Z=VJ<41$(28XK@@&!LG5^_`*D+=;%C=#=LY9*J MV)*L_M@`&@TT@/[PXL6+UBA)1=&9QH.74B7C_[@N1>LRTJWN:>OPY-?P]-?N MD7E]>OJO=KN]^F[UM7,1M<*35K?[:W?P:[=??^W%^C_[OM5M52]9Z]WYH/6? MNM3F23Q]J;EZ.?[W?[7^NQ7V^7#4[W<'Q]&A&'2/PJ@W'(G3,#J-3D["(U$] MO-LR/]L/H,31X+@[&/#H^'C0/3P\#(?]D)^.HGYTT@M%=UCIDM^,.Q_>7EQ= MKXJ[5HZPORKN\KL;7^L=_GH8/E#<@T&X*/'G^.:77_[WMX]7%Y?O?_FE$\NH MZ`REO"DZBP)TPKAS??GZY41/TW^U'BD0)T6>\EGG=9KD%U,^%B^YYN-_M<'B ML*?+:2Z+1$.?OA2'/;T<)A'PR94HZ*E_)/I:%/J*3_,46.YU")`6EW'\Z6K" MBT+?*Z2-^(LB]\D:6H+`%5A$P:FS6V2C='FL`$" MLHEKQ;-B)-6TUH&!Q:NGNXI'9L#(32F`TM)ZO+NB,DHXA!TSECJXUI^XJ]QN MNQM+'38&P,_\"\>"+<>S"JR-`ZN&*`*@]=&&`'`U>!#4634@$"A5.7D"?1K= MDPIMX7XI\&J'2E!?:WZ11+4-YT8`N?)5!%$JR[AX^3D?(\LKC1I!K[\(6.$S+@:>F2,C260HB(CE"`(R9#0%#TWP$_PGG@YN3FD9Q;R8 M[=?(Y'..1S7Y^5$F+?L^QPB()J$!U=P_(!YT`^))04`=FP3[$YO\>%/&[W=* MMFN=?G!\T.L>UROUN,<4UC%519_.'1-6<=WP2^Y821:+.]@"BZFQ--$SV.)* M48W=/(M'=NP&02P+#E[A*8O%VMIC(Q:1.2X0S_W@JW(T$DK$T(7!^V$@VE1S MG,N\`.FP%(8\.9;E,!7#JAC+9G/$6#?_'57BM.BQ$W191CS4<*[?1I]'858? MRDJ]Q_?X^Y',M]/8*=!^$$MR70WXCF#&$>B&43A*)].IB!.^V"%DCM+N7A`@ M8AO_2R)NS1`O59QDSMHN`6JUW2IJ);S2O.TJFYL&WV>M]>(E]\\I\ M'0C7,"EGV47[`,5SVQ.$+G/7EI%F()H6G7<\__0VR>9A@+,XH.36#NW$1V:Z MZ+PQ/Z_$W+C<-R^_@@77RU;)*R7X#>3XPH-(3HYG#6G=:-=*ZV:W#Z!N:DN% M6WW6T%91@*9&V:%5%K"6OP:[KAW<:K"]85F@J>!%J5R&1YZ;&M"K\U$N0O6O M0F;IK//)5.*;)!4XE/KU-1_C8(9*WBYC%"A(;/JN0YOL0&A:7;?SN]!G]1\= M?.9743^*2"1N2W5?Q;RJIAN46EY-Y.VYC,JIVU#NADM9`[+,XM_N7,^/N>%2 MZ_LV*>@KX:WD,:UU#;FZ>S:L M$8!!E-,I5Q@$>W+%73Q7/-))9#X8"JV%NIXHP>,ZSL2@16EBG//:D@P,:-T1 MO.5346T(U7KZ`W8VR/N`O6CK1=,_2ZEM=S3M-F]_6N@K8ZB09TR%]D' M)B`(QSCT'%-]"6PZ)0E-X)=JA5)%;/A\\C]G9>_)P/#T?KVWQX-5)_ M1NS)T#YL7"88<>`\>@60K]P;`@4^E6YBJ"^0W>0&`G"98X6@*YLEF/_60*@Z MQ1G&K50W7,%6V\#GA^Q;AR,T]=NNZ(19O'YVSTV\KR<8\976+2>Y*$Z6B[/, M25(HY7;L82DY38K"%+,F,!HFXV0Z?OQQUMTHQ92G*0Q'"7MZ.(L$I!*TC)S% M0F!KA>NMY2;9;*VVD^1&_;@]=ED_#F)V433)2A%#B[L"`-KH"@#B/)KRD/)7 M"2QK96^["@/+70O#RES+NO6'U:'?PO%865.2IV/SH9Y,BZV43C4-'>9NCP*] MDDKC,5VG/$V8J"RTG+:K)4R[;\_KCS&0;EM333P5UQ5K,E6NBT]7Z4&K,JTDY&CF=:GP4;)Q4 MW[!;&3;"Q@"[#H'WP*QVZS$H4Y[C0:2*G5(9[X$I%@L.*!!CIR)NDY1KCE4X M+81L8=GE`SY,;+*MB1^3=BR*9)Q1(=H#`V;(J-]ABMP$10X?2J*,?%=T_2@U MXBQVG.I9";?Y226Q/I2]/W^].+5QL3`>AUG<3D3'0]3;&!6%QKEI512*)6TP MVCABN#:^E2DF0FBGF9@H"E/C]I5;FZ_DN-8J&9;:=/5/EK3A#HL236.;@72F MQ@46:GTCZ+=H(AU,ZB%$$BS7GKD3!+2RND):]MN6H]Q=)/)Y0,%U-"$!N53G M(DJY$F@T);ACBNY.G-A,L$E@;*E(@.PYOU4HT08CK?>,BRPO=97Q]?A)KPOL MO%EC3_#6P=)"VY'CC]RVO5FU%WOV8LE>;=B;]?JUVZ7%PKV[\>T\36?806*4J$*++)*EG4=C MT2:VEMRVO';BN$YG=X*8_G&AK^58Z`F^9,K43S)%SS6,*J*YDVOI3'NG![W# MTYK0]"=7UL,<]0QW"P?#7:/!X'=A,/Q%%@QW$P4#WR?!P+=",.2M#@Q])P-# MW*O`:"Y$8!1W&2`O(]@+MKD`=2-"@+W.(,#0]07X^QC@9'M[RU@6T''&!3XX M[0(RTKC``Z5=`.93_(\]#8'?C\=#%SPUPQ^8Q^X>BD)*-CHZ!CE?#&W!OO+)/1GO&Y:O M+2!D'`S(>`*#YV2S0[#1^6&8],A-Z[8#&L8POHBG2<&F3X3?S]1Z8B1T_CI! MMC>>1^,)*!SVD[W!)\L$67?8!U*"[YMI!<9V@*=;(&3Q(>$26J,"PJ9F?0-I MSL0IR01P5+GGQ%G#Q-FI7I*0O61?D^;XTJXC&4O1,BX(<`4<&@"29P/,J MT+!,[!,[PY[RKN%)-#:)(_;Y6@9B6GKZ&QF\W!NQQ3L>[/?M$3]O>?!^RP/Q MM0S4=Q[07E)`>:\`_24`](S]Q`S[Y'SXWPU__?VWBC#J6T48[2T@C/+>#D9_ MUP:COQF#$=]CP<@OGF![:,#"_:?O\PK MS9@/.K!@[ZG+OBF:L6!/*`!7AX(""IJP?>(]>WZ:L=WT9WO%:4G+MHEDR"3G M%OW&J6*?G37NJ[QV>T"_]W5ZW*=CNZ/B>X63([M%UU_EJ`L(V/("<@Z_[Y`Y M[REX$B$\./'8 M$Q"H,7_D>,P_@QWSRQS(_!+DL>=EM_I)I/EL1)K?-6G;]\VW]F+]GWW?ZG5/ M#P;=DU;U`>912M[R84J@LP$B:`_ME)6V@H`S#2?2>I1"&S\P+:`(=E__XA(C M7239#?CQZ[[_S(ZUO1#D\;?`7MLT/1&?7X`'D7LA;9W949`<];+4U+`7E^3E MK\I^5=D=*6Y=>@_`'\_>$%="45)I*#/3B47%\T,$F,]HD"HS)[2>%1Y1#Z^G MBG8J6M``?A1?S*13.">X/`0YF5E*OK^EBHF4M`NCE!J.N%)\+!^?*?0`UFU5 MS$?O[.Q"6A\$X#`[W#\>;-WQMRGPFBX?#=CLKGBP33>/1MQV\.@F67/M2+2E M4T?@D+GSRI&_FFFT;Z/SX]L.%UY1E*Z6TLENN5=X$9N.%8Z"<:G5";9F?`"" MT);-$<0QGDC$ZHL17N>\JHC5^L]83'#4Q M1FC)XCL\LL8D@2VY1,GB(8]N0`:YP(BNZAB M=I#*EF>X2"'!(^ENV/E(6#>'+UPJG4GKE;Q&Z>N2N!;AH^$"82KC9#2##B8K M%-/C2%S1_/=9%O^/J9<(A74[F>E;"?-JLT*+Z>9RHIE_S>PT&AP4[82U\^GK M63[G&Z&%KLGHKZJ_61J?@@[[`R\*.YF\FI-1O.,9'P/OV-G]@"7%`VVE;"A, M"WZ=V,CAHOC-=/.9GD"G>8_%)M/[+S.Q>;_F.BE0$QOR5]S?-N!`(>[J?2T4 MX#W]CN%`[^EQ.-0'^QJN%LA[F:?^MIE?OQ@JEA\2L:LQ!IDD187R]G4-AGK_) MB`1#P>S%+#PN)7$B:H/2_/T53DS<&/R@$E?P!YDF6GPLLXRTMYE985Q&M'4PAUSX!F)[ M^'.'_R8!_LBC-9Y/:E"Z1K.@X(#X8"TQBJVIV+!+`*Y&. MDF)"WF'KZRD06][WP-I,2;I)W8X^2H9[86;HA!5JJW)>GP5QI[J^E5O`),8U ME'I2Y-(XV+B\$16K#`GNI,S&:D:+J9+Q1%?*$N%^/6(`+1$Y/X6@.3O^M/>D M\"K((5%S(V;"HE71#8UBJT`)B[06(F'!*(.C79$+%2*5PVM&*R0-NQG](.$\ MQ#WK$0])H:ECJ+7HB4Q#PG!L*Q"C5I+,@+;C.BP@843G+9;;C.)(FH<^,FR& M;R0J;H:#!'!D34(:`FX&?U1H=*6M>QQ-J]+UWAUA(Q9Q*V#$`M+W7/J.NPP4 MR?1;A9U(L-T!)Q:4/-2D#S)IPTO"P'*L9)FC=@3@F]H+!'OK9[2Z]1.HQU1F MB9;([8UIF>JD?@,\J;Q`RN=3X_F":KO=ZG6[!X.PUS*OVS\SMQ],L?D1LM_V M,W4KH$RA"P@SD@+R=+R`.OUP/]+>Z%,%27/-"'/@F@EB`56>($6F64"6/1<0 M)B<']-G=`7EV=T"$#/]!%0CL`+OTE` M3T02>.#U"*B9.`)2HI#`#TM,0,VA$?CB<@DPN<,!FAHI0%$C[4'N]3ZD3_]0 MN;][E,:\D8;^#&1?FZGTF'3RO4KK])=^NM?IMCX3C3TG1^]S>C@^2=@# MR\!W0!!`PGCPH^1?[V&J)GE"Z:Y4ROU*(_23[$B44+@[UY'YR47UF(^[CPG$ M]R;/,O(L;^8QTYWY87%@GM@*F&^:!>:3#H%YH15@_A@SF$?&#.:1&^*9DJ)Y`Y4^+)$K"Q:>U4^=<[\CZ-%QE#X=[P1#5.\&&@ M%DYB?A_IU/3)8M>)&TKXC>,WE-`[SN*0P-/F5->86T>-25`W3W:2@.ZP7T*- M&V<,20#C2MM\75M%@ZU,]?)%]8(Q_\I&Y%UXY[%C1GX>DE&>8&1DR3&,.C&! MT1ZP9D^1!,8\Y6HQRM/AS,>I549ZY)Q1GW1F](=JF:^$"D:99L9(T\P8=8H+ MHTQQ872']QGYX7WF(;V,D6?],?*L/T:;I<>(L\N8AT0P1IH*RTC3;QAY*@`C M3^AAI,D%C#RY@)%FI+`GR8%GOM+3F8?T/T:?E\3H$LH9<28A(\Q?8^0)QXPX M:YO1T@XPZO1EYB/=F&:9B8Z5Y3X:-.:-^HKY80!CU)0_S`>Q&O-%=^6+HL/9*_::->+%^C_[OC4(PX.CWF&K^@#XE&*611-E2HY(JEE@ MU;_Q#7'+$WV6Q>^E3D9.?!)WNG-]^=I18LB+Q/PEEK=9*KE3FZVDG1,-FJ+5 MJ268\$KC]F,E1>8J`2G'/#,&2/;!D'RPY`$L>@26/P9(G8,E3J"2X.4.P\85@XPOAVH*- M+P0;7P@VOA!L?"'8^$*P\85@X^N!;:@'MJ$>V(9Z8!OJ@6VH![:A'MB&>F`; MZH%MJ`>V(7#5]L'&UP<;7Q]L?'VP\?7A-00VOC[8^/I@X^N#C:\/-CYP!0W` MQC<`&]\`;'P#L/$-P,8W@-&6"[AN0]`>9SJ!/MK)7$YX+D/2?)8^A3Q[)3!TWX6N]TO@IEKG6P/[6R33^7AC M7D<&2*@1#L7N:J5R+`?AW0E@JA)GL?W_>YEK[BZ]6K&WHY`]TX/"Z$+=6`,C M;&"T@!B]*@D:@]!7#H!,03_EWN\'B[&7J# M>-X1A6NMDF&I12,;))I(T$;\-M;B]`@!(GQ'NP$236,;.)RI<8&%^I3+(D$K MM$F#X,J&!ZX4Q]W&%65^]LS[C,&3[HX")+_-_<.-W5*/N]9+"W(:,3.A;Z6Z ML:GD7?O:?*$%KLN.$E7H%%Y M.$,C<,!IBJ1[DC4)UF$`]D<[Q`CW,,)]C/``(PPXGI'$:>?B_"WDC'62C:2: M5HO9G;.W;W$`KR[??WIW]G\X$.M07J8\&Y>65!8%)66.`RBF/$V'?&@70S_G M8@Q'NN6I7=QX.>79RR(99P8.@S;ANLC$;7MHZLF]B)^YLO^[[K-WVSB=[F$N MDTQ#I;L*%#C4PF'UZ!`JWLN-;RM66T(G@X/!Z:G#EM`W$B0_>4BVA-B1I(=` MV\K10V"]V4;"V7[@+'T\5-PE[7U-^&28@&6%B6SF+>$NW(6LENU57]^U0'9\ M>')PW(4LD-7PQWE93*"ZG4R%GDAPM9XV5E_:3]B>X2%TV:<6[XX5SR=)!)4/ M&\<]K/\^.NP='!W.M_1W-G+8.^@>AB&TE?M3XS\6\Q!W\4$M/@2*'ZVBZ#;& MU[01OL9=Z]-5OV,81^7\Y*'@6=&Y+-6K4FN9-2Z3P<'9NRA?R;OWTB)>301T M\-@$_#O1D]]BFR:-P;,_A_+NH[`D$/%KF<[AVC`X\<4,E]=PTFPD/?) M7]\+P\]I58SV8Y'>>FS6N2P2@^*1?ORA)L]-P3P$28MSZJ*Q67EUELJ#?0\` MTM.2B6@HF^?#JJLE^0B2GLKIBO>0,'[)\NKR/CO8%VDXWP)K9.;EI-H`G#EO MY:%^EZ.RTI).3%1>S9$Z'))Z@R[V^9C9]X='NPD$):5J%I%7B`ZT$*/O,I!J M/E(P074UG".1F[X,BBH)8Q]"Z?*>2E-&"L.D5"*]D&G(KIE*YAX?X?,173ZB MQT=L\A%;S):M2]6TT2"EO3[%G[@?:)>90.I2J02`,.99K:06=DZN6_ MBR1A46+29)NOE,/.*E,+;E4+ZP=9DIR12]%B#K5F)25`N"5\^?US.B"E+L\@ M_CSFF*M1ZH@4S]8BOI]P"A"(.*8<.^IMW&CU9AIL8H+>4D64BIY$8"0Q)[I[0>>0%L M*\@*U<.G&!?9IB8O+&#MX-Z"71QJ+ZAJ$9^+"%1CS1F,\;3+2S`1C//=/IH( MYNGE)*99#G1P\'[V`*M&<^!T,,PR-;U;&M2'4X\I\4L+F4D_FZU/)-"W/T]9 M2%13_GS^[08P5>=:R>+@[-O9]PL,TV2?/ZE0+O;PT#W[W1V*^!K2/@:'(OUU M.BV8B\#A2#ZTROXZ/8`^J9JLE551!^J7H>5L;D"8(CM\I(EH@!+5%#]*H<1[ M4>BH/6!5FN-UV'AP.$K50CNX+*2$=;1Z3'T\;KE8IH\NZ%DN,9-V[++BBTRE M;N_1Y^:.#0Q4QSZ=JU4YK)A?JR2&N<^QCD1+13Q?DUSJ-]&7,9"FUL@RA%;B M(Z:_#.A)%D;7$653:!$[*BMD79KGB--@)"[N1*:U*X(`M"HTN"25 M6LXC@-2@)L*:0\.^Q+6$`I4S9G4%&Q,,4OVV60K[<"0&J/<>5<=M.K4[$5_, M7>G)I9^KCOP^*T)8<<^+;*!^5.Z+`M;R$^9)(UP#XWX7890]VKK@,B^"(HMC M6)<^Q6%Z\[%\ENC'S4ZC^K7H'^EN+!/N+0,.8J:#Y]XL#'N>R7:N.`J!6SE3 M'&8V?)''434WHW&11$P'?;D->5;EB/U'TS<`$NC;#V-C7&)OEL5 M!]0-+/3('6*90_6K_V`:&KG3IF'ZBA!H(T^`F%`%B9:2B8&.-@^BZXR15/:QC>M9[:H!RF4J/FQ/_6,+@JRF&E M4YTIA!5/-W&_X8*S$EF)V/VL#]&`O&-SF0H0^$, M&]$$"*WI2?4T/ZI4">M"`K'JC2,FHC^+U%U@D!4IRK>GU%!SQ;1FN=U$F00Z MV"5HC@TA/6V9Z%MJ9HG\0II(R1`USRR3:'PH-XW`Y#/'W1ILO"^3::@QGU5D M606;+YEA&1=2V(XLQ,W]N&QCESBO10N<;NW/7$_`A2+. M+%N8WOSX?,?>H#(70Y3CMA!LSKZ4.2=.?8QI=]]P3ZC\HQ*1ZN1QR,,LJ!-H M(8\4L5P6[D>4AMD]&SH7(H$KZ^]RA(.9-TU4`DML3V0@Q).L+H'U9W`GF2X> M$*I/D/6CRQ3P5NL-GL\/:EP+<25

RE+_G-?BCYWRC4F];,BE$7,/(MM80\@DD[1!:&,3/`4Q:GV M01&%?3'H1P-V3S!%[:%8V(=,L[9'AM#NI7[C']C-J8%8\+-6AY,I#^K%:,::W M%4=>/2]CF71++@Y\12&',T\+[.0[<2-_FKJ+ZVT"KTDT[D9O6)* M6=4YO1R3&U_6O>9RA&'$Z9E;FM^LPK.Z""0`US6X>'83PUPR[6W_YFUX/8)* MP&K=(?W*5SDW5YSKZUV(@(,X"FY/)-&Z#+*<:MNFET9,8:,/J;A5DXK[D'C[ MD'A;FL3;ASS;4H71WD[3#"LSAU`"A(C$`=X^EO9F8ZP/*K)0]DLRX(NLFO4. M'7%>1&EU2927GCS'1K\.PQ'=WE,52[GQ=6+OFZL1Z?8]9CMXFWJ^PWF"+;._ M1[??[JOQG?$`.Q73!7;_KE5O2;7@F[3!=Q$ M"[I#E7RO[Z\DUC$C:/*AU,52Z@*):SDK(/CUDREU31F^'FWD0U7:"_=.(5WS M/PY!?]5"P!R&5,O7T97^^_B96#"S`\\A-)*.(I`LRF37G@51CO(PNL(4J#17 M<[`(=9YG1<53BF9K>O^<=-Y93[*Z$+F1O)<0^B=*2-Z+0?SX$Q5Y%4(RI^?.O0H$8 MT2P'INKG\`7.WEC!:T7E!5=1N!*C*(>4]\3)7\Z)``($V!RP$*<#4:ASD&J7 M#E0JT5DE[

5,/>DQR5`U=J=%9,MP(LF+74>XL770>\RM<70^]97H90"UK0ZI%: M&E[0ZJ>7C5J.S-I;BY!:#]K*>:IQW01N92 M5(SQ"H8_N_#EURH!JGRB94._R%3JQ=+H\X/9?8!`]X*J%O&YB$"[.`=9&L@< MR^S>3+62V*=M<\Y"G&T#0+D1P>U550C./*N%%5EP*ZMRR-DK;&%E)0KF-FO+.LGNU/^.$])] M/XL['L0+=I1Q![6I-ZA!\G__`H`B74F'48EHPHNAR&4)>D)0*EO+.\C40!2E MHH*5\.32>-AEE$#&M^_J<J,@:4\<)(C:ZTBN)2U!Y_ M,1G%YW0I.V#-T`Y8,W0UM!Z!\KZ/E!!_8KU!J,`R3B!S@:!H!R*TW($(+7<@ M0LL=B$1R!R*1W(&(&W<@TM$=B%QS!RA?NHJ"F1]RE#^)'*6#$41T<"J/SHJI MSOYJLIO/:]"^F6+EO(;GVXIO+A+\[;"4+N?/'$`L;O!#2S0Q8+K#B`+!2YAL MD0-]UY"(XV1K^Q=4,?V?^?_T]VO>AK_YF^?M;JR9?^)]YN;,.063%,!(X93D M\DB\I4S+V6I?E;U3`&Z[\<*O`-3.4CJ$)74N:TCBN"5+(!Q8AD=4P"TL6HZC3M&UI8F64==]H,],AX[?TB?^R6";B/"]D M!<'-N3,'9*HJE-<`4I8D1F.0[``3TM.W0_6=S0O"P3)=?()1W7#*IS37N!&= M-*CS3%?'[".1&74:<1%J>.OZ-(96-*89CIUDLJ_PR7@R'T/JAR<4LT(_S:JC MK$[#SP\Z"U0/][RB/0-E%?1<%*5$%?`1C/2B3EB7%B>L"\TW>/8^S[S+,^_Q MS#=YYEL\\VV>^0[/W"+Z?,:<,29$6M5^/1!JQ<$"#$4ZD,E("V'2>L*&H\;P M*#7WRW(HC`$E+S)]07=IS8B\G72ZUGBYB=W084P:%5=5YUD4R"/S#1$1B@H% MN!@E_2PN&1S3=@S[7%0Z'9)*D($:.V-6;8Q?8]<+L\I;/S#MLZ^&NUA^REO1 M>23V2J97?UXL"WY=7!U]A\.;&C9;.2\?_)^''K8>N`3DV*EQY%DG@U%/9%FJ MR17^<99(-22+RBDZB)L/W=L/%_E>WKKV(?UV`X9.+/RP[C.=XYVWAD-2+2E03Q["SK M+711C$@S7$,(AJ(@&S(^5NN8Z,T]#F)\NT\+6+,#S+OROAI];X_5;%E,9&\L M77D!\\`\)0SWNQS-=&&NZZYY&][V;Y[O]=;4=^Y/'DS_$03_BCD#B\/5?YUH M*W1TE`..WG)@$716I"B,UX\/OXWS1JU,=9??A%67Z[H#B[-!MND_[.SP4$%@ M(E$(2L.E'CR;KY3G\<-U_Y!NN$,UW*8:;E$--^F6FV3+'MFR2[;TR99D-]C< M(%M2#7N[9$NRT_;(7MLC.U^/7D-DY^N1G:]'=KX>V?EZ9.]TZW/ZJJ]%LB6<)[%Y$_7 MMB:!E]9F=3\*J!_]1RU"DJW90&SV1TM2FS4GFNH+I9^<&G.N- M\ME6(_D*EQ4V?Z70/+W%_;L+"W=P%ER1H"SS'2&-X@&G\L"80>$.V\0CTX+)W_E).8E MY;4O*XMY*5GG[S<)?PGY\N\Y3WRI&?D?V>(W[`'ZM[*6% MTB#>;E=+@^PVTB`FP<3VA9&-(J_[E,1(>:B>BP,A$=?B:B\\J9B":PB61H-CE(IFK6I+NC MQG;AV^AO^+]Y7;]G(=0SQ9?F92.5K#1O%C?OK"ROTWS%Z>CWD67=^+@.I+;M>CO@R; MQ>$$ZT*P5^9OQ^I'^Z*4>/)%5?>!5)T_"*K4@\:?0;0+6=SA&KP9F:/K2(;@ M8D[!LR5FMIOE3F3M>DPI]:VISBM9=D\/6_9GUNM+8 MF-.4K.@+DB7],ZW7&:UEHN:`L:5E62>)FH"M7]VH[[[$F5IO%2/+]IDPK-U" M1TZ4ZZ=J#-XKBK'&N(WE>2'OHJPNI]8="VLUAK?RK#9V(H^(=KH?;4W7K$TO M"QTK;/NQ?1'<#@H]T6:8EHF]<5S+-O:>8CC^3)MZTO\:Z-L(5)7%B4A%L+O[ MZ28?4"&JK=0$O1Y+QA(AUU%15JX,(SO1DZ>@F[`?O%S4Y:E]*K1J+8=02E4C M(>)9REJ[M`YMM?>/&8J^H,`:H'IU27J#M2'M)0SK6^DV4?LNX5W2YF4T2#]] M.3ZR,IR&[Y`>>&H^?6R;!C?1M,KMK,L],51U96NJ9S6DA]6&M-9]>C&%K;7Z M-WN[,'"#0HW86OG\EF!^ZXT3=6S-KCQK3X@'99WJ.K*V;'JMMD5=:U.:ZZ:R MNL^*6RTX27&FJ3G-I0IY/G]*MM/JR.2.]<1S97OLRSCXB`?I25Q.('63XJHL&0 M6O8PNT]U;A3QX\=;`R7QTZ^E&H$*>:6&^BB8;`U;%V*HFBXKJ)4?I7F1#0I9 M4A]"F1I5>IMCUQM16.[E:@NU`GRT&?,?41SH&/UOF6AW"GFX[W6:DDBV.P\3 M._5_DV80-X]``A1-H>UL^Z*,]$_J*+8),)\QI3SRV%0M$J-K:=7ES%IGQ!+; MQ??.&-9I+JS"H&=M\["-J+7]7'V]GZ6E7;Z`MJ"THUX6<0SM-MM:0_W%[F2E M-54KUS8R^866=\*ZEU(FXWA&]<.H'T>J;Q7Y<$2&V,I)SEO;M]"\]5!56B74 MMV3&.):$_@A-PJJMN=VYW^-TK;47&^DO9V?K(E`#8*GWK8HLIC**06TK8CEK M;SREGX43G5D3D='U?_-Z78\4D?$^CH7)HAO+5_UZTV,)^B$*Y4##ZG`4?I;M M+.UT^'V=DF//B1WH&;:#.W7%'F`[JQ*@\=KGX/3C9X=U[.W00W'>P[GWPB@@ MSJFN`SA5=@BG]HYU6)9C'9;E\';>'>)FXWLX*%]P>/5:A]?T$S?Z:<[L-JM5 M-44BR=*P7!\44J9T\YQRFM-:Z]-SGK7/,=>;$V3SD>ZP[ADU5Q)O(/]1[%Y'1>Z1"6'#_P MZ/CT-6,>YD^Z'6)@F8W=8#S!FH[N%&O21S M.)RP4X<:*N&PP@H]&*:1`A=^W#<"BZW]']5@DIRZE(F*2K6SG2848\BNUM MI<\_T;&^'%O$T3]B>DZ$FEY3Q@( MYXCZ3CI]=1*/HHI4#1.IEGTL3"&;"VY$S,+TH^H^*GG>J69>:HV2V%V#\A1C M=ON8[I/E*"?$-/8<">*$U_H$EC<3R_6&@=X;97'NAW97F2X8NJYYW>I]5`5# M7F5F!;,N)PH0K'>P$"GW0917H#R?[6$3"-7?QV'*DPGG=QE4(AU874^]B'.> M1?;3S$>,O31+1TE6EQ=YQF4U-W,B2G51Z0T31&E0=0VHGKU0Y&I(0%2T1EA( MM/Q?>^?6UK:N[?W[]2G@=JFW)!]B.PY$8PP![6HO:#CHYV$=AH9.?[49H/"Z^_Q:JY^NZM1$JARJ>$2% M7ZO?XRMV1\*6UCJRQE?SJ`J!H"T/5`^*"DP&ZK8$,M/*%OXKG,@9%&X\F!R^ MV#]X<^0@W+CV"(XR4(^FP.EUM)FK(E@%U&/BRCTF]J5C\CH^)N\_QF0>>DS: MO"56L$V^`F@=U.:ZY0#)9N.US:ZA$1`0\B!JG79^?7#P8O_U MZTEYVGDXW#HT.MGO]H'A5FD:TS[/[DP`SZ''4O$]-M71&G,_3&\3 MEQ?#V=V;U\Q=$*#%2&]F,/M[D5/$5'P22?=QU0#LTY]G)$D,">"H3(Z55QN7:.PQ2,*75QHRSIU!E' MAET]!#4!T(1:E5)W9\!A;`6H7-+[[&J9U:9MF1< MET*VR$9:9)F/M,PR(VF95:TD@H*6J8@$O+#B863R7X^L_M5Z!>!PI2&D9L`D M`O?].`W!K)O7WY!`H`OP#:RJYZ4ZCX^AV"\T?B(<'U(-H;H9M$LP3*`:@HV( MAJBC)QY;]L:$),.Y1QM0_>RS/)A!Z#,<"?Z\(ZKA"51S[>?AZXGK!*KE9\44 M,](OLE:MD.UAWMY+I$I.(Q[#RF+*=4R^.C^XXY;.?)W* M.]"J8)^0*WFLOSF6=XYS@5U0S&ZJ\0'*'NMU._;LNH/,V7!$J01%ELNX.ER# MX+B?]:S2W9HM9(C"G>DN2D+X;#JT<*L/H)(B[FNXOKWX@>_3]F>3#_LU0EB;R^YO5!5R3Q6Y&G1?X>D^7W`"DLO%*Z M/C*[<>B<"96YK+"VH#.>FV+-2DDSES;1@H!:0I7VAQ1NT6HK;6S6)W.90*NU MCI93IMP\92NY'G(IP6_AK<)H43AN(&NESLJB*U+@T[-_(FA*_3,>ZOXAX&&A MW(;/+4SNO+C83KRJ_]#G6UT40.DYAEXF":B%F"\3W=A?:8.UPRQE7#(X)2A4 MYG86L9L^Y%%KDF$'0'B@&QB#D#H,;VY);!0S! M9#9WX6_2\R@@$_Z)#N`&=%OD5L\WDF[RFCDO'I5ZFOLO]QU#LE4Z\*KH"N'F M25;IVGM^RVD[/"9(4SR$*^7D839ANM-^+(J,'&3V,O!"G6]7TQRIV\\';@G6 MSO)J;K9&!7ZPM-G08+?W[-N1=7]?Q$X["K?C%M/I\@]IW*<7*K&Y'P6/PO?V M5*&N#WZXE!6BS27.BK/$7(BA76#@`TJ9"0V4.`>^,)&0,Y=75G"0'DELZ+F2 M81'0.X2:6SL<3[;':4Y:<2LD9;6MD-O/6FQ%97G.@KE^=SIDN=1?.P.Z3G+& M\LN9:DY6Z9^5_,W/Q";.MG(R]-F9]SEH01_V!C14I;6]P)*5@DM_*& M-E_CI5GL/8O3?=*L38L"AIMDE,E-V=+UG#BHRQ=&<#9T9-=&]+WN("!J;/0"=T-LY@?6Y M+2JB%;8H+;5,9XIVG(1]_S`.[)YK'":;&L2M!#6H+.?I=&F^[OT=B:ER4U<; MYJ@B,35GC@9E/-%D&T@@Z1>BRPB<[HFR]LW'I/#V[<>>X*WCT%0 M/>)_"IES'QECP3XRI07VD2$RX>;N7W/V*;_+\5A/U<]3Q?-:Y3Q4-@_5S%L% MHZM:B/[#<7%RE1#Q3'->Q%SJL\GO_M3?(#!8/VXAO;E#IC+^Y\5G6*$/`"^XN;>)O<@FYAH=O,LF`HS%*Q7*CL85*<\4"0O)4%9!JWDX/Q!(?['KQMM[BB:"=9L,:I)QI]-1JV199E:ZG`[.-XEGA7!8J1N* M\]T21BR9%8TJC)NM_8&!6^KR@#LPL?/N^51F^?[+5XY5H4ZE.\W;LV$KLLT`[A9)SJ+GDJ(I$OD98U'[$FU1_Q MF=5\//N&(X4\53Q@;OI\]W+0+[="T;WZ=9,#B-J+5B8A8;KLC!#%5T*Z30%4[S%=S M>Q2_RWN'*$]E8&^%,MO3G;4%MX4;S11B](?RNWUB['>I0H@>TY;F3OQ@#XBQ M]JS"U@N'VQ"_\'BJ7>Q)V5E5F5H4'-=`M:2^6I95V&I&:>D?;54XI6$8AHX76?AG6.Z`2*GIL, MU-,H.*T+?/V\(FE\HT28"U3+W.!$D\?9XVD,_@=X2M<34L-S2HRHED4@U M846#^FOGCROZTU=<>C3)G^HE6QVO4@Z^5./\RA#YDO+XBN1TMF(2%ML1",'326\-J*1DQO1"$O3R,`]C7P;A>#V MD.[XSR"0!FB\#VO-^5%<&STK:3B$@]DD^O=;#.YYBL'!IX.@MQBX38<_(+`Q M>GJY#ZQ4QX;3IY0'8ND._XZ>R8GDG^M$-_D!>9IJ\MBG[;$'JD<$^@TC"OV& M$8U^PXA"O^$_\I3YXVJ\D,O0>!=A\6/MSZ";XUT!ZE$DFGS:[4/^Z1%DO"CJ M"(&NT/,35*-0.GH\[4):A45R04QO^HJ^)3&]"GC^%G?UH;[Z.)JQOQ6&J>1) MG[NR-%X[^RFTO]W.G(!%5HF5HIY0M>:%I3SB8&-1=9(-QTN%*J16]O%RT_M M/IF`T08U.BH).3K=M]'3B]'U)>3H=-]&STF,[KE+R/W6:ON9M=H>66GM'@'/ M70]2A+MT*IZ[3R%OUI*(HY%X&SV%T%PC$?>K2;S]5_>?^7YG__#UX8O]PZ-7 M._9'H&=EW/RX$^^#.+F='L$4W8*SFR<=_V!';]@!#_D(3/X>?OT>?OW"PZ^M MW(QV2U&TG(J9JUYZ]<*K62&G5'97=\;S)R*MERL$U2(.R6H4#D!Q:Z:O4V?O5YGI` M>MUDSY(L7[F>'1>&564=KDUS'MR<-9*QV^_NV@)M1;>/O4+?QN_9JXO!`Y.A`U^;](X>!R,,/ M_2)#<2TX[9M\U8,[4N!ED2),-/V$^0!PL2O`JM!1'%O(*$)3J5&4+_8D%@Y1 M59T,W'`UQ%851'I;,X)5Z>ZZ4W#.1V1G`%GUFN&VB%JG2_5'@(BM?2K?*]+@Q1YR7/X>\^.:F$UHFAFCMZD.X88YD4Y:XDUT1ZD"0BMQD.DR[DF9@E M[ND<@T"3HB-C6+[DGAG;%3D_%R[-8Q,,2REMJ6UJCS&.7KW8/YI,',88OV!4 M-GKL;K<;TV%CC]'3!4`$`(@B1M0Q MV>@91T^7F,`1&:VT`V%DM#+"!/&CQX[R8''20(RW2SG7O^MCKGN7?`%AU]-4 M_ZZ7A8E=/W/]NZ@Y]EWD'/LNU4K#+L%D_2YNM>)1I@TPW:5^F,A+!D@`QV7*"8<5PF6W4J=K" M1HY5R3ERTVFZ-W)M;67G`H"M'Y:U#A9ME2CC3`5S!]OJ9?R.CHMS2I:*O;_M MIIE4<<>"Z'.Z78,YU$3!,3)^E\)E#JW/:Z_?FB']T>2U'M*_WG<9TO]\C?<1 MVQ*H58R`TU0CN'L90:;A1B`G.`).WHU`;FGD/",Y\C/9U_9BOZH/&0X(#LQ6 MA#<'#@%!_Q$M]7UP^C?(]"Z:^^WT;NM<[92NWJ>==N@DJ:,!$\?HMYU29YKQ M3/KEYR;@-ZXF`[U)"]7QYY]X`JVUFY!_<46-M(UT#&7-S,4O,V2VP2O1BM&Z MRP/%F!`P#MK1RNLW.EIY^\XA6OF5/`M5@$K@*_91::%^!NY<)S0.,ITGQQ.H(P3'&\&&@C9$(!.:"`O*:`O,%"%`^XN,47D"(I(452 M1(JDC!1)(2U(\F5!DB\+DGQ9P'N_7R`NHPBI1D\:VSW#N&QX!/CFG8[3]F$C MP-5C;EO/P4%>4T"@#AL>LV!Z<9)X1[]\P%6.8U0[#'1>!E)Q/$7>XAGZ(Q)R M+=S$A(88LTAFF=ME>D,8BM*Q?02PE9BT)CONUM:0DERQ(,<070\<#5.ZH1(& MU'+!6,P$G=V9=BV.*RN#&$2WTJ5,2"@'))37M&,\DF$9Z;"19(SW>Q#A=Q#Q M>PS]K,?0O_88#T`IU'[/2QDE9OY1N]67=K\I-13JZN]CPH:.)1,S?UX2<-UI M39B`@XR:<("R88%_C04N)&@0F!>9K,U7F.LST@Q11R;8W0KKP+5M&4=O7NR_ M.YB`%CI^N0$TX>+B(PU5B&+Z$=6(Y_?@@'!PL#X2W*49"3ICBHRKE*MX?>_F M7F;F6D)^6W[(]OX0L_FEG7^!#6$@CSK7?R\RJSE&_M`9B^TSS?_9WA57:IE] M:DY]43WI1L2U9X.T!F*^8!FSYA`8G#'7A9LAYO%6+V2S%4O)Y8SG<_`` MJ^$$F&>(-KID?[1R\F;UZ_`ZZ9E@]!UXD)ODY,/F MNZF2B\QQ'F009`#CM+E[:(Q`N2]JUQA[&&=L]P`S*YZKSPL<78?DM(\ MQ?\9*TYE6?4[_;/Z?ETTLJ-6":)E.Y>-09"G+ M`Z#7#/1GU[M'>N_/^4Y$]%E^:=.8>T6\$O]Q]P#^X1E<\&5 M%W+.(CGKD,>-GII6>'E/RJS]XF>K!LKD\AF>NGFX0O+_) M9='!UUT6#7O(95&1UUT6#7G(9=&0!UT6#7I:UVA0![L!NNX'";GK?M`3?.4' M:1[0\X,?E4SR#TGH[Q%M1^B!?PEWA."P,Q+7/%@&$3<"#+F22QR$P`YSQS*. M8'XD`C[NC'_<8,T1`R-T('(>Y`6L1:\NVFWK1@`9X-QM")F`&E%],((47,$M MZ6)6_3.>5:J.F$&BR@EH^O\V:[OF*(LDW+LT7]^GJ>E8S)7?6X:5:VD=ANTV MK:,\D$WC.*(KTW1\66FLM?NSN1/3(9!^@"99Z!;U#_#.19`?%WE>W_I!`7)P MSP.@=@D3D:I!/C*K>D6(,ZM=>.:Y_D:[B.3E@MW"0==1D?/17"6C6,53 M]I*):SCL1Y',M`M5\34\K].(+7C*G2K3)@6>XV:]JCV/T)IU:M"P%IST[",?@\ ML98V-PKQ]'EO'I!=V8&* MP[AR6_I7J2/8Y7DQU971@_$7+`EEK*N/#S:?Z5A$,76F?^^A9"_TQR_:%SI% M*5O#Y0I,6J"7ML__Q'+NP>I+L[Y&7,E-1ZO_X(2I\+ONYN6"-E-J?-\)$/// MOLODPZV;H/;V]*]%/.6J/;H@?L`YTZ-L;YES;O_SB.X[8"\/*6,`'_S2DW'E MKP*9AEMD%^4:KX?'9'.F>+CW/LD6U`5=H4V48,:>/'F$!_CH;NO'F&_,L_S1 M/]P%/,T%M:NH'F$>:%_D$IJ;[P+&,S[N<))E#S6D/;#_!80\UC M2G_QF4VYGWKZ6X;$H'J$8OLHO4G$[Z/+;H+_=-O/G277.M="3Y5V]0Q_N60?X;7J=A_AL0*7#[K@@?34830#0"_T M*V$&4E[0?^8B$G9-BXAN5B#M%"\>)9);D8EIQ!$\K@*1<<28&W!W%=QNPE-^N&)@2'$^2UO>%.A^T(AOE\)<*IR!%9T;WK`4)(J\$: MLF!+#+IH04O+/8:*!3QQZ0W0V6'FV9G9?8!XCVR9!',E$_&_/(13],<3W?MB M`,@RU;U!*$RDQ"((Q$VMLDGF["04$U',4HLMPD5YI8B]RLP[>/?)>LYC^H_;* MOBL1D)%U4EA&N#6(0D`LU-Y<%LV]G]4&#^>YSA4(;@(LCZK$1>:V:%JL;D]J M55@@H"IE8&J[Q`E]M'MVEX&FJSNK(MU5T[[B=_DICV6YA0I-P=E2Q+KFV.VK M.&M6')0]K+5!#,J8MG9%01F!C*0*YE)FCCY\@!1/Y53>H2F0AG8/Y^^09P$9 M;,Y92)!3-2X5`?)%`3W_&H/KD$RJU,R9X#B=@6K90]BFZ])+/$`]F?/@YEC> MD7--0S@I&X)O]H06KMN=EPQ9<8D-5FY39P\3E>[A$S/G%Y%BBRR7L;?\M?33 MLOD26'X6;I@#PW#'0AU0TE]!-/N*G'RP_580X?;-<5CNW)U.WD MD]D):APG=>']H>,(:N99S&968.LO,\GI`9S3=DL6>Z[X+;6Y9KXYT2[>1ZNS M2\KTT"6W,ZD)]XPF]9F?12RTQ[S,EY$?OVD6^<@SQ##)HXK/,IE=L8S4%W_A M24']]H;Y*2JX#^YG.X_DA6R/IA)SEQT_08D^UYV&[IA#:I//N6>THD[HL6P: M<7/0L%"T.6%7(FU<29X=]CSQE3'<(_J21]Q*6I$_(Q(A_4AL1:6M(VDD&_@+RPE9U[8BR"\F'LI M54Y>V6HLN<7\+C^I?^D#[H-IYP9]@"_M#Y1G]!\\2BD7*JZDC#S$<2WLA):; M?N:W](&`C\G2FDE>9)I[%M!'$VTN;:&MUHT)J6:?:D8)_#Z7$2\/LY$O(#"5 MR"BDK`7!G"41)UVTO&;_4.*$F0),S`%A9R&[[=C9WK%0X?9;@;>EGK"<'GHJ M9_30<^$!>J'#4^$A!\RQ,G+H-"HX/364L]ER[^J5-_*^/[)'HSU:/?&'/O"& M]F>T/YM?>R._\48^]$9^ZXU\Y(W\S@.YN.'?V:T>V7KH3F>*[_@>?Z'WBN_X'G^A]XKO^! MY_H?^*G_XMI,*W@`*\X]8'^D,S_VWK!\OCR162SIV1$3"<^N9#+S,1Z*^+6' MBA&+,(P\6&L5-\FIRD=LI(27)I?I6,X#-=9#^"F;VK/A*9\1TV4Z%SZL-LJ7 M'K"Y.8*OKEG@P>9<7'ORF;F=B_4R`=&@7WED^[1[XI%]X)']VB/[C4?VH4?V M6W]LC]7$8RWQ6$D\UA&/5<1C#3GRA_8P^;/D4207'KBZXYV%1K^',%8`GN?= M"/P1990X^[7^`"&4,4>Q.=!Q%29GC"R:SVZL).'9/ M,KY19W:',))A=NWB7RFW>VE).!$6@]'07>D;H5*%(C$7-H"WL6Y`VY/' MET9,/@DX);@YL$I8)U"'8#O0X(<] M`PU[H-#&).!2@2LLJ8H(VE]O)*6VUAM)N:M%/)HB(Z^^)B1L"@K9Q)#Q3SVQ M(%(D:"X7N"R"STPTB.Y($VJ('F7*0@4%X5NL=M+NZ`&]7!@'/*'#3\<)>R)"3(J"$8I6434M,F\#(L M[Q\D<%%]$+CG95;4(NK4!Q`'-.59)0Z8XCG>!G.< M#Y"(3.Z%.43F=D2[R&WN!$-$%J_',X3@`=T@?"[TPAU*:C]<(6K)W:B#R."A ML,$?>D*5%_V^F\CDU68&,T-$P:L\&A$O7.E/4N"NC?=RG[4<9#5G,Q>)^\SB M?<0BI>*M)KHH8+F21,5PPY=$)!/7A-H-$^%BX\UB64WS4Q#-ZC.W/H$<."$B M+NK[S17(3]DVU8TO(395\\.JB$#SH15%!_-AY'KE3(<`G8-ODK=VFD7H$7/9 MZN#6Y#S&&Z&;*[Y\ZY9*0\KJ"`F/LVV>"%.Z#GR.(]87*H)=%(B-=";^U1J7 MDY%DN,$16K:A*HR!N(6(HM*_XLTKM&,UY6"NFL'32C^-&ZS5^L,]RQL&'?`2<<>P+V*50!S3SW.A(8`SH7J$A94:;088#L^1G*! MRXN&`+;ADQ+(\F@(*!NF;(8WHX:`+?DJ*VE:<+UH"&!?<<6F.!-J`-B"J?4T MF/0(5QGHYHU(;9LE/'UO]U,D9DD,GW(8AJ[=I#E&,X\_GYZT9C)(["S[F^_U MX(C&3GG7OT^!!$IKI>EAVD1\7I:]!:V5IX+-S(W*989244V/0FOG)\72^3E+ MN:*U=,6],M>P$Y64Z4:.V8RV^`V4EFBZ&5JB[C5HR[TELK/2U]FAPD(E5(:9 MP#F/05A4UW(%LNPZ`NWOJU)7LT@7P%FDFJ+K*RZUCL30@!.99.9.]F:E%<&J M+WX#!P;(*I+(A,-3(P[V@:_!KB:$11;LU=K8X(,[0Q2@+2P(8&<3J]1V:AN8 M&AP7V]2]*-"^AS!7%/3NN]E!D[LKIV,L3RFYL)H\).:UIC%(S&M?+(MFV3"M M*S&/9?:J/4D>GL]E3E1;5KUJ$PK0W^.X?D!YAPR<@V*?AY`7 M9D]PZT)K"GN15]1OH'Z41L-KW6(:]N#MZ129L3KX2T&#.LX&-Q=<,1749]A@ M-D&=7@.H9DX03<]^^Y$S$WYF&%,Z?M#)EM1,6/2/3O/\RGI&]Z'SO3B$=7T= M`H1E?13"JH\2?,9CG8&PPTHIG(HLM1)3&&MZ)*Q-M;P#NCH-T!"V?;FBM6Z0 MA[%/WNK_+!-O6Y^%MNNSD4++\#95'(0]%SS(=4<:<6PC[((0%G6/`B`LZH(P M%LU9BG>:+0K"%J-Q\?_^/\:.BH"P@>F.Z;.4*9;!@%.S#<0$_G7+S`A`91$1 M@*Y@^F@-9K,D2QT(N(>\6\`KO1?B)^`%D#:`FWZ?C-CKNVFYW;Z-C#W8<]+1 M^WT?,;GJP M@`9H9SQI:743(D1FH`LN'B*^(D=.R(D'Y,37Y,0WY,1#7$!#S7IA`1&U M'170(/,Z*(#B1$=J%%$719RJ54QI1A\H&K9I1)*%)$/(>/52&$P]'XUA(#:/ M-0R[?0R?*Q9SKD0LRX0X:.30"WR0T!UW+=?1EU M"+M6CCMD1+@`[Q"661L!:A!#,)1\[3U`Z-::>Y#`O36#1."*9\F"]E9EZHR@ MGMG/9\`C]BW$I?E(@-C?IX!,<)`K632'E/\[%$K%-!6/"@?G_&L\'N_LOSMX M^V)R^.;=CKDU?KM,2!0Q-J(UR; M7SOMU;<38$HWQ=],AW_&20]NL@`2S#X/D?-RBRX&5%ZJ@T)PYV,9#:/ZH(HD MX0J>+5W,:L,@GF6^XVJ$:U$0)I1,@SW>9C'.E!PENQY(:8/O:B\G>CRR\F=@+,`+379ZPS&QH MXS0T/[*H9>2!?\("+-/=`UJUH M85J0![3]>Y/5=/[JE2=_]S#$G MZ"N%,-?:U`5-99[K;W07D+Q?RQDWW=?> M5&>H[-\]:G\V8S'?^Z2_G#,CLZVC#)>@=]L'')]]_?3-!Y?-OET?LRCR8;3) ME>S*AFX.(])MZ>;"&B4C9,+<^+J8Y\/&3ZI9E/SQSZFZW!M@_ZI.FT M5I>NYW5DLV9XN'>L?GFPUW`T]60 MCOH1VO=W[[\B?L#[)%MX0MOL,2_@A7YEY)QR+VCCG+V7IH\(K7J,UPKS[=;( MJT9E.Z;W0]53RO;K]47*1USP0'HJ;1.(E]ED3Y=X><8'I:3ZPK/,;DSW]19> MR\&*W+(DS[RV!8_-K9U#'A_3C%^\T+_*+U)Q.R;UVZ/]F8M(V/UE7AJUWQZ_ MZY8\%G;YH+/D6GISL9_-+O!CJ?LZSU[C#OMJNL1[&':$YY)F8)`M)>CT+,_IDQ M0CGMT9IP$)\AK>U^S MN74"SC"?KT0X%3GB70#G`WN$M!HJ(DNFQ*#+!K3_NL=0L8`G+ETW.CN,[VB+ M$((8RR28*YF(_^6(Y0/]\43W/A@`LDQUT!8*XP59!(?\>8;Q8N!NQ6VUITGF MN."CF(ABYB:@U;M[9.!6*4>0^VDT^-T2J'LM5G=V9Q"C6ZE3[JC>UTF,M3U@ MR2V#)]?M(9*.V5[ID4&RK4[:7F/>[VF1N=6[F@C2CVM2PXH!?)RJG;:\EA28 MN+(?F'I5#]P`@-=U2579N''C`OX4BO3KJ(6X$N@+B M(2KPN/)&[(#"'^!`^49\V0.A+CS9R.Y6#$*PZ_FH!X%3FPMAK=E"8Z51;0E! M,C`MY%KYD+2OLC<8+GM/;/=S\QO9&YL$#;XGU$\#70G(4QK9NZ:`!MUMMH3E M-N`/:,!FBM,;DS`#\%JJ&]$=%5%*,%0SHP6$"F=LC#%0*%K/M)@O<8`YZ/K( M%D#Q3!8J`-V?T,+D1D$(UZ=6EUGF(L7:TA"0=1A)0=S.4PXV]II;GGL!,H3U M409%A@FT*\XQYRE(4K]*_T46&?\B3;=+8(W9(V3N#5,$.?1OOB2@V/>CX!2Z M*32+T6!,N?&.(*>A;KA*?J4X_W"7LB1L;)G`C:FOZ"%XKP'#X+">RG6G"-U' M,(/0`9]`1EYK2T3DGN\AHG;:*Q&SUWHIJ7V?YQYE#;+[#9P(6[EY(MIZ>Z4R M,V+)S7O%&16POI!3+@!79MY'+%+W:9U!WI##(JJG@TZ:*&/M(FK"HH]FTPIY M/3!>%JO3OQ%\JOL#)SGB\:9#43Q&2\JB<@XH6K&_4H<->F.R%BW?`E M$2G2-<4("!#A8M-GQ+*:GJ(@YKIU<]NZR8$3(N*B/B:B2%H8*F)=;_F(436MI8IF/FD$\6SV/UU"_;5@B$ESS8EL*3;.#4Q>S`6H0-Y:]-*$^`RWF,I]3A M%PVIN=RCBX,T71UAXFVRT2`1I@PJ\3`[YQ^;S>X$K#J4S$CRW.`6(HK*Z)3& M/,(WW5"[(+A"=Y:F''@H M"$YVC3#^?EN*&\4I;X\FOA7^I[\?[?=UA;^O*_S%KRNDOP+0U\7$?B[AI;Z" M]B>Z0=K7_<,>+@KV>6WT3WYEN<=;K[W>UNWIFFK:FY!]70"-ON/R46X,I;_; MD_SB:^H;O^EOA_5PF3;UA;,>;MGU<]LL^@K509>&'>"2T="OU^IZ$91^"(-` M=4,,S)MUZA,"U(M.$:0F($,PJN@301B*7M`34:UH@FI2"UMDW49&[0*>^!9D M_-7##:HZNEEZ`@*0J:'/X')FLKNOJ]?"@YAM>&[Z*8,0Y^/%?F[S?J:WIB-. M)53G^(_E'7!K>P4X*;)YNXI!]PV8"G%Y\#&2"QSADQ(AGC!E M,QSDJTPXKBB/=73$%8[1VVXLV,PHD'RVOP2,A0>I?1WC'31Q7<8#SRQSD];. MLL'2,DWE.V:S-G2$AII614O4SJZL1U5IBHAVC?_I%@ZM]+65SS+J4KHBDUIBQRI;W$?<\;YS3BHE2AV"7.T M[9'Q61#5-$7Q[KB(0I/K`R(R#4U]'H&/N=0[HDL2EUO4`#;#2S\J, MPC(TZT/IN."U*K"-%&Y'HNLUIC+=P1^-V%H6BRSHKX,&2/FB`>;[WBHI;D#+JX,E&IA;['6]NPR4C"+@ M"NL`V7YUOK7U'B!.1VPSL)$[(^*UPE8B8I:;6S+4-0OX]E?I;?'B9A=_=B63 M64'*O6'Y?'DB,UV3"*FAB&,>?JX+BY1Z05VGM#]/9J%1E4_YC,I6OF#)>1&G M-R(AR8*RQ9LMUN;.QT)Q(L]I>^"Z^Z%AOE=*+@R2!B<"R-'3(1!0!,JBH&I] M-C$X;+6I>\&!'=FA*4!;F.V"X*D=[]SL%D'@=#-M)VT:L6MHVHX8-2`Y<"6R MM!N^3+*2C.W+J[2%`2F0ISS07B_Z:+>;NLD,'>E8C@BH'V4*F9Y MSL/3E;H`&3K2(TZN+LRQPM9U'B/*:M"'4^0PU-,.*23#7G8NN&(JJ'7M8%94 M\WKN3;>KUHP!F&5MS"NX"^FO(>RW'[GSS0)K()8P'6M`E`;-9G;B>>=[D#!) MY7N`JU$0FFC'E,[73]]'+&'`8?T0\`^NO5;;3AIL0X3K1P]AF;41(.,R6-Y` MMU6R6B7AO@Q>(J"+!V7JM9)S7T38`():U,H2:&VWG\^`X@DMQ*7Y2(#8WZ>` M3,"U[.^TO&0ZH82^LDX"C,,]%%[?3"; M[27D<-.2R:&*>V$BYA7OSX`O+*5D=D0AO1C\(12>JH*]DJ?30P;5,'CCB26\[:0=ZNM3AK@B,3_*$ MI=#X;Y*2K(J^ZY3(O4E\&?=1IR@Y6<*9YE M7V0B=!IRLY>=Z).TMME[A>W:#K759=A)3?UL3DKR\#)?1JCUM`?+TH/OO&"A MD'[F+-;75XFRVQSAI8_A5GOQ:(C?YS+B7XMXRA5]%LAD=L6R&]I:G.5E^R#- MUW)#.SF78OWZ_LD@ZAIFSY_J()9XN%=C^5_FU#D)LOT,[^E M#V2Z]['2,/_0K^UGP$J_YF3C#5^SB9]XPDTDLZ2>DFLO.TR\6%R?>O+!AF[R MVTBV7WVTNOHOS04#E-Q>^$%:A'_FHI88)>S0,SWTFTX%X*3#0]QCH4)ZZ@GS M8.JI'I200UM[^TBY$>AG@H MQ6GDH_0TT)[F(@?GXMH3^4R/O>R!-OY`-OY-?> MR&^\D0^]D=]Z(Q]Y([_SUU(\-D)_K7#?7S/<]]$.BQO^70>*%SXBF=S.BGOQ M>0WZE4>V3[LG'MD''MFO/;+?>&0?>F2_]*[_@>?\#SRWK\!S_0]FWO.?DG_.LFPA%?F1Q[(/M&?1B8#\+K^N M]LQ1,:&'W%O`_NWQ4`Z!*C M^8SCY%)7S%N.7-JV-\CC$&&Y,1/%8%!IKDZ3R+F*N38G1[Y1:O?IH1"9W9IB M0$B..:*#Q^3V/`X!1\IHRA1!024L(JA[4;EG`O]B2DJ";%Z(<,:QKGU:WD:! M]%B15$%YT@WM^Z:RT0L&NQD1<1)S(K-Q'XD0&=+3Q#PID!ZF.HV!=`[V3!7: M,T18I]!_7^'0JF81DZ-"@?G_.N_NO_,]SN3-V]? MO=!?WNS8'XW'XYW)X9'^T>'1X8Z98`,];ZM5.A]D4J:N-R0P*V:$M`R2W#%- M(WDX7%$.7Q_J6G'XJJPH+NA49OG^RU?Z;:QXIZME57*G-,VKC!T2)3PW"D#V MGD@5->7G].`-#%L']C$DZ)MD,KCA.?IE>AC<^U0P:')LX89&HDR/7]"9L@;" M94N#`P+O^R_V]K(ACII:E[W_[YNV+R=NW^^Z^_RE;.5T+'3VMOZ!M MGJ/GX#+0K9RX<8Z>B]-XFE8^W+N^_=V1>]]NEA&FG"59*1J=`1.75RJ) M_[4:N4"&^2J2:XE(/I5WL-3.J9JAU+]V75,F19ZQ))SJ$2&L,FZD`+JO-993 MIVQ3QU)Q^'NT4T/M-PQWN\V7;]_@EG?30VTO*>[I=#<=\!308!T3J+U,S)(J MN'@W>3$YVG_M'EP\1S]Q_E^.S<9T;J]T9/[XE)_-_H M\3TPD?<;/8T/=G^N">+<4]4^%^OS']EW#X:,;U_ID/'MJ\/6O.'1OAX['DT. M(.Y=[;%4N*9Q^GOCLXUFD/'\+B77W.+&8IF$;GE>'W#3/PW,>`:2VBU)&-T? MZ;\]/-#%=O3&/=(W'5;&@T*)?.F<<,HR$62NR9RZ")YE.C(PGZK;8T!>82,% MT%;76$XQYBIUMLQR'B-?IPM!O4V)@KY,KO0@%ELX/0KN=4H6\'V$1+[*"H!Z M"R&!+\#O3%^BO2*V3-9!J!=:X8`OQG)=L-,BY]@76P>A7FR%@P&<4H5)V!MF ME%VU6>)[]PHP$OMINX'N.B$ADK1_&3U]CT?9P8R>NL,C[5]&3]_C474RHZ?J M[*@[E]%SZ?2H.Y?1<^GTGJ27&AR\')DQY]$^8/!2?KO/W1,YI2BW0J^FN,:0 MM.:ZXM0@Q8NZP5_"J@%<4J[;5(1#8WO3T@&ZK; M&F42+3$Y,8"!9T8+!DCNE&02EIL@D_!:]O=%5?'HNXF)1P\`\>@3M6S"1CEZ ?:B=!V"I'3^LC<"V;M$F.GH.;>-J6_7_%/&%Q2^T%`(F) ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 2: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 F41F4153EB for ; Tue, 28 Dec 1999 02:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA17392; Tue, 28 Dec 1999 02:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 28 Dec 1999 02:10:02 -0800 (PST) Message-Id: <199912281010.CAA17392@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Thomas Gellekum Subject: Re: ports/15484: 'make test' crashes in math/netcdf Reply-To: Thomas Gellekum Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15484; it has been noted by GNATS. From: Thomas Gellekum To: Kotchourko@iket.fzk.de Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/15484: 'make test' crashes in math/netcdf Date: 28 Dec 1999 11:07:53 +0100 Sorry for the late reply. Kotchourko@iket.fzk.de writes: > >Description: > After installation of port 'math/netcdf' the attempt to 'make test' > (how it is recomended in 'INSTALL') crashes > >How-To-Repeat: > cd math/netcdf > make install > cd work/netcdf-3.5/src > make test The test in one of the subdirectories fails because it expects a different representation of the data, like 0.200000 vs 0.2000000. Apart from that the tests are ok. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 2:12:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cichlids.com (as15-129.rp-plus.de [149.221.237.129]) by hub.freebsd.org (Postfix) with ESMTP id B82D315461 for ; Tue, 28 Dec 1999 02:12:12 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id C7A67AB8D; Tue, 28 Dec 1999 11:11:00 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id LAA03116; Tue, 28 Dec 1999 11:11:42 +0100 (CET) (envelope-from alex) Date: Tue, 28 Dec 1999 11:11:42 +0100 From: Alexander Langer To: Steve Price Cc: Bill Fumerola , freebsd-ports@freebsd.org Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/se-ispell Makefile ports/textproc/se-ispell/files md5 ports/textproc/se-ispell/patches patch-aa ports/textproc/se-ispell/pkg COMMENT DESCR PLIST Message-ID: <19991228111142.B1643@cichlids.cichlids.com> Mail-Followup-To: Steve Price , Bill Fumerola , freebsd-ports@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from sprice@hiwaay.net on Mon, Dec 27, 1999 at 10:25:43AM -0600 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Steve Price (sprice@hiwaay.net): > Alexander was the originator of aforementioned PR. Maybe between > us, we can workup a solution that everyone is happy with? :) Try this additional patches to the port. As I said, it's not the problem :-) I believe stuff for the CDs is build with -DBATCH, isn't it? --- /dev/null Tue Dec 28 11:09:01 1999 +++ files/Makefile.inc.default Tue Dec 28 11:02:15 1999 @@ -0,0 +1,51 @@ +DENEU= YES +DEALT= YES +BR= YES +SE= YES + +DENEUDISTFILE= igerman98-0.40.tar.gz +DEALTDISTFILE= hk-deutsch.tar.gz +BRDISTFILE= br.ispell-2.3.tar.gz +SEDISTFILE= iswedish-1.2.1.tar.gz + +.if defined(DENEU) +DISTFILES+= igerman98-0.40.tar.gz +MASTER_SITES+= http://members.xoom.com/maccy/ispell/dict/ +FETCH_BEFORE_ARGS+= -b # HTTP Workaround at Xoom +.endif + +.if defined(DEALT) +DISTFILES+= hk-deutsch.tar.gz +MASTER_SITES+= ftp://ftp.informatik.uni-kiel.de/pub/kiel/dicts/ +.endif + +.if defined(BR) +DISTFILES+= br.ispell-2.3.tar.gz +MASTER_SITES+= ftp://ftp.ime.usp.br/pub/ueda/br.ispell/ +EXTRACT_ONLY+= br.ispell-2.3.tar.gz +.endif + +.if defined(SE) +DISTFILES+= iswedish-1.2.1.tar.gz +MASTER_SITES+= http://www.sslug.dk/locale/ispell/iswedish/ +EXTRACT_ONLY+= iswedish-1.2.1.tar.gz +.endif + +post-extract: + @${MAKE} checksum + +.if defined(DENEU) + -@/bin/mkdir -p /usr/ports/textproc/ispell-dictionaries/work/igerman98-0.40.tar.gz + @cd /usr/ports/textproc/ispell-dictionaries/work/igerman98-0.40.tar.gz && /usr/bin/tar -zxf /usr/ports/distfiles/igerman98-0.40.tar.gz + @cd ${WRKDIR} && ${PATCH} < /usr/ports/textproc/ispell-dictionaries/files/DENEU-Makefile.patch >/dev/null 2>&1 || echo "Patch for igerman98 Makefile failed." +.endif + +.if defined(DEALT) + -@/bin/mkdir -p /usr/ports/textproc/ispell-dictionaries/work/hk-deutsch.tar.gz + @cd /usr/ports/textproc/ispell-dictionaries/work/hk-deutsch.tar.gz && /usr/bin/tar -zxf /usr/ports/distfiles/hk-deutsch.tar.gz +.endif + +.if defined(BR) + @cd ${WRKDIR} && ${PATCH} < /usr/ports/textproc/ispell-dictionaries/files/BR-Makefile.patch >/dev/null 2>&1 || echo "Patch for brazilian Makefile failed." +.endif + --- Makefile.old Tue Dec 28 11:03:15 1999 +++ Makefile Tue Dec 28 11:07:01 1999 @@ -28,6 +28,14 @@ SEMASTERSITE= http://www.sslug.dk/locale/ispell/iswedish/ # Stuff + +.if defined(BATCH) +DENEU=yes +DEALT=yes +SE=yes +BR=yes +.endif + BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell EXTRACT_ONLY= DISTFILES= @@ -51,7 +59,11 @@ .if !exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) pre-fetch: +.if defined(BATCH) + @${CP} ${FILESDIR}/Makefile.inc.default ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc +.else @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.port +.endif .endif pre-build: Alex -- I doubt, therefore I might be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 2:27:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id C84441545A; Tue, 28 Dec 1999 02:27:16 -0800 (PST) (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 LAA10339; Tue, 28 Dec 1999 11:27:13 +0100 (CET) (envelope-from ibex) Date: Tue, 28 Dec 1999 11:27:12 +0100 From: Dirk Froemberg To: Mikhail Teterin Cc: stable@freebsd.org, ports@freebsd.org, nsayer@freebsd.org Subject: Re: -lc vs. -lc_r (building Apache-PHP) Message-ID: <19991228112712.A9934@physik.TU-Berlin.DE> References: <199912272030.PAA76727@rtfm.newton> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <199912272030.PAA76727@rtfm.newton>; from mi@kot.ne.mediaone.net on Mon, Dec 27, 1999 at 03:30:08PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Mikhail! On Mon, Dec 27, 1999 at 03:30:08PM -0500, Mikhail Teterin wrote: > Tom once stated: > => => What's the magic and why doesn't the port know it? Why is -lc even > => => in play if some of the components (-lmysqlclient) require -lc_r? > => => Yours, > => = > => = libmysqlclient does not require -lc_r, because the library does > => =not use threads. Only mysqld is threaded. > => > => Thank you, Tom, for this correction. However, this does not change > => much. Some other extension wants threads then... > = > = Uhh.. highly unlikely. Almost none of PHP3 is thread-safe, and only a > =bit of Apache is thread-safe. I doubt that anything in the Apache-PHP > =port wants or needs threads. > > I did not put it in there myself :) At least one of the many extensions > selected (I included the Makefile.inc with my original report) dragged > the c_r with it... It's the mhash option causing the problem. I disabled it for now. Basically the mhash port doesn't seem to be able to deal with FreeBSD's -pthread. I'll look at it to see whether the problem can be easily be solved. Regards Dirk [Cc'ed to mhash's maintainer] -- 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 Tue Dec 28 3:30: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A25F1513F for ; Tue, 28 Dec 1999 03:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA22108; Tue, 28 Dec 1999 03:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from dor.zaural.ru (dor.zaural.ru [195.161.56.129]) by hub.freebsd.org (Postfix) with ESMTP id 6C2D214D6D for ; Tue, 28 Dec 1999 03:26:12 -0800 (PST) (envelope-from serg@dor.zaural.ru) Received: (from serg@localhost) by dor.zaural.ru (8.9.3/8.9.3) id QAA20429; Tue, 28 Dec 1999 16:26:00 +0500 (YEKT) (envelope-from serg) Message-Id: <199912281126.QAA20429@dor.zaural.ru> Date: Tue, 28 Dec 1999 16:26:00 +0500 (YEKT) From: serg@dor.zaural.ru Reply-To: serg@dor.zaural.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15741: joe editor coredumps when read a file using ^K-R Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15741 >Category: ports >Synopsis: joe editor coredumps when read a file using ^K-R >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 Dec 28 03:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Sergey N. Voronkov >Release: FreeBSD 3.4-STABLE i386 >Organization: Dorojnik, Kurgan >Environment: Any. Code bug. >Description: Joe dump core file when read a file using ^K-R. Problem is NULL-pointer assigment in b.c, patched line with b->filehandle (b is uninitialized). >How-To-Repeat: Open any file and try to insert another one into it. >Fix: Change patch-ad to this: --- b.c.orig Fri Jan 20 13:38:25 1995 +++ b.c Tue Dec 28 15:56:10 1999 @@ -22,4 +22,7 @@ #endif #include +#include +#include +#include #include "config.h" @@ -202,4 +205,5 @@ else b->o=pdefault; mset(b->marks,0,sizeof(b->marks)); + b->filehandle = -1; /* initialize filehandle &&& ob */ b->rdonly=0; b->orphan=0; @@ -256,4 +260,8 @@ if(b && !--b->count) { + if (b->filehandle != -1) { + /* close filehandle, free lock &&& ob */ + close (b->filehandle); + } if(b->changed) abrerr(b->name); if(b==errbuf) errbuf=0; @@ -1672,5 +1680,6 @@ long skip,amnt; char *n; - int nowrite=0; + struct stat sb; + int nowrite=0,fh=-1; if(!s || !s[0]) @@ -1705,4 +1714,26 @@ fi=fopen(n,"r"); if(!fi) nowrite=0; +/*printf ("nowrite open=%i\n", nowrite); */ + + /* check file mod, if no write flags set, + joe in read only mode. &&& ob */ + + if (!nowrite) { + nowrite = (!stat (n, &sb)) && (!(sb.st_mode & (S_IWUSR | S_IWGRP | S_IWOTH))); + } +/*printf ("nowrite stat=%i\n", nowrite); */ + + /* lock the file if writable, or go into read only mode if + already locked, */ + + if ((fi) && (!nowrite)) { + fh = dup( fileno(fi) ); + nowrite = (flock (fh, LOCK_EX | LOCK_NB)); + } +/*printf ("nowrite flock=%i\n", nowrite); */ + +/*nowrite = 1; */ /* for test purpose */ +/*printf ("nowrite=%i\n", nowrite); */ + } joesep(n); @@ -1762,4 +1793,5 @@ b->er=error; + if( fh != -1 ) b->filehandle = fh; return b; } >Release-Note: >Audit-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 Dec 28 4:53:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id BA87714F3F; Tue, 28 Dec 1999 04:53:52 -0800 (PST) (envelope-from jay.krell@cornell.edu) Received: from jayk-home3nt (user-2ini99h.dialup.mindspring.com [165.121.37.49]) by smtp6.mindspring.com (8.9.3/8.8.5) with SMTP id HAA04380; Tue, 28 Dec 1999 07:53:50 -0500 (EST) Message-ID: <001601bf5132$8fb742f0$8001a8c0@jayk-home3nt> From: "Jay Krell" To: , Subject: Re: ports/15514: /usr/ports/devel/t1lib hangs in configure, checking whether external symbols need an underscore prefix Date: Tue, 28 Dec 1999 04:53:37 -0800 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.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Was this fixed only in 4.0-current? I cvsuped to 3.4-stable and the latest ports and this still repros. (I don't know yet how to easily view the checkin logs/diffs to figure it out myself..)\ - Jay -----Original Message----- From: steve@FreeBSD.org To: jay.krell@cornell.edu ; steve@FreeBSD.org ; freebsd-ports@FreeBSD.org Date: Friday, December 24, 1999 5:30 PM Subject: Re: ports/15514: /usr/ports/devel/t1lib hangs in configure, checking whether external symbols need an underscore prefix >Synopsis: /usr/ports/devel/t1lib hangs in configure, checking whether external symbols need an underscore prefix > >State-Changed-From-To: open->closed >State-Changed-By: steve >State-Changed-When: Fri Dec 24 17:30:05 PST 1999 >State-Changed-Why: >The problem in libc_r has been fixed by Daniel Eischen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 7:21:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 718) id A906B14DE7; Tue, 28 Dec 1999 07:21:49 -0800 (PST) To: mi@kot.ne.mediaone.net, jasone@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG From: jasone@FreeBSD.ORG Subject: Re: ports/15724 Message-Id: <19991228152149.A906B14DE7@hub.freebsd.org> Date: Tue, 28 Dec 1999 07:21:49 -0800 (PST) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: linuxthreads port broken State-Changed-From-To: open->closed State-Changed-By: jasone State-Changed-When: Tue Dec 28 07:21:05 PST 1999 State-Changed-Why: Missing Makefile update committed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 8: 8: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id CBDC014E22; Tue, 28 Dec 1999 08:08:02 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 15-149.008.popsite.net ([209.69.195.149] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.12 #1) id 122zAC-0005jz-00; Tue, 28 Dec 1999 09:07:56 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id LAA00666; Tue, 28 Dec 1999 11:07:51 -0500 (EST) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3.1 [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: <001601bf5132$8fb742f0$8001a8c0@jayk-home3nt> Date: Tue, 28 Dec 1999 11:07:46 -0500 (EST) Reply-To: Will Andrews From: Will Andrews To: Jay Krell Subject: Re: ports/15514: /usr/ports/devel/t1lib hangs in configure, chec Cc: freebsd-ports@FreeBSD.ORG, steve@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 28-Dec-99 Jay Krell wrote: > Was this fixed only in 4.0-current? I cvsuped to 3.4-stable and the latest > ports and this still repros. (I don't know yet how to easily view the > checkin logs/diffs to figure it out myself..)\ CVSweb is your tool. http://www.FreeBSD.org/cgi/cvsweb.cgi/src/lib/libc_r/. cvsweb.cgi followed by the src organization. There is also ports, www, etc. ('course, people like me who keep a copy of the repository don't need cvsweb.cgi, but hey, it's nicer-looking than `cvs log` ;-) And you don't need a copy of the CVS Repository, which is at around 950MB uncompressed (which is to say nothing of the several gigabytes of userland software I have installed). -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 8:20:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8068815458 for ; Tue, 28 Dec 1999 08:20:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA00951; Tue, 28 Dec 1999 08:20:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mauve.csi.cam.ac.uk (mauve.csi.cam.ac.uk [131.111.8.38]) by hub.freebsd.org (Postfix) with ESMTP id 043AC15458 for ; Tue, 28 Dec 1999 08:18:55 -0800 (PST) (envelope-from sa264@phy.cam.ac.uk) Received: from yamame.phy.cam.ac.uk ([131.111.79.201]) by mauve.csi.cam.ac.uk with esmtp (Exim 3.03 #1) id 122zKj-000524-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 28 Dec 1999 16:18:49 +0000 Received: (from sa264@localhost) by yamame.phy.cam.ac.uk (8.9.3/3.7W) id QAA00780; Tue, 28 Dec 1999 16:18:50 GMT Message-Id: <199912281618.QAA00780@yamame.phy.cam.ac.uk> Date: Tue, 28 Dec 1999 16:18:50 GMT From: sa264@cam.ac.uk Reply-To: sa264@cam.ac.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15746: Make cad/cider neater Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15746 >Category: ports >Synopsis: Make cad/cider neater >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 Dec 28 08:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: AMAKAWA Shuhei >Release: FreeBSD 3.4-RELEASE i386 >Organization: University of Cambridge >Environment: FreeBSD 3.4-RELEASE i386 >Description: Do not set NO_WRKSUBDIR to yes. Specify WRKSRC. Respect CFLAGS. Make less use of __FreeBSD__. Use more system-defined make variables. >How-To-Repeat: Good question. >Fix: Patch attached below. Removed files: files/Makefile scripts/configure Added files: patches/patch-aj patches/patch-ak patches/patch-al patches/patch-am patches/patch-an patches/patch-ao patches/patch-ap patches/patch-aq patches/patch-ar patches/patch-as patches/patch-at patches/patch-bj patches/patch-bk patches/patch-bl begin 644 cider.diff.gz M'XL("&^\9S@``V-I9&5R+F1I9F8`[#W[<]I(TC_COV+6<5U!>$GBC9-<,."$ MBVU<@#?>[_:*DH0P6H/$2L)QOFS^]Z]G1A)ZC)[.[EU]=:X$Q&BZIZ=?TSU, MBY6Z7J/JP;A!LKI2C)INJ`_U:_%16:M;A;:Y'T^JU2JK6V$N6FBDR$AH(;[5 M;W)]CD-\K]<[*9?+`1R%:UVC?3O0I8^[-VG?]^]1E6]6A"8JPUN30^_?GZ`3 M=#V8W"S@_WCVMB#NQ$?QB_C^MWWMTE"4B_D("'F`7N7/LT_SV?!MH7#V#2Y' MD]GWNJGN3M#=?+R\OYI74`/V@3X;WB`,V5=>U(,J\8C M[6#ME`>X,/>JK,`[G3)/^C:@[VXMU1KD4XM^DL5]K04-5Y.;3W.,S`8D[PT, M>8+VAE+=BY:\Z9]4@Y7JD%O MU*QG*P!`>1L'<%(NO&>-EF6D-*.Z:3DS)(->W>!!S:A1#Y:ZK8-`%B82KPME+69BT2+^ZN:O+VL%("/+J<7(WG1(41`0J\S@#K&YO"GI17>E4ZJ-L5D6!17D6,A?[V M-[@S'R_&-S]_AZOKP:?QTG/]O12&]XZ7!IX0HVJF)6ZW+R4'V7A>2M81#S9H MK.\N@:BFKM%/H'*JIJR*-]/;Z6PQF@[G)6+MU\0E`9K;V?AR<@_D;T1#J2O/ MXFZ_54PZFP;I.KF9+P975\O18#'X'N;\Q\%LC#_V[>L/L]M4U!X]@[\K MG7K=E`UU;Q%.:*H5ZD7G8W>B%I127J1OI,!>(*Q41-#YDZY1XOIAHJ)^Y:6R M"KCQEPL+U11MI:ZQ.=9L9X[>2.:JMM=A*=\]OCM9L>(;[&9-UR=2E+ZV8*3C MNYDFW`D`'.R8IXWX;A_^-;K'F$>H]%`9OSCQSJ=QH?`6U0^F49=4C2R1)PB" MH/'LWBSE";U%U]'EPLUC>\_Q)=3C$S'DU^`#.K?PJC,N]"V+6]*II&8KV M8&VJAK(ZR#"5^R7H-9[B61&(OQC,Q^!/KT8$!C=7KXXW\(J.JEM#$5=;\*QP MN8/_EF+L(.8Z08/Y]?+C8/@)H-Z@^DIYJFN'[?:D.O]EOJ1$8'PCT(B3E(E2UJU@)?* MX+J#%TF$=;+DZ1!<19T.)\<%,@';<6E-P'KLF$)6=L3%8D;-7C[BY$;[9)>> M#>=-=;K]5J//-8YFWZAT4+GAFOTQD"C4:&A,`C'D."G[/@+VR)N=OD)BV7CV M>$?L*1PG2SN[83!DH5+M?MY,F#8R=BIZ;QSBV@&&B=CY;.2@J)U?<$6!P?^CV^ M_D5+$"6M'L-]I>K>!;6"WXS@_4"[JR!AIIEHM^ M3=:7>'!40,'^=BH=:,9)8X'5?V_HLD`I\#;O#EL+N"A':&H,5'U_W;&DPC.]X-PM.=V^$@=&YEXE&>Z>$ M12"]E1Y;HTXV9L*X[!ML/Y.&_;&0"8Q.@(UA:-*HD:R+!8SF4D:?2K9ZP+V1 M]ZHHVCXOV!STI<'[:?QH"`9'1QB&!]?9Z;?:?0SL;B)6P(7B%QP=O7[].A1T MD.T.B!;7(ABS2<@B5.!X2^C9VY(MLE8W,?G5!`QN?,\+B&^2*?3L*9#A\PY= M)D/G&!:]]O^1!L1SK0H/'*,M"+TJ`',U2UVK"BP;)A*U%8(@>3&^1JJ)K(V" M-'&G('U-KO>*436_0IRX0V270[5473-I!M.I="&%P:]XT4)HOIS?3B!5&=^/ MASC8QZ&^TP8?2]B3XGZ4"C>!GLSF:*N:%AU\I1J*;`&'%/P9>*0I0*<%E@]+ M-R0$%GR2E+5N*!%2/JZ63#Z#TK3C1'P$#S"Z`?E;(TJ^J0<-"S?-@&S)]MH5 MGA-#XYS.!N MO]GM"]TXJ;)199%P+F+"TLY*"%ORC0Y7:70%J M<,*$LFZ[TK,UG0R!/S?I9*L(*<^6`O.2(0)#K\%';+>Z7"R=AVX]*):B/?GO MJ)J%%,/0=&@LHU?J6@,_AY9+.])>+D-8P!TN`0*[K'_^BT+1[:@TP[EWOJS" M=!C@BTDKDP<\UZOP8$%'+O`\#RU'/KS".S&$%E1_C>2M`A&I`G]UIJVO'-=#E8S"8?/BY'X^%5`7@%'!--5=L440FO MXIIN(1(A6QL@JX"Y5_5AH.`%#"K*NHGA*BX&N+)$BLOYLU7(@^%R,;D>$P1K M2]TI!.P-OC)KFW<%.J8?8C&>70\'MP3&`@MX?GX&J`*S[\^7T]DGTA/D7U7- M7069&_T`&3">&H0"FB(KIBD:7QF3(PI`@(F*$)Y`+J&(*QS50%8I;PP\L[/"".JMQ/$9"+!1WKC?E@ M65\IV^ATL(>K"`W7L..5(]IP7Z@SV25>SBT(/^0<2+W!^\(`>S`A+\%[`=H# M'LF+PF[&K38.UX\$,;Y$&G]T93+%AK%`MF`6JDRX^*171"L>0:@S58IHZE`A'80O7U M2L1ZA.P($+>QN'IY-1TLEM1*UEM=M+`GB&#_\..,JIMCQEZ^._;N@%*S3).@ MR.QD0DY(4.0<"8HS$)!,1 M[*0D+0'LA*3+57K=8R:*V=?D\?8`>:7YA_?/@JP#3..?W+_.@[+8%VNUUI=S+N!JS8AK%*,+95 M#F-;,8RMD\?8=J*J>1E\#0D5\(B#K%M(L0MP1!'@<*O;YYI)1I9J\&@#2QJ8 M+5JA56EPGEP??^[0%2R-D!6V0$)?=P7OYQ"R$A9R2\BSY2/OZQO(KW7C:X0M M->U=SR1S]B(*\ATT,'&[)P,AT4:=CHB([5M(\;T;/?#9R?C3"'_-%M0Z0?CK M',)?,X3?S2-\[`/Q-A$TFP[7/RLK8FRHA[CF\?QP&F]^1,7@?:S%9R8FWJ^G M(>1/48('ML`>$I3@(8<2/`25H-/G,GU)XV68J3YHXC9R-6VDWO)U$#'XGFI- M3TE(O/B3B8C8[!6PNS\*'W_NI1?^ABVH38+P-SF$OPD+G\^]X__,C()24*/'3Y"Z)U&I=-M>H5.6C($>K^Q!?1;@M!_ MBSYU&"GTWWS?[77ZPE%1L-#Q(440.M@(2#WB*T_S4=DJEDY/NBXAQZM)]I>G MF)Q+14*PQ'&P?,`_Q]8P/>DP!>B##+AA!Z)E3&"WA<_AD5=,(7J%KB87L\%L M,IY#9BH_6DC>0][YA$">:+/=(\C)T&XMX?][&>&5'&DJ,G=[1`M/`(<7`P:U ML7@QG!6O+R^@7\G%<%:_`/:Z'?S9T7[=JDFXNYI%.Z1K1R/"0KWF$/A'L,* M)S1?HG"FM7(5+O1M/=_.H'`4$T/A>AZ%$\C!3_)*%*Y0*.`3$J=G9]_P/I`?^&L.!R6/$>JSXJ3F^'5W6AA0+:SH2VVUS7\>7JWN+TC4G?. M1F,-<=%X5"4G+DR=I.N6:1GBOH_$[1?QJXGG47VOKI&EF!8Z?3XK8CRGH/^G MS]@AGI[C(QT:WD*D.SF_IE*K+5L%M@EJM3.^&4TO<3'!:'PYOZ=R ML\5-#ME/7.D3F5-EN"\%_`[3B9"^WG($IA-*#8J&TYO+Y6A\NQS?+V8#"HR; M[D%GX79H)H7"6DVE/SNVK'<)^K/+H3^[@,PX?Y%'@OXX00,L#W5'AE2)\&EA M3$D#*.'Z+:'?BEP"64C"5'%=CR;Q'-8D\DHT"2\"B\'LPWB1N"S$:Q-N6`P_ M7,\_4&CG*\O_7"W#!X'!Y])W&1KVAOX$DL9MSJ6<2NLTMH9H"5JGY=`Z+>@I M.'!TNF;SM8-/4'?]!SZI@?UC>\W6B%]ZW+1^N94M.E[AJH)^+@-W26*4C4/ M?)@6GO>NDKV*`.30-[I.[AY7N/BRZ#^=:@<)EY53T($NLI:"SX^%B\O.X5)7E8]Q&PBI6N#6:3Z[OK@:+ZO;>SNED@A/X1L`I1;0ML\<(PK_89<0C)`XB`T=0X;TB;W0T MQ,?T5>V!,*&/SI&QPZRF+,%LZQ"V=6+9)C'8)KV0;=*/9AL3X5'H/YAMO4X% MPKPR?8MD',1"=S=C_`R0$F7?\2/EW+?A$-?ZT5GB*WN6WRD+/-U#C+)!/5S* M`$^\B"-5S2/*6(*T")DED\*$=(U<[Z.T).2F((H`'Y/Z*53CU-4-'^CI><&[ MMT)S.T&H\.3@/WF/5!-_XA-)0SI'[C="7S#L1.'>%8QA9Y$PJ$"TBN777=(# M["6K^`I/SK[Z<=.+I,4S4O(.7$8L>$Y.`2I9@)WKZ'EE)=^'\@43B,)C;S\' M$[VT&\U[=EZR3\AU]CERG;VO4KO9;_)]H1?.K1OQN77@:52LG4&N:Y_\B$NO M`WC"M''>#)MO"/C,'7[C[>0'_M5?HVM1-B!?!-RBMC+Q45A/\_J@R:2JC];; M.4=$-PH$1\_J[K!#NH%VJD8N\<'.O:+A"D)2(OAUK]0(OO(K_"2DHO,HI(OY MJ(0?WH`OT+NWF,@&URYAB3OG2-'UX+XH5J22YZA?L2B6T#M4A,:_(WS=Q]=^ MJ,D-$^H-`ZIL'SSU\\&9L'>^M/A0E$Q]>[`4]"1N#Z0&4J3G8+'KW>NXW$4[ M["10-\I#EZC!Q1R/B\)$<4!2U:9)+$4\OB*@@[^S5?/W!'7_/8>Z_QXHTA,Z M?3Z\@=GH1JM[IOHPMJ9'U(;1!+\9^":E56FCF3B-MBZ MZ:KFDE1/+)[3O.[F'X@*N;71YE?,-D/_A&SC,+C'T:>!E"/+V,I1965E1A%; M!D.,JVKSF$[2X(&2MC*KHLW>=L8%;*!/?,L-3:)+ULJQ%6NN6-.YG$`%6YE9 MP'8VP=I8; MO61WD+*Z+MXAA"KK;*I:Q[/8)`TG$6^[(@A4J=#K`M8!7/T"1*Y-0C/-VD11!"EJ`P+?RM3&"U,P6+U;3*X\:FU__"L6 M)!"_&R`/KJZFP^)S"Q&>.Q^[6CO;W]_9TO9R-Q[CC M-SP;_+XV%*58I($BZ7R.F_&#)[Y_IXQJ-DFU6/?(*G_F=G]_CZYU6,4A33/Q MTP`MW<[8<".-JDQ]IX#-Y$Q'W;PR,IOTL.+>TY65KAY#00=F/OG@X$<2)H$C M(,Z5"*!59*>)3F.5-(LE>P/%036XF,X6Q1):K[<'6,A,"TS%*)T?/^H'JW0. MG#$L'**F,6*+;7!6@A%;.8S8"FQB"#W[6*W?B%,<7I"W:E2I70L_W3+%T06* M(DP1Y\TX^2:V8GAU#HNZ09UL[\N<^EH!,:O9/*S7=@!XM-53ZD9._1*^G5[] M\F%ZKW=&60(SFV/L-JW?9YT?FGP>WDYN%#?:-I&`02SV#.P"@ M$[MZ2VZ>H^\NW5AF2_)8V"_J=DL^@IV0!G`*(L+/CQ*UA\,6O`UDDV(-H05X M"KJ,*JLT]B"Q'VLF)3S63,KQ6#.`\6I?NR_P_592Q0Q!Q$M\ZL>+`5*^%3@^ M'XLD<'P=;S9Z:^5\3YC.,GK996#&82,>@=6K\'SKQS[;+(U^L!^C)24\1DO* M\1@M@`G55PA)A;,^!L<_FZPAN,?K_9J1\'RR-G:R7#=*)U(/&E:(-`-&5*'W M*KU6I@IHB?VX`2GA<0-2CL<-2*''#73!T0J;?_$#(HEKK M\,/F#O;).0Y'7&!,S42)1^#SF1=Y0+W0CA-_/K+8NI"9I*@'X?4JC6[+6QU) M6C(H![L\7DHHCY=RE,=+H?+XCO]GD!*5`W/-?V376RO5PX M@G#["2$L\6<8."SO=(-&5#Y7>MD<.KO@74HH>)=R%+Q+H8+WCEOCETV<[JG8 M$%.;PQ2PE%[%*.(G:)4<3> MRFRGH5_+.AY\/JY\GF+9:!&',`61<'8T%27LK*2PQ9Z!C(@25_SMGZ>^%9^B M2"U^=G&KE%#<*N4H;I48Q:TM3\0=+J\(AZ_1Q:V>F`D7FWF>'7&D)VMQJT=R MY'@E^5Z9O#IG0-S:U`*M356U_<%"NH8?K?Q%7R%G*4;F88]_3>0D?RGJOZ,2 M56)7HDH)E:A2CDI4*52)RMME,GFU([H2M<$?(^HTVL&N1.W87[;^MQ(U:R6J MQ*Y$E1(J4:4,>T=3Y@Z-3;#R6@\"];8V)SRE@[\?RJB89PGCC6:N%/HL1:2YCPQ M\\AW@@W''?E.8[>Q1[Y??!*>;:G.#\91M`?#2>-"[4%;#75($R"&@1)^J:OC M^:6NGQ!]NN(&_S*6O&?^2*CGU_N./RX6T3?\NZ3!AZ$DHR#3BON%Q_\;3B.P :W$>*]9H,^)UZ1.G''!*&Z0<`\=%,B:MX``#\ ` 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 Dec 28 8:24:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id DD31915485; Tue, 28 Dec 1999 08:24:53 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 15-149.008.popsite.net ([209.69.195.149] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.12 #1) id 122zQQ-00078t-00; Tue, 28 Dec 1999 09:24:42 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id GAA32224; Tue, 28 Dec 1999 06:10:08 -0500 (EST) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3.1 [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: <199912280955.BAA16028@freefall.freebsd.org> Date: Tue, 28 Dec 1999 06:10:08 -0500 (EST) Reply-To: Will Andrews From: Will Andrews To: Satoshi Asami Subject: RE: cvs commit: ports INDEX Cc: ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 28-Dec-99 Satoshi Asami wrote: > asami 1999/12/28 01:55:57 PST > > Modified files: > . INDEX > Log: > New index, with 2,909 ports. This may be the last index of 1,999 (no, > it's not the last one of the century of the millenium, not by a long > shot). > > And 2,909 is a prime. (How fitting. :) I'd be proud if we broke 3,000 by the time 4.0-RELEASE comes out. And I have the feeling that we will. Maybe we'll get 3,011 for another prime, just before the CD burning. ;> -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 8:40: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 33C7914ECA for ; Tue, 28 Dec 1999 08:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA05454; Tue, 28 Dec 1999 08:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 28 Dec 1999 08:40:03 -0800 (PST) Message-Id: <199912281640.IAA05454@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: RE: ports/15741: joe editor coredumps when read a file using ^K- Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15741; it has been noted by GNATS. From: Will Andrews To: serg@dor.zaural.ru Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: RE: ports/15741: joe editor coredumps when read a file using ^K- Date: Tue, 28 Dec 1999 11:33:43 -0500 (EST) On 28-Dec-99 serg@dor.zaural.ru wrote: > >>Number: 15741 >>Category: ports >>Synopsis: joe editor coredumps when read a file using ^K-R Please send this kind of thing to me before sending it to GNATS, so you can get a "Reviewed By:" stamp from me BEFORE sending it in.. I am the maintainer for this port after all.. ;) >>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 Dec 28 03:30:00 PST 1999 >>Closed-Date: >>Last-Modified: >>Originator: Sergey N. Voronkov >>Release: FreeBSD 3.4-STABLE i386 I used these machines: [ 3.4-STABLE as of December 28 ] FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Tue Dec 28 10:44:21 EST 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 [ 4.0-CURRENT as of September 29 ] FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 > Joe dump core file when read a file using ^K-R. > Problem is NULL-pointer assigment in b.c, patched line with > b->filehandle (b is uninitialized). Interesting.. I get the same problem using joe v2.8 (port Makefile v1.6)..: Name of file to insert (^C to abort): prdesczsh: segmentation fault (core dumped) joe Have you reported this to the joe author? > Change patch-ad to this: > > --- b.c.orig Fri Jan 20 13:38:25 1995 > +++ b.c Tue Dec 28 15:56:10 1999 > @@ -22,4 +22,7 @@ > #endif > #include > +#include > +#include > +#include > > #include "config.h" > @@ -202,4 +205,5 @@ > else b->o=pdefault; > mset(b->marks,0,sizeof(b->marks)); > + b->filehandle = -1; /* initialize filehandle &&& ob */ > b->rdonly=0; > b->orphan=0; > @@ -256,4 +260,8 @@ > if(b && !--b->count) > { > + if (b->filehandle != -1) { > + /* close filehandle, free lock &&& ob */ > + close (b->filehandle); > + } > if(b->changed) abrerr(b->name); > if(b==errbuf) errbuf=0; > @@ -1672,5 +1680,6 @@ > long skip,amnt; > char *n; > - int nowrite=0; > + struct stat sb; > + int nowrite=0,fh=-1; > > if(!s || !s[0]) > @@ -1705,4 +1714,26 @@ > fi=fopen(n,"r"); > if(!fi) nowrite=0; > +/*printf ("nowrite open=%i\n", nowrite); */ > + > + /* check file mod, if no write flags set, > + joe in read only mode. &&& ob */ > + > + if (!nowrite) { > + nowrite = (!stat (n, &sb)) && (!(sb.st_mode & (S_IWUSR | S_IWGRP | > S_IWOTH))); > + } > +/*printf ("nowrite stat=%i\n", nowrite); */ > + > + /* lock the file if writable, or go into read only mode if > + already locked, */ > + > + if ((fi) && (!nowrite)) { > + fh = dup( fileno(fi) ); > + nowrite = (flock (fh, LOCK_EX | LOCK_NB)); > + } > +/*printf ("nowrite flock=%i\n", nowrite); */ > + > +/*nowrite = 1; */ /* for test purpose */ > +/*printf ("nowrite=%i\n", nowrite); */ > + > } > joesep(n); > @@ -1762,4 +1793,5 @@ > > b->er=error; > + if( fh != -1 ) b->filehandle = fh; > return b; > } Thanks for your work on this! Unfortunately, however, it did not work on my -CURRENT machine. But I suspect it may be because the -CURRENT machine is still a very old version due to problems with if_ep. Thus the compiler is very out of date now (gcc 2.91.66, although this compile worked fine with gcc 2.7.2.3 on the -STABLE machine). In addition, who knows what changes might have been committed since the date indicated above; maybe the error below is obsolete. Could someone with a newer version of -CURRENT test it on their machine? I get errors like this: <1 5019-0> (99-12-28 11:26:50) [root@argon /usr/ports/editors/joe]# make ===> Extracting for joe-2.8 >> Checksum OK for joe2.8.tar.Z. ===> Patching for joe-2.8 ===> Applying FreeBSD patches for joe-2.8 ===> Configuring for joe-2.8 ===> Building for joe-2.8 cc conf.c -o conf ./conf /usr/local/lib 0 cc -O -pipe -c b.c b.c: In function `bmkchn': b.c:207: structure has no member named `filehandle' b.c: In function `brm': b.c:262: structure has no member named `filehandle' b.c:264: structure has no member named `filehandle' b.c: In function `bload': b.c:1795: structure has no member named `filehandle' *** Error code 1 Stop in /usr/ports/editors/joe/work/joe. *** Error code 1 Stop in /usr/ports/editors/joe. *** Error code 1 Stop in /usr/ports/editors/joe. *** Error code 1 Stop in /usr/ports/editors/joe. (kinda looks like the structures in the std includes have been changed here.) I won't comment on whether the patch is ready to be committed, since it doesn't work on my -CURRENT machine, and I won't say it ISN'T ok, since my -CURRENT machine is out of date. Thanks for the patch, again. Fixes it on the latest -STABLE. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 10:33:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id BDE40154DE; Tue, 28 Dec 1999 10:33:15 -0800 (PST) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.sea.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id KAA29682; Tue, 28 Dec 1999 10:33:11 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.9.3/8.7.3) id KAA05641; Tue, 28 Dec 1999 10:39:44 -0800 (PST) From: Gary Kline Message-Id: <199912281839.KAA05641@tao.thought.org> Subject: Re: cvs commit: ports INDEX In-Reply-To: from Will Andrews at "Dec 28, 1999 06:10:08 am" To: andrews@TECHNOLOGIST.COM (Will Andrews) Date: Tue, 28 Dec 1999 10:39:44 -0800 (PST) Cc: asami@FreeBSD.ORG (Satoshi Asami), ports@FreeBSD.ORG Organization: <> thought.org: public service Unix since 1986... <> X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to Will Andrews: > On 28-Dec-99 Satoshi Asami wrote: > > asami 1999/12/28 01:55:57 PST > > > > Modified files: > > . INDEX > > Log: > > New index, with 2,909 ports. This may be the last index of 1,999 (no, > > it's not the last one of the century of the millenium, not by a long > > shot). > > > > And 2,909 is a prime. (How fitting. :) > > I'd be proud if we broke 3,000 by the time 4.0-RELEASE comes out. And I have > the feeling that we will. > > Maybe we'll get 3,011 for another prime, just before the CD burning. ;> > In the mid//late-1980's I read that Sun had around 7,000 ports availahble. This seemed like it made the Suns capable of almost anything the user might want to do, assuming that he had the major $$$$.$$ for these ports. We're not that far from the 7K mark; we ought to have 4 000+ by the turn of the century; that's really getting up there! gary -- Gary D. Kline kline@tao.thought.org Public service uNix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 10:38:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from Genesis.Denninger.Net (209-176-244-82.inil.com [209.176.244.82]) by hub.freebsd.org (Postfix) with ESMTP id D6B3715012 for ; Tue, 28 Dec 1999 10:38:27 -0800 (PST) (envelope-from karl@Genesis.Denninger.Net) Received: (from karl@localhost) by Genesis.Denninger.Net (8.9.3/8.8.2) id MAA28957 for freebsd-ports@freebsd.org; Tue, 28 Dec 1999 12:38:26 -0600 (CST) Message-ID: <19991228123826.A28953@Denninger.Net> Date: Tue, 28 Dec 1999 12:38:26 -0600 From: Karl Denninger To: freebsd-ports@freebsd.org Subject: New port just sent in Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Organization: Karl's Sushi and Packet Smashers X-Die-Spammers: Spammers cheerfully broiled for supper and served with ketchup! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have just "portized" my HomeDaemon software that provides home automation control. It does have an *external* requirement that I cannot include in the port (Dan Lancini's CM11A driver) but that should not be a huge deal. Enjoy - this package has been running my house for the last eight months or so and is widely distributed around the net. Putting it in "port" format should make it easier for FreeBSD-heads to use. Note that it DOES have "no commercial sale without permission" and "no package" restrictions (the second due to manual configuration demands that prevent building a package from being "correct", although it could be hacked to be "successful") I've also deliberately NOT had the install target overwrite running binaries (yes, I know you can move the old one out of the way and get around this) because a rebuild risks a change in the shared segment size which WILL reliably cause the software to act VERY odd. I hope this port is of use to some folks! -- -- Karl Denninger (karl@denninger.net) Web: http://childrens-justice.org Isn't it time we started putting KIDS first? See the above URL for a plan to do exactly that! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 10:40: 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 9E154154D0 for ; Tue, 28 Dec 1999 10:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA17295; Tue, 28 Dec 1999 10:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from Genesis.Denninger.Net (209-176-244-82.inil.com [209.176.244.82]) by hub.freebsd.org (Postfix) with ESMTP id 4C5D514F59 for ; Tue, 28 Dec 1999 10:34:00 -0800 (PST) (envelope-from karl@Genesis.Denninger.Net) Received: (from root@localhost) by Genesis.Denninger.Net (8.9.3/8.8.2) id MAA28940; Tue, 28 Dec 1999 12:33:59 -0600 (CST) Message-Id: <199912281833.MAA28940@Genesis.Denninger.Net> Date: Tue, 28 Dec 1999 12:33:59 -0600 (CST) From: karl@Denninger.Net Reply-To: karl@Denninger.Net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15749: New port - HomeDaemon (Home Automation Software) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15749 >Category: ports >Synopsis: New port - HomeDaemon (Home Automation Software) >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 Dec 28 10:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Karl Denninger >Release: FreeBSD 4.0-CURRENT i386 >Organization: Karls Sushi and Packet Smashers >Environment: Works with all reasonably-current FreeBSD releases and versions >Description: New port, see below in "fix" >How-To-Repeat: New Port, see below in "fix" >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: HomeDaemon X# Version required: 0.98 X# Date created: 28 December 1999 X# Whom: Karl Denninger X# X# $FreeBSD$ X# X XDISTNAME= HomeDaemon-0.98 XCATEGORIES= misc XMASTER_SITES= http://genesis.denninger.net/ X XMAINTAINER= karl@denninger.net X XNO_CDROM="No commercial sale w/o permission; see README" XNO_PACKAGE="Typically will not package due to site-specific config requirements" X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (HomeDaemon-0.98.tar.gz) = a9d4c70535e4291603e2130af5209911 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' XHome automation software that runs on FreeBSD (see the README) END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' X* HomeDaemon - Home Automation Software for FreeBSD X* Supports the CM11A X10 powerline interface and Applied Digital's protocol X* VERSION 0.98 X* X* NOTE! BETA SOFTWARE! USE AT YOUR OWN RISK! X* X* This entire software package is Copyright 1999 Karl Denninger X* All rights reserved. X* X* RESTRICTED RIGHTS - SEE THE README FILE FOR MORE INFORMATION X XThis package requires: X X1. A free serial port (to connect the CM11A computer interface) and X (optionally) a second port for an Applied Digital RS-422 bridge X2. A CM11A (you can obtain one from Radio Shack or http://www.x10.com) X and (optional) the Applied Digital Bridge (for ADICON support) X3. Dan Lancini's "x10d" package (see above) X XCURRENT code is available at http://genesis.denninger.net X XONE FINAL WARNING - IF YOU DO NOT LOOK AT THE README FILE, THIS PORT XWILL NOT WORK! REQUIRED CONFIGURATION INFORMATION IS IN THAT FILE! X X- Karl Denninger Xkarl@denninger.net END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xevent-pidfile Xx10//bin/appdig-setup Xx10/bin/x10-appdig Xx10/bin/x10-dump Xx10/bin/x10-events Xx10/bin/x10-parse Xx10/bin/x10-shmem Xx10/bin/x10-status.cgi Xx10/lib/appdig.devices Xx10/lib/events.english Xx10/lib/localize X@dirrm x10 END-of-./pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 10:45: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 78C6A14F86; Tue, 28 Dec 1999 10:44:59 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id MAA24366; Tue, 28 Dec 1999 12:44:11 -0600 (CST) Date: Tue, 28 Dec 1999 12:44:11 -0600 (CST) From: Steve Price To: Gary Kline Cc: Will Andrews , Satoshi Asami , ports@FreeBSD.ORG Subject: Re: cvs commit: ports INDEX In-Reply-To: <199912281839.KAA05641@tao.thought.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 Tue, 28 Dec 1999, Gary Kline wrote: # We're not that far from the 7K mark; we ought to have 4 000+ # by the turn of the century; that's really getting up there! This info is slightly dated but ... http://www.netbsd.org/Documentation/software/growth-all.png According to that graph we're easily on target for 4000 by 2001. :) -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 10:45:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.rdc1.ct.home.com (ha1.rdc1.ct.home.com [24.2.0.66]) by hub.freebsd.org (Postfix) with ESMTP id 1DF6E14A19 for ; Tue, 28 Dec 1999 10:45:33 -0800 (PST) (envelope-from tsikora@home.com) Received: from home.com ([24.2.168.186]) by mail.rdc1.ct.home.com (InterMail v4.01.01.07 201-229-111-110) with ESMTP id <19991228184524.QOOG9446.mail.rdc1.ct.home.com@home.com> for ; Tue, 28 Dec 1999 10:45:24 -0800 Message-ID: <3869053A.F02C75FC@home.com> Date: Tue, 28 Dec 1999 13:45:14 -0500 From: Ted Sikora Reply-To: tsikora@powerusersbbs.com Organization: Jtl Development X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en-US,en-GB MIME-Version: 1.0 To: "freebsd-ports@FreeBSD.ORG" Subject: linux_clone(465) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org /kernel: linux_clone(465): does not work with SMP yet Has this been addressed in current with the other Linux ioctls? This prevents me from installing Staroffice 5.1a. I was able to install a tarred installation from a Linux machine however the messages persist. How can I turn the messages off. Will # soffice >dev/null work? -- Ted Sikora Jtl Development Group tsikora@powerusersbbs.com http://powerusersbbs.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 10: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 5F6A3152BC for ; Tue, 28 Dec 1999 10:50:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA18163; Tue, 28 Dec 1999 10:50:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 28 Dec 1999 10:50:05 -0800 (PST) Message-Id: <199912281850.KAA18163@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: RE: ports/15749: New port - HomeDaemon (Home Automation Software Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15749; it has been noted by GNATS. From: Will Andrews To: karl@Denninger.Net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: RE: ports/15749: New port - HomeDaemon (Home Automation Software Date: Tue, 28 Dec 1999 13:49:14 -0500 (EST) On 28-Dec-99 karl@Denninger.Net wrote: > echo x - ./pkg/PLIST > sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' > Xevent-pidfile > Xx10//bin/appdig-setup > Xx10/bin/x10-appdig > Xx10/bin/x10-dump > Xx10/bin/x10-events > Xx10/bin/x10-parse > Xx10/bin/x10-shmem > Xx10/bin/x10-status.cgi > Xx10/lib/appdig.devices > Xx10/lib/events.english > Xx10/lib/localize > X@dirrm x10 > END-of-./pkg/PLIST > exit These do not obey hier(7). I would suggest s:x10:share/homedaemon:g. Plus, the first line seems to have two slashes instead of one. (and what's that "event-pidfile" thing at the top?) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 10:51: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id A0A9214DD3; Tue, 28 Dec 1999 10:50:44 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 15-149.008.popsite.net ([209.69.195.149] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.12 #1) id 1231hd-0006YL-00; Tue, 28 Dec 1999 11:50:38 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id NAA33518; Tue, 28 Dec 1999 13:50:31 -0500 (EST) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3.1 [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: <199912281839.KAA05641@tao.thought.org> Date: Tue, 28 Dec 1999 13:50:31 -0500 (EST) Reply-To: Will Andrews From: Will Andrews To: Gary Kline Subject: Re: cvs commit: ports INDEX Cc: ports@FreeBSD.ORG, (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 28-Dec-99 Gary Kline wrote: > In the mid//late-1980's I read that Sun had around 7,000 ports > availahble. This seemed like it made the Suns capable of almost > anything the user might want to do, assuming that he had the > major $$$$.$$ for these ports. > > We're not that far from the 7K mark; we ought to have 4 000+ > by the turn of the century; that's really getting up there! > > gary Nah. We can break 5,000 by Jan. 1, 2001. No problem. ;) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 11:13:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 8324F154E0; Tue, 28 Dec 1999 11:13:09 -0800 (PST) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.sea.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id LAA00707; Tue, 28 Dec 1999 11:13:07 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.9.3/8.7.3) id LAA05748; Tue, 28 Dec 1999 11:19:40 -0800 (PST) Date: Tue, 28 Dec 1999 11:19:40 -0800 From: Gary Kline To: Will Andrews Cc: ports@FreeBSD.ORG, Satoshi Asami Subject: Re: cvs commit: ports INDEX Message-ID: <19991228111940.A5715@tao.thought.org> References: <199912281839.KAA05641@tao.thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Will Andrews on Tue, Dec 28, 1999 at 01:50:31PM -0500 X-Organization: Thought Unlimited. Public service Unix since 1986. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Dec 28, 1999 at 01:50:31PM -0500, Will Andrews wrote: > On 28-Dec-99 Gary Kline wrote: > > In the mid//late-1980's I read that Sun had around 7,000 ports > > availahble. This seemed like it made the Suns capable of almost > > anything the user might want to do, assuming that he had the > > major $$$$.$$ for these ports. > > > > We're not that far from the 7K mark; we ought to have 4 000+ > > by the turn of the century; that's really getting up there! > > > > gary > > Nah. We can break 5,000 by Jan. 1, 2001. No problem. ;) > Well, if Steve is right, we'll be over 4,000 by The Turn, which would be just peachy. (5K, so much the better, of course:) Whoa! you know, with _that_ many we'll hafta hire our own sysadmins to handle the upgrades and so forth ;) gary -- Gary D. Kline kline@tao.thought.org Public service uNix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 11:17:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from Genesis.Denninger.Net (209-176-244-82.inil.com [209.176.244.82]) by hub.freebsd.org (Postfix) with ESMTP id 2539615510 for ; Tue, 28 Dec 1999 11:17:22 -0800 (PST) (envelope-from karl@Genesis.Denninger.Net) Received: (from karl@localhost) by Genesis.Denninger.Net (8.9.3/8.8.2) id NAA29213; Tue, 28 Dec 1999 13:14:35 -0600 (CST) Message-ID: <19991228131435.A29074@Denninger.Net> Date: Tue, 28 Dec 1999 13:14:35 -0600 From: Karl Denninger To: Will Andrews Subject: Re: ports/15749: New port - HomeDaemon (Home Automation Software References: <199912281833.MAA28940@Genesis.Denninger.Net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Will Andrews on Tue, Dec 28, 1999 at 01:49:14PM -0500 Organization: Karl's Sushi and Packet Smashers X-Die-Spammers: Spammers cheerfully broiled for supper and served with ketchup! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Dec 28, 1999 at 01:49:14PM -0500, Will Andrews wrote: > On 28-Dec-99 karl@Denninger.Net wrote: > > echo x - ./pkg/PLIST > > sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' > > Xevent-pidfile > > Xx10//bin/appdig-setup > > Xx10/bin/x10-appdig > > Xx10/bin/x10-dump > > Xx10/bin/x10-events > > Xx10/bin/x10-parse > > Xx10/bin/x10-shmem > > Xx10/bin/x10-status.cgi > > Xx10/lib/appdig.devices > > Xx10/lib/events.english > > Xx10/lib/localize > > X@dirrm x10 > > END-of-./pkg/PLIST > > exit > > These do not obey hier(7). I would suggest s:x10:share/homedaemon:g. Plus, the > first line seems to have two slashes instead of one. (and what's that > "event-pidfile" thing at the top?) Uh, no, share is not appropriate. These are NOT shared applications and modules, and CANNOT be shared across machines with impunity. In fact, the software will probably barf badly if you try it since parts of it want shared memory access on the local system. x10 is a directory that also is the default for the required add-on from Dan Lancini, and as such it really ought to go there unless you want to create TWO directory trees. I'll fix the event-pidfile and double-slash - see below for a new "shar". If you cannot accept this in the /usr/local arena as it stands then it simply cannot be included in PORTS. Please advise and I will update my repository and comments on my web page related to this should you decide to reject the port. Thanks. -- -- Karl Denninger (karl@denninger.net) Web: http://childrens-justice.org Isn't it time we started putting KIDS first? See the above URL for a plan to do exactly that! # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: HomeDaemon X# Version required: 0.98 X# Date created: 28 December 1999 X# Whom: Karl Denninger X# X# $FreeBSD$ X# X XDISTNAME= HomeDaemon-0.98 XCATEGORIES= misc XMASTER_SITES= http://genesis.denninger.net/ X XMAINTAINER= karl@denninger.net X XNO_CDROM="No commercial sale w/o permission; see README" XNO_PACKAGE="Typically will not package due to site-specific config requirements" X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (HomeDaemon-0.98.tar.gz) = a9d4c70535e4291603e2130af5209911 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' XHome automation software that runs on FreeBSD (see the README) END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' X* HomeDaemon - Home Automation Software for FreeBSD X* Supports the CM11A X10 powerline interface and Applied Digital's protocol X* VERSION 0.98 X* X* NOTE! BETA SOFTWARE! USE AT YOUR OWN RISK! X* X* This entire software package is Copyright 1999 Karl Denninger X* All rights reserved. X* X* RESTRICTED RIGHTS - SEE THE README FILE FOR MORE INFORMATION X XThis package requires: X X1. A free serial port (to connect the CM11A computer interface) and X (optionally) a second port for an Applied Digital RS-422 bridge X2. A CM11A (you can obtain one from Radio Shack or http://www.x10.com) X and (optional) the Applied Digital Bridge (for ADICON support) X3. Dan Lancini's "x10d" package (see above) X XCURRENT code is available at http://genesis.denninger.net X XONE FINAL WARNING - IF YOU DO NOT LOOK AT THE README FILE, THIS PORT XWILL NOT WORK! REQUIRED CONFIGURATION INFORMATION IS IN THAT FILE! X X- Karl Denninger Xkarl@denninger.net END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xx10/bin/appdig-setup Xx10/bin/x10-appdig Xx10/bin/x10-dump Xx10/bin/x10-events Xx10/bin/x10-parse Xx10/bin/x10-shmem Xx10/bin/x10-status.cgi Xx10/lib/appdig.devices Xx10/lib/events.english Xx10/lib/localize X@dirrm x10 END-of-./pkg/PLIST exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 12:48:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kci.kciLink.com (kci.kciLink.com [204.117.82.1]) by hub.freebsd.org (Postfix) with ESMTP id 2F68014D2C for ; Tue, 28 Dec 1999 12:48:27 -0800 (PST) (envelope-from khera@kciLink.com) Received: from onceler.kcilink.com (onceler.kciLink.com [204.117.82.2]) by kci.kciLink.com (Postfix) with ESMTP id 09982E89D for ; Tue, 28 Dec 1999 15:46:50 -0500 (EST) Received: (from khera@localhost) by onceler.kcilink.com (8.9.3/8.9.3) id PAA34773; Tue, 28 Dec 1999 15:46:49 -0500 (EST) (envelope-from khera@kci.kcilink.com) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14441.8633.928981.427012@onceler.kcilink.com> Date: Tue, 28 Dec 1999 15:46:49 -0500 (EST) To: ports@freebsd.org Subject: Hylafax missing afm fonts X-Mailer: VM 6.72 under 21.1 (patch 8) "Bryce Canyon" XEmacs Lucid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The hylafax install from the packages collection on 3.3-RELEASE (upgraded to 3.4-STABLE) does not install /usr/local/lib/afm font metric files, which makes the "faxmail" program issue warnings about missing font metric files. The solution was to just copy them over from another system that had them. Also, the port for hylafax says "hylafax-4.0.2 is marked as broken: Security hole (buffer overflow yielding setuid uucp)." How does one work around this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 13:46:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from m0.cs.berkeley.edu (m0.CS.Berkeley.EDU [128.32.45.176]) by hub.freebsd.org (Postfix) with ESMTP id 9862114BCC for ; Tue, 28 Dec 1999 13:46:41 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca41-199.ix.netcom.com [209.111.208.199]) by m0.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id NAA85446; Tue, 28 Dec 1999 13:46:03 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id NAA55798; Tue, 28 Dec 1999 13:44:31 -0800 (PST) To: Steve Price Cc: Bill Fumerola , freebsd-ports@freebsd.org, alex@cichlids.com Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/se-ispell Makefile ports/textproc/se-ispell/files md5 ports/textproc/se-ispell/patches patch-aa ports/textproc/se-ispell/pkg COMMENT DESCR PLIST References: From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 28 Dec 1999 13:44:19 -0800 In-Reply-To: Steve Price's message of "Mon, 27 Dec 1999 10:25:43 -0600 (CST)" Message-ID: Lines: 32 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Steve Price * # I haven't looked at the specifics, but could this be done like the * # french and british dictionaries are done in ispell or are the changes * # too different? * * There is even a PR (ports/14741) that combines all the dictionaries * into a single port. The problem with this is that during package * building we only get one of the dictionaries built. So all the others * never make it on the CDs pressed by Walnut Creek and company. There's a simple solution to that. Just add a fr-ispell/Makefile saying: === ISPELL_FR= yes MASTERDIR= ${.CURDIR}/../ispell .include "${MASTERDIR}/Makefile" === and all will be fine. * There was an attempt at providing 'batch' capabilities to building * packages that would allow a single port to build many packages but * I'm pretty sure that has gone away as it was causing many problems. Yes, it has gone away because it just has too many corner cases, and the same thing could be accompleshed easily under the current framework (see above :). Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 13:50:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FC2514EFD for ; Tue, 28 Dec 1999 13:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA33924; Tue, 28 Dec 1999 13:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 35A7214C36; Tue, 28 Dec 1999 13:47:25 -0800 (PST) Message-Id: <19991228214725.35A7214C36@hub.freebsd.org> Date: Tue, 28 Dec 1999 13:47:25 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15752: Update port: audio/tracker Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15752 >Category: ports >Synopsis: Update port: audio/tracker >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 Dec 28 13:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: * Removed dependancy to gmake * Supported CFLAGS/INSTALL_MACROS/install-info >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/tracker/Makefile audio/tracker/Makefile --- /usr/ports/audio/tracker/Makefile Thu Dec 23 20:13:28 1999 +++ audio/tracker/Makefile Wed Dec 29 06:02:52 1999 @@ -1,35 +1,32 @@ -# New ports collection makefile for: tracker -# Version required: 5.3 -# Date created: 2 Oct 1994 -# Whom: swallace +# New ports collection makefile for: tracker +# Version required: 5.3 +# Date created: 2 Oct 1994 +# Whom: swallace # # $FreeBSD: ports/audio/tracker/Makefile,v 1.35 1999/12/23 03:27:52 ache Exp $ # -DISTNAME= tracker-5.3 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.uni-trier.de/pub/unix/audio/tracker/ -EXTRACT_SUFX= .tgz +DISTNAME= tracker-5.3 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.uni-trier.de/pub/unix/audio/tracker/ +EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org -RESTRICTED= "Non-redistributable beta" +RESTRICTED= "Non-redistributable beta" -WRKSRC= ${WRKDIR}/tracker -USE_GMAKE= yes -MAKE_FLAGS= MACHINE=freebsd CC=$(CC) INSTALL="$(INSTALL)" \ - INST_BIN_OPT="-c -s -m $(BINMODE) -o $(BINOWN) -g $(BINGRP)" \ - INST_MAN_OPT="-c -m 644 -o $(BINOWN) -g $(BINGRP)" \ - COMPRESSION_FILE=$(PREFIX)/etc/compression_methods \ - -f +WRKSRC= ${WRKDIR}/tracker +INSTALL_TARGET= install install.info post-install: - cd ${WRKSRC}/Docs && \ - makeinfo --no-split tracker.texinfo -o tracker.info && \ - ${GZIP_CMD} tracker.info && \ - $(INSTALL_MAN) tracker.info.gz ${PREFIX}/info && \ - ${RM} -f tracker.info.gz *.orig - -${MKDIR} ${PREFIX}/share/doc/tracker - ${CP} -R ${WRKSRC}/Docs/* ${PREFIX}/share/doc/tracker + @install-info ${PREFIX}/info/tracker.info ${PREFIX}/info/dir +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/tracker +.for file in FAQ readme tracker.doc + ${INSTALL_DATA} ${WRKSRC}/Docs/${file} ${PREFIX}/share/doc/tracker +.endfor + @${MKDIR} ${PREFIX}/share/doc/tracker/html + ${INSTALL_DATA} ${WRKSRC}/Docs/Html/* ${PREFIX}/share/doc/tracker/html +.endif .include diff -urN /usr/ports/audio/tracker/patches/patch-aa audio/tracker/patches/patch-aa --- /usr/ports/audio/tracker/patches/patch-aa Tue Nov 12 15:02:10 1996 +++ audio/tracker/patches/patch-aa Wed Dec 29 06:05:19 1999 @@ -1,7 +1,17 @@ -*** Makefile.orig Tue May 7 19:20:50 1996 ---- Makefile Tue Nov 12 06:56:18 1996 +*** Makefile.orig Wed May 8 00:20:50 1996 +--- Makefile Wed Dec 29 06:05:14 1999 *************** -*** 20,26 **** +*** 10,26 **** + # hpalib, hplow, hp3, dec, solaris, sparc, linux, freebsd, sgi, + # soundblaster, aix, next, MM1, NAS, sbos2, SVR4 + # gmake needed to handle this file in FreeBSD +! MACHINE = sparc + VERSION = 5.3 + #VPATH=.. + + # The name of your C compiler. For most machines this will be + # either 'cc' or 'gcc'. +! CC = gcc OPTS=-c @@ -9,7 +19,17 @@ # Destination directory for tracker binaries and manpage. # # If you don't wish to use the 'make install' and 'make install.man' ---- 20,26 ---- +--- 10,26 ---- + # hpalib, hplow, hp3, dec, solaris, sparc, linux, freebsd, sgi, + # soundblaster, aix, next, MM1, NAS, sbos2, SVR4 + # gmake needed to handle this file in FreeBSD +! MACHINE = freebsd + VERSION = 5.3 + #VPATH=.. + + # The name of your C compiler. For most machines this will be + # either 'cc' or 'gcc'. +! CC ?= gcc OPTS=-c @@ -18,7 +38,24 @@ # # If you don't wish to use the 'make install' and 'make install.man' *************** -*** 166,172 **** +*** 30,36 **** + INFO_DIR = $(PREFIX)/info + + # Where to put the compression methods description +! COMPRESSION_FILE=$(PREFIX)/lib/compression_methods + + # How to install the binaries and manpage. If you have a unix system, + # use the GNU install program if you have it, otherwise try 'cp'. For +--- 30,36 ---- + INFO_DIR = $(PREFIX)/info + + # Where to put the compression methods description +! COMPRESSION_FILE=$(PREFIX)/etc/compression_methods + + # How to install the binaries and manpage. If you have a unix system, + # use the GNU install program if you have it, otherwise try 'cp'. For +*************** +*** 166,179 **** UI_linux = Unix/ SHELL_linux = /bin/sh @@ -26,14 +63,45 @@ LIBS_freebsd = -lm AUDIODIR_freebsd=PCux/ CONFIG_freebsd = PCux/freebsd_ ---- 166,172 ---- + O_freebsd = .o + EXE_freebsd = + UI_freebsd = Unix/ +! SHELL_freebsd = /bin/sh + + CFLAGS_aix = -O + LIBS_aix = -lm +--- 166,179 ---- UI_linux = Unix/ SHELL_linux = /bin/sh -! CFLAGS_freebsd = -O2 -funroll-loops -finline-functions +! CFLAGS_freebsd = -funroll-loops -finline-functions LIBS_freebsd = -lm AUDIODIR_freebsd=PCux/ CONFIG_freebsd = PCux/freebsd_ + O_freebsd = .o + EXE_freebsd = + UI_freebsd = Unix/ +! SHELL_freebsd = ${SH} + + CFLAGS_aix = -O + LIBS_aix = -lm +*************** +*** 220,226 **** + UI_sbos2 = OS2/./ + SHELL_sbos2 = /bin/sh + +! CFLAGS = $(CFLAGS_${MACHINE}) + COPTS = $(OPTS) $(CFLAGS) + LIBS = $(LIBS_${MACHINE}) + CONFIG = Arch/$(CONFIG_${MACHINE}) +--- 220,226 ---- + UI_sbos2 = OS2/./ + SHELL_sbos2 = /bin/sh + +! CFLAGS += $(CFLAGS_${MACHINE}) + COPTS = $(OPTS) $(CFLAGS) + LIBS = $(LIBS_${MACHINE}) + CONFIG = Arch/$(CONFIG_${MACHINE}) *************** *** 250,256 **** display$O prefs$O autoinit$O $(UI)ui$O empty$O color$O version$O \ @@ -47,27 +115,48 @@ display$O prefs$O autoinit$O $(UI)ui$O empty$O color$O version$O \ st_virt$O automaton$O -! all: tracker${EXE} randomize${EXE} +! all: tracker${EXE} randomize${EXE} Docs/tracker.info config.h: $(CONFIG)config.h rm -f config.h *************** -*** 272,280 **** +*** 270,280 **** + echo >version.c char \*VERSION=\"${VERSION}\"\; + install: - $(INSTALL) $(INST_BIN_OPT) tracker $(BIN_DIR) - $(INSTALL) $(INST_BIN_OPT) randomize $(BIN_DIR) -- $(INSTALL) $(INST_BIN_OPT) splitmod $(BIN_DIR) +! $(INSTALL) $(INST_BIN_OPT) tracker $(BIN_DIR) +! $(INSTALL) $(INST_BIN_OPT) randomize $(BIN_DIR) +! $(INSTALL) $(INST_BIN_OPT) splitmod $(BIN_DIR) [ -f ${COMPRESSION_FILE} ] || \ ! $(INSTALL) $(INST_MAN_OPT) compression_methods ${COMPRESSION_FILE} # no manpage available, use the texinfo manual. install.man: ---- 272,279 ---- +--- 270,279 ---- + echo >version.c char \*VERSION=\"${VERSION}\"\; + install: - $(INSTALL) $(INST_BIN_OPT) tracker $(BIN_DIR) - $(INSTALL) $(INST_BIN_OPT) randomize $(BIN_DIR) +! ${BSD_INSTALL_PROGRAM} tracker $(BIN_DIR) +! ${BSD_INSTALL_PROGRAM} randomize $(BIN_DIR) [ -f ${COMPRESSION_FILE} ] || \ -! $(INSTALL) $(INST_MAN_OPT) Lib/compression_methods ${COMPRESSION_FILE} +! ${BSD_INSTALL_MAN} Lib/compression_methods ${COMPRESSION_FILE} # no manpage available, use the texinfo manual. install.man: +*************** +*** 285,291 **** + install.info: Docs/tracker.info + (cd Docs; \ + for f in tracker.info tracker.info-* ; do \ +! $(INSTALL) $(INST_INFO_OPT) $$f $(INFO_DIR)/$$f; \ + done) + + devel: +--- 284,290 ---- + install.info: Docs/tracker.info + (cd Docs; \ + for f in tracker.info tracker.info-* ; do \ +! ${BSD_INSTALL_DATA} $$f $(INFO_DIR)/$$f; \ + done) + + devel: diff -urN /usr/ports/audio/tracker/patches/patch-ab audio/tracker/patches/patch-ab --- /usr/ports/audio/tracker/patches/patch-ab Tue Nov 12 15:02:11 1996 +++ audio/tracker/patches/patch-ab Wed Dec 29 05:53:46 1999 @@ -1,5 +1,17 @@ -*** Docs/tracker.texinfo.orig Thu Apr 11 21:21:05 1996 ---- Docs/tracker.texinfo Tue Nov 12 07:08:17 1996 +*** Docs/tracker.texinfo.orig Fri Apr 12 02:21:05 1996 +--- Docs/tracker.texinfo Wed Dec 29 05:52:39 1999 +*************** +*** 3,8 **** +--- 3,11 ---- + @setfilename tracker.info + @set VERSION 4.44 + @settitle Tracker @value{VERSION} ++ @direntry ++ * Tracker: (tracker). SoundTracker player. ++ @end direntry + @c End of header + @set EMAIL Marc.Espie@@ens.fr + @set POSTAL Marc Espie@*60 rue du 4 septembre@*87100 Limoges@*France *************** *** 979,992 **** * Other Architectures: Porting tracker. @@ -16,7 +28,7 @@ @subsection Amiga There is currently one Amiga version running under AmigaDos. ---- 979,992 ---- +--- 982,995 ---- * Other Architectures: Porting tracker. @end menu diff -urN /usr/ports/audio/tracker/pkg/PLIST audio/tracker/pkg/PLIST --- /usr/ports/audio/tracker/pkg/PLIST Mon Sep 28 19:18:39 1998 +++ audio/tracker/pkg/PLIST Wed Dec 29 06:14:32 1999 @@ -1,90 +1,90 @@ -bin/tracker bin/randomize +bin/tracker etc/compression_methods -info/tracker.info.gz -share/doc/tracker/Html/Aix.html -share/doc/tracker/Html/Introduction.html -share/doc/tracker/Html/Availability.html -share/doc/tracker/Html/Registration.html -share/doc/tracker/Html/Reporting_bugs.html -share/doc/tracker/Html/History.html -share/doc/tracker/Html/Installation.html -share/doc/tracker/Html/Configure_tracker.html -share/doc/tracker/Html/Generic_problems.html -share/doc/tracker/Html/Architecture_dependent_problems.html -share/doc/tracker/Html/Performance_issues.html -share/doc/tracker/Html/Amiga.html -share/doc/tracker/Html/DECstation.html -share/doc/tracker/Html/HP$2fUX.html -share/doc/tracker/Html/Linux$2fFreeBSD.html -share/doc/tracker/Html/MM1$2fOS9.html -share/doc/tracker/Html/NeXtStep.html -share/doc/tracker/Html/OS$2f2.html -share/doc/tracker/Html/Silicon_Graphics.html -share/doc/tracker/Html/Sparc.html -share/doc/tracker/Html/Usage.html -share/doc/tracker/Html/Technical_Information.html -share/doc/tracker/Html/Tracker_memory_consumption.html -share/doc/tracker/Html/The_Protracker_format.html -share/doc/tracker/Html/The_Protracker_file_format.html -share/doc/tracker/Html/Decoding_pattern_information.html -share/doc/tracker/Html/Soundtracker_and_Protracker_tempo.html -share/doc/tracker/Html/Protracker_finetunes.html -share/doc/tracker/Html/Sample_numbers_and_note_periods.html -share/doc/tracker/Html/Base_effects.html -share/doc/tracker/Html/Arpeggio.html -share/doc/tracker/Html/Portamento_up.html -share/doc/tracker/Html/Portamento_down.html -share/doc/tracker/Html/Tone_portamento.html -share/doc/tracker/Html/Vibrato.html -share/doc/tracker/Html/Tone_portamento_$2b_Volume_slide.html -share/doc/tracker/Html/Vibrato_$2b_Volume_slide.html -share/doc/tracker/Html/Tremolo.html -share/doc/tracker/Html/Set_sample_offset.html -share/doc/tracker/Html/Slide_volume.html -share/doc/tracker/Html/Far_jump.html -share/doc/tracker/Html/Set_volume.html -share/doc/tracker/Html/Pattern_break.html -share/doc/tracker/Html/Set_tempo.html -share/doc/tracker/Html/Protracker_extended_effects.html -share/doc/tracker/Html/Set_filter.html -share/doc/tracker/Html/Fine_portamento_up.html -share/doc/tracker/Html/Fine_portamento_down.html -share/doc/tracker/Html/Glissando_control.html -share/doc/tracker/Html/Set_vibrato_waveform.html -share/doc/tracker/Html/Set_finetune.html -share/doc/tracker/Html/Loop_pattern.html -share/doc/tracker/Html/Set_tremolo_waveform.html -share/doc/tracker/Html/Retrig_note.html -share/doc/tracker/Html/Fine_volume_slide_up.html -share/doc/tracker/Html/Fine_volume_slide_down.html -share/doc/tracker/Html/Cut_note.html -share/doc/tracker/Html/Delay_note.html -share/doc/tracker/Html/Delay_pattern.html -share/doc/tracker/Html/Invert_loop.html -share/doc/tracker/Html/Amiga_audio_hardware.html -share/doc/tracker/Html/Resampling_details.html -share/doc/tracker/Html/Amiga_implementation.html -share/doc/tracker/Html/aminet.html -share/doc/tracker/Html/Credits.html -share/doc/tracker/Html/Finding_a_specific_file.html -share/doc/tracker/Html/Mirror_sites_of_Aminet.html -share/doc/tracker/Html/Accessing_Aminet_on_the_Internet.html -share/doc/tracker/Html/Accessing_Aminet_without_Internet.html -share/doc/tracker/Html/Copyright_status_and_disclaimer.html -share/doc/tracker/Html/Background_information.html -share/doc/tracker/Html/Concept_Index.html -share/doc/tracker/Html/NAS.html -share/doc/tracker/Html/Porting_tracker.html -share/doc/tracker/Html/NextStep.html -share/doc/tracker/Html/Top.html -share/doc/tracker/tracker.texinfo -share/doc/tracker/tracker.readme -share/doc/tracker/tracker.guide -share/doc/tracker/tracker.doc -share/doc/tracker/splitmod.readme -share/doc/tracker/readme -share/doc/tracker/protracker.fmt +@unexec install-info %D/info/tracker.info %D/info/dir +info/tracker.info +info/tracker.info-1 +info/tracker.info-2 +info/tracker.info-3 +@exec install-info --delete %D/info/tracker.info %D/info/dir share/doc/tracker/FAQ -@dirrm share/doc/tracker/Html +share/doc/tracker/html/Accessing_Aminet_on_the_Internet.html +share/doc/tracker/html/Accessing_Aminet_without_Internet.html +share/doc/tracker/html/Aix.html +share/doc/tracker/html/Amiga.html +share/doc/tracker/html/Amiga_audio_hardware.html +share/doc/tracker/html/Amiga_implementation.html +share/doc/tracker/html/Architecture_dependent_problems.html +share/doc/tracker/html/Arpeggio.html +share/doc/tracker/html/Availability.html +share/doc/tracker/html/Background_information.html +share/doc/tracker/html/Base_effects.html +share/doc/tracker/html/Concept_Index.html +share/doc/tracker/html/Configure_tracker.html +share/doc/tracker/html/Copyright_status_and_disclaimer.html +share/doc/tracker/html/Credits.html +share/doc/tracker/html/Cut_note.html +share/doc/tracker/html/DECstation.html +share/doc/tracker/html/Decoding_pattern_information.html +share/doc/tracker/html/Delay_note.html +share/doc/tracker/html/Delay_pattern.html +share/doc/tracker/html/Far_jump.html +share/doc/tracker/html/Finding_a_specific_file.html +share/doc/tracker/html/Fine_portamento_down.html +share/doc/tracker/html/Fine_portamento_up.html +share/doc/tracker/html/Fine_volume_slide_down.html +share/doc/tracker/html/Fine_volume_slide_up.html +share/doc/tracker/html/Generic_problems.html +share/doc/tracker/html/Glissando_control.html +share/doc/tracker/html/HP$2fUX.html +share/doc/tracker/html/History.html +share/doc/tracker/html/Installation.html +share/doc/tracker/html/Introduction.html +share/doc/tracker/html/Invert_loop.html +share/doc/tracker/html/Linux$2fFreeBSD.html +share/doc/tracker/html/Loop_pattern.html +share/doc/tracker/html/MM1$2fOS9.html +share/doc/tracker/html/Mirror_sites_of_Aminet.html +share/doc/tracker/html/NAS.html +share/doc/tracker/html/NeXtStep.html +share/doc/tracker/html/NextStep.html +share/doc/tracker/html/OS$2f2.html +share/doc/tracker/html/Pattern_break.html +share/doc/tracker/html/Performance_issues.html +share/doc/tracker/html/Portamento_down.html +share/doc/tracker/html/Portamento_up.html +share/doc/tracker/html/Porting_tracker.html +share/doc/tracker/html/Protracker_extended_effects.html +share/doc/tracker/html/Protracker_finetunes.html +share/doc/tracker/html/Registration.html +share/doc/tracker/html/Reporting_bugs.html +share/doc/tracker/html/Resampling_details.html +share/doc/tracker/html/Retrig_note.html +share/doc/tracker/html/Sample_numbers_and_note_periods.html +share/doc/tracker/html/Set_filter.html +share/doc/tracker/html/Set_finetune.html +share/doc/tracker/html/Set_sample_offset.html +share/doc/tracker/html/Set_tempo.html +share/doc/tracker/html/Set_tremolo_waveform.html +share/doc/tracker/html/Set_vibrato_waveform.html +share/doc/tracker/html/Set_volume.html +share/doc/tracker/html/Silicon_Graphics.html +share/doc/tracker/html/Slide_volume.html +share/doc/tracker/html/Soundtracker_and_Protracker_tempo.html +share/doc/tracker/html/Sparc.html +share/doc/tracker/html/Technical_Information.html +share/doc/tracker/html/The_Protracker_file_format.html +share/doc/tracker/html/The_Protracker_format.html +share/doc/tracker/html/Tone_portamento.html +share/doc/tracker/html/Tone_portamento_$2b_Volume_slide.html +share/doc/tracker/html/Top.html +share/doc/tracker/html/Tracker_memory_consumption.html +share/doc/tracker/html/Tremolo.html +share/doc/tracker/html/Usage.html +share/doc/tracker/html/Vibrato.html +share/doc/tracker/html/Vibrato_$2b_Volume_slide.html +share/doc/tracker/html/aminet.html +share/doc/tracker/readme +share/doc/tracker/tracker.doc +@dirrm share/doc/tracker/html @dirrm share/doc/tracker >Release-Note: >Audit-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 Dec 28 14: 4: 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 4CF321554C for ; Tue, 28 Dec 1999 14:03:57 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA34995; Tue, 28 Dec 1999 14:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 88E5815039; Tue, 28 Dec 1999 13:52:35 -0800 (PST) Message-Id: <19991228215235.88E5815039@hub.freebsd.org> Date: Tue, 28 Dec 1999 13:52:35 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15753: Update port: mail/balsa Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15753 >Category: ports >Synopsis: Update port: mail/balsa >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 Dec 28 14:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: * Fixed CONFIGURE_ARGS * Fixed install path of help files * Added fixes for I18N by Clive Lin New file: patches/patch-al patches/patch-am patches/patch-an patches/patch-ao patches/patch-ap Remove file: patches/patch-ah >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/balsa/Makefile mail/balsa/Makefile --- /usr/ports/mail/balsa/Makefile Sat Dec 25 20:15:00 1999 +++ mail/balsa/Makefile Wed Dec 29 06:36:34 1999 @@ -28,7 +28,8 @@ LIBS='-L${LOCALBASE}/lib' CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ - --with-gnome=${PREFIX} + --with-gnome=${PREFIX} \ + --enable-system-install MAN1= balsa.1 diff -urN /usr/ports/mail/balsa/patches/patch-ah mail/balsa/patches/patch-ah --- /usr/ports/mail/balsa/patches/patch-ah Sat Dec 25 10:34:57 1999 +++ mail/balsa/patches/patch-ah Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- images/Makefile.in.orig Wed Dec 22 15:21:16 1999 -+++ images/Makefile.in Thu Dec 23 04:45:18 1999 -@@ -135,7 +135,7 @@ - - EXTRA_DIST = $(balsa_BITMAPS) - @sys_install_TRUE@balsabitmapsdir = $(gnomedatadir)/pixmaps/balsa --@sys_install_FALSE@balsabitmapsdir = $(prefix)/pixmaps/balsa -+@sys_install_FALSE@balsabitmapsdir = $(gnomedatadir)/pixmaps/balsa - - balsabitmaps_DATA = $(balsa_BITMAPS) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff -urN /usr/ports/mail/balsa/patches/patch-al mail/balsa/patches/patch-al --- /usr/ports/mail/balsa/patches/patch-al Thu Jan 1 09:00:00 1970 +++ mail/balsa/patches/patch-al Wed Dec 29 03:42:34 1999 @@ -0,0 +1,13 @@ +--- help/C/Makefile.in.orig Wed Dec 22 15:21:18 1999 ++++ help/C/Makefile.in Wed Dec 29 03:40:07 1999 +@@ -139,8 +139,8 @@ + + EXTRA_DIST = balsa.sgml topic.dat $(HTML_FILES) + +-@sys_install_TRUE@helpdir = $(gnomedatadir)/gnome/help/balsa/C +-@sys_install_FALSE@helpdir = $(datadir)/gnome/help/balsa/C ++@sys_install_TRUE@helpdir = $(gnomedatadir)/help/balsa/C ++@sys_install_FALSE@helpdir = $(datadir)/help/balsa/C + + help_DATA = topic.dat $(HTML_FILES) + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff -urN /usr/ports/mail/balsa/patches/patch-am mail/balsa/patches/patch-am --- /usr/ports/mail/balsa/patches/patch-am Thu Jan 1 09:00:00 1970 +++ mail/balsa/patches/patch-am Wed Dec 29 06:34:32 1999 @@ -0,0 +1,11 @@ +--- src/balsa-app.h.orig Tue Dec 21 14:59:55 1999 ++++ src/balsa-app.h Wed Dec 29 06:33:26 1999 +@@ -44,7 +44,7 @@ + #define MESSAGEBOX_WIDTH 450 + #define MESSAGEBOX_HEIGHT 150 + +-#define DEFAULT_MESSAGE_FONT "-*-fixed-medium-r-normal-*-*-*-*-*-c-*-iso8859-1" ++#define DEFAULT_MESSAGE_FONT "-*-fixed-medium-r-normal-*-*-*-*-*-c-*-iso8859-1,*" + #define DEFAULT_CHARSET "ISO-8859-1" + #define DEFAULT_ENCODING ENC8BIT + #define DEFAULT_LINESIZE 78 diff -urN /usr/ports/mail/balsa/patches/patch-an mail/balsa/patches/patch-an --- /usr/ports/mail/balsa/patches/patch-an Thu Jan 1 09:00:00 1970 +++ mail/balsa/patches/patch-an Wed Dec 29 06:34:51 1999 @@ -0,0 +1,13 @@ +--- src/balsa-mblist.c.orig Mon Dec 13 08:07:01 1999 ++++ src/balsa-mblist.c Wed Dec 29 06:33:27 1999 +@@ -372,8 +372,8 @@ + + style = gtk_style_copy (gtk_widget_get_style (GTK_WIDGET (ctree))); + gdk_font_unref(style->font); +- font = gdk_font_load +- ("-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1"); ++ font = gdk_fontset_load ++ ("-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1,*"); + style->font = font; + gdk_font_ref(style->font); + diff -urN /usr/ports/mail/balsa/patches/patch-ao mail/balsa/patches/patch-ao --- /usr/ports/mail/balsa/patches/patch-ao Thu Jan 1 09:00:00 1970 +++ mail/balsa/patches/patch-ao Wed Dec 29 06:35:12 1999 @@ -0,0 +1,11 @@ +--- src/balsa-message.c.orig Tue Dec 21 12:21:43 1999 ++++ src/balsa-message.c Wed Dec 29 06:33:27 1999 +@@ -426,7 +426,7 @@ + "x", x, + "y", y, + "anchor", GTK_ANCHOR_NW, +- "font", balsa_app.message_font, ++ "fontset", balsa_app.message_font, + "text", text, NULL); + return new; + } diff -urN /usr/ports/mail/balsa/patches/patch-ap mail/balsa/patches/patch-ap --- /usr/ports/mail/balsa/patches/patch-ap Thu Jan 1 09:00:00 1970 +++ mail/balsa/patches/patch-ap Wed Dec 29 06:35:31 1999 @@ -0,0 +1,11 @@ +--- src/sendmsg-window.c.orig Wed Dec 22 10:27:03 1999 ++++ src/sendmsg-window.c Wed Dec 29 06:33:27 1999 +@@ -523,7 +523,7 @@ + GtkStyle *style; + + style = gtk_style_new (); +- font = gdk_font_load ("-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1"); ++ font = gdk_fontset_load ("-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1,*"); + colormap = gtk_widget_get_colormap (GTK_WIDGET (msg->attachments)); + style->font = font; + diff -urN /usr/ports/mail/balsa/pkg/PLIST mail/balsa/pkg/PLIST --- /usr/ports/mail/balsa/pkg/PLIST Sat Dec 25 20:15:01 1999 +++ mail/balsa/pkg/PLIST Wed Dec 29 04:20:47 1999 @@ -2,17 +2,17 @@ etc/CORBA/servers/balsa.gnorba etc/sound/events/balsa.soundlist etc/sound/events/email.soundlist -share/gnome/gnome/help/balsa/C/g327.htm -@exec ln -sf t1.htm %D/share/gnome/gnome/help/balsa/C/index.html -@unexec rm -f %D/share/gnome/gnome/help/balsa/C/index.html -share/gnome/gnome/help/balsa/C/t1.htm -share/gnome/gnome/help/balsa/C/topic.dat -share/gnome/gnome/help/balsa/C/x188.htm -share/gnome/gnome/help/balsa/C/x24.htm -share/gnome/gnome/help/balsa/C/x244.htm -share/gnome/gnome/help/balsa/C/x277.htm -share/gnome/gnome/help/balsa/C/x324.htm -share/gnome/gnome/help/balsa/C/x35.htm +share/gnome/help/balsa/C/g327.htm +@exec ln -sf t1.htm %D/share/gnome/help/balsa/C/index.html +@unexec rm -f %D/share/gnome/help/balsa/C/index.html +share/gnome/help/balsa/C/t1.htm +share/gnome/help/balsa/C/topic.dat +share/gnome/help/balsa/C/x188.htm +share/gnome/help/balsa/C/x24.htm +share/gnome/help/balsa/C/x244.htm +share/gnome/help/balsa/C/x277.htm +share/gnome/help/balsa/C/x324.htm +share/gnome/help/balsa/C/x35.htm share/gnome/idl/balsa.idl share/gnome/pixmaps/balsa/attachment.png share/gnome/pixmaps/balsa/balsa-logo.png @@ -38,5 +38,5 @@ share/locale/ru/LC_MESSAGES/balsa.mo @dirrm share/gnome/sounds/balsa @dirrm share/gnome/pixmaps/balsa -@dirrm share/gnome/gnome/help/balsa/C -@dirrm share/gnome/gnome/help/balsa +@dirrm share/gnome/help/balsa/C +@dirrm share/gnome/help/balsa >Release-Note: >Audit-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 Dec 28 14:13:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp7.atl.mindspring.net (smtp7.atl.mindspring.net [207.69.128.51]) by hub.freebsd.org (Postfix) with ESMTP id D45C415531; Tue, 28 Dec 1999 14:12:50 -0800 (PST) (envelope-from jay.krell@cornell.edu) Received: from jayk-home3nt (user-2ini846.dialup.mindspring.com [165.121.32.134]) by smtp7.atl.mindspring.net (8.9.3/8.8.5) with SMTP id RAA22737; Tue, 28 Dec 1999 17:09:13 -0500 (EST) Message-ID: <004b01bf5180$26419840$8001a8c0@jayk-home3nt> From: "Jay Krell" To: "Will Andrews" Cc: , Subject: Re: ports/15514: /usr/ports/devel/t1lib hangs in configure, chec Date: Tue, 28 Dec 1999 14:09:00 -0800 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.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is it possible to view logs recursively, or query for stuff like "checked in by so-and-so since such-and-such-time from this point of the tree down"? - Jay -----Original Message----- From: Will Andrews To: Jay Krell Cc: freebsd-ports@FreeBSD.ORG ; steve@FreeBSD.ORG Date: Tuesday, December 28, 1999 8:08 AM Subject: Re: ports/15514: /usr/ports/devel/t1lib hangs in configure, chec >On 28-Dec-99 Jay Krell wrote: >> Was this fixed only in 4.0-current? I cvsuped to 3.4-stable and the latest >> ports and this still repros. (I don't know yet how to easily view the >> checkin logs/diffs to figure it out myself..)\ > >CVSweb is your tool. http://www.FreeBSD.org/cgi/cvsweb.cgi/src/lib/libc_r/. >cvsweb.cgi followed by the src organization. There is also ports, www, etc. >('course, people like me who keep a copy of the repository don't need >cvsweb.cgi, but hey, it's nicer-looking than `cvs log` ;-) > >And you don't need a copy of the CVS Repository, which is at around 950MB >uncompressed (which is to say nothing of the several gigabytes of userland >software I have installed). > >-- >Will Andrews >GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- >?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ >G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 15:29: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 4CBE015559; Tue, 28 Dec 1999 15:29:56 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA42296; Tue, 28 Dec 1999 15:29:56 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 28 Dec 1999 15:29:56 -0800 (PST) From: Message-Id: <199912282329.PAA42296@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/15753: Update port: mail/balsa Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: mail/balsa Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 28 15:29:40 PST 1999 Responsible-Changed-Why: I'll take this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 15: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 5D3C3154E6; Tue, 28 Dec 1999 15:32:43 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA42484; Tue, 28 Dec 1999 15:32:43 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 28 Dec 1999 15:32:43 -0800 (PST) From: Message-Id: <199912282332.PAA42484@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/15732: Upgrade Cyrus-SASL to use OpenSSL for RC4 routines Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade Cyrus-SASL to use OpenSSL for RC4 routines Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 28 15:32:20 PST 1999 Responsible-Changed-Why: I'm working on this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 15:37: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 61B3F15520; Tue, 28 Dec 1999 15:37:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA42771; Tue, 28 Dec 1999 15:37:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 28 Dec 1999 15:37:16 -0800 (PST) From: Message-Id: <199912282337.PAA42771@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/15577: Amanda 2.3.0 runtar program allow any user to run tar as root Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Amanda 2.3.0 runtar program allow any user to run tar as root Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 28 15:36:44 PST 1999 Responsible-Changed-Why: This needs some tweaks before it is commit-ready, but I'm working on it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 15:51:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from star1.sirius.com (star1.sirius.com [207.44.191.2]) by hub.freebsd.org (Postfix) with ESMTP id D878914C8D for ; Tue, 28 Dec 1999 15:51:30 -0800 (PST) (envelope-from eps@star1.sirius.com) Received: (from eps@localhost) by star1.sirius.com (8.9.3/8.9.2) id PAA52724; Tue, 28 Dec 1999 15:51:30 -0800 (PST) Date: Tue, 28 Dec 1999 15:51:30 -0800 (PST) Message-Id: <199912282351.PAA52724@star1.sirius.com> From: eps+ncpo@sirius.com (Eric P. Scott) Subject: editors/nedit vs. net/netcat To: freebsd-ports@freebsd.org Reply-To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Both ports/packages can be used concurrently, however: + netcat installs an "nc" executable in /usr/local/bin - there is no man page for nc, just a README in /usr/local/share/doc/netcat/ + nedit installs an "nc" executable in /usr/X11R6/bin - nedit provides an "nc" man page * I favor seeing netcat install as "netcat" rather than "nc" (and adjusting the README accordingly). Comments? (Perhaps should offer guidelines on resolving this sort of conflict?) -=EPS=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 15:55:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id F26DF14F39; Tue, 28 Dec 1999 15:55:30 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id RAA18961; Tue, 28 Dec 1999 17:55:29 -0600 (CST) Date: Tue, 28 Dec 1999 17:55:29 -0600 (CST) From: Steve Price To: Satoshi - Ports Wraith - Asami Cc: Bill Fumerola , freebsd-ports@FreeBSD.ORG, alex@cichlids.com Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/se-ispell ... 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 28 Dec 1999, Satoshi - Ports Wraith - Asami wrote: #*# I haven't looked at the specifics, but could this be done like the #*# french and british dictionaries are done in ispell or are the changes #*# too different? #* #* There is even a PR (ports/14741) that combines all the dictionaries #* into a single port. The problem with this is that during package #* building we only get one of the dictionaries built. So all the others #* never make it on the CDs pressed by Walnut Creek and company. # # There's a simple solution to that. Just add a fr-ispell/Makefile # saying: # # === # ISPELL_FR= yes # MASTERDIR= ${.CURDIR}/../ispell # # .include "${MASTERDIR}/Makefile" # === # # and all will be fine. This was what I was thinking and why I mentioned the ja-ptex-pkfonts* ports as a reference. If Alex can come up with the patches, I'll get them committed. :) -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 16:40:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from luna.cdrom.com (luna.cdrom.com [204.216.28.135]) by hub.freebsd.org (Postfix) with ESMTP id E3E0014E02; Tue, 28 Dec 1999 16:40:11 -0800 (PST) (envelope-from jim@luna.cdrom.com) Received: (from jim@localhost) by luna.cdrom.com (8.10.0.Beta10/8.10.0.Beta10) id dBT0eBX02222; Tue, 28 Dec 1999 16:40:11 -0800 (PST) Date: Tue, 28 Dec 1999 16:40:11 -0800 From: Jim Mock To: ports@FreeBSD.org Cc: erich@FreeBSD.org Subject: gimp upgrade Message-ID: <19991228164011.A2156@luna.cdrom.com> Reply-To: jim@luna.cdrom.com Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="EVF5PPMfhYS0aIcm" User-Agent: Mutt/1.1.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Here's a patch to upgrade the gimp port to the latest (afaik) version. I'd appreciate some feedback on it before I go ahead and commit it. - jim -- - jim mock - walnut creek cdrom/freebsd test labs - jim@luna.cdrom.com - - phone: 1.925.691.2800 x.3814 - fax: 1.925.674.0821 - jim@FreeBSD.org - --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gimp1.diff" Index: gimp1/Makefile =================================================================== RCS file: /host/ares/usr/home/ncvs/ports/graphics/gimp1/Makefile,v retrieving revision 1.60 diff -u -r1.60 Makefile --- gimp1/Makefile 1999/11/11 20:14:00 1.60 +++ gimp1/Makefile 1999/12/17 22:53:37 @@ -23,7 +23,7 @@ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff -VERSION= 1.1.11 +VERSION= 1.1.14 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config Index: gimp1/files/md5 =================================================================== RCS file: /host/ares/usr/home/ncvs/ports/graphics/gimp1/files/md5,v retrieving revision 1.24 diff -u -r1.24 md5 --- gimp1/files/md5 1999/11/11 20:14:08 1.24 +++ gimp1/files/md5 1999/12/17 22:53:40 @@ -1 +1 @@ -MD5 (gimp-1.1.11.tar.bz2) = c22832463f6a6333c1cab549dba8bcbc +MD5 (gimp-1.1.14.tar.bz2) = 00d702b7af32dde931f3f7d60e95e01b Index: gimp1/pkg/PLIST =================================================================== RCS file: /host/ares/usr/home/ncvs/ports/graphics/gimp1/pkg/PLIST,v retrieving revision 1.32 diff -u -r1.32 PLIST --- gimp1/pkg/PLIST 1999/12/10 11:16:27 1.32 +++ gimp1/pkg/PLIST 1999/12/17 23:48:10 @@ -38,13 +38,13 @@ include/libgimp/parasiteio.h lib/libgck.a lib/libgck.so -lib/libgck.so.11 +lib/libgck.so.14 lib/libgimp.a lib/libgimp.so -lib/libgimp.so.11 +lib/libgimp.so.14 lib/libgimpui.a lib/libgimpui.so -lib/libgimpui.so.11 +lib/libgimpui.so.14 lib/libgpc.a lib/libmegawidget.a @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @@ -76,6 +76,7 @@ libexec/gimp/1.1/plug-ins/c_astretch libexec/gimp/1.1/plug-ins/checkerboard libexec/gimp/1.1/plug-ins/colorify +libexec/gimp/1.1/plug-ins/colortoalpha libexec/gimp/1.1/plug-ins/color_enhance libexec/gimp/1.1/plug-ins/compose libexec/gimp/1.1/plug-ins/convmatrix @@ -101,7 +102,9 @@ libexec/gimp/1.1/plug-ins/flarefx libexec/gimp/1.1/plug-ins/fp libexec/gimp/1.1/plug-ins/fractaltrace +libexec/gimp/1.1/plug-ins/gap_decode_mpeg libexec/gimp/1.1/plug-ins/gap_filter +libexec/gimp/1.1/plug-ins/gap_frontends libexec/gimp/1.1/plug-ins/gap_plugins libexec/gimp/1.1/plug-ins/gauss_iir libexec/gimp/1.1/plug-ins/gauss_rle @@ -124,6 +127,7 @@ libexec/gimp/1.1/plug-ins/guillotine libexec/gimp/1.1/plug-ins/gz libexec/gimp/1.1/plug-ins/header +libexec/gimp/1.1/plug-ins/helpbrowser libexec/gimp/1.1/plug-ins/hot libexec/gimp/1.1/plug-ins/hrz libexec/gimp/1.1/plug-ins/ifscompose @@ -166,7 +170,6 @@ libexec/gimp/1.1/plug-ins/rcm libexec/gimp/1.1/plug-ins/ripple libexec/gimp/1.1/plug-ins/rotate -libexec/gimp/1.1/plug-ins/rotators libexec/gimp/1.1/plug-ins/sample_colorize libexec/gimp/1.1/plug-ins/scatter_hsv libexec/gimp/1.1/plug-ins/screenshot @@ -836,6 +839,7 @@ share/gimp/help/C/file/revert.html share/gimp/help/C/contents.html share/gimp/help/C/index.html +share/gimp/help/C/modes.html share/gimp/help/C/welcome.html share/gimp/help/images/eek.png share/gimp/help/images/wilber.png @@ -1042,6 +1046,7 @@ share/gimp/tips/gimp_conseils.fr.txt share/gimp/tips/gimp_tips.ru.txt share/gimp/tips/gimp_tips.ko.txt +share/gimp/tips/gimp_tips.pl.txt share/gimp/unitrc share/gimp/user_install share/locale/de/LC_MESSAGES/gimp.mo --EVF5PPMfhYS0aIcm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 16: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 737F815566 for ; Tue, 28 Dec 1999 16:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA70870; Tue, 28 Dec 1999 16:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 01DA114E02; Tue, 28 Dec 1999 16:41:33 -0800 (PST) Message-Id: <19991229004133.01DA114E02@hub.freebsd.org> Date: Tue, 28 Dec 1999 16:41:33 -0800 (PST) From: jay.krell@cornell.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15754: ports/archives/makeself md5 is out of date, 1.4, current is 1.5.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15754 >Category: ports >Synopsis: ports/archives/makeself md5 is out of date, 1.4, current is 1.5.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 28 16:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jay Krell >Release: 3.4 >Organization: >Environment: FreeBSD jayk-home1bsd 3.4-STABLE FreeBSD 3.4-STABLE #0: Tue Dec 28 00:49:32 PST 1999 jayk@jayk-home1bsd:/usr/src/sys/compile/JAYK1 i386 >Description: ports/archivers/makeself is out of date. It is just a self extracting shell script (".gz.sh") so the "port" is pretty minimal. Just the md5 signature needs to be updated, and/or ignore the md5 and/or rename the file upon fetch to be version specific. >How-To-Repeat: su cd /usr/ports/archives/makeself rm /usr/ports/distfiles/makeself* make clean make ===> Extracting for makeself-1.4 >Fix: Update the md5 or build with no checksum (make NO_CHECKSUM=yes). Also, if possible, rename the file upon fetch. The port is for 1.4 but the current is 1.5.3. bash-2.03$ cd /usr/ports/archivers/makeself/files/ bash-2.03$ cat md5 MD5 (makeself.gz.sh) = 634138c39538210e28dfcd3187645aa8 MD5 (/usr/ports/distfiles/makeself.gz.sh) = bash-2.03$ md5 /usr/ports/distfiles/makeself.gz.sh 41608cac2b9c01dc44c08c96dc5ac3bf >Release-Note: >Audit-Trail: >Unformatted: >> Checksum mismatch for makeself.gz.sh. Make sure the Makefile and md5 file (/usr/ports/archivers/makeself/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 # sh /usr/ports/distfiles/makeself.gz.sh -info Identification: Makeself 1.5.3 Target directory: makeself-1.5.3 Uncompressed size: 52 KB Compression: gzip Date of packaging: Mon Dec 20 15:40:13 PST 1999 script run after extraction: echo Makeself has extracted itself. directory makeself-1.5.3 is permanent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 17:20: 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 7CEAC14FB8 for ; Tue, 28 Dec 1999 17:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA73814; Tue, 28 Dec 1999 17:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 28 Dec 1999 17:20:01 -0800 (PST) Message-Id: <199912290120.RAA73814@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: RE: ports/15754: ports/archives/makeself md5 is out of date, 1.4 Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15754; it has been noted by GNATS. From: Will Andrews To: jay.krell@cornell.edu Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: RE: ports/15754: ports/archives/makeself md5 is out of date, 1.4 Date: Tue, 28 Dec 1999 20:16:14 -0500 (EST) On 29-Dec-99 jay.krell@cornell.edu wrote: >>Synopsis: ports/archives/makeself md5 is out of date, 1.4, current is >>1.5.3 This problem is known. I (the maintainer) have already made a fix. I am sorry that I haven't submitted it yet. :\ I will send in a few moments. Could someone close this PR in favor of what I send? (probably going to be PR 15755). -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 17:30: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 08D38155AD for ; Tue, 28 Dec 1999 17:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA74374; Tue, 28 Dec 1999 17:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id 7520214D0A for ; Tue, 28 Dec 1999 17:28:32 -0800 (PST) (envelope-from will@argon.blackdawn.com) Received: from 14-078.008.popsite.net ([209.69.195.78] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.12 #1) for FreeBSD-gnats-submit@FreeBSD.ORG id 1237ug-0007d7-00; Tue, 28 Dec 1999 18:28:31 -0700 Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (8.9.3/8.9.3) with ESMTP id UAA37439 for ; Tue, 28 Dec 1999 20:28:26 -0500 (EST) (envelope-from will@argon.blackdawn.com) Received: (from root@localhost) by argon.blackdawn.com (8.9.3/8.9.3) id UAA01147; Tue, 28 Dec 1999 20:28:01 -0500 (EST) (envelope-from will) Message-Id: <199912290128.UAA01147@argon.blackdawn.com> Date: Tue, 28 Dec 1999 20:28:01 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15755: update port: archivers/makeself -> 1.5.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15755 >Category: ports >Synopsis: update port: archivers/makeself -> 1.5.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 28 17:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 >Description: Update for makeself. Sorry I didn't get this in sooner. This thing extracts itself, but the script checks for X11 and tries to use that to extract itself.. I just set DISPLAY to nothing and it should be okay for any given situation. *mutter* I hate programs that don't update the name of their distfiles in accordance to version upgrades. >How-To-Repeat: Use the diff below to fix the current port. >Fix: diff -urN makeself/Makefile makeself.new/Makefile --- makeself/Makefile Fri Dec 10 10:21:47 1999 +++ makeself.new/Makefile Tue Dec 28 20:21:56 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: makeself -# Version required: 1.4 +# Version required: 1.5.3 # Date created: 22 Oct 1999 # Whom: Will Andrews # @@ -7,7 +7,7 @@ # DISTNAME= makeself -PKGNAME= makeself-1.4 +PKGNAME= makeself-1.5.3 CATEGORIES= archivers MASTER_SITES= http://www.lokigames.com/~megastep/makeself/ EXTRACT_SUFX= .gz.sh @@ -18,8 +18,14 @@ EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKDIR} NO_BUILD= yes +WRKSRC= ${WRKDIR}/${PKGNAME} + +# The DISPLAY thing is to prevent the script from trying to launch a xterm +# just to extract the source. +pre-patch: + (cd ${WRKDIR} && ${SETENV} DISPLAY="" ${SH} ${DISTNAME}${EXTRACT_SUFX}) do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/makeself.gz.sh ${PREFIX}/bin/makeself + @${INSTALL_SCRIPT} ${WRKSRC}/makeself.sh ${PREFIX}/bin/makeself .include diff -urN makeself/files/md5 makeself.new/files/md5 --- makeself/files/md5 Fri Dec 10 10:26:07 1999 +++ makeself.new/files/md5 Tue Dec 28 20:22:37 1999 @@ -1 +1 @@ -MD5 (makeself.gz.sh) = 634138c39538210e28dfcd3187645aa8 +MD5 (makeself.gz.sh) = 41608cac2b9c01dc44c08c96dc5ac3bf >Release-Note: >Audit-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 Dec 28 17:47:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id 3BADB14E6F for ; Tue, 28 Dec 1999 17:47:53 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 14-078.008.popsite.net ([209.69.195.78] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.12 #1) id 1238DP-0001IV-00; Tue, 28 Dec 1999 18:47:52 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id UAA37725; Tue, 28 Dec 1999 20:47:48 -0500 (EST) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3.1 [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: <3869053A.F02C75FC@home.com> Date: Tue, 28 Dec 1999 20:47:48 -0500 (EST) Reply-To: Will Andrews From: Will Andrews To: tsikora@powerusersbbs.com Subject: RE: linux_clone(465) Cc: "freebsd-ports@FreeBSD.ORG" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 28-Dec-99 Ted Sikora wrote: > /kernel: linux_clone(465): does not work with SMP yet > Has this been addressed in current with the other Linux ioctls? > This prevents me from installing Staroffice 5.1a. I was able to install > a tarred installation from a Linux machine however the messages persist. > How can I turn the messages off. Will # soffice >dev/null work? StarOffice does not work with a SMP kernel (yet). That is why it gives you these messages.. I'm still waiting for Sun to release source code. ;) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 18:51: 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 7D06D14DAB; Tue, 28 Dec 1999 18:51:01 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA80509; Tue, 28 Dec 1999 18:51:01 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Tue, 28 Dec 1999 18:51:01 -0800 (PST) From: Message-Id: <199912290251.SAA80509@freefall.freebsd.org> To: andrews@technologist.com, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15755: update port: archivers/makeself -> 1.5.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: archivers/makeself -> 1.5.3 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Tue Dec 28 18:46:52 PST 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 Dec 28 18:51: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 32D2315160; Tue, 28 Dec 1999 18:51:41 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA80670; Tue, 28 Dec 1999 18:51:41 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Tue, 28 Dec 1999 18:51:41 -0800 (PST) From: Message-Id: <199912290251.SAA80670@freefall.freebsd.org> To: jay.krell@cornell.edu, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15754: ports/archives/makeself md5 is out of date, 1.4, current is 1.5.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/archives/makeself md5 is out of date, 1.4, current is 1.5.3 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Tue Dec 28 18:51:08 PST 1999 State-Changed-Why: Fix committed under ports/15755 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 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 CBE3F14C3F for ; Tue, 28 Dec 1999 19:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA82067; Tue, 28 Dec 1999 19:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 28 Dec 1999 19:10:02 -0800 (PST) Message-Id: <199912290310.TAA82067@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: ports/13541: New port: chpp-0.3.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/13541; it has been noted by GNATS. From: "Chris D. Faulhaber" To: FreeBSD-gnats-submit@FreeBSD.org, andy@icc.surw.chel.su Cc: Subject: Re: ports/13541: New port: chpp-0.3.5 Date: Tue, 28 Dec 1999 22:07:15 -0500 (EST) The WWW:/MASTER_SITES do not seem to be available for this port. Is there another location to retrieve the distfile? ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 19:40: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C627515046 for ; Tue, 28 Dec 1999 19:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA84330; Tue, 28 Dec 1999 19:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from anarcat.dyndns.org (phobos.IRO.UMontreal.CA [132.204.20.20]) by hub.freebsd.org (Postfix) with ESMTP id 2D83914D0C for ; Tue, 28 Dec 1999 19:37:20 -0800 (PST) (envelope-from spidey@anarcat.dyndns.org) Received: by anarcat.dyndns.org (Postfix, from userid 1000) id F33CB1B58; Tue, 28 Dec 1999 22:37:34 -0500 (EST) Message-Id: <19991229033734.F33CB1B58@anarcat.dyndns.org> Date: Tue, 28 Dec 1999 22:37:34 -0500 (EST) From: AnarCat@anarcat.dyndns.org Reply-To: beaupran@iro.umontreal.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15756: ftp/ftplocate install does not check for existence of dir Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15756 >Category: ports >Synopsis: ftp/ftplocate install does not check for existence of dir >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 Dec 28 19:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: AnarCat >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: FreeBSD anarcat.dyndns.org 3.3-STABLE FreeBSD 3.3-STABLE #7: Tue Dec 28 20:05:30 EST 1999 root@anarcat.dyndns.org:/usr/src/sys/compile/HALL i386 Port collection update: Tue Dec 28 22:32:34 EST 1999 >Description: the ftplocate port does not check for the existence of the ${PREFIX}/www/data directory before trying to install the prog in it. >How-To-Repeat: root@anarcat [10:23pm] /# cd /usr/ports/ftp/ftplocate/ root@anarcat [10:25pm] ftplocate# make install clean >Fix: I don't know what exactly is the politic of the ports tree about that, but probably that adding the '-d' flag to install would be a quick fix... So I guess something like: INSTALL+=" -d " would do. >Release-Note: >Audit-Trail: >Unformatted: >> ftplocate-1.50.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.ee.ncku.edu.tw/pub/. Receiving ftplocate-1.50.tar.gz (27707 bytes): 100% 27707 bytes transferred in 25.7 seconds (1.05 Kbytes/s) ===> Extracting for ftplocate-1.50 >> Checksum OK for ftplocate-1.50.tar.gz. ===> Patching for ftplocate-1.50 ===> Configuring for ftplocate-1.50 ===> Installing for ftplocate-1.50 ===> ftplocate-1.50 depends on executable: glimpse - found install -C -d /usr/local/www/cgi-bin/ftplocate /usr/local/www/cgi-bin/ftplocate/index /usr/local/www/cgi-bin/ftplocate/desc install -C -o nobody -g nobody -m 755 -d /usr/local/www/cgi-bin/ftplocate/cache cd /home2/ftp/pub/FreeBSD/FreeBSD-current/ports/ftp/ftplocate/work/ftplocate-1.50; install -C -c -o root -g wheel -m 444 README README.zhtw fl.english fl.zhtw /usr/local/www/cgi-bin/ftplocate ; install -C -c -m 644 fl.config fl.share /usr/local/www/ cgi-bin/ftplocate ; install -C -c -o root -g wheel -m 555 dcollect.pl dindex.pl flcollect.pl flindex.pl indexer.sh flfilter.pl flsearch.pl dsearch.pl flserv.pl flhistory.pl /usr/local/www/cgi-bin/ftplocate ; install -C -c -o root -g wheel -m 444 flhe lp.html flhelp.zhtw.html /usr/local/www/data ; install -C -c -o root -g wheel -m 555 ftplocate /usr/local/bin/ usage: install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-g group] [-m mode] [-o owner] directory ... *** Error code 64 Stop. *** Error code 1 Stop. *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 19:40: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 685FD15516; Tue, 28 Dec 1999 19:40:43 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA84372; Tue, 28 Dec 1999 19:40:43 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Tue, 28 Dec 1999 19:40:43 -0800 (PST) From: Message-Id: <199912290340.TAA84372@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12903: new ports/database/p5-* Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new ports/database/p5-* State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Tue Dec 28 19:31:27 PST 1999 State-Changed-Why: p5-DBD-CSV committed, thanks! p5-SQL-Statement and p5-Text-CSV already in the port tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 19:42: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from Hydro.CAM.ORG (Hydro.CAM.ORG [198.168.100.7]) by hub.freebsd.org (Postfix) with ESMTP id CC9D014A10 for ; Tue, 28 Dec 1999 19:42:02 -0800 (PST) (envelope-from intmktg@CAM.ORG) Received: from cam.org (intmktg.HIP.CAM.ORG [204.19.191.144]) by Hydro.CAM.ORG (8.8.8/8.8.4) with ESMTP id WAA04586 for ; Tue, 28 Dec 1999 22:41:59 -0500 (EST) Message-ID: <3869838A.350DDD1B@cam.org> Date: Tue, 28 Dec 1999 22:44:11 -0500 From: Marc Tardif X-Mailer: Mozilla 4.04 [en] (Win95; U) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: apache+php+mod_ssl missing crypto.1 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 the apache+php+mod_ssl port on FreeBSD-STABLE, on which I have just cvsup'ed the ports in security and www. In /usr/ports/www/apache13-php3, I typed: make install USA_RESIDENT=YES. I then get alot of compiling, openssl seems to compile fine then I get the following error message: can't find shared library crypto.1 I'm not very familiar with ports yet, so suggestions to solve this problem would be greatly appreciated. Thanks in advance, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 19:59:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id 4D6A914EF6; Tue, 28 Dec 1999 19:59:49 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 14-078.008.popsite.net ([209.69.195.78] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.12 #1) id 123AH5-0005sG-00; Tue, 28 Dec 1999 20:59:48 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id WAA70000; Tue, 28 Dec 1999 22:59:44 -0500 (EST) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3.1 [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: <199912211800.KAA38724@freefall.freebsd.org> Date: Tue, 28 Dec 1999 22:59:43 -0500 (EST) Reply-To: Will Andrews From: Will Andrews To: fenner@FreeBSD.org Subject: RE: FreeBSD ports: 1 unfetchable distfiles: x11-wm/wmthemeinstal Cc: ports@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 21-Dec-99 fenner@FreeBSD.org wrote: > Dear andrews@technologist.com, > > You are listed as the FreeBSD port maintainer for 1 port > whose distfiles are not fetchable from their MASTER_SITES. Could you > please visit > > http://www.freebsd.org/~fenner/portsurvey/andrews@technologist.com.html > > and correct the problems listed there? The individual port with > a problem is x11-wm/wmthemeinstall. I have not been able to correct this problem, since the wmthemeinstall distfile seems to have dropped off the face of the earth. I still have a copy, but I'd prefer putting it on a site that will be around for a long while (my website may not be around after a month or two..). Yes, that means I still have a copy of the distfile. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 21:19:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from anaconda.lovett.com (anaconda.lovett.com [216.60.121.168]) by hub.freebsd.org (Postfix) with ESMTP id 725691510E for ; Tue, 28 Dec 1999 21:19:29 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.12 #1) id 123BGG-000NHC-00; Tue, 28 Dec 1999 23:03:00 -0600 Date: Tue, 28 Dec 1999 23:03:00 -0600 From: Ade Lovett To: Will Andrews Cc: ports@FreeBSD.org Subject: Re: FreeBSD ports: 1 unfetchable distfiles: x11-wm/wmthemeinstal Message-ID: <19991228230300.I76705@lovett.com> References: <199912211800.KAA38724@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from andrews@TECHNOLOGIST.COM on Tue, Dec 28, 1999 at 10:59:43PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Dec 28, 1999 at 10:59:43PM -0500, Will Andrews wrote: > > I have not been able to correct this problem, since the wmthemeinstall distfile > seems to have dropped off the face of the earth. I still have a copy, but I'd > prefer putting it on a site that will be around for a long while (my website > may not be around after a month or two..). Yes, that means I still have a copy > of the distfile. Mail it to me, or tell me where to get it from, and I'll stick it up under http://www.lovett.com/FreeBSD/ -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 21:30: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EB08150EA for ; Tue, 28 Dec 1999 21:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA94957; Tue, 28 Dec 1999 21:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 28 Dec 1999 21:30:03 -0800 (PST) Message-Id: <199912290530.VAA94957@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Andrey Zakhvatov Subject: Re: ports/13541: New port: chpp-0.3.5 Reply-To: Andrey Zakhvatov Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13541; it has been noted by GNATS. From: Andrey Zakhvatov To: jedgar@fxp.org (Chris D. Faulhaber) Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/13541: New port: chpp-0.3.5 Date: Wed, 29 Dec 1999 08:26:37 +0300 (MSK) Hello, > The WWW:/MASTER_SITES do not seem to be available for this port. Is there > another location to retrieve the distfile? I moved distfiles to http://www.freebsd.org/~andy/distfiles/ P.S. Can you also fix ftp/cftp and devel/libgnugetopt (MASTER_SITE)? Sincerely yours, Andy. -- Tel: +7-(3512)-38-39-73, E-mail: andy@icc.surw.chel.su WWW: http://surw.chel.su/~andy/index.html, ICQ:10705306 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 22:27:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dsl.MexComUSA.net (adsl-63-194-214-46.dsl.snfc21.pacbell.net [63.194.214.46]) by hub.freebsd.org (Postfix) with ESMTP id C1DF614E97; Tue, 28 Dec 1999 22:27:43 -0800 (PST) (envelope-from eculp@EnContacto.Net) Received: from EnContacto.Net (local-27.local.net [192.168.1.27]) by dsl.MexComUSA.net (8.9.3/8.9.3) with ESMTP id WAA51467; Tue, 28 Dec 1999 22:27:30 -0800 (PST) (envelope-from eculp@EnContacto.Net) Message-ID: <3869A9DA.9B6B5D66@EnContacto.Net> Date: Tue, 28 Dec 1999 22:27:38 -0800 From: Edwin Culp Organization: Mexico Communicates, S.C. X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.5 i386) X-Accept-Language: en MIME-Version: 1.0 To: jim@luna.cdrom.com Cc: ports@FreeBSD.ORG, erich@FreeBSD.ORG Subject: Re: gimp upgrade References: <19991228164011.A2156@luna.cdrom.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jim, I just applied it on 4 different machines, all running current, and the patch applied clean and compiled clean and it seems to run without a problem. Thanks, ed im Mock wrote: > Here's a patch to upgrade the gimp port to the latest (afaik) version. > I'd appreciate some feedback on it before I go ahead and commit it. > > - jim > > -- > - jim mock - walnut creek cdrom/freebsd test labs - jim@luna.cdrom.com - > - phone: 1.925.691.2800 x.3814 - fax: 1.925.674.0821 - jim@FreeBSD.org - > > ------------------------------------------------------------------------ > > gimp1.diffName: gimp1.diff > Type: Plain Text (text/plain) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 22:30: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 BD876154C1 for ; Tue, 28 Dec 1999 22:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA16068; Tue, 28 Dec 1999 22:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from lca67.cvzoom.net (lca67.cvzoom.net [63.65.158.67]) by hub.freebsd.org (Postfix) with ESMTP id DF42514C26 for ; Tue, 28 Dec 1999 22:22:44 -0800 (PST) (envelope-from dmmiller@lca67.cvzoom.net) Received: (from dmmiller@localhost) by lca67.cvzoom.net (8.9.3/8.9.3) id BAA03106; Wed, 29 Dec 1999 01:21:47 -0500 (EST) (envelope-from dmmiller) Message-Id: <199912290621.BAA03106@lca67.cvzoom.net> Date: Wed, 29 Dec 1999 01:21:47 -0500 (EST) From: Donn Miller Reply-To: dmmiller@cvzoom.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15758: Compile errors with port of "aview" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15758 >Category: ports >Synopsis: When compiling /usr/ports/graphics/aview, I get compile errors >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 28 22:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Donn Miller >Release: FreeBSD 4.0-CURRENT i386 >Organization: None >Environment: output of uname -a: FreeBSD lca67.cvzoom.net 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Mon Dec 27 14:53:42 EST 1999 dmmiller@lca111.cvzoom.net:/usr/src/sys/compile/CUSTOM i386 output of gcc -v: Using builtin specs. gcc version 2.95.2 19991024 (release) >Description: When I tried to compile aview in the ports collection, I get the following errors: ===> Building for aview-1.2 cc -mpentium -O3 -pipe -I/usr/X11R6/include -I/usr/local/include -c main.c cc -mpentium -O3 -pipe -I/usr/X11R6/include -I/usr/local/include -c ui.c cc -mpentium -O3 -pipe -I/usr/X11R6/include -I/usr/local/include -c shrink.c cc -mpentium -O3 -pipe -I/usr/X11R6/include -I/usr/local/include -c image.c cc -mpentium -O3 -pipe -I/usr/X11R6/include -I/usr/local/include -O -o aview main.o ui.o shrink.o image.o -laa -lncurses -lm -L/usr/X11R6/lib -lX11 -L/usr/local/lib -L/usr/local/lib cc -mpentium -O3 -pipe -I/usr/X11R6/include -I/usr/local/include -c flip.c flip.c: In function `dcd_delta_flc': sstring.h:493: Invalid `asm' statement: sstring.h:493: fixed or forbidden register 2 (cx) was spilled for class CREG. flip.c: In function `dcd_delta_fli': sstring.h:493: Invalid `asm' statement: sstring.h:493: fixed or forbidden register 2 (cx) was spilled for class CREG. flip.c: In function `dcd_byte_run': sstring.h:493: Invalid `asm' statement: sstring.h:493: fixed or forbidden register 2 (cx) was spilled for class CREG. flip.c: In function `dcd_black': sstring.h:669: Invalid `asm' statement: sstring.h:669: fixed or forbidden register 2 (cx) was spilled for class CREG. flip.c: In function `processframechunk': sstring.h:493: Invalid `asm' statement: sstring.h:493: fixed or forbidden register 2 (cx) was spilled for class CREG. *** Error code 1 Stop in /usr/ports/graphics/aview/work/aview-1.2. *** Error code 1 Stop in /usr/ports/graphics/aview. *** Error code 1 Stop in /usr/ports/graphics/aview. *** Error code 1 Stop in /usr/ports/graphics/aview. *** Error code 1 Stop in /usr/ports/graphics/aview. >How-To-Repeat: Just try building aview in /usr/ports/graphics/aview >Fix: Not known. (If I did, I wouldn't be submitting this report. :-) >Release-Note: >Audit-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 Dec 28 22:54: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 5C1E314CFD; Tue, 28 Dec 1999 22:54:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA20877; Tue, 28 Dec 1999 22:54:21 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 28 Dec 1999 22:54:21 -0800 (PST) From: Message-Id: <199912290654.WAA20877@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/15759: new ports: popt and logrotate Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: submit new port New Synopsis: new ports: popt and logrotate Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 28 22:53:26 PST 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 Tue Dec 28 22:59: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 5AB6014D9B; Tue, 28 Dec 1999 22:59:12 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA21332; Tue, 28 Dec 1999 22:59:12 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 28 Dec 1999 22:59:12 -0800 (PST) From: Message-Id: <199912290659.WAA21332@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, dima@FreeBSD.org Subject: Re: ports/12368: Pilot-link installs to ${PREFIX} = ${LOCALBASE}/pilot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Pilot-link installs to ${PREFIX} = ${LOCALBASE}/pilot Responsible-Changed-From-To: freebsd-ports->dima Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 28 22:59:00 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 22:59: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 A16A714F49; Tue, 28 Dec 1999 22:59:42 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA21494; Tue, 28 Dec 1999 22:59:42 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 28 Dec 1999 22:59:42 -0800 (PST) From: Message-Id: <199912290659.WAA21494@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, joerg@FreeBSD.org Subject: Re: ports/12490: package xmine exits 1 with XawAsciiSourceFreeString error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: package xmine exits 1 with XawAsciiSourceFreeString error Responsible-Changed-From-To: freebsd-ports->joerg Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 28 22:59:24 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 23: 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 7AEC415046; Tue, 28 Dec 1999 23:00:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA21711; Tue, 28 Dec 1999 23:00:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 28 Dec 1999 23:00:50 -0800 (PST) From: Message-Id: <199912290700.XAA21711@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/12915: Add elm 2.5 to ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Add elm 2.5 to ports Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 28 23:00:24 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 23:34: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 E90FD14C36; Tue, 28 Dec 1999 23:34:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA26245; Tue, 28 Dec 1999 23:34:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 28 Dec 1999 23:34:15 -0800 (PST) From: Message-Id: <199912290734.XAA26245@freefall.freebsd.org> To: wcarrel@wcug.wwu.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12899: New port: wmnet-new Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: wmnet-new State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Tue Dec 28 23:33:44 PST 1999 State-Changed-Why: We already have this port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 23:41: 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 5C8E51558E; Tue, 28 Dec 1999 23:41:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA27394; Tue, 28 Dec 1999 23:41:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 28 Dec 1999 23:41:05 -0800 (PST) From: Message-Id: <199912290741.XAA27394@freefall.freebsd.org> To: girgen@partitur.se, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12656: New port: gnujsp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: gnujsp State-Changed-From-To: open->feedback State-Changed-By: steve State-Changed-When: Tue Dec 28 23:40:01 PST 1999 State-Changed-Why: This port relies on the jsdk port which is currently broken. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 23:54: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 8B7FA1511C; Tue, 28 Dec 1999 23:54:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA29249; Tue, 28 Dec 1999 23:54:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 28 Dec 1999 23:54:45 -0800 (PST) From: Message-Id: <199912290754.XAA29249@freefall.freebsd.org> To: godsey@fidalgo.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12549: imap-uw port doesn't use pw_expire to check for invalid logins Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: imap-uw port doesn't use pw_expire to check for invalid logins State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Tue Dec 28 23:53:42 PST 1999 State-Changed-Why: Can you check the latest version of this port and see if this still holds true? If so, send myself and the maintainer a set of diffs and we'll get them commited, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 23:56:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A52F155EA; Tue, 28 Dec 1999 23:56:54 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA29574; Tue, 28 Dec 1999 23:56:54 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 28 Dec 1999 23:56:54 -0800 (PST) From: Message-Id: <199912290756.XAA29574@freefall.freebsd.org> To: jose@nobody.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12522: New port: cos Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: cos State-Changed-From-To: open->feedback State-Changed-By: steve State-Changed-When: Tue Dec 28 23:55:36 PST 1999 State-Changed-Why: This depends on the broken jsdk port. Putting this one on hold until it is fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 23:58: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 9A7881511C; Tue, 28 Dec 1999 23:58:08 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA29700; Tue, 28 Dec 1999 23:58:08 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 28 Dec 1999 23:58:08 -0800 (PST) From: Message-Id: <199912290758.XAA29700@freefall.freebsd.org> To: rover@fly.lglobus.ru, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12492: port misc/diction should be moved to textproc/diction (at least i think so) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port misc/diction should be moved to textproc/diction (at least i think so) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Tue Dec 28 23:57:13 PST 1999 State-Changed-Why: Looks like this port is goind to stay in misc. If you want you take this issue up on the ports mailing list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 23:59: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 812441511C; Tue, 28 Dec 1999 23:59:00 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA29813; Tue, 28 Dec 1999 23:59:00 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 28 Dec 1999 23:59:00 -0800 (PST) From: Message-Id: <199912290759.XAA29813@freefall.freebsd.org> To: ect@andrew.cmu.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12406: New port for the LAM implementation of the Message Passing Interface Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port for the LAM implementation of the Message Passing Interface State-Changed-From-To: feedback->closed State-Changed-By: steve State-Changed-When: Tue Dec 28 23:58:16 PST 1999 State-Changed-Why: Timed out waiting for new URL to get this port's distfile. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 28 23:59: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 AF5C61511C; Tue, 28 Dec 1999 23:59:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA30000; Tue, 28 Dec 1999 23:59:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 28 Dec 1999 23:59:57 -0800 (PST) From: Message-Id: <199912290759.XAA30000@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12204: Update port: graphics/EZWGL Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/EZWGL State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Tue Dec 28 23:59:35 PST 1999 State-Changed-Why: Distfile for update no longer available. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 0: 0:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0902F14C27; Wed, 29 Dec 1999 00:00:39 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA30159; Wed, 29 Dec 1999 00:00:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 00:00:38 -0800 (PST) From: Message-Id: <199912290800.AAA30159@freefall.freebsd.org> To: ftobin@bigfoot.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12195: New port: pgpenvelope Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: pgpenvelope State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 00:00:10 PST 1999 State-Changed-Why: Can't seem to find the distfile for this port, since the MASTER_SITE is gone. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 0:10: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 0CE4714C85; Wed, 29 Dec 1999 00:10:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA32570; Wed, 29 Dec 1999 00:10:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 00:10:09 -0800 (PST) From: Message-Id: <199912290810.AAA32570@freefall.freebsd.org> To: root@test2.gsoft.com.au, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10477: The fakemail in lib-src fails to link (needs -lcompat) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: The fakemail in lib-src fails to link (needs -lcompat) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 00:09:42 PST 1999 State-Changed-Why: This problem has been resolved. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 0:26: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 D5B4614F13; Wed, 29 Dec 1999 00:26:16 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA45680; Wed, 29 Dec 1999 00:26:16 -0800 (PST) (envelope-from des@FreeBSD.org) Date: Wed, 29 Dec 1999 00:26:16 -0800 (PST) From: Message-Id: <199912290826.AAA45680@freefall.freebsd.org> To: des@FreeBSD.org, des@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11430: incorrect int type causes floating point exception in bonnie Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: incorrect int type causes floating point exception in bonnie Responsible-Changed-From-To: des->freebsd-ports Responsible-Changed-By: des Responsible-Changed-When: Wed Dec 29 00:25:27 PST 1999 Responsible-Changed-Why: I have nothing to do with this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 0:27: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 AA8C115668; Wed, 29 Dec 1999 00:27:52 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA46782; Wed, 29 Dec 1999 00:27:52 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 00:27:52 -0800 (PST) From: Message-Id: <199912290827.AAA46782@freefall.freebsd.org> To: ycheng@ml.tw.freebsd.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12637: patch to help multi-byte support in windowmaker Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: patch to help multi-byte support in windowmaker State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 00:26:59 PST 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 Dec 29 0:39: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 A2A811565B; Wed, 29 Dec 1999 00:39:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA51531; Wed, 29 Dec 1999 00:39:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 00:39:27 -0800 (PST) From: Message-Id: <199912290839.AAA51531@freefall.freebsd.org> To: nicolls@dip.ee.uct.ac.za, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12571: Xfig port doesn't have Ghostscript support enabled Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Xfig port doesn't have Ghostscript support enabled State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 00:38:26 PST 1999 State-Changed-Why: Fixed, tahnks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 0:43: 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 AADBE14D58; Wed, 29 Dec 1999 00:42:47 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA52027; Wed, 29 Dec 1999 00:42:47 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 00:42:47 -0800 (PST) From: Message-Id: <199912290842.AAA52027@freefall.freebsd.org> To: ycheng@ml.tw.freebsd.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12271: fix pkg_add with error message and add new feature Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix pkg_add with error message and add new feature State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 00:40:23 PST 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 Dec 29 1:13: 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 944B61510C; Wed, 29 Dec 1999 01:13:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA54979; Wed, 29 Dec 1999 01:13:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 01:13:06 -0800 (PST) From: Message-Id: <199912290913.BAA54979@freefall.freebsd.org> To: pfgiffun@bachue.usc.unal.edu.co, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12503: New port: Willows toolkit (developers release) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: Willows toolkit (developers release) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 01:12:54 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 1:20:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 45FD015721; Wed, 29 Dec 1999 01:20:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA55699; Wed, 29 Dec 1999 01:20:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 01:20:15 -0800 (PST) From: Message-Id: <199912290920.BAA55699@freefall.freebsd.org> To: issei@jp.freebsd.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12536: New port: lang/cu-prolog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: lang/cu-prolog State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 01:19:44 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 1:24: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 88EF414E47; Wed, 29 Dec 1999 01:24:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA56078; Wed, 29 Dec 1999 01:24:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 01:24:09 -0800 (PST) From: Message-Id: <199912290924.BAA56078@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12835: New port: libcgic-1.06 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: libcgic-1.06 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 01:23:58 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 1:29: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 2D4CB14ECE; Wed, 29 Dec 1999 01:29:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA56680; Wed, 29 Dec 1999 01:29:39 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 01:29:39 -0800 (PST) From: Message-Id: <199912290929.BAA56680@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12666: New port: kcd-4.7.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: kcd-4.7.10 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 01:29:07 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 4:36: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 4064315642; Wed, 29 Dec 1999 04:36:33 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA71702; Wed, 29 Dec 1999 04:36:29 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 29 Dec 1999 04:36:29 -0800 (PST) From: Message-Id: <199912291236.EAA71702@freefall.freebsd.org> To: andy@icc.surw.chel.su, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13541: New port: chpp-0.3.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: chpp-0.3.5 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Dec 29 04:35:33 PST 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 Dec 29 5:12: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 C44A8155F0 for ; Wed, 29 Dec 1999 05:12:48 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA74571; Wed, 29 Dec 1999 05:10:02 -0800 (PST) (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 9957D15048 for ; Wed, 29 Dec 1999 05:03:42 -0800 (PST) (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 VAA26440; Wed, 29 Dec 1999 21:59:01 +0900 (JST) (envelope-from kiri) Message-Id: <199912291259.VAA26440@pis.toba-cmt.ac.jp> Date: Wed, 29 Dec 1999 21:59:01 +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/15762: New ports: XEmacs21META-21.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15762 >Category: ports >Synopsis: New ports: XEmacs21META-21.1 >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 Dec 29 05:10:02 PST 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: All XEmacs(version 21) ports has been merged and its' mule ports were ported. Here is the mule meta ports of editors/xemacs21 which has been committed so as to work with mule ports by Michael Elbel (me@FreeBSD.org). As XEmacs(version 21) meta ports would be merged, there will be sevral works before committing these ports as follows: (1) Repositry copies shown below: editors/xemacs-mule-sumo -> editors/xemacs21-mule-sumo japanese/xemacs-sumo-canna -> japanese/xemacs21-sumo-canna japanese/xemacs-sumo-canna+wnn4 -> japanese/xemacs21-sumo-canna+wnn4 japanese/xemacs-sumo-canna+wnn6 -> japanese/xemacs21-sumo-canna+wnn6 japanese/xemacs-sumo-wnn4 -> japanese/xemacs21-sumo-wnn4 japanese/xemacs-sumo-wnn6 -> japanese/xemacs21-sumo-wnn6 (2) Delete old ports shown below: editors/xemacs-sumo-mule japanese/xemacs-sumo-canna japanese/xemacs-sumo-canna+wnn4 japanese/xemacs-sumo-canna+wnn6 japanese/xemacs-sumo-wnn4 japanese/xemacs-sumo-wnn6 I put the port with shar `find ` below "Fix:" >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # editors/xemacs21-mule-sumo/ # editors/xemacs21-mule-sumo/pkg/ # editors/xemacs21-mule-sumo/pkg/COMMENT # editors/xemacs21-mule-sumo/pkg/DESCR # editors/xemacs21-mule-sumo/pkg/PLIST # editors/xemacs21-mule-sumo/Makefile # japanese/xemacs21-sumo-canna/ # japanese/xemacs21-sumo-canna/Makefile # japanese/xemacs21-sumo-canna+wnn4/ # japanese/xemacs21-sumo-canna+wnn4/Makefile # japanese/xemacs21-sumo-canna+wnn6/ # japanese/xemacs21-sumo-canna+wnn6/Makefile # japanese/xemacs21-sumo-wnn4/ # japanese/xemacs21-sumo-wnn4/Makefile # japanese/xemacs21-sumo-wnn6/ # japanese/xemacs21-sumo-wnn6/Makefile # echo c - editors/xemacs21-mule-sumo/ mkdir -p editors/xemacs21-mule-sumo/ > /dev/null 2>&1 echo c - editors/xemacs21-mule-sumo/pkg/ mkdir -p editors/xemacs21-mule-sumo/pkg/ > /dev/null 2>&1 echo x - editors/xemacs21-mule-sumo/pkg/COMMENT sed 's/^X//' >editors/xemacs21-mule-sumo/pkg/COMMENT << 'END-of-editors/xemacs21-mule-sumo/pkg/COMMENT' XThe "meta-port" for XEmacs Mule with SUMO packages. END-of-editors/xemacs21-mule-sumo/pkg/COMMENT echo x - editors/xemacs21-mule-sumo/pkg/DESCR sed 's/^X//' >editors/xemacs21-mule-sumo/pkg/DESCR << 'END-of-editors/xemacs21-mule-sumo/pkg/DESCR' XThis port is for XEmacs environment using XEmacs mule ports and XMule SUMO packages. X XThis package is built with Multilingual Imput Methods. Especially, Japanese Xinput is supported by using SKK, SJ3, Canna, Wnn4 or Wnn6 as an external Xinput engine . Each input method would be supported in following ports Xrespectively: X X editors/xemacs21-mule-sumo .......... SKK, SJ3 X japanese/xemacs21-sumo-canna ........ SKK, SJ3, Canna X japanese/xemacs21-sumo-canna+wnn4 ... SKK, SJ3, Canna, Wnn4 X japanese/xemacs21-sumo-canna+wnn6 ... SKK, SJ3, Canna, Wnn6 X japanese/xemacs21-sumo-wnn4 ......... SKK, SJ3, Wnn4 X japanese/xemacs21-sumo-wnn6 ......... SKK, SJ3, Wnn6 X XIf you use with SJ3 or SKK, you should be installed sj3serv or skkserv Xin advance. SKK is supported as already builtin. Also it will Xsupport several input methods under leim. X X X--KIRIYAMA Mazuhiko X END-of-editors/xemacs21-mule-sumo/pkg/DESCR echo x - editors/xemacs21-mule-sumo/pkg/PLIST sed 's/^X//' >editors/xemacs21-mule-sumo/pkg/PLIST << 'END-of-editors/xemacs21-mule-sumo/pkg/PLIST' X@comment this plist intentionally left empty END-of-editors/xemacs21-mule-sumo/pkg/PLIST echo x - editors/xemacs21-mule-sumo/Makefile sed 's/^X//' >editors/xemacs21-mule-sumo/Makefile << 'END-of-editors/xemacs21-mule-sumo/Makefile' X# New ports collection makefile for: Meta port of XEmacs mule with sumo package X# Version required: 21.1 X# Date created: 19 August 1999 X# Whom: KIRIYAMA Kazuhiko X# X# $FreeBSD$ X# X XDISTNAME= xemacs-${NAMEPREFIX}sumo${NAMEEXT}-${XEMACS_REL} 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 XXEMACS_MAJOR_VER= 21 XXEMACS_REL= 21.1 XXEMACS_VER= 21.1.8 XXEMACS_ARCH= ${MACHINE_ARCH}--freebsd X X.if defined(LANGPREFIX) && (${LANGPREFIX} == "ja-") XRUN_DEP_LIST= ${PREFIX}/lib/xemacs-${XEMACS_VER}/${XEMACS_ARCH}/config.values:${PORTSDIR}/japanese/xemacs${XEMACS_MAJOR_VER}${NAMEEXT} X.else XRUN_DEP_LIST= ${PREFIX}/lib/xemacs-${XEMACS_VER}/${XEMACS_ARCH}/config.values:${PORTSDIR}/editors/xemacs${XEMACS_MAJOR_VER}-mule XNAMEPREFIX= mule- X.endif X Xdo-install: # empty X X.include END-of-editors/xemacs21-mule-sumo/Makefile echo c - japanese/xemacs21-sumo-canna/ mkdir -p japanese/xemacs21-sumo-canna/ > /dev/null 2>&1 echo x - japanese/xemacs21-sumo-canna/Makefile sed 's/^X//' >japanese/xemacs21-sumo-canna/Makefile << 'END-of-japanese/xemacs21-sumo-canna/Makefile' X# New ports collection makefile for: Meta port of XEmacs mule with sumo package X# Version required: 21.1 X# Date created: 19 August 1999 X# Whom: KIRIYAMA Kazuhiko X# X# $FreeBSD$ X# X X.include X XXEMACS_MAJOR_VER= ${.CURDIR:S!^${PORTSDIR}/japanese/xemacs!!:S!-sumo-canna$!!} XLANGPREFIX= ja- XNAMEEXT= -canna X XMASTERDIR= ${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}-mule-sumo X X.include "${MASTERDIR}/Makefile" END-of-japanese/xemacs21-sumo-canna/Makefile echo c - japanese/xemacs21-sumo-canna+wnn4/ mkdir -p japanese/xemacs21-sumo-canna+wnn4/ > /dev/null 2>&1 echo x - japanese/xemacs21-sumo-canna+wnn4/Makefile sed 's/^X//' >japanese/xemacs21-sumo-canna+wnn4/Makefile << 'END-of-japanese/xemacs21-sumo-canna+wnn4/Makefile' X# New ports collection makefile for: Meta port of XEmacs mule with sumo package X# Version required: 21.1 X# Date created: 19 August 1999 X# Whom: KIRIYAMA Kazuhiko X# X# $FreeBSD$ X# X X.include X XXEMACS_MAJOR_VER= ${.CURDIR:S!^${PORTSDIR}/japanese/xemacs!!:S!-sumo-canna+wnn4$!!} XLANGPREFIX= ja- XNAMEEXT= -canna+wnn4 X XMASTERDIR= ${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}-mule-sumo X X.include "${MASTERDIR}/Makefile" END-of-japanese/xemacs21-sumo-canna+wnn4/Makefile echo c - japanese/xemacs21-sumo-canna+wnn6/ mkdir -p japanese/xemacs21-sumo-canna+wnn6/ > /dev/null 2>&1 echo x - japanese/xemacs21-sumo-canna+wnn6/Makefile sed 's/^X//' >japanese/xemacs21-sumo-canna+wnn6/Makefile << 'END-of-japanese/xemacs21-sumo-canna+wnn6/Makefile' X# New ports collection makefile for: Meta port of XEmacs mule with sumo package X# Version required: 21.1 X# Date created: 19 August 1999 X# Whom: KIRIYAMA Kazuhiko X# X# $FreeBSD$ X# X X.include X XXEMACS_MAJOR_VER= ${.CURDIR:S!^${PORTSDIR}/japanese/xemacs!!:S!-sumo-canna+wnn6$!!} XLANGPREFIX= ja- XNAMEEXT= -canna+wnn6 X XMASTERDIR= ${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}-mule-sumo X X.include "${MASTERDIR}/Makefile" END-of-japanese/xemacs21-sumo-canna+wnn6/Makefile echo c - japanese/xemacs21-sumo-wnn4/ mkdir -p japanese/xemacs21-sumo-wnn4/ > /dev/null 2>&1 echo x - japanese/xemacs21-sumo-wnn4/Makefile sed 's/^X//' >japanese/xemacs21-sumo-wnn4/Makefile << 'END-of-japanese/xemacs21-sumo-wnn4/Makefile' X# New ports collection makefile for: Meta port of XEmacs mule with sumo package X# Version required: 21.1 X# Date created: 19 August 1999 X# Whom: KIRIYAMA Kazuhiko X# X# $FreeBSD$ X# X X.include X XXEMACS_MAJOR_VER= ${.CURDIR:S!^${PORTSDIR}/japanese/xemacs!!:S!-sumo-wnn4$!!} XLANGPREFIX= ja- XNAMEEXT= -wnn4 X XMASTERDIR= ${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}-mule-sumo X X.include "${MASTERDIR}/Makefile" END-of-japanese/xemacs21-sumo-wnn4/Makefile echo c - japanese/xemacs21-sumo-wnn6/ mkdir -p japanese/xemacs21-sumo-wnn6/ > /dev/null 2>&1 echo x - japanese/xemacs21-sumo-wnn6/Makefile sed 's/^X//' >japanese/xemacs21-sumo-wnn6/Makefile << 'END-of-japanese/xemacs21-sumo-wnn6/Makefile' X# New ports collection makefile for: Meta port of XEmacs mule with sumo package X# Version required: 21.1 X# Date created: 19 August 1999 X# Whom: KIRIYAMA Kazuhiko X# X# $FreeBSD$ X# X X.include X XXEMACS_MAJOR_VER= ${.CURDIR:S!^${PORTSDIR}/japanese/xemacs!!:S!-sumo-wnn6$!!} XLANGPREFIX= ja- XNAMEEXT= -wnn6 X XMASTERDIR= ${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}-mule-sumo X X.include "${MASTERDIR}/Makefile" END-of-japanese/xemacs21-sumo-wnn6/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 5:13: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 49E05151B6 for ; Wed, 29 Dec 1999 05:12:48 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA74562; Wed, 29 Dec 1999 05:10:02 -0800 (PST) (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 3B56514A07 for ; Wed, 29 Dec 1999 05:03:29 -0800 (PST) (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 VAA26345; Wed, 29 Dec 1999 21:58:51 +0900 (JST) (envelope-from kiri) Message-Id: <199912291258.VAA26345@pis.toba-cmt.ac.jp> Date: Wed, 29 Dec 1999 21:58:51 +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/15761: New ports: XEmacs21-21.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15761 >Category: ports >Synopsis: New ports: XEmacs21-21.1 >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 Dec 29 05:10:01 PST 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: All XEmacs(version 21) ports has been merged and its' mule ports were ported. Here is the mule ports of editors/xemacs21 which has been committed so as to work with mule ports by Michael Elbel (me@FreeBSD.org). As XEmacs(version 21) ports would be merged, there will be sevral works before committing these ports as follows: (1) Repositry copies shown below: editors/xemacs-mule -> editors/xemacs21-mule editors/xemacs-mule-common -> editors/xemacs21-mule-common japanese/xemacs-canna -> japanese/xemacs21-canna japanese/xemacs-canna+wnn4 -> japanese/xemacs21-canna+wnn4 japanese/xemacs-canna+wnn6 -> japanese/xemacs21-canna+wnn6 japanese/xemacs-wnn4 -> japanese/xemacs21-wnn4 japanese/xemacs-wnn6 -> japanese/xemacs21-wnn6 (2) Delete old ports shown below: editors/xemacs-mule editors/xemacs-mule-common japanese/xemacs-canna japanese/xemacs-canna+wnn4 japanese/xemacs-canna+wnn6 japanese/xemacs-wnn4 japanese/xemacs-wnn6 I put the port packed with tar czf and uuencode below "Fix:" Packed tarball is : -rw-r--r-- 1 kiri staff 11170 Dec 29 21:18 xemacs21-21.1-991229.tar.gz Packed list is : drwxr-xr-x kiri/staff 0 Dec 29 21:18 1999 editors/xemacs21-mule/ drwxr-xr-x kiri/staff 0 Dec 28 22:29 1999 editors/xemacs21-mule/pkg/ -rw-r--r-- kiri/staff 63 Dec 28 21:35 1999 editors/xemacs21-mule/pkg/COMMENT -rw-r--r-- kiri/staff 1526 Dec 28 22:29 1999 editors/xemacs21-mule/pkg/PLIST -rw-r--r-- kiri/staff 900 Dec 28 21:35 1999 editors/xemacs21-mule/pkg/DESCR drwxr-xr-x kiri/staff 0 Dec 28 20:33 1999 editors/xemacs21-mule/files/ -rw-r--r-- kiri/staff 936 Dec 28 13:44 1999 editors/xemacs21-mule/files/DESCR.tmpl -rw-r--r-- kiri/staff 5413 Dec 29 21:18 1999 editors/xemacs21-mule/Makefile drwxr-xr-x kiri/staff 0 Dec 29 21:18 1999 editors/xemacs21-mule-common/ drwxr-xr-x kiri/staff 0 Dec 28 23:38 1999 editors/xemacs21-mule-common/pkg/ -rw-r--r-- kiri/staff 44836 Dec 28 23:38 1999 editors/xemacs21-mule-common/pkg/PLIST -rw-r--r-- kiri/staff 409 Dec 28 21:35 1999 editors/xemacs21-mule-common/pkg/INSTALL -rw-r--r-- kiri/staff 79 Dec 28 21:35 1999 editors/xemacs21-mule-common/pkg/COMMENT -rw-r--r-- kiri/staff 796 Dec 28 21:35 1999 editors/xemacs21-mule-common/pkg/DESCR -rw-r--r-- kiri/staff 3477 Dec 29 21:18 1999 editors/xemacs21-mule-common/Makefile drwxr-xr-x kiri/staff 0 Dec 28 19:08 1999 editors/xemacs21-mule-common/files/ -rw-r--r-- kiri/staff 852 Dec 28 13:44 1999 editors/xemacs21-mule-common/files/DESCR.tmpl -rw-r--r-- kiri/staff 447 Dec 28 13:47 1999 editors/xemacs21-mule-common/files/INSTALL.tmpl drwxr-xr-x kiri/staff 0 Dec 29 21:18 1999 japanese/xemacs21-canna/ drwxr-xr-x kiri/staff 0 Dec 28 19:09 1999 japanese/xemacs21-canna/pkg/ -rw-r--r-- kiri/staff 65 Dec 28 21:35 1999 japanese/xemacs21-canna/pkg/COMMENT -rw-r--r-- kiri/staff 1472 Dec 28 21:35 1999 japanese/xemacs21-canna/pkg/DESCR drwxr-xr-x kiri/staff 0 Dec 28 19:09 1999 japanese/xemacs21-canna/files/ -rw-r--r-- kiri/staff 1598 Dec 28 13:45 1999 japanese/xemacs21-canna/files/DESCR.tmpl -rw-r--r-- kiri/staff 3119 Dec 29 21:18 1999 japanese/xemacs21-canna/Makefile drwxr-xr-x kiri/staff 0 Dec 29 21:18 1999 japanese/xemacs21-canna+wnn4/ drwxr-xr-x kiri/staff 0 Dec 7 23:38 1999 japanese/xemacs21-canna+wnn4/pkg/ -rw-r--r-- kiri/staff 71 Dec 28 21:35 1999 japanese/xemacs21-canna+wnn4/pkg/COMMENT -rw-r--r-- kiri/staff 388 Dec 29 21:18 1999 japanese/xemacs21-canna+wnn4/Makefile drwxr-xr-x kiri/staff 0 Dec 29 21:18 1999 japanese/xemacs21-canna+wnn6/ drwxr-xr-x kiri/staff 0 Dec 7 23:38 1999 japanese/xemacs21-canna+wnn6/pkg/ -rw-r--r-- kiri/staff 71 Dec 28 21:35 1999 japanese/xemacs21-canna+wnn6/pkg/COMMENT -rw-r--r-- kiri/staff 388 Dec 29 21:18 1999 japanese/xemacs21-canna+wnn6/Makefile drwxr-xr-x kiri/staff 0 Dec 29 21:18 1999 japanese/xemacs21-wnn4/ drwxr-xr-x kiri/staff 0 Dec 28 21:35 1999 japanese/xemacs21-wnn4/pkg/ -rw-r--r-- kiri/staff 64 Dec 28 21:35 1999 japanese/xemacs21-wnn4/pkg/COMMENT -rw-r--r-- kiri/staff 364 Dec 29 21:18 1999 japanese/xemacs21-wnn4/Makefile drwxr-xr-x kiri/staff 0 Dec 29 21:18 1999 japanese/xemacs21-wnn6/ -rw-r--r-- kiri/staff 364 Dec 29 21:18 1999 japanese/xemacs21-wnn6/Makefile drwxr-xr-x kiri/staff 0 Dec 28 21:35 1999 japanese/xemacs21-wnn6/pkg/ -rw-r--r-- kiri/staff 64 Dec 28 21:35 1999 japanese/xemacs21-wnn6/pkg/COMMENT >How-To-Repeat: >Fix: begin 644 xemacs21-21.1-991229.tar.gz M'XL(`"K\:3@``^Q=;7/;MK+N5^M7(&ERZO2$DO5BN_4Y;JO82J)&MCR2G+0S MG>L+D:#$B"18@K3EI+Z__0(@19&R+&!I'W?F7G/:6"2?9W>QNUB`$$D1RXEH MR&ISXF&3->J&%[ND]LV#;JBUL[^[B[Y!?-MK)'\;K>1OLNT@M+_3;#3W]W9V MZPC5FXW=G6_0[L.:L7Z+681#A+Z9.:&S"<=AMOT8!CWN1M;&/YA-'C`'M.-? M;^[NUOGG>FNGT7B*_V-L=\?_J']RTCD=/8".^L[.7JNU(?[[^VG\&_N-NNC_ M/`OVOT$[#Z!;N?T_C_]O'1'W[4L2,H?ZJ%%_A2(RCU"2%^C*B:9(I,1VWW>O M430EB,R)&4=X[!+VJO)WF_^TW7.[N_^?];K#A^C]RO[?V-_;6ZW_^V+\?^K_ M__EM[/BU<<.KB+]FA"=,?B+9IXD?XRC"YG2Q9[H.\:/%GD6=Y#.E&25@$9TX MMOP>ADLG``:C840L8,I,7A[7E@)J8MA9]$?&ZX]9PT%@6,3&L1NQVF=\\>M9M7-^5/DE M]J6@T$.&?7\AEA."A*#&3S6+7-;\V'717W^A*(P)3-S])*QG+NY`X6O$X\AH9O' MT\\,,A`+B.G8CHEXD2`F[^P.X1$XBL.0S^-X?&60?\4!]@DC:/L(^SY^_N^D:@A`4;@H=P2)!%F#/QB57YGKOR>Q%XTZ7C,6^@ M\"69.RS*8KO("9DWPBE^SMDRN2KYE!0F>-A/$D"DF9R_)O-9J5L$+Q5)K-<+ MDRO+K.&[..(IYI$DO*)!W%,3Q\=N:I)%_>]$.NZPM?5O_4B>GW]E[WJP58`]=?_&CL[#7G]UVS6G];_ M'F/;%'\Y`ZA&7N#>3X=R_-]-X[_3VMEIBO%_K[Y??QK_'V-[X/&_..]\X'E` M)GS0Z;U\^4@S@I46/93_7^,[5MT2J[2XF!2GK"F+-%>F@"B3!ULK1;'RK?H8YK#(?DS MYM7#.M@2$WU^XAA'?`SA=2T2![=^0,?$1/4??_R1G_LTI1X_MO6A.^C^WCYI MHP_X2SQU9O3?PON_!`ZK1G2,#=.+JMBL?@Y^JGS+:2_>AH2\&1Z_X'M\=S%D MB;YQTAZ..@-IO^C3J:'"1L1FN8OOJ:5YZ3]:W\@*ON-\?TK M+EIT^B"DEPXO1.B_VZ$Y=2+ND9B7AV,2$-_BA?$[669D"4E+ZYA7@/"ZBJ2Q M1SC$9D1"4:I,=(E#)ZD_*]8E'K>QY[C7!Y5OMT[.>YV+L_Y@E,V)#Y9`Y-B\ M--H.KXS;'L$^0^++V5->?="PU_[8>;40(`[W3S,!Z>Z*B`584I?:DMW;V+,/ M[WK'W<%RLLZQ/6KRFL?/B!.BEA:JR#KW>DG:W+UMR^K*PZHG2RQ1B68/NZ/. M1??TJ'?.9ZNI=8P'C1=4TXTM,?A$T^UDS5Z$$8>3V.-19!FYUWTS:`^Z"3LE MN\XXQ&(XW$C_U!V]Y[K/SD<7)YW1^_XQI^='8G87D:LL\H1+^;'CSEGG]'C( MU3.9SEU_.1U@G/?FO-L[+C`/4')L,[-2Y1%]MLB@9?!?H7_\8^5XDC*O*DO0 MX=8U894J3W['KE1.VMW3$?^_,SC;KWX>C;HO.W^ M=I-?[DPG"=F2*0^T&(-K)^W3[MO.<%1-`18?*MT#+H)WFB'/PYM:,7.62Z9_ M5+;6JRJNS=Y2Q&:S3?*+Z[*)DML1NJD,SD\W-]G(DERD=TW,8FMSX\KQC;G- M*]\/>U7BFALLN:N/I!.M1VE_)9>_AUM<<6!CDU3K!0'B"Y.:.+YPUVI'N,GR M[*A_^K;[[GS0N6@/W@U_/LS:*%:P;R3=,(*0Y]C\,&M;>EB,4\:\7B_L.MZA M3_-'A/GI_MQ(JP43>NKU-^UAYZ:VJ"`+3%84\B!^,`6(PI'#?/?B:[&\W'R7 M!V8*%[A%#`3`K:_<)NY-AVNB^R3M39 MP[5)*LX>+,^DN[DH\?U:S,)5H!`1D;EGURQJYF"%X\DA-N47`!*2M]!T,>,- M)%$Z)TI.N=2<\>NEPQH?VFMA[-<2*\7A-*EO#0LWO&I^Z%QT3C\>;O7:I^\. MCRK=T^&HW>OQ=GL=T4.%T.K1^2"1 M6A7_*2M-LE94D7>+_'PH"TTR8;A)[B`1@T&2ZUO_'C.K*B885=YQJ][LITIE M5=S/.1,.AL_^Z^[R\^P9/R\[\8MGSVXJV?R)FR#&J]0'G=^D49@?'M)@58K%ZY\K(U?E5I)S)RSZC5@G$,4VW;_R_>+>'M_-"OU=#>4I8LBK MXX/*UB_\M(5DP@\'1[S,;R/#Q_PZ_(_OJ^(*'!DT._`_Z(]7R)!?IK[X.CBY M$=\2__&5<_[%Y61',EFB,08+37$'R?>YP^)0>K,*G[:*-2^]L=;QD]:(98I% M#TW]ELS"Y"(&VUXY5S*8J5;N+?#V1E6'5@OMIR4(FE:5%Y"#1USN] M67ROKS'3V/#-O!`VZI^+,3[]S<\@HP[=MH6RZ`\4F+7&8D(8H921(3AR'VN;(59R<71#?R8.?H??\&/7_Q M-5\I;IZCGU!V*,F([:Q@"P`Z/$3/DR[T_)7X@G_=:>'-S6?3D#U_)6T9=HYY M>`AZSFHK-P849YZ3Y\D@5T3*Y;DEDN_>A6^+SX9.#S1TA6X;K+H'"R9N, M+K1VL^W%:QF(;%5Z'B9ND9>4#TO)^6(33&TV]11U&#RQ72R"/_^_?)?[VO7_-"0/ M=0,`_/FOUFYS[^G[_\?8-L;_@1X#T[__H[6[N[4R6?;P(TBMGI/14N)K?Z2E,&^#;R@A2XV;>F7`]QU[N^0J63;L/OJU*5 M"[?0]U6HDPMK&?^)1PHVF;WZ%9TJ&];@[Z]4Z:IUA/NK567%&OS]E>IDQAT< M<&ZL?GNJ87R9J\W*8JD@FWIL?II,P-]T1FT%Y.A]>S#LC(8J6/^X>_K.&([: MI\?MP;$>7(TZ^YW#]%#57O>-`GG<>7.NDG;<%5_RJ"0EMUMB2P%[.SI3(-Z= MGJL0_;;2^^\[O5Y?@>DFZ\OO8F?CRO[;.V MRKQTZ5RE?=!I'Y^HU":@ZOO?SSJ#-_V>)KS?-]X,^I^&G8$"SQ$?NTHBI]K(SU@7.:.Z2%\;&6QZ%K:`#+5EAK$N MCI7HL33[Q?F]>3*\2\8 MB>)`/<[)FY*KFYY_ERA^Z4J]1,%.=1YX`'P=@J>4B2>QKWR=YA9(O+':%'GS M`DR+I,!T7/E&$+,IL?0=(&W21LO;GO31U+5(J(^G`?&!3I(4B)-H(.^HU[8I MQ)9#`0DH\8`$#`GO-L!&)QQ(JT-G,HW`N2%9^G"&+Z$Y+BF0AL"=!745GYA% MX&9(#D1+1"<3?I5*;1NH*DQ=XTR4X-'`$H5`?`K<Q;@@>@V,X<@';\**10_!LHX1A,@*C@5_@P=`,`9Q$)A$T0)TD.O2202/-. M+?0`&0!X=!U`TBC6DJTU8YSXL88LB5*.:-F+H72TI@5/`RE>**6#$R\LTL9I M791.0GQ=UW"/8UDU*Z2;7G^3AWELID!ZS)B1T',B79RQ/U:"T^4[GL@6F5=[ M[9&XH3^8J*P.IC3B>8<_FQI#V1+LZ:/'^`H$AHB&2(8(-JTH`J/B,0Q)-H7B( M`N(S&!HBW'-+=:Q`8(IJ&#IUA,`&@@O+)A@V$`\0'!)#T'`P1 M[0208B#A`/&A8\X`Q5C"`>*9.P:!(:)Y0\<0UZ0$B(K(F<#0D-8*.-`8`#R: M.H0QXL(9`"67D(IV"2IGERZV',\!Q'?!`"BYBBR.&N3*\&CDV-5-;YI5RYASLEH$I>+QXYIXK-P1MZ?B0"Z+*)VV MCCB?ER!:.NM!JR2ME9MU)+!YL%"ZX+YFG!@#EZP8!9!7/S@J&MPRXU'MJE!D,;/!+: MX&'0!H^!-G@`M,&C7W*;1@D_+WEE],%\G7!@WEYRH+;!/+[D:.L1-R^+1SKA M7B\PR^D$>3YC@7Q?8,$M!/F_P(+I(G.GQ)RD2"VI%1X$28-'(:.5,!(>AXP& MUU9&%52/>%MOR8!G5'CK)!4><$F#!SRCE3`2'O",!M=61A543Q"2RY(!SZCP MUDDJ/."2!@]X1BMA)#S@&0VNK8PJJ)XX*!GNE`AO&2?"0QT')0(=EVP7/,AQ M.4?`U0!TN)A%\L61X/@6F*!V94Q0A#,6R",%%MQ"4)`++&U=8E$6[OV,!=<% M\KID@#R>,6!6@3R=,;1U^.2*P;V"Z0%Z6#)"7,P;,*I"7,P9`Q[QD-2DP MR^D$>GQ>HIH46'`+@=Z?EZ@F`:]!)99WEK02VD".3R@@KR\I0,-`_EY2]+6$ MCA^56>7)$TMIA+D\)<&FVRZ%B?*G&DRW M*M\+HP&=P5O#+&*WAEJ%?PRHBOX)6!7\'O`_$_J/#B=S5"8FO%*H]5 M1ZJ(WH'!@=*5:5"$*[.@"%7/S5M'J)U;$ZCU96IR(<*%W# M*3DX#`URH;IH%]#*2E9`*RM9`:VL9`6TLI(5T,I*!K@$7JP5X3_+P-5YN$I0 M1G^5H$R`58(R!U8)RC1(UWOT_0/RC6X7+:!ALC6=KGLE64!KNEOW.K*`5G:Y M`EK9Y0IH99 M,F?BTW#38Y<2>305OU?6HYM6XHO`C:O/$JI\"9)$X?%8W%%(-KW,M0C<]/!F MBJ1QI"4QP:D%BM^(TA&8XM0"@Y`&E.F(S)!JH7%$#?&/2[&E)7N5H*="O"!2 M5WJ*U10\I5?:@A.LEF#1/$VY*50I=HS-V9\QC70J!;N$,7%_FH[@'%8M M.+9M^9/+.H)S6"W!)-24*H$:(AW7,D(B?[I71W`!KA9_'1%#O'36<[YH!7`% MKZ5`//0LWCC(6;HZ5BC::@#B=<2:6+Q.B1G4-L)`Q_^W"&H5XI70ADUP%(=$ MIU3=(JA5N.)'I0*LU8`<5DQ'(='I'WFL6K!GN93J](LE4BV46L20/\NM(SN)3:%:8C5G0#FHEECQ2F-=+RRP.H(CZ@%,SJ$UA6O+U1%ID="Y)#JV M+I$:0B\=K4S(@&J1#G:I3I?-@!HB&=:J6!E01V1@_&][5]K>MI&D_57X%6U; M&4M>@?=A*Z-L:(EQ%%U^)#G./+L[6I!LDK!`@(M#(L>C_[Y5C8,`>*!:4BC; M03V)Q>/MMQI]5%=7'W2U#LD0),#9U+8VP`MR*<0S:#:M!UX;^`Y#4D'$P21J MWE/Q-8&;:\Z4Z.#'H)F9\&]Z)G`&N&S"&VZZ),80F$TY<:F<$3*3%`TLA3+$ M91.B/Z":%OX8'H4W":?14WF)A!1G+X`1Z,P>N:,DP"1J;JNZV2=21V`B-9F6 M1`FCE:LZ'J53Q['9Q);IJOA;=Q3B&)9$3.2DTAGJT+*N24TA@2:0VR/2K"\" M9E/:&FD2'^(R"0?&=$SJ!A$PFS*X>I[`&2&S23V=0BA0F61#;HQQYFI;!,X$ MF$9--JQ)-(F<3YO+$YAJ#DFB'M'6\&)1$ZXU53O&4?2P!.-*N\??.NNBJD^!C M=6K2B$-DYH/A_+"C@9_L\A&E+M)XJ@(Z-8E4-_6.1YD&S)`$4J=+8A2P;#J, MW^)=QI9)84V@2>2&;I*:S0Q*H`6GD<3IX[()G5N5.L..8TG$9/\Z`2910ZNA MF)`8E$1++M\8ED3L<(-WJ3F.P-G4X#P7-5OKZ*2>D4#3R+N::6JJP75*N'8^ M!5')$-H_K>"3<"+]U-8-@UY$,3Q-`3<'\&9(Y9_!B?3N4+?&]/S'\$0%'DQK MN$:R@RD\3<'`YIP2#DF`:=1#WK$Y9<-*$DTC_ZR--9F6&`J,(3%Q:[?^[*:5"(95:1U]31>1L%0 MLQU.&@@6I)%1-")M/IM+(*."NJ"]((F$&FI`?3Z%A!)B=&DN@80*JLN23B"A M@NHAIQ-(J'#=J?R3Q!))J)K(*YK(J7&'FJY.7-WQ^QA5U7PRFKH;G;MRFA(I M*$IV#(,6:HMCLXFIL05Z7`'<38^^G2:)SB8?:CW2$8,(F$VI^S_7 MEDT9`@F4+J=N?W,LSY3!92L?\Z[>UTD-.X[-)L;]?Z3@]PR93>IU2!GU8=ET MTU'',E1G:KK:A,*;PA,5D%IVA"20DK-+S2<>^BZV+JMO&@3:!)A&33L:)J#: M&.P1Q7U(HFGYZ`S(@=(T4E3Z&IRFXYE/GEK0DFX+3 MZ`W=]"CM-@$F4E]72I3E_P281HW76E.9`RR->-S%^YJIU!&:1NYT+J*#'6E+D$MP%3JBDR!5*0*1,(ZAF`R=44F MUQ6I7-=DJ&LRU%69LJY*E755ID"J4@52D\EU32K7-9EI3DM,7`VM7^I-'F'4!I/ M54"G)I'2UQ%D5@_$K>$P=25MOD^`LZG'/E;O:=V;.N6Y-PEP"1JXAG0&)1"2PO% M1T`")32V6]5'D)B3>*(",C.1DK2O-L1E$D[$SEZ+U!#B6`(Q=1/;A+Z%#:!X M.H=XF"^))I`3K1]]21.0$EONDV@".7%Q>4)>5)Z09WP3^E1OHLK$V9-H"CDU MUCZ1V,4W$;\019M9Q[%$XDG?YIP40TSCLQ6,1VK'[IMCQC! M?R-"<<6''0\NUB%B] MUZ,!.971/^-/PBH_>R:?\"ZS1X!F/QP4E\)9Y2<\E5\T/<-@__XW,9*C_60J\3#]2W&GEWKMKX* M![!^?QT96J^\?%[LZ&;1&2IZG_T7>[%9><&>[[$7'\XN+M6@[E^P__F1N4-N M,OP]<5;ZD?5UA7>'%GOQ\H'R(N#YA^6Q$50%TTTH:.A[ELF9U6?A=HX=%G1N M;)Y,,WLL3,D^:X%SK+Y6*^5"F6W-/L'W.S&$OR7=_Q2Z?&$[9(&W6G>(&F^' M.KS`B*P&>8%\&%-\=H;VPA.76SBL;]GLCS8R;@43,8:X.&3:#'88^$A.[:'<8>D)L M['=&Z#MLBT^Z?.S&.\;V=SU4?I>2V?\/VA?[YP_3D='_R[5J+=W_R\U*WO_7 M(9=#W6'PGV\'EG9X''$="T;#Q=U^-B#ZUN,$&E%Z:-P1PRC^#C(;<)/;&AZA MQ!%7I"LP19%R`OQ17%DU^L='^]2G_W%KFK6X(["CW,\!B#^OS>//6U`44;A! M[D41(H_6L6YX]"DH3)._OM4-XS7K&E:GPVU(-U7`[W)H=D[:29BJA+U"CNABIV\5^FV3RDX[V=*)>SRH>WF@OE,>+B M617\UK+U@0X35R:*%.K3G7$PF`C#L[<,=VAY@R$DAT)PX+71,U\!D>8Y6!A3 M-K8MR-X(%%C,]DS6L8)Q1V1",.\HX&^.M&F0RL%,X!6&GBCH6W1)@S8"N1IA M.P:3==7CN*'[50]+IJ]@(@0--7A8H#`\T?!`*>9LAXT-K@&WRZ'!C3CD7%69 M[;_VJS4:J7T?Y72[7<_J]#7K)3 M?LOPJF8'>I:!D4KL':.@YM'2[6Z(`8'-&WYA!_V6,_,:E9?L]\#RV_S_/-WF MO=T-M(GPQ8'F0@>V.?R!#S?>L`/>9>6W;]_"=Y^&U@@^VS@Z/#_\1^NDQ:`/ M>D/]VOH[5LW/8]TIN%9'4[LCMZ!U"Y_'/RDO(=GF+S;G[RX.-N$=O`W',[12 M.'4Y.Q4/AR8BL)UHJYEC:#>84_'@6\E.L/DEB!^=M'X[.\S\\MP=L5V M9T`&D_P>5*S)>ULCKL'PAF5T"O:<71RW?F]OAP1!T84$\9*<481@D72FS7\[ MC_UP]/[XX/"71@E/CY\=]XZ/_13 M!XD-O6-#S7%G9?)/AY>_@NX/'R^O3MJ7OYX=0'+=''LP]G$817O.LH2@,ID. MBQ0^.VA_:)\>7*`[)YK^H2`[\!_;O#"Z_DE1TN6[M['YI;#_\1RJ=O?B^3\WOV"KO(!W=\5DU3Q_#M_'!Y[- MY\_O0!=:%XS/ZB;[;V6#5IV()'13X03*8(7#*)N@04P@P8VL4`M])EQ"9VOS MRZ?S(RC3#^?M7P[_N(M*_*Y8*.!_FU^@!._$#XT7"X&/=M4#?VA;\1-B+9$I ME`(W[JE;_"K`@S2;/;TO_D"[$$7P/#1E/LNV^##\[$-K_ZCUOGTEFO7AZ?MM M!1JJ*G*QJVS\W.VQI+K5S>I'0)^TCMIW6`(.5]Z=GQVU3_Z[;CQ9X(_RO[9Z2^'[S^>MZ]:Y^\O]C94%0=5=5(N8^,( MWX:M'-[CDK#HCLX>9+QZ:-\5PRX:8B(;%`?!A\I)Z[0,CR#F`3!SXL'? M@>EIK@NS(?]UU]#Q6CKQNF?I^`J9PVL+R\&#P?@>A(NO+B'[[P#=0\[[-ORN*3_S/KRX^OMO;F"W>[$6U@?6@7)Y\")*'[08J M3GP"]L<=C55!>MHZ@5I28J,8J)MR1PF^:_^!^N/61A$ACBN@/Q8YH[>*T$\6 M_I$?*2E`1HQ923R4,R#R68-0[-6E_PRIT-T"PH?%\I(=9O/+^>X7P0+]XO>@,/_A8@GVDLTO%^T#*#8P!J_*.\43;GJ[Q?$K M5O0<&X^UV7R6[J?5O#\B85^',K4<-RI4K!J1,3];0:<*FLU<5B[;I[_?H;MU MY2O:BS0*"&)^O5O`,^M9++XP%&8)6\?EV<=]D5:\N/KEN/7^`M^&76'_[.SH M$'OF2S%KP`D&$SU&>,M!TV9;(MPRTG01?0&K"4;&M]R:;>-/7>$#!X7*5,Y> M.,74ZG#"9A0'+WPSF$2>MX_C2'@;(6<9QKY[YU?*T?O@PSM4OO_KV:?3.X:S MDETQ*TQ!9D[2"YF.'\VVU[;V@[)R_N_;H`?K8+52LUY?OO[#6"F(_Y8:I4H5 MYO_U1J7QC-4?X?DRY2\^_R?4_VQ.K/A_O1+$_TNU4JF)]=^L->IY_&<= MLH;X?])`/_HZ0-*J)U<$DM_-KPVDTBY>)4B#'GN](%4^^;I!OFZP/B'8__@< MY%XZ,O=_-9N1_:^*]=]FL]S,[?\ZY/O:_[7T2RP5 M<@0#(,KCX4Y_3,C^?[3^5ZV7JKG_OPY95O^X]>>Q=,C,_\J5!NX(JM3S^=]: M9%7]/\+63R&9^S]+Z?W?]6HM'__7(@OV?^*IXV#Q=,>?KES\5MUA%T='?JA. M+)TYWEBL_GU3SFXN<[*J_S_"UD\A&?V_TBR5TOV_7,WW_ZQ%POB/%D46`N<6 MHP:46(9RC[V>?HC'Y&+2'[G\418B9]^?A@;;-&/Y\A>,[A>KPOPK67M5TS$8 M>(D+8:Z?XK>@SX1&D'6FS',P8V`C=WQK*:SDCO()5_:AP#[A9@`,).`/U>_X;C_ M9VX/0=BA62&0=!Z7IO!W/"Q(L8-/4UN9KK$T76-1NE#37`Z7*0I5+$K04)3# M/IM"`\/03SA^B2U.")O&%NQC$2SF?*[B>C;BG.MK?*E`:6N]&\WL@Y-V8.R%%?,[OB+QP;NG'NX^[5L_'^DI3\A4O,_/`M6KM6;S7S^MPY97?\/ M7OH3DN'_54O-1A3_+==*XOQ?-3__MQ9Y9/]/;JU/T@],QVC7XA%FK,Y]NYYA M]/I0??I#U%9=SR'J/JYED_,F%3'(>YC**OZK/F>YXN?>9>Y^/XGWF\M2R MS/][I*-_0K+._Y7JS=3Z7[U2+^7^WSJ$=/XO<([0@H0>CL0IOWIXRJ^YZI0? M\X_YX3^RY_Q.6A>7[?/HG%_DA`79%F?]_$>$A%ND0WRKCO`=I`[P`6E^A"\_ MPO>M'.';;UVVWY_A0^Y%?F]8T`J>"3ING;['K\+S08$O^%F#SBT"`A(G6E*+ M2;.]\1N$`X3_N>($8:H7^T<(A39Q>!"?(3CBL`&/HM[OC,_B4$CBF-E^Z_2T MM`/J M8B\;>Z:EI!O;WH9(42CO+BQ;?](WW]*P7L*3*KA[#"=1Q<\X?^'V8B9`W.?X MTO*EZ&`.*.RTF$I'"]+^$<65]=-86C\-B<)M_!G%&;2!(O`7/T-E%X9+"[2! M)_O^U%)M+"O516W\SV_=L08MRAE:=+J!?Y5M-;.1+FJ2&8U11"-2A?%5-ZW% M;0H5 M]?](FX")]5^I5LKU9K4D]G_5*GG]KT,RZW\=][^6YNY_!5.0Q__6(5+[?Y=/ MNI[Z,7*YIZSL_^NY_X\U2K7T_7_E4G[_ZUI$)OXO;$'2`CSM,H!,,/%>L431 M#41`4<218&(HKA+"\$?X>I8)\FT?R16VIYU4K=K$^Z3^?[[_;RVRLOZ?Q/^O M"_^_7L[K?QV26?]/Y/_7\OV?:Y&'^/^-W/__YF5E_W]*_S\__[<6>9C_W_@+ M^/^-A?Y_X[OU_Q\S\N_+/>[_J)9S_V\MLJ3^'_/Z#XGS7Z'_5RLU\OM?UB(K MZO^QKO\@^/_SY__K^?B_%I&__R,/_']/LJ3_/^;V_\S^7Z^G_?\ZO,G[_SI$ MVO^7C/I7ZNPWS?0T>XJN_YMOPO6/@O[?49Q_F2R^6^,K\/]S_V\MLJ3^G][^ MY_[?6N0^]E\FZO.-VO]&:/^_ESC/,EG2_Y]^_I_O_UR+K*C_IYW_-W+[OPZY MU_P_7_C+)9=<Release-Note: >Audit-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 Dec 29 6: 0:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id 528AC1563D for ; Wed, 29 Dec 1999 06:00:09 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 14-100.008.popsite.net ([209.69.195.100] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.12 #1) id 123Je3-00070Z-00; Wed, 29 Dec 1999 07:00:08 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id JAA74724; Wed, 29 Dec 1999 09:00:05 -0500 (EST) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3.1 [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: <3869838A.350DDD1B@cam.org> Date: Wed, 29 Dec 1999 09:00:05 -0500 (EST) Reply-To: Will Andrews From: Will Andrews To: Marc Tardif Subject: RE: apache+php+mod_ssl missing crypto.1 Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 29-Dec-99 Marc Tardif wrote: > I'm trying to install the apache+php+mod_ssl port on FreeBSD-STABLE, on > which I have just cvsup'ed the ports in security and www. In > /usr/ports/www/apache13-php3, I typed: make install USA_RESIDENT=YES. I > then get alot of compiling, openssl seems to compile fine then I get the > following error message: > can't find shared library crypto.1 > > I'm not very familiar with ports yet, so suggestions to solve this > problem would be greatly appreciated. 1) uname -a 2) Current ports tree, which can be retreived using cvsup. 3) Full transcript from the very beginning of your 'make install`. 4) pkg_info -Ia | grep openssl 5) ldconfig -r -elf | grep crypto 6) ls -l /usr/local/lib/libcrypto.so.1 /usr/local/lib/libssl.so.1 Get all this and send your reply. -- 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 Dec 29 6: 6:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id 82B8314FDB; Wed, 29 Dec 1999 06:06:19 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 14-100.008.popsite.net ([209.69.195.100] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.12 #1) id 123Jk0-0000Ah-00; Wed, 29 Dec 1999 07:06:16 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id JAA74793; Wed, 29 Dec 1999 09:06:13 -0500 (EST) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3.1 [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: <19991228164011.A2156@luna.cdrom.com> Date: Wed, 29 Dec 1999 09:06:13 -0500 (EST) Reply-To: Will Andrews From: Will Andrews To: Jim Mock Subject: RE: gimp upgrade Cc: erich@FreeBSD.ORG, ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 29-Dec-99 Jim Mock wrote: > Here's a patch to upgrade the gimp port to the latest (afaik) version. > I'd appreciate some feedback on it before I go ahead and commit it. Does this fix the ugly script-fu crash after one usage? :) If so, I'll test it for ya.. -- 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 Dec 29 7: 6:13 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 25810151A4 for ; Wed, 29 Dec 1999 07:06:11 -0800 (PST) (envelope-from saper@system.pl) Received: from localhost (saper@localhost [127.0.0.1]) by tricord.system.pl (SYSTEM Internet) with ESMTP id PAA18163 for ; Wed, 29 Dec 1999 15:20:59 +0100 (MET) Date: Wed, 29 Dec 1999 15:20:55 +0100 (MET) From: Marcin Cieslak To: freebsd-ports@FreeBSD.ORG Subject: Re: editors/nedit vs. net/netcat In-Reply-To: <199912282351.PAA52724@star1.sirius.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 Tue, 28 Dec 1999, Eric P. Scott wrote: > * I favor seeing netcat install as "netcat" rather than "nc" > (and adjusting the README accordingly). Comments? Well, I use "nc" as quick-and-dirty tool, so I prefer shorter "nc". Seems to me like a religion... -- << Marcin Cieslak // saper@system.pl >> ----------------------------------------------------------------- SYSTEM Internet Provider http://www.system.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 7:19:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from virtual-voodoo.com (virtual-voodoo.com [204.120.165.254]) by hub.freebsd.org (Postfix) with ESMTP id D4038151B1 for ; Wed, 29 Dec 1999 07:19:53 -0800 (PST) (envelope-from steve@virtual-voodoo.com) Received: (from steve@localhost) by virtual-voodoo.com (8.9.3/8.9.3) id KAA26339 for freebsd-ports@freebsd.org; Wed, 29 Dec 1999 10:19:57 -0500 (EST) (envelope-from steve) Date: Wed, 29 Dec 1999 10:19:57 -0500 From: Steve Ames To: freebsd-ports@freebsd.org Subject: sysutils/lavaps Message-ID: <19991229101957.A26330@virtual-voodoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just installed 'lavaps' and saw this in my daily security report... virtual-voodoo.com setuid diffs: 62a63 > -r-xr-sr-x 1 root kmem 101308 Dec 28 18:07:45 1999 /usr/local/bin/lavaps Should this really be setgid kmem? The real 'ps' had the setuid/setgid removed a while back for security reasons... -Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 8:19:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from sivka.rdy.com (sivka.rdy.com [207.33.166.86]) by hub.freebsd.org (Postfix) with ESMTP id 6F0CD15166; Wed, 29 Dec 1999 08:19:50 -0800 (PST) (envelope-from dima@rdy.com) Received: (from dima@localhost) by sivka.rdy.com (8.9.3/8.9.3) id IAA41435; Wed, 29 Dec 1999 08:19:50 -0800 (PST) (envelope-from dima) Message-Id: <199912291619.IAA41435@sivka.rdy.com> Subject: Re: ports/12368: Pilot-link installs to ${PREFIX} = ${LOCALBASE}/pilot In-Reply-To: <199912290659.WAA21332@freefall.freebsd.org> from "steve@FreeBSD.org" at "Dec 28, 1999 10:59:12 pm" To: steve@FreeBSD.org Date: Wed, 29 Dec 1999 08:19:50 -0800 (PST) Cc: freebsd-ports@FreeBSD.org, dima@FreeBSD.org Organization: HackerDome Reply-To: dima@rdy.com From: dima@rdy.com (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is not a bug, this is a feature. All palm pilot apps should be installed in ${LOCALBASE}/pilot to avoid confusion with for example development tools like gcc. This was discussed a long time ago. Please close this PR. steve@FreeBSD.org writes: > Synopsis: Pilot-link installs to ${PREFIX} = ${LOCALBASE}/pilot > > Responsible-Changed-From-To: freebsd-ports->dima > Responsible-Changed-By: steve > Responsible-Changed-When: Tue Dec 28 22:59:00 PST 1999 > Responsible-Changed-Why: > Over to port's maintainer. > -- dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 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 15223156F9 for ; Wed, 29 Dec 1999 10:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA71361; Wed, 29 Dec 1999 10:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DF77D15717; Wed, 29 Dec 1999 10:48:11 -0800 (PST) Message-Id: <19991229184811.DF77D15717@hub.freebsd.org> Date: Wed, 29 Dec 1999 10:48:11 -0800 (PST) From: dkwiebe@hagenhomes.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15764: changes to /editors/staroffice5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15764 >Category: ports >Synopsis: changes to /editors/staroffice5 >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 Dec 29 10:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Darren Wiebe >Release: Current >Organization: Hagen Homes Ltd. >Environment: FreeBSD darren.hagens.ab.ca 4.0-CURRENT FreeBSD 4.0-CURRENT #16: Sun Dec 26 04:43:47 MST 1999 root@darren.hagens.ab.ca:/usr/src-current/sys/compile/CURRENT i386 >Description: This patch adds another distribution site for patches and also adds support and changes the default for the tmpdir variable. >How-To-Repeat: N/A >Fix: *** Makefile.orig Thu Dec 30 10:29:31 1999 --- Makefile Thu Dec 30 10:32:21 1999 *************** *** 31,36 **** --- 31,37 ---- NO_BUILD= yes DIST_SUBDIR= staroffice5 WRKSRC= ${WRKDIR}/so51inst + TEMPDIR= ${WRKDIR}/tmp .include *************** *** 60,72 **** @${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins do-install: ! @${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf ! @${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf ! @PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp ! @LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib ! @/usr/compat/linux/sbin/ldconfig @${CAT} ${PKGDIR}/MESSAGE ! @-${WRKDIR}/so51inst/office51/setup /net # A seperate target as we need to be able to run this stuff independantly. post-install: --- 61,74 ---- @${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins do-install: ! @${CP} /compat/linux/etc/ld.so.conf ${TMPDIR}/ld.so.conf.tmp ! @${ECHO} "${WRKDIR}/tmp" >> ${TMPDIR}/ld.so.conf.tmp ! @${ECHO} "${TEMPDIR}/sv001.tmp" >> ${TMPDIR}/ld.so.conf.tmp ! @PATH=${PATH}:${TEMPDIR}/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp ! @LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TEMPDIR}:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib ! @/usr/compat/linux/sbin/ldconfig -f ${TMPDIR}/ld.so.conf.tmp @${CAT} ${PKGDIR}/MESSAGE ! @-TEMP=${TEMPDIR} ${WRKDIR}/so51inst/office51/setup /net # A seperate target as we need to be able to run this stuff independantly. post-install: >Release-Note: >Audit-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 Dec 29 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 3B0911570F for ; Wed, 29 Dec 1999 11:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA72223; Wed, 29 Dec 1999 11:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 29 Dec 1999 11:00:02 -0800 (PST) Message-Id: <199912291900.LAA72223@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Darren Wiebe Subject: Re: ports/15622: Build fails in ports/editors/staroffice5 with USE_CDROM Reply-To: Darren Wiebe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15622; it has been noted by GNATS. From: Darren Wiebe To: ust@cert.siemens.de Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/15622: Build fails in ports/editors/staroffice5 with USE_CDROM Date: Thu, 30 Dec 1999 11:49:58 -0700 Just wanting to say that this patch does apparently fix the problem, somebody else confirmed it for me, I don't have the cdrom so... I don't know what the reason was for the -v option... Darren Wiebe dkwiebe@hagenhomes.com Udo Schweigert wrote: > > >Number: 15622 > >Category: ports > >Synopsis: Build fails in ports/editors/staroffice5 with USE_CDROM > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Wed Dec 22 00:30:01 PST 1999 > >Closed-Date: > >Last-Modified: > >Originator: Udo Schweigert > >Release: FreeBSD 3.4-STABLE i386 > >Organization: > Siemens AG, ZT IK 3 > >Environment: > > FreeBSD 3.4-STABLE i386 > > >Description: > > When doing make USE_CDROM=yes in /usr/ports/editors/staroffice5 I get > > ===> staroffice-5.1a depends on executable: unzip - found > ln: illegal option -- v > usage: ln [-fs] file1 file2 > ln [-fs] file ... directory > > >How-To-Repeat: > > As described. > > >Fix: > > Apply this patch: > > --- Makefile.orig Wed Dec 15 00:14:28 1999 > +++ Makefile Tue Dec 21 14:47:13 1999 > @@ -47,7 +47,7 @@ > .if defined(USE_CDROM) > do-extract: > @${MKDIR} ${WRKSRC}/office51 > - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . > + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . > .endif > > post-extract: > > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 11: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 63B00150AE for ; Wed, 29 Dec 1999 11:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA73182; Wed, 29 Dec 1999 11:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from p1fed3.frb.org (p1fed3.frb.org [151.198.183.196]) by hub.freebsd.org (Postfix) with ESMTP id DDAE414EEB for ; Wed, 29 Dec 1999 11:06:08 -0800 (PST) (envelope-from seth@freebie.dp.ny.frb.org) Received: by p1fed3.frb.org; id OAA11672; Wed, 29 Dec 1999 14:06:07 -0500 (EST) Received: from (10.0.0.1) by p1fed3.frb.org via smap (3.2) id xma011599; Wed, 29 Dec 99 14:05:35 -0500 Received: by relay2.frb.org; Wed, 29 Dec 1999 14:05:34 -0500 (EST) Received: by relay.frb.org; Wed, 29 Dec 99 14:05:24 -0500 Received: by mail.frb.org; Wed, 29 Dec 1999 14:04:41 -0500 (EST) Message-Id: <199912291906.OAA11672@p1fed3.frb.org> Date: Wed, 29 Dec 1999 14:05:18 -0500 From: Seth To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15765: mutt 1.0i port fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15765 >Category: ports >Synopsis: mutt 1.0i port fails >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 29 11:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Seth >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: -STABLE as of 10/25 (3.3) Ports via ftp on 12/15. >Description: "cd /usr/ports/mail/mutt && make" yields the following: Making all in charsets cd . && sh ./gen_charsets cc -DHAVE_CONFIG_H=1 -O -pipe -o mutt addrbook.o alias.o attach.o browser.o b uffy.o color.o commands.o complete.o compose.o copy.o curs_lib.o curs_main.o da te.o edit.o enter.o flags.o init.o filter.o from.o getdomain.o handler.o hash. o hdrline.o headers.o help.o hook.o keymap.o main.o mbox.o menu.o mh.o mx.o pag er.o parse.o pattern.o postpone.o query.o recvattach.o rfc822.o rfc1524.o rfc20 47.o score.o send.o sendlib.o signal.o sort.o status.o system.o thread.o charse t.o history.o lib.o pgp.o pgpinvoke.o pgpkey.o pgppubring.o sha1dgst.o gnupgpars e.o resize.o pop.o imap.o socket.o ./intl/libintl.a -lncurses color.o: In function `_mutt_parse_color': color.o(.text+0xe0b): undefined reference to `wbkgdset' menu.o: In function `menu_redraw_index': menu.o(.text+0x48b): undefined reference to `wbkgdset' menu.o(.text+0x519): undefined reference to `wbkgdset' menu.o: In function `menu_redraw_motion': menu.o(.text+0x5ba): undefined reference to `wbkgdset' menu.o(.text+0x783): undefined reference to `wbkgdset' menu.o(.text+0x7ec): more undefined references to `wbkgdset' follow *** Error code 1 Stop. >How-To-Repeat: see above >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 11:40: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D9741585F for ; Wed, 29 Dec 1999 11:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA75537; Wed, 29 Dec 1999 11:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from anarcat.dyndns.org (phobos.IRO.UMontreal.CA [132.204.20.20]) by hub.freebsd.org (Postfix) with ESMTP id 1D270150DC for ; Wed, 29 Dec 1999 11:38:58 -0800 (PST) (envelope-from spidey@anarcat.dyndns.org) Received: by anarcat.dyndns.org (Postfix, from userid 1000) id 245E119BC; Wed, 29 Dec 1999 12:20:45 -0500 (EST) Message-Id: <19991229172045.245E119BC@anarcat.dyndns.org> Date: Wed, 29 Dec 1999 12:20:45 -0500 (EST) From: spidey@anarcat.dyndns.org Reply-To: beaupran@iro.umontreal.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15767: Majordomo bad pkg/PLIST Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15767 >Category: ports >Synopsis: Majordomo bad pkg/PLIST >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 29 11:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Spidey >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: Port collection cvsup'd 1999.12.28 FreeBSD 3.4 - STABLE >Description: There is a file installed by majordomo that is not removed my the deinstall target. The majordomo/Log file is missing from the pkg/PLIST file. >How-To-Repeat: # make deinstall clean ===> Deinstalling for majordomo-1.94.4 pkg_delete: unable to completely remove directory '/usr/local/majordomo' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) ===> Cleaning for majordomo-1.94.4 # ls -l /usr/local/majordomo total 0 -rw-rw-r-- 1 majordom majordom 0 Dec 29 11:06 Log >Fix: *** pkg/PLIST.orig Wed Dec 29 12:19:37 1999 --- pkg/PLIST Wed Dec 29 12:20:30 1999 *************** *** 43,48 **** --- 43,49 ---- majordomo/doc/majordomo.ora majordomo/doc/post-install-notes majordomo/aliases.majordomo + majordomo/Log @dirrm majordomo/bin @dirrm majordomo/doc @dirrm majordomo/digests/test-l-digest >Release-Note: >Audit-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 Dec 29 11: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 700F715861 for ; Wed, 29 Dec 1999 11:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA75546; Wed, 29 Dec 1999 11:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from anarcat.dyndns.org (phobos.IRO.UMontreal.CA [132.204.20.20]) by hub.freebsd.org (Postfix) with ESMTP id 1DA1D15122 for ; Wed, 29 Dec 1999 11:38:58 -0800 (PST) (envelope-from spidey@anarcat.dyndns.org) Received: by anarcat.dyndns.org (Postfix, from userid 1000) id 78DC41BBD; Wed, 29 Dec 1999 11:43:19 -0500 (EST) Message-Id: <19991229164319.78DC41BBD@anarcat.dyndns.org> Date: Wed, 29 Dec 1999 11:43:19 -0500 (EST) From: AnarCat@anarcat.dyndns.org Reply-To: AnarCat To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15768: Majordomo resend prog allow exec of any prog as majordomo user Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15768 >Category: ports >Synopsis: Majordomo resend prog allow exec of any prog as majordomo user >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 29 11:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: AnarCat >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: Latest port collection (dated of 1999.12.28). Running 3.4-Stable. Should affect any system with latest ports collection. >Description: [From BugTraq, Brock Tellier, btellier@USA.NET] Majordomo features a wrapper that is suid root and then setuid(majordomo). It is used to exec various programs in the $PREFIX/majordomo dir. One of them is the resend Perl script which does a open(AV, $fn) || die("open(AV, \"$fn\"): $!\nStopped"); So this can be used to exec another program with the wrapper privileges. >How-To-Repeat: Our exploit is simple: bash-2.02$ /usr/local/majordomo/wrapper resend '@|cp /bin/ksh /tmp/xnec;chmod 6555 /tmp/xnec' resend: must specify '-l list' at /usr/local/majordomo/resend line 77. bash-2.02$ ls -la /tmp/xnec -r-sr-sr-x 1 owner daemon 361688 Dec 29 06:26 /tmp/xnec In our case "owner" is majordomo. >Fix: From BugTraq again, ("Todd C. Miller" ): For those using perl 5.x, you can use sysopen() instead of the "magic" perl open() to fix this. - todd --- resend Thu Aug 19 10:12:03 1999 +++ resend+ Tue Dec 28 23:55:39 1999 @@ -58,7 +58,7 @@ if ($ARGV[0] =~ /^\@/) { $fn = shift(@ARGV); $fn =~ s/^@//; - open(AV, $fn) || die("open(AV, \"$fn\"): $!\nStopped"); + sysopen(AV, $fn, O_RDONLY) || die("sysopen(AV, \"$fn\", O_RDONLY): $!\nStopped"); undef($/); # set input field separator $av = ; # read whole file into string close(AV); >Release-Note: >Audit-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 Dec 29 11: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 23889156EE for ; Wed, 29 Dec 1999 11:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA76361; Wed, 29 Dec 1999 11:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id 1BE961575C for ; Wed, 29 Dec 1999 11:39:51 -0800 (PST) (envelope-from dm@home.dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.3/8.9.3) with UUCP id UAA12895 for FreeBSD-gnats-submit@freebsd.org; Wed, 29 Dec 1999 20:39:37 +0100 (CET) Received: (from uucp@localhost) by net2.dinoex.sub.org (8.9.3/8.9.3) with UUCP id UAA16949 for FreeBSD-gnats-submit@freebsd.org; Wed, 29 Dec 1999 20:31:45 +0100 (CET) Received: (from dm@localhost) by home.dinoex.sub.org (8.9.3/8.9.3) id TAA14767; Wed, 29 Dec 1999 19:31:43 +0100 (CET) Message-Id: <199912291831.TAA14767@home.dinoex.sub.org> Date: Wed, 29 Dec 1999 19:31:43 +0100 (CET) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15769: devel/gperf need manpage Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15769 >Category: ports >Synopsis: devel/gperf need manpage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 29 11:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.3-RELEASE i386 >Organization: privat >Environment: >Description: manpage winn not be installed >How-To-Repeat: >Fix: fix in Makefile: appy this patch: diff gperf/Makefile gperf-2.7/Makefile --- gperf/Makefile Wed Dec 29 10:09:36 1999 +++ gperf-2.7/Makefile Wed Dec 29 19:20:32 1999 @@ -14,6 +14,6 @@ MAINTAINER= dirk.meyer@dinoex.sub.org GNU_CONFIGURE= yes -MAN= gperf.1 +MAN1= gperf.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 Dec 29 12: 7:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from luna.cdrom.com (luna.cdrom.com [204.216.28.135]) by hub.freebsd.org (Postfix) with ESMTP id 9472F151EE; Wed, 29 Dec 1999 12:07:20 -0800 (PST) (envelope-from jim@luna.cdrom.com) Received: (from jim@localhost) by luna.cdrom.com (8.10.0.Beta10/8.10.0.Beta10) id dBTK3JA04822; Wed, 29 Dec 1999 12:03:19 -0800 (PST) Date: Wed, 29 Dec 1999 12:03:19 -0800 From: Jim Mock To: Will Andrews Cc: erich@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: gimp upgrade Message-ID: <19991229120318.A599@luna.cdrom.com> Reply-To: jim@luna.cdrom.com References: <19991228164011.A2156@luna.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.1i In-Reply-To: ; from andrews@TECHNOLOGIST.COM on Wed, Dec 29, 1999 at 09:06:13AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 29 Dec 1999 at 09:06:13 -0500, Will Andrews wrote: > On 29-Dec-99 Jim Mock wrote: > > Here's a patch to upgrade the gimp port to the latest (afaik) version. > > I'd appreciate some feedback on it before I go ahead and commit it. > > Does this fix the ugly script-fu crash after one usage? :) It seems to.. at least on -STABLE. - jim -- - jim mock - walnut creek cdrom/freebsd test labs - jim@luna.cdrom.com - - phone: 1.925.691.2800 x.3814 - fax: 1.925.674.0821 - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 12: 8:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from luna.cdrom.com (luna.cdrom.com [204.216.28.135]) by hub.freebsd.org (Postfix) with ESMTP id D011F15122; Wed, 29 Dec 1999 12:08:18 -0800 (PST) (envelope-from jim@luna.cdrom.com) Received: (from jim@localhost) by luna.cdrom.com (8.10.0.Beta10/8.10.0.Beta10) id dBTK7g505222; Wed, 29 Dec 1999 12:07:42 -0800 (PST) Date: Wed, 29 Dec 1999 12:07:41 -0800 From: Jim Mock To: Edwin Culp Cc: ports@FreeBSD.ORG, erich@FreeBSD.ORG Subject: Re: gimp upgrade Message-ID: <19991229120741.B599@luna.cdrom.com> Reply-To: jim@luna.cdrom.com References: <19991228164011.A2156@luna.cdrom.com> <3869A9DA.9B6B5D66@EnContacto.Net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.1i In-Reply-To: <3869A9DA.9B6B5D66@EnContacto.Net>; from eculp@EnContacto.Net on Tue, Dec 28, 1999 at 10:27:38PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 28 Dec 1999 at 22:27:38 -0800, Edwin Culp wrote: > Jim, > > I just applied it on 4 different machines, all running current, and > the patch applied clean and compiled clean and it seems to run without > a problem. Thanks. Once I hear back from Will I'll commit it (unless he has major problems with it). - jim -- - jim mock - walnut creek cdrom/freebsd test labs - jim@luna.cdrom.com - - phone: 1.925.691.2800 x.3814 - fax: 1.925.674.0821 - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 12:40: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D8855150BE for ; Wed, 29 Dec 1999 12:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA81030; Wed, 29 Dec 1999 12:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id 1A3D01514D for ; Wed, 29 Dec 1999 12:30:31 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 21-049.008.popsite.net ([209.69.197.49] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.12 #1) for FreeBSD-gnats-submit@FreeBSD.ORG id 123Pjp-0007aW-00; Wed, 29 Dec 1999 13:30:30 -0700 Received: (from root@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id PAA82063; Wed, 29 Dec 1999 15:30:27 -0500 (EST) (envelope-from will) Message-Id: <199912292030.PAA82063@shadow.blackdawn.com> Date: Wed, 29 Dec 1999 15:30:27 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15771: update port x11-wm/wmthemeinstall to fix MASTER_SITE(s) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15771 >Category: ports >Synopsis: update port x11-wm/wmthemeinstall to fix MASTER_SITE(s) >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 Dec 29 12:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.4-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Tue Dec 28 10:44:21 EST 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: This is just a MASTER_SITE update for wmthemeinstall to fix the breakage. Thanks to the fact that I tend to keep my distfiles for a VERY long time (I have some 500MB of distfiles, including ones for versions of libraries and programs I don't use anymore), I had a copy of the distfile. Also thanks to ftpsearch.ntnu.no, I was able to find another site to put in this MASTER_SITE. The first MASTER_SITE is thanks to Ade Lovett. I'd rather use a U.S.-based site than a Russian for the primary MASTER_SITE. Additionally, I wasn't about to let this port die since I'm sure a large number of WindowMaker people will find it useful. :-) There is also a sed->perl use change that will reduce the Makefile by a few bytes. :-) There is no MD5 checksum update. >How-To-Repeat: Use the diff below to fix the current port. >Fix: diff -urN wmthemeinstall/Makefile wmthemeinstall.new/Makefile --- wmthemeinstall/Makefile Sun Oct 10 19:59:11 1999 +++ wmthemeinstall.new/Makefile Wed Dec 29 10:37:12 1999 @@ -8,7 +8,8 @@ DISTNAME= wmthemeinstall-0.62 CATEGORIES= x11-wm -MASTER_SITES= http://hellblazer.dhis.org/projects/wmthemeinstall/download/ +MASTER_SITES= http://www.lovett.com/FreeBSD/ \ + ftp://ftp.cronyx.ru/.w3/distfiles/ MAINTAINER= andrews@technologist.com @@ -22,9 +23,7 @@ DOCS_DIR= ${PREFIX}/share/wmthemeinstall pre-build: - @${SED} -e s,/usr/local,${PREFIX},g ${WRKSRC}/wmOptions.c \ - > ${WRKSRC}/wmOptions.c.new - @${MV} ${WRKSRC}/wmOptions.c.new ${WRKSRC}/wmOptions.c + @${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/wmOptions.c do-install: @${INSTALL_PROGRAM} ${WRKSRC}/wmthemeinstall ${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 Dec 29 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 31545151BE for ; Wed, 29 Dec 1999 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA81040; Wed, 29 Dec 1999 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from Genesis.Denninger.Net (209-176-244-82.inil.com [209.176.244.82]) by hub.freebsd.org (Postfix) with ESMTP id 92A0215020 for ; Wed, 29 Dec 1999 12:33:05 -0800 (PST) (envelope-from karl@Genesis.Denninger.Net) Received: (from karl@localhost) by Genesis.Denninger.Net (8.9.3/8.8.2) id OAA76396; Wed, 29 Dec 1999 14:33:02 -0600 (CST) Message-Id: <199912292033.OAA76396@Genesis.Denninger.Net> Date: Wed, 29 Dec 1999 14:33:02 -0600 (CST) From: karl@Denninger.Net Reply-To: HomeDaemon@Denninger.Net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15772: New Port - see below Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15772 >Category: ports >Synopsis: New Port - see below >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 Dec 29 12:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Karl Denninger >Release: FreeBSD 4.0-CURRENT i386 >Organization: Karls Sushi and Packet Smashers >Environment: New port >Description: New Port >How-To-Repeat: New Port >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: HomeDaemon X# Version required: 0.98 X# Date created: 28 December 1999 X# Whom: Karl Denninger X# X# $FreeBSD$ X# X XDISTNAME= HomeDaemon-0.98 XCATEGORIES= misc XMASTER_SITES= http://genesis.denninger.net/ X XMAINTAINER= HomeDaemon@denninger.net X XNO_CDROM="No commercial sale w/o permission; see README" X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (HomeDaemon-0.98.tar.gz) = 3a6bc745446627754e5fbda4e726a43f 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' XHome automation software that runs on FreeBSD (see the README) END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' X* HomeDaemon - Home Automation Software for FreeBSD X* Supports the CM11A X10 powerline interface and Applied Digital's protocol X* VERSION 0.98 X* X* NOTE! BETA SOFTWARE! USE AT YOUR OWN RISK! X* X* This entire software package is Copyright 1999 Karl Denninger X* All rights reserved. X* X* RESTRICTED RIGHTS - SEE THE README FILE FOR MORE INFORMATION X XThis package requires: X X1. A free serial port (to connect the CM11A computer interface) and X (optionally) a second port for an Applied Digital RS-422 bridge X2. A CM11A (you can obtain one from Radio Shack or http://www.x10.com) X and (optional) the Applied Digital Bridge (for ADICON support) X3. Dan Lancini's "x10d" package (see above) X XCURRENT code is available at http://genesis.denninger.net X XONE FINAL WARNING - IF YOU DO NOT LOOK AT THE README FILE, THIS PORT XWILL NOT WORK! REQUIRED CONFIGURATION INFORMATION IS IN THAT FILE! X X- Karl Denninger Xkarl@denninger.net END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xetc/rc.d/HomeDaemon.rc Xbin/appdig-clear Xbin/appdig-setup Xbin/HomeDaemon-appdig Xbin/HomeDaemon-dump Xbin/HomeDaemon-events Xbin/HomeDaemon-parse Xbin/HomeDaemon-shmem Xbin/HomeDaemon-status.cgi Xshare/HomeDaemon/lib/appdig.devices Xshare/HomeDaemon/lib/events.english Xshare/HomeDaemon/lib/events Xshare/HomeDaemon/lib/localize X@dirrm share/HomeDaemon/lib X@dirrm share/HomeDaemon END-of-./pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 12:40: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 5E240157A2; Wed, 29 Dec 1999 12:40:46 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA81160; Wed, 29 Dec 1999 12:40:46 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 29 Dec 1999 12:40:46 -0800 (PST) From: Message-Id: <199912292040.MAA81160@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15769: devel/gperf need manpage Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: devel/gperf need manpage State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Dec 29 12:39:31 PST 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 Dec 29 13: 0: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 BFDE015687; Wed, 29 Dec 1999 13:00:43 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA82607; Wed, 29 Dec 1999 13:00:43 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 13:00:43 -0800 (PST) From: Message-Id: <199912292100.NAA82607@freefall.freebsd.org> To: jose@nobody.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12523: New port: jdbcpool Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: jdbcpool State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 13:00:26 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 13: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 64DF9150D0 for ; Wed, 29 Dec 1999 13:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA83764; Wed, 29 Dec 1999 13:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from Genesis.Denninger.Net (209-176-244-82.inil.com [209.176.244.82]) by hub.freebsd.org (Postfix) with ESMTP id 6A94215605 for ; Wed, 29 Dec 1999 13:04:30 -0800 (PST) (envelope-from karl@Genesis.Denninger.Net) Received: (from root@localhost) by Genesis.Denninger.Net (8.9.3/8.8.2) id PAA79799; Wed, 29 Dec 1999 15:04:27 -0600 (CST) Message-Id: <199912292104.PAA79799@Genesis.Denninger.Net> Date: Wed, 29 Dec 1999 15:04:27 -0600 (CST) From: karl@Denninger.Net Reply-To: HomeDaemon@Denninger.Net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15773: Fix MD5 Checksum Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15773 >Category: ports >Synopsis: Fix MD5 Checksum >Confidential: no >Severity: Serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 29 13:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Karl Denninger >Release: FreeBSD 4.0-CURRENT i386 >Organization: Karls Sushi and Packet Smashers >Environment: N/A >Description: MD5 file was bad on original submission of the HomeDaemon port >How-To-Repeat: Obvious >Fix: Below SHAR file is correct: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: HomeDaemon X# Version required: 0.98 X# Date created: 28 December 1999 X# Whom: Karl Denninger X# X# $FreeBSD$ X# X XDISTNAME= HomeDaemon-0.98 XCATEGORIES= misc XMASTER_SITES= http://genesis.denninger.net/ X XMAINTAINER= HomeDaemon@denninger.net X XNO_CDROM="No commercial sale w/o permission; see README" X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (HomeDaemon-0.98.tar.gz) = 8a070a50f945ba191da13425742a19f9 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' XHome automation software that runs on FreeBSD (see the README) END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' X* HomeDaemon - Home Automation Software for FreeBSD X* Supports the CM11A X10 powerline interface and Applied Digital's protocol X* VERSION 0.98 X* X* NOTE! BETA SOFTWARE! USE AT YOUR OWN RISK! X* X* This entire software package is Copyright 1999 Karl Denninger X* All rights reserved. X* X* RESTRICTED RIGHTS - SEE THE README FILE FOR MORE INFORMATION X XThis package requires: X X1. A free serial port (to connect the CM11A computer interface) and X (optionally) a second port for an Applied Digital RS-422 bridge X2. A CM11A (you can obtain one from Radio Shack or http://www.x10.com) X and (optional) the Applied Digital Bridge (for ADICON support) X3. Dan Lancini's "x10d" package (see above) X XCURRENT code is available at http://genesis.denninger.net X XONE FINAL WARNING - IF YOU DO NOT LOOK AT THE README FILE, THIS PORT XWILL NOT WORK! REQUIRED CONFIGURATION INFORMATION IS IN THAT FILE! X X- Karl Denninger Xkarl@denninger.net END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xetc/rc.d/HomeDaemon.rc Xbin/appdig-clear Xbin/appdig-setup Xbin/HomeDaemon-appdig Xbin/HomeDaemon-dump Xbin/HomeDaemon-events Xbin/HomeDaemon-parse Xbin/HomeDaemon-shmem Xbin/HomeDaemon-status.cgi Xshare/HomeDaemon/lib/appdig.devices Xshare/HomeDaemon/lib/events.english Xshare/HomeDaemon/lib/events Xshare/HomeDaemon/lib/localize X@dirrm share/HomeDaemon/lib X@dirrm share/HomeDaemon END-of-./pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 13: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 9E85C1521B for ; Wed, 29 Dec 1999 13:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA83773; Wed, 29 Dec 1999 13:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id 7FA70150DF for ; Wed, 29 Dec 1999 13:06:51 -0800 (PST) (envelope-from will@argon.blackdawn.com) Received: from 21-049.008.popsite.net ([209.69.197.49] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.12 #1) for FreeBSD-gnats-submit@FreeBSD.ORG id 123PeZ-0006zp-00; Wed, 29 Dec 1999 13:25:04 -0700 Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (8.9.3/8.9.3) with ESMTP id PAA81829 for ; Wed, 29 Dec 1999 15:24:57 -0500 (EST) (envelope-from will@argon.blackdawn.com) Received: (from root@localhost) by argon.blackdawn.com (8.9.3/8.9.3) id PAA00718; Wed, 29 Dec 1999 15:24:27 -0500 (EST) (envelope-from will) Message-Id: <199912292024.PAA00718@argon.blackdawn.com> Date: Wed, 29 Dec 1999 15:24:27 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15774: update port: misc/quotes -> v1.5-1 (1.5.1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15774 >Category: ports >Synopsis: update port: misc/quotes -> v1.5-1 (1.5.1) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 29 13:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 >Description: This is an update for the misc/quotes ports, maintained by dima@Chg.RU. I've cleaned up the Makefile a bit, using Perl instead of sed to replace the calls to Perl in the Perl scripts. I also decided that the original pkg/* that I'd foolishly made were better than dima's (which almost certainly seemed to come from the README), so I replaced them (but his PLIST was better than mine, so I guess we're even now. :-). >How-To-Repeat: Use the diff below to fix the current port. >Fix: diff -urN quotes/Makefile quotes.new/Makefile --- quotes/Makefile Wed Aug 25 03:22:25 1999 +++ quotes.new/Makefile Thu Dec 23 22:46:06 1999 @@ -1,43 +1,34 @@ # New ports collection makefile for: quotes -# Version required: 1.3.0 +# Version required: 1.5-1 # Date created: 9 February 1999 # Whom: Dima Sivachenko # # $FreeBSD: ports/misc/quotes/Makefile,v 1.4 1999/08/25 07:22:25 obrien Exp $ # -DISTNAME= quotes-1.4-0 -PKGNAME= quotes-1.4.0 +DISTNAME= quotes-1.5-1 +PKGNAME= quotes-1.5.1 CATEGORIES= misc MASTER_SITES= ftp://ftp.iae.nl/pub/users/grimaldo/ -# http://www.FreeBSD.org/~billf/distfiles/ MAINTAINER= dima@Chg.RU -WRKSRC= ${WRKDIR}/quotes-1.4-0 - NO_BUILD= yes USE_PERL5= yes post-patch: - @ ${MV} ${WRKSRC}/quotes ${WRKSRC}/quotes.pre_sed - @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/quotes.pre_sed \ - > ${WRKSRC}/quotes - @ ${MV} ${WRKSRC}/quotesmailer ${WRKSRC}/quotesmailer.pre_sed - @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/quotesmailer.pre_sed \ - > ${WRKSRC}/quotesmailer - @ ${MV} ${WRKSRC}/QuExample.pm ${WRKSRC}/QuExample.pm.pre_sed - @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/QuExample.pm.pre_sed \ - > ${WRKSRC}/QuExample.pm + @${PERL} -pi -e "s:/usr/bin/perl:${PERL}:g" ${WRKSRC}/quotes + @${PERL} -pi -e "s:/usr/bin/perl:${PERL}:g" ${WRKSRC}/quotesmailer + @${PERL} -pi -e "s:/usr/bin/perl:${PERL}:g" ${WRKSRC}/QuExample.pm do-install: - @ ${INSTALL_SCRIPT} ${WRKSRC}/quotes ${PREFIX}/bin - @ ${INSTALL_SCRIPT} ${WRKSRC}/quotesmailer ${PREFIX}/bin - @ ${INSTALL_DATA} ${WRKSRC}/sample.quotesrc ${PREFIX}/etc/quotesrc.sample + @${INSTALL_SCRIPT} ${WRKSRC}/quotes ${PREFIX}/bin + @${INSTALL_SCRIPT} ${WRKSRC}/quotesmailer ${PREFIX}/bin + @${INSTALL_DATA} ${WRKSRC}/sample.quotesrc ${PREFIX}/etc/quotesrc.sample .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/quotes - @ ${INSTALL_DATA} ${WRKSRC}/quotes.txt ${PREFIX}/share/doc/quotes - @ ${INSTALL_DATA} ${WRKSRC}/QuExample.pm ${PREFIX}/share/doc/quotes + @${MKDIR} ${PREFIX}/share/doc/quotes + @${INSTALL_DATA} ${WRKSRC}/quotes.txt ${PREFIX}/share/doc/quotes + @${INSTALL_DATA} ${WRKSRC}/QuExample.pm ${PREFIX}/share/doc/quotes .endif .include diff -urN quotes/files/md5 quotes.new/files/md5 --- quotes/files/md5 Sun Apr 25 22:46:15 1999 +++ quotes.new/files/md5 Thu Dec 16 19:52:36 1999 @@ -1 +1 @@ -MD5 (quotes-1.4-0.tar.gz) = d4cd38e3393d3b041deea7a292b3d182 +MD5 (quotes-1.5-1.tar.gz) = 3ab116c4c3181702ada4104e158f2c9d diff -urN quotes/pkg/COMMENT quotes.new/pkg/COMMENT --- quotes/pkg/COMMENT Sat Jun 26 14:52:09 1999 +++ quotes.new/pkg/COMMENT Thu Dec 16 20:13:08 1999 @@ -1 +1 @@ -Script to fetch headlines and financial news +Quote, currency, and Slashdot headline fetcher based on Perl. diff -urN quotes/pkg/DESCR quotes.new/pkg/DESCR --- quotes/pkg/DESCR Mon May 3 01:37:23 1999 +++ quotes.new/pkg/DESCR Thu Dec 23 22:47:07 1999 @@ -1,9 +1,11 @@ -It is a Perl script that makes use of TCP/IP as underlying protocol to fetch -headlines and financial news. Use it to keep track of Linux headlines, -monitor your interests in foreign currency and monitor your portafolio of -company stocks. All of this from a simple command line interface. +This is a stock quote / currency status / Slashdot headline +fetcher. It was designed to save bandwidth, which is particularly +expensive in Europe. It has the capability of emailing these +to you at so and so time designated by a crontab entry for its +automailing program. This entire package is based on Perl. WWW: http://www.iae.nl/users/grimaldo/OpenSoft/quotes.shtml +Author: D. Emilio Grimaldo Tunon --Dima 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 Wed Dec 29 13:14: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 AD2DF14E93; Wed, 29 Dec 1999 13:14:21 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA84230; Wed, 29 Dec 1999 13:14:21 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 13:14:21 -0800 (PST) From: Message-Id: <199912292114.NAA84230@freefall.freebsd.org> To: karl@Denninger.Net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15749: New port - HomeDaemon (Home Automation Software) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port - HomeDaemon (Home Automation Software) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 13:14:01 PST 1999 State-Changed-Why: Superceded by ports/15773. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 13:15: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 65F2A14F94; Wed, 29 Dec 1999 13:15:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA84401; Wed, 29 Dec 1999 13:15:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 13:15:24 -0800 (PST) From: Message-Id: <199912292115.NAA84401@freefall.freebsd.org> To: HomeDaemon@Denninger.Net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15772: New Port - see below Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port - see below State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 13:14:57 PST 1999 State-Changed-Why: Superceded by ports/15773. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 13:17: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 E9CF6157BC; Wed, 29 Dec 1999 13:17:26 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA84662; Wed, 29 Dec 1999 13:17:26 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 13:17:26 -0800 (PST) From: Message-Id: <199912292117.NAA84662@freefall.freebsd.org> To: andrews@technologist.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15771: update port x11-wm/wmthemeinstall to fix MASTER_SITE(s) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port x11-wm/wmthemeinstall to fix MASTER_SITE(s) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 13:17:00 PST 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 Dec 29 13:22: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 C439B157BE; Wed, 29 Dec 1999 13:22:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA85396; Wed, 29 Dec 1999 13:22:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 13:22:20 -0800 (PST) From: Message-Id: <199912292122.NAA85396@freefall.freebsd.org> To: beaupran@iro.umontreal.ca, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15756: ftp/ftplocate install does not check for existence of dir Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ftp/ftplocate install does not check for existence of dir State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 13:21:15 PST 1999 State-Changed-Why: Fixed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 13:23:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7839215799; Wed, 29 Dec 1999 13:23:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA85698; Wed, 29 Dec 1999 13:23:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 13:23:40 -0800 (PST) From: Message-Id: <199912292123.NAA85698@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15752: Update port: audio/tracker Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: audio/tracker State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 13:22:40 PST 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 Dec 29 13:26: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 6FB5E150DF; Wed, 29 Dec 1999 13:26:37 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA85943; Wed, 29 Dec 1999 13:26:37 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 13:26:37 -0800 (PST) From: Message-Id: <199912292126.NAA85943@freefall.freebsd.org> To: sa264@cam.ac.uk, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15746: Make cad/cider neater Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Make cad/cider neater State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 13:26:21 PST 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 Dec 29 13:34: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 5772F1572C; Wed, 29 Dec 1999 13:34:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA86730; Wed, 29 Dec 1999 13:34:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 13:34:27 -0800 (PST) From: Message-Id: <199912292134.NAA86730@freefall.freebsd.org> To: martti.kuparinen@ericsson.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15740: [PATCH] Update for ports/java/jdk-tutorial Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Update for ports/java/jdk-tutorial State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 13:33:35 PST 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 Dec 29 13:36: 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 9570E1577B; Wed, 29 Dec 1999 13:36:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA87018; Wed, 29 Dec 1999 13:36:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 13:36:05 -0800 (PST) From: Message-Id: <199912292136.NAA87018@freefall.freebsd.org> To: xaa+ports@timewasters.nl, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15735: Upgrade for port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade for port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 13:35:21 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 13:37: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 4F1FB158B4; Wed, 29 Dec 1999 13:37:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA87233; Wed, 29 Dec 1999 13:37:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 13:37:13 -0800 (PST) From: Message-Id: <199912292137.NAA87233@freefall.freebsd.org> To: xaa+ports@timewasters.nl, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15736: upgrade for slrn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: upgrade for slrn State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 13:36:58 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 13:52: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 80DEE14F0B; Wed, 29 Dec 1999 13:52:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA88765; Wed, 29 Dec 1999 13:52:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 13:52:41 -0800 (PST) From: Message-Id: <199912292152.NAA88765@freefall.freebsd.org> To: andrews@technologist.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14469: remove port: deskutils/recycler Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: remove port: deskutils/recycler State-Changed-From-To: open->feedback State-Changed-By: steve State-Changed-When: Wed Dec 29 13:51:33 PST 1999 State-Changed-Why: How about we just find someone to host the distfiles instead? For instance the maintainer might be able to convince someone to put it on MASTER_SITE_JP. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 13:53: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 E057515753; Wed, 29 Dec 1999 13:53:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA88920; Wed, 29 Dec 1999 13:53:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 13:53:16 -0800 (PST) From: Message-Id: <199912292153.NAA88920@freefall.freebsd.org> To: andrews@technologist.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14471: remove port: deskutils/xcalendar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: remove port: deskutils/xcalendar State-Changed-From-To: open->feedback State-Changed-By: steve State-Changed-When: Wed Dec 29 13:52:52 PST 1999 State-Changed-Why: How about we just find someone to host the distfiles instead? For instance the maintainer might be able to convince someone to put it on MASTER_SITE_JP. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 14:26:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id 11B6D1570A; Wed, 29 Dec 1999 14:26:22 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 21-049.008.popsite.net ([209.69.197.49] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.12 #1) id 123RXu-00024k-00; Wed, 29 Dec 1999 15:26:19 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id RAA84214; Wed, 29 Dec 1999 17:26:15 -0500 (EST) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3.1 [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: <199912292153.NAA88920@freefall.freebsd.org> Date: Wed, 29 Dec 1999 17:26:15 -0500 (EST) Reply-To: Will Andrews From: Will Andrews To: steve@FreeBSD.org Subject: Re: ports/14471: remove port: deskutils/xcalendar Cc: freebsd-ports@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 29-Dec-99 steve@FreeBSD.org wrote: > Synopsis: remove port: deskutils/xcalendar > > State-Changed-From-To: open->feedback > State-Changed-By: steve > State-Changed-When: Wed Dec 29 13:52:52 PST 1999 > State-Changed-Why: > How about we just find someone to host the distfiles instead? For instance > the maintainer might be able to convince someone to put it on MASTER_SITE_JP. I'm not sure anyone uses these programs (xcalendar/recycler) anymore.. Besides, why would MASTER_SITE_JP be appropriate? They aren't exactly Japanese programs.. -- 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 Dec 29 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 CD4C515736 for ; Wed, 29 Dec 1999 14:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA92147; Wed, 29 Dec 1999 14:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from sappho.lovett.com (sappho.lovett.com [216.60.121.169]) by hub.freebsd.org (Postfix) with ESMTP id E520C15745 for ; Wed, 29 Dec 1999 14:26:26 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by sappho.lovett.com with local (Exim 3.12 #1) id 123RY1-000Cyx-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 29 Dec 1999 16:26:25 -0600 Message-Id: Date: Wed, 29 Dec 1999 16:26:25 -0600 From: Ade Lovett Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15776: Fix devel/libgtop for -current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15776 >Category: ports >Synopsis: Fix devel/libgtop for -current >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 29 14:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 4.0-CURRENT i386 >Organization: Lovett Network Consultancy >Environment: Up to date ports tree. -current as of 12/27/1999 >Description: Compilation of devel/libgtop falls over in sysdeps/freebsd/procmap.c looking for non-existent /usr/include/vm/vm_prot.h >How-To-Repeat: cd devel/libgtop; make # on -current box >Fix: rev 1.15 of sys/vm/vm.h shows the merging of sys/vm/vm_prot.h and sys/vm/vm_inherit.h into this file, and the subsequenet destruction of these two include files. Apply following diff to create a patches/patch-ah .. the __FreeBSD_version I've used should be close enough -- there wasn't a version bump specifically for this include file change. Version: unchanged Changes: NONE Adds: patches/patch-ah Removes: NONE --- /dev/null Wed Dec 29 16:15:19 1999 +++ patches/patch-ah Wed Dec 29 16:15:16 1999 @@ -0,0 +1,14 @@ +--- sysdeps/freebsd/procmap.c.orig Thu May 27 13:56:48 1999 ++++ sysdeps/freebsd/procmap.c Wed Dec 29 16:12:50 1999 +@@ -33,7 +33,11 @@ + #include + #include + #include ++#if (__FreeBSD_version >= 400011) ++#include ++#else + #include ++#endif + #include + + #include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 14:37: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 50408156EC for ; Wed, 29 Dec 1999 14:37:01 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id QAA29422; Wed, 29 Dec 1999 16:36:15 -0600 (CST) Date: Wed, 29 Dec 1999 16:36:14 -0600 (CST) From: Steve Price To: Will Andrews Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/14471: remove port: deskutils/xcalendar 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, 29 Dec 1999, Will Andrews wrote: # I'm not sure anyone uses these programs (xcalendar/recycler) anymore.. I can see this maybe being the case for xcalendar as it's been in tree for quite some time, but recycler is a relatively recent addition. # Besides, why would MASTER_SITE_JP be appropriate? They aren't exactly Japanese # programs.. I know that but both of the maintainers have .jp mailing addresses. I thought maybe they might know someone (a friend) that could put them up on ftp.jp.freebsd.org. If the maintainers can't be reached or say they can be removed, and noone else steps forward and claims them I'll remove them in a week or so. Fair enough? -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 14:37: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 224D115729; Wed, 29 Dec 1999 14:37:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA93657; Wed, 29 Dec 1999 14:37:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 14:37:15 -0800 (PST) From: Message-Id: <199912292237.OAA93657@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/15776: Fix devel/libgtop for -current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix devel/libgtop for -current Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: steve Responsible-Changed-When: Wed Dec 29 14:36:55 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 14:47: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 C129C1573C; Wed, 29 Dec 1999 14:47:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA94429; Wed, 29 Dec 1999 14:47:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 14:47:50 -0800 (PST) From: Message-Id: <199912292247.OAA94429@freefall.freebsd.org> To: cdavis@pacers.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14663: aspell-.27.2 port doesn't read dictionaries Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: aspell-.27.2 port doesn't read dictionaries State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 14:46:52 PST 1999 State-Changed-Why: This has been fixed in the most recent version of the port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 14:52:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id 523D514BD2 for ; Wed, 29 Dec 1999 14:52:12 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 21-049.008.popsite.net ([209.69.197.49] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.12 #1) id 123Rww-0006I8-00; Wed, 29 Dec 1999 15:52:11 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id RAA84863; Wed, 29 Dec 1999 17:52:07 -0500 (EST) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 29 Dec 1999 17:52:07 -0500 (EST) Reply-To: Will Andrews From: Will Andrews To: Steve Price Subject: Re: ports/14471: remove port: deskutils/xcalendar Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 29-Dec-99 Steve Price wrote: > I can see this maybe being the case for xcalendar as it's been in > tree for quite some time, but recycler is a relatively recent addition. You're right. I didn't notice that. Still, some people's projects are cut off not long after they start... > I know that but both of the maintainers have .jp mailing addresses. > I thought maybe they might know someone (a friend) that could put > them up on ftp.jp.freebsd.org. > > If the maintainers can't be reached or say they can be removed, > and noone else steps forward and claims them I'll remove them in a > week or so. Fair enough? Cool. I'd be willing to wait 2 weeks though, since I don't use either program. -- 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 Dec 29 14:53: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 D9AB115775; Wed, 29 Dec 1999 14:53:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA94880; Wed, 29 Dec 1999 14:53:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 29 Dec 1999 14:53:02 -0800 (PST) From: Message-Id: <199912292253.OAA94880@freefall.freebsd.org> To: ade@lovett.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15504: Update textproc/aspell Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update textproc/aspell State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 29 14:52:30 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 17: 0: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F6351573D for ; Wed, 29 Dec 1999 17:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07333; Wed, 29 Dec 1999 17:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 29 Dec 1999 17:00:02 -0800 (PST) Message-Id: <199912300100.RAA07333@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Subject: Re: ports/15762: New ports: XEmacs21META-21.1 Reply-To: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15762; it has been noted by GNATS. From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/15762: New ports: XEmacs21META-21.1 Date: 29 Dec 1999 16:56:35 -0800 * (1) Repositry copies shown below: * editors/xemacs-mule-sumo -> editors/xemacs21-mule-sumo * japanese/xemacs-sumo-canna -> japanese/xemacs21-sumo-canna * japanese/xemacs-sumo-canna+wnn4 -> japanese/xemacs21-sumo-canna+wnn4 * japanese/xemacs-sumo-canna+wnn6 -> japanese/xemacs21-sumo-canna+wnn6 * japanese/xemacs-sumo-wnn4 -> japanese/xemacs21-sumo-wnn4 * japanese/xemacs-sumo-wnn6 -> japanese/xemacs21-sumo-wnn6 Done. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 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 09C471574C for ; Wed, 29 Dec 1999 17:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07339; Wed, 29 Dec 1999 17:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 29 Dec 1999 17:00:03 -0800 (PST) Message-Id: <199912300100.RAA07339@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Subject: Re: ports/15761: New ports: XEmacs21-21.1 Reply-To: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15761; it has been noted by GNATS. From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/15761: New ports: XEmacs21-21.1 Date: 29 Dec 1999 16:56:49 -0800 * (1) Repositry copies shown below: * editors/xemacs-mule -> editors/xemacs21-mule * editors/xemacs-mule-common -> editors/xemacs21-mule-common * japanese/xemacs-canna -> japanese/xemacs21-canna * japanese/xemacs-canna+wnn4 -> japanese/xemacs21-canna+wnn4 * japanese/xemacs-canna+wnn6 -> japanese/xemacs21-canna+wnn6 * japanese/xemacs-wnn4 -> japanese/xemacs21-wnn4 * japanese/xemacs-wnn6 -> japanese/xemacs21-wnn6 Done. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 29 18:30: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 838F1150C3 for ; Wed, 29 Dec 1999 18:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA13709; Wed, 29 Dec 1999 18:30:01 -0800 (PST) (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 8D34414E50 for ; Wed, 29 Dec 1999 18:26:41 -0800 (PST) (envelope-from Cy.Schubert@uumail.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id SAA19750 for ; Wed, 29 Dec 1999 18:26:40 -0800 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda19748; Wed Dec 29 18:26:31 1999 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.9.3/8.9.1) id SAA66959 for ; Wed, 29 Dec 1999 18:26:30 -0800 (PST) Received: from cwsys9.cwsent.com(10.2.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdZ66957; Wed Dec 29 18:25:38 1999 Received: (from cy@localhost) by cwsys.cwsent.com (8.9.3/8.9.1) id SAA06389; Wed, 29 Dec 1999 18:24:45 -0800 (PST) Message-Id: <199912300224.SAA06389@cwsys.cwsent.com> Date: Wed, 29 Dec 1999 18:24:45 -0800 (PST) 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/15777: New Sftp Port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15777 >Category: ports >Synopsis: New Sftp Port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 29 18:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 3.4-RELEASE i386 >Organization: ITSD Province of BC >Environment: FreeBSD cwsys 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Tue Dec 21 04:39:50 PST 1999 root@:/opt2/cvs-340/src/sys/compile/CWSYS i386 >Description: Please add sftp-0.5 to the ports collection. Sftp is an ftp application that uses SSH or RSH for transport. >How-To-Repeat: N/A >Fix: Shell archive of the new 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: # # sftp-991229 # sftp-991229/files # sftp-991229/files/md5 # sftp-991229/pkg # sftp-991229/pkg/COMMENT # sftp-991229/pkg/DESCR # sftp-991229/pkg/PLIST # sftp-991229/Makefile # echo c - sftp-991229 mkdir -p sftp-991229 > /dev/null 2>&1 echo c - sftp-991229/files mkdir -p sftp-991229/files > /dev/null 2>&1 echo x - sftp-991229/files/md5 sed 's/^X//' >sftp-991229/files/md5 << 'END-of-sftp-991229/files/md5' XMD5 (sftp-0.5.tar.gz) = 8070983234f1a872b969f8eebe24b84d END-of-sftp-991229/files/md5 echo c - sftp-991229/pkg mkdir -p sftp-991229/pkg > /dev/null 2>&1 echo x - sftp-991229/pkg/COMMENT sed 's/^X//' >sftp-991229/pkg/COMMENT << 'END-of-sftp-991229/pkg/COMMENT' Xsftp is an ftp replacement that runs over an ssh tunnel. END-of-sftp-991229/pkg/COMMENT echo x - sftp-991229/pkg/DESCR sed 's/^X//' >sftp-991229/pkg/DESCR << 'END-of-sftp-991229/pkg/DESCR' Xsftp v0.5 X Xhttp://www.xbill.org/sftp X XAuthor: X XBrian Wellington (bwelling@xbill.org) XDecember 26, 1999 X Xsftp is an ftp replacement that runs over an ssh tunnel. Two programs are Xincluded - sftp and sftpserv. When sftp is run and a host is connected to X(either by running 'sftp remotehost' or 'open remotehost' from the sftp Xprompt), an ssh connection is initiated to the remote host, and sftpserv is Xrun. So, sftpserv must be in your path on the remote host. Note that since Xsftpserv is run from ssh, no root privileges are necessary. By default, Xsftpserv is expected to be in $PATH on the remote host. This can be overriden Xby passing '--enable-remotepath=' to configure or using the X'-P remotepath' option to sftp. To run as a different user, use the X'-l remoteuser' option. To connect to an alternate port with ssh, Xuse the '-p remoteport' option. To enable ssh compression, use '-C'. X XFrom within sftp, all of the normal ftp commands are present: open, close, get, Xput, mget, mput, cd, ls, dir, lcd, delete, rm, pwd, quit. There's also exec, Xwhich runs a program on the remote end. This program must not accept input X('exec ls' is ok, but 'exec vi' is not). To run local commands, precede them Xwith a '!'. X XWhen building sftp, a link is made to rsftp, which uses rsh instead of ssh. Xsftp has been tested with rsh (with and without .rhosts) and ssh1 (with Xssh-agent, password, and RSA authentication). I haven't tested ssh2, but it Xshould work. The login process is a bit of a hack, so if logging in doesn't Xwork, it's a bug and should be fixed. X Xsftp uses a fairly simple multiplexed protocol over an SSH channel. The server Xis a state machine, and is far more capable than the client. As an example, Xthe server theoretically could handle multiple concurrent file transfers, but Xthe client will only send one. X XThis was mostly written during the summer of 1998, and resurrected in October, X1999. I don't know how much time I want to spend adding new features, but Xbugs will be fixed. X Xsftp is distributed under the GNU General Public License (GPL), Version 2. END-of-sftp-991229/pkg/DESCR echo x - sftp-991229/pkg/PLIST sed 's/^X//' >sftp-991229/pkg/PLIST << 'END-of-sftp-991229/pkg/PLIST' Xbin/sftp Xbin/rsftp Xlibexec/sftpserv END-of-sftp-991229/pkg/PLIST echo x - sftp-991229/Makefile sed 's/^X//' >sftp-991229/Makefile << 'END-of-sftp-991229/Makefile' X# New ports collection makefile for: OpenSSH X# Version required: 1.2 X# Date created: 7 October 1999 X# Whom: green X# X# $FreeBSD: ports/security/openssh/Makefile,v 1.31 1999/12/23 06:37:20 green Exp $ X# X XDISTNAME= sftp-0.5 XPKGNAME= sftp-0.5 XCATEGORIES= security net XMASTER_SITES= ftp://ftp.xbill.org/pub/sftp/ X XMAINTAINER= Cy.Schubert@uumail.gov.bc.ca X XRESTRICTED= "Calls external cryptographic routines." X XRUN_DEPENDS= ssh:${PORTSDIR}/security/openssh X XGNU_CONFIGURE= yes X XCONFIGURE_ARGS+= --prefix=${PREFIX} XCONFIGURE_ARGS+= --enable-remotepath=${PREFIX}/libexec X XMAN1= sftp.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/sftp ${PREFIX}/bin/sftp X ${LN} -s ${PREFIX}/bin/sftp ${PREFIX}/bin/rsftp X ${INSTALL_PROGRAM} ${WRKSRC}/sftpserv ${PREFIX}/libexec/sftpserv X ${CP} ${WRKSRC}/sftp.1 ${PREFIX}/man/man1 X X.include END-of-sftp-991229/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 3:50: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 46AA015104 for ; Thu, 30 Dec 1999 03:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA54935; Thu, 30 Dec 1999 03:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 30 Dec 1999 03:50:02 -0800 (PST) Message-Id: <199912301150.DAA54935@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Seth Bromberger Subject: Re: ports/15765: mutt 1.0i port fails Reply-To: Seth Bromberger Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15765; it has been noted by GNATS. From: Seth Bromberger To: FreeBSD-gnats-submit@FreeBSD.org, seth@freebie.dp.ny.frb.org Cc: Subject: Re: ports/15765: mutt 1.0i port fails Date: Thu, 30 Dec 1999 06:41:34 -0500 Update: Mutt was trying to link against older ncurses libs in /usr/lib (don't know how they got there; they were v3). Problem resolved by removing the ncurses libs installed in /usr/lib and symlinking to /usr/local/lib (since the Makefile didn't incude /usr/local/lib in its linker search path). I still don't know why I've seen this on 3 diff. systems... is asome version of ncurses installed in /usr/lib by default? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 4:39: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 AB3CD153E3; Thu, 30 Dec 1999 04:39:12 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA60850; Thu, 30 Dec 1999 04:39:12 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 30 Dec 1999 04:39:12 -0800 (PST) From: Message-Id: <199912301239.EAA60850@freefall.freebsd.org> To: ycheng@sinica.edu.tw, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15759: new ports: popt and logrotate Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new ports: popt and logrotate State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Dec 30 04:31:06 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 5:10: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A8ED7152A2 for ; Thu, 30 Dec 1999 05:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA63397; Thu, 30 Dec 1999 05:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 30 Dec 1999 05:10:02 -0800 (PST) Message-Id: <199912301310.FAA63397@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: ports/15734: make -i ignores fetch failure, results in "infinite" cd/fork that eventually errors 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/15734; it has been noted by GNATS. From: "Chris D. Faulhaber" To: jay.krell@cornell.edu Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/15734: make -i ignores fetch failure, results in "infinite" cd/fork that eventually errors Date: Thu, 30 Dec 1999 08:00:23 -0500 (EST) On Tue, 28 Dec 1999 jay.krell@cornell.edu wrote: What would be the correct behavior for 'make -i'. According to the man page: -i Ignore non-zero exit of shell commands in the makefile. Equiva- lent to specifying `-' before each command line in the makefile. It sounds as though make(1) is working correctly. make(1) is ignoring the exit code of the commands in the Makefile's, causing it to continue trying to build the port, and stumbling because previous dependencies are not being met (i.e. retrieving the DISTFILE) but not stopping due to the -i option. Wouldn't the proper way to rectify this situation be to not try and override make(1)'s basic sanity checks but to either manually fetch the DISTFILE and/or fix the port to find a resonable MASTER_SITE? ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 5:52:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id E47D9151E4; Thu, 30 Dec 1999 05:52:35 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 15-155.008.popsite.net ([209.69.195.155] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.12 #1) id 123g0I-00021C-00; Thu, 30 Dec 1999 06:52:34 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id IAA26623; Thu, 30 Dec 1999 08:52:31 -0500 (EST) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3.1 [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: <19991229120318.A599@luna.cdrom.com> Date: Thu, 30 Dec 1999 08:52:31 -0500 (EST) Reply-To: Will Andrews From: Will Andrews To: Jim Mock Subject: Re: gimp upgrade Cc: ports@FreeBSD.ORG, erich@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 29-Dec-99 Jim Mock wrote: > On Wed, 29 Dec 1999 at 09:06:13 -0500, Will Andrews wrote: >> On 29-Dec-99 Jim Mock wrote: >> > Here's a patch to upgrade the gimp port to the latest (afaik) version. >> > I'd appreciate some feedback on it before I go ahead and commit it. >> >> Does this fix the ugly script-fu crash after one usage? :) > > It seems to.. at least on -STABLE. *** /var/log/x11.log *** "/usr/X11R6/libexec/gimp/1.1/plug-ins/rotators" executable not found gimp: fatal error: sigsegv caught gimp (pid:26313): [E]xit, [H]alt, show [S]tack trace or [P]roceed: Ugh. I tried to use script fu but it crashed (script-fu brought GIMP down with it too). I tried a `make deinstall' and got this: <1 5017-0> (99-12-30 8:47:50) [root@shadow /usr/ports/graphics/gimp1.new]# make deinstall ===> Deinstalling for gimp-1.1.14 pkg_delete: file `/usr/X11R6/libexec/gimp/1.1/modules/libcdisplay_gamma.so' doesn't really exist pkg_delete: file `/usr/X11R6/libexec/gimp/1.1/modules/libcolorsel_gtk.so' doesn't really exist pkg_delete: file `/usr/X11R6/libexec/gimp/1.1/modules/libcolorsel_triangle.so' doesn't really exist pkg_delete: file `/usr/X11R6/libexec/gimp/1.1/modules/libcolorsel_water.so' doesn't really exist pkg_delete: unable to completely remove directory '/usr/X11R6/libexec/gimp/1.1/modules' pkg_delete: unable to completely remove directory '/usr/X11R6/libexec/gimp/1.1' pkg_delete: unable to completely remove directory '/usr/X11R6/libexec/gimp' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) <1 5022-0> (99-12-30 8:50:20) [root@shadow /usr/ports/graphics/gimp1.new]# ll /usr/X11R6/libexec/gimp/1.1/modules/ total 41 -rw-r--r-- 1 root wheel 5762 Dec 30 08:47 libcdisplay_gamma.a -rw-r--r-- 1 root wheel 3148 Dec 30 08:47 libcolorsel_gtk.a -rw-r--r-- 1 root wheel 15644 Dec 30 08:47 libcolorsel_triangle.a -rw-r--r-- 1 root wheel 15130 Dec 30 08:47 libcolorsel_water.a You forgot the static (.a's are static, i think) libraries in the PLIST. ;) I'm not sure why script-fu keeps crashing on me.. it's done that since gimp 1.1.9, or whatever came before 1.1.10. :\ -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 7:14:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shadowmere.student.utwente.nl (wit401305.student.utwente.nl [130.89.236.145]) by hub.freebsd.org (Postfix) with ESMTP id 2D1D21533F; Thu, 30 Dec 1999 07:14:41 -0800 (PST) (envelope-from daeron@Wit401305.student.utwente.nl) Received: by shadowmere.student.utwente.nl (Postfix, from userid 1000) id A30281FCC; Thu, 30 Dec 1999 16:14:34 +0100 (CET) Date: Thu, 30 Dec 1999 16:14:34 +0100 From: Pascal Hofstee To: freebsd-current@freebsd.org Cc: freebsd-ports@freebsd.org Subject: mailwrapper "breaks" postfix installs Message-ID: <19991230161434.A447@shadowmere.student.utwente.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just noticed that after my make installworld my postfix install was "busted" ... I found out that apparently there has been installed a new binary called mailwrapper that replaced my existing sendmail-symlinks (created by postfix ports' make replace command) with new symlinks to mailwrapper. I have been perfectly able to make my postfix working again by specifying the correct paths in /etc/mail/mailer.conf (set everything to /usr/local/sbin/sendmail PostFix's own sendmail-wrapper) A Heads Up would have been appreciated for this one though. This means hat the Postfix Port's make replace command .. should alter /etc/mail/mailer.conf now instead of directly changing the sendmail program and symlinks. -- -------------------- Pascal Hofstee - daeron@shadowmere.student.utwente.nl -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS d- s+: a-- C++ UB++++ P+ L- E--- W- N+ o? K- w--- O? M V? PS+ PE Y-- PGP-- t+ 5 X-- R tv+ b+ DI D- G e* h+ r- y+ ------END GEEK CODE BLOCK------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 9:21: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 74FB315358; Thu, 30 Dec 1999 09:21:36 -0800 (PST) (envelope-from se@FreeBSD.org) Received: (from se@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA42262; Thu, 30 Dec 1999 09:21:36 -0800 (PST) (envelope-from se@FreeBSD.org) Date: Thu, 30 Dec 1999 09:21:36 -0800 (PST) From: Message-Id: <199912301721.JAA42262@freefall.freebsd.org> To: des@flood.ping.uio.no, se@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11430: incorrect int type causes floating point exception in bonnie Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: incorrect int type causes floating point exception in bonnie State-Changed-From-To: open->closed State-Changed-By: se State-Changed-When: Thu Dec 30 09:19:53 PST 1999 State-Changed-Why: Fixed as suggested: size is now a quad_t (in order to match printf format %qd) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 10:20: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 9EED3153BE for ; Thu, 30 Dec 1999 10:20:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA46861; Thu, 30 Dec 1999 10:20:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 03BB6153BE; Thu, 30 Dec 1999 10:15:43 -0800 (PST) Message-Id: <19991230181543.03BB6153BE@hub.freebsd.org> Date: Thu, 30 Dec 1999 10:15:43 -0800 (PST) From: igor@zynaps.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15784: p5-URI port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15784 >Category: ports >Synopsis: p5-URI port update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 30 10:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Igor Vinokurov >Release: 3.3-19991205-STABLE >Organization: >Environment: >Description: >How-To-Repeat: >Fix: begin 644 p5-URI-port.patch M9&EF9B`M'`@)`H@(PH@"BU$25-43D%-13T@("`@("`@55))+3$N,#,*+5!+ M1TY!344]("`@("`@("!P-2U54DDM,2XP,PHK1$E35$Y!344]("`@("`@(%52 M22TQ+C`T"BM02T=.04U%/2`@("`@("`@<#4M55))+3$N,#0*($-!5$5'3U)) M15,]("`@("!N970@<&5R;#4*($U!4U1%4E]3251%4ST))'M-05-415)?4TE4 M15]015),7T-004Y]"B!-05-415)?4TE415]354)$25(]("`@("!54DD*(`H@ M34%)3E1!24Y%4CT@("`@(&%C:&5`1G)E94)31"YOU!/4E131$E2?2]C M;VYV97)T97)S+W`U+4U)344M0F%S938T"BM"54E,1%]$15!%3D13/2`@)'M, M3T-!3$)!4T5]+VQI8B]P97)L-2]S:71E7W!EBD@/2!E.#,P9#!B-V5C938V8S)F9#4S-V-C +8V8P-#AE8S!C,@HT ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 11: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 E536415215 for ; Thu, 30 Dec 1999 11:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA50915; Thu, 30 Dec 1999 11:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 56E07153E3; Thu, 30 Dec 1999 11:04:45 -0800 (PST) Message-Id: <19991230190445.56E07153E3@hub.freebsd.org> Date: Thu, 30 Dec 1999 11:04:45 -0800 (PST) From: igor@zynaps.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15785: p5-Net port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15785 >Category: ports >Synopsis: p5-Net port update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 30 11:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Igor Vinokurov >Release: 3.3-19991205-STABLE >Organization: >Environment: >Description: >How-To-Repeat: >Fix: begin 644 p5-Net-port.patch M9&EF9B`MBD@/2!A,6%B9#1C8V8R8V8U8S@U8V,U,3AC-#@V-V0S,#1E-PHK M340U("AL:6)N970M,2XP-C`W+G1ABD@/2!B8V4U-V5C-F0T-&8W,3%F M-F(V9F0R,CEE9F)A-#4W9@ID:69F("UR=4X@<#4M3F5T+F]R:6PH@+2`@)&US9R`](#P\1411.PH@+0I`0"`M,38L-R`K,38L-R!`0`H@+2`D M;W!T7V0@/2`Q"B`M"75N;&5SR=T97-T M7V5X:7-T)WT["B`@"BU`0"`M,C,X+#2!H;W-T;F%M92`Z M"B`@1411"B`@"D!`("TQ-3DL-R`K,34Y+#<@0$`*("`*("`C+2TM+2TM+2TM M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM M+2TM+2TM+2TM+2TM+2TM+2TM+2TM"B`@"BU`0"`M,S0Q+#,W("LS-3$L,SD@ M0$`**T!`("TT,30L,S<@*S0R-"PS.2!`0`H@(`H@(",M+2TM+2TM+2TM+2TM M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM M+2TM+2TM+2TM+2TM+2TM+2T*("`*0$`@+3(Q-2PW("LR,34L-R!`0`H@(`H@ M(",M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2T*("`*+4!`("TS.#Release-Note: >Audit-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 Dec 30 12: 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 ECF1E153BA for ; Thu, 30 Dec 1999 12:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA54589; Thu, 30 Dec 1999 12:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D6E17150C4; Thu, 30 Dec 1999 11:59:09 -0800 (PST) Message-Id: <19991230195909.D6E17150C4@hub.freebsd.org> Date: Thu, 30 Dec 1999 11:59:09 -0800 (PST) From: igor@zynaps.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15786: p5-HTML-Parser update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15786 >Category: ports >Synopsis: p5-HTML-Parser update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 30 12:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Igor Vinokurov >Release: 3.3-19991205-STABLE >Organization: >Environment: >Description: >How-To-Repeat: >Fix: begin 644 p5-HTML-Parser-port.patch M9&EF9B`M&5C(')M9&ER("5$+VQI8B]P97)L-2]S:71E7W!E&5C(')M9&ER("5$+VQI8B]P97)L-2]S:71E7W!ERelease-Note: >Audit-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 Dec 30 12: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 5D3C6153FA for ; Thu, 30 Dec 1999 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA57505; Thu, 30 Dec 1999 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B536D152B5; Thu, 30 Dec 1999 12:39:16 -0800 (PST) Message-Id: <19991230203916.B536D152B5@hub.freebsd.org> Date: Thu, 30 Dec 1999 12:39:16 -0800 (PST) From: Bob@WhiteBarn.Com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15787: Kvt doesn't agree with MAKEDEV on pty numbering Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15787 >Category: ports >Synopsis: Kvt doesn't agree with MAKEDEV on pty numbering >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 30 12:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Bob Van Valzah >Release: 3.4-RELEASE >Organization: WhiteBarn, Inc. >Environment: FreeBSD md.WhiteBarn.Com 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Thu Dec 30 13:58:43 CST 1999 root@md.WhiteBarn.Com:/usr/src/sys/compile/MD i386 >Description: After finding /dev/ptypf is in use, kvt next tries /dev/ptyq0. Rlogind and brethren open /dev/ptypg after an open of /dev/ptypf fails. The net effect is that kvt only has access to 16 out of every 32 ptys. >How-To-Repeat: Config a kernel for 32 ptys. Then load kde and try to launch more than 16 kvts. >Fix: I assume there's some kind of #ifdef or configure.sh setting in kvt's port that's not being patched correctly from the distribution default. >Release-Note: >Audit-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 Dec 30 13:27:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from luna.cdrom.com (luna.cdrom.com [204.216.28.135]) by hub.freebsd.org (Postfix) with ESMTP id B304D15221 for ; Thu, 30 Dec 1999 13:27:51 -0800 (PST) (envelope-from jim@luna.cdrom.com) Received: (from jim@localhost) by luna.cdrom.com (8.10.0.Beta10/8.10.0.Beta10) id dBULQT961839; Thu, 30 Dec 1999 13:26:29 -0800 (PST) Date: Thu, 30 Dec 1999 13:26:27 -0800 From: Jim Mock To: Will Andrews Cc: ports@FreeBSD.ORG Subject: Re: gimp upgrade Message-ID: <19991230132626.A45383@luna.cdrom.com> Reply-To: jim@luna.cdrom.com References: <19991229120318.A599@luna.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.1i In-Reply-To: ; from andrews@TECHNOLOGIST.COM on Thu, Dec 30, 1999 at 08:52:31AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 30 Dec 1999 at 08:52:31 -0500, Will Andrews wrote: > On 29-Dec-99 Jim Mock wrote: > > On Wed, 29 Dec 1999 at 09:06:13 -0500, Will Andrews wrote: > >> On 29-Dec-99 Jim Mock wrote: > >> > Here's a patch to upgrade the gimp port to the latest (afaik) version. > >> > I'd appreciate some feedback on it before I go ahead and commit it. > >> > >> Does this fix the ugly script-fu crash after one usage? :) > > > > It seems to.. at least on -STABLE. > > *** /var/log/x11.log *** > "/usr/X11R6/libexec/gimp/1.1/plug-ins/rotators" executable not found > gimp: fatal error: sigsegv caught > gimp (pid:26313): [E]xit, [H]alt, show [S]tack trace or [P]roceed: > > Ugh. I tried to use script fu but it crashed (script-fu brought GIMP > down with it too). I tried a `make deinstall' and got this: Strange, script-fu works fine here.. that was one of the first things I tested since I was having the same problem with it crashing on previous versions too. FreeBSD luna.cdrom.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Wed Dec 29 15:45:17 PST 1999 jim@luna.cdrom.com:/usr/src/sys/compile/LUNA i386 > <1 5017-0> (99-12-30 8:47:50) [root@shadow /usr/ports/graphics/gimp1.new]# make > deinstall > ===> Deinstalling for gimp-1.1.14 > pkg_delete: file `/usr/X11R6/libexec/gimp/1.1/modules/libcdisplay_gamma.so' > doesn't really exist > pkg_delete: file `/usr/X11R6/libexec/gimp/1.1/modules/libcolorsel_gtk.so' > doesn't really exist > pkg_delete: file `/usr/X11R6/libexec/gimp/1.1/modules/libcolorsel_triangle.so' > doesn't really exist > pkg_delete: file `/usr/X11R6/libexec/gimp/1.1/modules/libcolorsel_water.so' > doesn't really exist > pkg_delete: unable to completely remove directory > '/usr/X11R6/libexec/gimp/1.1/modules' > pkg_delete: unable to completely remove directory '/usr/X11R6/libexec/gimp/1.1' > pkg_delete: unable to completely remove directory '/usr/X11R6/libexec/gimp' > pkg_delete: couldn't entirely delete package (perhaps the packing list is > incorrectly specified?) > > <1 5022-0> (99-12-30 8:50:20) [root@shadow /usr/ports/graphics/gimp1.new]# ll > /usr/X11R6/libexec/gimp/1.1/modules/ > total 41 > -rw-r--r-- 1 root wheel 5762 Dec 30 08:47 libcdisplay_gamma.a > -rw-r--r-- 1 root wheel 3148 Dec 30 08:47 libcolorsel_gtk.a > -rw-r--r-- 1 root wheel 15644 Dec 30 08:47 libcolorsel_triangle.a > -rw-r--r-- 1 root wheel 15130 Dec 30 08:47 libcolorsel_water.a > > You forgot the static (.a's are static, i think) libraries in the PLIST. ;) Hrm, I can't replicate the deinstall issue either.. [root@luna:/home/jim/freebsd/ports/gimp1]# make deinstall ===> Deinstalling for gimp-1.1.14 [root@luna:/home/jim/freebsd/ports/gimp1]# I'm testing it again.. it's compiling now, but it'll probably take a while since I'm also building world. I'll follow this up when it's done. > I'm not sure why script-fu keeps crashing on me.. it's done that since > gimp 1.1.9, or whatever came before 1.1.10. :\ Like I said, I was seeing the same thing for a while.. until I installed this version actually. Are you testing it on -CURRENT or -STABLE? Also, make sure you nuke any pre-existing gimp cruft.. directories, stray libs, etc., and try it again. The other report I got was the same as what I was seeing. - jim -- - jim mock - walnut creek cdrom/freebsd test labs - jim@luna.cdrom.com - - phone: 1.925.691.2800 x.3814 - fax: 1.925.674.0821 - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 14:31: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from luna.cdrom.com (luna.cdrom.com [204.216.28.135]) by hub.freebsd.org (Postfix) with ESMTP id 7F56315459 for ; Thu, 30 Dec 1999 14:30:58 -0800 (PST) (envelope-from jim@luna.cdrom.com) Received: (from jim@localhost) by luna.cdrom.com (8.10.0.Beta10/8.10.0.Beta10) id dBUMTa211844; Thu, 30 Dec 1999 14:29:36 -0800 (PST) Date: Thu, 30 Dec 1999 14:29:36 -0800 From: Jim Mock To: Will Andrews Cc: ports@FreeBSD.ORG Subject: Re: gimp upgrade Message-ID: <19991230142935.A5974@luna.cdrom.com> Reply-To: jim@luna.cdrom.com References: <19991229120318.A599@luna.cdrom.com> <19991230132626.A45383@luna.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.1i In-Reply-To: <19991230132626.A45383@luna.cdrom.com>; from jim@luna.cdrom.com on Thu, Dec 30, 1999 at 01:26:27PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 30 Dec 1999 at 13:26:27 -0800, Jim Mock wrote: > On Thu, 30 Dec 1999 at 08:52:31 -0500, Will Andrews wrote: [snip..] > > <1 5017-0> (99-12-30 8:47:50) [root@shadow /usr/ports/graphics/gimp1.new]# make deinstall > > ===> Deinstalling for gimp-1.1.14 > > pkg_delete: file `/usr/X11R6/libexec/gimp/1.1/modules/libcdisplay_gamma.so' doesn't really exist > > pkg_delete: file `/usr/X11R6/libexec/gimp/1.1/modules/libcolorsel_gtk.so' doesn't really exist > > pkg_delete: file `/usr/X11R6/libexec/gimp/1.1/modules/libcolorsel_triangle.so' doesn't really exist > > pkg_delete: file `/usr/X11R6/libexec/gimp/1.1/modules/libcolorsel_water.so' doesn't really exist > > pkg_delete: unable to completely remove directory '/usr/X11R6/libexec/gimp/1.1/modules' > > pkg_delete: unable to completely remove directory '/usr/X11R6/libexec/gimp/1.1' > > pkg_delete: unable to completely remove directory '/usr/X11R6/libexec/gimp' > > pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) > > > > <1 5022-0> (99-12-30 8:50:20) [root@shadow /usr/ports/graphics/gimp1.new]# ll /usr/X11R6/libexec/gimp/1.1/modules/ > > total 41 > > -rw-r--r-- 1 root wheel 5762 Dec 30 08:47 libcdisplay_gamma.a > > -rw-r--r-- 1 root wheel 3148 Dec 30 08:47 libcolorsel_gtk.a > > -rw-r--r-- 1 root wheel 15644 Dec 30 08:47 libcolorsel_triangle.a > > -rw-r--r-- 1 root wheel 15130 Dec 30 08:47 libcolorsel_water.a > > > > You forgot the static (.a's are static, i think) libraries in the > > PLIST. ;) > > Hrm, I can't replicate the deinstall issue either.. > > [root@luna:/home/jim/freebsd/ports/gimp1]# make deinstall > ===> Deinstalling for gimp-1.1.14 > [root@luna:/home/jim/freebsd/ports/gimp1]# > > I'm testing it again.. it's compiling now, but it'll probably take a > while since I'm also building world. I'll follow this up when it's > done. Ok, I've retested it twice and still and can't reproduce what you're seeing. Has anyone else that's tested this been coming across the same thing as Will? Unless anyone speaks up, I'm going to commit this tonight before I go home. - jim -- - jim mock - walnut creek cdrom/freebsd test labs - jim@luna.cdrom.com - - phone: 1.925.691.2800 x.3814 - fax: 1.925.674.0821 - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 15:16:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (Postfix) with ESMTP id AC69914BD3 for ; Thu, 30 Dec 1999 15:16:48 -0800 (PST) (envelope-from jack@germanium.xtalwind.net) Received: from localhost (jack@localhost) by germanium.xtalwind.net (8.10.0.Beta10/8.10.0.Beta10) with ESMTP id dBUNGeb93349; Thu, 30 Dec 1999 18:16:40 -0500 (EST) Date: Thu, 30 Dec 1999 18:16:40 -0500 (EST) From: jack To: Jim Mock Cc: ports@FreeBSD.ORG Subject: Re: gimp upgrade In-Reply-To: <19991230142935.A5974@luna.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Today Jim Mock wrote: > Ok, I've retested it twice and still and can't reproduce what you're > seeing. Has anyone else that's tested this been coming across the same > thing as Will? Unless anyone speaks up, I'm going to commit this > tonight before I go home. Not that problem but on a -current box (CVSupd and make world this past Sunday or Monday) deinstall complained about /usr/X11R6/libexec/gimp/1.1/plug-ins/helpbrowser not being there. I did a make clean and make and helpbrowser was not compiled. I haven't had time to look any deeper into it. 3.4-RELEASE and -STABLE boxen both build, install, and deinstall that file just fine. -------------------------------------------------------------------------- Jack O'Neill Systems Administrator / Systems Analyst jack@germanium.xtalwind.net Crystal Wind Communications, Inc. Finger jack@germanium.xtalwind.net for my PGP key. PGP Key fingerprint = F6 C4 E6 D4 2F 15 A7 67 FD 09 E9 3C 5F CC EB CD enriched, vcard, HTML messages > /dev/null -------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 15:25:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nohow.demon.co.uk (nohow.demon.co.uk [212.228.18.189]) by hub.freebsd.org (Postfix) with ESMTP id 9DE161547D; Thu, 30 Dec 1999 15:25:08 -0800 (PST) (envelope-from noway@nohow.demon.co.uk) Received: from localhost (noway@localhost) by nohow.demon.co.uk (8.9.3/8.9.3) with ESMTP id XAA06099; Thu, 30 Dec 1999 23:21:43 GMT (envelope-from noway@nohow.demon.co.uk) Date: Thu, 30 Dec 1999 23:21:42 +0000 (GMT) From: Jose Marques To: steve@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/12522: New port: cos In-Reply-To: <199912290756.XAA29574@freefall.freebsd.org> Message-ID: X-No-Archive: yes 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, 28 Dec 1999 steve@FreeBSD.org wrote: > This depends on the broken jsdk port. Putting this one on hold until > it is fixed. In what way is the JSDK port broken? I couldn't find anything in the PR database and it still appears to work for me. -- Jose Marques To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 15:43:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 17C9C14F30 for ; Thu, 30 Dec 1999 15:43:42 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id RAA06007; Thu, 30 Dec 1999 17:43:37 -0600 (CST) Date: Thu, 30 Dec 1999 17:43:35 -0600 (CST) From: Steve Price To: Jose Marques Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/12522: New port: cos In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 30 Dec 1999, Jose Marques wrote: # On Tue, 28 Dec 1999 steve@FreeBSD.org wrote: # # > This depends on the broken jsdk port. Putting this one on hold until # > it is fixed. # # In what way is the JSDK port broken? I couldn't find anything in the PR # database and it still appears to work for me. The distfile for it is gone. Either that or the URL in the Makefile is incorrect. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 15:56: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 2B0C9155A2; Thu, 30 Dec 1999 15:56:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA71799; Thu, 30 Dec 1999 15:56:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 30 Dec 1999 15:56:13 -0800 (PST) From: Message-Id: <199912302356.PAA71799@freefall.freebsd.org> To: dima@Chg.RU, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15572: Update benchmars/polygraph to the current version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update benchmars/polygraph to the current version State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 30 15:55:23 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 16:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5745E14EBD for ; Thu, 30 Dec 1999 16:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA74252; Thu, 30 Dec 1999 16:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 28AEC14C34 for ; Thu, 30 Dec 1999 16:29:04 -0800 (PST) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id BAA08356 for FreeBSD-gnats-submit@freebsd.org; Fri, 31 Dec 1999 01:29:02 +0100 (CET) (envelope-from naddy@bigeye.rhein-neckar.de) Received: (from naddy@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id AAA95206; Fri, 31 Dec 1999 00:32:14 +0100 (CET) (envelope-from naddy) Message-Id: <199912302332.AAA95206@bigeye.rhein-neckar.de> Date: Fri, 31 Dec 1999 00:32:14 +0100 (CET) From: Christian Weisgerber Reply-To: naddy@mips.rhein-neckar.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15788: shells/ksh93 doesn't update /etc/shells Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15788 >Category: ports >Synopsis: shells/ksh93 doesn't update /etc/shells >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 30 16:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: My shells/ksh93 port doesn't update /etc/shells. >How-To-Repeat: >Fix: diff -u -uNr /usr/ports/shells/ksh93/Makefile ksh93/Makefile --- /usr/ports/shells/ksh93/Makefile Fri Nov 26 21:43:23 1999 +++ ksh93/Makefile Fri Dec 31 00:24:14 1999 @@ -39,4 +39,11 @@ ${INSTALL_PROGRAM} ${WRKSRC}/bin/ksh ${PREFIX}/bin/ksh93 ${INSTALL_MAN} ${WRKSRC}/man/man1/sh.1 ${PREFIX}/man/man1/ksh93.1 +post-install: + @${ECHO_MSG} "Updating /etc/shells" + @${CP} /etc/shells /etc/shells.bak + @(${GREP} -v ${PREFIX}/bin/ksh93 /etc/shells.bak; \ + ${ECHO} ${PREFIX}/bin/ksh93) > /etc/shells + @${RM} /etc/shells.bak + .include diff -u -uNr /usr/ports/shells/ksh93/pkg/PLIST ksh93/pkg/PLIST --- /usr/ports/shells/ksh93/pkg/PLIST Fri Nov 26 21:43:23 1999 +++ ksh93/pkg/PLIST Fri Dec 31 00:20:42 1999 @@ -1 +1,3 @@ bin/ksh93 +@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells +@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells >Release-Note: >Audit-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 Dec 30 17: 7:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id 721DB15301 for ; Thu, 30 Dec 1999 17:07:15 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 24-207.008.popsite.net ([209.69.197.207] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.12 #1) id 123qXA-0001yQ-00; Thu, 30 Dec 1999 18:07:14 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id UAA36540; Thu, 30 Dec 1999 20:06:56 -0500 (EST) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3.1 [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: <19991230132626.A45383@luna.cdrom.com> Date: Thu, 30 Dec 1999 20:06:56 -0500 (EST) Reply-To: Will Andrews From: Will Andrews To: Jim Mock Subject: Re: gimp upgrade Cc: ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 30-Dec-99 Jim Mock wrote: > Strange, script-fu works fine here.. that was one of the first things I > tested since I was having the same problem with it crashing on previous > versions too. > > FreeBSD luna.cdrom.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Wed Dec 29 > 15:45:17 PST 1999 jim@luna.cdrom.com:/usr/src/sys/compile/LUNA i386 FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Tue Dec 28 10:44:21 EST 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 Dec 28 3.4-STABLE sources (in case you had any doubt about how old they were). I didn't bother testing it on argon.blackdawn.com, since that's a very old (from source) version of -CURRENT. It doesn't even have marcel's signal.h changes in it yet. >> <1 5022-0> (99-12-30 8:50:20) [root@shadow /usr/ports/graphics/gimp1.new]# >> ll >> /usr/X11R6/libexec/gimp/1.1/modules/ >> total 41 >> -rw-r--r-- 1 root wheel 5762 Dec 30 08:47 libcdisplay_gamma.a >> -rw-r--r-- 1 root wheel 3148 Dec 30 08:47 libcolorsel_gtk.a >> -rw-r--r-- 1 root wheel 15644 Dec 30 08:47 libcolorsel_triangle.a >> -rw-r--r-- 1 root wheel 15130 Dec 30 08:47 libcolorsel_water.a > > Hrm, I can't replicate the deinstall issue either.. > > [root@luna:/home/jim/freebsd/ports/gimp1]# make deinstall > ===> Deinstalling for gimp-1.1.14 > [root@luna:/home/jim/freebsd/ports/gimp1]# Are you sure you don't have the above modules installed? Can you try searching for them? Maybe they don't get installed in the same directory on your system as they do on mine (and therefore you have no deinstall issues)? > Like I said, I was seeing the same thing for a while.. until I installed > this version actually. Are you testing it on -CURRENT or -STABLE? Also, > make sure you nuke any pre-existing gimp cruft.. directories, stray > libs, etc., and try it again. The other report I got was the same as > what I was seeing. -STABLE. I wouldn't trust my old -CURRENT machine to do the job right, so I did it on my -STABLE machine instead. Feel free to commit, since I seem to be the only one with this problem; I'll probably figure out that I borked some configuration or something. My system has extensively been compiled up the arse and I'm not sure my libraries are completely from the standard ports tree. That is, I've force recompiled some things using gcc 2.95.2 (mostly only KDE and Qt stuff because of the outdated ports). But I _THINK_ I restored most of those libraries. This sucks. :\ -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 17: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 EB58614BFF for ; Thu, 30 Dec 1999 17:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA77005; Thu, 30 Dec 1999 17:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from 24-25-220-29.san.rr.com (24-25-220-29.san.rr.com [24.25.220.29]) by hub.freebsd.org (Postfix) with ESMTP id BD0D215386 for ; Thu, 30 Dec 1999 17:28:58 -0800 (PST) (envelope-from doug@24-25-220-29.san.rr.com) Received: (from root@localhost) by 24-25-220-29.san.rr.com (8.9.3/8.8.8) id RAA68678; Thu, 30 Dec 1999 17:28:58 -0800 (PST) (envelope-from doug) Message-Id: <199912310128.RAA68678@24-25-220-29.san.rr.com> Date: Thu, 30 Dec 1999 17:28:58 -0800 (PST) From: Doug@gorean.org Reply-To: Doug@gorean.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15789: [PATCH] Small Y2K patch for proftpd pre9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15789 >Category: ports >Synopsis: [PATCH] Small Y2K patch for proftpd pre9 >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 Dec 30 17:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Doug >Release: FreeBSD 3.3-STABLE-1127 i386 >Organization: AAAG >Environment: Any proftpd installation >Description: In addition to the recent security issues surrounding proftpd, a small Y2K issue was identified. The details can be found at the web site referenced below. It was expected that pre10 (or some other release) would have been out by now, but no such luck. >How-To-Repeat: DNA >Fix: Include the following patch as patch-ak in the proftpd port. ------------ cut here ----------- From http://www.proftpd.org/proftpd-l-archive/99-12/msg00261.html --- src/support.c.Dist Fri Oct 1 16:52:38 1999 +++ src/support.c Thu Dec 30 17:17:37 1999 @@ -512,7 +512,7 @@ time(&now); tm = *(localtime(&now)); - tm.tm_year = atoi(safe_token(&cp)) % 100; + tm.tm_year = atoi(safe_token(&cp)) - 1900; tm.tm_mon = atoi(safe_token(&cp)); tm.tm_mday = atoi(safe_token(&cp)); tm.tm_hour = atoi(safe_token(&cp)); Happy new year, Doug >Release-Note: >Audit-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 Dec 30 17:36: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 A5A9D14E1B; Thu, 30 Dec 1999 17:36:17 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA77267; Thu, 30 Dec 1999 17:36:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 30 Dec 1999 17:36:16 -0800 (PST) From: Message-Id: <199912310136.RAA77267@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, mharo@FreeBSD.org Subject: Re: ports/15789: [PATCH] Small Y2K patch for proftpd pre9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Small Y2K patch for proftpd pre9 Responsible-Changed-From-To: freebsd-ports->mharo Responsible-Changed-By: steve Responsible-Changed-When: Thu Dec 30 17:35:27 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 18: 8: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 243AB153FA; Thu, 30 Dec 1999 18:08:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA79387; Thu, 30 Dec 1999 18:08:21 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 30 Dec 1999 18:08:21 -0800 (PST) From: Message-Id: <199912310208.SAA79387@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/15784: p5-URI port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: p5-URI port update Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: steve Responsible-Changed-When: Thu Dec 30 18:08:05 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 18: 9: 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 56A511535C; Thu, 30 Dec 1999 18:08:42 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA79494; Thu, 30 Dec 1999 18:08:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 30 Dec 1999 18:08:41 -0800 (PST) From: Message-Id: <199912310208.SAA79494@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/15785: p5-Net port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: p5-Net port update Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: steve Responsible-Changed-When: Thu Dec 30 18:08:27 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 18:10: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C9BCC153D6 for ; Thu, 30 Dec 1999 18:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA79714; Thu, 30 Dec 1999 18:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from sab.vegamuse.org (daedraug-0.dsl.speakeasy.net [216.254.13.128]) by hub.freebsd.org (Postfix) with ESMTP id 9FF741519F for ; Thu, 30 Dec 1999 18:01:52 -0800 (PST) (envelope-from sab@vegamuse.org) Received: (from sab@localhost) by yang.vegamuse.org (8.9.3/8.9.1) id UAA16703; Wed, 29 Dec 1999 20:52:38 -0500 (EST) (envelope-from sab) Message-Id: <199912300152.UAA16703@yang.vegamuse.org> Date: Wed, 29 Dec 1999 20:52:38 -0500 (EST) From: sk-ports@yin.vegamuse.org Reply-To: sk-ports@vegamuse.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15790: Port security fix: sysutils/wmmon Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15790 >Category: ports >Synopsis: Security hole exists where user can obtain kmem group privs >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 30 18:10:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Stephen Kiernan >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: The wmmon port allows the user to set commands to be executed on mouse clicks. Since the porit is installed sgid kmem, this can allow someone to execute commands with kmem group privs. >How-To-Repeat: >Fix: The following patch is a replacement for a previous patch file. It fixes the problem described in the Description by changing the user's euid and egid to the uid and gid,respectively, once the kvm_open function completes. begin 644 wmmon-secpatch.tar.gz M'XL(`'O>13@``^P\_7/;-K+]E?=7P'Y3AY)H?=J.'<6>IK;;\R1Q,K&3]%[B MX=`D)+&F2`X_)/M2_^]O%PN0($5_I$GO;MZQ6"QV%\`BR_D\"GNQ MD[DSGM)ST_%^^*Z_0;^_L[7%?F#XZ]>>;'M[NS]D[&E_.!AM[PRW1XS!2[__ M`^M_7S::?WF:.0EC/R11E-T'MYQQ'OPK&/K7_MKM-ENB#G3=;I3X4^,C]]@1 M=V$0V'#P;+C[K+_+!GM[>W_;W-Q4D#6@T288ZF_WAEM_JA]OH0:D#-S_DG#^\]D1V^KVI6@& M0C2[WTYRV!U:;$1T`>!G)X7Z*&1NY''J93;C.C0#D:8^0$03H!-+L5S>@-@3 M/\VBE/UOE`=.:I%X0O;1"0+'Y1;*74)_C())XH``W5D(8N,)COU@MP>RHEZ] M"+/(#SD[S8,`,)=.$O]TG6X!I6X8M!`:>'U]_+IW]O'%V][[M^7*)2%G_J7`9?P[U,_G+)I$%V"+N`@,X^G;N+'692DI"1>[G)1U:C& M3X?6[J!4X]V1->CO*3W^'S]T@QR$]GSBAEG0G1U4"O,0A.-1*4BAK.!)$D98 MWF$5A/0F[2T=/ZL3PO+8`>DU560W,4\;&@'5IB;*HL"?^UE:+XU`CP.48+T" MJ;M1.&DJ]Z[`@F:J9L)L6^J+K73E8)^-^OBKX'I\H2'RT/,G*[3A?Y>D6:_) M_#E_H,VMU381,X$I?7^KB_F<@TEH&);?8.;]%OB7=>EC^76\,BA8S*\S'B)+ MT)N9$PNFF]1KT-^Q!H.GI8(-1EO68&^D-.R7DU?'1GL2VRBTL5X01([G+*9C M&G:T8YG1AH?']MGI^U>OQE":9DGN9BS$OL/?3Q=0]P4[[O&)F&KVX>FY80A# M\(6MVZ#$Z^S6JD#\_/Z7L[*MB'5:J@=O[2/CTY9?*W!77JA[2S*SOTPQ46 M$.G-^W.",[99`U:4%]+@0`?O3NY,.QL:4ZX0&*E_B+U>X"\,>C,V-; M@UQZ:4&[T,:F+C_7%%H2_/#:1A/XZN3LW-A1--.E@UZK/GX"]NCXP[GQM(2$ M.=@`=XI$C5T%%B+%1B@@9^QI8$!N%>[H]>L7OQF#0K6\^=RYKG<9:Z`,WFY1 M7?TP,^+4_R]EDT8Q(0##X-=^9@[HXY9Z:E1[27U`[D4?!0>- M0?-@9`U'N]0#H")4W/"5\5??7L"%J-:8(?P!.H0Q?@EU-S(^CS\-AKL7`H?* MVK'"P!EB&."W[-]`E?L6P]=_X*L4OVP%0BM@71AP52EK$CYI*@;O(8IE0]C6 M)`:8"0;8YGHO3B*WE\?"(UAL/5EOC0G&GO.Y'TZB.JPLK@%+QU<'EL4U8)1< M'1++-#`ADPDS)S'JU1H.>^HZX00*`.C'P`/8#4T88@0K0L"'V:`YB1)F^OO],?.?@^VQS\Y?G-M@24\.C\^@K-/!QH7.[FU;HYTB`'B$ M"H@!G?N7GX87@@6TH!`,&&1)L8#"`&1SX03&):QYU3@U:\=?KQR"WS[&(X?G MK^R7Q^].QZIT@*588O_\YLTY!A1%KZ`"']'$5'T@H>/PF10UFD#"8K"^V5`@ M\(I(EHB*+-9OK>UO#EIL8P,QT=\7Q+K9PDYA?;L&K+=P/.X;YZH$"JA-5J?6 M@9A%H-Q*98ME5Z8\B\%/X)2;\9E(H/!OB"L)V.A#PXV!^T!'<0 MMH/AR6G\)<7-?0@WQ_=RH(2)<>3^/@JLQ61,65DIFR1+_>\;^]W1F]-7_[`8 M&<=R9'1B7YBRJ090YI0>,+!B?(&5&,A&B;E.`.OW-'8R84MJ M+\>%_Q2;RF9@6J"]+(IJK>746GY7:]/\GM:4Q)0QDM^V".)%C06A?`MCX;Z" M,2J!?CL,8C68!NJ4"15HB,-@+"HW#T([=$!9@;4GG_M/QEC?Z;""G'"-$A"7 MEVQ_7SA&JE1ND57'4#3^C)W=S"^C@#WY,7W"PB@#TYN'GAA2K64YA\24,`SX M\U"\+Z!E7$>*&^9S],:DMQ2@"R"4%RQU^A==R?N:+BB#0B^AS0EWO$*@G[28 M'E'!4.9@,TR*.UH;LFU+&2#YW5(]H78E@P=ZBT89M0+GKA,$D6O6R:&1+&D9 M6E#[:)S+?_(D,C7,*B!K,\6S0KD5DA.Q.!6L#NSK*/2S*,%-E!\]#']\%_J' M=LJ!J'?A9S==&EN-]%T+&7TH:TV3'N`@*K&MA%ZZCDD;@2537+,G-MC,6V=JSASJ"(Q7"`WYW\^O=S^\7A^)JX,=&(G2;F= MN&A")1C%GU?\)BW(Q#1Q>+@PU__^YO6Q1*Y0C\LR)RM:['YM<\;];'QT[]OR"J=J@Y9X]B("&9U M@(3WD)X39XQ<7[\[Q+!?'QAR%;!:RN;*N0-_`02]$-5VE"$@/"P8T$PAZP8X M`#\G*R,)R*F$?&%UA0UT.*&)IM'B29C0$X4!6/38:% M^(K6=ZR@5($$DRMR#"?.9SSA3U+F0+`2709\SK"`+?ULQH3C29F;1"GN72,& MQ*BX(3]WKFG]+0;XTDD2GR?LDKO1'.USR*=.AH$)\*F0H#R%V!0D<>D'B$6G M'FD$SI]BX\L<5M@2_I)G5!OD0L=#SCVQ27XIMLW]:<@];9^,-CR40.1*2RQ4 MI$3PM2(15:#@[AZ%O3UK>VND;&^QKR(V^D53N&8TQ0L,*&NGF<7TKR&%[\6: M6%L20U$>4F=(G*AZ@`U@W$.!3";@LBSPNJ`RGIJ@`'3GTM1BY1J6]'-F9X9V]&3:Q6C):V4FZO4,_TV5< MT<^[%5(J6,KYE5DJB(7KO[/CXY?VV?'Y=]"JKY;@';KS5^.[J5']H0W[`^`^?^>V>^0Y1B-K=_>I\AS?9,2J%DM.,#UX M^$]>L?^Y->T#"SEM;W[B@Z*+[1?;BT*Y\R1795#MX1Z''UKT$N79N"`A5LWR MX`_6]O-RV4P16=,R\?#TO&F!"-C%@@O>6ZW]??U+[C=)J]M(6)VT-5$O3++: M_Z)OK96B1%MY5F,59*2[L%$(M@NKZP[O=P_:`YR$VFUZ[V?74*#O1=!D.:_&]QF_^UXU M=$K-OJ.1^_+?N?[OG^L/!&ZK]CNKSO-OG.;:\GU-[6H_D-L`ZX`V_&'MXN19 M;#&6&6C7(H%O!$\_A96OS%<3R^@*I)[DES9:C+,/+]Z9"R=I`?=G MY^].3G\57[B&AV4Q\.AR,`2Q(U)]"%NAOOSU^-STO6N+"0SZ?4:Y8,V`JC:@ MKIA0"`%/S](M&,A&=Y$C(\(6-?\T-L^;NM\?D.9-C(Z?=B5.MV94N: M_ON:7`@`%],1*=O7: M,4\`@+9.A'Q9G"4Z`9%=QY`SP3!C=QWG#(>U#@O,F9[KBAJ4GFCM@K$VFS8N34(0FFOA*2U#<\G^FR\QF8L!BSE&%D@#D( M+E+VY-+Q&*HL?#R16`5']-VC;A;AP-))0F1"+;#5A%#ES\LX`F<66"R'X88B M&'D%0C2Q%A'79+%R*_)SI+(4L1]5;/7DD23&(GWZ_`]3\`=EL MC$?EN'638&8K8Z\V/R68/`]36JQ5BM&7M<7Y,F8U@5VRV&6491&L84)^G=G" MQ3V6/RE6V3Z,`GJ[4N\T_Z-T#\#6:]D))0W2VH>)E`I<\638&Q`5HH.8;*@B M[:'^:35XSZE<;-`H=O;Q%H=(51+0\CA00)"+1/]S5LYL\%@I<")4PYFCQJ-C MQ*L!_C1/P!AY?GI%C@HP%8%?P*WZ:)H#[BQD=*Z<@24HB.4$S7$9;RA2E(4Y2$'`?L\QUG(P!2E2F-!!(`2A'G"<)RD/%KSH M4T^-K9PE./8]*76(C*42R))B45G.$#1S9J$J$JJGFV9ARX#)3V:=V(_2,%R` MTA&D3K@MN5":J`X*E!*O@JKC@PY[9)L(:*QJ>T MG8A8.09CXE.V.R@31'U"#<,H4\@W/&.7'!;=8CM8W,I:^(Z8RU%H[K;DE3I* M",?7:Y6ML/SD7W0A4@DO@ZN4\JJO9>_D0/L75"S#'\+<+/L!JB7DT>G0%TFI M(R'+;%PZ@Q=GWB*S3]PAP]V,HG?0K92Z`5X.K46E#S@/F8=2DC3PG%PYVF08O*/V_._^K%>`WV][:MK:WMU12@]CZKK(G]UEA M+#%)4NTP^*EZ\XHWW*R36^.,DK;]L=HBJ"4[B**V=C^@G457/,3$PG7V.8-@ M751-@LC)C$F9L@VV%'VL'^T7N=_`"AD;<15R=\_:W=M1QYM_27<$(W0[[-/H MHBR2%\L^';Y]C_E\QV<7C^.[<5BV=ZSMO6&1Y]>6QV4%ME@(06P6NO/8+#JS M[L;YNL5&Q39L<8`O,BQ63^_O.[X7^[.5,X'JX3VVI>WWQI3>!>,H`6A$BQU> MF-6#;G=DL2U<=M!6L+)9%'Y@V9H,[0VCDB0Y*AR&W/356J,CE5IK!@PDFEDG MBP*S2/HJ-HT?0E?RKJ)K^\BU2Q_51)S*M0\A2UFBKF.HNQRJ')/4)ICA($^" MI'+()%ES@-:13:J7-^[0`+\7%1I`:ZB_5`E0J^W$C];%B4!#W1+KOE9+MIJU M8.N;M8!)+6"UTS_1,P0^8,54;96OT$S;2POQWY*MV=NU!H/^L,C"^[.3]#_^ M$''E%/%QQX@/G2/>D\Y`EW:;3ONDE2W6I_);._4K2LKTAKOS&^C6;U-#9.&+ M=NA3:T85Z"=>3=/6+$,.X3+Z%Q"&_')V^.+5<:NXWV*4JEZ&RH4CJ:L]2CLP9-+*]J%%<:RBTMNF^QOZ\N8K0K MY5JSJPLQ>2%97XGI-K-LMECDD&9T6.5%/NEQ6UV"EB<#M9\?XC&H5ZP2%:C: M!,4OW*6&'R7KW@\#O(Z+I63S+\0>VW'"RTYB[_L37!7$_8LH#[F:X7?Y86%P7/P0-?BZ=14O9U\&C.)G3O].D MCZ`8%G4;6=0+Z'8)JOX-"!T:!%&RRD1D+K\K"&(R-/S:[4*(2JP/C151MZM# M)J>\R=:4;M*_52,G!EUD8AN@::7KR9.6NFY=`*"Z-D`0$'QW/7FKV-1$@"7% M?GUMYU76ERUA"]]$18:%BN6"J?J>KXZC(Y0,W(]!2"O#@URKR_62624N,GCZ M=0NCV*:6WJ_>WVRNW2O\KI'4"CDJ5%[X*SV,Q-+]C.YCRW[*!NI*2V>3A>-@ MFN>@?VM$\QRHI5WZ-T:LPO>7*BFKBG']RJ;>O#]O:BO*L_]KYUIZHX:!\#G_ M(E1BQ58!-G1W"VW%!;AQ@UM516P34`K[4+,KZ*'_'<^,[1D[WE>%Q&6^RVZ< M\2.>5S*V9VMGN'/I^-YZKX&^?6BX]R;(92RRCUXVZ$`1RZXEF#=S.!#F%#>I MX,]BW0V$#IN<;;H'=^X:*/TUR[)]DS86QOF5P2!_`0X)O1%VG=/;A/FQTL8N MB)=#H`U7/I2ZP1;-C@+'^_*]M'041[=M"AKK%*4N!;8PD'VRH';8;+#-]$DG M%5R"'_+\`[X/>F:XR.5_,3:W/B.KXR,4N?4MA?1)AG^QS0FKICQPD7_\8CZ) M/W_Z\+4B6R"\8E"]S/>H;M)("9$CUQ3(4-;];LW8^]+@SC?[=_];B(J6%ZQI MA[&"/QUP[B.^I)@1UCB0,_MY$U)N9]0N5H4T$=_"FY*)CG.>(FG?Y60_USQ25P"!#Y M$1*((G;L_1;%"1U1%+0I2&19_+K`VG[?_&@[V/&'6^5YCS:Z!PH:P5+\HH/# M,-6JN8?4+4NWJR(B_#E#"D=OYFV6JK*I3&?3<;6FQ/?K%G^$4^\4/KT8:/L),T M?`PB33U)BBO3L[?%="RR19?E&!9\)IPQVD7(*%,9I2FK;4J%UZ>92UQS8K>3 M/*_1/^(_?&ND/2^F:'AI\Q:LVC_FS1"U`;0Release-Note: >Audit-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 Dec 30 18:11: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 31755156A2; Thu, 30 Dec 1999 18:11:11 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA79870; Thu, 30 Dec 1999 18:11:11 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 30 Dec 1999 18:11:11 -0800 (PST) From: Message-Id: <199912310211.SAA79870@freefall.freebsd.org> To: naddy@mips.rhein-neckar.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15788: shells/ksh93 doesn't update /etc/shells Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: shells/ksh93 doesn't update /etc/shells State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 30 18:10:56 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 18:13: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 A68F9156F0; Thu, 30 Dec 1999 18:13:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA80178; Thu, 30 Dec 1999 18:13:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 30 Dec 1999 18:13:41 -0800 (PST) From: Message-Id: <199912310213.SAA80178@freefall.freebsd.org> To: igor@zynaps.ru, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15786: p5-HTML-Parser update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: p5-HTML-Parser update State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 30 18:11:43 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 18:16: 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 E7C1215577; Thu, 30 Dec 1999 18:15:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA80483; Thu, 30 Dec 1999 18:15:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 30 Dec 1999 18:15:48 -0800 (PST) From: Message-Id: <199912310215.SAA80483@freefall.freebsd.org> To: andrews@technologist.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15774: update port: misc/quotes -> v1.5-1 (1.5.1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: misc/quotes -> v1.5-1 (1.5.1) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 30 18:14:13 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 18:25: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 E6B6415481; Thu, 30 Dec 1999 18:25:46 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA81435; Thu, 30 Dec 1999 18:25:46 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 30 Dec 1999 18:25:46 -0800 (PST) From: Message-Id: <199912310225.SAA81435@freefall.freebsd.org> To: Cy.Schubert@uumail.gov.bc.ca, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15777: New Sftp Port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Sftp Port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 30 18:25:21 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 30 19:10:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A419114D0D for ; Thu, 30 Dec 1999 19:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA84079; Thu, 30 Dec 1999 19:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.pi.se (mail.pi.se [195.7.64.8]) by hub.freebsd.org (Postfix) with ESMTP id 0005F14CE7 for ; Thu, 30 Dec 1999 19:04:32 -0800 (PST) (envelope-from seb@bluetail.com) Received: from duva.bluetail.com (mail.bluetail.com [195.149.129.26]) by mail.pi.se (8.8.8/8.8.8) with ESMTP id EAA15227 for ; Fri, 31 Dec 1999 04:04:23 +0100 (MET) Received: from duva.bluetail.com (IDENT:blue@localhost [127.0.0.1]) by duva.bluetail.com (8.9.3/8.9.3/duva-1.0) with ESMTP id DAA26029 for ; Fri, 31 Dec 1999 03:53:47 +0100 Received: from albatross.bluetail.com (albatross.bluetail.com [192.168.128.42]) by bluetail.com (BLUETAIL Mail Robustifier1.1.8) with ESMTP id s67873t602-bmr-duva for ; Fri, 31 Dec 1999 03:53:22 +0100 Received: (from seb@localhost) by albatross.bluetail.com (8.9.3/8.9.3) id DAA76368; Fri, 31 Dec 1999 03:53:49 +0100 (CET) Message-Id: <199912310253.DAA76368@albatross.bluetail.com> Date: Fri, 31 Dec 1999 03:53:49 +0100 (CET) From: seb@strollo.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15791: Update for ports/lang/erlang (new version of Erlang released) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15791 >Category: ports >Synopsis: Update for ports/lang/erlang (new version of Erlang released) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 30 19:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Sebastian Strollo >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: This port update was made for 3.x (However this update should also still work on 2.2.x, if anyone is interested) >Description: A new release of Erlang was made on November 24, 1999. As the current maintainer (although with a new email address) I hereby submit an update to the current port. (Hitting myself over the head for not making it in time for the 3.4 release...) Erlang is now quite a big software package (I think the work directory came up to something like 75M after the compile stage, which took 20 minutes on my 600 MHz PIII, and the final package file is around 10M). I hope this is not a problem. Erlang is a very powerful tool and its great to have in the ports collection! The updated port was successfully checked by portlint. The diff to the old port came out larger than the new port itself. I have therfore included the update as a complete port in a uuencoded tar.gz file instead of a diff. (If the diff is preferred let me know and I will submit that instead). >How-To-Repeat: >Fix: begin 644 erlang.tar.gz M'XL(",D8;#@"`V5R;&%N9RYT87(`[%W[<]LXDLZOUE^!JC MV$I&._&C9&6R6[=7+#Y`B6.^AB#]V*G\[]<-D!(IBW)CJI*YVK)2,4GP^YH@ MT-UH@$V))[X9KMHOON:'#3KCX9"]8*S;Z8QQR\:C@=SFGPZ4=/K]3A?^C1#6 M'PY?L.&+;_#)1&HFC+T0W#J(`YCKOOBW^W#5_^?F#7<]GW^5:T"OCP:#NO[O M]L?=\:;_.Z,A%/6Z@_$+UGGN_Z_^>`FH[]\GG+^[/CM1U6E+Q=S1 MSS>WK-L:H=Q)NW/<[@U99W32'YST)BRR$H^';'8?L^]!7N-L?KV\F)[/WAY% M:6R(Q#947:]^_J"*E>CFJ-5M=1JGT^7LP^5B/KM^>R1O]GQZO9PMC.OY$HO< M-#YIM^%O2[%:4;)JQYG5=J*[T(],IRUU^9^-HZ-U*K%W=W=E;!57A>8PT##[ MAH>MFW3=$KS$V)%J"Z>590B!^K0#+TFBI&BG#4G>_OOY1ZQ\Y?Y;H.ZMU;\8 M^_[WV>+C].*#<3Z]^+(].KL\O?[2:%Q-EZ<_%7>__Y9<\[=TX,]J&'=>CQ/O0Q%C:@;^<72_@_6[P] M`KO_4:0)J'Z$=]4`141E8R)+./O5N6&>8.:MZ?FF!>;P2G#.,L&9Q?WH[G7C MW:?YQS/C;'8UNSB[?HN-^K?I+]-W\XNS^>)+^U<@VB??_WYUN5A>;TK:(!4O M.&*R7OC MXK7L;N/ZTSNX2J'9C<;L[\O%]'1I7%Y\_,=^-6AL=>"M5,L"Y$2V$9CA7C"J MR%8<(M=IX%>AC4_7,^/#^?1G,+0'+N3A%?"'ZO##Q2?C]/+B_?S#IT6.V!P: MR^GBPVSY]N@EXT&^9YOHK`1+UV;*3.BO MV$Q2%KE0P-E,-H)LML2S,NG6``-"PBAE6&BG_@,+NBKVM6I<[ MZ/O`)P:QSU,>`H@)4(P6FX*(.(E`'0+5.Z6K69GG.WC6Y@XJD)=7#B1'(5P- M.LN^@4NX($-JA[J@%)'P5>;#6`1]NH;*F*&#Q5!I(;*`%W<)FI#?(*K12P8W MYGNI!^>WDJ0$$W2'^WY+MIF\^)WYP-)(^G:EWB@11*1K3ZB:@@LW0;E?R4O- MX>8S'ROAA3=X42CSN2G2UR!)5"2!D*W>2XMQL`$!@C+!`_ST!JP&%1:/?S!F M%[\`V4XBT<)>O>9IF0^TNS6'^CU$&5N;MUPUU1MH-NA.UX538_3][Q\O3Z?X1"P7HK6I@BV/EA1EPAO=BRFX$"0D7Z1NIZGAZ#9H/@X.=.VJ$@4J*-7;P M&Y!AF^C4H(\3[L.U;E&"#]V^:9EJ11IQ)-*FIRIYTCC"$*K9S$*DL.;]OV(7 M/"&Z).GTU&[NG?"P//"@ZVZ>`OQJ,7L___N7MN]9>2T;+>CP[QP8^$/NO+JX M1#>*ON?U'[V@'-L.7YKB%IP$'V(S-%=B6="Y9BJZ7B=A+95OE\+09&(K.@<]`4#8`C!FL'*HIIUF M0!`/(@5_MA$+NH8M`,W2ZJ(K`AD\#APXB'FR-F,!2E.(Y/BJ MAGV[OXD1`!8`1X8-V@,2<\'J6O#7ALW=YD@DM["#47IJR$)YC?Y3U^C#-6"0 M"$!;^Z#N8==.\YT$=]"OPV`*>Z>1F&&_G4)KA-R?.H$'E*-_-O)`;=]YXQ2& M'6C@I$##YS#A.L,!2X-0+J'@KY+H_N$J\_VB:EJDHGH:)+'^`U<2Z^V5V&5B M\63G/C=2'IVLM,A[4-LH>9`=*9:)&0I33ES$3L^53V&G8:"G^GSG3)1`/&6" M3+R96@D+;D>W/'G8P1]DB"A+P((EK!YWG5GI]GAZ!U9=H=82ESP)RC4Y@-P> ME)HO>8C3"'8\_!^FE=N7-AI!>TO;P2..DXUB'WQ-`/L0MV",]9`7*^=2[@'++J]TIBP%AF(X9YT-9#LZ0IF1).3F9;85NQ11E'.NP$MAP>&>G MEXMW4V,6WGI)%*+S-8I[]E`L3AY+0G#BY$#QKS#8PD8>8F.[I8-D>T9`6_!J M[Z@3&/\!*H@<8V,"ZLCWS,U^!A,RM6NOO'(UL`B'IGZ^)V[R%L5#+KQ\+X^) M\R.)J,H0W,X2+T4E*(7F>*0N;4>2O;W`CII9491N6QU+',:50F@E@:X!L?/(7@,UUG)0U=Y^A4/C=2.\[W,J?3'1@O5CK%*(JD3:V[* M`0-B$+7Q<`,'H$1!I1)8=@/#+_HQ%F'3QZL>VD>,.B#X;P98.)HSNTO,6*IK MPM4];85`&"8[@XMUOBET6N[#&(>[(5B(>`BYVA>>6>D.66*4S#(O$3"'49T2 M.1;6R0R5!TTLLW(GLL2(K%^5X4?HBI77O##!V:S*^X;:H&_E]^F.^\TA[S#. M#E=SFQ15@,Z#W?/(R7QNS#'4<55[VG&6 M6S#JE]PK-0^&B4KWBN&`8T7SJJ0*&RI2:H*Z()RG4?G(_6NXGZ@ MT!5!?GKC"#TY-$>YW1=_A12)#B1PC`VG:CJQL!O\'O9O&LN/;#<&C`-,S,?FU'XIARR<`E%^H)RWYE-J M6(GGK+@R$QS!/1DT,E!_5%DT'$MVEQV9HMJV4&4<$/E]PEWI?>&BW\">'X=W@'&#PU"1AH"8)K0%.WEP8I@=XF&$!F+'Z*X^$G7AQVAI( ML:.GQ(Y`;!Y8C62H,I+#AX!M/D",E(?_\B%Q?:?_/RO-Q[WAZ,QP+K#;O?Y M^=\W?/ZG^C]PAM_^^1_T]GBTT_^]7J___/SO6WS.SX;L5:X$^QX0O&9OF=MQ MS4EW,C%MMS=QQ\[(M:!@U!U-!L=.I\\;^X3L>X"`PH8#V^I:8][AXPX?V-R= M<+MO=4;NJ#,93L;'M<(>/6.0TF!4.CX>N^ZHW^^8$VM M?K=K=3NFU>E;0[MC#B:CCM.SG$-"!H60WLB='/L#\^=CE4 MR>D>6[QC31HOGC__/_Q__ASQZT0`&N-_9]COH/_O])['_S^C_^6V:9K?O^(B6.]_)\OH:ORSJ_')?K5^2Z_T2:PZU^"O,EKV4=1I:]G_S%7-`-?(_ MP0>@_7=E_M^S__]V_A_Z__3R_'QVL?SF\S_&1K+_>YUQ#T;^@9K_=9[]_[?X M3)F;A?*YD>GC`N$J,0-H%AGF(<@\FUGBV4)$X7/$_N]K_V>SZ]/%G[#^ MP_K]X:[]=SK/ZS_?Y).G$V'*'A/XD!Y7PNTL42EV3[B&AL-ON1_%W&'6P\9' MM-AOZ8J2TS,A(/GTJNZS"T\_@\%3`_\GN8'`8WF+3:C-E_G+5W6'!8%H03S>:@ M-6EUVS"[K*W/#HP,R6M5#Q,\S;PB#\?`#(Z670/'MK2X&1PXC8F,(/4``A\8 M&BN>KB.1'H#)])3#%\*&/HPX>#H.G,/LFK,P`^:BA:OVAP`&S)=E*IH$'E2* M$A5FP&2L$U5N+T_/$.W%Z%U;997:4!*VU"->$A23E4A`./$$3C[F?1H&`[/! M[TU\%^%I-.E6*#79=/YJM)Y:*]RR"/ M`)@2<+6O'G/;";1JJR(*A@&6>#`F(F30TH,JUT<#*5$9:-3@)!61"47:$94@$Y.H8)6Q1$9'PKLW`K&B,^C-+O.DJ."4 MJ-'E#%`#LQL,FBY2#:$B/TT?B.*Q)IB!1<7*E#$*>,5#*BY//J.B,2N-BLWS MUBAP+R+"#&I[*6B1?Z[#P#1<'4*<<.AR$H-:>9741T(6:7\4L,P'I``QTT++ MXQ0IAA1L3/,;,DV1!"P2&2E@E>I(0>;)D"2H2I*D0%4:)1FY2;0D,60J)@FI MDC5)T&TZIQZ\R/,DL1YHJJ-R12E(F4U*`=YY8;\'':@Y5CX\@2[/E(M(8OT$ MA\NIXC;\VYTU[B?85%P1`M+@,@@D0C$,I$)5(*B%SD-!&D<%@T0LQ"5$9*D; MZ0P9$M+AFZ!0@U(X:3I%!H9TN%)W#?PF.-3@Z'2##!#I\)2L\?N"Q#_`5.$? MD4BVL2)4I*-EL$B#8[A(1N8!(QV/(2,=G0>--`*$C52@06^]:NBHQY'!HQ8E M#Q]I'/I-J!"2B"V"2!IPFM"1R9'!)Q*KPD@C>!IBZA"+$)/(>J$JEPDP:5@::-.@F MU*2V(I:TS#C6P6:/T6$0-_NM;JNG8FWYNA\X'GS2NC>./83G)#P1=G"-K1Y> M.]FKJ7@:&1!ZTQG"IF+3Z$;W5M/%")Q%NVM2N,')SXEO& M=*B6U05ZYH]/F72,7T?=\;5I(A2?X'IDW<7'H08^"^4:C.IKVT2>?*V;BJU; MX]N#A2!.`ZKCT\7:=*([F-E9]*&C\I8ZE7-XZ6L?X]8BCS/B(;`B'^Q;JY=+ M[]%3&9B<0,0^?A.?3"2//[<:8]6>+P#0N-#I` MJ)]_U-U`'N5H<(1-1V.D0P9CV]/!J]KEA%JX=-%T2JS78:6H1(,&<8D6VEO1 M\2HV(<.KT0F95L0G9(**-73E%P$-F;>)4C08&HV+D8H.6--R`EU#EO&*EAGK MF0/&+&1P'K70\=NX18=3C5S(3!F[T-&URTK[T!B_Z(#U/'8EAJ&SRE$,G?7$ M"LM>#D8R='0UEJ&/*MMHAL[!>(:,?AS1:%`U1K%;K3%O3UQ##CWVK0?5X`ZN M!<%%1?NVVUZ\/^UVA\/F]?F\%52S;.L9S6ZOV].##XGPR^55\_KB_&HV;9[/ MWR&I==M]BH>$VQ[U'G(T?K4O!8XMU.OVB^H\*7TYO3B;+L[(>*A-$U^W^W0Q M7_Y#AP7WL#S5`9]K@'5J_WXQ/9]]OES\K,4ZO])KHXO+Y?S]_'2ZG%]>:!'5 M5XAK43Y=SQ9-_-;H,U`J+>8O\]GGG#D])5,?:[V6FN&[.4*C8\GXQXU.IY:: M_2E2D2Y1-K7#L[>"46D&(N6QP=&)RN;T\.=Z>,T[J1J?!K&P/PW*(VW0X);4 M08/UV!`UR'MLD<;>,4<:284G#S&^Z'"0@%\$_GAHP2^EIW`J&D\F/=9Y':K2 M>EW&N2Y#^XZJNJ]%+;1?B_1(_[78)0O0XCVV`2WZ'BN@\G?L@$##I8VVZ3@) M%Z*%!R3"9M6%3L%Y@.%PD=(I:JF)#"]F6W0&QO5/H?,7=T1[]O'+!\YJC;7Z#;A/X^4;0328D7#Y!99:Z$-) M_?6D^DS]*B=_Q0BS=6`N'1,8Q:H,!8LY,G4KVSO(XGN&GX8F%@F4)SE1J[K[ M;<;:#(.B7,(C@>1K9M2:;[Z2F0XUY'?):N`36PLMOTQ6@^"3="3_C0R-%ED? MA,H%A:JY[UVJV&&H5P")P,+D-?$'DS0/T`YD:.ZP=@V?PMF:/@5=&#\)6Y@_ M!9Q81%C%!9`H.T[@#W#`#9`ZS2/"2JZ`1"A47P>LW($6([$U\=(E:%%\HN[D M;H%LNOM6&6MPV2%D>55O,?M0MYRWGZ`6M^CX`^N%.X12=2C0FE6V/QLOWOY^W`Y*^GT&"& MF=U3H?6O:]:CC9JWC'<8FQ]ZH4/W1XIU8'+=MXS]P==C>&J8-A4I?W[G:2R^ MEV*F46#8IKWF1$+Y-W%H#/F;.22H&:ZH,DL_H$FDR!]T(T+OZ]\YW0./8AX: M=9/%/?CR+P?1&!`Q^@\D;"H,AUL9K1W+OT]$Q>>_7_0TW*W)J'X$NY=/G^DZ M5?QB$@V)O\I"0*H?6J("\Q]B(L,%_[_VSJ5+;AO)]W=]/\7,XBZKI"KYU;N1 M9/6T9MJ6C^2>N^1ADLA,NDB"#3#KT9_^`B"9R201@0B`\N9*Y]B6,_^_P#L0 M0))`K@J*3Z7:'2Z`"NO?:R]_"JLOE<`2M+![T]V1A1@PQ M1S6M2X]B6B=U5]K19%GIW\CR26GAW/*JO:CH_T@/=X_$T3#\6G*D>],CW7L= MJ7V(:-/&H53MZ#J(:G?H'BG0)LJ&>!S73LO@/?!RED?JYG9<.NR:SA:HOHT7 M1#]?HG+1L9MRL6F92N).P!O`2Z%;JE*%;K%*%B,OBB/Z##K]8,FP%$9JLFFWTB6+YTM8*N06L63Q,_+& MNP^X+&2IQ'PI2V6&Q2Q1G;<'HO2\\J7)YVM?.C&N?BG`'GK?9BV\7@%3F&D- M3-7:H(BD'=;!=.FX$F8`XUJ81)!M#^MABM+-FE3A#^1*7JQUZ0BU9>:!#%D/ MO*SBU[::+EZLC\G2Q9R6Y3*.%JI<%LZ9;) M5*%;*)/%U`!RN5AFC!7/K\>P"0O:RI3>#TP.,BD!J<$P$`/&G/6VA6C[!%'B<;F!EP M?,26NS.10D[W%7<9SU<:P(S-JJG^Q2#<#0BGC@Z4T$%ZH*M7OFD'5Z^G'O-A M(]N;N]O7EPW@QO]3-R#-U* M-L#6#"3.W,W%;BU MSR.2Q8=J]8I$KML[H[R__7',L_E_P$WZI5EQ%,#DXP.@-3I@?#BF$SL4%`"A M&1269QT0;0,(>-(K5$^RU;TZ%;THN4G-T1T/M05C(H]Y?6*5##JEQB=7/4/* MJB,=,@$-XAS[0T6V8JUB63YAM-P%G5>^<6K^%AY-/D MP",T0(ZO1CT9`^[?`,6N>Y$!Z!H0H&X6HST*W''`::23@6&L>K) M0D;=C..;8]F.58YQNOXRK(C=7XG"'K'L#<76O=I@@._'5Y7Z_.!]NF>I*V3N?Z;**\SR-J]?M,C<0_ATS+ZK&L&X M4]V8&/QHYE(O.B7W%&'E!G4#G`&[,ONLQ)XL'&NTTG2B4%+;%U\8B6`7TP"$ MI&O];Q/ZM?3F@5XE]/?@([-_',D9[O->A.3#$=AVR/EB@)5RR#)=NAAV#'`V M\'C4;.@Q0.17X14Q##^2=#8`::;=$*1++X.0P5R&(0-"#_:'&,E1`WN;@)K3 M8.#+?.N1X-X4],3/Y_M7]F:E?_-F]DK5<%M,VXIB<8ML&!N?`V!2YV^X8&-" MAR,_O>$\2B:TKY[MS:6RX(+*/1G#S:)]8(?+F"\:+F1WO.UV,;VCT=R"+$,Z\82]TH$%-.7W%,!^ M:OZY'N`YG:LHXO/M5HN[=?WJ(=1LRN%AM8(#G'9U96J6PYQ:+C5SO`QD<&<< MP#D*!G#Q?1QH6S-V4! MO(*,S^L9MU*Y)[EYF-T=XB9U:KF).;_*2^3I*)1QR%2J%,,SX;ULF(AQ:;EZ MX4(FS+.7M/.HXI@K)E+*DSWSEP>9+^S/TDS*(MEQ>'J'24JZ%QF1KBJY!&/@ MC8A=H?"(\2XJ'L1Q[Q/BGDEC,J?.'F`3TT"GB!8RBR-MGWFGNJZ6/0!'A#<` M)X@W`$>*,P!'A#<`1RAB*$TDHZ%&A#&4)H(SA[74/I8F) M&$HC>HIH(>90LH>7B'HE"E'1PQ@[&6?BN>I90%VU#RS`KG.H^J-\5944LM.$`I:K,F9!&5ZE]8@'U2 MDJ&WO8NC-SZ**=\S]153WS'UFJ-W&\`,O7U%CZ/O3NK`2H#7LT?"7;?!0#2O MD36SD36SD36SD36SD>WO71R]<6`<9-HW8VY/N5?BZ<3Y9Q8&8V^PE2=602:$ MF$IWZJW'6*G_N$CO;E^_^B-_S+/A!\OFE;W]26OI7B6:F$]]]^&Y$)U[&]>J MMS#H_O:5S/Z<]_G7,NW6:5_)^&?SC_AJ56UBSXTLOCWUQ^VS.;V1O9&]CZWI M_U]Z$_,U6YG\=.HWM_FK_8%ETY;^N]V%VM3B[W;EMJW)=\/^PZ8VW]IMD(TL M_O+S]QL7>-P[V=;H2[]QN[RWFS7;>LQA+V=3FW^M9;YQ'_^[W6'8U.+'=N,L M_F-SBU^.=E-JVTQ^!9M?AEVM36U^VOUA?X+'3BT*%`3GAY5/I?(\Q@HA4SH,9%XN!K8H&)$TGS&DT-&"/CE/FKF;0P/Z MZ[/:I];PG-<.0U/UL*!YB[#`19L$6+JB?4W:46P(8<'B!_]+Q#[A."I@)!XR#2/ M.#$`Y+EGOW[1]'20FBMR#04.0?3KR;4YZP34,GH?]`9T)UPYO>DD&ST\?MS7/D0NC*_C?@9-S1 M@0>AW"/W=^/C*L-'1'E%U?E?>?)E8'?(A/]`<4!=V1-`&/+"?R4"*!\/Z&`@ MID5JCAZZ5P[2-Z+/67I]X,CA60$GLKRK&-3P?B\#.%70E2HPL%,B?^`ATR$E MI=AK'FD?-=GS^HJAW.+05@:GQOTO4L.)-'0/<`:RIXH)@2>G!Q!^2NZV3Q9A MDFAR9BKP%18P8Y\?*BMF8V;L,6>[F^QE7;7,"@?OO8&1,N_S;'@?W;=`68## MJ<;3/.*;_'U`15<";^]YLS'.)AQ]!9TH!0(%<#XQ#""'/H&0FU58!'AA(4BX MF85'Z`,/0$+.`./F%PXWSC`<9)QCF,@PRS"AJWF&R9YG&B8'G>V$()?IB9^6 M\^M,##Y@-`3%I.;F$28SSB1,"CD"&J&FV80U7(#3E1!]%C$JYS,0M^N#A]>C M([&.M@7DM_<_C`\2ZRA,SF6,L_\NI!D>R7-T&I+ MBA8ZPV"I>ZK*`[!ZNI;V#Q1-EOOO55[I=J>^]T>8*VF1MX^YIDGMT4(,T_Z@ M>"6S`THJFK3MU0M)N9?^)>Y:J(`CA%;*@ZI*LA`*!)<]I,N+!T$K_('62E63 M'V@%JO.=_SZIM9)4&B?4_4X^D[2-:$]DX2Y7="V]BUIYU8N&));`/L)*V,GZ MY4#,@;N&&[D`<06HO*PDHXAFRNK-ES6M`761$Y6]>*:-,(83M'-Y*9^"TKZH M[\UW89V9<=QE+IHF/8AV7]*D[L+ULLJ![?W%."=5J6\QM_8"HK6_=[.T6-K# M)1?^B'MF3J)40<=MKK5N]J1+P3!VU7?&&91HFMIRPRQ*TP[S*%%++-=L M+J6IW6Q*E]KYE*'F=.'SG$J32V@?92V=YE6J>C:STI#YW$HDSK,K33_,KS2M MFV%I4I8#G6;9L'B:9PG*RTQ+%`]S+5$\GVTI7H'LE0BSZ4I,RV3)FS'XEI>R-!0N=8?J\-1@W>' M8(DPRN#T]#*X@]'I\L;XXM!$Z248)1@)>J9D;TI12TZN1B3+RSX&]_DW?`_.]GL(C#[1&T$9GRZC,":2NL(K)=-!/7,9(SR1D0P M=LJ/R!ZQ:ZPY>O]P'G2D\A,/*O.F94/BN:NE.UF"2Q[,JD3:[7,N>!1'(=A4 M+1[M[5U,RG9?43;\Y)J3-C$(EY*GXOCO__[O;*Y3>:7%'T*?-)NU9[MVHF=S M+X*1ENN0V`;'6CY&'5QH"#KHU!1S\-+Q732REMN)^CR2&;/\FB-Y@"N,/NL[ MS*5"J@,GO\0Y)&:8[\]Y8P4,?I94LA$=$4Y.1^38-P1FG,;/TSDIH07DPI0H M<`A46.CPM'FNW(Y,P^2FL)[+\>(C+XHU^ODASB',S^O0>OA:K^23#FY`7"%% M7A=<_3T+L&O3K!2-C*-8B8UWC&>ERI\XG-NS9&?2S,5M/SR;RZ#HVPO7F"Q. MFIW%OWUO^-CG<>^[TK?%N12V,ARN)29H-WW'3UMJM`=V4-7C_5! M!^Q/'G:3E4X,-]&2Y4K\\P3T=PC0G6PY2=C;K04C!;MI3E&[_X=>.O/V%/?. MN";+ZRJGBVTO9&CM'9#^9\I!H@2>&0"!IA6ZRJF(%L5)5?X7'GSZXE!1I66E MZ%+]`+TWZ=.;$E*E!UHGM%)[5BA5.[XB2Y43RC8$1;W_1;:5<'!8=.G@LACZ MR6DQD+/;8C#P%=H`,+DN%C(Z+P8SNB\&X1P827]Q823YW(G1`>?&Z'+KR%CJ MT97QF!+Z<19&1G=&ALX.C4Q8ET866Z?&$(]NC4Q8QT86'Z@=].S>H\WA=0PE9?_*=IU7!R5CT2[7^JEDLZ8KW=BL=\J^G]`^ MWNHCWX9QU*]^>OW3ZUO[MTC<_$G`A\DEGM>Z3J`;>S2Q/1M;L_EC7\I"O[(G ML[XJ3TWSXMU@I)H97$^VE;5*V^5<)4I5%<=T4U(D6C&>4HE^7K+_$,^B^+?F MP3BY?[OI_NW__/PJS70ONVSX:V(3?,6L7J>0GN.J+<5S4KN,Y\'J%!NF;\A$ M"Z9^TRSLZUSW9FY(M.+.0$XR,4UF<48J>^LQ<)("$'W*;B2#Z)-,7!29@69PMM'8^_2+;Q.-G&?;.%-LH7ODBU\GVSAAV0+ M/R9;^"G9PE^2+=3)%E2"A2*%E?80I_HD4FTDS@_6AA+VJ:0D(VU?M:I^%W:?A]&OXF M#?\N#?\^#?\A#?\Q#4\)IJE,*T.@QR>_;'_F]G# MN3P/_WBD1!ER+J=7?:*FG[FM5;)ATP/8:D9N?,]WSF3N(8%S!?L>/O")R4+L M\#F__D3/Q5319/U8U4P]*T^^AS)FNO-=,_:S2?.SJ,W_*?"V&IS^\+8S0["/ M9ZLB1RX$"AF`[V\+D.AM<@$6NTLL@'YL>W&(K6KDFKX`"5\S%0+AZZ1"I)*% MT#H._CQ>E9X"JUC:Q"1F:HY-_-3:.U?CX"^R>(@DL?O.`BQV5V,`_9\\KI;_ MR_P]=!UHV,+'3^DVOHS/&J99^D<[GMT4@%WPX7>^19VO3P'`T,GSQH&3VXV@ MK<_E8Z/#Y8.#M^5SDZOED\[/\C'K9",HZV$CL-&]\LG)MT:3*@J=O&H$.[I4 M/NG\:00V.%,^.'A2/F?=*)NZ]J%1^-KY19F9^V&V@;/K#)'GU5Y^<5^O?C<= M(P5]6_=I=)J!T'R!9SP%CN7]#]%14OW]J.SSZU&5-:SC7A6U'=#XRC/,AQ93 MB`%>Z44?TS_/%*=Y#,3.6^]2\3U0B4"Q+;%$.8UP88%'.(N;-[<_G=\Y\+^2 MOA1EYKN=H$D+HO`@6I).%SE-B+Q:M5""=W@LA?:I?)KP@5:6X?864A[;4T,K MMA*=B6](VE,+W7:W:D9@BVFM4_FAR6G:EIC-X5TKL?UG9E M*>A*:G7"K_ MH':#86QE=B(@YL$.!H;>CDB&W/YFT.+(K]+[K-FG<&^W>`QX6DG'&(0@+DLP.S[#*S35A&7SZP+4.NH%P(7-5 M2Y`]4$HPS#"$O-GYA5#4<78)*X>YA=!@_E^'5JIA7B$H6U+VSG,*I4O!OSN0,WY08)"-J_LBUE:2WO=06>I%LY/TQ5\E&?I:G79V>%_W-V]VAY?9"T%PS(&KC& M%Z)*>T4*BW"G=G.`O!"J%36WONJ\%YD)*TI>\`XA2A3R43"1@SU(_H7#:-/[&]8HUFW394P$H"NLP;U35`]G!$*'^,*B2??R&.XP,P_1G+@2S8P>_&1+&[TDBQF\),L MQ'E*%C'X2A8R\Y8L;NXO>6"U8P(QB4CP%F:$8=;VY#E9T.0[F=#H/5G4Z#]Y MS-F#\C%V'QJ]*)-A)@)>6PP3#4OO>[`$TYYP];3I93YLI'YI13#BO?Q,(YLN M;\-S[!+()!VAA+UG\3101$^(%I94WQ4[.O3SV]_?\FKIR*\E=DN$^]$Z$3I# MFV2]C<'&7&L`U-!/;^YN[V^_FX*2X3/X]V\84C5=5<>T@3O).:+1(WIS36JN:5X:!PUE<%\CV&2,8;.!$T$# MMQ$&J,O@B8`OPR>FM.,`BJHH'5=%U2X&ZZ):(ZN=U M3/,!@6&`.`49:H1XG=#YG!47=%<[F@OS89&IP2%'IH6V5VL;^.[VS6(7LQ4% MNCT%P^,7+%2*+($>OWA_WI/X6>QC#'QYT;UH/K9[&4/_GN]J$9FR8V,3+J3: M);;98"*MY>)M+'L=^!@&LR:B[8Q?)//H-G481SX)C0 M!U@PU`F/J2/AF#X:J286.Z0C3?;>5YLU8^YY\+KIHQ*_]L)1)F9^.(H_>^)X M.C[Q9?LG&$EMQQ0K?I^\18TD6+KRRTD6\.UP@@%\0Y1@8/+.22,JYZI8'(N5LB\8=,A9K M::QQJFM9XL55!Y[\]7GLV5]OW MZM>\$7]"4A_;LBK^C(3^6[P,IZ%][81^-7__=OJ`/YSMM54^POUD)II>\ M;_6#2+6UP29!L?$60;'Y!D&QU7J^\*SFBTVR%-LKAC>95IF"7USBV%O,H)X7 MCODV-RQN8F->V?(?N$#>EKG:\=U\WQ2ROL7N:3CGXNOE/'TG-93`YF78:%?U MVNAV>ZM^N]OG>(.-45]6DS=N?;GWKZ?S8$W; MC@?0^$JUD@_?95U5\O3VO``.H(!G17SY?__I\[NW-+639K_)NBI>B/85],CF M2NJ:@"'-=I(EE[L_1$&L1NB=FY6PDEU62<6HC*PO6.J73I1BKSF,LD=BZCYK M3PVY]@=RJ*,'\<)*KW,=`KM@#P"KMNJKO+;==;@1AI7L3LK>/O_?$7M!J:"' M9'S:;+B2DZXO!5T_%K^2'5>?M:*/8;*\L->RL-&JA9[IP:E.R>>7"&[LNVRR M:]B(//4Q93-87.$,&%LZ;=]#YN9V@%AI[153GN5UE>N2/-U<.'L*;PPWG<<; MP4YG"\>A?5ZUHHP%V15K3TV.R*B8;E^*8*NR!H_!QS#[DN4^+V*:I%*<:?G" M-;(\U3$)2A/UY9'U8_[&13I5-6:.>XS)JA*=U/9D@!_Q8&G M(F9HV2['GCGWY\B(B[FSRV.XOJHYX8GO4598>>HHH7HA==;F345=;KR7^EI2W>FS6U;*&C2\)IT[#:5(Y(JIKL M5]G_59[:,LW*V]K>;_;R+MW2^[QM9>]N>!2)ICZVCV:V+G_=HHX^-%W_DF8% M?.:=WA,9-ES7<*^*,KKA,/K-J!L&'=$'N!=X%/!BY%(XK'JI0K?F)8O'J96@ M!T[[6,JFU2Y!>E[KTK732I=,+-:Y9&ZVRB4SUVM<,N99X9+9R_J6TN+#ZI:F MG-:V1/6XLJ47NI(=3^U6M6QB6M/RP&%%RV6&)1^7FM9[/*YKF,"XDF5#,86: MK6)YX&4-2^;&%2P]G;UBB2^K5QXUK5UYU'SERB+GZU8R")Z8@Z8S+G)%#,:L M^VF!RX/FRUL6.2UN>=!\:S M//"\E.5BXT*6A9V7L6R*G=1Y"S"')3S:[8XQ%CWW_Z\N6R M2,47O('Q!YKRKGQYQH;=D0AFMFSFT?[US[M]R M&YOS#.0D;_F]NVMEQA;VF5B M/QB(8N'[Y$)%>`]?L!9*->1?%\QR6M9>7ML#M6_N;M_<_N0"@;+2#]"NPU+; MB(8J+;I31M4.'S"D60/LY7GDO$QD^D57P+EL*\0,$GO;^]O7;B#TCUFYL_M,F5W0![4L8:,/86&35VU8U3'RV!4,;C\2)_.'=F>]V1YIT3O#^06\BZL<6,BK!HOU:!492N>LMX>PD"0 MRE(\4=+O=A2-ZXR:H"PHFNR@\NZ8%;VJ2?)&M*?LF+=E#2Q^ED.=:#.[TC#(78!A_ZHM$KB4SCTH0ESN::O*J1#'T_L5" M.GE6FM3Y5H(4C/&6.@F>`NE53AZ6#HP^E@)T%)7SLQ3=Q=,2U!=?2Q&/WI8@ M[78TU>AQ*5I2>;J29FONFVG`M77L>VGJT?O2Q(/_I6AIF9WY8(I\YH4I M\B>::O+$!/'9%Q.TU-RK$8 ME-HRWP5%PP]OAVJ/J8ZB[D*6G#\-:![$2TC22"5"FE8.X8T MXZ064A%R9#6F/SX*I8.%-+TFT"I&T4NYB@6ZW%BW7VC[:J8+'5Y$X8U#`:G[ M6#$`XV):@MR-!I<7WY"!Q&-N.(C+#P&8]A9<,LK[>UC7Y*VI\N'L=OL_WG(N M1>!:9ZT\/_I!DVLS%FN:5`D@F@>DR&.8G@(.6^S0&G4-/%$K9'?:DX5P1.R7 MFW_VU!):?2%;4R,]!S'MV9(!Z9ZZ(A9`ZE(8EU92^Y6TA\[2Q'9(!)6Y-AVD MIPV2([6ECYQJ.E([&B9T7L)ETNLA5C(XGO9H+Z.9"`SCF2@>1C1'C+T^["OJ M;%03D2=ZY=CVIDN1Z`H`QM'-("[CFP%-(YR(3)V7*I]&.;G'#>.<*'Y,E/QZ_&6/#-O/^9Z=^I[_P][:V+\A"4>EG05 ML'\'4M`V*PC8_YH>MJ\.O+(<0^+A=[9Y77G7(&MF2H$GO]07DP,W3F!D5F?, M,ODNN1#ZZ,XG>7WU4]^P/7C)C_O'6&?&<3K1'[$4.: MF0KBR.VMT0']]0^/Y^Q[?G:<0<,/U=K[VXM'YK)-E$(7:?FDP*6I'BD<%GO5 MMMJHVE-(.O[\KOU[JCZAJR^R&+S@QBN&[LGTB9'`PZ^W]497G^ABGV=0I[:O M&I&=UX+C:K;<>;N%3SX\1['S5PD(7'U!S=GYP=U>Y84)S[JL5(^W6D:P]I@O M@"ZD_MU>I9H7+F"9Y]H^1'W]K;?4B(4%GMEGQ100BK#,2%56+?@"-R:8#MPAAS?\O_E:MR,W._5,]B.VN?96TFS^(AU>#'UOX-6/:P[+B' M$3?J';_*V?^F&^M_4Z++57KU&U-?3KM^N[S9&S>,MWW9<#A\%EJ>5)'6F+HY)M]2_W MGMN6%6C_YV,IS'S4)Y?X-R6[_."RB)VUP;`H^ZK,DJW\7U-UAP0/\\%\\5OV M!0Z4@JR=JOCI"OOZNXWFFH-*R3-\4$344-O&W&J\19DMTJ*=)>Z)\WCTB9.X?:B5:N`NTD6]=A=J*I2Y"=:F@1 M8B>9\P78B0;'&#C)"A9<;VCX*K3>R+%O[=/3[&U60"2D3B_P.:!.,N4)IY/L MC<%TDHU5*!T=?23EP_?JFQ^>'R^PL$&>X,]'#FQLX#S+;V#HXNZ2C?E\Z`9& M1W>7;`GSI+D$%VU>,&([I&R.`VG6,\2>']?4Y$K+)\]%EE*XI@N'>N*`B=4`AJ7P*6$TF#+*(;+$.\;1WVL4=+Z42KA4>" MK6ZT6`/']`=AJQI(F(H`+H\'^ M+A=FK_?#UZF')_/9=N?6^&)&3S1VY#W3 MTXW!LSW=QLI`"IN<>%+_)`O=K+9 MW3YW#4U=RN+&].O*]R8F2-#%>UF70C%3&""N_IY>Z`'0=*#)J_J.)V=DY]0^ MM/*I#23@W@7U/B5VK1%$D3N1**SL'^`7;Y=*>WF.]#_3LI3"1[`ME6:`^9%B=-$0(O!*YENM_)9XJ46I6RZZE2)=K2OY18*L&C]-9"!;T5O9+V)%DO MYK4_T3113>\M^M_Z6BA$F39T,L)VG,_)VFGGDX2(P==K;1#;R=)A_Y. MDD(O='J$0Y\GB>E5._5[DGCL^20M?(R91ZK`M]S7XIXHG$8`40R\I.+IWI[? M4F>JZ;!V,[&:?YNFL/\-#*^)>>KE2;W*R\?R9#)'!^XYP)O6(`+ M=W8-'7##G%<*A]SSD3=\Y#L.,ISV<,='[OG(&SX249;O^<@/?.1'/O)3!,)J M&.?Y^02K)8W&KB9$(UF^0J1`69WO_+]PH&@X3@*@K`?NRP1)=W`FJ^8=<<\F M6$/HP*[Q@Y*GCE6./Z3`EUD>/S/ULQFIGKC,43:"RU2-J68NY(X: M93+N&#$NI$0MSB_SLVPYZC.=Z_K67L[N_[JHA3VQ$?H>^<:L!JONZKM2%J^,!Q+/M\>^J9??V%/R MX&\/M32.V.Z\>[X#N+S M5_8'BZ-8>X:SP)X*!7TG>_@[40KPNU::``RS:E\EEZ!`B7WF.1GP_/U)"Y4= M3I4_!Z70U<$=N-D6E>N8N=V2+]Q[;33@U!U47II8C:0NCB;>K+/OB&IW?]MX M"!:)*$W<<4>7WM.E;^C2[^C2[^G2#.A]:_6Q5NYL+Y+8_CIC&UW3Y,X==,=< M$_N3R<=W9.7W9.4/9.6/-"4V]M=J.VAIRJ=P[0"]5P]$754S-D/AG^EZB?N1M-1$R;LI(XB'8Z1X\&N!^=J;G9:VI5ZDX4 M[J!9HOY)5;V]%M14$34SPCX99^>+@[NME]S"7JEH=J(L18EUX;,&&A!G`3:^ MSJ)`_U_HP&Y_K0-[^[4,[.1GV?273,LZ5Y4FJMM`)A^?GZ1ZT.$L^A7/O6BU M'3YX%5]D8%-=)%B+7U2AUEHJX?9:*.$66PCA-KL(]R?`L\QK+B^4#*O,PCZD M&9]U",F4**0J@RG:711WP[D2Q_$S2KWX8V[1.W?B)G#3HX;_JMJTR^&[6V_, MA"/W7.1[+O`#%_B1`F##9*F%QLI2APR8I30P:OQR<.AXY>#X\:K!0;14+_Z? MG`*PEC.2NG8S_[`^P2K1HX::QB/%6MPC#[002("-!!%@.T$`V%0>P#@8XV7< M&4=$8OR(+N^5)&=?2;-H;S(E.JF`X,J#F:"MVD_+449->;4R;[`^9K^&.I7] M#NM%]OM`M[E(P'YREH`=XZP`>X)5F'\RN'4F&]XO]8ON33/9NYI,"D5_4F(P MA18?IJ`*A0FDA6`H4/<")D^3P1[Y``TR"KYTEX1Q&8!%D]3\+_RX-W>'1-21.JFJHK2,(G MAD6M'DG2X5<>AN%,BSYK1&-?,=_5LG@@@?:B78JNR7LS8=E]+VX+DOM'2.CO M"?:O)K5&MNX5A>^O\M!([Z_0?KW7'<)RP"G"`.P:8<8W-!@I@/#:([* M7%1ET""DV+J],\+[VQ\)H]^CA;V71XSY+H\\X+D\A/V,DW.J%O-P'GG08WD8 MU%_YBDKS5AX2"2!)B<&.!DR,A=`\$Y06BZ#Y(R@I%D'T0D"G+GJ67/'DV>D0 M4PY6;5'$I'I!W-Y"E!TK/;R=ZQ';WT2J6JB;^WE`.'WJ&X5^`G2`?CGB`OT` M[@3]#.3`_6K$N<%%IJM#SM!/8>[03]`<(H$%G568!9U/&`6=21B%APW:R>-2 MHU'$+,%C>2T+C.:K]\4)(\&OA[LVK-<<`!W_?B3D`?P4.JK]B,BT^ZE8MN[I M%2;9R%+4+"KL&?P<[AO\#-4[^.E`R(1BH54A*<>(3\)R'(>%%I24'".>$$DY MCD)<9["4[!2)/CN8,)NE>GP_[3_-*='`\CRG5'.+$X12S5T?P)-JS7,`SV8F M+\>8;&1R?KH*PZ3G&*7-,A151N+I.PR+Q=',<6WO?3XSP+E?0LM3@81!(+LX M4I4!8S%2T%.PO5.D.Z-BJ./R7'A!">0P#(GG0IB.X/#H#B.#01X&X[$>1A)" M,`P/1&(82@[(,"/AN"Q($\(S7[2-I/6#J$4?.?K0D(KH/F(=6)KC M8]*(BU,O72]7%>L^]48;7CTC!9MH2G"T4TP128ZI@B'(J$$F>28'APVA-)CDF-ZD>./"[CWCND0 MXDF0PD35&PV"JZD4N]/A()01?T]Q#)!^^IS#0.X$TVL.@+A#",&7L1"%N#H( M"3D[B,/<'<30EJH0'5BCDA(%O1>>*!LC+0/1--D4:=6&)LFF:(LLB*YX:GN, MD7Z5]WU>'#F=;@0;V58VLN>31;93(G^(($WH+52G1!_!/E;B*0*KJU8,^_SA/ M8Y'#D3WXJ0!YF,-1@4^(/I-@'XYW0VF?%^+FS>U].#Q`$&BV#R":R2!S/D+A MTSX"(C,_0H4F?P3%YG\$HX4`1`-7LCASW?B61JH=6I015ZX8<[YRI68+#$EX M^8@Q`]=.JC4PZ(G*38PU3Q6E9@KVTE&EBC)GORJ@7<,0-]S'%H.ZBP)B> MY`Z[D*K)H_+:F.KQG$%$(I4^YE%U>ZCECD\J<3`S-'^"OOHJH4=NUIG31R?# M`F?@P`$3H,5CIO,YEY=7!8NZ#YQL2XAXUEHLTEFK`Q'.&@!#O+44"X+\921* MT6!G+2<&.6N0M+4;2A">YO$$.1PM+$#3XV"T"1M-CH,1I](U:&^_H(Y&LA)Q M#&C6^95$(*C5T3]DP^@5)@)H.8`]2IL+]/E!,R%[?14/&>[8X2##70H\Y"B* MAYBDZJK;R5SQZ@[]:=F/E,*$`?*%ES;J1B3SE%;,@LJN-?^4YC:>JW?.ZYE,#R1_SF_O; MU[=7+]Z9#[W!NT\++WY\:FSYX],'%D`^!%P"0;DGB[$5DT\?W##V0>CJ":A2 M_,$8C-)MTW%1VR9Z:!0N2ENR8:6$UUW!4O+0JU+R4-HZ$\XZ&W")\2C@['J< ML47*R[SKD54Y")\8.615@JL`9G'XE381(N>5&WK.S0N`)W%B!,O%&/VE!34W M'6:=F;*+MJR>,T8&D>T;>+1%C3?\^3_\"2_\12_X6A/NB[F[L;MW-R MON(&4,N'_.:(;>;&D+=L0E.#7>R?CGXCY8$"'M\ MNY'4G(*['0"ZW*R`2_E$`Z`%X5IY(#HO:-7H5Q*-(DOCM1A?%Z_UR-)U+0ZM M6]<$MFA=JVF_^'E:'G^F.9`0N!*#$F(`I%_X@'08>M(O>T`R##WM%SWO\*$* ML^)H(D0@G$9SQ"AS6$HH'1Q>74O0!PRJPDQ./UT]X^J-K-8ZR'FME9!3\BLU M38HXI;48=TIK/>*4UN*04UH3F%-:JVE.:Z-"`UKCZPEX1G#G2$0&)R) M,/"C=)"WH&G=TO\Q;PO/+4L@413V$;V.`=BM&":23;9H/, MHIWO5L,0_D?^F$?`H1?8O517Y\99T@L9FH_]0X,]BJ@%D(T1F&6!EJV]>-A( M7OU-UB407M`,O)/27CJ=;N>E%\E&WA]SE6SD9WG:U>EY^6LM\S[9RL&-9):D-_I<2N$ MIP\N:R2U('8OT>Z?GC%EWVWF%&BL`VKPI/N76NBC$/VMJ5_\R+6!?*@JG@62E%;V^N5^^A2S\QU%[U?">BD^-;:OX M](&=%1\";ASYQ-A.#%1:LCBX<^.#T,T;'T#M]W=/&Q[[N2*;%0$IH9KZ@J^=1B)TM+8J3JOH7Y@0`/EP3&IHDB#9\D;V0 MI0K]%>*/RWN1=[>O"7,7!"#3%X2$)@&(P^8!B"'ML%-@<"X@P.!L0&#!^0!O M00X1CBPA$H]A(8H2+T,L*42'JQ4)A\'>2H@M`PEZHU@P/30(AR@T%$>;+[)C MLK#5^FQD/O7=^^'$`LA+1EC\X+L.-]:6^]O;7C;;6GQ7M3G3,X=M#KO4&QM] M8;J?H$6[?[VMQ6$S>UN;;F=[6Y,?VXT-_IWK/,,6)?#[4K3%3[L_H/-(HFU" M.['Q!J'MQ&B+T#9KM$'WT\3&)MWO%-O:_/W4;3T2_['YN/G'MI7Y;(@VK[>R M]['M3KUI&Y%O-N?\"OUT$F'KTZG?/'^_";'9E/!%U/OM;(&O>418>VN6]1^> M"]%M&NP,,V#>YU_+M"A,[_E*QK^:V6IK?V[^^0J5L*E!RD\GL3;9*\.00=;B M#5NG/`KWY.5LX\5^YM\B6&MS51S-`KOH3XK,3,MEJA[94EF+T>V4M1S_,/"/+!_OF='TS-C'$?%C M_;SI#`]!\L&Z:BKL%5+8ZT8T#*L31/08"F(KV$U\P^G9_ZFJ\EUNPAJ"YUN@ MA:FS7IWL-4HW0X]CFQ!3E!)KP/Z[[?.;G=TH9M-*E)'DITZT[\QT][&0;5+- M:3Y],`%3Z_)]HYNHW#>B/\HRMLX?6_U&!LW>GX M:M,)-9905WST$BQ'-O04D$?B+Z*NY5-:3[&_YT0[)WN6TQ:.*3;WDWN*Y6<5 MR(!=.##(;G\6M?D_!6Y4!`U\>&MF/]$GX8S)TV\#_HDE#*._IH1Q;*\_3'\T M(_"04/G(+GX8AK?"":Q4"0DK60BMH_G/HA#$D!;C58*!O1DS;9&0A5/;5TT\ M_T46#_$PMGD?QK%]^C#]/WETO?^7^7MHVXMDY..G32B`;` M?1XB#V["$'E>3P]M%G@9Z)E.G[B`?J_SB=$G,WV`O17!=/@>.\4,XLH2>-8+ M`CI5-9F]1(R7$.35_'*S!,B.>5O6K$0L9>KMP(#V54UO&/N6<5]T+/VI9.CA M^TA@>790\D1/PW@611_9]A%4AKBBBXWA+"\;EGZGUV* MT&>K341W='?WO@Y'&#ZM_8RL51U5"D4BD%93Q4AXYI/W1\4H(![,^0@D0//) M0T&7M]:1H`NH(?Q<9JCDX;.5?23IMT@LGV`\%\PGBR3]&HGD$PP;0]ED@93? M(Y%,@K%I*),LD/*+))))V#V"#HHCA@]`!0GS)0^`YA`?@!Y\"P"L0H]Z7KGA MZ0=NN9B>%=&I*`C2AUK12/W2VLV%^]OO"+,B!)R_8%'@S(`X*9)3KST:'PP4R]-IJ/SF;=>[BL/LX[$T<]ET<]GT<]F,< M]A,?>]MUV=LX[%T<]IZ!H=,WWOF9@RUJ;-*@T"C,M-#:/C%K5\=OJ-$%1%U_ MR^?Q(`*C-!\+!A402`DN(#889$`@+=@`&R88=$`D)_B`;)""$!2F!2.D,@2" M!+P,*3`M2*&4(1`^H+E(84G!"SY*TPH>"$?0S*>PI&"(4H!8=[QPK'P#PQSX M9?@27:A3C7R:7BY,S4Q9IYKX@+T61+'S7JK=!L9H$0#6TY(Z*`^&NZ(L=\7- M:]J-'CZM_8RJA69\2*NI8F1V]\GQ.=U'(#.Y3QZ:OWT,-FO[]+2YVD<&9F@0 M"OKQK:?NCU M<#XU.`_YQ.#D`HDU68U-+SY]8'[Q(=@$XRV`=<)4L?F07MC^*#Y]?D>65Y7L MR.)2V*MP[=415"(XD_H@="KU`<2YU(>&)E.0"2;AD_20&8`L?R_U MKWD#O5.&(]GPG_>R=5>W1AAX9ZK;_/>CZ55Y+QG9KEO6L';RS/YL*UOH8AVX M-K-JK[A(7]")7V1YJD7V$3T@P]]%CO:T]=X42;.@X!5A$#@4#GG$'DR14X4N MATAD"#'D2]<@"^.1*"RF';JR?:NF8K:=[D\[7L.A1Y@CD5B,+^1YWA@_36(X MAZ($6-*I*`$;A&-1`A9"YZ($<.Q@E``:.AF%7GTZ`J>)10'8;/1R%78W0%ZH2ZTRG5EE)A$2SAE)2`A>`Q*0&>=$Y*J`;P@U)" M_@H_*87AJZ(+$#XKA5Z+'/J3"X4_ME5?Y35^\`-D`GU5'X*F=_4_D4-QTFOZ M2PA9JNBL<3]/O+G]:?ZFH_W46X%>/;R'XY5CFSA>(+"+XV7`'2NO&MOT`8M, M5P?W3KP4NGGB)8B[)V$6WF((LO"Z/XC"B_$@RNWB17?*-/">LY^PK]'SB$8T M/&`<=RR`EX*9YAZ-FX9.`PC6,XTB-@82V:]DZ/NT9IV@12]EK>T/K5?KA_%S MWQ""*-";00#BSR`$]V@0!?DT2(]X-:SP''W(LT$49T?7 M2G"0>Y6:)NT@%[A2-KD9_$^F:/*)!@Q'7I"DLAM.`2:),<>]$@=<]DJ/.=^5 M..A&UY6(.="5FN@ZUXV*_Z862`CV=4!"#(#F%OWI,/0T)^A/AJ$GNCS_H*-+ MW1L#/;#41'/%*'=82B@AXB6O)&A!CR&A%#8E%IFL7"EZES71GC]0J[YS#=T?5K0 M;_K$B+OTR?$(S4=`?M6G13PC5%"J-N0\?0SF,WUZ6@3H(P,Q8#`QT+7!B;$0 M4B0(IL4B2-$@F!2+H$6$7K+.58,>=^FC[*55]AA.,J!V=*FH1:X%.T_Z10_1 M&:/2@.U0(%L<+<.R+E35]2P'"LX+(``?4.5#+L>90H^Z8"TW_)IO[T"+:G-. MDJ%%!S2\*&+20(*GRZ4(77S8D[UNWI@IE3+?>+0'T;?BN;]CZN^9^C=,_7=4 M?2OZ:G]S=^-^F;TA%P.<-P&MIHJQ8,(C=Y^=&GX!EN!]+/@F%OR)`U*U@>#* M0V`!DR\SH2#(PZ!!D$=/#((\9"@(@I#0\C*82S@4`G/)1T*+T%`NX2`*2I%/ M!%:JH2S"P1>4()\(+&=#641F)VCP;FU%;]2]8`9V>"J(L>>(CK\T]2 M/?!3.XC67@W+@_BU9Z*A(J^SDIF[YL"LB:8K>8#I1]5^ZA7LVNO*D^81NC=! M6JY*?EKZU-FGF36W<_2Y,O$$/STW"^U,7%EFNN'C]K7#$<^+"!Z,T>%."<;H MX+@YM46?E<*L(;AIF2A]P)G]L]JY-QZXW@0\R!W.HGUFOK'/"<+A/5CWY6/> M%H(YE$H3]3%S:I%978*7BL+#UT:^[(Z5Y7R$WGV110T^*[%FP(CIDH(@KEW; M,_?OKWZ)`#8CUTIX^;#68JN'M1I"_OG@8 M6E`,IP6'J'A:'"[TJPJ>%`<+_8*"I\3!@K^6`".)+LVT+!Y$SR'`Z10:JZS" M\FN40"`5V)?F/VY[:%Y,]ZEW0'GUL$_RRC&WY`4"RW@O`WHSKQKS4F"1Z>J@ M6_-2J&?S$L2M@C`+>YX@"[N2(`K[AB#*[>(%1YO7PBXU&$@I@%=6`7E5]"SY M0>7=D4$(R&GYU:K.Q"-P"Q>,5*6]YZG57,R^QM2R4ZNKMFP&;>WZ>R>QUPR20F_?\4"598O#V%#_`56M62]CKR9I] MQAF$3=YSY%*5FM<[N@-'+"5GR'5*%LP&^.=)G#@]U?B.4G(ZG1('\X^A@`+?P@I`V4Y5Y8&5PQ=.1[3/YW!R=FJK MY[B)GT81HP,DGE[)T)]1[0,`NUP9_>OY30_CQ[YX#B!XZD*)O!\>C&)08/0. MZ)'P'2#P^!TJ.A#``W(D@D?*S9"'8G@`PX)X`*%%\0`<^,V/DB08_*-)82=%IX>^KQ\.%UNM1#UU-+`/MBC"SIA^WSH]_,] M7/#!>:^ZL`^8D=6H(UVI`VYTI0\[T16"N="5..!`O:4EBRG.5@1E%_ZT\S`@GL1P=SB3II?Y(12&`O.YA+ MW!MZ_%#.:35A%FM[AOS9^"*ZW/W,>&J@'06_V\T/FJYN\@=&O8HF+QC&\0G& M7Y?!*=5?IWR,,@][>V1,_^7TOT=.*9R<57AD/#S>W%_=L_UHG_Q0WB-@(6T& M7U`'(O8Q;M%$(-FIM=?6V\.D6'17E9E9FO>B9&&R/YJZ;F5)3:VW.BP"-93*%+_#<6M"ST:LBZTQ&AU084"59\\&*-B.8,#1F_.>/)@4(KD#(X1 M?2GQU*$H%,D6'!3Z$N*I0V$GDBW.#$N3N3GAL=*GO*[^%9KOO4Z%609R/3$K M-"2?5=U_E)52S;_-M">MK![XIFJ+^E0*_[>>3X7J](5][OEIMT/NK;B6#&V=@0*>U%A!7@HFJJG7[U>$<3AE6!"KX(.U4]$FTZJ7TX MEB8EU,QXX4I8&6K<*V50!`DNK^LA#7L180U[404:]EH85@4:]B(,-NRU-*P* MM<&5,B@"!,,!\,;_?X^TP4R$5\=,B#363!4HX[4R*`($]MGYJA;JYAYW;U>Z M0,Z66H(,D)A9?SA+\37:!ED"A5UJ"3)(HML[([B__1$MPT6% M5,C,%.[79LI00:^401$@F._XP/F?JY"Z\.TZT:1A%:`X/ZGF#MQ^$W2":[T_ M2O1KX:*OM7!MKK6!RO("5"V@^^,B,H/`G06=F2Q;+_#*OC"GM6Q?R;X;F40K M"3@?Y1$T->*=%LK9=FM"38)6$G`^RB/(:I(0ZM^/N5T!NH?H\?!IJ23(`KYC MI@Q%4$LM088XC)D*<;]7LG&:>24;3;4\1R*28<@)TI!+O):&58"B%+O3X2"4 MFV2P-E@(D?I9*)'67R@O>\SN`@(>1%:3A(#HH-TYVC\@]726(#5TUKA11-2% M-/9**F4=`B7ALW@GVP>3@[[).\V#M#RU)8\ABPL3]K!S92&RN,G;4M3L-`:, M++>_@M6UY+7?"%'UP7XXN2A*OSB+*1T<=V9GW65KLRK(8H(N(`&^KEK1:[L` M1;W=7(74VY7L7'7N?8-,2=F_RD_],98M#M5-0M+(9E20/?:F?DU/[$2;:&*\ MNWT+2_[]68X)+0HE>K.JZK+AKYO8VZ:&ML[;E=DT6[%T9:\NBX6UKF/16AYB MDV5@!&E@>E]*";*`>UQ(PRIP)?(HG!?%?.1,A+C(F>J\1K6?A5:#?HHN#RM= MZ["R%FT%YCEQ]R^XCGC?D[F>N4R#JI>WML35DA`V2%AG1%1FA"?#OE+'-N!=Z& MO=*%-/`^9E5$LU$@!Z)J0SIX[[&*9Z-`#D35$G0!"?#U$"LZ";9O?R5#O-R5 M#A\#UR;QL7>E#=3)4DN0P9)&ZI=6N)^1OL.KYTJ)U]"5-%A)UX:#]70E#U?5 M4DY3HG5J%AY:5^X71C-I!CO50A[L7`L]I9,MDSC/$4+9@>[.2!@4PSD#5:@G MT@VFF"FNTFF)DQ4H* MQZLK*2.W](I#@N&Y[/VG+U]>O9?ZU[RIP"7^$J!TEVF(?.GSXH$!$*2!\8!? MV\V#:.JP"E+,[YY%NL%RYJ4"`5NW@*/JA"!<"7BRM!X0(MA$C!%DJ\^8";3,EJ MDA`231?](:6>)%AY)PW2E*N+#`FZ@`1Y.NYR\@+^]-Y%%WA^;WV,J@UIH'Z@ M7KI>$H?90DN00?%LN2M,M@B[YM?*H`AZ9V=U!#9%&-+XO_=\ZN^>)FJR_[R! MO_H!_NH._NH[_U>>3VUE`$][V:]*H:M#FYEAVA85T+FM3C0[49:BA+Y^[D5K M-WD@_B#ZWJSZAR,I0#/V5\6\KH?WD=W;_X!0Y@WPS7C$ACVRH>J%N]QON*X$ MUXRelease-Note: >Audit-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 Dec 31 1:40:23 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 A3DA514C0F; Fri, 31 Dec 1999 01:40:20 -0800 (PST) (envelope-from musha@ms.tokyo.jcom.ne.jp) Received: from daemon.local.idaemons.org (pc062018.tokyo.jcom.ne.jp [210.155.62.18]) by ms.tokyo.jcom.ne.jp (8.9.1/3.7W 06/01/99) with ESMTP id SAA07406; Fri, 31 Dec 1999 18:40:18 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id SAA01283; Fri, 31 Dec 1999 18:39:46 +0900 (JST) Date: Fri, 31 Dec 1999 18:39:45 +0900 Message-ID: <86zourla8u.wl@localhost.local.idaemons.org> From: Akinori MUSHA aka knu To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, mharo@FreeBSD.org, Doug@gorean.org Subject: Re: ports/15789: [PATCH] Small Y2K patch for proftpd pre9 In-Reply-To: In your message of "Thu, 30 Dec 1999 17:36:16 -0800 (PST)" <199912310136.RAA77267@freefall.freebsd.org> References: <199912310136.RAA77267@freefall.freebsd.org> User-Agent: Wanderlust/2.2.13 (Keep The Faith) EMIKO/1.13.9 (Euglena tripteris) FLIM/1.13.2 (Kasanui) APEL/10.0 MULE XEmacs/21.1 (patch 8) (Bryce Canyon) (i386--freebsd) Organization: A.I.D. MIME-Version: 1.0 (generated by EMIKO 1.13.9 - "Euglena tripteris") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Thu, 30 Dec 1999 17:36:16 -0800 (PST), steve@FreeBSD.org wrote: > > Synopsis: [PATCH] Small Y2K patch for proftpd pre9 > > Responsible-Changed-From-To: freebsd-ports->mharo > Responsible-Changed-By: steve > Responsible-Changed-When: Thu Dec 30 17:35:27 PST 1999 > Responsible-Changed-Why: > Over to port's maintainer. This patch is already included in patch-ap by the maintainer himself. -- / /__ __ / ) ) ) ) / http://www.idaemons.org/knu/ Akinori MUSHA aka / (_ / ( (__( mailto:knu@idaemons.org "We are but hungry.. Associated Ita-meshi Daemons!" http://www.idaemons.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 1: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 1A9901550B for ; Fri, 31 Dec 1999 01:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA07683; Fri, 31 Dec 1999 01:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 31 Dec 1999 01:50:02 -0800 (PST) Message-Id: <199912310950.BAA07683@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Jay Krell" Subject: Re: ports/15734: make -i ignores fetch failure, results in "infinite"cd/fork that eventually errors Reply-To: "Jay Krell" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15734; it has been noted by GNATS. From: "Jay Krell" To: "Chris D. Faulhaber" Cc: Subject: Re: ports/15734: make -i ignores fetch failure, results in "infinite"cd/fork that eventually errors Date: Fri, 31 Dec 1999 01:41:17 -0800 Changing is make is not likely right, I agree. The port should probably not try to extract if the distfile doesn't exist, not try to build if there isn't a work directory, or if it's easy, -i in a non leaf ports directory shouldn't progagate to the leaves. I do make -i from /usr/ports, I expect to proceed past failed builds, but not within failed builds. The port should be fixed as well. - Jay -----Original Message----- From: Chris D. Faulhaber To: jay.krell@cornell.edu Cc: freebsd-gnats-submit@freebsd.org Date: Thursday, December 30, 1999 5:00 AM Subject: Re: ports/15734: make -i ignores fetch failure, results in "infinite"cd/fork that eventually errors >On Tue, 28 Dec 1999 jay.krell@cornell.edu wrote: > >What would be the correct behavior for 'make -i'. According to the man >page: > >-i Ignore non-zero exit of shell commands in the makefile. Equiva- > lent to specifying `-' before each command line in the makefile. > >It sounds as though make(1) is working correctly. make(1) is ignoring the >exit code of the commands in the Makefile's, causing it to continue trying >to build the port, and stumbling because previous dependencies are not >being met (i.e. retrieving the DISTFILE) but not stopping due to the -i >option. > >Wouldn't the proper way to rectify this situation be to not try and >override make(1)'s basic sanity checks but to either manually fetch the >DISTFILE and/or fix the port to find a resonable MASTER_SITE? > > >----- >Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org >-------------------------------------------------------- >FreeBSD: The Power To Serve - http://www.FreeBSD.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 2:40:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nohow.demon.co.uk (nohow.demon.co.uk [212.228.18.189]) by hub.freebsd.org (Postfix) with ESMTP id 61F3815529 for ; Fri, 31 Dec 1999 02:40:35 -0800 (PST) (envelope-from noway@nohow.demon.co.uk) Received: from localhost (noway@localhost) by nohow.demon.co.uk (8.9.3/8.9.3) with ESMTP id KAA01220; Fri, 31 Dec 1999 10:37:45 GMT (envelope-from noway@nohow.demon.co.uk) Date: Fri, 31 Dec 1999 10:37:45 +0000 (GMT) From: Jose Marques To: Steve Price Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/12522: New port: cos In-Reply-To: Message-ID: X-No-Archive: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 30 Dec 1999, Steve Price wrote: > The distfile for it is gone. Either that or the URL in the > Makefile is incorrect. The distfile is still there but the URL changed recently. I have submitted a PR with a patch to the Makefile. The old URL still works if you follow the "Downloads & Specifications" link but that can be easy to miss. > -steve -- Jose Marques To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 2: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 B0D3F15371 for ; Fri, 31 Dec 1999 02:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA10305; Fri, 31 Dec 1999 02:50:01 -0800 (PST) (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 E309F15529 for ; Fri, 31 Dec 1999 02:40:19 -0800 (PST) (envelope-from noway@nohow.demon.co.uk) Received: (from noway@localhost) by nohow.demon.co.uk (8.9.3/8.9.3) id KAA01216; Fri, 31 Dec 1999 10:36:04 GMT (envelope-from noway) Message-Id: <199912311036.KAA01216@nohow.demon.co.uk> Date: Fri, 31 Dec 1999 10:36:04 GMT From: Jose Marques Reply-To: noway@nohow.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15793: java/jsdk port distfile URL has changed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15793 >Category: ports >Synopsis: java/jsdk port distfile URL has changed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 31 02:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jose Marques >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: The URL from which to download the java/jsdk port distfile has changed. It can still be found via the old URL but the one listed in the patch below is more direct. >How-To-Repeat: Apply the following patch >Fix: diff -ruN jsdk.old/Makefile jsdk/Makefile --- jsdk.old/Makefile Fri Dec 31 10:27:46 1999 +++ jsdk/Makefile Fri Dec 31 10:32:57 1999 @@ -24,8 +24,8 @@ do-fetch: @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ ${ECHO_MSG} "=========================================================="; \ - ${ECHO_MSG} "You must retriving a archive from"; \ - ${ECHO_MSG} " http://java.sun.com/products/servlet/index.html"; \ + ${ECHO_MSG} "You must a fetch the Java Servlet Development Kit 2.0 (for Unix) archive from"; \ + ${ECHO_MSG} " http://java.sun.com/products/servlet/download.html"; \ ${ECHO_MSG} "And copy into ${DISTDIR}"; \ ${ECHO_MSG} "=========================================================="; \ 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 Fri Dec 31 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 A5A1315529 for ; Fri, 31 Dec 1999 03:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA12519; Fri, 31 Dec 1999 03:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cr759667-a.nvcr1.bc.wave.home.com (cr759667-a.nvcr1.bc.wave.home.com [24.113.130.83]) by hub.freebsd.org (Postfix) with ESMTP id 8294614CBA for ; Fri, 31 Dec 1999 03:33:21 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (root@17-055.008.popsite.net [209.69.196.55]) by cr759667-a.nvcr1.bc.wave.home.com (8.9.3/8.9.3) with ESMTP id DAA89379 for ; Fri, 31 Dec 1999 03:31:28 -0800 (PST) (envelope-from will@blackdawn.com) Received: (from root@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id GAA50470; Fri, 31 Dec 1999 06:33:17 -0500 (EST) (envelope-from will) Message-Id: <199912311133.GAA50470@shadow.blackdawn.com> Date: Fri, 31 Dec 1999 06:33:17 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15794: update port: www/checkbot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15794 >Category: ports >Synopsis: update port: www/checkbot >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 Dec 31 03:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.4-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Tue Dec 28 10:44:21 EST 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: this is an update for the neato checkbot perl script. i'm not sure why, but it seems like fetch doesn't download this thing properly, but ftp does. can somebody verify this? >How-To-Repeat: Use the diff below to fix the current port. >Fix: diff -urN checkbot/Makefile checkbot.new/Makefile --- checkbot/Makefile Sun Oct 3 10:37:08 1999 +++ checkbot.new/Makefile Fri Dec 31 05:41:50 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: checkbot -# Version required: 1.51 +# Version required: 1.57 # Date created: 2. Feb 1998 # Whom: wosch@FreeBSD.org # # $FreeBSD: ports/www/checkbot/Makefile,v 1.13 1999/09/19 10:30:46 wosch Exp $ # -DISTNAME= checkbot-1.54 +DISTNAME= checkbot-1.57 CATEGORIES= www perl5 MASTER_SITES= http://www.xs4all.nl/~graaff/checkbot/ \ http://www.de.freebsd.org/~wosch/src/ @@ -14,10 +14,10 @@ MAINTAINER= wosch@FreeBSD.org site_perl=${PREFIX}/lib/perl5/site_perl/${PERL_VER} -BUILD_DEPENDS= \ - ${site_perl}/${PERL_ARCH}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ +BUILD_DEPENDS= ${site_perl}/${PERL_ARCH}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ ${site_perl}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww + ${site_perl}/LWP.pm:${PORTSDIR}/www/p5-libwww \ + ${site_perl}/URL.pm:${PORTSDIR}/net/p5-URI MAN1= checkbot.1 USE_PERL5= YES diff -urN checkbot/files/md5 checkbot.new/files/md5 --- checkbot/files/md5 Fri Apr 23 21:05:15 1999 +++ checkbot.new/files/md5 Fri Dec 31 05:39:37 1999 @@ -1 +1 @@ -MD5 (checkbot-1.54.tar.gz) = e0956eb3f885d2e2f20f5bec9dceaa02 +MD5 (checkbot-1.57.tar.gz) = d87dbf0e6afd16b6dacf1c33c59f73e8 >Release-Note: >Audit-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 Dec 31 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 D3E7F1550B for ; Fri, 31 Dec 1999 03:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA12944; Fri, 31 Dec 1999 03:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cr759667-a.nvcr1.bc.wave.home.com (cr759667-a.nvcr1.bc.wave.home.com [24.113.130.83]) by hub.freebsd.org (Postfix) with ESMTP id 9D1B414D6B for ; Fri, 31 Dec 1999 03:45:29 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (root@17-055.008.popsite.net [209.69.196.55]) by cr759667-a.nvcr1.bc.wave.home.com (8.9.3/8.9.3) with ESMTP id DAA89396 for ; Fri, 31 Dec 1999 03:43:33 -0800 (PST) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (8.9.3/8.9.3) with ESMTP id GAA50667 for ; Fri, 31 Dec 1999 06:45:14 -0500 (EST) (envelope-from will@argon.blackdawn.com) Received: (from root@localhost) by argon.blackdawn.com (8.9.3/8.9.3) id GAA36440; Fri, 31 Dec 1999 06:44:44 -0500 (EST) (envelope-from will) Message-Id: <199912311144.GAA36440@argon.blackdawn.com> Date: Fri, 31 Dec 1999 06:44:44 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15795: new port: www/bkmrkconv Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15795 >Category: ports >Synopsis: new port: www/bkmrkconv >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 Dec 31 03:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 >Description: See pkg/DESCR. My little shell script gets around the fact that bkmrkconv doesn't show the arguments if you don't give it any. This is intended to be helpful. >How-To-Repeat: Use the shar below to commit the port to the tree. >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: # # bkmrkconv # bkmrkconv/files # bkmrkconv/files/md5 # bkmrkconv/files/bkmrkconv # bkmrkconv/pkg # bkmrkconv/pkg/COMMENT # bkmrkconv/pkg/DESCR # bkmrkconv/pkg/PLIST # bkmrkconv/patches # bkmrkconv/patches/patch-aa # bkmrkconv/Makefile # echo c - bkmrkconv mkdir -p bkmrkconv > /dev/null 2>&1 echo c - bkmrkconv/files mkdir -p bkmrkconv/files > /dev/null 2>&1 echo x - bkmrkconv/files/md5 sed 's/^X//' >bkmrkconv/files/md5 << 'END-of-bkmrkconv/files/md5' XMD5 (bkmrkconv.tar.gz) = af3ec2b7eb2d0ed4693b97b5b9578e0f END-of-bkmrkconv/files/md5 echo x - bkmrkconv/files/bkmrkconv sed 's/^X//' >bkmrkconv/files/bkmrkconv << 'END-of-bkmrkconv/files/bkmrkconv' X#!/bin/sh Xif [ -z $@ ]; then X echo X echo "bkmrkconv - Convert Netscape bookmarks.html into a tree of HTML" X echo "(c) Jaffa Software 1999. 1.01 (16-Dec-1999). [http://www.eh.org/~jaffa/]" X echo "Released under the Artistic License." X echo X echo "Syntax:" X echo " bkmrkconv [-h | --help] [-f input] [-d output directory]" X echo X exit 1 X Xfi Xcd /usr/local/share/bkmrkconv && ./bkmrkconv $@ END-of-bkmrkconv/files/bkmrkconv echo c - bkmrkconv/pkg mkdir -p bkmrkconv/pkg > /dev/null 2>&1 echo x - bkmrkconv/pkg/COMMENT sed 's/^X//' >bkmrkconv/pkg/COMMENT << 'END-of-bkmrkconv/pkg/COMMENT' XNetscape bookmarks.html converter. END-of-bkmrkconv/pkg/COMMENT echo x - bkmrkconv/pkg/DESCR sed 's/^X//' >bkmrkconv/pkg/DESCR << 'END-of-bkmrkconv/pkg/DESCR' Xbkmrkconv converts Netscape-generated bookmarks.html Xinto a nice tree of files that you can navigate using Xyour favorite browser. X XSince bkmrkconv doesn't give you the syntax if you do Xnot give it any arguments, here's the syntax: X X bkmrkconv [-h | --help] [-f input] [-d output directory] X XYou can execute it as `bkmrkconv` rather than `bkmrkconv.pl` Xif you use this port because that is how I have it setup. X XWWW: http://www.dcs.warwick.ac.uk/~csube/bkmrkconv/ XAuthor: Andrew Flegg X X--Will END-of-bkmrkconv/pkg/DESCR echo x - bkmrkconv/pkg/PLIST sed 's/^X//' >bkmrkconv/pkg/PLIST << 'END-of-bkmrkconv/pkg/PLIST' Xbin/bkmrkconv Xshare/bkmrkconv/bkmrkconv Xshare/bkmrkconv/random.pl Xshare/bkmrkconv/README.txt Xshare/bkmrkconv/src/header.gif Xshare/bkmrkconv/src/linkspage.html Xshare/bkmrkconv/src/rootpage.html X@dirrm share/bkmrkconv/src X@dirrm share/bkmrkconv/ END-of-bkmrkconv/pkg/PLIST echo c - bkmrkconv/patches mkdir -p bkmrkconv/patches > /dev/null 2>&1 echo x - bkmrkconv/patches/patch-aa sed 's/^X//' >bkmrkconv/patches/patch-aa << 'END-of-bkmrkconv/patches/patch-aa' X--- bkmrkconv.pl Fri Dec 17 11:40:59 1999 X+++ bkmrkconv.pl.new Sat Dec 18 02:25:35 1999 X@@ -1,4 +1,4 @@ X-#!/usr/local/bin/perl -w X+#!/usr/bin/perl -w X # X # bkmrkconv - Convert Netscape bookmarks.html into a tree of HTML X # ~~~~~~~~~ (c) Andrew Flegg 1999. X@@ -41,9 +41,10 @@ X } X X $outputDir =~ s!/$!!; X+my $shareDir = '/usr/local/share/bkmrkconv'; X X-my $rootpage = &readFile("$outputDir/src/rootpage.html"); X-my $linkspage = &readFile("$outputDir/src/linkspage.html"); X+my $rootpage = &readFile("$shareDir/src/rootpage.html"); X+my $linkspage = &readFile("$shareDir/src/linkspage.html"); X X my %root; X END-of-bkmrkconv/patches/patch-aa echo x - bkmrkconv/Makefile sed 's/^X//' >bkmrkconv/Makefile << 'END-of-bkmrkconv/Makefile' X# New ports collection makefile for: bkmrkconv X# Version required: 1.0.1 X# Date created: 18 Dec 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= bkmrkconv XPKGNAME= bkmrkconv-1.0.1 XCATEGORIES= converters www XMASTER_SITES= http://www.dcs.warwick.ac.uk/~csube/bkmrkconv/ X XMAINTAINER= andrews@technologist.com X XUSE_PERL5= yes XNO_BUILD= yes X Xpre-install: X @${PERL} -pi -e "s:/usr/local/bin/perl:${PERL}:g" ${WRKSRC}/*.pl X @${PERL} -pi -e "s:/usr/local/share:${PREFIX}/share:g" ${WRKSRC}/bkmrkconv.pl X @${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${FILESDIR}/bkmrkconv X Xdo-install: X @${MKDIR} ${PREFIX}/share/bkmrkconv/src X @${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/bkmrkconv/ X @${INSTALL_DATA} ${WRKSRC}/src/* ${PREFIX}/share/bkmrkconv/src/ X @${INSTALL_SCRIPT} ${WRKSRC}/random.pl ${PREFIX}/share/bkmrkconv/ X @${INSTALL_SCRIPT} ${WRKSRC}/bkmrkconv.pl ${PREFIX}/share/bkmrkconv/bkmrkconv X @${INSTALL_SCRIPT} ${FILESDIR}/bkmrkconv ${PREFIX}/bin X X.include END-of-bkmrkconv/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 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 5B31F15533 for ; Fri, 31 Dec 1999 03:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA12953; Fri, 31 Dec 1999 03:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cr759667-a.nvcr1.bc.wave.home.com (cr759667-a.nvcr1.bc.wave.home.com [24.113.130.83]) by hub.freebsd.org (Postfix) with ESMTP id 8DEB415158 for ; Fri, 31 Dec 1999 03:45:46 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (root@17-055.008.popsite.net [209.69.196.55]) by cr759667-a.nvcr1.bc.wave.home.com (8.9.3/8.9.3) with ESMTP id DAA89404 for ; Fri, 31 Dec 1999 03:43:52 -0800 (PST) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (8.9.3/8.9.3) with ESMTP id GAA50679 for ; Fri, 31 Dec 1999 06:45:41 -0500 (EST) (envelope-from will@argon.blackdawn.com) Received: (from root@localhost) by argon.blackdawn.com (8.9.3/8.9.3) id GAA36535; Fri, 31 Dec 1999 06:45:12 -0500 (EST) (envelope-from will) Message-Id: <199912311145.GAA36535@argon.blackdawn.com> Date: Fri, 31 Dec 1999 06:45:12 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15796: new port: net/dhcp_dns Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15796 >Category: ports >Synopsis: new port: net/dhcp_dns >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 Dec 31 03:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 >Description: Nice DHCP DNS updater. See pkg/DESCR. >How-To-Repeat: Use the shar below to commit the port to the tree. >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: # # dhcp-dns # dhcp-dns/files # dhcp-dns/files/md5 # dhcp-dns/files/dhcp_dns.sh # dhcp-dns/pkg # dhcp-dns/pkg/COMMENT # dhcp-dns/pkg/DESCR # dhcp-dns/pkg/PLIST # dhcp-dns/pkg/MESSAGE.extract # dhcp-dns/pkg/MESSAGE.install # dhcp-dns/Makefile # echo c - dhcp-dns mkdir -p dhcp-dns > /dev/null 2>&1 echo c - dhcp-dns/files mkdir -p dhcp-dns/files > /dev/null 2>&1 echo x - dhcp-dns/files/md5 sed 's/^X//' >dhcp-dns/files/md5 << 'END-of-dhcp-dns/files/md5' XMD5 (dhcp_dns-0.2.1.tgz) = b7e0c7a3baaac6b4c821de2c73c26f4c END-of-dhcp-dns/files/md5 echo x - dhcp-dns/files/dhcp_dns.sh sed 's/^X//' >dhcp-dns/files/dhcp_dns.sh << 'END-of-dhcp-dns/files/dhcp_dns.sh' X#!/bin/sh X[ -x /usr/local/sbin/dhcp_dns ] && /usr/local/sbin/dhcp_dns && echo -n ' dhcp_dns' END-of-dhcp-dns/files/dhcp_dns.sh echo c - dhcp-dns/pkg mkdir -p dhcp-dns/pkg > /dev/null 2>&1 echo x - dhcp-dns/pkg/COMMENT sed 's/^X//' >dhcp-dns/pkg/COMMENT << 'END-of-dhcp-dns/pkg/COMMENT' XPerl script to automate DNS updates for DHCP. END-of-dhcp-dns/pkg/COMMENT echo x - dhcp-dns/pkg/DESCR sed 's/^X//' >dhcp-dns/pkg/DESCR << 'END-of-dhcp-dns/pkg/DESCR' XThis is a Perl script that automates Xupdates to BIND databases based on updates Xmade to the DHCP leases file. It even does Xreverse lookup changes! This script is Xlikely to be viewed as a godsend for people Xlooking to avoid the Microsoft solution that Xalready updates DNS records in accordance Xwith their DHCP server. X XGranted, it's not a C/C++ program, but it's Xbetter than nothing. :-) X XThe author himself mentioned that this script Xis mostly an interlude to what the ISC plans Xto offer with later versions of DHCP (that Xis, what this script does). X XJust as an "extra" note, you MUST be running XBIND 8 (not 4.x or whatever) and (supposedly) Xonly ISC's DHCP server works with this Perl script. XIf you know otherwise, please email both the Xauthor (below) and myself (on the last line). X XWWW: http://www.sector13.org/kazin/ XAuthor: Mike Stella X X--Will END-of-dhcp-dns/pkg/DESCR echo x - dhcp-dns/pkg/PLIST sed 's/^X//' >dhcp-dns/pkg/PLIST << 'END-of-dhcp-dns/pkg/PLIST' Xsbin/dhcp_dns Xetc/rc.d/dhcp_dns.sh END-of-dhcp-dns/pkg/PLIST echo x - dhcp-dns/pkg/MESSAGE.extract sed 's/^X//' >dhcp-dns/pkg/MESSAGE.extract << 'END-of-dhcp-dns/pkg/MESSAGE.extract' X XFor this script to have any purpose, you will need to Xbe running some version of the ISC DHCP server. If it Xworks with any other DHCP servers, please let the Xauthor, Mike Stella and Xmyself, %%MAINTAINER%%, know about this. X XFor now, you are not required to install any dhcp servers Xthrough the ports mechanism. This will probably always be so. XHowever, you WILL need the Perl module Net::DNS. This should Xbe installed by the ports mechanism automatically. X END-of-dhcp-dns/pkg/MESSAGE.extract echo x - dhcp-dns/pkg/MESSAGE.install sed 's/^X//' >dhcp-dns/pkg/MESSAGE.install << 'END-of-dhcp-dns/pkg/MESSAGE.install' X XNote that you will have to modify the DNS update Xscript itself in order for this program to work Xfor your system. The script is on your system as X%%PREFIX%%/sbin/dhcp_dns. Currently, it doesn't read Xany config files, so you HAVE to change it directly. XBy default, it WILL NOT work on your system! X END-of-dhcp-dns/pkg/MESSAGE.install echo x - dhcp-dns/Makefile sed 's/^X//' >dhcp-dns/Makefile << 'END-of-dhcp-dns/Makefile' X# New ports collection makefile for: dhcp_dns X# Version required: 0.2.1 X# Date created: 21 Dec 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= dhcp_dns-0.2.1 XPKGNAME= dhcp-dns-0.2.1 XCATEGORIES= net XMASTER_SITES= ftp://ftp.sector13.org/pub/kazin/dhcp_dns/ XEXTRACT_SUFX= .tgz X XMAINTAINER= andrews@technologist.com X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS X XUSE_PERL5= yes XNO_BUILD= yes XWRKSRC= ${WRKDIR}/dhcp_dns X Xpost-extract: X @${SED} "s:%%MAINTAINER%%:${MAINTAINER}:g" ${PKGMESSAGE}.extract X Xpre-install: X @${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${FILESDIR}/dhcp_dns.sh X @${PERL} -pi -e "s:/bin/perl:${PERL}:g" ${WRKSRC}/dns_update.pl X @${PERL} -pi -e "s:sector13.net:localhost:g" ${WRKSRC}/dns_update.pl X @${PERL} -pi -e "s:state/dhcp:db:g" ${WRKSRC}/dns_update.pl X @${PERL} -pi -e "s:-t dns_update.pl:-t dhcp_dns:g" ${WRKSRC}/dns_update.pl X Xdo-install: X @${INSTALL_SCRIPT} ${WRKSRC}/dns_update.pl ${PREFIX}/sbin/dhcp_dns X @${INSTALL_SCRIPT} ${FILESDIR}/dhcp_dns.sh ${PREFIX}/etc/rc.d/ X Xpost-install: X @${SED} "s:%%PREFIX%%:${PREFIX}:g" ${PKGMESSAGE}.install X X.include END-of-dhcp-dns/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 3:50: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 C21B91553B for ; Fri, 31 Dec 1999 03:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA12962; Fri, 31 Dec 1999 03:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cr759667-a.nvcr1.bc.wave.home.com (cr759667-a.nvcr1.bc.wave.home.com [24.113.130.83]) by hub.freebsd.org (Postfix) with ESMTP id A50491520B for ; Fri, 31 Dec 1999 03:46:22 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (root@17-055.008.popsite.net [209.69.196.55]) by cr759667-a.nvcr1.bc.wave.home.com (8.9.3/8.9.3) with ESMTP id DAA89410 for ; Fri, 31 Dec 1999 03:44:28 -0800 (PST) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (8.9.3/8.9.3) with ESMTP id GAA50700 for ; Fri, 31 Dec 1999 06:46:08 -0500 (EST) (envelope-from will@argon.blackdawn.com) Received: (from root@localhost) by argon.blackdawn.com (8.9.3/8.9.3) id GAA36898; Fri, 31 Dec 1999 06:45:40 -0500 (EST) (envelope-from will) Message-Id: <199912311145.GAA36898@argon.blackdawn.com> Date: Fri, 31 Dec 1999 06:45:40 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15797: new port: graphics/gnofract4d Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15797 >Category: ports >Synopsis: new port: graphics/gnofract4d >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 Dec 31 03:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 >Description: See pkg/DESCR. NEWGCC is required for it to compile its C++ code properly in -STABLE, but there are no linking issues. >How-To-Repeat: Use the shar below to commit the port to the tree. >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: # # gnofract4d # gnofract4d/files # gnofract4d/files/md5 # gnofract4d/pkg # gnofract4d/pkg/COMMENT # gnofract4d/pkg/DESCR # gnofract4d/pkg/PLIST # gnofract4d/Makefile # gnofract4d/patches # gnofract4d/patches/patch-aa # echo c - gnofract4d mkdir -p gnofract4d > /dev/null 2>&1 echo c - gnofract4d/files mkdir -p gnofract4d/files > /dev/null 2>&1 echo x - gnofract4d/files/md5 sed 's/^X//' >gnofract4d/files/md5 << 'END-of-gnofract4d/files/md5' XMD5 (gnofract4d-1.0.tar.gz) = 3ce1d769f6ebc42b0af088fa1c18c45a END-of-gnofract4d/files/md5 echo c - gnofract4d/pkg mkdir -p gnofract4d/pkg > /dev/null 2>&1 echo x - gnofract4d/pkg/COMMENT sed 's/^X//' >gnofract4d/pkg/COMMENT << 'END-of-gnofract4d/pkg/COMMENT' XWeird GNOME fractal generator. END-of-gnofract4d/pkg/COMMENT echo x - gnofract4d/pkg/DESCR sed 's/^X//' >gnofract4d/pkg/DESCR << 'END-of-gnofract4d/pkg/DESCR' XGnofract4D is a weird fractal-generating program Xwritten for the GNOME project. But it makes very Xnice looking fractals. Worth a try for those Xgraphics freaks (like me ;). X XWWW: http://gnofract4d.sourceforge.net/ XAuthor: Edwin Young X X--Will END-of-gnofract4d/pkg/DESCR echo x - gnofract4d/pkg/PLIST sed 's/^X//' >gnofract4d/pkg/PLIST << 'END-of-gnofract4d/pkg/PLIST' Xshare/locale/fr/LC_MESSAGES/gnofract4d.mo Xbin/gnofract4d END-of-gnofract4d/pkg/PLIST echo x - gnofract4d/Makefile sed 's/^X//' >gnofract4d/Makefile << 'END-of-gnofract4d/Makefile' X# New ports collection makefile for: gnofract4d X# Version required: 1.0 X# Date created: 30 Dec 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= gnofract4d-1.0 XCATEGORIES= graphics XMASTER_SITES= http://download.sourceforge.net/gnofract4d/ X XMAINTAINER= andrews@technologist.com X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ X gnomeui.3:${PORTSDIR}/x11/gnomelibs X XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG} XCONFIGURE_ARGS+=--datadir=${PREFIX}/share XUSE_NEWGCC= yes X X.include END-of-gnofract4d/Makefile echo c - gnofract4d/patches mkdir -p gnofract4d/patches > /dev/null 2>&1 echo x - gnofract4d/patches/patch-aa sed 's/^X//' >gnofract4d/patches/patch-aa << 'END-of-gnofract4d/patches/patch-aa' X--- configure Tue Dec 21 18:47:04 1999 X+++ configure.new Thu Dec 30 07:57:06 1999 X@@ -3945,7 +3945,7 @@ X cat conftest.$ac_ext >&5 X rm -rf conftest* X CATOBJEXT=.mo X- DATADIRNAME=lib X+ DATADIRNAME=share X fi X rm -f conftest* X INSTOBJEXT=.mo END-of-gnofract4d/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 Fri Dec 31 3:50: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 584BF1553E for ; Fri, 31 Dec 1999 03:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA12971; Fri, 31 Dec 1999 03:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cr759667-a.nvcr1.bc.wave.home.com (cr759667-a.nvcr1.bc.wave.home.com [24.113.130.83]) by hub.freebsd.org (Postfix) with ESMTP id 45D551520B for ; Fri, 31 Dec 1999 03:46:23 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (root@17-055.008.popsite.net [209.69.196.55]) by cr759667-a.nvcr1.bc.wave.home.com (8.9.3/8.9.3) with ESMTP id DAA89411 for ; Fri, 31 Dec 1999 03:44:28 -0800 (PST) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (8.9.3/8.9.3) with ESMTP id GAA50704 for ; Fri, 31 Dec 1999 06:46:13 -0500 (EST) (envelope-from will@argon.blackdawn.com) Received: (from root@localhost) by argon.blackdawn.com (8.9.3/8.9.3) id GAA36988; Fri, 31 Dec 1999 06:45:44 -0500 (EST) (envelope-from will) Message-Id: <199912311145.GAA36988@argon.blackdawn.com> Date: Fri, 31 Dec 1999 06:45:44 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15798: new port: www/kdreamsite Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15798 >Category: ports >Synopsis: new port: www/kdreamsite >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 Dec 31 03:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 >Description: KDreamsite is a developmental www site creator. See pkg/DESCR for more information. Two things to note: for some reason, the program won't load some of the menu pixmaps. I have been unable to figure out why, since the code used for each pixmap appears to be the same, and I can load the images from the same place with GIMP just fine. Also, should/when kdelibs11/qt142 be upgraded, this port will almost certainly work with -STABLE, with the addition of USE_NEWGCC. >How-To-Repeat: Use the shar below to commit the port to the tree. >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: # # kdreamsite # kdreamsite/files # kdreamsite/files/md5 # kdreamsite/pkg # kdreamsite/pkg/PLIST # kdreamsite/pkg/DESCR # kdreamsite/pkg/COMMENT # kdreamsite/patches # kdreamsite/patches/patch-aa # kdreamsite/patches/patch-ab # kdreamsite/patches/patch-ac # kdreamsite/Makefile # echo c - kdreamsite mkdir -p kdreamsite > /dev/null 2>&1 echo c - kdreamsite/files mkdir -p kdreamsite/files > /dev/null 2>&1 echo x - kdreamsite/files/md5 sed 's/^X//' >kdreamsite/files/md5 << 'END-of-kdreamsite/files/md5' XMD5 (kdreamsite-0.2.tar.gz) = d07f80cad3e41a3854bb8136130a3e72 END-of-kdreamsite/files/md5 echo c - kdreamsite/pkg mkdir -p kdreamsite/pkg > /dev/null 2>&1 echo x - kdreamsite/pkg/PLIST sed 's/^X//' >kdreamsite/pkg/PLIST << 'END-of-kdreamsite/pkg/PLIST' Xbin/kdreamsite Xshare/apps/kdreamsite/toobar/anchor.xpm Xshare/apps/kdreamsite/toobar/block.xpm Xshare/apps/kdreamsite/toobar/bold.xpm Xshare/apps/kdreamsite/toobar/center.xpm Xshare/apps/kdreamsite/toobar/copy.xpm Xshare/apps/kdreamsite/toobar/cut.xpm Xshare/apps/kdreamsite/toobar/date.xpm Xshare/apps/kdreamsite/toobar/image.xpm Xshare/apps/kdreamsite/toobar/italic.xpm Xshare/apps/kdreamsite/toobar/left.xpm Xshare/apps/kdreamsite/toobar/link.xpm Xshare/apps/kdreamsite/toobar/open.xpm Xshare/apps/kdreamsite/toobar/paste.xpm Xshare/apps/kdreamsite/toobar/print.xpm Xshare/apps/kdreamsite/toobar/rgb.xpm Xshare/apps/kdreamsite/toobar/right.xpm Xshare/apps/kdreamsite/toobar/rule.xpm Xshare/apps/kdreamsite/toobar/save.xpm Xshare/apps/kdreamsite/toobar/save_all.xpm Xshare/apps/kdreamsite/toobar/underlined.xpm Xshare/apps/kdreamsite/toobar/undo.xpm Xshare/apps/kdreamsite/pics/aboutlogo.gif Xshare/apps/kdreamsite/pics/startuplogo.gif Xshare/applnk/Applications/kdreamsite.kdelnk Xshare/icons/kdreamsite.xpm Xshare/icons/mini/kdreamsite.xpm Xshare/locale/de/LC_MESSAGES/kdreamsite.mo X@dirrm share/apps/kdreamsite/toobar X@dirrm share/apps/kdreamsite/pics X@dirrm share/apps/kdreamsite END-of-kdreamsite/pkg/PLIST echo x - kdreamsite/pkg/DESCR sed 's/^X//' >kdreamsite/pkg/DESCR << 'END-of-kdreamsite/pkg/DESCR' XKDreamsite is another GUI WYSIWYG HTML editor that Xstill seems to be undergoing development, although Xits future looks bright. X XWWW: http://www.kdreamsite.seite.ms/ X X- Will END-of-kdreamsite/pkg/DESCR echo x - kdreamsite/pkg/COMMENT sed 's/^X//' >kdreamsite/pkg/COMMENT << 'END-of-kdreamsite/pkg/COMMENT' XAnother GUI WYSIWYG HTML editor. END-of-kdreamsite/pkg/COMMENT echo c - kdreamsite/patches mkdir -p kdreamsite/patches > /dev/null 2>&1 echo x - kdreamsite/patches/patch-aa sed 's/^X//' >kdreamsite/patches/patch-aa << 'END-of-kdreamsite/patches/patch-aa' X--- kdreamsite/kwrite/kwdoc.cpp Sun Nov 7 10:17:33 1999 X+++ kdreamsite/kwrite/kwdoc.cpp.new Sat Nov 13 14:43:32 1999 X@@ -1465,7 +1465,7 @@ X len=0; X X for ( i = 0; i < end; i++) s[len+i]=textLine->getChar(i); X- s[i+1] = "\0"; X+ s[i+1] = '\0'; X return s; X } X END-of-kdreamsite/patches/patch-aa echo x - kdreamsite/patches/patch-ab sed 's/^X//' >kdreamsite/patches/patch-ab << 'END-of-kdreamsite/patches/patch-ab' X--- kdreamsite/kwrite/kwview.cpp Sun Nov 7 10:41:28 1999 X+++ kdreamsite/kwrite/kwview.cpp.new Sat Nov 13 14:45:22 1999 X@@ -1514,7 +1514,7 @@ X int KWrite::open() { X QString url; X X- if (!canDiscard()) return; X+ if (!canDiscard()) return -1; X // if (kWriteDoc->hasFileName()) s = QFileInfo(kWriteDoc->fileName()).dirPath(); X // else s = QDir::currentDirPath(); X END-of-kdreamsite/patches/patch-ab echo x - kdreamsite/patches/patch-ac sed 's/^X//' >kdreamsite/patches/patch-ac << 'END-of-kdreamsite/patches/patch-ac' X--- kdreamsite/kdreamsite.cpp Sat Nov 13 17:41:02 1999 X+++ kdreamsite/kdreamsite.cpp.new Sat Nov 13 17:40:56 1999 X@@ -360,7 +360,7 @@ X ************************************************************/ X X void KDreamSite::NewFile() { X- newFile = new EditWidget (kapp, Editors, i18n ("Untiled")); X+ newFile = new EditWidget (kapp, Editors, (char *)i18n ("Untiled")); X Editors->insertPage (newFile, "Untiled"); X Editors->setVisiblePage(newFile); X newFile->setFocusPolicy(StrongFocus); END-of-kdreamsite/patches/patch-ac echo x - kdreamsite/Makefile sed 's/^X//' >kdreamsite/Makefile << 'END-of-kdreamsite/Makefile' X# New ports collection makefile for: KDreamSite X# Version required: 0.2 X# Date created: 12 Nov 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= kdreamsite-0.2 XCATEGORIES= www kde XMASTER_SITES= http://neptune.spaceports.com/%7Eatnet/files/ X XMAINTAINER= andrews@technologist.com X XLIB_DEPENDS= kdeui.2:${PORTSDIR}/x11/kdelibs11/ X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X X.include X X.if ${OSVERSION} < 400004 XBROKEN= "obsolete compiler" X.endif X X.include END-of-kdreamsite/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 3:50: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 967701553C for ; Fri, 31 Dec 1999 03:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA12993; Fri, 31 Dec 1999 03:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cr759667-a.nvcr1.bc.wave.home.com (cr759667-a.nvcr1.bc.wave.home.com [24.113.130.83]) by hub.freebsd.org (Postfix) with ESMTP id 5944714FF8 for ; Fri, 31 Dec 1999 03:46:27 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (root@17-055.008.popsite.net [209.69.196.55]) by cr759667-a.nvcr1.bc.wave.home.com (8.9.3/8.9.3) with ESMTP id DAA89419 for ; Fri, 31 Dec 1999 03:44:33 -0800 (PST) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (8.9.3/8.9.3) with ESMTP id GAA50711 for ; Fri, 31 Dec 1999 06:46:20 -0500 (EST) (envelope-from will@argon.blackdawn.com) Received: (from root@localhost) by argon.blackdawn.com (8.9.3/8.9.3) id GAA37078; Fri, 31 Dec 1999 06:45:51 -0500 (EST) (envelope-from will) Message-Id: <199912311145.GAA37078@argon.blackdawn.com> Date: Fri, 31 Dec 1999 06:45:51 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15800: new port: games/kmud Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15800 >Category: ports >Synopsis: new port: games/kmud >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 Dec 31 03:50:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 >Description: KMud is a KDE MUD client in its beginning stages. It sure has a lot of potential.. I wouldn't use tintin or tinyfugue at all right now. :P Those things gross me out. Anyway, please note that if (as I hope) kdelibs11 / qt142 are upgraded to use the newer GCC, this port will almost certainly work with -STABLE at that point. But for now it is broken for anything less than -CURRENT with g++ 2.91.66. >How-To-Repeat: Use the shar below to commit the port to the tree. >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: # # kmud # kmud/files # kmud/files/md5 # kmud/pkg # kmud/pkg/PLIST # kmud/pkg/DESCR # kmud/pkg/COMMENT # kmud/patches # kmud/patches/patch-aa # kmud/Makefile # echo c - kmud mkdir -p kmud > /dev/null 2>&1 echo c - kmud/files mkdir -p kmud/files > /dev/null 2>&1 echo x - kmud/files/md5 sed 's/^X//' >kmud/files/md5 << 'END-of-kmud/files/md5' XMD5 (kmud-0.1.1.tar.gz) = ab2eb27e3793b6f725d6bee4c108de07 END-of-kmud/files/md5 echo c - kmud/pkg mkdir -p kmud/pkg > /dev/null 2>&1 echo x - kmud/pkg/PLIST sed 's/^X//' >kmud/pkg/PLIST << 'END-of-kmud/pkg/PLIST' Xshare/doc/HTML/en/kmud/index-1.html Xshare/doc/HTML/en/kmud/index-2.html Xshare/doc/HTML/en/kmud/index-3.html Xshare/doc/HTML/en/kmud/index-4.html Xshare/doc/HTML/en/kmud/index-5.html Xshare/doc/HTML/en/kmud/index-6.html Xshare/doc/HTML/en/kmud/index.html Xbin/kmud Xshare/applnk/Applications/kmud.kdelnk Xshare/icons/kmud.xpm X@dirrm share/doc/HTML/en/kmud END-of-kmud/pkg/PLIST echo x - kmud/pkg/DESCR sed 's/^X//' >kmud/pkg/DESCR << 'END-of-kmud/pkg/DESCR' XFinally, a half-decent GUI MUD interface for UNIX! XIt does ANSI color - although at this time that support Xis slightly broken.. this program is for the people who Xare tired of tintin++ or tinyfugue, etc. and want a real XGUI MUD client! :-) X XWWW: http://fara.cs.uni-potsdam.de/~uhlmann/kmud/ X X- Will END-of-kmud/pkg/DESCR echo x - kmud/pkg/COMMENT sed 's/^X//' >kmud/pkg/COMMENT << 'END-of-kmud/pkg/COMMENT' XCool MUD interface based on KDE/Qt. END-of-kmud/pkg/COMMENT echo c - kmud/patches mkdir -p kmud/patches > /dev/null 2>&1 echo x - kmud/patches/patch-aa sed 's/^X//' >kmud/patches/patch-aa << 'END-of-kmud/patches/patch-aa' X--- kmud/ctelnet.h Mon Sep 27 05:41:46 1999 X+++ kmud/ctelnet.h.new Sat Nov 13 01:19:34 1999 X@@ -21,9 +21,6 @@ X #define __CTELNET_H__ X X #include X-#include X-#include X-#include X /* modified 27.09.1999 11:33 for Sun Solaris 2.6 by dflinkmann@gmx.de */ X #ifdef sun X #include X@@ -32,7 +29,9 @@ X #include X #include X #include X- X+#include X+#include X+#include X X #include "debug.h" // debug telnet commands X END-of-kmud/patches/patch-aa echo x - kmud/Makefile sed 's/^X//' >kmud/Makefile << 'END-of-kmud/Makefile' X# New ports collection makefile for: KMud X# Version required: 0.1.1 X# Date created: 31 Oct 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= kmud-0.1.1 XCATEGORIES= games XMASTER_SITES= ftp://fara.cs.uni-potsdam.de/pub/kmud/ X XMAINTAINER= andrews@technologist.com X XLIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_QT= yes X X.include X X# g++ 2.91.66 is OK. X.if ${OSVERSION} < 400004 XBROKEN= "obsolete compiler" X.endif X X.include END-of-kmud/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 3:50: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 F1F3D1520B for ; Fri, 31 Dec 1999 03:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA12983; Fri, 31 Dec 1999 03:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cr759667-a.nvcr1.bc.wave.home.com (cr759667-a.nvcr1.bc.wave.home.com [24.113.130.83]) by hub.freebsd.org (Postfix) with ESMTP id 283001520B for ; Fri, 31 Dec 1999 03:46:25 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (root@17-055.008.popsite.net [209.69.196.55]) by cr759667-a.nvcr1.bc.wave.home.com (8.9.3/8.9.3) with ESMTP id DAA89412 for ; Fri, 31 Dec 1999 03:44:31 -0800 (PST) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (8.9.3/8.9.3) with ESMTP id GAA50690 for ; Fri, 31 Dec 1999 06:45:57 -0500 (EST) (envelope-from will@argon.blackdawn.com) Received: (from root@localhost) by argon.blackdawn.com (8.9.3/8.9.3) id GAA36718; Fri, 31 Dec 1999 06:45:28 -0500 (EST) (envelope-from will) Message-Id: <199912311145.GAA36718@argon.blackdawn.com> Date: Fri, 31 Dec 1999 06:45:28 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15799: new port: devel/flux Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15799 >Category: ports >Synopsis: new port: devel/flux >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 Dec 31 03:50:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Tue Dec 28 10:44:21 EST 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: See pkg/DESCR for more information. Another library for development use. >How-To-Repeat: Use the shar below to commit the port to the tree. >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: # # flux # flux/files # flux/files/md5 # flux/pkg # flux/pkg/COMMENT # flux/pkg/DESCR # flux/pkg/PLIST # flux/patches # flux/patches/patch-aa # flux/Makefile # echo c - flux mkdir -p flux > /dev/null 2>&1 echo c - flux/files mkdir -p flux/files > /dev/null 2>&1 echo x - flux/files/md5 sed 's/^X//' >flux/files/md5 << 'END-of-flux/files/md5' XMD5 (flux-0.3.0.tar.gz) = 08cafc95346afbec344f02ffa9638eb2 END-of-flux/files/md5 echo c - flux/pkg mkdir -p flux/pkg > /dev/null 2>&1 echo x - flux/pkg/COMMENT sed 's/^X//' >flux/pkg/COMMENT << 'END-of-flux/pkg/COMMENT' XHigh-level C library for development purposes. END-of-flux/pkg/COMMENT echo x - flux/pkg/DESCR sed 's/^X//' >flux/pkg/DESCR << 'END-of-flux/pkg/DESCR' XFlux is intended to be a general-use high-level XC library (with includes) that supports various Xpurposes, from CGI to IRC to sockets, and so on. XIt's sort of an addendum to the standard C Xlibraries. X XWWW: http://projects.simplemente.net/flux/ XAuthor: Hans Petter K. Jansson X X--Will END-of-flux/pkg/DESCR echo x - flux/pkg/PLIST sed 's/^X//' >flux/pkg/PLIST << 'END-of-flux/pkg/PLIST' Xinclude/flux/fstring.h Xinclude/flux/url.h Xinclude/flux/cgi.h Xinclude/flux/fifobuf.h Xinclude/flux/comm.h Xinclude/flux/sock.h Xinclude/flux/tn.h Xinclude/flux/tt.h Xinclude/flux/mt.h Xinclude/flux/log.h Xinclude/flux/mem.h Xinclude/flux/rmd160.h Xinclude/flux/xml.h Xinclude/flux/random.h Xinclude/flux/cipher.h Xinclude/flux/irc.h Xinclude/flux/types.h Xinclude/flux/proxy.h Xinclude/flux/flux.h Xlib/libflux.so.0 Xlib/libflux.la Xlib/libflux.a Xshare/flux/AUTHORS Xshare/flux/NEWS Xshare/flux/README Xshare/flux/TODO Xshare/flux/html/img/flux-logo.gif Xshare/flux/html/img/dot.gif Xshare/flux/html/authors.html Xshare/flux/html/index.html Xshare/flux/html/notes.css Xshare/flux/html/plans.html Xshare/flux/html/platforms.html Xshare/flux/html/ref-comm.html Xshare/flux/html/ref-log.html Xshare/flux/html/ref-mt.html Xshare/flux/html/ref-proxy.html Xshare/flux/html/ref-sock.html Xshare/flux/html/ref-tt.html Xshare/flux/html/ref.css Xshare/flux/plain/builds/Summary Xshare/flux/plain/builds/billy Xshare/flux/plain/builds/domination Xshare/flux/plain/builds/fili Xshare/flux/plain/builds/foo Xshare/flux/plain/builds/gluttony Xshare/flux/plain/builds/harald Xshare/flux/plain/builds/kassad Xshare/flux/plain/builds/morten Xshare/flux/plain/builds/nerdhaven Xshare/flux/plain/builds/nocto Xshare/flux/plain/builds/totem Xshare/flux/plain/builds/vodka Xshare/flux/plain/builds/wrath Xshare/flux/plain/howto/comm-howto Xshare/flux/plain/howto/fifobuf-howto Xshare/flux/plain/howto/sock-howto Xshare/flux/plain/howto/ttree-howto Xshare/flux/plain/howto/xml-howto Xshare/flux/plain/ideas/db-ideas Xshare/flux/plain/ideas/ttree_rules-ideas Xshare/flux/plain/ideas/xml_conversion-ideas Xshare/flux/plain/reference/sock-reference Xshare/flux/tex/comm.fig Xshare/flux/tex/concepts.fig Xshare/flux/tex/fifobuf.fig Xshare/flux/tex/proxy.fig Xshare/flux/tex/sock.fig Xshare/flux/tex/tt.fig Xshare/flux/tex/ttree-rules.fig Xshare/flux/xml/api-ref-c.dtd X@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R X@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B X@dirrm include/flux X@dirrm share/flux/html/img X@dirrm share/flux/html X@dirrm share/flux/plain/builds X@dirrm share/flux/plain/howto X@dirrm share/flux/plain/ideas X@dirrm share/flux/plain/reference X@dirrm share/flux/plain X@dirrm share/flux/tex X@dirrm share/flux/xml X@dirrm share/flux END-of-flux/pkg/PLIST echo c - flux/patches mkdir -p flux/patches > /dev/null 2>&1 echo x - flux/patches/patch-aa sed 's/^X//' >flux/patches/patch-aa << 'END-of-flux/patches/patch-aa' X--- Makefile.in Fri Dec 17 20:45:07 1999 X+++ Makefile.in.new Mon Dec 20 14:29:44 1999 X@@ -376,8 +376,7 @@ X X X all: all-recursive X- if which bash >/dev/null 2>&1; then bash ./test.sh; \ X-else ./test.sh; fi X+ util/test/test X X dist-hook: X cp -a doc $(distdir) END-of-flux/patches/patch-aa echo x - flux/Makefile sed 's/^X//' >flux/Makefile << 'END-of-flux/Makefile' X# New ports collection makefile for: flux X# Version required: 0.3.0 X# Date created: 18 Dec 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= flux-0.3.0 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.styx.net/projects/flux/ X XMAINTAINER= andrews@technologist.com X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/flux/html/img X.for DIR in builds howto ideas reference X @${MKDIR} ${PREFIX}/share/flux/plain/${DIR} X @${INSTALL_DATA} ${WRKSRC}/doc/plain/${DIR}/* ${PREFIX}/share/flux/plain/${DIR}/ X.endfor X.for DIR in tex xml X @${MKDIR} ${PREFIX}/share/flux/${DIR} X @${INSTALL_DATA} ${WRKSRC}/doc/${DIR}/* ${PREFIX}/share/flux/${DIR}/ X.endfor X.for DOC in AUTHORS NEWS README TODO X @${INSTALL_DATA} ${WRKSRC}/${DOC} ${PREFIX}/share/flux/ X.endfor X @${INSTALL_DATA} ${WRKSRC}/doc/html/img/* ${PREFIX}/share/flux/html/img X @${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${PREFIX}/share/flux/html X @${INSTALL_DATA} ${WRKSRC}/doc/html/*.css ${PREFIX}/share/flux/html X.endif X X.include END-of-flux/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 3:50: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 AF32D15548 for ; Fri, 31 Dec 1999 03:50:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA13011; Fri, 31 Dec 1999 03:50:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cr759667-a.nvcr1.bc.wave.home.com (cr759667-a.nvcr1.bc.wave.home.com [24.113.130.83]) by hub.freebsd.org (Postfix) with ESMTP id 8948015371 for ; Fri, 31 Dec 1999 03:46:33 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (root@17-055.008.popsite.net [209.69.196.55]) by cr759667-a.nvcr1.bc.wave.home.com (8.9.3/8.9.3) with ESMTP id DAA89430 for ; Fri, 31 Dec 1999 03:44:40 -0800 (PST) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (8.9.3/8.9.3) with ESMTP id GAA50724 for ; Fri, 31 Dec 1999 06:46:29 -0500 (EST) (envelope-from will@argon.blackdawn.com) Received: (from root@localhost) by argon.blackdawn.com (8.9.3/8.9.3) id GAA37258; Fri, 31 Dec 1999 06:46:00 -0500 (EST) (envelope-from will) Message-Id: <199912311146.GAA37258@argon.blackdawn.com> Date: Fri, 31 Dec 1999 06:46:00 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15802: new port: security/kssh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15802 >Category: ports >Synopsis: new port: security/kssh >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 Dec 31 03:50:05 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Tue Dec 28 10:44:21 EST 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: See pkg/DESCR. To my own surprise, this KDE program does NOT require NEWGCC-linked libraries, and therefore is OK to use with 3.4-STABLE. >How-To-Repeat: Use the shar below to commit the port to the tree. >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: # # kssh # kssh/files # kssh/files/md5 # kssh/pkg # kssh/pkg/COMMENT # kssh/pkg/DESCR # kssh/pkg/PLIST # kssh/Makefile # echo c - kssh mkdir -p kssh > /dev/null 2>&1 echo c - kssh/files mkdir -p kssh/files > /dev/null 2>&1 echo x - kssh/files/md5 sed 's/^X//' >kssh/files/md5 << 'END-of-kssh/files/md5' XMD5 (kssh-0.2.tar.gz) = 44e0855e7c45eaf6ab1b66afa159b5b2 END-of-kssh/files/md5 echo c - kssh/pkg mkdir -p kssh/pkg > /dev/null 2>&1 echo x - kssh/pkg/COMMENT sed 's/^X//' >kssh/pkg/COMMENT << 'END-of-kssh/pkg/COMMENT' END-of-kssh/pkg/COMMENT echo x - kssh/pkg/DESCR sed 's/^X//' >kssh/pkg/DESCR << 'END-of-kssh/pkg/DESCR' XKSSH is a SSH frontend written primarily for XKDE. It most nearly matches the windowing Xstyle of the Windows PuTTY & TeraTerm clients. X XWWW: XAuthor: Andrea Rizzi X X--Will END-of-kssh/pkg/DESCR echo x - kssh/pkg/PLIST sed 's/^X//' >kssh/pkg/PLIST << 'END-of-kssh/pkg/PLIST' Xbin/kssh Xshare/applnk/Internet/kssh.kdelnk Xshare/icons/kssh.xpm Xshare/icons/mini/kssh.xpm Xshare/icons/large/kssh.xpm Xshare/config/ksshrc Xshare/locale/it/LC_MESSAGES/kssh.mo END-of-kssh/pkg/PLIST echo x - kssh/Makefile sed 's/^X//' >kssh/Makefile << 'END-of-kssh/Makefile' X# New ports collection makefile for: kssh X# Version required: 0.2 X# Date created: 19 Nov 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= kssh-0.2 XCATEGORIES= security net XMASTER_SITES= http://www.geocities.com/bilibao/ X XMAINTAINER= andrews@technologist.com X XGNU_CONFIGURE= yes XUSE_QT= yes XUSE_GMAKE= yes XCONFIGURE_ARGS= --prefix=${PREFIX} --datadir=${PREFIX} XCONFIGURE_ENV= KDEDIR=${PREFIX} X X.include END-of-kssh/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 3:50:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 23AEF1553F for ; Fri, 31 Dec 1999 03:50:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA13002; Fri, 31 Dec 1999 03:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cr759667-a.nvcr1.bc.wave.home.com (cr759667-a.nvcr1.bc.wave.home.com [24.113.130.83]) by hub.freebsd.org (Postfix) with ESMTP id EBD4814FF8 for ; Fri, 31 Dec 1999 03:46:28 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (root@17-055.008.popsite.net [209.69.196.55]) by cr759667-a.nvcr1.bc.wave.home.com (8.9.3/8.9.3) with ESMTP id DAA89422 for ; Fri, 31 Dec 1999 03:44:34 -0800 (PST) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (8.9.3/8.9.3) with ESMTP id GAA50694 for ; Fri, 31 Dec 1999 06:46:03 -0500 (EST) (envelope-from will@argon.blackdawn.com) Received: (from root@localhost) by argon.blackdawn.com (8.9.3/8.9.3) id GAA36808; Fri, 31 Dec 1999 06:45:34 -0500 (EST) (envelope-from will) Message-Id: <199912311145.GAA36808@argon.blackdawn.com> Date: Fri, 31 Dec 1999 06:45:34 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15801: new port: games/gno3dtet Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15801 >Category: ports >Synopsis: new port: games/gno3dtet >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 Dec 31 03:50:04 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 >Description: gno3dtet. Another GNOME game. >How-To-Repeat: Use the shar below to commit the port to the tree. >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: # # gno3dtet # gno3dtet/files # gno3dtet/files/md5 # gno3dtet/pkg # gno3dtet/pkg/COMMENT # gno3dtet/pkg/DESCR # gno3dtet/pkg/PLIST # gno3dtet/patches # gno3dtet/patches/patch-aa # gno3dtet/Makefile # echo c - gno3dtet mkdir -p gno3dtet > /dev/null 2>&1 echo c - gno3dtet/files mkdir -p gno3dtet/files > /dev/null 2>&1 echo x - gno3dtet/files/md5 sed 's/^X//' >gno3dtet/files/md5 << 'END-of-gno3dtet/files/md5' XMD5 (gno3dtet-0.3.2.tgz) = aa78e882feb52569fb44aa93983d0796 END-of-gno3dtet/files/md5 echo c - gno3dtet/pkg mkdir -p gno3dtet/pkg > /dev/null 2>&1 echo x - gno3dtet/pkg/COMMENT sed 's/^X//' >gno3dtet/pkg/COMMENT << 'END-of-gno3dtet/pkg/COMMENT' XGNOME version of the classic 3D-ified T*tris. END-of-gno3dtet/pkg/COMMENT echo x - gno3dtet/pkg/DESCR sed 's/^X//' >gno3dtet/pkg/DESCR << 'END-of-gno3dtet/pkg/DESCR' XGno3DTet is a funky 3D-ified version of T*tris Xthat reminds me of games I used to play 10 years Xago. It'll make for hours of fun if you learn Xhow to move the pieces around right. X XWWW: http://webdat.com/seb XAuthor: Sebastien Nicoud X X--Will END-of-gno3dtet/pkg/DESCR echo x - gno3dtet/pkg/PLIST sed 's/^X//' >gno3dtet/pkg/PLIST << 'END-of-gno3dtet/pkg/PLIST' Xbin/gno3dtet Xshare/gnome/apps/Games/gno3dtet.desktop Xshare/gnome/help/gno3dtet/C/topic.dat Xshare/gnome/help/gno3dtet/C/gno3dtet.html Xshare/gnome/help/gno3dtet/C/copying.html Xshare/pixmaps/gno3dtet.png Xvar/games/gno3dtet.hof X@dirrm share/gnome/help/gno3dtet/C X@dirrm share/gnome/help/gno3dtet END-of-gno3dtet/pkg/PLIST echo c - gno3dtet/patches mkdir -p gno3dtet/patches > /dev/null 2>&1 echo x - gno3dtet/patches/patch-aa sed 's/^X//' >gno3dtet/patches/patch-aa << 'END-of-gno3dtet/patches/patch-aa' X--- configure Mon Nov 8 14:06:35 1999 X+++ configure.new Sun Dec 19 19:35:39 1999 X@@ -896,7 +896,7 @@ X want_gnome=yes X LDFLAGS="$LDFLAGS -L$withval/lib" X CFLAGS="$CFLAGS -I$withval/include" X- gnome_prefix=$withval/lib X+ gnome_prefix=$withval X fi X fi X else X@@ -1114,9 +1114,9 @@ X X if test x$exec_prefix = xNONE; then X if test x$prefix = xNONE; then X- gnome_prefix=$ac_default_prefix/lib X+ gnome_prefix=$ac_default_prefix X else X- gnome_prefix=$prefix/lib X+ gnome_prefix=$prefix X fi X else X gnome_prefix=`eval echo \`echo $libdir\`` X@@ -1125,11 +1125,11 @@ X if test "$no_gnome_config" = "yes"; then X echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6 X echo "configure:1128: checking for gnomeConf.sh file in $gnome_prefix" >&5 X- if test -f $gnome_prefix/gnomeConf.sh; then X+ if test -f $gnome_prefix/etc/gnomeConf.sh; then X echo "$ac_t""found" 1>&6 X echo "loading gnome configuration from" \ X- "$gnome_prefix/gnomeConf.sh" X- . $gnome_prefix/gnomeConf.sh X+ "$gnome_prefix/etc/gnomeConf.sh" X+ . $gnome_prefix/etc/gnomeConf.sh X X else X echo "$ac_t""not found" 1>&6 X@@ -2654,15 +2654,9 @@ X X if test x$gtk_config_exec_prefix != x ; then X gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" X- if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config X- fi X fi X if test x$gtk_config_prefix != x ; then X gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" X- if test x${GTK_CONFIG+set} != xset ; then X- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config X- fi X fi X X # Extract the first word of "gtk-config", so it can be a program name with args. END-of-gno3dtet/patches/patch-aa echo x - gno3dtet/Makefile sed 's/^X//' >gno3dtet/Makefile << 'END-of-gno3dtet/Makefile' X# New ports collection makefile for: gno3dtet X# Version required: 0.3.2 X# Date created: 21 Dec 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= gno3dtet-0.3.2 XCATEGORIES= games XMASTER_SITES= ftp://webdat.com/pub/seb/gno3dtet/ XEXTRACT_SUFX= .tgz X XMAINTAINER= andrews@technologist.com X XGNOME_CONFIG?= ${X11BASE}/bin/gnome-config XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config XGNU_CONFIGURE= yes XCONFIGURE_ENV= GNOME_CONFIG=${GNOME_CONFIG} GTK_CONFIG=${GTK_CONFIG} XCONFIGURE_ARGS+=--prefix=${PREFIX} XUSE_X_PREFIX= yes XUSE_GMAKE= yes XWRKSRC= ${WRKDIR}/gno3dtet X Xpre-configure: X @${RM} -rf ${WRKSRC}/config.cache X X.include END-of-gno3dtet/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 3:51: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5161615158 for ; Fri, 31 Dec 1999 03:50:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA13020; Fri, 31 Dec 1999 03:50:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cr759667-a.nvcr1.bc.wave.home.com (cr759667-a.nvcr1.bc.wave.home.com [24.113.130.83]) by hub.freebsd.org (Postfix) with ESMTP id BE49B15371 for ; Fri, 31 Dec 1999 03:46:35 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (root@17-055.008.popsite.net [209.69.196.55]) by cr759667-a.nvcr1.bc.wave.home.com (8.9.3/8.9.3) with ESMTP id DAA89428 for ; Fri, 31 Dec 1999 03:44:37 -0800 (PST) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (8.9.3/8.9.3) with ESMTP id GAA50719 for ; Fri, 31 Dec 1999 06:46:26 -0500 (EST) (envelope-from will@argon.blackdawn.com) Received: (from root@localhost) by argon.blackdawn.com (8.9.3/8.9.3) id GAA37168; Fri, 31 Dec 1999 06:45:57 -0500 (EST) (envelope-from will) Message-Id: <199912311145.GAA37168@argon.blackdawn.com> Date: Fri, 31 Dec 1999 06:45:57 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15803: new port: games/krogue Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15803 >Category: ports >Synopsis: new port: games/krogue >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 Dec 31 03:50:05 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Tue Dec 28 10:44:21 EST 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: See pkg/DESCR for info about KRogue. The port itself cannot be linked under -STABLE due to kdelibs11/qt142 outdated.. hopefully that will change later on. However, it compiles flawlessly using g++ 2.95.2 on 3.4-STABLE. g++ 2.91.66 compiles this thing just fine, so we can use OSVERSION 400004 (not 400012 or whatever for gcc 2.95.2 requirement). Reviewed by: Ade Lovett (one patch, patch-an, is his work. ;) >How-To-Repeat: Use the shar below to commit the port to the tree. >Fix: The gzip'd shar is located at: http://www.psn.net/~andrews/krogue.gz. The shar is too big to include here (there are some 100 lines in pkg/PLIST alone, not to mention all the patches). The .gz is 6370 bytes, and the shar is 781 lines total. >Release-Note: >Audit-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 Dec 31 3:51:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5798315568 for ; Fri, 31 Dec 1999 03:50:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA13038; Fri, 31 Dec 1999 03:50:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cr759667-a.nvcr1.bc.wave.home.com (cr759667-a.nvcr1.bc.wave.home.com [24.113.130.83]) by hub.freebsd.org (Postfix) with ESMTP id E083D1519F for ; Fri, 31 Dec 1999 03:48:13 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (root@17-055.008.popsite.net [209.69.196.55]) by cr759667-a.nvcr1.bc.wave.home.com (8.9.3/8.9.3) with ESMTP id DAA89446 for ; Fri, 31 Dec 1999 03:46:20 -0800 (PST) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (8.9.3/8.9.3) with ESMTP id GAA50745 for ; Fri, 31 Dec 1999 06:48:09 -0500 (EST) (envelope-from will@argon.blackdawn.com) Received: (from root@localhost) by argon.blackdawn.com (8.9.3/8.9.3) id GAA37348; Fri, 31 Dec 1999 06:47:40 -0500 (EST) (envelope-from will) Message-Id: <199912311147.GAA37348@argon.blackdawn.com> Date: Fri, 31 Dec 1999 06:47:40 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15805: new port: mail/mreport Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15805 >Category: ports >Synopsis: new port: mail/mreport >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 Dec 31 03:50:06 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 >Description: mreport is a _simple_ maillog summarizer. There's really nothing more to say.. >How-To-Repeat: Use the shar below to commit the port to the tree. >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: # # mreport # mreport/files # mreport/files/md5 # mreport/pkg # mreport/pkg/COMMENT # mreport/pkg/DESCR # mreport/pkg/PLIST # mreport/patches # mreport/patches/patch-aa # mreport/patches/patch-ab # mreport/Makefile # echo c - mreport mkdir -p mreport > /dev/null 2>&1 echo c - mreport/files mkdir -p mreport/files > /dev/null 2>&1 echo x - mreport/files/md5 sed 's/^X//' >mreport/files/md5 << 'END-of-mreport/files/md5' XMD5 (mreport-0.7.tar.gz) = 4973a4486a598013c6a636b856e0c99f END-of-mreport/files/md5 echo c - mreport/pkg mkdir -p mreport/pkg > /dev/null 2>&1 echo x - mreport/pkg/COMMENT sed 's/^X//' >mreport/pkg/COMMENT << 'END-of-mreport/pkg/COMMENT' XSendmail logfile summary tool. END-of-mreport/pkg/COMMENT echo x - mreport/pkg/DESCR sed 's/^X//' >mreport/pkg/DESCR << 'END-of-mreport/pkg/DESCR' Xmreport is a simple C program that processes X/var/log/maillog (or whatever you specify as Xthe mail log). What is probably its only Xlimitation is that it can only process sendmail Xlogs. Nevertheless, it makes very nice summaries Xof the mail logs, and can be useful for system Xadministrators that are tired of poring through Xsendmail's copious logs trying to figure out Xhow well their mail server configuration is Xholding up. X XFTP: ftp://ftp.datrix.co.za/pub/mreport XAuthor: Jason Armstrong X X--Will END-of-mreport/pkg/DESCR echo x - mreport/pkg/PLIST sed 's/^X//' >mreport/pkg/PLIST << 'END-of-mreport/pkg/PLIST' Xsbin/mreport END-of-mreport/pkg/PLIST echo c - mreport/patches mkdir -p mreport/patches > /dev/null 2>&1 echo x - mreport/patches/patch-aa sed 's/^X//' >mreport/patches/patch-aa << 'END-of-mreport/patches/patch-aa' X--- mreport.c Sat Dec 4 15:52:30 1999 X+++ mreport.c.new Sat Dec 18 03:31:15 1999 X@@ -8,7 +8,6 @@ X #include X #include X #include X-#include X #include X #include X #include END-of-mreport/patches/patch-aa echo x - mreport/patches/patch-ab sed 's/^X//' >mreport/patches/patch-ab << 'END-of-mreport/patches/patch-ab' X--- mreport.1 Thu Dec 2 10:15:50 1999 X+++ mreport.1.new Mon Dec 20 15:24:53 1999 X@@ -3,7 +3,7 @@ X .\" Datrix Solutions X .\" www.datrix.co.za X .\" X-.TH mreport 1 "December 2, 1999" X+.TH mreport 8 "December 2, 1999" X .LO 1 X .SH NAME X mreport \- Maillog report generation utility END-of-mreport/patches/patch-ab echo x - mreport/Makefile sed 's/^X//' >mreport/Makefile << 'END-of-mreport/Makefile' X# New ports collection makefile for: mreport X# Version required: 0.7 X# Date created: 19 Dec 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= mreport-0.7 XCATEGORIES= mail sysutils XMASTER_SITES= ftp://ftp.datrix.co.za/pub/mreport/ X XMAINTAINER= andrews@technologist.com X XWRKSRC= ${WRKDIR}/mreport/src XALL_TARGET= ALL XMAN8= mreport.8 X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/mreport ${PREFIX}/sbin X @${INSTALL_MAN} ${WRKSRC}/mreport.1 ${PREFIX}/man/man8/mreport.8 X X.include END-of-mreport/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 3:51: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 D1DE315538 for ; Fri, 31 Dec 1999 03:50:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA13047; Fri, 31 Dec 1999 03:50:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cr759667-a.nvcr1.bc.wave.home.com (cr759667-a.nvcr1.bc.wave.home.com [24.113.130.83]) by hub.freebsd.org (Postfix) with ESMTP id F2B8E154F0 for ; Fri, 31 Dec 1999 03:48:22 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (root@17-055.008.popsite.net [209.69.196.55]) by cr759667-a.nvcr1.bc.wave.home.com (8.9.3/8.9.3) with ESMTP id DAA89450 for ; Fri, 31 Dec 1999 03:46:29 -0800 (PST) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (8.9.3/8.9.3) with ESMTP id GAA50750 for ; Fri, 31 Dec 1999 06:48:19 -0500 (EST) (envelope-from will@argon.blackdawn.com) Received: (from root@localhost) by argon.blackdawn.com (8.9.3/8.9.3) id GAA37438; Fri, 31 Dec 1999 06:47:50 -0500 (EST) (envelope-from will) Message-Id: <199912311147.GAA37438@argon.blackdawn.com> Date: Fri, 31 Dec 1999 06:47:50 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15806: new port: astro/pyweather Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15806 >Category: ports >Synopsis: new port: astro/pyweather >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 Dec 31 03:50:07 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 >Description: See pkg/DESCR. This is a nice script, especially useful if you have a shell account or something with a dedicated connection.. you could receive current weather reports for any time. >How-To-Repeat: Use the shar below to commit the port to the tree. >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: # # pyweather # pyweather/files # pyweather/files/md5 # pyweather/pkg # pyweather/pkg/COMMENT # pyweather/pkg/DESCR # pyweather/pkg/PLIST # pyweather/Makefile # echo c - pyweather mkdir -p pyweather > /dev/null 2>&1 echo c - pyweather/files mkdir -p pyweather/files > /dev/null 2>&1 echo x - pyweather/files/md5 sed 's/^X//' >pyweather/files/md5 << 'END-of-pyweather/files/md5' XMD5 (pyWeather.tar.gz) = 0c62a75cf3357c5a5f92ca5df004c4d7 END-of-pyweather/files/md5 echo c - pyweather/pkg mkdir -p pyweather/pkg > /dev/null 2>&1 echo x - pyweather/pkg/COMMENT sed 's/^X//' >pyweather/pkg/COMMENT << 'END-of-pyweather/pkg/COMMENT' XPython script that downloads weather data and can be cron'd. END-of-pyweather/pkg/COMMENT echo x - pyweather/pkg/DESCR sed 's/^X//' >pyweather/pkg/DESCR << 'END-of-pyweather/pkg/DESCR' XWWW: http://members.bellatlantic.net/~rasclkng/ XAuthor: The Almighty Groundhog END-of-pyweather/pkg/DESCR echo x - pyweather/pkg/PLIST sed 's/^X//' >pyweather/pkg/PLIST << 'END-of-pyweather/pkg/PLIST' Xbin/pyWeather END-of-pyweather/pkg/PLIST echo x - pyweather/Makefile sed 's/^X//' >pyweather/Makefile << 'END-of-pyweather/Makefile' X# New ports collection makefile for: pyWeather X# Version required: 0.1b X# Date created: 18 Dec 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= pyWeather XPKGNAME= pyWeather-0.1b XCATEGORIES= astro python XMASTER_SITES= http://members.bellatlantic.net/~rasclkng/ X XRUN_DEPENDS= ${PYTHON}:${PORTSDIR}/lang/python X XMAINTAINER= andrews@technologist.com X XNO_BUILD= yes XPYTHON?= ${LOCALBASE}/bin/python X Xpre-install: X @${PERL} -pi -e "s:/usr/bin/python:${PYTHON}:g" ${WRKSRC}/pyWeather.py X @${PERL} -pi -e "s:pyWeather.py:pyWeather:g" ${WRKSRC}/pyWeather.py X Xdo-install: X @${INSTALL_SCRIPT} ${WRKSRC}/pyWeather.py ${PREFIX}/bin/pyWeather X X.include END-of-pyweather/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 3:51: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 D3C731555B for ; Fri, 31 Dec 1999 03:50:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA13029; Fri, 31 Dec 1999 03:50:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cr759667-a.nvcr1.bc.wave.home.com (cr759667-a.nvcr1.bc.wave.home.com [24.113.130.83]) by hub.freebsd.org (Postfix) with ESMTP id 4B515154E5 for ; Fri, 31 Dec 1999 03:46:43 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (root@17-055.008.popsite.net [209.69.196.55]) by cr759667-a.nvcr1.bc.wave.home.com (8.9.3/8.9.3) with ESMTP id DAA89436 for ; Fri, 31 Dec 1999 03:44:48 -0800 (PST) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (8.9.3/8.9.3) with ESMTP id GAA50686 for ; Fri, 31 Dec 1999 06:45:53 -0500 (EST) (envelope-from will@argon.blackdawn.com) Received: (from root@localhost) by argon.blackdawn.com (8.9.3/8.9.3) id GAA36628; Fri, 31 Dec 1999 06:45:24 -0500 (EST) (envelope-from will) Message-Id: <199912311145.GAA36628@argon.blackdawn.com> Date: Fri, 31 Dec 1999 06:45:24 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15804: new port: www/fhttpd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15804 >Category: ports >Synopsis: new port: www/fhttpd >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 Dec 31 03:50:06 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Tue Dec 28 10:44:21 EST 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: See pkg/DESCR for more information. I'll be creating a fhttpd-php3 port later a la apache ports. >How-To-Repeat: Use the shar below to commit the port to the tree. >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: # # fhttpd # fhttpd/files # fhttpd/files/md5 # fhttpd/files/fhttpd.sh # fhttpd/pkg # fhttpd/pkg/COMMENT # fhttpd/pkg/DESCR # fhttpd/pkg/PLIST # fhttpd/patches # fhttpd/patches/patch-aa # fhttpd/patches/patch-ab # fhttpd/patches/patch-ac # fhttpd/Makefile # echo c - fhttpd mkdir -p fhttpd > /dev/null 2>&1 echo c - fhttpd/files mkdir -p fhttpd/files > /dev/null 2>&1 echo x - fhttpd/files/md5 sed 's/^X//' >fhttpd/files/md5 << 'END-of-fhttpd/files/md5' XMD5 (fhttpd-0.4.2.tar.gz) = 8e9d614b1211c79b81011d227e652da9 END-of-fhttpd/files/md5 echo x - fhttpd/files/fhttpd.sh sed 's/^X//' >fhttpd/files/fhttpd.sh << 'END-of-fhttpd/files/fhttpd.sh' X#!/bin/sh X[ -x /usr/local/sbin/fhttpd ] && /usr/local/sbin/fhttpd -c /usr/local/etc/fhttpd.conf -l /usr/local/share/fhttpd/fhttpd.log >/dev/null 2>&1 && echo -n " fhttpd" END-of-fhttpd/files/fhttpd.sh echo c - fhttpd/pkg mkdir -p fhttpd/pkg > /dev/null 2>&1 echo x - fhttpd/pkg/COMMENT sed 's/^X//' >fhttpd/pkg/COMMENT << 'END-of-fhttpd/pkg/COMMENT' XC++-based FTP/HTTP server that supports modules. END-of-fhttpd/pkg/COMMENT echo x - fhttpd/pkg/DESCR sed 's/^X//' >fhttpd/pkg/DESCR << 'END-of-fhttpd/pkg/DESCR' XFHTTPD is a relatively new HTTP/FTP daemon that supports modules, Xin particular, for PHP3. It's a feasible alternative to Apache, Xbut only for certain situations (for reasons given below). For Xexample, if one wishes only to run one daemon for both the FTP Xand HTTP services, they can do that with FHTTPD. X XUnfortunately, at this time, FHTTPD does not seem to offer the Xcapability of running as non-root after binding to privileged Xports. Not to mention that the code itself is not very Xself-documenting.. it is of a poor programming style. X XWWW: http://www.illtel.com/pub/fhttpd/ XAuthor: Alex Belits X X--Will END-of-fhttpd/pkg/DESCR echo x - fhttpd/pkg/PLIST sed 's/^X//' >fhttpd/pkg/PLIST << 'END-of-fhttpd/pkg/PLIST' Xsbin/fhttpd Xsbin/fhttpd-file Xsbin/fhttpd-log Xetc/fhttpd.conf X%%LOGFILE%% Xshare/fhttpd/bin/finger-nohtml Xshare/fhttpd/cgi-bin/.index.html Xshare/fhttpd/cgi-bin/finger Xshare/fhttpd/cgi-bin/fortune Xshare/fhttpd/icons/at_work.gif Xshare/fhttpd/icons/audio.gif Xshare/fhttpd/icons/audio.xbm Xshare/fhttpd/icons/binary.gif Xshare/fhttpd/icons/binary.xbm Xshare/fhttpd/icons/c_text.gif Xshare/fhttpd/icons/c_text.xbm Xshare/fhttpd/icons/cdromicon.gif Xshare/fhttpd/icons/exec.gif Xshare/fhttpd/icons/folder.gif Xshare/fhttpd/icons/folder.xbm Xshare/fhttpd/icons/ftp.gif Xshare/fhttpd/icons/html.gif Xshare/fhttpd/icons/html.xbm Xshare/fhttpd/icons/image.gif Xshare/fhttpd/icons/image.xbm Xshare/fhttpd/icons/movie.gif Xshare/fhttpd/icons/text.gif Xshare/fhttpd/icons/text.xbm Xshare/fhttpd/private/.footer.html Xshare/fhttpd/private/.header.html Xshare/fhttpd/private/.index.html Xshare/fhttpd/private/dummy_file Xshare/fhttpd/private/dummy_file.html Xshare/fhttpd/pub/.footer.html Xshare/fhttpd/pub/.header.html Xshare/fhttpd/pub/.index.html Xshare/fhttpd/pub/dummy_file.html Xshare/fhttpd/index.html Xshare/fhttpd/noaccess.html X@dirrm share/fhttpd/bin X@dirrm share/fhttpd/cgi-bin X@dirrm share/fhttpd/icons X@dirrm share/fhttpd/incoming X@dirrm share/fhttpd/private X@dirrm share/fhttpd/pub X@dirrm share/fhttpd END-of-fhttpd/pkg/PLIST echo c - fhttpd/patches mkdir -p fhttpd/patches > /dev/null 2>&1 echo x - fhttpd/patches/patch-aa sed 's/^X//' >fhttpd/patches/patch-aa << 'END-of-fhttpd/patches/patch-aa' X--- pseudopoll.c Mon Feb 9 10:48:42 1998 X+++ pseudopoll.c.new Fri Dec 24 00:12:58 1999 X@@ -3,7 +3,6 @@ X */ X X #ifdef PSEUDOPOLL X-#include "pseudopoll.h" X #include X #include X #include X@@ -11,6 +10,7 @@ X #include X #include X #include X+#include X X #ifdef NEED_SELECT_H X #include END-of-fhttpd/patches/patch-aa echo x - fhttpd/patches/patch-ab sed 's/^X//' >fhttpd/patches/patch-ab << 'END-of-fhttpd/patches/patch-ab' X--- http-root/root-fhttpd.conf Mon Apr 19 13:31:49 1999 X+++ http-root/root-fhttpd.conf.new Fri Dec 24 19:29:00 1999 X@@ -5,7 +5,7 @@ X X # HTTP root directory X # X-HTTPRoot /home/ftp X+HTTPRoot /usr/local/share/fhttpd X X # honor Keep-Alive option X # X@@ -44,19 +44,19 @@ X # access control X # X AccessRealm system /etc/passwd X-AccessRealm http_users /etc/passwd.http_users X-AccessRights /home/ftp/private* restrict X-AccessRights /home/ftp/private* http_users default X+#AccessRealm http_users /etc/passwd.http_users X+AccessRights /usr/local/share/fhttpd/private* restrict X+#AccessRights /usr/local/share/fhttpd/private* http_users default X X # finger redirected to script X # X-PipeOutExec */fingerlocal /home/ftp/bin/finger-nohtml X-AbsPipeOutExec /home/ftp/fingerlocal.html\ X- /home/ftp/cgi-bin/finger @localhost X+PipeOutExec */fingerlocal /usr/local/share/fhttpd/bin/finger-nohtml X+#AbsPipeOutExec /home/ftp/fingerlocal.html\ X+# /home/ftp/cgi-bin/finger @localhost X X # directories with executables X # X-ExecMask /home/ftp/cgi-bin/* X+ExecMask /usr/local/share/fhttpd/cgi-bin/* X X # default header and footer X # X@@ -92,8 +92,8 @@ X X # CD-ROM X # X-AbsDirType /home/ftp/cdrom

_ _ X+#AbsDirType /home/ftp/cdrom
_ _ X X # "folder" icon for directory X # X@@ -287,11 +287,11 @@ X X # preloaded files X # X-PreLoad - /home/ftp/file_index.html X-PreLoad /icons/folder.gif /home/ftp/icons/folder.gif X-PreLoad /icons/html.gif /home/ftp/icons/html.gif X-PreLoad /icons/text.gif /home/ftp/icons/text.gif X-PreLoad /icons/image.gif /home/ftp/icons/image.gif X+#PreLoad - /home/ftp/file_index.html X+PreLoad /icons/folder.gif /usr/local/share/fhttpd/icons/folder.gif X+PreLoad /icons/html.gif /usr/local/share/fhttpd/icons/html.gif X+PreLoad /icons/text.gif /usr/local/share/fhttpd/icons/text.gif X+PreLoad /icons/image.gif /usr/local/share/fhttpd/icons/image.gif X X # applications X # X@@ -305,11 +305,11 @@ X # default application X # X Application fhttpd-file - ftp 3000,30 1 * \ X-/usr/local/sbin/fhttpd-file -s -u 022 -c /etc/fhttpd.conf X+/usr/local/sbin/fhttpd-file -s -u 022 -c /usr/local/etc/fhttpd.conf X X # log aplication X # X LogApplication log - ftp 1 1 - \ X-/usr/local/sbin/fhttpd-log -u 022 -c /etc/fhttpd.conf -l /tmp/fhttpd-log.log X+/usr/local/sbin/fhttpd-log -u 022 -c /usr/local/etc/fhttpd.conf -l %%LOGFILE%% X X # EOF END-of-fhttpd/patches/patch-ab echo x - fhttpd/patches/patch-ac sed 's/^X//' >fhttpd/patches/patch-ac << 'END-of-fhttpd/patches/patch-ac' X--- Makefile Mon Apr 19 13:38:56 1999 X+++ Makefile.new Fri Dec 24 00:14:18 1999 X@@ -99,21 +99,21 @@ X X ## for Linux (glibc2/libc 6): X # X-COPTS = -Wall -O3 -felide-constructors -DLS_OPTIONS_IGNORE\ X- -DNEED_CRYPT_H -DCMSG_DATA_IS_A_MACRO \ X- -DMMAPPAGESIZE=65536 -DSIGARGS="int sig" -DSIGACTARGS="int sig"\ X- -D__s32=int\ X- -DGLOBAL_TIMEZONE -DGLIBC -DERRNO_DEFINED # -DFLOCK X-LFLAGS= -lcrypt X+#COPTS = -Wall -O3 -felide-constructors -DLS_OPTIONS_IGNORE\ X+# -DNEED_CRYPT_H -DCMSG_DATA_IS_A_MACRO \ X+# -DMMAPPAGESIZE=65536 -DSIGARGS="int sig" -DSIGACTARGS="int sig"\ X+# -D__s32=int\ X+# -DGLOBAL_TIMEZONE -DGLIBC -DERRNO_DEFINED # -DFLOCK X+#LFLAGS= -lcrypt X X ## for FreeBSD 2.2: X # X-#COPTS = -O2 -fno-strength-reduce -DLS_OPTIONS_IGNORE\ X-# -D__s32=int -DMMAPPAGESIZE=65536\ X-# -DPSEUDOPOLL -DCMSG_DATA_IS_A_MACRO\ X-# -DSIGARGS="int sig" -DSIGACTARGS="int sig"\ X-# -DTM_GMTOFF_PRESENT -DERRNO_DEFINED # -DFLOCK X-#LFLAGS = -lcrypt X+COPTS = -O2 -fno-strength-reduce -DLS_OPTIONS_IGNORE\ X+ -D__s32=int -DMMAPPAGESIZE=65536\ X+ -DPSEUDOPOLL -DCMSG_DATA_IS_A_MACRO\ X+ -DSIGARGS="int sig" -DSIGACTARGS="int sig"\ X+ -DTM_GMTOFF_PRESENT -DERRNO_DEFINED # -DFLOCK X+LFLAGS = -lcrypt X X # End of OS-dependent definitions X END-of-fhttpd/patches/patch-ac echo x - fhttpd/Makefile sed 's/^X//' >fhttpd/Makefile << 'END-of-fhttpd/Makefile' X# New ports collection makefile for: fhttpd X# Version required: 0.4.2 X# Date created: 21 Dec 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= fhttpd-0.4.2 XCATEGORIES= www XMASTER_SITES= ftp://ftp.fhttpd.org/ X XMAINTAINER= andrews@technologist.com X XCHOWN?= /usr/sbin/chown XLOGFILE= share/fhttpd/fhttpd.log XPLIST_SUB= LOGFILE=${LOGFILE} X Xpre-patch: X (cd ${WRKSRC} && ${TAR} xf http-root.tar) X Xpre-install: X ${RM} -rf ${WRKSRC}/http-root/pub/dummy_directory X ${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${FILESDIR}/fhttpd.sh X ${PERL} -pi -e "s:%%LOGFILE%%:${PREFIX}/${LOGFILE}:g" ${FILESDIR}/fhttpd.sh X ${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/http-root/root-fhttpd.conf X ${PERL} -pi -e "s:%%LOGFILE%%:${PREFIX}/${LOGFILE}:g" ${WRKSRC}/http-root/root-fhttpd.conf X Xdo-install: X ${MKDIR} ${PREFIX}/etc/rc.d X ${INSTALL_SCRIPT} ${FILESDIR}/fhttpd.sh ${PREFIX}/etc/rc.d X.for PROG in fhttpd fhttpd-file fhttpd-log X ${INSTALL_PROGRAM} ${WRKSRC}/${PROG} ${PREFIX}/sbin X.endfor X ${INSTALL_DATA} ${WRKSRC}/http-root/root-fhttpd.conf ${PREFIX}/etc/fhttpd.conf X ${MKDIR} ${PREFIX}/share/fhttpd/bin X ${INSTALL_SCRIPT} ${WRKSRC}/http-root/bin/* ${PREFIX}/share/fhttpd/bin X ${MKDIR} ${PREFIX}/share/fhttpd/cgi-bin X ${INSTALL_SCRIPT} ${WRKSRC}/http-root/cgi-bin/f* ${PREFIX}/share/fhttpd/cgi-bin X ${INSTALL_DATA} ${WRKSRC}/http-root/cgi-bin/.index.html ${PREFIX}/share/fhttpd/cgi-bin X ${MKDIR} ${PREFIX}/share/fhttpd/incoming X.for DIR in icons private pub X ${MKDIR} ${PREFIX}/share/fhttpd/${DIR} X ${INSTALL_DATA} ${WRKSRC}/http-root/${DIR}/* ${PREFIX}/share/fhttpd/${DIR}/ X.endfor X.for DIR in private pub X ${INSTALL_DATA} ${WRKSRC}/http-root/${DIR}/.[fhi]* ${PREFIX}/share/fhttpd/${DIR}/ X.endfor X.for FILE in index.html noaccess.html X ${INSTALL_DATA} ${WRKSRC}/http-root/${FILE} ${PREFIX}/share/fhttpd/ X.endfor X Xpost-install: X ${TOUCH} ${PREFIX}/${LOGFILE} X X.include END-of-fhttpd/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 3: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 5A2E915591 for ; Fri, 31 Dec 1999 03:50:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA13069; Fri, 31 Dec 1999 03:50:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cr759667-a.nvcr1.bc.wave.home.com (cr759667-a.nvcr1.bc.wave.home.com [24.113.130.83]) by hub.freebsd.org (Postfix) with ESMTP id 008D31519F for ; Fri, 31 Dec 1999 03:48:37 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (root@17-055.008.popsite.net [209.69.196.55]) by cr759667-a.nvcr1.bc.wave.home.com (8.9.3/8.9.3) with ESMTP id DAA89458 for ; Fri, 31 Dec 1999 03:46:43 -0800 (PST) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (8.9.3/8.9.3) with ESMTP id GAA50762 for ; Fri, 31 Dec 1999 06:48:32 -0500 (EST) (envelope-from will@argon.blackdawn.com) Received: (from root@localhost) by argon.blackdawn.com (8.9.3/8.9.3) id GAA37618; Fri, 31 Dec 1999 06:48:03 -0500 (EST) (envelope-from will) Message-Id: <199912311148.GAA37618@argon.blackdawn.com> Date: Fri, 31 Dec 1999 06:48:03 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15808: new port: games/sdl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15808 >Category: ports >Synopsis: new port: games/sdl >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 Dec 31 03:50:09 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Tue Dec 28 10:44:21 EST 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: SDL is a neat gaming SDK. See pkg/DESCR and the WWW site. Works with both -STABLE and (old) -CURRENT. We seem to have the appropriate pthread library in the base system (i.e., it uses MIT not GNU pthreads). >How-To-Repeat: Use the shar below to commit the port to the tree. >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: # # sdl # sdl/files # sdl/files/md5 # sdl/pkg # sdl/pkg/COMMENT # sdl/pkg/DESCR # sdl/pkg/PLIST # sdl/patches # sdl/patches/patch-aa # sdl/patches/patch-ab # sdl/Makefile # echo c - sdl mkdir -p sdl > /dev/null 2>&1 echo c - sdl/files mkdir -p sdl/files > /dev/null 2>&1 echo x - sdl/files/md5 sed 's/^X//' >sdl/files/md5 << 'END-of-sdl/files/md5' XMD5 (SDL-1.0.1.tar.gz) = 0bc636a2f96c6451a5046c5f20fa0536 END-of-sdl/files/md5 echo c - sdl/pkg mkdir -p sdl/pkg > /dev/null 2>&1 echo x - sdl/pkg/COMMENT sed 's/^X//' >sdl/pkg/COMMENT << 'END-of-sdl/pkg/COMMENT' XGame SDK with support for CDROM, video, audio. END-of-sdl/pkg/COMMENT echo x - sdl/pkg/DESCR sed 's/^X//' >sdl/pkg/DESCR << 'END-of-sdl/pkg/DESCR' XSDL stands for Simple DirectMedia Layer, a generic API that provides low Xlevel access to audio, keyboard, mouse, and display framebuffer across Xmultiple platforms, including MacOS, Linux, Windows, BeOS, IRIX, Solaris, Xand last but not least, FreeBSD. :-) X XThis library is distributed under the LGPL. It is intended as a gaming Xsoftware development kit (SDK). X XWWW: http://www.devolution.com/~slouken/SDL/ XAuthor: Sam Latinga X X--Will END-of-sdl/pkg/DESCR echo x - sdl/pkg/PLIST sed 's/^X//' >sdl/pkg/PLIST << 'END-of-sdl/pkg/PLIST' Xbin/sdl-config Xshare/aclocal/sdl.m4 Xlib/libSDLmain.a Xlib/libSDL.a Xlib/libSDL.la Xlib/libSDL-1.0.so.0 Xlib/libSDL-1.0.so Xlib/libSDL.so Xinclude/SDL/SDL.h Xinclude/SDL/SDL_active.h Xinclude/SDL/SDL_audio.h Xinclude/SDL/SDL_byteorder.h Xinclude/SDL/SDL_cdrom.h Xinclude/SDL/SDL_copying.h Xinclude/SDL/SDL_endian.h Xinclude/SDL/SDL_error.h Xinclude/SDL/SDL_events.h Xinclude/SDL/SDL_keyboard.h Xinclude/SDL/SDL_keysym.h Xinclude/SDL/SDL_main.h Xinclude/SDL/SDL_mouse.h Xinclude/SDL/SDL_mutex.h Xinclude/SDL/SDL_quit.h Xinclude/SDL/SDL_rwops.h Xinclude/SDL/SDL_syswm.h Xinclude/SDL/SDL_thread.h Xinclude/SDL/SDL_timer.h Xinclude/SDL/SDL_types.h Xinclude/SDL/SDL_version.h Xinclude/SDL/SDL_video.h Xinclude/SDL/begin_code.h Xinclude/SDL/close_code.h Xshare/sdl/index.html Xshare/sdl/audio/examples.html Xshare/sdl/audio/funclist.html Xshare/sdl/audio/functions.html Xshare/sdl/audio/index.html Xshare/sdl/cdrom/index.html Xshare/sdl/cdrom/functions.html Xshare/sdl/cdrom/funclist.html Xshare/sdl/cdrom/examples.html Xshare/sdl/events/examples.html Xshare/sdl/events/functions.html Xshare/sdl/events/index.html Xshare/sdl/events/keysym.html Xshare/sdl/images/rainbow.gif Xshare/sdl/threads/index.html Xshare/sdl/video/examples.html Xshare/sdl/video/funclist.html Xshare/sdl/video/functions.html Xshare/sdl/video/index.html X@dirrm share/sdl/audio X@dirrm share/sdl/cdrom X@dirrm share/sdl/events X@dirrm share/sdl/images X@dirrm share/sdl/threads X@dirrm share/sdl/video X@dirrm share/sdl X@dirrm include/SDL END-of-sdl/pkg/PLIST echo c - sdl/patches mkdir -p sdl/patches > /dev/null 2>&1 echo x - sdl/patches/patch-aa sed 's/^X//' >sdl/patches/patch-aa << 'END-of-sdl/patches/patch-aa' X--- Makefile.in Mon Dec 13 20:03:44 1999 X+++ Makefile.in.new Thu Dec 16 08:40:38 1999 X@@ -99,7 +99,7 @@ X SDL_MINOR_VERSION = @SDL_MINOR_VERSION@ X SDL_VERSION = @SDL_VERSION@ X STRIP = @STRIP@ X-SYSTEM_LIBS = @SYSTEM_LIBS@ X+SYSTEM_LIBS = ${ESD_LIBS} @SYSTEM_LIBS@ X VERSION = @VERSION@ X VIDEO_DRIVERS = @VIDEO_DRIVERS@ X VIDEO_SUBDIRS = @VIDEO_SUBDIRS@ END-of-sdl/patches/patch-aa echo x - sdl/patches/patch-ab sed 's/^X//' >sdl/patches/patch-ab << 'END-of-sdl/patches/patch-ab' X--- src/Makefile.in Mon Dec 13 20:03:45 1999 X+++ src/Makefile.in.new Thu Dec 16 08:50:24 1999 X@@ -123,7 +123,7 @@ X libSDL_la_SOURCES = $(GENERAL_SRCS) X libSDL_la_LDFLAGS = -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) X X-libSDL_la_LIBADD = main/libarch.la @SDL_EXTRALIBS@ @SYSTEM_LIBS@ X+libSDL_la_LIBADD = main/libarch.la ${ESD_LIBS} @SDL_EXTRALIBS@ @SYSTEM_LIBS@ X X X # The SDL library sources END-of-sdl/patches/patch-ab echo x - sdl/Makefile sed 's/^X//' >sdl/Makefile << 'END-of-sdl/Makefile' X# New ports collection makefile for: SDL X# Version required: 1.0.1 X# Date created: 15 Dec 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= SDL-1.0.1 XCATEGORIES= games devel XMASTER_SITES= http://www.devolution.com/~slouken/SDL/release/ X XMAINTAINER= andrews@technologist.com X XLIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-esd-prefix=${LOCALBASE} X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/sdl/audio X @${MKDIR} ${PREFIX}/share/sdl/cdrom X @${MKDIR} ${PREFIX}/share/sdl/events X @${MKDIR} ${PREFIX}/share/sdl/images X @${MKDIR} ${PREFIX}/share/sdl/threads X @${MKDIR} ${PREFIX}/share/sdl/video X @${INSTALL_DATA} ${WRKSRC}/docs/index.html ${PREFIX}/share/sdl X @${INSTALL_DATA} ${WRKSRC}/docs/audio/* ${PREFIX}/share/sdl/audio X @${INSTALL_DATA} ${WRKSRC}/docs/cdrom/* ${PREFIX}/share/sdl/cdrom X @${INSTALL_DATA} ${WRKSRC}/docs/events/* ${PREFIX}/share/sdl/events X @${INSTALL_DATA} ${WRKSRC}/docs/images/* ${PREFIX}/share/sdl/images X @${INSTALL_DATA} ${WRKSRC}/docs/threads/* ${PREFIX}/share/sdl/threads X @${INSTALL_DATA} ${WRKSRC}/docs/video/* ${PREFIX}/share/sdl/video X @${ECHO} X @${ECHO} "Docs have been installed in ${PREFIX}/share/sdl." X @${ECHO} X.endif X X.include END-of-sdl/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 3: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 6F61215550 for ; Fri, 31 Dec 1999 03:50:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA13056; Fri, 31 Dec 1999 03:50:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cr759667-a.nvcr1.bc.wave.home.com (cr759667-a.nvcr1.bc.wave.home.com [24.113.130.83]) by hub.freebsd.org (Postfix) with ESMTP id E7DB81519F for ; Fri, 31 Dec 1999 03:48:32 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (root@17-055.008.popsite.net [209.69.196.55]) by cr759667-a.nvcr1.bc.wave.home.com (8.9.3/8.9.3) with ESMTP id DAA89454 for ; Fri, 31 Dec 1999 03:46:39 -0800 (PST) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (8.9.3/8.9.3) with ESMTP id GAA50757 for ; Fri, 31 Dec 1999 06:48:28 -0500 (EST) (envelope-from will@argon.blackdawn.com) Received: (from root@localhost) by argon.blackdawn.com (8.9.3/8.9.3) id GAA37528; Fri, 31 Dec 1999 06:47:59 -0500 (EST) (envelope-from will) Message-Id: <199912311147.GAA37528@argon.blackdawn.com> Date: Fri, 31 Dec 1999 06:47:59 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15807: new port: games/rubix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15807 >Category: ports >Synopsis: new port: games/rubix >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 Dec 31 03:50:07 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 >Description: See pkg/DESCR for more info. This is just a simple X11 rubik's cube game. I patched the main.c file to allow us to put the sound file and such in a ${PREFIX}/share/ directory, which makes this program much nicer to the ports collection. Plus, _now_ the program works without any intervening on the user's part (i.e. after installation). >How-To-Repeat: Use the shar below to commit the port to the tree. >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: # # rubix # rubix/files # rubix/files/md5 # rubix/pkg # rubix/pkg/COMMENT # rubix/pkg/DESCR # rubix/pkg/PLIST # rubix/patches # rubix/patches/patch-aa # rubix/patches/patch-ab # rubix/patches/patch-ac # rubix/patches/patch-ad # rubix/Makefile # echo c - rubix mkdir -p rubix > /dev/null 2>&1 echo c - rubix/files mkdir -p rubix/files > /dev/null 2>&1 echo x - rubix/files/md5 sed 's/^X//' >rubix/files/md5 << 'END-of-rubix/files/md5' XMD5 (rubix-1.0.1.tar.gz) = 665aec4bfaddbc98732c2963dc4d4a56 END-of-rubix/files/md5 echo c - rubix/pkg mkdir -p rubix/pkg > /dev/null 2>&1 echo x - rubix/pkg/COMMENT sed 's/^X//' >rubix/pkg/COMMENT << 'END-of-rubix/pkg/COMMENT' END-of-rubix/pkg/COMMENT echo x - rubix/pkg/DESCR sed 's/^X//' >rubix/pkg/DESCR << 'END-of-rubix/pkg/DESCR' END-of-rubix/pkg/DESCR echo x - rubix/pkg/PLIST sed 's/^X//' >rubix/pkg/PLIST << 'END-of-rubix/pkg/PLIST' Xbin/rubix Xshare/rubix/module.xm Xshare/rubix/AUTHORS Xshare/rubix/BUGS Xshare/rubix/INSTALL Xshare/rubix/NOISE Xshare/rubix/README Xshare/rubix/TODO X@dirrm share/rubix END-of-rubix/pkg/PLIST echo c - rubix/patches mkdir -p rubix/patches > /dev/null 2>&1 echo x - rubix/patches/patch-aa sed 's/^X//' >rubix/patches/patch-aa << 'END-of-rubix/patches/patch-aa' X--- Makefile Mon Dec 6 10:19:16 1999 X+++ Makefile.new Mon Dec 6 16:54:12 1999 X@@ -12,34 +12,37 @@ X X #customize to fit your needs (it does not work for now). X architecture=-DPC_ARCHI X+module_file=-DMODULE_FILE_PREFIX=\"$(PREFIX)/share/rubix/\" X X #SOLARIS=-lsocket X X CC=gcc X CFLAGS=-Wall -O3 -fomit-frame-pointer -ffast-math -Iplayer \ X- $(architecture) X+ $(architecture) $(module_file) X #CFLAGS=-Wall -g -ffast-math -Iplayer \ X # $(architecture) X-XINC=-I/usr/X11R6/include X-XLIB=-L/usr/X11R6/lib -lX11 X+XINC=-I$(PREFIX)/include X+XLIB=-L$(PREFIX)/lib -lX11 X X #the following should not be changed. X X OBJ=cube.o event.o fillpoly.o line.o main.o screen.o sound.o player/player.a X X+all: rubix X+ X rubix : $(OBJ) X $(CC) $(CFLAGS) -o $@ $^ -lm $(XLIB) $(SOLARIS) X # strip rubix X X clean : X rm -f *.o *~ core *.bak *.dat gmon.out X- (cd player; make clean) X+ (cd player; $(GMAKE) clean) X X dep : X makedepend -Y *.c -s"#I like the GNU tools" -Iplayer X X player/player.a : player/*.c player/*.h X- (cd player; make) X+ (cd player; $(GMAKE)) X X %.o : %.c X $(CC) $(CFLAGS) $(XINC) -c -o $@ $< END-of-rubix/patches/patch-aa echo x - rubix/patches/patch-ab sed 's/^X//' >rubix/patches/patch-ab << 'END-of-rubix/patches/patch-ab' X--- event.c Thu Dec 2 12:50:06 1999 X+++ event.c.new Mon Dec 6 16:44:01 1999 X@@ -18,6 +18,7 @@ X #include X #include X #include X+#include X X #include "sound.h" X #include "screen.h" END-of-rubix/patches/patch-ab echo x - rubix/patches/patch-ac sed 's/^X//' >rubix/patches/patch-ac << 'END-of-rubix/patches/patch-ac' X--- player/Makefile Thu Dec 2 12:35:44 1999 X+++ player/Makefile.new Mon Dec 6 16:45:30 1999 X@@ -7,7 +7,8 @@ X WITH_ASM=1 X X CC=gcc X-CFLAGS=-Wall -O3 -fomit-frame-pointer -ffast-math X+INCS=-I$(PREFIX)/include X+CFLAGS=-Wall -O3 -fomit-frame-pointer -ffast-math $(INCS) X X OBJ=card.o mixer.o xm.o live_player.o wav.o X END-of-rubix/patches/patch-ac echo x - rubix/patches/patch-ad sed 's/^X//' >rubix/patches/patch-ad << 'END-of-rubix/patches/patch-ad' X--- main.c Thu Dec 2 19:00:49 1999 X+++ main.c.new Wed Dec 22 21:13:11 1999 X@@ -22,6 +22,10 @@ X #include "event.h" X #include "device.h" X X+#ifndef MODULE_FILE_PREFIX X+#define MODULE_FILE_PREFIX "\"/usr/X11R6/share/rubix/\"" X+#endif X+ X char *the_screen; X device d; X X@@ -32,6 +36,10 @@ X CUBE cube; X int i; X int rand=1; X+ char full_module_file[4096]; X+ char *module_file = "module.xm"; X+ strcpy(full_module_file, MODULE_FILE_PREFIX); X+ strcat(full_module_file, module_file); X X the_screen=&screen.buffer[0]; X d.buffer=screen.buffer; X@@ -68,7 +76,7 @@ X return -1; X } X X- if (rubick_init_sound(&sound, "module.xm")==-1) { X+ if (rubick_init_sound(&sound, full_module_file)==1) { X fprintf(stderr, "Error with initing the sound, sorry pal, no sound no game.\n(I fucked my head with" X " an xm player, this is not for nothing !)\n"); X return 0; END-of-rubix/patches/patch-ad echo x - rubix/Makefile sed 's/^X//' >rubix/Makefile << 'END-of-rubix/Makefile' X# New ports collection makefile for: rubix X# Version required: 1.0.1 X# Date created: 19 Nov 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= rubix-1.0.1 XCATEGORIES= games XMASTER_SITES= http://sed.free.fr/rubix/ X XMAINTAINER= andrews@technologist.com X XBUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm X XUSE_GMAKE= yes XMAKE_ENV= GMAKE=${GMAKE} XUSE_X_PREFIX= yes X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/rubix ${PREFIX}/bin X @${MKDIR} ${PREFIX}/share/rubix X @${INSTALL_DATA} ${WRKSRC}/module.xm ${PREFIX}/share/rubix X.if !defined(NOPORTDOCS) X.for DOC in AUTHORS BUGS INSTALL NOISE README TODO X @${INSTALL_DATA} ${WRKSRC}/${DOC} ${PREFIX}/share/rubix X.endfor X @${ECHO} X @${ECHO} "Docs are installed in ${PREFIX}/share/rubix." X @${ECHO} X.endif X X.include END-of-rubix/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 3:56:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from 24-25-220-29.san.rr.com (24-25-220-29.san.rr.com [24.25.220.29]) by hub.freebsd.org (Postfix) with ESMTP id 615E51556F; Fri, 31 Dec 1999 03:56:39 -0800 (PST) (envelope-from Doug@gorean.org) Received: from gorean.org (master [10.0.0.2]) by 24-25-220-29.san.rr.com (8.9.3/8.8.8) with ESMTP id DAA71971; Fri, 31 Dec 1999 03:56:37 -0800 (PST) (envelope-from Doug@gorean.org) Message-ID: <386C99F4.A369812A@gorean.org> Date: Fri, 31 Dec 1999 03:56:36 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Akinori MUSHA aka knu Cc: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, mharo@FreeBSD.org Subject: Re: ports/15789: [PATCH] Small Y2K patch for proftpd pre9 References: <199912310136.RAA77267@freefall.freebsd.org> <86zourla8u.wl@localhost.local.idaemons.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Akinori MUSHA aka knu wrote: > > At Thu, 30 Dec 1999 17:36:16 -0800 (PST), > steve@FreeBSD.org wrote: > > > > Synopsis: [PATCH] Small Y2K patch for proftpd pre9 > > > > Responsible-Changed-From-To: freebsd-ports->mharo > > Responsible-Changed-By: steve > > Responsible-Changed-When: Thu Dec 30 17:35:27 PST 1999 > > Responsible-Changed-Why: > > Over to port's maintainer. > > This patch is already included in patch-ap by the maintainer himself. Yes it is, and my profound apologies for the oversite. I thought my port was up to date, but I later discovered my error. Pleas feel free to close the PR. Doug -- "Welcome to the desert of the real." - Laurence Fishburne as Morpheus, "The Matrix" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 5: 8:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 28379154CF; Fri, 31 Dec 1999 05:08:26 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA18700; Fri, 31 Dec 1999 05:08:26 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Fri, 31 Dec 1999 05:08:26 -0800 (PST) From: Message-Id: <199912311308.FAA18700@freefall.freebsd.org> To: jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org, wosch@FreeBSD.org Subject: Re: ports/15794: update port: www/checkbot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: www/checkbot Responsible-Changed-From-To: freebsd-ports->wosch Responsible-Changed-By: jedgar Responsible-Changed-When: Fri Dec 31 05:07:55 PST 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 Fri Dec 31 6:20: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5972115157 for ; Fri, 31 Dec 1999 06:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA21879; Fri, 31 Dec 1999 06:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 31 Dec 1999 06:20:02 -0800 (PST) Message-Id: <199912311420.GAA21879@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: ports/15734: make -i ignores fetch failure, results in "infinite"cd/fork that eventually errors 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/15734; it has been noted by GNATS. From: "Chris D. Faulhaber" To: Jay Krell Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/15734: make -i ignores fetch failure, results in "infinite"cd/fork that eventually errors Date: Fri, 31 Dec 1999 09:15:11 -0500 (EST) On Fri, 31 Dec 1999, Jay Krell wrote: > Changing is make is not likely right, I agree. > The port should probably not try to extract if the distfile doesn't exist, > not try to build if there isn't a work directory, or if it's easy, -i in a > non leaf ports directory shouldn't progagate to the leaves. I do make -i > from /usr/ports, I expect to proceed past failed builds, but not within > failed builds. > > The port should be fixed as well. > Ok, I'm somewhat confused as to what the problem is. The port fetches fine here: jedgar@earth:/usr/ports/mail/balsa$ make fetch >> balsa-0.6.0.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.balsa.net/pub/balsa/. Receiving balsa-0.6.0.tar.gz (837147 bytes): 100% 837147 bytes transferred in 165.9 seconds (4.93 Kbytes/s) jedgar@earth:/usr/ports/mail/balsa$ According to the PR: 1) you were not able to fetch the DISTFILES from ftp.balsa.net; are you behind a firewall or something that is having problems with ftp? 2) DISTFILES not found at ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles; the DISTFILES are usually moved over a few days after the port is updated and tests properly. Unfortunately, neither Balsa's website, the Gnome website, nor any of the files in the DISTFILES list a mirror site. If you can come up with a mirror site that works, I'm sure we can add it to the port's Makefile, otherwise, I'm not sure what else can be done. ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 6: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 9166D15576 for ; Fri, 31 Dec 1999 06:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA78425; Fri, 31 Dec 1999 06:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id B57B314CB2 for ; Fri, 31 Dec 1999 06:47:57 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id RAA49201; Fri, 31 Dec 1999 17:47:51 +0300 (MSK) Message-Id: <199912311447.RAA49201@netserv1.chg.ru> Date: Fri, 31 Dec 1999 17:47:51 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15811: graphics/kdegraphics11 fails to compile!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15811 >Category: ports >Synopsis: graphics/kdegraphics11 fails to compile!!! >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 31 06:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: FreeBSD-3.4-STABLE, current ports tree. >Description: >How-To-Repeat: cd /usr/ports/graphics/kdegraphics11/ make The following output appears: ......... cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -Ikpathsea -O -pipe -I/usr/local/include -c special.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -Ikpathsea -O -pipe -I/usr/local/include -c util.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -Ikpathsea -O -pipe -I/usr/local/include -c vf.c /bin/sh ../libtool --silent --mode=link c++ -O -pipe -I/usr/local/include -s -o kdvi -L/usr/local/lib -L/usr/X11R6/lib -rpath /usr/local/lib -rpath /usr/X11R6/lib dviwin.o kdvi.o marklist.o prefs.o print.o printData.o dviwin.moc.o kdvi.moc.o marklist.moc.o prefs.moc.o print.moc.o printData.moc.o printSetup.moc.o printSetupData.moc.o pushbutton.moc.o scrbox.moc.o printSetup.o printSetupData.o pushbutton.o scrbox.o psheader.o dvi_draw.o dvi_init.o font-open.o gf.o new.o pk.o psgs.o special.o util.o vf.o ./kpathsea/STATIC/libkpathsea.a -lkfile -lkfm -lkdecore -lXext -lqt -lX11 -lkdeui -lkdecore -lXext -lqt -lX11 dviwin.o: In function `dviWindow::dviWindow(int, char const *, char const *, int, QWidget *, char const *)': dviwin.o(.text+0x18c): undefined reference to `_vt$5QDate' kdvi.o: In function `kdvi::pageGoto(void)': kdvi.o(.text+0x4960): undefined reference to `_vt$11QPushButton$12QPaintDevice' kdvi.o(.text+0x4967): undefined reference to `_vt$11QPushButton' kdvi.o(.text+0x4982): undefined reference to `_vt$11QPushButton$12QPaintDevice' kdvi.o(.text+0x498c): undefined reference to `_vt$11QPushButton' kdvi.o(.text+0x49b8): undefined reference to `_vt$9QGroupBox$12QPaintDevice' kdvi.o(.text+0x49c2): undefined reference to `_vt$9QGroupBox' kdvi.o(.text+0x49e7): undefined reference to `_vt$6QFrame$12QPaintDevice' kdvi.o(.text+0x49f1): undefined reference to `_vt$6QFrame' kdvi.moc.o: In function `QFrame::~QFrame(void)': kdvi.moc.o(.text+0x9d4): undefined reference to `_vt$6QFrame$12QPaintDevice' kdvi.moc.o(.text+0x9db): undefined reference to `_vt$6QFrame' kdvi.moc.o: In function `QGroupBox::~QGroupBox(void)': kdvi.moc.o(.text+0x9f6): undefined reference to `_vt$9QGroupBox$12QPaintDevice' kdvi.moc.o(.text+0x9fd): undefined reference to `_vt$9QGroupBox' kdvi.moc.o(.text+0xa1c): undefined reference to `_vt$6QFrame$12QPaintDevice' kdvi.moc.o(.text+0xa23): undefined reference to `_vt$6QFrame' kdvi.moc.o: In function `QPushButton::~QPushButton(void)': kdvi.moc.o(.text+0xa44): undefined reference to `_vt$11QPushButton$12QPaintDevice' kdvi.moc.o(.text+0xa4b): undefined reference to `_vt$11QPushButton' kdvi.moc.o: In function `PageDialog::~PageDialog(void)': kdvi.moc.o(.text+0xa7e): undefined reference to `_vt$11QPushButton$12QPaintDevice' kdvi.moc.o(.text+0xa88): undefined reference to `_vt$11QPushButton' kdvi.moc.o(.text+0xaa3): undefined reference to `_vt$11QPushButton$12QPaintDevice' kdvi.moc.o(.text+0xaad): undefined reference to `_vt$11QPushButton' kdvi.moc.o(.text+0xad6): undefined reference to `_vt$9QGroupBox$12QPaintDevice' kdvi.moc.o(.text+0xae0): undefined reference to `_vt$9QGroupBox' kdvi.moc.o(.text+0xb05): undefined reference to `_vt$6QFrame$12QPaintDevice' kdvi.moc.o(.text+0xb0f): undefined reference to `_vt$6QFrame' pushbutton.moc.o: In function `QPushButton::~QPushButton(void)': pushbutton.moc.o(.text+0x2b4): undefined reference to `_vt$11QPushButton$12QPaintDevice' pushbutton.moc.o(.text+0x2bb): undefined reference to `_vt$11QPushButton' pushbutton.moc.o: In function `PushButton::~PushButton(void)': pushbutton.moc.o(.text+0x2e2): undefined reference to `_vt$11QPushButton$12QPaintDevice' pushbutton.moc.o(.text+0x2e9): undefined reference to `_vt$11QPushButton' scrbox.moc.o: In function `QFrame::~QFrame(void)': scrbox.moc.o(.text+0x3a4): undefined reference to `_vt$6QFrame$12QPaintDevice' scrbox.moc.o(.text+0x3ab): undefined reference to `_vt$6QFrame' scrbox.moc.o: In function `ScrollBox::~ScrollBox(void)': scrbox.moc.o(.text+0x3d2): undefined reference to `_vt$6QFrame$12QPaintDevice' scrbox.moc.o(.text+0x3d9): undefined reference to `_vt$6QFrame' gmake[3]: *** [kdvi] Error 1 gmake[3]: Leaving directory `/usr/ports/graphics/kdegraphics11/work/kdegraphics-1.1.2/kdvi' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/kdegraphics11/work/kdegraphics-1.1.2/kdvi' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/kdegraphics11/work/kdegraphics-1.1.2' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 6: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 F3C0A1552A for ; Fri, 31 Dec 1999 06:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA78416; Fri, 31 Dec 1999 06:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 94E5F14CE7; Fri, 31 Dec 1999 06:47:33 -0800 (PST) Message-Id: <19991231144733.94E5F14CE7@hub.freebsd.org> Date: Fri, 31 Dec 1999 06:47:33 -0800 (PST) From: igor@zynaps.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15810: p5-Net port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15810 >Category: ports >Synopsis: p5-Net port update >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 Dec 31 06:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Igor Vinokurov >Release: 3.3-19991205-STABLE >Organization: >Environment: >Description: >How-To-Repeat: >Fix: begin 644 p5-Net-port.patch M9&EF9B`MBD@/2!A,6%B9#1C8V8R8V8U8S@U8V,U,3AC-#@V-V0S,#1E-PHK M340U("AL:6)N970M,2XP-C`W+G1ABD@/2!B8V4U-V5C-F0T-&8W,3%F M-F(V9F0R,CEE9F)A-#4W9@ID:69F("UR=4X@<#4M3F5T+F]R:6PH@+2`@)&US9R`](#P\1411.PH@+0I`0"`M,38L-R`K,38L-R!`0`H@+2`D M;W!T7V0@/2`Q"B`M"75N;&5SR=T97-T M7V5X:7-T)WT["B`@"BU`0"`M,C,X+#2!H;W-T;F%M92`Z M"B`@1411"B`@"D!`("TQ-3DL-R`K,34Y+#<@0$`*("`*("`C+2TM+2TM+2TM M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM M+2TM+2TM+2TM+2TM+2TM+2TM+2TM"B`@"BU`0"`M,S0Q+#,W("LS-3$L,SD@ M0$`**T!`("TT,30L,S<@*S0R-"PS.2!`0`H@(`H@(",M+2TM+2TM+2TM+2TM M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM M+2TM+2TM+2TM+2TM+2TM+2T*("`*0$`@+3(Q-2PW("LR,34L-R!`0`H@(`H@ M(",M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2T*("`*+4!`("TS.#Release-Note: >Audit-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 Dec 31 7:10: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 315EB15593 for ; Fri, 31 Dec 1999 07:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA79327; Fri, 31 Dec 1999 07:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C9B9B15031; Fri, 31 Dec 1999 07:02:42 -0800 (PST) Message-Id: <19991231150242.C9B9B15031@hub.freebsd.org> Date: Fri, 31 Dec 1999 07:02:42 -0800 (PST) From: igor@zynaps.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15812: p5-Mail-Tools port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15812 >Category: ports >Synopsis: p5-Mail-Tools port update >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 Dec 31 07:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Igor Vinokurov >Release: 3.3-19991205-STABLE >Organization: >Environment: >Description: >How-To-Repeat: >Fix: begin 644 p5-Mail-Tools-port.patch M9&EF9B`MTU!4U1%4E]3251%7U!%4DQ?0U!! M3GT*($U!4U1%4E]3251%7U-50D1)4CT)36%I;`H@"B!-04E.5$%)3D52/0EJ M9FET>D!&U!2149)6'TO M;&EB+W!EU!%4DQ?5D52?2\D>U!%4DQ?05)#2'TO M3F5T+U--5%`N<&TZ)'M03U)44T1)4GTO;F5T+W`U+4YE="!<"BT)"21[4%)% M1DE8?2]L:6(O<&5R;#4OU!% M4DQ?5D52?2\D>U!%4DQ?05)#2'TO3F5T+U--5%`N<&TZ)'M03U)44T1)4GTO M;F5T+W`U+4YE="!<"BT)"21[4%)%1DE8?2]L:6(O<&5R;#4OTQ/0T%,0D%317TO;&EB M+W!EU!%4DQ?5D52?2].970O1&]M86EN+G!M.B1[ M4$]25%-$25)]+VYE="]P-2U.970**U)53E]$15!%3D13/0DD>TQ/0T%,0D%3 M17TO;&EB+W!EU!%4DQ?5D52?2].970O4TU44"YP M;3HD>U!/4E131$E2?2]N970O<#4M3F5T(%P**PD))'M,3T-!3$)!4T5]+VQI M8B]P97)L-2]S:71E7W!EU!/4E131$E2?2]N970O<#4M3F5T"B`*(%5315]015),-3T)6453"B`*9&EF M9B`MBD@/2!E,#8X-C,Q934U,3AB-F(Y,F8S-C$T8S8Y938S,V)F.`HS ` 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 Dec 31 7:10: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 CB33D1557A for ; Fri, 31 Dec 1999 07:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA79318; Fri, 31 Dec 1999 07:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 31 Dec 1999 07:10:01 -0800 (PST) Message-Id: <199912311510.HAA79318@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Jay Krell" Subject: Re: ports/15734: make -i ignores fetch failure, results in"infinite"cd/fork that eventually errors Reply-To: "Jay Krell" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15734; it has been noted by GNATS. From: "Jay Krell" To: "Chris D. Faulhaber" Cc: Subject: Re: ports/15734: make -i ignores fetch failure, results in"infinite"cd/fork that eventually errors Date: Fri, 31 Dec 1999 06:59:40 -0800 ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles still only has the previous version(s). I'm not behind a firewall; I can fetch lots of ports fine. ..ok, I think I solved it, but don't know the right solution yet, whatever it is, it's probably only to spend more time configuring my system.. I dial in to an isp, so afaik don't have a real machine name or domain, just temporary dynamic ip addresses and whatever local machine names I choose, so I set my hostname to just jayk-home1bsd. I guess the password is being sent as jayk@jayk-home1bsd and the ftp server doesn't like that. I verified manually that logging in as jayk@jayk-home1bsd doesn't work but a@b.c does. If I "export FTP_PASSWORD=jay.krell@cornell.edu", fetch works. I guess I should use bsd1@jaykhome.net or something as a hostname.. - Jay >> balsa-0.6.0.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.balsa.net/pub/balsa/. fetch: ftp.balsa.net: Not logged in >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: pub/FreeBSD/ports/distfiles/balsa-0.6.0.tar.gz: cannot get remote modification time fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/balsa-0.6.0.tar.gz: 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. - Jay -----Original Message----- From: Chris D. Faulhaber To: Jay Krell Cc: freebsd-gnats-submit@freebsd.org Date: Friday, December 31, 1999 6:15 AM Subject: Re: ports/15734: make -i ignores fetch failure, results in"infinite"cd/fork that eventually errors >On Fri, 31 Dec 1999, Jay Krell wrote: > >> Changing is make is not likely right, I agree. >> The port should probably not try to extract if the distfile doesn't exist, >> not try to build if there isn't a work directory, or if it's easy, -i in a >> non leaf ports directory shouldn't progagate to the leaves. I do make -i >> from /usr/ports, I expect to proceed past failed builds, but not within >> failed builds. >> >> The port should be fixed as well. >> > >Ok, I'm somewhat confused as to what the problem is. The port fetches >fine here: > >jedgar@earth:/usr/ports/mail/balsa$ make fetch >>> balsa-0.6.0.tar.gz doesn't seem to exist on this system. >>> Attempting to fetch from ftp://ftp.balsa.net/pub/balsa/. >Receiving balsa-0.6.0.tar.gz (837147 bytes): 100% >837147 bytes transferred in 165.9 seconds (4.93 Kbytes/s) >jedgar@earth:/usr/ports/mail/balsa$ > >According to the PR: 1) you were not able to fetch the DISTFILES from >ftp.balsa.net; are you behind a firewall or something that is having >problems with ftp? 2) DISTFILES not found at >ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles; the DISTFILES are >usually moved over a few days after the port is updated and tests >properly. > >Unfortunately, neither Balsa's website, the Gnome website, nor any of the >files in the DISTFILES list a mirror site. If you can come up with a >mirror site that works, I'm sure we can add it to the port's Makefile, >otherwise, I'm not sure what else can be done. > >----- >Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org >-------------------------------------------------------- >FreeBSD: The Power To Serve - http://www.FreeBSD.org > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 7:10: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 4FA831559B for ; Fri, 31 Dec 1999 07:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA79334; Fri, 31 Dec 1999 07:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 31 Dec 1999 07:10:03 -0800 (PST) Message-Id: <199912311510.HAA79334@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Jay Krell" Subject: Re: ports/15734: make -i ignores fetch failure, results in"infinite"cd/fork that eventually errors Reply-To: "Jay Krell" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15734; it has been noted by GNATS. From: "Jay Krell" To: "Chris D. Faulhaber" Cc: Subject: Re: ports/15734: make -i ignores fetch failure, results in"infinite"cd/fork that eventually errors Date: Fri, 31 Dec 1999 07:08:58 -0800 I still think the ports system should handle fetch failure better than by filling up the proc table.. ..Jay -----Original Message----- From: Jay Krell To: Chris D. Faulhaber Cc: freebsd-gnats-submit@freebsd.org Date: Friday, December 31, 1999 6:59 AM Subject: Re: ports/15734: make -i ignores fetch failure, results in"infinite"cd/fork that eventually errors >ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles >still only has the previous version(s). > >I'm not behind a firewall; I can fetch lots of ports fine. > >..ok, I think I solved it, but don't know the right solution >yet, whatever it is, it's probably only to spend more time >configuring my system.. > >I dial in to an isp, so afaik don't have a real machine name >or domain, just temporary dynamic ip addresses and whatever local >machine names I choose, so I set my hostname to just jayk-home1bsd. >I guess the password is being sent as jayk@jayk-home1bsd and the >ftp server doesn't like that. I verified manually that logging in as >jayk@jayk-home1bsd doesn't work but a@b.c does. If I >"export FTP_PASSWORD=jay.krell@cornell.edu", fetch works. > >I guess I should use bsd1@jaykhome.net or something as a hostname.. > > - Jay > >>> balsa-0.6.0.tar.gz doesn't seem to exist on this system. >>> Attempting to fetch from ftp://ftp.balsa.net/pub/balsa/. >fetch: ftp.balsa.net: Not logged in >>> Attempting to fetch from >ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. >fetch: pub/FreeBSD/ports/distfiles/balsa-0.6.0.tar.gz: cannot get remote >modification time >fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/balsa-0.6.0.tar.gz: >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. > > - Jay > >-----Original Message----- >From: Chris D. Faulhaber >To: Jay Krell >Cc: freebsd-gnats-submit@freebsd.org >Date: Friday, December 31, 1999 6:15 AM >Subject: Re: ports/15734: make -i ignores fetch failure, results >in"infinite"cd/fork that eventually errors > > >>On Fri, 31 Dec 1999, Jay Krell wrote: >> >>> Changing is make is not likely right, I agree. >>> The port should probably not try to extract if the distfile doesn't >exist, >>> not try to build if there isn't a work directory, or if it's easy, -i in >a >>> non leaf ports directory shouldn't progagate to the leaves. I do make -i >>> from /usr/ports, I expect to proceed past failed builds, but not within >>> failed builds. >>> >>> The port should be fixed as well. >>> >> >>Ok, I'm somewhat confused as to what the problem is. The port fetches >>fine here: >> >>jedgar@earth:/usr/ports/mail/balsa$ make fetch >>>> balsa-0.6.0.tar.gz doesn't seem to exist on this system. >>>> Attempting to fetch from ftp://ftp.balsa.net/pub/balsa/. >>Receiving balsa-0.6.0.tar.gz (837147 bytes): 100% >>837147 bytes transferred in 165.9 seconds (4.93 Kbytes/s) >>jedgar@earth:/usr/ports/mail/balsa$ >> >>According to the PR: 1) you were not able to fetch the DISTFILES from >>ftp.balsa.net; are you behind a firewall or something that is having >>problems with ftp? 2) DISTFILES not found at >>ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles; the DISTFILES are >>usually moved over a few days after the port is updated and tests >>properly. >> >>Unfortunately, neither Balsa's website, the Gnome website, nor any of the >>files in the DISTFILES list a mirror site. If you can come up with a >>mirror site that works, I'm sure we can add it to the port's Makefile, >>otherwise, I'm not sure what else can be done. >> >>----- >>Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org >>-------------------------------------------------------- >>FreeBSD: The Power To Serve - http://www.FreeBSD.org >> > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 7:20: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 06106154C2 for ; Fri, 31 Dec 1999 07:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA79753; Fri, 31 Dec 1999 07:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 31 Dec 1999 07:20:01 -0800 (PST) Message-Id: <199912311520.HAA79753@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: ports/15734: make -i ignores fetch failure, results in"infinite"cd/fork that eventually errors 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/15734; it has been noted by GNATS. From: "Chris D. Faulhaber" To: Jay Krell Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/15734: make -i ignores fetch failure, results in"infinite"cd/fork that eventually errors Date: Fri, 31 Dec 1999 10:15:41 -0500 (EST) On Fri, 31 Dec 1999, Jay Krell wrote: > I still think the ports system should handle fetch failure > better than by filling up the proc table.. > The ports system handles failure fine, until you use make(1) flags that tell it not to (-i). ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 7:20: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EC98154E5 for ; Fri, 31 Dec 1999 07:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA79762; Fri, 31 Dec 1999 07:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 73AEE14C03; Fri, 31 Dec 1999 07:18:00 -0800 (PST) Message-Id: <19991231151800.73AEE14C03@hub.freebsd.org> Date: Fri, 31 Dec 1999 07:18:00 -0800 (PST) From: igor@zynaps.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15813: p5-IO-stringy port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15813 >Category: ports >Synopsis: p5-IO-stringy port update >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 Dec 31 07:20:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Igor Vinokurov >Release: 3.3-19991205-STABLE >Organization: >Environment: >Description: >How-To-Repeat: >Fix: begin 644 p5-IO-stringy-port.patch M9&EF9B`M'`@ M)`H@(PH@"BU$25-43D%-13T)24\M2TQ+C(P,PHM4$M'3D%-13T) M<#4M24\M2TQ+C(P,PHK1$E35$Y!344]"4E/+7-T2YO2YOBD@ M/2`P.6(T8V1A.3`V8S,Q832YO2YOTU! M4U1%4E]3251%7U!%4DQ?0U!!3GT*0$`@+3$T+#D@*S$T+#D@0$`*(`H@34%) M3E1!24Y%4CT)96EV:6YD0$9R965"4T0N;W)G"B`*+5)53E]$15!%3D13/0DD M>U!2149)6'TO;&EB+W!EU!%4DQ?5D52?2]-86EL M+TAE861EU!/4E131$E2?2]M86EL+W`U+4UA:6PM5&]O;',@7`HM M"0DD>U!2149)6'TO;&EB+W!EU!%4DQ?5D52?2\D M>U!%4DQ?05)#2'TO34E-12]"87-E-C0N<&TZ)'M03U)44T1)4GTO8V]N=F5R M=&5R0HK4E5.7T1%4$5.1%,]"21[3$]#04Q"05-% M?2]L:6(O<&5R;#4OU!/4E131$E2?2]C;VYV97)T97)S M+W`U+4U)344M0F%S938T"5P**PD))'M,3T-!3$)!4T5]+VQI8B]P97)L-2]S M:71E7W!EU!/4E131$E2?2]D M979E;"]P-2U)3RUS=')I;F=Y"B`*(%5315]015),-3T)6453"B`*9&EF9B`M MRelease-Note: >Audit-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 Dec 31 8: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 86627154A9 for ; Fri, 31 Dec 1999 08:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA81889; Fri, 31 Dec 1999 08:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3FF6E15176; Fri, 31 Dec 1999 08:04:56 -0800 (PST) Message-Id: <19991231160456.3FF6E15176@hub.freebsd.org> Date: Fri, 31 Dec 1999 08:04:56 -0800 (PST) From: igor@zynaps.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15815: p5-Apache-ASP new port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15815 >Category: ports >Synopsis: p5-Apache-ASP new port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 31 08:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Igor Vinokurov >Release: 3.3-19991205-STABLE >Organization: >Environment: >Description: Active Server Pages for Apache with mod_perl. This perl module provides an Active Server Pages port to the Apache HTTP Server with perl as the host scripting language. Active Server Pages is a web application platform that originated with the Microsoft IIS server. Under Apache for both Win32 and Unix, it allows a developer to create dynamic web applications with session management and perl code embedded in static html files. http://www.nodeworks.com/asp/ >How-To-Repeat: >Fix: begin 644 p5-Apache-ASP-port.tgz M'XL(`-'3;#@``^U8;4_;2!#F:_PK1BI(=Q+Q2XP3R)530VS:J"3DX@`]Z23D MV)NPPO;ZO#:YMLI_O]FU0Q.@I;T&3G?U2(BU9W=F=EZ>F3BQZIW$\Z](O>,. MM:TG(=C36Y8%6P!&RS)6_R])!VCIIFE81K/90K9A[NE;8#V-.>N4\\Q+`;;H MC*5?WD>^R/^/4K(6_RD-"=]X%GQM_!LMRS1:N#8:>V:SBO]ST$/QCX+->M[0 M]>;>WN?CC_QE_(U64\3?-`QK"_2-6O$9^L'CW[$P92D420%SFEU!Q(++A*1A!?;_/[I?_[;C=D<;U?%(_>-#Z[;^ M&PTY_^EZHZK_YZ#CE$608:6/G([==T#\`F@KBHC+^(IR$'4O`"`/"20INZ$! M`H07PT.XD;`T@XQ)<25^O!F/AU)8N5'BB93I<;GOBO$,N)_2)*/Q#$(OGN4H M3'U0`>52E@=S,@$O24+J>QEE,22AER%JB9MX&;"4SFCL920H]`D]?>JGC+-I M!KV>*Z5P*5F%LS@@MW@GH&_"\,P%C`G)#0H:W MP,M*47Y*4!L$[V,OHOY=ZWAA!2><"ULC+\;+1"3.I'CI#)\%1$HBT80$`1I. M8\#$S%#:51:%,BQ<78D+%88(AWL3C`QG82Y4[0*G$0T]85GI03<3I@U1BRN] M+)7VWQ8^&);O:)2$TJ3"G6Q:F"6\@>X"A`85+EAZ#5<8M@DA,00L)E+4G(9A MX0068PAS(E1'WC61UG'Q)+9-RSSC!-"]Z+IUE5SD`X\8\HH0BVQ"?^'E5F]= M)N(<3>&0R\#=2;:U1!.\9?,JSQ9>CH77`A4W8P9F6=+6M/E\KGI2CLK2F;2Y MY(C3JRSTBI0RS=/B)K%(/7F-TM9C]%O@86@\O*[G^QCYW3(<[W:EZ/L9CQ'E M.<%]Z!9Q#%,JD,+$)8X[OV'^^*6*BXN+]JK9,6:/=(GJLTCS>*(I2KT./40T M1<#:JP^8F`E7T_Q^![^/_\.3GKO)Z>_Q^<]AD$YD@EL: MIQF1E:+M[`R=TP(#,RU;MLS`LFHQLX"(11+-KU]:21'D!YR25HTQ*_LQI2H)VK583'PZ1 M98MIHYB'Y.N::8!-?#'7I&`<'!S@GHLK%DE>3;0H.*PA@U3 M#C>6TN^X8V=TZ?;&XOWVQY7G2XDBW6%GL%C==NF>'=F]T5*Y@KS>8(Q_#KZ[ MTVF5H[/>B7UI.T-G8$OY)Z?=SLE1QW46VD,XMOUQB6.+Y5K`V$);3C"(OVUD MG([&+AJQ$*W_E@=_*+7O4-&WK;O2<=S(4YJ]U]"?-L7I.ZN+;\7?K*=_8A_U M[PI?#D=<2)<[OEVPF/8TD6X/^07%XGD1ZV^6:XOI7G/?1T$>)?<,ETSA$K&H ME[L4YN,W8&YPM<=4\'Q[W79R/G MLGPAS5G`$M+5X8FBJ#3VPSP@\'+"`U54O1I=_UKUQ8HJJJBBBBJJJ*(?A_X& (J\CC*``H``#5 ` 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 Dec 31 11: 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 4110C1552A for ; Fri, 31 Dec 1999 11:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA88581; Fri, 31 Dec 1999 11:00:01 -0800 (PST) (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 7E6B91509A for ; Fri, 31 Dec 1999 10:53:46 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.12 #1) id 1247BJ-000DjT-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 31 Dec 1999 12:53:45 -0600 Message-Id: Date: Fri, 31 Dec 1999 12:53:45 -0600 From: Ade Lovett Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15816: Update port: math/gnumeric Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15816 >Category: ports >Synopsis: Update port: math/gnumeric >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 Dec 31 11:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.4-STABLE i386 >Organization: Lovett Network Consultancy >Environment: Up to date ports tree >Description: Update math/gnumeric to 0.46 - see NEWS and Changelog in the source tarball, too much to list here. plugins are now moved to a version-dependent subdirectory a la emacs and brethren - pretty much every patch had to be modified as a result. This update also shows up a deficiency in the way we handle GNOME ports as a whole (placing some of them in X11BASE, and others in LOCALBASE) -- "gnome-config" can't (easily) find out about any GNOME ports in LOCALBASE -- I've got a simple hack to this which will probably go in on the next gnome-libs update, allowing a number of patches in other GNOME ports to be removed or substantially cleaned up. script >How-To-Repeat: N/A >Fix: Apply following diff: Version: 0.45 -> 0.46 Changes: Makefile files/md5 patches/patch-aa patches/patch-af patches/patch-bd patches/patch-be patches/patch-bf patches/patch-bg patches/patch-bi patches/patch-bj patches/patch-bk patches/patch-bl patches/patch-bm patches/patch-bo patches/patch-bp patches/patch-bq patches/patch-br pkg/PLIST Adds: NONE Removes: NONE cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/math/gnumeric/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile 1999/12/24 09:52:29 1.19 +++ Makefile 1999/12/31 18:42:56 @@ -1,12 +1,12 @@ # New ports collection makefile for: gnumeric -# Version required: 0.45 +# Version required: 0.46 # Date created: 08 October 1998 # Whom: Yukihiro Nakai # # $FreeBSD: ports/math/gnumeric/Makefile,v 1.19 1999/12/24 09:52:29 nakai Exp $ # -DISTNAME= gnumeric-0.45 +DISTNAME= gnumeric-0.46 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnumeric @@ -32,5 +32,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" + +PLIST_SUB= GNUMERIC_REV=${DISTNAME:S/gnumeric-//g} .include cvs diff: Diffing files Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/math/gnumeric/files/md5,v retrieving revision 1.12 diff -u -r1.12 md5 --- files/md5 1999/12/24 09:52:33 1.12 +++ files/md5 1999/12/31 17:57:09 @@ -1 +1 @@ -MD5 (gnumeric-0.45.tar.gz) = 7d7308f8d94ea6d3ca0940be78a80e18 +MD5 (gnumeric-0.46.tar.gz) = e873180c7f9cad1004ac75ea57170ed2 cvs diff: Diffing patches Index: patches/patch-aa =================================================================== RCS file: /home/ncvs/ports/math/gnumeric/patches/patch-aa,v retrieving revision 1.10 diff -u -r1.10 patch-aa --- patches/patch-aa 1999/12/01 10:31:56 1.10 +++ patches/patch-aa 1999/12/31 18:29:45 @@ -1,5 +1,5 @@ ---- configure.orig Fri Nov 19 15:59:10 1999 -+++ configure Sat Nov 27 14:06:34 1999 +--- configure.orig Thu Dec 30 18:02:16 1999 ++++ configure Fri Dec 31 12:29:33 1999 @@ -2790,7 +2790,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then @@ -27,7 +27,7 @@ else echo "$ac_t""no" 1>&6 -@@ -5602,15 +5602,15 @@ +@@ -5602,15 +5602,16 @@ fi @@ -37,7 +37,8 @@ INSTOBJEXT=.mo DATADIRNAME=share - INTLDEPS='$(top_builddir)/intl/libintl.a' -+ INTLDEPS='-lintl' ++# INTLDEPS='$(top_builddir)/intl/libintl.a' ++ INTLDEPS="-lintl" INTLLIBS=$INTLDEPS LIBS=`echo $LIBS | sed -e 's/-lintl//'` - nls_cv_header_intl=intl/libintl.h @@ -47,30 +48,34 @@ fi if test "$XGETTEXT" != ":"; then -@@ -6110,7 +6110,7 @@ +@@ -6110,7 +6111,7 @@ echo "configure:6111: checking for GnomePrint libraries" >&5 if gnome-config --libs print > /dev/null 2>&1; then echo "$ac_t""found" 1>&6 - . `gnome-config --libdir`/printConf.sh -+ . `gnome-config --sysconfdir`/printConf.sh ++ . `$GNOME_CONFIG --sysconfdir`/printConf.sh echo $ac_n "checking for GnomePrint >= 0.8""... $ac_c" 1>&6 echo "configure:6116: checking for GnomePrint >= 0.8" >&5 case x$MODULE_VERSION in -@@ -6125,14 +6125,14 @@ +@@ -6125,8 +6126,8 @@ - echo $ac_n "checking for Glade libraries""... $ac_c" 1>&6 - echo "configure:6128: checking for Glade libraries" >&5 + echo $ac_n "checking for Glade libraries >= 0.11""... $ac_c" 1>&6 + echo "configure:6128: checking for Glade libraries >= 0.11" >&5 -if gnome-config --libs libglade > /dev/null 2>&1; then +- vers=`gnome-config --modversion libglade` +if libglade-config --libs > /dev/null 2>&1; then - echo "$ac_t""found" 1>&6 - else ++ vers=`libglade-config --version | sed -e 's/ /-/'` + case $vers + in + libglade-0.1[123456789]) echo "$ac_t""found" 1>&6 ;; +@@ -6136,8 +6137,8 @@ { echo "configure: error: Did not find libGlade installed" 1>&2; exit 1; } fi -EXTRA_GNOME_LIBS=`gnome-config --libs gnomeui print libglade $bonobo $gb` -EXTRA_GNOME_CFLAGS=`gnome-config --cflags gnomeui print libglade $bonobo $gb` -+EXTRA_GNOME_LIBS="`gnome-config --libs gnomeui print $bonobo $gb` `libglade-config --libs gnome`" -+EXTRA_GNOME_CFLAGS="`gnome-config --cflags gnomeui print $bonobo $gb` `libglade-config --cflags gnome`" ++EXTRA_GNOME_LIBS="`$GNOME_CONFIG --libs gnomeui print $bonobo $gb` `libglade-config --libs gnome`" ++EXTRA_GNOME_CFLAGS="`$GNOME_CONFIG --cflags gnomeui print $bonobo $gb` `libglade-config --cflags gnome`" Index: patches/patch-af =================================================================== RCS file: /home/ncvs/ports/math/gnumeric/patches/patch-af,v retrieving revision 1.2 diff -u -r1.2 patch-af --- patches/patch-af 1999/08/22 03:59:18 1.2 +++ patches/patch-af 1999/12/31 18:07:10 @@ -1,11 +1,11 @@ ---- src/plugin.c.orig Mon Apr 26 13:20:15 1999 -+++ src/plugin.c Mon Jul 12 16:49:29 1999 -@@ -123,7 +123,7 @@ - g_free (plugin_dir); +--- src/plugin.c.orig Thu Dec 30 17:54:14 1999 ++++ src/plugin.c Fri Dec 31 12:06:49 1999 +@@ -156,7 +156,7 @@ + } /* Load the system plugins */ -- plugin_dir = gnome_unconditional_libdir_file ("gnumeric/plugins/"); -+ plugin_dir = gnome_unconditional_datadir_file ("gnumeric/plugins/"); +- plugin_dir = gnome_unconditional_libdir_file ("gnumeric/plugins/" GNUMERIC_VERSION "/"); ++ plugin_dir = gnome_unconditional_datadir_file ("gnumeric/plugins/" GNUMERIC_VERSION "/"); plugin_load_plugins_in_dir (plugin_dir); g_free (plugin_dir); } Index: patches/patch-bd =================================================================== RCS file: /home/ncvs/ports/math/gnumeric/patches/patch-bd,v retrieving revision 1.2 diff -u -r1.2 patch-bd --- patches/patch-bd 1999/08/22 03:59:19 1.2 +++ patches/patch-bd 1999/12/31 18:11:25 @@ -1,29 +1,27 @@ ---- plugins/guile/Makefile.in.orig Thu Jan 28 23:53:12 1999 -+++ plugins/guile/Makefile.in Fri Jan 29 02:31:43 1999 -@@ -144,7 +144,7 @@ +--- plugins/guile/Makefile.in.orig Thu Dec 30 18:29:22 1999 ++++ plugins/guile/Makefile.in Fri Dec 31 12:08:55 1999 +@@ -153,13 +153,13 @@ # # Where to install the plugin # -plugindir = $(libdir)/gnumeric/plugins -+plugindir = $(datadir)/gnumeric/plugins ++plugindir = $(datadir)/gnumeric/plugins/$(VERSION) - # CFLAGS += -g -Wall \ - # -Wshadow -Wpointer-arith \ -@@ -154,7 +154,7 @@ + plugin_LTLIBRARIES = libgnum_guile.la - libgnumguile_la_SOURCES = plugin.c + libgnum_guile_la_SOURCES = plugin.c --INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GUILE_INCS) $(GNOME_INCLUDEDIR) -+INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GUILE_INCS) $(GNOME_INCLUDEDIR) +-INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(GUILE_INCS) $(GNOME_INCLUDEDIR) ++INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(GUILE_INCS) $(GNOME_INCLUDEDIR) #libguile_la_LDFLAGS = $(PYTHON_LIB_LOC) -@@ -180,7 +180,7 @@ +@@ -177,7 +177,7 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. LIBS = @LIBS@ --libgnumguile_la_LDFLAGS = -+libgnumguile_la_LDFLAGS = -avoid-version - libgnumguile_la_DEPENDENCIES = - libgnumguile_la_OBJECTS = plugin.lo +-libgnum_guile_la_LDFLAGS = ++libgnum_guile_la_LDFLAGS = -avoid-version + libgnum_guile_la_DEPENDENCIES = + libgnum_guile_la_OBJECTS = plugin.lo COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) Index: patches/patch-be =================================================================== RCS file: /home/ncvs/ports/math/gnumeric/patches/patch-be,v retrieving revision 1.2 diff -u -r1.2 patch-be --- patches/patch-be 1999/08/22 03:59:20 1.2 +++ patches/patch-be 1999/12/31 18:11:15 @@ -1,24 +1,22 @@ ---- plugins/python/Makefile.in.orig Thu Jan 28 23:53:11 1999 -+++ plugins/python/Makefile.in Fri Jan 29 02:30:52 1999 -@@ -144,7 +144,7 @@ +--- plugins/python/Makefile.in.orig Thu Dec 30 18:29:20 1999 ++++ plugins/python/Makefile.in Fri Dec 31 12:10:53 1999 +@@ -153,16 +153,16 @@ # # Where to install the plugin # --plugindir = $(libdir)/gnumeric/plugins -+plugindir = $(datadir)/gnumeric/plugins +-plugindir = $(libdir)/gnumeric/plugins/$(VERSION) ++plugindir = $(datadir)/gnumeric/plugins/$(VERSION) - # CFLAGS += -g -Wall \ - # -Wshadow -Wpointer-arith \ -@@ -161,10 +161,10 @@ + plugin_LTLIBRARIES = libgnum_python.la - libpython_la_SOURCES = python.c + libgnum_python_la_SOURCES = python.c --INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(PY_CFLAGS) $(GNOME_INCLUDEDIR) -+INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/sharelocale"\" -I$(includedir) $(PY_CFLAGS) $(GNOME_INCLUDEDIR) +-INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(PY_CFLAGS) $(GNOME_INCLUDEDIR) ++INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(PY_CFLAGS) $(GNOME_INCLUDEDIR) --libpython_la_LDFLAGS = $(PY_LIB_LOC) -+libpython_la_LDFLAGS = -avoid-version $(PY_LIB_LOC) - libpython_la_LIBADD = -l$(PY_LIBS) $(PY_EXTRA_LIBS) +-libgnum_python_la_LDFLAGS = $(PY_LIB_LOC) ++libgnum_python_la_LDFLAGS = -avoid-version $(PY_LIB_LOC) + libgnum_python_la_LIBADD = -l$(PY_LIBS) $(PY_EXTRA_LIBS) Pythonscriptsdir = $(datadir)/gnumeric/python Index: patches/patch-bf =================================================================== RCS file: /home/ncvs/ports/math/gnumeric/patches/patch-bf,v retrieving revision 1.2 diff -u -r1.2 patch-bf --- patches/patch-bf 1999/08/22 03:59:20 1.2 +++ patches/patch-bf 1999/12/31 18:12:40 @@ -1,29 +1,29 @@ ---- plugins/sample/Makefile.in.orig Thu Jan 28 23:53:07 1999 -+++ plugins/sample/Makefile.in Fri Jan 29 02:27:58 1999 -@@ -144,7 +144,7 @@ +--- plugins/sample/Makefile.in.orig Thu Dec 30 18:28:56 1999 ++++ plugins/sample/Makefile.in Fri Dec 31 12:12:23 1999 +@@ -153,7 +153,7 @@ # # Where to install the plugin # --plugindir = $(libdir)/gnumeric/plugins -+plugindir = $(datadir)/gnumeric/plugins +-plugindir = $(libdir)/gnumeric/plugins/$(VERSION) ++plugindir = $(datadir)/gnumeric/plugins/$(VERSION) - # CFLAGS += -g -Wall \ - # -Wshadow -Wpointer-arith \ -@@ -154,7 +154,7 @@ + # NOTE : + # The naming convention is very intentional +@@ -166,7 +166,7 @@ - libsample_la_SOURCES = plugin-sample.c + libgnum_sample_la_SOURCES = plugin-sample.c --INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -+INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) +-INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(GNOME_INCLUDEDIR) ++INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(GNOME_INCLUDEDIR) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h -@@ -171,7 +171,7 @@ +@@ -176,7 +176,7 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. LIBS = @LIBS@ --libsample_la_LDFLAGS = -+libsample_la_LDFLAGS = -avoid-version - libsample_la_LIBADD = - libsample_la_OBJECTS = plugin-sample.lo +-libgnum_sample_la_LDFLAGS = ++libgnum_sample_la_LDFLAGS = -avoid-version + libgnum_sample_la_LIBADD = + libgnum_sample_la_OBJECTS = plugin-sample.lo COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) Index: patches/patch-bg =================================================================== RCS file: /home/ncvs/ports/math/gnumeric/patches/patch-bg,v retrieving revision 1.2 diff -u -r1.2 patch-bg --- patches/patch-bg 1999/08/22 03:59:20 1.2 +++ patches/patch-bg 1999/12/31 18:22:23 @@ -1,29 +1,27 @@ ---- plugins/stat/Makefile.in.orig Thu Jan 28 23:53:08 1999 -+++ plugins/stat/Makefile.in Fri Jan 29 02:29:02 1999 -@@ -143,7 +143,7 @@ +--- plugins/stat/Makefile.in.orig Thu Dec 30 18:28:58 1999 ++++ plugins/stat/Makefile.in Fri Dec 31 12:22:06 1999 +@@ -153,13 +153,13 @@ # # Where to install the plugin # --plugindir = $(libdir)/gnumeric/plugins -+plugindir = $(datadir)/gnumeric/plugins +-plugindir = $(libdir)/gnumeric/plugins/$(VERSION) ++plugindir = $(datadir)/gnumeric/plugins/$(VERSION) - CFLAGS = @CFLAGS@ -g -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations + plugin_LTLIBRARIES = libgnum_stat.la -@@ -152,7 +152,7 @@ + libgnum_stat_la_SOURCES = stat.c stat.h - libstat_la_SOURCES = stat.c stat.h +-INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(GNOME_INCLUDEDIR) ++INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(GNOME_INCLUDEDIR) --INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -+INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h -@@ -167,7 +167,7 @@ +@@ -169,7 +169,7 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. LIBS = @LIBS@ --libstat_la_LDFLAGS = -+libstat_la_LDFLAGS = -avoid-version - libstat_la_LIBADD = - libstat_la_OBJECTS = stat.lo +-libgnum_stat_la_LDFLAGS = ++libgnum_stat_la_LDFLAGS = -avoid-version + libgnum_stat_la_LIBADD = + libgnum_stat_la_OBJECTS = stat.lo COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) Index: patches/patch-bi =================================================================== RCS file: /home/ncvs/ports/math/gnumeric/patches/patch-bi,v retrieving revision 1.4 diff -u -r1.4 patch-bi --- patches/patch-bi 1999/08/22 03:59:21 1.4 +++ patches/patch-bi 1999/12/31 18:15:07 @@ -1,29 +1,27 @@ ---- plugins/text/Makefile.in.orig Thu May 6 10:57:43 1999 -+++ plugins/text/Makefile.in Thu May 6 10:58:09 1999 -@@ -154,7 +154,7 @@ +--- plugins/text/Makefile.in.orig Thu Dec 30 18:29:13 1999 ++++ plugins/text/Makefile.in Fri Dec 31 12:14:37 1999 +@@ -153,13 +153,13 @@ # # Where to install the plugin # --plugindir = $(libdir)/gnumeric/plugins -+plugindir = $(datadir)/gnumeric/plugins +-plugindir = $(libdir)/gnumeric/plugins/$(VERSION) ++plugindir = $(datadir)/gnumeric/plugins/$(VERSION) - CFLAGS = @CFLAGS@ -g -Wall -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations + plugin_LTLIBRARIES = libgnum_text.la -@@ -163,7 +163,7 @@ + libgnum_text_la_SOURCES = text-io.h text-io.c - libtext_la_SOURCES = text-io.h text-io.c +-INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(GNOME_INCLUDEDIR) ++INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(GNOME_INCLUDEDIR) --INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -+INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h @@ -169,7 +169,7 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. LIBS = @LIBS@ --libtext_la_LDFLAGS = -+libtext_la_LDFLAGS = -avoid-version - libtext_la_LIBADD = - libtext_la_OBJECTS = text-io.lo +-libgnum_text_la_LDFLAGS = ++libgnum_text_la_LDFLAGS = -avoid-version + libgnum_text_la_LIBADD = + libgnum_text_la_OBJECTS = text-io.lo COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) Index: patches/patch-bj =================================================================== RCS file: /home/ncvs/ports/math/gnumeric/patches/patch-bj,v retrieving revision 1.2 diff -u -r1.2 patch-bj --- patches/patch-bj 1999/08/22 03:59:21 1.2 +++ patches/patch-bj 1999/12/31 18:24:18 @@ -1,29 +1,27 @@ ---- plugins/ff-csv/Makefile.in.orig Thu May 6 10:59:32 1999 -+++ plugins/ff-csv/Makefile.in Thu May 6 10:59:57 1999 -@@ -154,7 +154,7 @@ +--- plugins/ff-csv/Makefile.in.orig Thu Dec 30 18:29:12 1999 ++++ plugins/ff-csv/Makefile.in Fri Dec 31 12:24:02 1999 +@@ -153,13 +153,13 @@ # # Where to install the plugin # --plugindir = $(libdir)/gnumeric/plugins -+plugindir = $(datadir)/gnumeric/plugins +-plugindir = $(libdir)/gnumeric/plugins/$(VERSION) ++plugindir = $(datadir)/gnumeric/plugins/$(VERSION) - CFLAGS = @CFLAGS@ -g -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations + plugin_LTLIBRARIES = libgnum_csv.la -@@ -163,7 +163,7 @@ + libgnum_csv_la_SOURCES = csv-io.h csv-io.c - libcsv_la_SOURCES = csv-io.h csv-io.c +-INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(GNOME_INCLUDEDIR) ++INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(GNOME_INCLUDEDIR) --INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -+INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h @@ -169,7 +169,7 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. LIBS = @LIBS@ --libcsv_la_LDFLAGS = -+libcsv_la_LDFLAGS = -avoid-version - libcsv_la_LIBADD = - libcsv_la_OBJECTS = csv-io.lo libcsv.lo +-libgnum_csv_la_LDFLAGS = ++libgnum_csv_la_LDFLAGS = -avoid-version + libgnum_csv_la_LIBADD = + libgnum_csv_la_OBJECTS = csv-io.lo COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) Index: patches/patch-bk =================================================================== RCS file: /home/ncvs/ports/math/gnumeric/patches/patch-bk,v retrieving revision 1.2 diff -u -r1.2 patch-bk --- patches/patch-bk 1999/08/22 03:59:21 1.2 +++ patches/patch-bk 1999/12/31 18:16:49 @@ -1,28 +1,28 @@ ---- plugins/html/Makefile.in.orig Tue Jul 13 05:53:41 1999 -+++ plugins/html/Makefile.in Fri Jul 16 00:26:36 1999 -@@ -151,14 +151,14 @@ +--- plugins/html/Makefile.in.orig Thu Dec 30 18:29:17 1999 ++++ plugins/html/Makefile.in Fri Dec 31 12:16:36 1999 +@@ -153,14 +153,14 @@ # # Where to install the plugin # --plugindir = $(libdir)/gnumeric/plugins -+plugindir = $(datadir)/gnumeric/plugins +-plugindir = $(libdir)/gnumeric/plugins/$(VERSION) ++plugindir = $(datadir)/gnumeric/plugins/$(VERSION) - plugin_LTLIBRARIES = libhtml.la + plugin_LTLIBRARIES = libgnum_html.la - libhtml_la_SOURCES = boot.h boot.c html.h html.c latex.h latex.c roff.h roff.c font.h font.c epsf.h epsf.c ps.h ps.c + libgnum_html_la_SOURCES = boot.h boot.c html.h html.c latex.h latex.c roff.h roff.c font.h font.c epsf.h epsf.c ps.h ps.c --INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -+INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) +-INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(GNOME_INCLUDEDIR) ++INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(GNOME_INCLUDEDIR) EXTRA_DIST = README ChangeLog -@@ -170,7 +170,7 @@ +@@ -172,7 +172,7 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. LIBS = @LIBS@ --libhtml_la_LDFLAGS = -+libhtml_la_LDFLAGS = -avoid-version - libhtml_la_LIBADD = - libhtml_la_OBJECTS = boot.lo html.lo latex.lo roff.lo font.lo epsf.lo \ - ps.lo +-libgnum_html_la_LDFLAGS = ++libgnum_html_la_LDFLAGS = -avoid-version + libgnum_html_la_LIBADD = + libgnum_html_la_OBJECTS = boot.lo html.lo latex.lo roff.lo font.lo \ + epsf.lo ps.lo Index: patches/patch-bl =================================================================== RCS file: /home/ncvs/ports/math/gnumeric/patches/patch-bl,v retrieving revision 1.1 diff -u -r1.1 patch-bl --- patches/patch-bl 1999/08/22 03:59:21 1.1 +++ patches/patch-bl 1999/12/31 18:17:43 @@ -1,6 +1,6 @@ ---- plugins/xbase/Makefile.in.orig Fri Jul 9 22:17:53 1999 -+++ plugins/xbase/Makefile.in Thu Jul 15 09:30:16 1999 -@@ -142,10 +142,10 @@ +--- plugins/xbase/Makefile.in.orig Thu Dec 30 18:29:15 1999 ++++ plugins/xbase/Makefile.in Fri Dec 31 12:17:28 1999 +@@ -144,10 +144,10 @@ GNUMERIC_SRC_DIR = $(top_srcdir)/src @@ -8,17 +8,17 @@ +INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) -I$(top_srcdir)/src $(GNOME_INCLUDEDIR) --plugindir = $(libdir)/gnumeric/plugins -+plugindir = $(datadir)/gnumeric/plugins +-plugindir = $(libdir)/gnumeric/plugins/$(VERSION) ++plugindir = $(datadir)/gnumeric/plugins/$(VERSION) - plugin_LTLIBRARIES = libxbase.la - -@@ -159,7 +159,7 @@ + plugin_LTLIBRARIES = libgnum_xbase.la +@@ -161,7 +161,7 @@ + DEFS = @DEFS@ -I. -I$(srcdir) -I../.. LIBS = @LIBS@ --libxbase_la_LDFLAGS = -+libxbase_la_LDFLAGS = -avoid-version - libxbase_la_LIBADD = - libxbase_la_OBJECTS = boot.lo xbase.lo +-libgnum_xbase_la_LDFLAGS = ++libgnum_xbase_la_LDFLAGS = -avoid-version + libgnum_xbase_la_LIBADD = + libgnum_xbase_la_OBJECTS = boot.lo xbase.lo COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) Index: patches/patch-bm =================================================================== RCS file: /home/ncvs/ports/math/gnumeric/patches/patch-bm,v retrieving revision 1.1 diff -u -r1.1 patch-bm --- patches/patch-bm 1999/10/14 09:20:36 1.1 +++ patches/patch-bm 1999/12/31 18:18:28 @@ -1,6 +1,6 @@ ---- plugins/lotus-123/Makefile.in.orig Thu Sep 23 17:57:08 1999 -+++ plugins/lotus-123/Makefile.in Fri Sep 24 14:50:07 1999 -@@ -142,10 +142,10 @@ +--- plugins/lotus-123/Makefile.in.orig Thu Dec 30 18:29:05 1999 ++++ plugins/lotus-123/Makefile.in Fri Dec 31 12:18:15 1999 +@@ -144,10 +144,10 @@ GNUMERIC_SRC_DIR = $(top_srcdir)/src @@ -8,18 +8,17 @@ +INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) -I$(top_srcdir)/src $(GNOME_INCLUDEDIR) --plugindir = $(libdir)/gnumeric/plugins -+plugindir = $(datadir)/gnumeric/plugins +-plugindir = $(libdir)/gnumeric/plugins/$(VERSION) ++plugindir = $(datadir)/gnumeric/plugins/$(VERSION) - plugin_LTLIBRARIES = liblotus.la + plugin_LTLIBRARIES = libgnum_lotus.la -@@ -159,7 +159,7 @@ +@@ -161,7 +161,7 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. LIBS = @LIBS@ --liblotus_la_LDFLAGS = -+liblotus_la_LDFLAGS = -avoid-version - liblotus_la_LIBADD = - liblotus_la_OBJECTS = boot.lo lotus.lo lotus-formula.lo +-libgnum_lotus_la_LDFLAGS = ++libgnum_lotus_la_LDFLAGS = -avoid-version + libgnum_lotus_la_LIBADD = + libgnum_lotus_la_OBJECTS = boot.lo lotus.lo lotus-formula.lo COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - Index: patches/patch-bo =================================================================== RCS file: /home/ncvs/ports/math/gnumeric/patches/patch-bo,v retrieving revision 1.1 diff -u -r1.1 patch-bo --- patches/patch-bo 1999/12/01 10:31:57 1.1 +++ patches/patch-bo 1999/12/31 18:19:06 @@ -1,5 +1,5 @@ ---- plugins/oleo/Makefile.in.orig Fri Nov 19 19:48:08 1999 -+++ plugins/oleo/Makefile.in Sat Nov 27 14:09:37 1999 +--- plugins/oleo/Makefile.in.orig Thu Dec 30 18:29:07 1999 ++++ plugins/oleo/Makefile.in Fri Dec 31 12:18:53 1999 @@ -144,10 +144,10 @@ GNUMERIC_SRC_DIR = $(top_srcdir)/src @@ -8,17 +8,17 @@ +INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) -I$(top_srcdir)/src $(GNOME_INCLUDEDIR) --plugindir = $(libdir)/gnumeric/plugins -+plugindir = $(datadir)/gnumeric/plugins +-plugindir = $(libdir)/gnumeric/plugins/$(VERSION) ++plugindir = $(datadir)/gnumeric/plugins/$(VERSION) - plugin_LTLIBRARIES = liboleo.la + plugin_LTLIBRARIES = libgnum_oleo.la @@ -161,7 +161,7 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. LIBS = @LIBS@ --liboleo_la_LDFLAGS = -+liboleo_la_LDFLAGS = -avoid-version - liboleo_la_LIBADD = - liboleo_la_OBJECTS = boot.lo oleo.lo +-libgnum_oleo_la_LDFLAGS = ++libgnum_oleo_la_LDFLAGS = -avoid-version + libgnum_oleo_la_LIBADD = + libgnum_oleo_la_OBJECTS = boot.lo oleo.lo COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) Index: patches/patch-bp =================================================================== RCS file: /home/ncvs/ports/math/gnumeric/patches/patch-bp,v retrieving revision 1.1 diff -u -r1.1 patch-bp --- patches/patch-bp 1999/12/01 10:31:57 1.1 +++ patches/patch-bp 1999/12/31 18:19:51 @@ -1,18 +1,18 @@ ---- plugins/sylk/Makefile.in.orig Fri Nov 19 19:48:09 1999 -+++ plugins/sylk/Makefile.in Sat Nov 27 14:11:01 1999 +--- plugins/sylk/Makefile.in.orig Thu Dec 30 18:29:10 1999 ++++ plugins/sylk/Makefile.in Fri Dec 31 12:19:36 1999 @@ -153,13 +153,13 @@ # # Where to install the plugin # --plugindir = $(libdir)/gnumeric/plugins -+plugindir = $(datadir)/gnumeric/plugins +-plugindir = $(libdir)/gnumeric/plugins/$(VERSION) ++plugindir = $(datadir)/gnumeric/plugins/$(VERSION) - plugin_LTLIBRARIES = libsylk.la + plugin_LTLIBRARIES = libgnum_sylk.la - libsylk_la_SOURCES = sylk.c + libgnum_sylk_la_SOURCES = sylk.c --INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -+INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) +-INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(GNOME_INCLUDEDIR) ++INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(GNOME_INCLUDEDIR) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h @@ -20,8 +20,8 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. LIBS = @LIBS@ --libsylk_la_LDFLAGS = -+libsylk_la_LDFLAGS = -avoid-version - libsylk_la_LIBADD = - libsylk_la_OBJECTS = sylk.lo +-libgnum_sylk_la_LDFLAGS = ++libgnum_sylk_la_LDFLAGS = -avoid-version + libgnum_sylk_la_LIBADD = + libgnum_sylk_la_OBJECTS = sylk.lo COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) Index: patches/patch-bq =================================================================== RCS file: /home/ncvs/ports/math/gnumeric/patches/patch-bq,v retrieving revision 1.1 diff -u -r1.1 patch-bq --- patches/patch-bq 1999/12/24 09:52:37 1.1 +++ patches/patch-bq 1999/12/31 18:20:31 @@ -1,18 +1,18 @@ ---- plugins/sc/Makefile.in.orig Fri Dec 3 21:55:34 1999 -+++ plugins/sc/Makefile.in Tue Dec 7 12:35:49 1999 +--- plugins/sc/Makefile.in.orig Thu Dec 30 18:29:09 1999 ++++ plugins/sc/Makefile.in Fri Dec 31 12:20:17 1999 @@ -153,13 +153,13 @@ # # Where to install the plugin # --plugindir = $(libdir)/gnumeric/plugins -+plugindir = $(datadir)/gnumeric/plugins +-plugindir = $(libdir)/gnumeric/plugins/$(VERSION) ++plugindir = $(datadir)/gnumeric/plugins/$(VERSION) - plugin_LTLIBRARIES = libsc.la + plugin_LTLIBRARIES = libgnum_sc.la - libsc_la_SOURCES = sc.c + libgnum_sc_la_SOURCES = sc.c --INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -+INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) +-INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(GNOME_INCLUDEDIR) ++INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(GNOME_INCLUDEDIR) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h @@ -20,8 +20,8 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. LIBS = @LIBS@ --libsc_la_LDFLAGS = -+libsc_la_LDFLAGS = -avoid-version - libsc_la_LIBADD = - libsc_la_OBJECTS = sc.lo +-libgnum_sc_la_LDFLAGS = ++libgnum_sc_la_LDFLAGS = -avoid-version + libgnum_sc_la_LIBADD = + libgnum_sc_la_OBJECTS = sc.lo COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) Index: patches/patch-br =================================================================== RCS file: /home/ncvs/ports/math/gnumeric/patches/patch-br,v retrieving revision 1.1 diff -u -r1.1 patch-br --- patches/patch-br 1999/12/24 09:52:37 1.1 +++ patches/patch-br 1999/12/31 18:21:11 @@ -1,18 +1,18 @@ ---- plugins/dif/Makefile.in.orig Fri Dec 3 21:55:45 1999 -+++ plugins/dif/Makefile.in Tue Dec 7 12:36:58 1999 +--- plugins/dif/Makefile.in.orig Thu Dec 30 18:29:19 1999 ++++ plugins/dif/Makefile.in Fri Dec 31 12:20:58 1999 @@ -153,13 +153,13 @@ # # Where to install the plugin # --plugindir = $(libdir)/gnumeric/plugins -+plugindir = $(datadir)/gnumeric/plugins +-plugindir = $(libdir)/gnumeric/plugins/$(VERSION) ++plugindir = $(datadir)/gnumeric/plugins/$(VERSION) - plugin_LTLIBRARIES = libdif.la + plugin_LTLIBRARIES = libgnum_dif.la - libdif_la_SOURCES = dif.h dif.c + libgnum_dif_la_SOURCES = dif.h dif.c --INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) -+INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(includedir) $(GNOME_INCLUDEDIR) +-INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(GNOME_INCLUDEDIR) ++INCLUDES = -I$(GNUMERIC_SRC_DIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNUMERIC_VERSION=\""$(VERSION)"\" -I$(includedir) $(GNOME_INCLUDEDIR) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h @@ -20,8 +20,8 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../.. LIBS = @LIBS@ --libdif_la_LDFLAGS = -+libdif_la_LDFLAGS = -avoid-version - libdif_la_LIBADD = - libdif_la_OBJECTS = dif.lo +-libgnum_dif_la_LDFLAGS = ++libgnum_dif_la_LDFLAGS = -avoid-version + libgnum_dif_la_LIBADD = + libgnum_dif_la_OBJECTS = dif.lo COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) cvs diff: Diffing pkg Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/math/gnumeric/pkg/PLIST,v retrieving revision 1.10 diff -u -r1.10 PLIST --- pkg/PLIST 1999/12/24 09:52:43 1.10 +++ pkg/PLIST 1999/12/31 18:44:46 @@ -15,19 +15,20 @@ share/gnome/gnumeric/glade/row-height.glade share/gnome/gnumeric/glade/sheet-rename.glade share/gnome/gnumeric/glade/summary.glade +share/gnome/gnumeric/guile/functions.scm share/gnome/gnumeric/guile/gnumeric_startup.scm -share/gnome/gnumeric/plugins/libcsv.so -share/gnome/gnumeric/plugins/libdif.so -share/gnome/gnumeric/plugins/libgnumguile.so -share/gnome/gnumeric/plugins/libhtml.so -share/gnome/gnumeric/plugins/liblotus.so -share/gnome/gnumeric/plugins/liboleo.so -share/gnome/gnumeric/plugins/libpython.so -share/gnome/gnumeric/plugins/libsc.so -share/gnome/gnumeric/plugins/libstat.so -share/gnome/gnumeric/plugins/libsylk.so -share/gnome/gnumeric/plugins/libtext.so -share/gnome/gnumeric/plugins/libxbase.so +share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_csv.so +share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_dif.so +share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_guile.so +share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_html.so +share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_lotus.so +share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_oleo.so +share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_python.so +share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_sc.so +share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_stat.so +share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_sylk.so +share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_text.so +share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/libgnum_xbase.so share/gnome/gnumeric/python/gnumeric_startup.py share/gnome/idl/Gnumeric.idl share/gnome/idl/Gnumeric-value.idl @@ -183,9 +184,11 @@ share/locale/ru/LC_MESSAGES/gnumeric.mo share/locale/sk/LC_MESSAGES/gnumeric.mo share/locale/sv/LC_MESSAGES/gnumeric.mo +share/locale/uk/LC_MESSAGES/gnumeric.mo share/locale/zh_TW.Big5/LC_MESSAGES/gnumeric.mo @dirrm share/gnome/gnumeric/guile @dirrm share/gnome/gnumeric/glade +@dirrm share/gnome/gnumeric/plugins/%%GNUMERIC_REV%%/ @dirrm share/gnome/gnumeric/plugins @dirrm share/gnome/gnumeric/python @dirrm share/gnome/gnumeric >Release-Note: >Audit-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 Dec 31 11: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 D827B154F9 for ; Fri, 31 Dec 1999 11:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA88988; Fri, 31 Dec 1999 11:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 31 Dec 1999 11:10:02 -0800 (PST) Message-Id: <199912311910.LAA88988@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/15808: new port: games/sdl Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15808; it has been noted by GNATS. From: Chris Piazza To: Will Andrews Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/15808: new port: games/sdl Date: Fri, 31 Dec 1999 11:05:31 -0800 On Fri, Dec 31, 1999 at 06:48:03AM -0500, Will Andrews wrote: See devel/sdl, which desperately needs an upgrade. I put it in devel/ originally because I wasn't convinced it was only for games. Does it make any sense to have it in devel/ still? -Chris -- cpiazza@jaxon.net cpiazza@FreeBSD.org Abbotsford, BC, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 11: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 0C4AC155B3 for ; Fri, 31 Dec 1999 11:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA89474; Fri, 31 Dec 1999 11:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 31 Dec 1999 11:20:02 -0800 (PST) Message-Id: <199912311920.LAA89474@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ade Lovett Subject: Re: ports/15808: new port: games/sdl Reply-To: Ade Lovett Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15808; it has been noted by GNATS. From: Ade Lovett To: Chris Piazza Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/15808: new port: games/sdl Date: Fri, 31 Dec 1999 13:18:18 -0600 On Fri, Dec 31, 1999 at 11:10:02AM -0800, Chris Piazza wrote: > See devel/sdl, which desperately needs an upgrade. I put it in > devel/ originally because I wasn't convinced it was only for games. > Does it make any sense to have it in devel/ still? Definitely. A cursory glance at the source web site shows that there are a number of non-games items that can use SDL (emulators and an mpeg player, for example). -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 11:53:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D11CF14C2E; Fri, 31 Dec 1999 11:53:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA91223; Fri, 31 Dec 1999 11:53:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 11:53:44 -0800 (PST) From: Message-Id: <199912311953.LAA91223@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/14889: [PATCH] dynamic loading for WINE port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] dynamic loading for WINE port Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: steve Responsible-Changed-When: Fri Dec 31 11:53:34 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 11:55: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 E828A14F3E; Fri, 31 Dec 1999 11:55:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA91499; Fri, 31 Dec 1999 11:55:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 11:55:16 -0800 (PST) From: Message-Id: <199912311955.LAA91499@freefall.freebsd.org> To: serg@dor.zaural.ru, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15741: joe editor coredumps when read a file using ^K-R Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: joe editor coredumps when read a file using ^K-R State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 31 11:54:37 PST 1999 State-Changed-Why: This patch already exists in the port and it does indeed compile and work on an up-to-date -current box. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 11:57: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 5A21414BD3; Fri, 31 Dec 1999 11:57:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA91646; Fri, 31 Dec 1999 11:57:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 11:57:05 -0800 (PST) From: Message-Id: <199912311957.LAA91646@freefall.freebsd.org> To: serg@dor.zaural.ru, steve@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/15741: joe editor coredumps when read a file using ^K-R Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: joe editor coredumps when read a file using ^K-R State-Changed-From-To: closed->open State-Changed-By: steve State-Changed-When: Fri Dec 31 11:55:48 PST 1999 State-Changed-Why: I take that back. This patch is *not* already in this port. Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Fri Dec 31 11:55:48 PST 1999 Responsible-Changed-Why: I'll look into this shortly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 12: 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 E9A13151F4; Fri, 31 Dec 1999 12:00:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA91955; Fri, 31 Dec 1999 12:00:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 12:00:06 -0800 (PST) From: Message-Id: <199912312000.MAA91955@freefall.freebsd.org> To: seth@freebie.dp.ny.frb.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15765: mutt 1.0i port fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mutt 1.0i port fails State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 31 11:58:29 PST 1999 State-Changed-Why: Methinks this is because your ncurses library is old. Please CVSup to the latest -stable and 'make world'. If you can't for some reason and need the new libraries, then give me a shout and I'll put them somewhere you can retrieve them from. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 12: 1: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 9DA8114F85; Fri, 31 Dec 1999 12:01:08 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA92072; Fri, 31 Dec 1999 12:01:08 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 12:01:08 -0800 (PST) From: Message-Id: <199912312001.MAA92072@freefall.freebsd.org> To: beaupran@iro.umontreal.ca, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15767: Majordomo bad pkg/PLIST Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Majordomo bad pkg/PLIST State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 31 12:00:24 PST 1999 State-Changed-Why: This file is generated after majordomo is run not on install. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 12: 1: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 E49BD14F29; Fri, 31 Dec 1999 12:01:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA92163; Fri, 31 Dec 1999 12:01:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 12:01:38 -0800 (PST) From: Message-Id: <199912312001.MAA92163@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/15768: Majordomo resend prog allow exec of any prog as majordomo user Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Majordomo resend prog allow exec of any prog as majordomo user Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: steve Responsible-Changed-When: Fri Dec 31 12:01:24 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 12: 2: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 A128914F3E; Fri, 31 Dec 1999 12:02:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA92423; Fri, 31 Dec 1999 12:02:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 12:02:41 -0800 (PST) From: Message-Id: <199912312002.MAA92423@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/15810: p5-Net port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: p5-Net port update Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: steve Responsible-Changed-When: Fri Dec 31 12:02:23 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 12: 3: 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 277C914C19; Fri, 31 Dec 1999 12:02:59 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA92508; Fri, 31 Dec 1999 12:02:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 12:02:58 -0800 (PST) From: Message-Id: <199912312002.MAA92508@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/15811: graphics/kdegraphics11 fails to compile!!! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: graphics/kdegraphics11 fails to compile!!! Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: steve Responsible-Changed-When: Fri Dec 31 12:02:43 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 12: 3: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 1B76614BD3; Fri, 31 Dec 1999 12:03:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA92666; Fri, 31 Dec 1999 12:03:39 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 12:03:39 -0800 (PST) From: Message-Id: <199912312003.MAA92666@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/15812: p5-Mail-Tools port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: p5-Mail-Tools port update Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: steve Responsible-Changed-When: Fri Dec 31 12:03:26 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 12: 4: 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 5E9E214F1F; Fri, 31 Dec 1999 12:04:01 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA92766; Fri, 31 Dec 1999 12:04:01 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 12:04:01 -0800 (PST) From: Message-Id: <199912312004.MAA92766@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, eivind@FreeBSD.org Subject: Re: ports/15813: p5-IO-stringy port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: p5-IO-stringy port update Responsible-Changed-From-To: freebsd-ports->eivind Responsible-Changed-By: steve Responsible-Changed-When: Fri Dec 31 12:03:46 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 12: 4: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 7325914F1F; Fri, 31 Dec 1999 12:04:23 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA92863; Fri, 31 Dec 1999 12:04:23 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 12:04:23 -0800 (PST) From: Message-Id: <199912312004.MAA92863@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, eivind@FreeBSD.org Subject: Re: ports/15814: p5-MIME-Tools port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: p5-MIME-Tools port update Responsible-Changed-From-To: freebsd-ports->eivind Responsible-Changed-By: steve Responsible-Changed-When: Fri Dec 31 12:04:08 PST 1999 Responsible-Changed-Why: Over to port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 12: 5: 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 A24BA151F4; Fri, 31 Dec 1999 12:05:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA93009; Fri, 31 Dec 1999 12:05:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 12:05:05 -0800 (PST) From: Message-Id: <199912312005.MAA93009@freefall.freebsd.org> To: andrews@technologist.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15134: new port: www/kdreamsite Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: www/kdreamsite State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 31 12:04:51 PST 1999 State-Changed-Why: Superceded by ports/15798. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 12: 6: 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 806E814E66; Fri, 31 Dec 1999 12:06:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA93144; Fri, 31 Dec 1999 12:06:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 12:06:05 -0800 (PST) From: Message-Id: <199912312006.MAA93144@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/15758: When compiling /usr/ports/graphics/aview, I get compile errors Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: When compiling /usr/ports/graphics/aview, I get compile errors Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: steve Responsible-Changed-When: Fri Dec 31 12:05:14 PST 1999 Responsible-Changed-Why: This is believed to be a compiler issue in current and not necessarily a problem with the port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 12: 9: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 DC5941576B; Fri, 31 Dec 1999 12:09:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA93661; Fri, 31 Dec 1999 12:09:29 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 12:09:29 -0800 (PST) From: Message-Id: <199912312009.MAA93661@freefall.freebsd.org> To: noway@nohow.demon.co.uk, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15793: java/jsdk port distfile URL has changed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: java/jsdk port distfile URL has changed State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 31 12:08:58 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 12:13: 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 A4C671571D; Fri, 31 Dec 1999 12:12:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA94074; Fri, 31 Dec 1999 12:12:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 12:12:57 -0800 (PST) From: Message-Id: <199912312012.MAA94074@freefall.freebsd.org> To: sk-ports@vegamuse.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15790: Security hole exists where user can obtain kmem group privs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Security hole exists where user can obtain kmem group privs State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 31 12:10:10 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 12:15: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 DD71F15701; Fri, 31 Dec 1999 12:15:04 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA94353; Fri, 31 Dec 1999 12:15:04 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 12:15:04 -0800 (PST) From: Message-Id: <199912312015.MAA94353@freefall.freebsd.org> To: dkwiebe@hagenhomes.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15764: changes to /editors/staroffice5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: changes to /editors/staroffice5 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 31 12:13:55 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 12:23: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 43D0914CE7; Fri, 31 Dec 1999 12:23:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA95180; Fri, 31 Dec 1999 12:23:23 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 12:23:23 -0800 (PST) From: Message-Id: <199912312023.MAA95180@freefall.freebsd.org> To: jose@nobody.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12522: New port: cos Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: cos State-Changed-From-To: feedback->closed State-Changed-By: steve State-Changed-When: Fri Dec 31 12:20:32 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 12:28:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 804CC1560E; Fri, 31 Dec 1999 12:28:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA95634; Fri, 31 Dec 1999 12:28:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 12:28:14 -0800 (PST) From: Message-Id: <199912312028.MAA95634@freefall.freebsd.org> To: girgen@partitur.se, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12656: New port: gnujsp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: gnujsp State-Changed-From-To: feedback->closed State-Changed-By: steve State-Changed-When: Fri Dec 31 12:23:36 PST 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 12:33:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9FA614C42; Fri, 31 Dec 1999 12:33:46 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA96048; Fri, 31 Dec 1999 12:33:46 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 12:33:46 -0800 (PST) From: Message-Id: <199912312033.MAA96048@freefall.freebsd.org> To: seb@strollo.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15791: Update for ports/lang/erlang (new version of Erlang released) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update for ports/lang/erlang (new version of Erlang released) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 31 12:33:27 PST 1999 State-Changed-Why: Update committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 12: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 C017214E2C for ; Fri, 31 Dec 1999 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA96354; Fri, 31 Dec 1999 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from serio.al.rim.or.jp (serio.al.rim.or.jp [202.247.191.123]) by hub.freebsd.org (Postfix) with ESMTP id 8DDC7155FD for ; Fri, 31 Dec 1999 12:33:04 -0800 (PST) (envelope-from inagaki@tg.rim.or.jp) Received: from mail1.rim.or.jp by serio.al.rim.or.jp (8.8.8/3.7W/HMX-12) with ESMTP id FAA19672 for ; Sat, 1 Jan 2000 05:33:02 +0900 (JST) Received: from lunatic.kareidoscope.ne.jp by mail1.rim.or.jp (8.9.3+Sun/3.7W/) id FAA25261; Sat, 1 Jan 2000 05:32:53 +0900 (JST) (envelope-from inagaki@tg.rim.or.jp) Received: from localhost (localhost [127.0.0.1]) by lunatic.kareidoscope.ne.jp (8.9.3/3.7W) with ESMTP id FAA17389 for ; Sat, 1 Jan 2000 05:32:23 +0900 (JST) Message-Id: <20000101053223I.inagaki@tg.rim.or.jp> Date: Sat, 01 Jan 2000 05:32:23 +0900 From: Kentaro Inagaki / =?iso-2022-jp?B?GyRCMHAzQBsoQiAbJEI3ckJATzobKEI=?= To: freebsd-gnats-submit@freebsd.org Subject: ports/15817: fix: ptex-pkfonts* Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15817 >Category: ports >Synopsis: fix: ptex-pkfonts* >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 31 12:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Inagaki Kentaro & >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: This port uses ${PORTSDIR} and `.include '. But does not need to use this. Furthermore this may cause a problem in the future. This problems is fixed in following patches. >How-To-Repeat: >Fix: diff -ruNx CVS /usr/ports/japanese/ptex-pkfonts118/Makefile ptex-pkfonts118/Makefile --- /usr/ports/japanese/ptex-pkfonts118/Makefile Mon Dec 27 10:15:31 1999 +++ ptex-pkfonts118/Makefile Fri Dec 31 22:20:49 1999 @@ -8,8 +8,6 @@ RESOLUTION= 118 -.include - -MASTERDIR= ${PORTSDIR}/japanese/ptex-pkfonts300 +MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 .include "${MASTERDIR}/Makefile" diff -ruNx CVS /usr/ports/japanese/ptex-pkfonts240/Makefile ptex-pkfonts240/Makefile --- /usr/ports/japanese/ptex-pkfonts240/Makefile Mon Dec 27 10:15:32 1999 +++ ptex-pkfonts240/Makefile Fri Dec 31 22:21:05 1999 @@ -8,8 +8,6 @@ RESOLUTION= 240 -.include - -MASTERDIR= ${PORTSDIR}/japanese/ptex-pkfonts300 +MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 .include "${MASTERDIR}/Makefile" diff -ruNx CVS /usr/ports/japanese/ptex-pkfonts360/Makefile ptex-pkfonts360/Makefile --- /usr/ports/japanese/ptex-pkfonts360/Makefile Mon Dec 27 10:15:36 1999 +++ ptex-pkfonts360/Makefile Fri Dec 31 22:21:51 1999 @@ -8,8 +8,6 @@ RESOLUTION= 360 -.include - -MASTERDIR= ${PORTSDIR}/japanese/ptex-pkfonts300 +MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 .include "${MASTERDIR}/Makefile" diff -ruNx CVS /usr/ports/japanese/ptex-pkfonts400/Makefile ptex-pkfonts400/Makefile --- /usr/ports/japanese/ptex-pkfonts400/Makefile Mon Dec 27 10:15:38 1999 +++ ptex-pkfonts400/Makefile Fri Dec 31 22:21:48 1999 @@ -8,8 +8,6 @@ RESOLUTION= 400 -.include - -MASTERDIR= ${PORTSDIR}/japanese/ptex-pkfonts300 +MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 .include "${MASTERDIR}/Makefile" diff -ruNx CVS /usr/ports/japanese/ptex-pkfonts600/Makefile ptex-pkfonts600/Makefile --- /usr/ports/japanese/ptex-pkfonts600/Makefile Mon Dec 27 10:15:39 1999 +++ ptex-pkfonts600/Makefile Fri Dec 31 22:21:46 1999 @@ -8,8 +8,6 @@ RESOLUTION= 600 -.include - -MASTERDIR= ${PORTSDIR}/japanese/ptex-pkfonts300 +MASTERDIR= ${.CURDIR}/../ptex-pkfonts300 .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 Dec 31 13: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 DCD5015600 for ; Fri, 31 Dec 1999 13:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA98078; Fri, 31 Dec 1999 13:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 31 Dec 1999 13:10:02 -0800 (PST) Message-Id: <199912312110.NAA98078@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Steve Price Subject: Re: ports/15817: fix: ptex-pkfonts* Reply-To: Steve Price Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15817; it has been noted by GNATS. From: Steve Price To: Kentaro Inagaki / =?iso-2022-jp?B?GyRCMHAzQBsoQiAbJEI3ckJATzobKEI=?= Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/15817: fix: ptex-pkfonts* Date: Fri, 31 Dec 1999 15:00:00 -0600 (CST) On Sat, 1 Jan 2000, Kentaro Inagaki / [iso-2022-jp] 稲垣 健太郎 wrote: # This port uses ${PORTSDIR} and `.include '. # But does not need to use this. But using ${PORTSDIR} instead of ${.CURDIR}/../foo means that I can check out the ja-ptext-pkfonts118 port in /tmp make some changes to it and test it without having to checkout all of the other ports provided I have /usr/ports checked-out and up-to-date. This is a good thing IMHO and the reason why I committed the ports this way. I could be wrong though, since it appears most of the other ports use ${.CURDIR}. :) # Furthermore this may cause a problem in the future. Please explain. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 13:56: 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 6D71315738; Fri, 31 Dec 1999 13:55:54 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA00404; Fri, 31 Dec 1999 13:55:54 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Fri, 31 Dec 1999 13:55:54 -0800 (PST) From: Message-Id: <199912312155.NAA00404@freefall.freebsd.org> To: andrews@technologist.com, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15797: new port: graphics/gnofract4d Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: graphics/gnofract4d State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Fri Dec 31 13:51:42 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 14:41: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 871CF156BB; Fri, 31 Dec 1999 14:40:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA03295; Fri, 31 Dec 1999 14:40:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 14:40:57 -0800 (PST) From: Message-Id: <199912312240.OAA03295@freefall.freebsd.org> To: tcrimi@procida.res.cmu.edu, steve@FreeBSD.org, ache@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14838: New Speak Freely has been released Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Speak Freely has been released State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 31 14:36:40 PST 1999 State-Changed-Why: Update committed, thanks! Responsible-Changed-From-To: ache->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Fri Dec 31 14:36:40 PST 1999 Responsible-Changed-Why: Andrey no longer maintains this port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 15: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 610D915663; Fri, 31 Dec 1999 15:44:29 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA06433; Fri, 31 Dec 1999 15:44:29 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 15:44:29 -0800 (PST) From: Message-Id: <199912312344.PAA06433@freefall.freebsd.org> To: sst@hermes.vmunix.dk.eu.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11652: New port: net/dictd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: net/dictd State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 31 15:43:53 PST 1999 State-Changed-Why: See also ports/13898 for this port and David O'Brien already has that one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 16:22: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 9313B14FDA; Fri, 31 Dec 1999 16:22:33 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA08123; Fri, 31 Dec 1999 16:22:33 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 16:22:33 -0800 (PST) From: Message-Id: <200001010022.QAA08123@freefall.freebsd.org> To: pfgiffun@bachue.usc.unal.edu.co, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10813: crossgo32 brokeness Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: crossgo32 brokeness State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 31 16:22:14 PST 1999 State-Changed-Why: Some of the distfiles for this update are no longer available. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 16:23: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C15EF14C5A; Fri, 31 Dec 1999 16:23:00 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA08196; Fri, 31 Dec 1999 16:23:00 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 16:23:00 -0800 (PST) From: Message-Id: <200001010023.QAA08196@freefall.freebsd.org> To: frankch@waru.life.nthu.edu.tw, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10916: New port: biology/molmol Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: biology/molmol State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 31 16:22:43 PST 1999 State-Changed-Why: This distfiles for this ports is no longer available. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 16:24: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 1C0BE15674; Fri, 31 Dec 1999 16:24:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA08325; Fri, 31 Dec 1999 16:24:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 16:24:13 -0800 (PST) From: Message-Id: <200001010024.QAA08325@freefall.freebsd.org> To: sindau@hotmail.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11029: Configure scripts for non ported applications no longer find installed libraries. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Configure scripts for non ported applications no longer find installed libraries. State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 31 16:23:09 PST 1999 State-Changed-Why: We can't really do much about software that is outside of the ports collection. If you have specific questions about porting a piece of software you can ask them on freebsd-ports@freebsd.org. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 16:24: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 69D4214F08; Fri, 31 Dec 1999 16:24:36 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA08409; Fri, 31 Dec 1999 16:24:36 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 31 Dec 1999 16:24:36 -0800 (PST) From: Message-Id: <200001010024.QAA08409@freefall.freebsd.org> To: nobreak@kr.freebsd.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11034: New port: www/crazywwwboardle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: www/crazywwwboardle State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 31 16:24:20 PST 1999 State-Changed-Why: Distfile for this port is no longer available. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 31 22:20: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D664A14F76 for ; Fri, 31 Dec 1999 22:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA22536; Fri, 31 Dec 1999 22:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E931614CCD; Fri, 31 Dec 1999 22:12:18 -0800 (PST) Message-Id: <20000101061218.E931614CCD@hub.freebsd.org> Date: Fri, 31 Dec 1999 22:12:18 -0800 (PST) From: taguchi@tohoku.iij.ad.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15818: [UPDATE] x11-servers/XttXF86srv-common Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15818 >Category: ports >Synopsis: [UPDATE] x11-servers/XttXF86srv-common >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 31 22:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Taguchi, Takeshi >Release: FreeBSD-3.4-Stable >Organization: IIJ >Environment: FreeBSD uni.ff.iij4u.or.jp 3.4-STABLE FreeBSD 3.4-STABLE #14: Wed Dec 29 09:26:54 JST 1999 root@uni.ff.iij4u.or.jp:/usr/src/sys/compile/UNI i386 >Description: A Happy New Year! Here is a update patch for x11-servers/XttXF86srv-common. (1) Xtt does not handle "host.def.local" file. This is not good for peoples who want to something to modify. (2) Fix: xfs uninitialized variable. Thanks, Akio Morita. (3) Fix: Big5 mapping probrem. I think this is fatal for BIG5 users. This patch is developed by the CLE at Taiwan (Chinese Linux Extension). Thanks, Clive Lin. >How-To-Repeat: >Fix: Please apply following patch to ${PORTSDIR}/x11-servers/XttXF86srv-common. Thanks. BEGIN>---88-- begin 644 Xtt-20000101.patch.gz M'XL("$F6;3@"`UAT="TR,#`P,#$P,2YP871C:`#MG'UOV]85A_]./P71%4,R MQ['.CR_WTEV'\+7UEL:#[6P=4,!39#D1ZMB%K6PIMG[WD>)C6[SNTJ39L`Y5 M$/C8$GGT2(?F?7P.P9/%Z6FT_?KR:?35O;HX?[1_L/?Y MSK?3Y>SE_&J(V]/IW>WN;/+1]O;VNZ:[=_3R=?3[Z7D4633)=R>3[G]DN9M\ MM+6U]0ZO=>_/\Y.HGL^BR*_VCW?CO-L_SS]Z_#C:GCR<1%OV4'GT^/%'6SW6 ME]-OYJ>+L_FCB\O%B]6+[\^6D7QD?M>ZG6W8>:M_]>MM[[67BV&S+G4'F.PF M,9OU+Y)F#UVTU7WUJU>)[MV+NG_SVVG/IB^NHNV]OW[[]Y._[LS??'MQN;S:X8U^/'Q";WEK0=+R]>+L MI+TX7Q[.+_\VO]P_/_LN^DMS^)9/9_LZQ2?WFZ^.#HKC+_8/CX[KIGWPEIT^ MN"*+5]V'&G5O>VV#ZQKU+[[WM#F\?6``V__C4??8]E7TYA45B;;KH_T_UGL' MGWURO_NF>[*NGAT,/W??'#1/NW>R=]`__NQJOG=^M9R>G9AUM8W3_TUMGRR>OT-A?[$U.GG/T_GLQT^QL_[?]ZOCJ= M:W4Z5[R;^+NGY^GJR_+B676H M1[/A9'^]4DA1MTQ(NW&\=K)_IT1A#G>[8/1\N4\?9C[:(JY^/?I_Q9.CZHN# MAS\Y_MS2;*VGF;QIL]*((L;$A)@2,Z*[2;/ZT?-P3BR();$BUL2&V([25)/A MX0J:"IH*F@J:"IH*FFI,4T%305-!4T%305-!4T%3C6EJ:&IH:FAJ:&IH:FAJ M:.HQ30U-#4T-30U-#4T-30U-/:9IH&F@::!IH&F@::!IH&G&-`TT#30--`TT M#30--`TTS9BFA::%IH6FA::%IH6FA:8=T[30M-"TT+30M-"TT+30M",:-QEH MW,2((L;$A)@2,Z(;I_$\G!,+8DFLB#6QN?F=ZK+L_*9[L'+))-I>?=.VT6]V M1NG;83>#UJ`U:`U:@]:@M6Q$:8Z'H35H#5J#UJ`U:*T9IX%&T`@:02-H!(V@ MT9A&T`@:02-H!(V@$30:TPB:&)H8FAB:&)H8FAB:>$P30Q-#$T,30Q-#$T,3 M0Q./:6)H$F@2:!)H$F@2:!)HDC%-`DT"30)-`DT"30)-4O]\5XR?]_KEDH9( MY5(JEU*YE,JE5"Y-1I5**6#*B2&E-@\9!XZ'QT'AH/#1^3..A\=!X:#PT'AH/C8?&CVD\-!X: M#TT.30Y-#DT.33ZFR:')HOWR=]:O@M-4`6T!;0%M"2TNZ7!)U[OD6AJ4 MTJ&4#J5T);2XI,,E'2[I>I=<3P,-2NE02E="@TLZ7-+ADJX:TZ"4#J5T**6K MH,$E'2[I<$E7C6E02H=2.I325=#@D@Z7=+BDJ\F9"?C&@\HR'/:,@S&O*,ACRC(3]Q1$_,QVD* M'BZ)%;$F-D1HF/EX&],P^O&,?CRC'\_HQQLTS'P\,Q]O8QI&/Y[1CV?TXQG] M>(.&F8]GYN,UIF'TXQG]>$8_GM&/%S3,?#PS'Z\Q#:,?S^C',_KQC'Z\H&'F MXYGY^'A,P^C',_KQC'X\HQ\?0\/,QS/S\?&8AM&/9_3C&?UX1C\^AH:9CV?F MXY,Q#:,?S^C',_KQC'Y\`@TS']_/?&YZJ]&@A/FU$N8H831D3YHA>]*D*[C4 MAM^--!X*F\:>YX>CLHO5$!-WTY3J?QRZVFE&N[`8-DNK80*0MD.'O]N]'5[& M7Z=;C;]65P&SX:) MEF^&SG.>]/RW:9*AY]_%5?\Q+X:!1A>'S+B=M3MIR+8TOAS9YEV;U MMO)JF$3DS=!)=MDPN>C2ECQ?D+:^.5UVFTV&5^\B3Q?)\":'247W9H>T;>[_ MVV?=]Z7IMO-\ABK7#WOOA\9SZH3R/Y\2"6!(K8DULB.TXC\%C M\!@\!H_!8_`8/!;P&#P&C\%C\!@\!H_!8P&/X!$\@D?P"![!(W@4\`@>P2-X M!(_@$3R"1P%/#$\,3PQ/#$\,3PQ/#$\<\,3PQ/#$\,3PQ/#$\,2W%Y!$H7G] MU/A+R;/Z_-HA)M0OH7X)]4NH7T+]^L5ZO5X)=1P6[2Y2OX3Z)=0OH7X)]>LO MU!CEX;A*X$GA2>%)X4GA2>%)`YX4GA2>%)X4GA2>%)X4GC3@2>%)X#) MX,G@R>#)`IX,G@R>#)X,G@R>#)X,GBS@R>#)X''P.'@!X\+>!P\#AX' MCX/'P>/@'@^/#W@\/!X>#X^'Q\/CX?'P^(#'P^/A MR>')X')X')X')X' MMX"W@+>`MX"W=YCU/`7GT0+>`MX"W@+>`MX"WOX*A%$>>`IX"GA*>$IX2GA* M>,J`IX2GA*>$IX2GA*>$IX2G#'A*>$IX2G@J>"IX*G@J>*J`IX*G@J>"IX*G M@J>"IX*G"G@J>"IX*GAJ>&IX:GAJ>.J`IX:GAJ>&IX:GAJ>&IRXWZ]J'K&LU MYXF:^M74KZ9^#?5KJ%]__<9ZO1KJV'">:*A?0_T:ZM=0OX;Z]1=PC/)P7#7P M-/`T\#3PM/"T\+0!3PM/"T\+3PM/"T\+3PM/&_"T\+3PM/"T\`R]G\;P;\._ M;3+F,3S<\'##PPT/M^'/VBYZ8DXL@CPECU?$FM@0X<&_#?\V"WCP<,/##0\W M/-P,'OS;\&^S@`&&AQL>;H('_S;\VQ3P MX.&&AQL>;GBX"1[\V_!OBP,>/-SP<,/##0^W&![\VWK_#M>UZGI=J^ZL:X:G M&YYN>+KAZ1;#BV\:OFF];Z[GP3L-[S2\TQ)X\4W#-PW?M-XW1WG@P3L-[[0$ M'GS3\$W#-RT->/!.PSL-[[04'GS3\$W#-RT->/!.PSL-[[04'GS3\$W#-RT+ M>/!.PSL-[[0,'GS3\$W#-RT+>/!.PSL-[[0,'GS3\$W#-\T%/'BGX9V&=YJ# M!]\T?-.+KAZ8:GFZ-^^+FY\=_IAJ<;GFYXNN'IAJ>;IW[X M^:K/.+KAZ>;AP<_-!SQXNN'IAJ<;GFYXNN7PX.>6!SQXNN'I MAJ<;GFXY//BWX=^6!SQXN.'AAH<;'FX%//BWX=]6!#QXN.'AAH<;'FX%//BW MX=]6!#QXN.'AAH<;'FXE//BWX=]6!CQXN.'AAH<;'FXE//BWX=]6!CQXN.'A MAH<;'FX5//BWX=]6!3QXN.'AAH<;'FX5//BWX=]6!3QXN.'AAH<;'FXU//BW M]?X=KFOU];I6WUW7\'3#TPU/-SS=:GCQ3<,WK??-41[.HWBGX9W6P(MO&KYI M^*;UOKF>!^\TO-/P3FO@P3<-WS1\TYJ`!^\TO-/P3FOAP3<-WV2*?H^PK? M%+XI?%.3)L@##]XIO%/T?85O"M]4[YN;=>TGKVO"TX6G"T\7GB[ZY,+/9>._ MTX6G"T\7GBX\77BZZ),+/Y?&?Z<+3Q>>SCBNB_#@Z:)/+OQ<"GCP=.'IPM.% MIPM/%WURX>?]K05&>?!TX>G"TX6GBSZY\&_AWXH#'CQ<>+CP<.'AHN\K_%OX MMY*`!P\7'BX\7'BXZ/L*_Q;^K23@P<.%APL/%QXN^K["OX5_*PUX\'#AX<+# MA8>+OJ_P;^'?2@,>/%QXN/!PX>&B[RO\6_BWLH`'#Q<>+CQ<>+CH^PK_%OZM M+.#!PX6'"P\7'B[ZOL*_U?MWN*XUU^M:*OK#P3>&;PC?5^^9Z'KQ3>*?P3M$7%KXI?%/XIGS`@W<*[Q3> M*?K"PC>%;PK?5![PX)W".X5WBKZP\$WAF\(WE0<\>*?P3N&=HN\K?%/XIO!- M%0$/WBF\4WBGZ/L*WQ2^*7Q31<"#=PKO%-XI^K["-X5OJO?-S;KVT]FB3R[\?'4-PGJ]\'3AZ<+3A:<+3Q=]>+CQ=],F%GZL.>/!TX>G"TX6GBSZY\&_AWZH#'CQ< M>+CP<.'AHN\K_%OXMYJ`!P\7'BX\7'BXZ/L*_Q;^K2;@P<.%APL/%QXN^K[" MOX5_JPUX\'#AX<+#A8>+OJ_P;^'?:@,>/%QXN/!PX>&B[RO\.\:_X\F8)\;# M8SP\QL-C/#RF[QOCWS'^'4_R($_!XR6Q(M;$A@A/[]]KUY]\_VGWI?M?[=?- M<;7_]$_'1W_>/]ZOCIJCXZ/]X_X.-?=GL^/GBQ?I\?+B^/7LJN/N5L/3U^>S MY>+B/#J?OIK?7CCV[_XMGY^578JCBV?7"9;3YV?SV[VWW[;WY,V$.=YDU8?O M=I]=G,RCR^GYBWET_^7BQSF]'#+=[S[?O@+OD.+!>]^EZ>3'[YQT\AYW:3KYP+LT MG81W:4IWT^S.79KL]B9-;V9P7%Z\N)R^NMIYON^_1M:[:M(UM_;*9V,[LO4W[.L^[IV3Z;OB8O3Z/YL MVKV]P_ERN3A_CZ;1Y]]%FW;@^@?_?VV;AZ+JJ+ZHCDNBR?%TZKY ME$/X^VA^=C7O-[TI_>T>/YC]TS6,-9*7BU?3RV^BWWX63:)__C/J#LR;GWN2 *?P%]\JMFKE$``+TI ` end END>---88--- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message