From owner-freebsd-ports Sun Mar 21 1:10: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 957481518C for ; Sun, 21 Mar 1999 01:10:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA14860; Sun, 21 Mar 1999 01:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from server.research.zopps.fi (ws66.research.zopps.fi [195.165.196.66]) by hub.freebsd.org (Postfix) with ESMTP id A3CB5150AE for ; Sun, 21 Mar 1999 01:06:22 -0800 (PST) (envelope-from martti@research.zopps.fi) Received: from ws70.research.zopps.fi (ws70.research.zopps.fi [195.165.196.70]) by server.research.zopps.fi (8.9.2/8.8.8) with ESMTP id LAA01103 for ; Sun, 21 Mar 1999 11:05:36 +0200 (EET) (envelope-from martti.kuparinen) Received: (from martti@localhost) by ws70.research.zopps.fi (8.9.2/8.8.8) id LAA09674; Sun, 21 Mar 1999 11:05:36 +0200 (EET) (envelope-from martti@smtp.research.zopps.fi) Message-Id: <199903210905.LAA09674@ws70.research.zopps.fi> Date: Sun, 21 Mar 1999 11:05:36 +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/10703: [PATCH] minor fixes for ports/lang/jdk-doc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10703 >Category: ports >Synopsis: minor fixes for ports/lang/jdk-doc >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 Mar 21 01:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 3.1-RELEASE i386 >Organization: Oy L M Ericsson Ab >Environment: >Description: This patch does the following things: - show some **very** useful links after installing the port - use ${TAR} instead of just tar and prepend arguments with a `-' >How-To-Repeat: >Fix: Apply the following patch: *** lang/jdk-doc/Makefile.orig Sat Mar 20 15:00:22 1999 --- lang/jdk-doc/Makefile Sat Mar 20 15:31:17 1999 *************** *** 36,42 **** do-install: ${MKDIR} ${PREFIX}/jdk1.1.7 ! (cd ${WRKSRC} && tar cf - docs) \ ! | (cd ${PREFIX}/jdk1.1.7 && tar xf -) .include --- 36,45 ---- do-install: ${MKDIR} ${PREFIX}/jdk1.1.7 ! (cd ${WRKSRC} && ${TAR} -cf - docs) \ ! | (cd ${PREFIX}/jdk1.1.7 && ${TAR} -xf -) ! ! post-install: ! @${SED} s+!!PREFIX!!+${PREFIX}+g < ${PKGDIR}/MESSAGE .include *** lang/jdk-doc/pkg/MESSAGE.orig Sat Mar 20 15:02:43 1999 --- lang/jdk-doc/pkg/MESSAGE Sat Mar 20 15:28:28 1999 *************** *** 0 **** --- 1,17 ---- + Here are some useful bookmark entries for your Web browser: + + JDK 1.1.7 Documentation: + ------------------------ + file:!!PREFIX!!/jdk1.1.7/docs/index.html + + JDK 1.1 Package Index: + ---------------------- + file:!!PREFIX!!/jdk1.1.7/docs/api/packages.html + + JDK 1.1 Class Hierarchy: + ------------------------ + file:!!PREFIX!!/jdk1.1.7/docs/api/tree.html + + JDK 1.1 Index: + -------------- + file:!!PREFIX!!/jdk1.1.7/docs/api/a-names.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 Sun Mar 21 1:14: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 1B91E151F1; Sun, 21 Mar 1999 01:14:39 -0800 (PST) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA15140; Sun, 21 Mar 1999 01:14:20 -0800 (PST) (envelope-from flathill@FreeBSD.org) Date: Sun, 21 Mar 1999 01:14:20 -0800 (PST) From: Message-Id: <199903210914.BAA15140@freefall.freebsd.org> To: h-nokubi@yyy.or.jp, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10680 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: rip.xpm is missing (nethack) State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Sun Mar 21 01:14:07 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 Mar 21 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 F1B8615064 for ; Sun, 21 Mar 1999 01:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA15667; Sun, 21 Mar 1999 01:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 21 Mar 1999 01:40:01 -0800 (PST) Message-Id: <199903210940.BAA15667@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Kevin S. Ho" Subject: Re: ports/10682: List mirror sites in MASTER_SITE_BACKUP - ftp.freebsd.org is often full Reply-To: "Kevin S. Ho" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10682; it has been noted by GNATS. From: "Kevin S. Ho" To: Kris Kennaway Cc: foo@fdt.net, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/10682: List mirror sites in MASTER_SITE_BACKUP - ftp.freebsd.org is often full Date: Sun, 21 Mar 1999 04:38:32 -0500 (EST) On Sat, 20 Mar 1999, Kris Kennaway wrote: > On Fri, 19 Mar 1999 foo@fdt.net wrote: > > 1) Listed extra sites (ftpN.freebsd.org) in MASTER_SITES_BACKUP - often > > ftp.freebsd.org is full - minor fix. > > 2) Allows you to use bwtest to sort sites in order of speed, if you've > > got bwtest - otherwise just uses echo (no sorting) > I couldn't find bwtest as a port - could you point me to it? This sounds like > an idea I was going to work on when I got time. Since you've already jumped > in: Oops on my part. I wrote it, all my friends have it, I forgot I never released it. I'll send you the latest version from my work box monday, it's pretty trivial, but i changed a little bit of it. It's a really stripped down ping (complete with bsd copywrite) that sends four packts of different sizes to a host, and uses them to find 1/bandwidth independent of latency, and then takes a sum-of-quares of it to take into account how badly upspikes hurt ftp. > rtt each time you want to compile a port is hugely inefficient, I was thinking > of a once-off file generation event which runs through all of the mirrors and > orders them according to connectivity. Then instead of a static MASTER_SITE_* > variable, it would work through the top 5 entries in the generated file. Three problems: 1) this won't deal with the large majority of ports who's site is not on a popular, well known archive. 2) This generatiion event will be extremely slow over a modem (if we include all the obscure mirrors of gnu or sunsite or CERT, we're looking at say 400 sites, 5 seconds apiece) 3) Network loads vary greatly. If i run the test in peak time in the US and i'm in the US, i may find optimal being in say germany just because of the time load few solutions seem to exist without an additional layer of indirection ksh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 3: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 B3D9314FA2 for ; Sun, 21 Mar 1999 03:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA21667; Sun, 21 Mar 1999 03:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from corp.au.triax.com (slwag2p05.ozemail.com.au [203.108.157.53]) by hub.freebsd.org (Postfix) with ESMTP id A169114FA3 for ; Sun, 21 Mar 1999 03:36:39 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id WAA17278; Sun, 21 Mar 1999 22:36:16 +1100 (EST) Message-Id: <199903211136.WAA17278@corp.au.triax.com> Date: Sun, 21 Mar 1999 22:36:16 +1100 (EST) From: jim@phrantic.phear.net Reply-To: jim@corp.au.triax.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10706: update port: xchat-0.9.1 to 0.9.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10706 >Category: ports >Synopsis: update port: xchat-0.9.1 to 0.9.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 21 03:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Patch updates the xchat port from 0.9.1 to 0.9.3. I also added USE_X_PREFIX since it's a port for X and probably belongs in /usr/X11R6/bin instead of /usr/local/bin, and the post-install to strip the binary. -Jim >How-To-Repeat: >Fix: Apply the following patch.. diff -ruN xchat/Makefile xchat-0.9.3/Makefile --- xchat/Makefile Sun Mar 21 22:26:02 1999 +++ xchat-0.9.3/Makefile Sun Mar 21 22:27:23 1999 @@ -1,24 +1,30 @@ # New ports collection makefile for: xchat -# Version required: 0.9.1 +# Version required: 0.9.3 # Date created: 17 Nov 1998 # Whom: Jim Mock # # $Id: Makefile,v 1.6 1999/03/05 16:49:58 nectar Exp $ # -DISTNAME= xchat-0.9.1 +DISTNAME= xchat-0.9.3 CATEGORIES= net MASTER_SITES= http://xchat.linuxpower.org/files/ \ - http://www.ozemail.com.au/~peterzelezny/xchat/ + http://www.ozemail.com.au/~peterzelezny/xchat/ \ + http://www.spyda.co.za/pub/linux/x11/irc/xchat/ MAINTAINER= jim@phrantic.phear.net -LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 USE_GMAKE= yes USE_PERL5= yes +USE_X_PREFIX= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gnome -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" + +post-install: + strip ${PREFIX}/bin/xchat .include diff -ruN xchat/files/md5 xchat-0.9.3/files/md5 --- xchat/files/md5 Sun Mar 21 22:26:02 1999 +++ xchat-0.9.3/files/md5 Sun Mar 21 21:54:13 1999 @@ -1 +1 @@ -MD5 (xchat-0.9.1.tar.gz) = 9d2d55e6157e7a09f854fb412b343687 +MD5 (xchat-0.9.3.tar.gz) = 84e24beeba00f905a3aea18ce44f8a63 >Release-Note: >Audit-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 Mar 21 4:30:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B10BF14C58 for ; Sun, 21 Mar 1999 04:30:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA26075; Sun, 21 Mar 1999 04:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from di.nl (di.nl [194.134.3.197]) by hub.freebsd.org (Postfix) with ESMTP id 2972E14C58 for ; Sun, 21 Mar 1999 04:25:39 -0800 (PST) (envelope-from joep@di.nl) Received: (from root@localhost) by di.nl (8.8.8/8.8.8) id NAA04283; Sun, 21 Mar 1999 13:18:05 +0100 (CET) (envelope-from joep) Message-Id: <199903211218.NAA04283@di.nl> Date: Sun, 21 Mar 1999 13:18:05 +0100 (CET) From: joep@di.nl Reply-To: joep@di.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10707: [ADD] port for doxygen Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10707 >Category: ports >Synopsis: [ADD] port for doxygen >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 Mar 21 04:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Joep Grooten >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: >Environment: >Description: This is the port for the Doxygen documentation system >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: # # doxygen # doxygen/Makefile # doxygen/patches # doxygen/patches/patch-aa # doxygen/files # doxygen/files/md5 # doxygen/pkg # doxygen/pkg/COMMENT # doxygen/pkg/PLIST # doxygen/pkg/DESCR # echo c - doxygen mkdir -p doxygen > /dev/null 2>&1 echo x - doxygen/Makefile sed 's/^X//' >doxygen/Makefile << 'END-of-doxygen/Makefile' X# New ports collection makefile for: doxygen X# Version required: 0.4 X# Date created: 20 March 1998 X# Whom: Joep Grooten X# X# $Id$ X# X XDISTNAME= doxygen-0.4.src XPKGNAME= doxygen-0.4 XCATEGORIES= devel XMASTER_SITES= http://www.stack.nl/~dimitri/doxygen/dl/ X XMAINTAINER= joep@di.nl X XWRKSRC= ${WRKDIR}/doxygen-0.4 X XUSE_QT= yes X XUSE_PERL5= tmake requires perl5 XMAKE_ARGS= freebsd-g++ X Xdo-configure: X cd ${WRKSRC}/src; \ X ${MAKE} tmake \ X TMAKE=../tmake/bin/tmake \ X TMAKEPATH=../tmake/lib/freebsd-g++ \ X PERL=${PERL} X Xdo-build: X @(cd ${WRKSRC}/src; ${MAKE}) X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/bin/doxygen ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/bin/doxytag ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/bin/doxysearch ${PREFIX}/bin X X.include END-of-doxygen/Makefile echo c - doxygen/patches mkdir -p doxygen/patches > /dev/null 2>&1 echo x - doxygen/patches/patch-aa sed 's/^X//' >doxygen/patches/patch-aa << 'END-of-doxygen/patches/patch-aa' Xdiff -cr ../doxygen-0.4/Makefile ./Makefile X*** ../doxygen-0.4/Makefile Sat Nov 28 19:32:53 1998 X--- ./Makefile Sat Mar 20 16:36:52 1999 X*************** X*** 1,6 **** X MAKE = make # name of the make tool to use X TAR = tar # name of the GNU tar tool X! PERL = perl # name of the perl interpreter (version 5.0 or higher) X TMAKE = ../tmake/bin/tmake X X # for BSD-make X--- 1,6 ---- X MAKE = make # name of the make tool to use X TAR = tar # name of the GNU tar tool X! PERL = $(PERL5) # name of the perl interpreter (version 5.0 or higher) X TMAKE = ../tmake/bin/tmake X X # for BSD-make X*************** X*** 242,244 **** X--- 242,246 ---- X src Makefile Makefile.windows INSTALL make.bat X X FORCE: X+ X+ all: XOnly in .: Makefile.doxygen Xdiff -cr ../doxygen-0.4/src/doxygen.pro ./src/doxygen.pro X*** ../doxygen-0.4/src/doxygen.pro Thu Dec 3 23:09:30 1998 X--- ./src/doxygen.pro Sun Mar 21 12:24:16 1999 X*************** X*** 29,35 **** X cppvalue.cpp ce_lex.cpp ce_parse.cpp pre.cpp \ X tag.cpp filename.cpp declinfo.cpp defargs.cpp define.cpp X win32:INCLUDEPATH += . X! #unix:INCLUDEPATH += /usr/include X #unix:TMAKE_CFLAGS = -ansi -pedantic -D_POSIX_SOURCE X TARGET = ../bin/doxygen X OBJECTS_DIR = ../objects X--- 29,36 ---- X cppvalue.cpp ce_lex.cpp ce_parse.cpp pre.cpp \ X tag.cpp filename.cpp declinfo.cpp defargs.cpp define.cpp X win32:INCLUDEPATH += . X! unix:INCLUDEPATH += /usr/local/include /usr/local/qt/include /usr/X11R6/include/X11/qt/ X! unix:TMAKE_LIBS += -L/usr/local/lib -L/usr/local/qt/lib -L/usr/X11R6/lib X #unix:TMAKE_CFLAGS = -ansi -pedantic -D_POSIX_SOURCE X TARGET = ../bin/doxygen X OBJECTS_DIR = ../objects Xdiff -cr ../doxygen-0.4/src/doxytag.pro ./src/doxytag.pro X*** ../doxygen-0.4/src/doxytag.pro Thu Dec 3 23:09:31 1998 X--- ./src/doxytag.pro Sun Mar 21 12:24:45 1999 X*************** X*** 19,23 **** X SOURCES = doxytag.cpp suffixtree.cpp searchindex.cpp images.cpp X TARGET = ../bin/doxytag X win32:INCLUDEPATH += . X! #unix:INCLUDEPATH += /usr/include X OBJECTS_DIR = ../objects X--- 19,24 ---- X SOURCES = doxytag.cpp suffixtree.cpp searchindex.cpp images.cpp X TARGET = ../bin/doxytag X win32:INCLUDEPATH += . X! unix:INCLUDEPATH += /usr/local/include /usr/local/qt/include /usr/X11R6/include/X11/qt/ X! unix:TMAKE_LIBS += -L/usr/local/lib -L/usr/local/qt/lib -L/usr/X11R6/lib X OBJECTS_DIR = ../objects Xdiff -cr ../doxygen-0.4/tmake/bin/tmake ./tmake/bin/tmake X*** ../doxygen-0.4/tmake/bin/tmake Fri Nov 13 23:56:54 1998 X--- ./tmake/bin/tmake Sat Mar 20 12:28:08 1999 X*************** X*** 1,4 **** X! #!/usr/bin/perl X ############################################################################ X # $Id: tmake,v 1.53 1998/11/12 17:24:11 hanord Exp $ X # X--- 1,4 ---- X! #!/usr/local/bin/perl X ############################################################################ X # $Id: tmake,v 1.53 1998/11/12 17:24:11 hanord Exp $ X # X*************** X*** 207,213 **** X sub check_unix { X my($r); X $r = 0; X! if ( -f "/bin/uname" ) { X $r = 1; X (-f "\\bin\\uname") && ($r = 0); X } X--- 207,213 ---- X sub check_unix { X my($r); X $r = 0; X! if ( -f "/usr/bin/uname" ) { X $r = 1; X (-f "\\bin\\uname") && ($r = 0); X } END-of-doxygen/patches/patch-aa echo c - doxygen/files mkdir -p doxygen/files > /dev/null 2>&1 echo x - doxygen/files/md5 sed 's/^X//' >doxygen/files/md5 << 'END-of-doxygen/files/md5' XMD5 (doxygen-0.4.src.tar.gz) = 6cee71d1331ba6f3019e3ee184663a6f END-of-doxygen/files/md5 echo c - doxygen/pkg mkdir -p doxygen/pkg > /dev/null 2>&1 echo x - doxygen/pkg/COMMENT sed 's/^X//' >doxygen/pkg/COMMENT << 'END-of-doxygen/pkg/COMMENT' Xa documentation system for C and C++. END-of-doxygen/pkg/COMMENT echo x - doxygen/pkg/PLIST sed 's/^X//' >doxygen/pkg/PLIST << 'END-of-doxygen/pkg/PLIST' Xbin/doxygen Xbin/doxytag Xbin/doxysearch END-of-doxygen/pkg/PLIST echo x - doxygen/pkg/DESCR sed 's/^X//' >doxygen/pkg/DESCR << 'END-of-doxygen/pkg/DESCR' XDoxygen is a documentation system for C and C++. It can generate an on-line Xclass browser (in HTML) and/or an off-line reference manual (in LaTeX) from a Xset of documented source files. The documentation is extracted directly from Xthe sources. X Xhttp://www.stack.nl/~dimitri/doxygen X XJoep Grooten Xjoep@di.nl END-of-doxygen/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 Mar 21 5: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 75FAB1533E; Sun, 21 Mar 1999 05:19:15 -0800 (PST) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA34014; Sun, 21 Mar 1999 05:18:57 -0800 (PST) (envelope-from flathill@FreeBSD.org) Date: Sun, 21 Mar 1999 05:18:57 -0800 (PST) From: Message-Id: <199903211318.FAA34014@freefall.freebsd.org> To: jim@corp.au.triax.com, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10706 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: xchat-0.9.1 to 0.9.3 State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Sun Mar 21 05:18:38 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 Mar 21 6:12:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id 3E40D150F1 for ; Sun, 21 Mar 1999 06:12:08 -0800 (PST) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: from localhost (localhost.pis [127.0.0.1]) by pis.toba-cmt.ac.jp (8.9.3/8.8.8) with ESMTP id XAA94933; Sun, 21 Mar 1999 23:14:34 +0900 (JST) (envelope-from kiri@pis.toba-cmt.ac.jp) To: freebsd-ports@FreeBSD.ORG, lukin@okbmei.msk.su Subject: Add Files.ad in x11-fm/asfiles ? X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Sun_Mar_21_23:14:32_1999_179)--" Content-Transfer-Encoding: 7bit Message-Id: <19990321231434L.kiri@pis.toba-cmt.ac.jp> Date: Sun, 21 Mar 1999 23:14:34 +0900 From: KIRIYAMA Kazuhiko X-Dispatcher: imput version 980905(IM100) Lines: 95 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----Next_Part(Sun_Mar_21_23:14:32_1999_179)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi. x11-fm/asfiles does not contain resource file src/Files.ad. Would you add Files.ad to x11-fm/asfiles? Regards. --- KIRIYAMA Kazuhiko ----Next_Part(Sun_Mar_21_23:14:32_1999_179)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Description: asfiles-1.0-990321.diff Content-Disposition: attachment; filename=asfiles-1.0-990321.diff diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/x11-fm/asfiles/Makefile ./Makefile --- /usr/ports/current/x11-fm/asfiles/Makefile Tue Mar 16 02:40:13 1999 +++ ./Makefile Sun Mar 21 22:50:34 1999 @@ -21,5 +20,11 @@ USE_X_PREFIX= yes MAN1= files.1 MAN3= regexp.3 + +post-install: + ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-aa + ${INSTALL_DATA} ${WRKSRC}/src/Files.ad ${PREFIX}/lib/X11/app-defaults/ + ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + ${MV} ${WRKSRC}/src/Files.ad.orig ${WRKSRC}/src/Files.ad .include diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/x11-fm/asfiles/files/patch-aa ./files/patch-aa --- /usr/ports/current/x11-fm/asfiles/files/patch-aa Thu Jan 1 09:00:00 1970 +++ ./files/patch-aa Sun Mar 21 21:32:36 1999 @@ -0,0 +1,19 @@ +--- src/Files.ad.orig Mon Apr 21 12:55:17 1997 ++++ src/Files.ad Sun Mar 21 21:29:33 1999 +@@ -5,13 +5,13 @@ + !*********************************************************************** + + ! Search paths for icon files +-Files*bitmapPath: /usr/local/include/bitmaps +-Files*pixmapPath: /usr/local/include/pixmaps:/usr/X11/lib/X11/afterstep/icons ++Files*bitmapPath: %%PREFIX%%/include/bitmaps ++Files*pixmapPath: %%PREFIX%%/include/pixmaps:%%PREFIX%%/include/X11/pixmaps + ! A pixmap for the background + !Files*icon box*backgroundPixmap: /usr/local/pixmaps/Files_back.xpm + + ! System-wide Configuration file +-Files*configFile: /usr/local/lib/OffiX/Filesrc ++Files*configFile: %%PREFIX%%/share/OffiX/Filesrc + + ! Double click time in milliseconds + Files*doubleClickTime: 300 diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/x11-fm/asfiles/pkg/INSTALL ./pkg/INSTALL --- /usr/ports/current/x11-fm/asfiles/pkg/INSTALL Thu Jan 1 09:00:00 1970 +++ ./pkg/INSTALL Sun Mar 21 21:40:08 1999 @@ -0,0 +1,7 @@ +#!/bin/sh + +ADDIR=${PKG_PREFIX}/lib/X11/app-defaults + +if [ X"$2" = "XPOST-INSTALL" ]; then + perl -pe 's/%%PREFIX%%/$ENV{PKG_PREFIX}/g' ${ADDIR}/Files.ad > ${ADDIR}/Files +fi diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/x11-fm/asfiles/pkg/PLIST ./pkg/PLIST --- /usr/ports/current/x11-fm/asfiles/pkg/PLIST Sun Jan 3 19:13:05 1999 +++ ./pkg/PLIST Sun Mar 21 21:07:39 1999 @@ -220,6 +220,8 @@ include/pixmaps/Workshop.xpm include/pixmaps/interface.xpm include/pixmaps/PDFOmni.xpm +lib/X11/app-defaults/Files.ad +@unexec rm -rf %B/Files share/OffiX/FilesMagic share/OffiX/Filesrc @dirrm share/OffiX diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/x11-fm/asfiles/scripts/post-configure ./scripts/post-configure --- /usr/ports/current/x11-fm/asfiles/scripts/post-configure Thu Jan 1 09:00:00 1970 +++ ./scripts/post-configure Sun Mar 21 21:45:19 1999 @@ -0,0 +1,7 @@ +#!/bin/sh + +dirs=". src src/bitmaps src/pixmaps src/external src/regexp pixmaps bitmaps" + +for d in ${dirs}; do + perl -pi -e 's@^(prefix[ \t]*=).*$@$1\${PREFIX}@' ${WRKSRC}/${d}/Makefile +done ----Next_Part(Sun_Mar_21_23:14:32_1999_179)---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 9:39: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from phk.freebsd.dk (phk.freebsd.dk [212.242.40.153]) by hub.freebsd.org (Postfix) with ESMTP id 059F8150F9 for ; Sun, 21 Mar 1999 09:39:01 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by phk.freebsd.dk (8.9.1/8.8.8) with ESMTP id SAA29166 for ; Sun, 21 Mar 1999 18:38:41 +0100 (CET) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.2/8.9.2) with ESMTP id SAA12032 for ; Sun, 21 Mar 1999 18:38:39 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: ports@freebsd.org Subject: teTeX-beta problem... From: Poul-Henning Kamp Date: Sun, 21 Mar 1999 18:38:39 +0100 Message-ID: <12030.922037919@critter.freebsd.dk> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On my -current machine I cannot install the docproj port because the teTeX-beta fails with the attached problem. Anybody have a good suggestion ? I would really like to get DocBook-able here so I can get some words minced... /usr/bin/install -c -o root -g wheel odvips /usr/local/bin/odvips gmake[2]: Leaving directory `/usr/ports/print/teTeX-beta/work/teTeX-0.9/texk/odvipsk' gmake[2]: Entering directory `/usr/ports/print/teTeX-beta/work/teTeX-0.9/texk/oxdvik' cc -DHAVE_CONFIG_H -I. -I. -I/usr/local/include/w3c-libwww -DHAVE_LIBWWW -DHAVE_WWWLIB_H -DPS_GS -I/usr/X11R6/include -DOmega -I.. -I./.. -O -pipe -c xdvi.c In file included from /usr/local/include/w3c-libwww/WWWXML.h:41, from /usr/local/include/w3c-libwww/HTInit.h:119, from /usr/local/include/w3c-libwww/WWWInit.h:67, from xdvi.c:94: /usr/local/include/w3c-libwww/HTXML.h:37: xmlparse.h: No such file or directory In file included from xdvi.c:127: version.h:1: warning: `VERSION' redefined /usr/local/include/w3c-libwww/wwwconf.h:474: warning: this is the location of the previous definition In file included from /usr/local/include/w3c-libwww/WWWXML.h:41, from /usr/local/include/w3c-libwww/HTInit.h:119, from /usr/local/include/w3c-libwww/WWWInit.h:67, from xdvi.c:94: /usr/local/include/w3c-libwww/HTXML.h:69: parse error before `XML_Parser' /usr/local/include/w3c-libwww/HTXML.h:91: parse error before `XML_StartElementHandler' gmake[2]: *** [xdvi.o] Error 1 gmake[2]: Leaving directory `/usr/ports/print/teTeX-beta/work/teTeX-0.9 -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 10: 0: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 BBA5C153B7 for ; Sun, 21 Mar 1999 10:00:24 -0800 (PST) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA03365 for ports@freebsd.org; Sun, 21 Mar 1999 10:00:06 -0800 (PST) (envelope-from fenner@FreeBSD.org) Date: Sun, 21 Mar 1999 10:00:06 -0800 (PST) From: Message-Id: <199903211800.KAA03365@freefall.freebsd.org> To: ports@freebsd.org Subject: Unfetchable distfiles reminder Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear porters, This is just a reminder to please periodically check the list of unfetchable distfiles at http://www.freebsd.org/~fenner/portsurvey/ . In particular, the list of ports with no MAINTAINER with distfile problems is http://www.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. Thanks for your help! Bill "distfiles" Fenner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 10: 2:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from oldnews.quick.net (unknown [207.212.170.1]) by hub.freebsd.org (Postfix) with ESMTP id 778F414D8D for ; Sun, 21 Mar 1999 10:02:23 -0800 (PST) (envelope-from donegan@oldnews.quick.net) Received: (from donegan@localhost) by oldnews.quick.net (8.8.5/8.6.9) id KAA15379; Sun, 21 Mar 1999 10:02:04 -0800 (PST) Date: Sun, 21 Mar 1999 10:02:03 -0800 (PST) From: "Steven P. Donegan" To: ports@freebsd.org Subject: Majordomo 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 If anyone has experience with setting up Majordomo please help - I can subscribe to the new list, and it seemingly accepts a test posting, but doesn't send it back out as it should. TIA. Steven P. Donegan email: donegan@quick.net Sr. Network Infrastructure Engineer ICBM: N 33' 47.538/W 117' 59.687 WANG Global (within 1 meter - 133 ASL) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 10:13: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from paprika.michvhf.com (paprika.michvhf.com [209.57.60.12]) by hub.freebsd.org (Postfix) with SMTP id D530714D1E for ; Sun, 21 Mar 1999 10:12:58 -0800 (PST) (envelope-from vev@michvhf.com) Received: (qmail 12477 invoked by uid 1001); 21 Mar 1999 18:12:41 -0000 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sun, 21 Mar 1999 13:12:41 -0500 (EST) X-Face: *0^4Iw) To: ports@freebsd.org Subject: wmWeather-1.28 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The source file locations for wmWeather-1.28 are both invalid. It's not on ftp.freebsd.org and the other site given is no longer available to the public. Vince. -- ========================================================================== Vince Vielhaber -- KA8CSH email: vev@michvhf.com flame-mail: /dev/null # include TEAM-OS2 Online Campground Directory http://www.camping-usa.com Online Giftshop Superstore http://www.cloudninegifts.com ========================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 11:16:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from news.IAEhv.nl (news.IAE.nl [194.151.64.4]) by hub.freebsd.org (Postfix) with ESMTP id 815FE1522D; Sun, 21 Mar 1999 11:16:27 -0800 (PST) (envelope-from volf@oasis.IAEhv.nl) Received: from oasis.IAEhv.nl (uucp@localhost) by news.IAEhv.nl (8.9.1/8.9.1) with IAEhv.nl id UAA09009; Sun, 21 Mar 1999 20:16:07 +0100 (MET) Received: from LOCAL (volf@localhost) by avalon.oasis.IAEhv.nl (8.9.2/1.63); pid 645 on Sun, 21 Mar 1999 19:15:58 GMT; id TAA00645 efrom: volf; eto: UNKNOWN From: volf@oasis.IAEhv.nl (Frank Volf) Message-Id: <199903211915.TAA00645@avalon.oasis.IAEhv.nl> Subject: Re: teTeX-beta problem... In-Reply-To: <12030.922037919@critter.freebsd.dk> from Poul-Henning Kamp at "Mar 21, 1999 6:38:39 pm" To: phk@freebsd.org (Poul-Henning Kamp) Date: Sun, 21 Mar 1999 20:15:58 +0100 (CET) Cc: ports@freebsd.org X-Mailer: ELM [version 2.4ME+ PL43 (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 Poul-Henning Kamp wrote: > > On my -current machine I cannot install the docproj port because > the teTeX-beta fails with the attached problem. Anybody have a > good suggestion ? I would really like to get DocBook-able here > so I can get some words minced... I fixed this by hand copy xmlparse.h from the libwww distribution (sorry can't remember the exact path in the dist file) to /usr/local/include/w3c-libwww Then you will find that some programs (if I remember correctly xdvi and oxdvi) will not link. Copy and paste the command that fails and add '-lmd5 -lxmltok -lxmlparse' to the link command line. I didn't submit a fix, because I'm not sure if this is the correct fix to libwww.... Frank ---------------------------------------------------------------------------- Frank Volf - Internet Access Eindhoven ---------------------------------------------------------------------------- || volf@oasis.IAEhv.nl - use for personal mail || || volf@IAEhv.nl - use for Internet Access Eindhoven related mail || ---------------------------------------------------------------------------- IAE Public Access Unix System - Dial +31.40.2439436 and login as new. ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 13: 0:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE4F814D19 for ; Sun, 21 Mar 1999 13:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA14622; Sun, 21 Mar 1999 13:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from fep1-orange.clear.net.nz (fep1-orange.clear.net.nz [203.97.32.1]) by hub.freebsd.org (Postfix) with ESMTP id 0A00B14BD4; Sun, 21 Mar 1999 12:57:57 -0800 (PST) (envelope-from jabley@buddha.clear.net.nz) Received: from buddha.clear.net.nz (buddha.clear.net.nz [192.168.24.106]) by fep1-orange.clear.net.nz (1.5/1.11) with ESMTP id IAA18232; Mon, 22 Mar 1999 08:57:37 +1200 (NZST) Received: (from jabley@localhost) by buddha.clear.net.nz (8.9.2/8.9.2) id IAA43834; Mon, 22 Mar 1999 08:57:31 +1200 (NZST) (envelope-from jabley) Message-Id: <199903212057.IAA43834@buddha.clear.net.nz> Date: Mon, 22 Mar 1999 08:57:31 +1200 (NZST) From: jabley@clear.co.nz Reply-To: jabley@buddha.clear.net.nz To: FreeBSD-gnats-submit@freebsd.org, kris@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10712: wmcalclock install buglette Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10712 >Category: ports >Synopsis: Makefile tries to install in ${PREFIX}/__share__/man/... >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 21 13:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Joe Abley >Release: FreeBSD 3.1-STABLE i386 >Organization: CLEAR Communications Ltd >Environment: Ports collection cvsupped just minutes ago. >Description: x11-clocks/wmcalclock/Makefile includes the following action under do-install: ${INSTALL_MAN} ${WRKSRC}/wmCalClock.1 ${PREFIX}/share/man/man1/ The /share/ is bogus. >How-To-Repeat: cd /usr/ports/x11-clocks/wmcalclock && make install >Fix: Remove the /share/ -- buddha# diff -C 4 Makefile Makefile.new *** Makefile Tue Mar 16 23:47:12 1999 --- Makefile.new Mon Mar 22 08:54:11 1999 *************** *** 25,32 **** MAN1= wmCalClock.1 do-install: ! ${INSTALL_MAN} ${WRKSRC}/wmCalClock.1 ${PREFIX}/share/man/man1/ ${INSTALL_PROGRAM} ${WRKSRC}/wmCalClock ${PREFIX}/bin/ .include --- 25,32 ---- MAN1= wmCalClock.1 do-install: ! ${INSTALL_MAN} ${WRKSRC}/wmCalClock.1 ${PREFIX}/man/man1/ ${INSTALL_PROGRAM} ${WRKSRC}/wmCalClock ${PREFIX}/bin/ .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 13:30: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 2D63F14DCB for ; Sun, 21 Mar 1999 13:30:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA15750; Sun, 21 Mar 1999 13:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from gershwin.tera.com (unknown [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id AFB8A1511E for ; Sun, 21 Mar 1999 13:25:00 -0800 (PST) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id NAA14273 for ; Sun, 21 Mar 1999 13:24:40 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id NAA09205; Sun, 21 Mar 1999 13:24:30 -0800 (PST) Message-Id: <199903212124.NAA09205@tao.thought.org> Date: Sun, 21 Mar 1999 13:24:30 -0800 (PST) From: Gary Kline Reply-To: kline@tao.thought.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10713: RESEND of mail/rftp diff Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10713 >Category: ports >Synopsis: RESEND of mail/rftp diff >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 21 13:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Gary Kline >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Thought >Environment: >Description: rftp MASTER SITE is gone. For now, this patch will resolve the problem >How-To-Repeat: >Fix: Apply the patch and recommit --- Makefile Wed May 6 01:11:00 1998 +++ Makefile.new Sun Feb 21 11:41:59 1999 @@ -8,7 +8,7 @@ DISTNAME= rftp-1.2 CATEGORIES= mail -MASTER_SITES= http://www2.fortunecity.com/skyscraper/siliconex/38/ +#MASTER_SITES= fortunecity site crashed and I haven't reestablished it. MAINTAINER= kline@thought.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 13:37:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from phoenix.welearn.com.au (phoenix.welearn.com.au [139.130.44.81]) by hub.freebsd.org (Postfix) with ESMTP id 82F6F14C58 for ; Sun, 21 Mar 1999 13:37:35 -0800 (PST) (envelope-from sue@phoenix.welearn.com.au) Received: (from sue@localhost) by phoenix.welearn.com.au (8.9.1/8.9.0) id IAA01162; Mon, 22 Mar 1999 08:37:06 +1100 (EST) Message-ID: <19990322083702.30085@welearn.com.au> Date: Mon, 22 Mar 1999 08:37:02 +1100 From: Sue Blake To: "Steven P. Donegan" Cc: ports@FreeBSD.ORG Subject: Re: Majordomo References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: ; from Steven P. Donegan on Sun, Mar 21, 1999 at 10:02:03AM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Mar 21, 1999 at 10:02:03AM -0800, Steven P. Donegan wrote: > If anyone has experience with setting up Majordomo please help - I can > subscribe to the new list, and it seemingly accepts a test posting, but > doesn't send it back out as it should. TIA. You don't say which version of FreeBSD or sendmail you are running, but it could be that you need to change permissions on your lists directory. This is described near the end of the Majordomo FAQ found at http://www.greatcircle.com/majordomo/ If you still have questions after reading the latest FAQ, ask freebsd-questions@freebsd.org or join the majordomo-users mailing list at the above URL. -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 14:30:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id 190C81520D for ; Sun, 21 Mar 1999 14:30:46 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id JAA06277; Mon, 22 Mar 1999 09:01:33 +0930 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA27800; Mon, 22 Mar 1999 09:00:18 +0930 Date: Mon, 22 Mar 1999 09:00:18 +0930 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Vince Vielhaber Cc: ports@FreeBSD.ORG Subject: Re: wmWeather-1.28 In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 21 Mar 1999, Vince Vielhaber wrote: > The source file locations for wmWeather-1.28 are both invalid. It's not > on ftp.freebsd.org and the other site given is no longer available to the > public. Yes, the mastersite is now behind a firewall and I couldn't find the file yet on one of the new public machines on the network (or anywhere else using ftpsearch). I'll put the distfile up on a webpage later tonight until it resurfaces on the net at large. Kris ----- The Feynman problem-solving algorithm: 1. Write down the problem 2. Think real hard 3. Write down the solution To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 14:40: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 9F5C314C58 for ; Sun, 21 Mar 1999 14:40:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA20178; Sun, 21 Mar 1999 14:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 21 Mar 1999 14:40:02 -0800 (PST) Message-Id: <199903212240.OAA20178@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ugo Paternostro Subject: RE: ports/10630: patche for sane port Reply-To: Ugo Paternostro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10630; it has been noted by GNATS. From: Ugo Paternostro To: Oscar Bonilla Cc: FreeBSD-gnats-submit@freebsd.org Subject: RE: ports/10630: patche for sane port Date: Sat, 20 Mar 1999 10:38:29 +0100 (CET) On 17-Mar-99 Oscar Bonilla wrote about "ports/10630: patche for sane port": > >>Synopsis: sane uses a buffer that is too big for the cam interface This PR is a duplicate of ports/10147. Please close it. Bye, UP To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 15:34:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id BD59E14D48 for ; Sun, 21 Mar 1999 15:34:38 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from bubble.didi.com (sji-ca43-247.ix.netcom.com [209.111.209.247]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id PAA27972; Sun, 21 Mar 1999 15:34:18 -0800 (PST) Received: (from asami@localhost) by bubble.didi.com (8.9.2/8.8.8) id PAA35967; Sun, 21 Mar 1999 15:34:13 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Date: Sun, 21 Mar 1999 15:34:13 -0800 (PST) Message-Id: <199903212334.PAA35967@bubble.didi.com> X-Authentication-Warning: bubble.didi.com: asami set sender to asami@cs.berkeley.edu using -f To: chuckr@mat.net Cc: ports@FreeBSD.ORG In-reply-to: (message from Chuck Robey on Sun, 21 Mar 1999 00:49:57 -0500 (EST)) Subject: Re: man page wierdness From: asami@FreeBSD.ORG (Satoshi Asami) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Chuck Robey * BTW, notice that bsd.port.pre.mk and bsd.port.post.mk are documented * nowhere? I finally found Satoshi's original mail on it, to guide me * into making that change. Did you check the handbook? :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 15: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 7802B151CD for ; Sun, 21 Mar 1999 15:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA23203; Sun, 21 Mar 1999 15:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail0.atl.bellsouth.net (mail0.atl.bellsouth.net [205.152.0.27]) by hub.freebsd.org (Postfix) with ESMTP id 699F41521D for ; Sun, 21 Mar 1999 15:36:32 -0800 (PST) (envelope-from wghicks@bellsouth.net) Received: from wghicks.bellsouth.net (host-209-214-79-181.atl.bellsouth.net [209.214.79.181]) by mail0.atl.bellsouth.net (8.8.8-spamdog/8.8.5) with ESMTP id SAA22858 for ; Sun, 21 Mar 1999 18:35:57 -0500 (EST) Received: (from wghicks@localhost) by wghicks.bellsouth.net (8.9.2/8.9.2) id SAA93235; Sun, 21 Mar 1999 18:27:17 -0500 (EST) (envelope-from wghicks) Message-Id: <199903212327.SAA93235@bellsouth.net> Date: Sun, 21 Mar 1999 18:27:17 -0500 (EST) From: wghicks@bellsouth.net Reply-To: wghicks@bellsouth.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10716: new port: libgetline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10716 >Category: ports >Synopsis: new port, easy library for command entry w. history, edit >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 Mar 21 15:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: W Gerald Hicks >Release: FreeBSD 3.1-STABLE i386 >Organization: Fair Play, Uninc. >Environment: FreeBSD wghicks.bellsouth.net 3.1-STABLE FreeBSD 3.1-STABLE #0: Sun Mar 7 13:09:51 EST 1999 root@wghicks.bellsouth.net:/usr/src/sys/compile/WGHICKS i386 >Description: libgetline offers an easy to use command entry, edit and history facility. >How-To-Repeat: >Fix: begin 644 getline.tar.gz M'XL(`'U^]38``^U:>W/:2!+WO^A3=%7L+3NR7NC!HCKN3`2V23!V(6Z]57M7 M+B&)1UE(K"2<9&_ONU^/'B!A`_&%8[.Y^55BH+NG>Z9?FAF8!V$<"8[[Y'J" M-QV.W=B;^JYPM$^`(M94%8X`I)HJ%E]SB`":5E.KM9I4E9&MU#3U"-2]SF(# M%E%LA0!''\>3J?T8;93;Q?^38OYR_&^L1WLN*7;!#%U^05I'A_0+'2?6ZBLS[23!# M8B4,AFX8!\P;I!UW'!WR;#M_`HFO$_$?!4D4JB*(DBXKNJ1"%&.*0OO3'(YQ M'-/JF(->\Z;=R.?&R74N"FWF[L/5.ITQFH/VU6V_TS8;E233F9NF.6CW'\S. M@-!&\5P7!/S+1W;`V\%,B!X7_N-'*W0%U$GJ0F!P3*_\H<,/X;ZI]$(]K74^#+^[^J*BKI_YI8DVC_/P2VQG_F["4$N_H_ MU&KK\5>5*NW_A\!-2X73<@_ET2'\^+J2$-)M%U9JREU M49;=^DC3#MFI*/X7V%#_\M'W"[ M+59UL:9+U60OSK`LNQ0R%S[NUT.H2BBGRZ(NJD2HSEQ<`">=R\!*YW6XN M;'.?#4SV]HF^NB#*`AE>U^6Z+M8A!'ZD)]'ICY2K.3T0@XJG\DW' M0>W9OCY*IF`06;!\!Q;^]!/$DZD_CI+/H3L+GE#<_12[N*[(C1?SZ*`/U2^K M_^%7V=A1_ZI_X4%96$2AX`6VY3'`<(;1`#)P->YI-:B))_%*-F(X]04K9%C#*--P,-OI MF8-FM]LHD*<^AMWS&+;;2^4)T?,9MM_L=3OO&D45H>5C99"^E,Z",+,Y`'>+ M*EHIF4@04P^=GH$G_4;E^#1=UIF0M8.,CP;6^(G^A'?3[*WQ9I9/-)O7..SA MIW;?[-SV*@V0^L#&BF&&MW^`2.=$Y=3X:YR$@:BL2VT!;DDDHT7XHC& MMSHT>XXRW*O]RA=9T/9>PEX_8"3JZ9%M?LG`%%>Q`=EB>6Y'-I65;$B"+ M2J>=FWN()DEF-#'`F[6Q%>[X-.T,9V6%D'L)%>GE-%^EWI>Y"#5L]-)R*GIA M`U+T$UT9[+ M9YR7Y4E/DC MT-KMH<)1]+KG=:IMNU_8'8%^<;TEMWW1HK=[OCR)=/>TS=^9Q.M,3]9'_]$[ M[V\#F\Y_C^/]_0;@-?=_JJPA6U55F=[_'0);XF_X.OM['[^Y]"_/$P M"9*F5=5O[/S_G<;?@FB&6XKSY!+-&GKN>7(QY5K19W+N6D0NV,%L1FBEGP#\ MT?.FV`^VU'^K;1K]?=AX5?VKR?<_LO:MW?_1^J?U_QUB2_W?=3OF'I[^N^M? M5N2\_K6:J"7?_RHU6O^'0'8S+:RN0,BOW4KG\`OWDVM#=IUVTA).+M=E\"#Y MC,)+V<#E/;KK/\'MN_>7M_V;YJ!Q M,1<+_^NT]&FKHJ"@H*"@H*"@H*"@H*"@H*"@H*"@H*"@H*"@H*"@H*"@^'[Q )'\LBG/,`4``` ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 16: 1:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id CACBA14C1C; Sun, 21 Mar 1999 16:01:39 -0800 (PST) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id TAA00441; Sun, 21 Mar 1999 19:00:06 -0500 (EST) Date: Sun, 21 Mar 1999 19:00:05 -0500 (EST) From: Chuck Robey To: Satoshi Asami Cc: ports@FreeBSD.ORG Subject: Re: man page wierdness In-Reply-To: <199903212334.PAA35967@bubble.didi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 21 Mar 1999, Satoshi Asami wrote: > * From: Chuck Robey > > * BTW, notice that bsd.port.pre.mk and bsd.port.post.mk are documented > * nowhere? I finally found Satoshi's original mail on it, to guide me > * into making that change. > > Did you check the handbook? :) Yeah ... if it's in there, well, I couldn't find it, and a search couldn't find it (searching on both bsd.port.pre.mk and bsd.port.post.mk). I wouldn't be suprised to find it was there anyhow, because the doc is large and perhaps not terrifically organized, but I did try, Satoshi, honest. I got the answer, tho, and objc has been updated. Steve spilled the beans. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 16:59: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 0D066150B3; Sun, 21 Mar 1999 16:59:10 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA33758; Sun, 21 Mar 1999 16:58:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 21 Mar 1999 16:58:51 -0800 (PST) From: Message-Id: <199903220058.QAA33758@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/10710 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: postfix port Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Sun Mar 21 16:58:22 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 Sun Mar 21 17: 1: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 233751534E; Sun, 21 Mar 1999 17:01:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA34048; Sun, 21 Mar 1999 17:00:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 21 Mar 1999 17:00:57 -0800 (PST) From: Message-Id: <199903220100.RAA34048@freefall.freebsd.org> To: obonilla@fisicc-ufm.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10630 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sane uses a buffer that is too big for the cam interface State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Mar 21 17:00:36 PST 1999 State-Changed-Why: Duplicate of ports/10147. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 17:11: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 274671533E; Sun, 21 Mar 1999 17:11:23 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA35399; Sun, 21 Mar 1999 17:11:04 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 21 Mar 1999 17:11:04 -0800 (PST) From: Message-Id: <199903220111.RAA35399@freefall.freebsd.org> To: girgen@partitur.se, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10693 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] port update: x11-toolkits/lesstif State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Mar 21 17:10:52 PST 1999 State-Changed-Why: Duplicate of ports/10696. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 17:14: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 A695F151B5; Sun, 21 Mar 1999 17:14:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA35652; Sun, 21 Mar 1999 17:13:56 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 21 Mar 1999 17:13:56 -0800 (PST) From: Message-Id: <199903220113.RAA35652@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jmacd@FreeBSD.org Subject: Re: ports/10699 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update to logo port Responsible-Changed-From-To: freebsd-ports->jmacd Responsible-Changed-By: steve Responsible-Changed-When: Sun Mar 21 17:13:39 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 Mar 21 17:20: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 96A4514F89 for ; Sun, 21 Mar 1999 17:20:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA36596; Sun, 21 Mar 1999 17:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from corp.au.triax.com (slwag2p10.ozemail.com.au [203.108.157.58]) by hub.freebsd.org (Postfix) with ESMTP id E36B41533E for ; Sun, 21 Mar 1999 17:11:05 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id MAA34818; Mon, 22 Mar 1999 12:10:47 +1100 (EST) Message-Id: <199903220110.MAA34818@corp.au.triax.com> Date: Mon, 22 Mar 1999 12:10:47 +1100 (EST) From: jim@phrantic.phear.net Reply-To: jim@corp.au.triax.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10717: update port: wmpinboard-0.7 to 0.8.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10717 >Category: ports >Synopsis: update port: wmpinboard-0.7 to 0.8.2 >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 Mar 21 17:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Patch updates the wmpinboard port from 0.7 to 0.8.2. The author also included a README in the updated version which has instructions for use so that's installed as well. >How-To-Repeat: >Fix: Apply the following patch.. diff -ruN /usr/ports/deskutils/wmpinboard/Makefile wmpinboard-0.8.2/Makefile --- /usr/ports/deskutils/wmpinboard/Makefile Tue Jan 26 14:55:45 1999 +++ wmpinboard-0.8.2/Makefile Mon Mar 22 11:47:57 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: wmpinboard -# Version required: 0.7 -# Date created: 17 January 1999 -# Whom: Jim Mock +# Version required: 0.8.2 +# Date created: 17 January 1999 +# Whom: Jim Mock # # $Id: Makefile,v 1.1.1.1 1999/01/26 03:55:45 steve Exp $ # -DISTNAME= wmpinboard-0.7 +DISTNAME= wmpinboard-0.8.2 CATEGORIES= deskutils afterstep windowmaker MASTER_SITES= http://www.tu-ilmenau.de/~gomar/stuff/wmpinboard/ @@ -21,5 +21,14 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmpinboard ${X11BASE}/bin + +post-install: + @${ECHO} " " + @${ECHO} "------------------------------------------------------------" + @${ECHO} "===> Installing README in ${PREFIX}/share/doc/wmpinboard" + @${ECHO} "------------------------------------------------------------" + @${ECHO} " " + @${MKDIR} ${PREFIX}/share/doc/wmpinboard && chmod a+rx ${PREFIX}/share/doc/wmpinboard + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmpinboard .include diff -ruN /usr/ports/deskutils/wmpinboard/files/md5 wmpinboard-0.8.2/files/md5 --- /usr/ports/deskutils/wmpinboard/files/md5 Tue Jan 26 14:55:45 1999 +++ wmpinboard-0.8.2/files/md5 Mon Mar 22 10:56:57 1999 @@ -1 +1 @@ -MD5 (wmpinboard-0.7.tar.gz) = 14351bdfee2987c2a9ba3455c9cd264d +MD5 (wmpinboard-0.8.2.tar.gz) = e42d2b792e63cece462aeebb169adc5f diff -ruN /usr/ports/deskutils/wmpinboard/patches/patch-aa wmpinboard-0.8.2/patches/patch-aa --- /usr/ports/deskutils/wmpinboard/patches/patch-aa Thu Jan 1 10:00:00 1970 +++ wmpinboard-0.8.2/patches/patch-aa Mon Mar 22 11:46:15 1999 @@ -0,0 +1,12 @@ +--- ReleaseNotes.orig Mon Mar 22 11:43:58 1999 ++++ ReleaseNotes Mon Mar 22 11:46:06 1999 +@@ -1,7 +1,5 @@ + +-In case you're upgrading from a version prior to 0.7, please see the INSTALL +-file for information on how to preserve existing notes. +- ++------------------------------------------------------------------------------ + If you're new to v0.8+, be sure and read the modified sections of the README + file, since this release features quite a few changes in interactive behavior. +- ++------------------------------------------------------------------------------ diff -ruN /usr/ports/deskutils/wmpinboard/pkg/DESCR wmpinboard-0.8.2/pkg/DESCR --- /usr/ports/deskutils/wmpinboard/pkg/DESCR Tue Jan 26 14:55:45 1999 +++ wmpinboard-0.8.2/pkg/DESCR Mon Mar 22 10:59:40 1999 @@ -1 +1,6 @@ Post-it notes for the WindowMaker dock or AfterStep Wharf. + +The latest and greatest version is available from +http://www.tu-ilmenau.de/~gomar/stuff/wmpinboard/ + +- Jim diff -ruN /usr/ports/deskutils/wmpinboard/pkg/PLIST wmpinboard-0.8.2/pkg/PLIST --- /usr/ports/deskutils/wmpinboard/pkg/PLIST Tue Jan 26 14:55:45 1999 +++ wmpinboard-0.8.2/pkg/PLIST Mon Mar 22 11:14:36 1999 @@ -1 +1,3 @@ bin/wmpinboard +share/doc/wmpinboard/README +@dirrm share/doc/wmpinboard >Release-Note: >Audit-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 Mar 21 17:21:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id B987E14BCD for ; Sun, 21 Mar 1999 17:21:34 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from bubble.didi.com (sji-ca43-247.ix.netcom.com [209.111.209.247]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA28122; Sun, 21 Mar 1999 17:21:14 -0800 (PST) Received: (from asami@localhost) by bubble.didi.com (8.9.2/8.8.8) id RAA36367; Sun, 21 Mar 1999 17:21:10 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Date: Sun, 21 Mar 1999 17:21:10 -0800 (PST) Message-Id: <199903220121.RAA36367@bubble.didi.com> X-Authentication-Warning: bubble.didi.com: asami set sender to asami@cs.berkeley.edu using -f To: chuckr@mat.net Cc: ports@FreeBSD.ORG In-reply-to: (message from Chuck Robey on Sun, 21 Mar 1999 19:00:05 -0500 (EST)) Subject: Re: man page wierdness From: asami@FreeBSD.ORG (Satoshi Asami) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Chuck Robey * Yeah ... if it's in there, well, I couldn't find it, and a search * couldn't find it (searching on both bsd.port.pre.mk and * bsd.port.post.mk). I wouldn't be suprised to find it was there anyhow, * because the doc is large and perhaps not terrifically organized, but I * did try, Satoshi, honest. === >> cd /usr/share/doc/handbook >> grep bsd.port.pre.mk *.html | wc 30 210 2564 === :) * I got the answer, tho, and objc has been updated. Steve spilled the * beans. Cool. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 17:32: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 055E515444; Sun, 21 Mar 1999 17:32:43 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA38508; Sun, 21 Mar 1999 17:32:25 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 21 Mar 1999 17:32:25 -0800 (PST) From: Message-Id: <199903220132.RAA38508@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/10598 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: net/mrtg port doesn't change /usr/bin/perl -> ${PERL} Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: steve Responsible-Changed-When: Sun Mar 21 17:32: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 Sun Mar 21 17:34:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from corp.au.triax.com (slwag2p10.ozemail.com.au [203.108.157.58]) by hub.freebsd.org (Postfix) with ESMTP id 075F215444; Sun, 21 Mar 1999 17:34:39 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id MAA34985; Mon, 22 Mar 1999 12:34:23 +1100 (EST) Date: Mon, 22 Mar 1999 12:34:22 +1100 From: Jim Mock To: fenner@FreeBSD.org Cc: ports@FreeBSD.org Subject: Re: FreeBSD ports: 1 unfetchable distfiles: deskutils/wmpinboard Message-ID: <19990322123422.A34910@corp.au.triax.com> Reply-To: jim@corp.au.triax.com References: <199903211800.KAA03157@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.1i In-Reply-To: <199903211800.KAA03157@freefall.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 21 Mar 1999 at 10:00:02 -0800, fenner@FreeBSD.org wrote: [snip..] > and correct the problems listed there? The individual port with > a problem is deskutils/wmpinboard. > This is fixed by ports/10717. -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 18: 0:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from paprika.michvhf.com (paprika.michvhf.com [209.57.60.12]) by hub.freebsd.org (Postfix) with SMTP id A5D6714CC3 for ; Sun, 21 Mar 1999 18:00:33 -0800 (PST) (envelope-from vev@michvhf.com) Received: (qmail 13742 invoked by uid 1001); 22 Mar 1999 02:00:17 -0000 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sun, 21 Mar 1999 21:00:17 -0500 (EST) X-Face: *0^4Iw) To: Kris Kennaway Subject: Re: wmWeather-1.28 Cc: ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 21-Mar-99 Kris Kennaway wrote: > On Sun, 21 Mar 1999, Vince Vielhaber wrote: > >> The source file locations for wmWeather-1.28 are both invalid. It's not >> on ftp.freebsd.org and the other site given is no longer available to the >> public. > > Yes, the mastersite is now behind a firewall and I couldn't find the file yet > on one of the new public machines on the network (or anywhere else using > ftpsearch). I'll put the distfile up on a webpage later tonight until it > resurfaces on the net at large. I contacted the author in case he wasn't aware, haven't heard back yet. Vince. -- ========================================================================== Vince Vielhaber -- KA8CSH email: vev@michvhf.com flame-mail: /dev/null # include TEAM-OS2 Online Campground Directory http://www.camping-usa.com Online Giftshop Superstore http://www.cloudninegifts.com ========================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 18:10: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 5E92015422 for ; Sun, 21 Mar 1999 18:10:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA41690; Sun, 21 Mar 1999 18:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pyrl.eye (ppp-249.centerplacenet.com [208.29.63.249]) by hub.freebsd.org (Postfix) with ESMTP id E433F14CC3 for ; Sun, 21 Mar 1999 17:59:58 -0800 (PST) (envelope-from ortmann@sparc.isl.net) Received: (from ortmann@localhost) by pyrl.eye (8.9.3/8.9.1) id TAA01329; Sun, 21 Mar 1999 19:59:37 -0600 (CST) (envelope-from ortmann) Message-Id: <199903220159.TAA01329@pyrl.eye> Date: Sun, 21 Mar 1999 19:59:37 -0600 (CST) From: Daniel Ortmann Reply-To: ortmann@sparc.isl.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10718: a ports change for lang/ocaml Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10718 >Category: ports >Synopsis: a ports change for lang/ocaml >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 Mar 21 18:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Daniel Ortmann >Release: FreeBSD 4.0-CURRENT i386 >Organization: N/A >Environment: N/A >Description: Kiriyama Kazuhiko is no longer maintaining the lang/ocaml port. With his permission I, Daniel Ortmann , will be taking over that responsibility. The following is a patch which should be applied to lang/ocaml to make it current. This update is fully functional. There are two optional and optimized targets which do not (yet) fully link due to Elf issues. I will work to resolve this, hopefully within the next couple of weeks. >How-To-Repeat: N/A >Fix: Apply patch in lang/ocaml with "-p1" flag: diff -rc ocaml.orig/Makefile ocaml/Makefile *** ocaml.orig/Makefile Sat Nov 28 03:07:13 1998 --- ocaml/Makefile Thu Mar 18 20:38:55 1999 *************** *** 6,36 **** # $Id: Makefile,v 1.4 1998/11/28 09:07:13 asami Exp $ # ! DISTNAME= ocaml-1.07 CATEGORIES= lang ! MASTER_SITES= ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/ \ ! ftp://ftp.inria.fr/lang/caml-light/ DISTFILES= ${DISTNAME}.tar.gz ${DOCFILES} ! MAINTAINER= kiri@kiri.toba-cmt.ac.jp USE_XLIB= yes HAS_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= world bootstrap opt MAN1= ocaml.1 ocamlc.1 ocamlcp.1 ocamldep.1 ocamllex.1 \ ! ocamlopt.1 ocamlprof.1 ocamlrun.1 ocamlyacc.1 CONFIGURE_ENV= PREFIX=${PREFIX} X11BASE=${X11BASE} BATCH=${BATCH} .if !defined(NOPORTDOCS) ! DOCFILES= ${DISTNAME}-refman.html.tar.gz .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/ocaml/html @cd ${WRKDIR}/htmlman; ${INSTALL_DATA} * ${PREFIX}/share/doc/ocaml/html .endif @strip ${PREFIX}/bin/ocamlrun ${PREFIX}/bin/ocamlyacc --- 6,41 ---- # $Id: Makefile,v 1.4 1998/11/28 09:07:13 asami Exp $ # ! DISTNAME= ocaml-2.02 CATEGORIES= lang ! MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ \ ! ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/ DISTFILES= ${DISTNAME}.tar.gz ${DOCFILES} + EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-refman.html${EXTRACT_SUFX} ! MAINTAINER= ortmann@isl.net USE_XLIB= yes HAS_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= world bootstrap opt + # targets not yet working (due to Elf) ==> ocamlc.opt ocamlopt.opt + MAN1= ocaml.1 ocamlc.1 ocamlcp.1 ocamldep.1 ocamllex.1 \ ! ocamlopt.1 ocamlprof.1 ocamlrun.1 ocamlyacc.1 ocamlmktop.1 ! # manpages not yet installing (due to Elf) ==> ocamlc.opt.1 ocamlopt.opt.1 CONFIGURE_ENV= PREFIX=${PREFIX} X11BASE=${X11BASE} BATCH=${BATCH} .if !defined(NOPORTDOCS) ! DOCFILES= ${DISTNAME}-refman.html.tar.gz ${DISTNAME}-refman.ps.gz .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/ocaml/html @cd ${WRKDIR}/htmlman; ${INSTALL_DATA} * ${PREFIX}/share/doc/ocaml/html + @cp ${DISTDIR}/${DISTNAME}-refman.ps.gz ${PREFIX}/share/doc/ocaml .endif @strip ${PREFIX}/bin/ocamlrun ${PREFIX}/bin/ocamlyacc diff -rc ocaml.orig/files/md5 ocaml/files/md5 *** ocaml.orig/files/md5 Sat Feb 21 09:49:31 1998 --- ocaml/files/md5 Thu Mar 18 12:33:15 1999 *************** *** 1,2 **** ! MD5 (ocaml-1.07.tar.gz) = c5bf08086a866b80f55a91a4468f20b7 ! MD5 (ocaml-1.07-refman.html.tar.gz) = 045be9ae7ca6c19a34bc1912b4d7f272 --- 1,3 ---- ! MD5 (ocaml-2.02.tar.gz) = 164765dc8093727903f4111500fb30cc ! MD5 (ocaml-2.02-refman.ps.gz) = af6bae149d72674d50ab115e38dcf90c ! MD5 (ocaml-2.02-refman.html.tar.gz) = d8558bcf77a9c8600576d02846eaff5d diff -rc ocaml.orig/patches/patch-aa ocaml/patches/patch-aa *** ocaml.orig/patches/patch-aa Sat Feb 21 09:49:36 1998 --- ocaml/patches/patch-aa Thu Mar 18 13:48:47 1999 *************** *** 1,130 **** ! --- configure.orig Tue Dec 9 18:13:38 1997 ! +++ configure Tue Dec 23 21:46:31 1997 ! @@ -13,9 +13,9 @@ ! ! # $Id: patch-aa,v 1.1 1998/02/21 15:49:36 steve Exp $ ! ! -bindir=/usr/local/bin ! -libdir=/usr/local/lib/ocaml ! -mandir=/usr/local/man/man1 ! +bindir='${PREFIX}/bin' ! +libdir='${PREFIX}/lib/ocaml' ! +mandir='${PREFIX}/man/man1' ! manext=1 ! host_type=unknown ! cc='' ! @@ -35,7 +35,7 @@ ! libdir=$2; shift;; ! -mandir|--mandir) ! mandir=$2 ! - manext=`echo $mandir | sed -e 's/^.*\(.\)$/\1/'` ! + manext=`eval echo $mandir | sed -e 's/^.*\(.\)$/\1/'` ! shift;; ! -host*|--host*) ! host_type=$2; shift;; ! @@ -56,15 +56,15 @@ ! ! # Sanity checks ! ! -case "$bindir" in ! +case "`eval echo $bindir`" in ! /*) ;; ! *) echo "The -bindir directory must be absolute." 1>&2; exit 2;; ! esac ! -case "$libdir" in ! +case "`eval echo $libdir`" in ! /*) ;; ! *) echo "The -libdir directory must be absolute." 1>&2; exit 2;; ! esac ! -case "$mandir" in ! +case "`eval echo $mandir`" in ! /*) ;; ! *) echo "The -mandir directory must be absolute." 1>&2; exit 2;; ! esac ! @@ -110,6 +110,8 @@ ! ! # Check for buggy versions of GCC ! ! +if [ ! "${BATCH}" ]; then ! + ! case "$host,$cc" in ! i[3456]86-*-*,gcc*) ! case `$cc --version` in ! @@ -132,6 +134,8 @@ ! esac;; ! esac ! ! +fi ! + ! # Configure the bytecode compiler ! ! bytecc="$cc" ! @@ -338,9 +342,9 @@ ! echo "#! appears to work in shell scripts" ! case "$host" in ! *-*-sunos*) ! - if test `echo $bindir/ocamlrun | wc -c` -gt 32; then ! + if test `eval echo $bindir/ocamlrun | wc -c` -gt 32; then ! echo "We won't use it, though, because the path" ! - echo " $bindir/ocamlrun" ! + eval echo " $bindir/ocamlrun" ! echo "is too long (more than 32 characters -- some kernels don't support this)" ! echo "SHARPBANGSCRIPTS=false" >> Makefile ! else ! @@ -620,14 +624,14 @@ ! x11_link="not found" ! ! for dir in $x11_include_dir \ ! - /usr/X11R6/include /usr/X11R5/include /usr/X11R4/include \ ! + ${X11BASE}/include /usr/X11R5/include /usr/X11R4/include \ ! /usr/include/X11R6 /usr/include/X11R5 /usr/include/X11R4 \ ! - /usr/local/X11R6/include /usr/local/X11R5/include /usr/local/X11R4/include \ ! - /usr/local/include/X11R6 /usr/local/include/X11R5 /usr/local/include/X11R4 \ ! - /usr/X11/include /usr/include/X11 /usr/local/X11/include \ ! - /usr/local/include/X11 /usr/X386/include /usr/x386/include \ ! - /usr/XFree86/include/X11 /usr/include /usr/local/include \ ! - /usr/unsupported/include /usr/athena/include /usr/local/x11r5/include \ ! + ${PREFIX}/X11R6/include ${PREFIX}/X11R5/include ${PREFIX}/X11R4/include \ ! + ${PREFIX}/include/X11R6 ${PREFIX}/include/X11R5 ${PREFIX}/include/X11R4 \ ! + /usr/X11/include /usr/include/X11 ${PREFIX}/X11/include \ ! + ${PREFIX}/include/X11 /usr/X386/include /usr/x386/include \ ! + /usr/XFree86/include/X11 /usr/include ${PREFIX}/include \ ! + /usr/unsupported/include /usr/athena/include ${PREFIX}/x11r5/include \ ! /usr/lpp/Xamples/include /usr/openwin/include /usr/openwin/share/include \ ! /opt/X11R6/include /opt/X11R5/include ! do ! @@ -638,14 +642,14 @@ ! done ! ! for dir in $x11_lib_dir \ ! - /usr/X11R6/lib /usr/X11R5/lib /usr/X11R4/lib \ ! + ${X11BASE}/lib /usr/X11R5/lib /usr/X11R4/lib \ ! /usr/lib/X11R6 /usr/lib/X11R5 /usr/lib/X11R4 \ ! - /usr/local/X11R6/lib /usr/local/X11R5/lib /usr/local/X11R4/lib \ ! - /usr/local/lib/X11R6 /usr/local/lib/X11R5 /usr/local/lib/X11R4 \ ! - /usr/X11/lib /usr/lib/X11 /usr/local/X11/lib \ ! - /usr/local/lib/X11 /usr/X386/lib /usr/x386/lib \ ! - /usr/XFree86/lib/X11 /usr/lib /usr/local/lib \ ! - /usr/unsupported/lib /usr/athena/lib /usr/local/x11r5/lib \ ! + ${PREFIX}/X11R6/lib ${PREFIX}/X11R5/lib ${PREFIX}/X11R4/lib \ ! + ${PREFIX}/lib/X11R6 ${PREFIX}/lib/X11R5 ${PREFIX}/lib/X11R4 \ ! + /usr/X11/lib /usr/lib/X11 ${PREFIX}/X11/lib \ ! + ${PREFIX}/lib/X11 /usr/X386/lib /usr/x386/lib \ ! + /usr/XFree86/lib/X11 /usr/lib ${PREFIX}/lib \ ! + /usr/unsupported/lib /usr/athena/lib ${PREFIX}/x11r5/lib \ ! /usr/lpp/Xamples/lib /usr/openwin/lib /usr/openwin/share/lib \ ! /opt/X11R6/lib /opt/X11R5/lib ! do ! @@ -701,9 +705,9 @@ ! echo "** Configuration summary **" ! echo ! echo "Directories where Objective Caml will be installed:" ! -echo " binaries.................. $bindir" ! -echo " standard library.......... $libdir" ! -echo " manual pages.............. $mandir (with extension .$manext)" ! +eval echo " binaries.................. $bindir" ! +eval echo " standard library.......... $libdir" ! +echo " manual pages.............. `eval echo $mandir` (with extension .$manext)" ! ! echo "Configuration for the bytecode compiler:" ! echo " C compiler used........... $bytecc" --- 1,59 ---- ! *** configure.orig Thu Mar 18 13:45:41 1999 ! --- configure Thu Mar 18 13:41:54 1999 ! *************** ! *** 111,137 **** ! ! # Check for buggy versions of GCC ! ! ! case "$host,$cc" in ! ! i[3456]86-*-*,gcc*) ! ! case `$cc --version` in ! ! 2.7.2.1) cat <<'EOF' ! ! ! ! WARNING: you are using gcc version 2.7.2.1 on an Intel x86 processor. ! ! This version of gcc is known to generate incorrect code for the ! ! Objective Caml runtime system on some Intel x86 machines. (The symptom ! ! is a crash of boot/ocamlc when compiling stdlib/pervasives.mli.) ! ! In particular, the version of gcc 2.7.2.1 that comes with ! ! Linux RedHat 4.x / Intel is affected by this problem. ! ! Other Linux distributions might also be affected. ! ! If you are using one of these configurations, you are strongly advised ! ! to use another version of gcc, such as 2.7.2 or 2.7.2.2, which are ! ! known to work well with Objective Caml. ! ! ! ! Press to proceed or to stop. ! ! EOF ! ! read reply;; ! ! esac;; ! ! esac ! ! # Configure the bytecode compiler ! ! --- 111,137 ---- ! ! # Check for buggy versions of GCC ! ! ! #case "$host,$cc" in ! ! # i[3456]86-*-*,gcc*) ! ! # case `$cc --version` in ! ! # 2.7.2.1) cat <<'EOF' ! ! # ! ! #WARNING: you are using gcc version 2.7.2.1 on an Intel x86 processor. ! ! #This version of gcc is known to generate incorrect code for the ! ! #Objective Caml runtime system on some Intel x86 machines. (The symptom ! ! #is a crash of boot/ocamlc when compiling stdlib/pervasives.mli.) ! ! #In particular, the version of gcc 2.7.2.1 that comes with ! ! #Linux RedHat 4.x / Intel is affected by this problem. ! ! #Other Linux distributions might also be affected. ! ! #If you are using one of these configurations, you are strongly advised ! ! #to use another version of gcc, such as 2.7.2 or 2.7.2.2, which are ! ! #known to work well with Objective Caml. ! ! # ! ! #Press to proceed or to stop. ! ! #EOF ! ! # read reply;; ! ! # esac;; ! ! #esac ! ! # Configure the bytecode compiler ! diff -rc ocaml.orig/pkg/COMMENT ocaml/pkg/COMMENT *** ocaml.orig/pkg/COMMENT Fri Jan 3 05:25:47 1997 --- ocaml/pkg/COMMENT Thu Mar 18 12:51:15 1999 *************** *** 1 **** ! A ML language based on complete class-based objective system --- 1 ---- ! An ML language based on a complete class-based objective system diff -rc ocaml.orig/pkg/DESCR ocaml/pkg/DESCR *** ocaml.orig/pkg/DESCR Sun Jul 26 02:37:01 1998 --- ocaml/pkg/DESCR Thu Mar 18 12:58:24 1999 *************** *** 1,3 **** --- 1,5 ---- + OVERVIEW: + Objective Caml is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and a powerful module system in the style of Standard ML. *************** *** 14,31 **** The other compiler generates high-performance native code for a number of processors. Compilation takes longer and generates bigger code, but the generated programs deliver excellent performance (better than ! Standard ML of New Jersey 1.08 on our tests), while retaining the moderate memory requirements of the bytecode compiler. The native-code compiler currently runs on the following platforms: ! Alpha processors: DecStation 3000 under OSF1 ! Sparc processors: Sun Sparcstation under SunOS 4.1 or Solaris 2 ! Intel 386 / 486 / Pentium processors: PCs under Linux, NextStep, FreeBSD, ! Windows NT, Windows 95 ! Mips processors: DecStation 3100 and 5000 under Ultrix 4 ! HP PA-RISC processors: HP 9000/700 under NextStep (sorry, no HPUX yet) ! PowerPC and IBM RS/6000 processors: IBM workstations under AIX 3.2 ! More information on Objective Caml is available on the World Wide Web: ! http://pauillac.inria.fr/ocaml/ --- 16,49 ---- The other compiler generates high-performance native code for a number of processors. Compilation takes longer and generates bigger code, but the generated programs deliver excellent performance (better than ! Standard ML of New Jersey 1.09 on our tests), while retaining the moderate memory requirements of the bytecode compiler. The native-code compiler currently runs on the following platforms: ! Alpha processors: all Digital Alpha machines under Digital Unix or Linux ! Sparc processors: Sun Sparc under SunOS 4.1, Solaris 2, NetBSD, Linux ! Intel Pentium processors: PCs under Linux, NextStep, FreeBSD, Solaris 2 ! Mips processors: SGI workstations and mainframes under IRIX 6 ! HP PA-RISC processors: HP 9000/700 under HPUX 9 and NextStep ! PowerPC processors: IBM RS6000 and PowerPC workstations under AIX 3.2, ! PowerMacintosh under MkLinux, LinuxPPC, Rhapsody ! Motorola 680x0 processors: Sun 3 under SunOS ! Strong ARM processors: Corel Netwinder under Linux ! ! DOCUMENTATION: ! ! The Objective Caml manual is distributed in HTML, PDF, Postscript, and ! DVI. It can be obtained by anonymous FTP from ftp.inria.fr as ! described below. It is also available on the World Wide Web, at ! ! http://caml.inria.fr/ocaml/ ! ! AVAILABILITY: ! ! The complete Objective Caml distribution resides on ftp.inria.fr, ! and can be accessed by anonymous FTP: ! host: ftp.inria.fr (192.93.2.54) ! directory: lang/caml-light ! or through a Web browser at ftp://ftp.inria.fr/lang/caml-light/ diff -rc ocaml.orig/pkg/PLIST ocaml/pkg/PLIST *** ocaml.orig/pkg/PLIST Tue Aug 18 13:33:13 1998 --- ocaml/pkg/PLIST Thu Mar 18 13:31:48 1999 *************** *** 24,29 **** --- 24,33 ---- lib/ocaml/big_int.cmi lib/ocaml/big_int.cmx lib/ocaml/big_int.mli + lib/ocaml/buffer.cmi + lib/ocaml/buffer.cmx + lib/ocaml/buffer.ml + lib/ocaml/buffer.mli lib/ocaml/callback.cmi lib/ocaml/callback.cmx lib/ocaml/callback.ml *************** *** 31,40 **** --- 35,46 ---- lib/ocaml/caml/alloc.h lib/ocaml/caml/callback.h lib/ocaml/caml/config.h + lib/ocaml/caml/fail.h lib/ocaml/caml/memory.h lib/ocaml/caml/misc.h lib/ocaml/caml/mlvalues.h lib/ocaml/camlheader + lib/ocaml/camlheader_ur lib/ocaml/char.cmi lib/ocaml/char.cmx lib/ocaml/char.ml *************** *** 287,292 **** --- 293,299 ---- share/doc/ocaml/html/node8.html share/doc/ocaml/html/node9.html share/doc/ocaml/html/previous_motif.gif + share/ocaml/ocaml-2.02-refman.ps.gz @dirrm share/doc/ocaml/html @dirrm share/doc/ocaml @dirrm lib/ocaml/caml >Release-Note: >Audit-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 Mar 21 18:10: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 746161545F for ; Sun, 21 Mar 1999 18:10:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA41699; Sun, 21 Mar 1999 18:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from norn.ca.eu.org (cr965240-a.abtsfd1.bc.wave.home.com [24.113.18.89]) by hub.freebsd.org (Postfix) with ESMTP id 1CEC11527E for ; Sun, 21 Mar 1999 18:05:00 -0800 (PST) (envelope-from norn@norn.ca.eu.org) Received: (from norn@localhost) by norn.ca.eu.org (8.9.3/8.9.3) id SAA44648; Sun, 21 Mar 1999 18:04:29 -0800 (PST) (envelope-from norn) Message-Id: <199903220204.SAA44648@norn.ca.eu.org> Date: Sun, 21 Mar 1999 18:04:29 -0800 (PST) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10719: Patch: Blackbox 0.50.3 -> 0.50.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10719 >Category: ports >Synopsis: Patch: Blackbox 0.50.3 -> 0.50.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 21 18:10:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD norn.ca.eu.org 4.0-CURRENT >Description: New blackbox includes support for the "slit," which allows a clean place to run "dockapps" in. Distfile is much smaller because some large themes were removed from the main distfile (http://blackbox.themes.org to get them). Also added USE_BZIP2. Comments welcome. >How-To-Repeat: >Fix: Index: blackbox/Makefile =================================================================== RCS file: /cvs/freebsd/ports/x11-wm/blackbox/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 1999/03/08 20:57:39 1.17 +++ Makefile 1999/03/22 02:00:14 @@ -1,12 +1,12 @@ # New ports collection makefile for: Blackbox -# Version required: 0.50.3 +# Version required: 0.50.4 # Date created: June 15, 1998 # Whom: Brian Handy # # $Id: Makefile,v 1.17 1999/03/08 20:57:39 steve Exp $ # -DISTNAME= blackbox-0.50.3 +DISTNAME= blackbox-0.50.4 CATEGORIES= x11-wm MASTER_SITES= ftp://balance.wiw.org/pub/blackbox/ \ ftp://ftp.aist.com.ua/pub/unix/window_managers/blackbox/ @@ -15,18 +15,22 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes +USE_BZIP2= yes +CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" + .if !defined(USE_KDE) pre-fetch: - @echo - @echo If you would like build Blackbox with KDE support - @echo you must set the variable USE_KDE - @echo + @ ${ECHO_MSG} + @ ${ECHO_MSG} If you would like build Blackbox with KDE support + @ ${ECHO_MSG} you must set the variable USE_KDE + @ ${ECHO_MSG} .else pre-fetch: - @echo - @echo Building Blackbox with KDE support - @echo + @ ${ECHO_MSG} + @ ${ECHO_MSG} Building Blackbox with KDE support + @ ${ECHO_MSG} CONFIGURE_ARGS= --enable-kde .endif + .include Index: blackbox/files/md5 =================================================================== RCS file: /cvs/freebsd/ports/x11-wm/blackbox/files/md5,v retrieving revision 1.15 diff -u -r1.15 md5 --- md5 1999/03/08 20:57:52 1.15 +++ md5 1999/03/22 01:19:34 @@ -1 +1 @@ -MD5 (blackbox-0.50.3.tar.gz) = 8432c803287bfe0ace51555482ff0e2d +MD5 (blackbox-0.50.4.tar.bz2) = 983f5bf6baadefc5492013a829d61d6e Index: blackbox/pkg/DESCR =================================================================== RCS file: /cvs/freebsd/ports/x11-wm/blackbox/pkg/DESCR,v retrieving revision 1.3 diff -u -r1.3 DESCR --- DESCR 1999/03/08 20:57:52 1.3 +++ DESCR 1999/03/22 01:54:41 @@ -1,7 +1,7 @@ Blackbox is Yet Another Window Manager for X11R6 that arose primarily -out of the curiosity of the authors. It's small (around 11700 lines at -the time of writing), fast, built-in rendering code, image dithering -at 8, 15 and 16 bits per pixel and color icon support. Blackbox is -[mostly] ICCCM compliant. +out of the curiosity of the authors. It's small, fast, has built-in +rendering code, does image dithering at 8, 15 and 16 bits per pixel +and colour icon support. Blackbox is [mostly] ICCCM compliant. Homepage: http://blackbox.wiw.org/ +Author: Brad Hughes Index: blackbox/pkg/PLIST =================================================================== RCS file: /cvs/freebsd/ports/x11-wm/blackbox/pkg/PLIST,v retrieving revision 1.6 diff -u -r1.6 PLIST --- PLIST 1999/03/08 20:57:52 1.6 +++ PLIST 1999/03/22 01:53:21 @@ -1,18 +1,5 @@ bin/blackbox bin/bsetroot -share/Blackbox/brueghel/babel -share/Blackbox/brueghel/babel.gif -share/Blackbox/brueghel/babel.txt -share/Blackbox/brueghel/icarus -share/Blackbox/brueghel/icarus.gif -share/Blackbox/brueghel/icarus.txt -share/Blackbox/brueghel/littlebabel -share/Blackbox/brueghel/littlebabel.gif -share/Blackbox/brueghel/littlebabel.txt -share/Blackbox/brueghel/rebelangels -share/Blackbox/brueghel/rebelangels.gif -share/Blackbox/brueghel/rebelangels.txt -share/Blackbox/brueghel/stylesmenu share/Blackbox/rc share/Blackbox/menu share/Blackbox/styles/blackmagic @@ -28,6 +15,5 @@ share/Blackbox/styles/steelblue share/Blackbox/styles/steelbox share/Blackbox/styles/stylesmenu -@dirrm share/Blackbox/brueghel @dirrm share/Blackbox/styles @dirrm share/Blackbox -Chris >Release-Note: >Audit-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 Mar 21 18:22: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 676F5150CC; Sun, 21 Mar 1999 18:22:26 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA42911; Sun, 21 Mar 1999 18:22:08 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 21 Mar 1999 18:22:08 -0800 (PST) From: Message-Id: <199903220222.SAA42911@freefall.freebsd.org> To: martti.kuparinen@ericsson.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10703 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: minor fixes for ports/lang/jdk-doc State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Mar 21 18:21:57 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 Mar 21 18:36:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E601D15516; Sun, 21 Mar 1999 18:36:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA43840; Sun, 21 Mar 1999 18:35:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 21 Mar 1999 18:35:57 -0800 (PST) From: Message-Id: <199903220235.SAA43840@freefall.freebsd.org> To: jim@corp.au.triax.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10628 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix PLIST for wmmail port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Mar 21 18:35:22 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 Mar 21 18: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 9B2EC14ED8 for ; Sun, 21 Mar 1999 18:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA44026; Sun, 21 Mar 1999 18:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 21 Mar 1999 18:40:01 -0800 (PST) Message-Id: <199903220240.SAA44026@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: RE: ports/10719: Patch: Blackbox 0.50.3 -> 0.50.4 Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10719; it has been noted by GNATS. From: Chris Piazza To: cpiazza@home.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: RE: ports/10719: Patch: Blackbox 0.50.3 -> 0.50.4 Date: Sun, 21 Mar 1999 18:34:16 -0800 (PST) Arrgh! Missing patches/patch-ae, see below. Would someone please enlighten me on this: Using 'cvs diff', is there any way to get the same action as diff -N? cvs diff -uN does not include the new files, but diff -ruN does. patches/patch-ae: --- blackbox/patches/patch-ae Wed Dec 31 16:00:00 1969 +++ blackbox.new/patches/patch-ae Sun Mar 21 18:23:33 1999 @@ -0,0 +1,10 @@ +--- src/Screen.cc.old Sun Mar 21 18:18:59 1999 ++++ src/Screen.cc Sun Mar 21 18:19:06 1999 +@@ -311,7 +311,6 @@ + } + + #ifdef KDE +- unsigned long data = (unsigned long) workspacesList->count(); + + XChangeProperty(display, root_window, + blackbox->getKWMNumberOfDesktopsAtom(), --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 18:45: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 E46EC153A2; Sun, 21 Mar 1999 18:45:26 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA44368; Sun, 21 Mar 1999 18:45:08 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 21 Mar 1999 18:45:08 -0800 (PST) From: Message-Id: <199903220245.SAA44368@freefall.freebsd.org> To: handy@lambic.physics.montana.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10518 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: memcpy bug in windowmaker State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Mar 21 18:43: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 Sun Mar 21 19:50: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 2A31714E6B for ; Sun, 21 Mar 1999 19:50:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA50016; Sun, 21 Mar 1999 19:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C24F114E11; Sun, 21 Mar 1999 19:48:34 -0800 (PST) Message-Id: <19990322034834.C24F114E11@hub.freebsd.org> Date: Sun, 21 Mar 1999 19:48:34 -0800 (PST) From: sdn@slip.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10721: Lesstif fails to compiled with Internal compiler error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10721 >Category: ports >Synopsis: Lesstif fails to compiled with Internal compiler error >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 21 19:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Steve Davidson >Release: 3.1 >Organization: >Environment: FreeBSD 3.1 >Description: Do a make in /usr/ports/x11-toolkits/lesstif and you get: /bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include/Moti f-1.2 -I../../include/Motif-1.2 -I../../include -I../../include -I/usr/X11R6/include -O -DNON STANDARD_CONVERTERS -DLESSTIF_VERBOSE -c ToggleBG.c cc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include/Motif-1.2 -I../../include/Motif-1.2 -I../ ../include -I../../include -I/usr/X11R6/include -O -DNONSTANDARD_CONVERTERS -DLESSTIF_VERBOSE -c -fP IC -DPIC ToggleBG.c cc: Internal compiler error: program cc1 got fatal signal 11 *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 >How-To-Repeat: Do a make in /usr/ports/x11-toolkits/lesstif >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 Mar 21 19:57:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns.nobreak.com (ns.nobreak.com [210.105.79.2]) by hub.freebsd.org (Postfix) with ESMTP id AE23014F55 for ; Sun, 21 Mar 1999 19:57:39 -0800 (PST) (envelope-from nobreak@nobreak.com) Received: from nobreak.com (nobreak.nobreak.com [210.105.79.103]) by ns.nobreak.com (8.8.7/8.8.7) with ESMTP id NAA26822 for ; Mon, 22 Mar 1999 13:00:07 +0900 Message-ID: <36F5BF96.4BCCFAE3@nobreak.com> Date: Mon, 22 Mar 1999 12:57:10 +0900 From: Seung-young Kim Reply-To: nobreak@nobreak.com Organization: Nobreak Technologies, Inc. X-Mailer: Mozilla 4.08 [en] (WinNT; I) MIME-Version: 1.0 To: ports@freebsd.org Subject: [Fwd: About INTERACTIVE ports] Content-Type: multipart/mixed; boundary="------------E44C84C1670FC8995EF70856" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------E44C84C1670FC8995EF70856 Content-Type: text/plain; charset=iso-2022-kr Content-Transfer-Encoding: 7bit -- Disclaimer: "It's just my own opinion." ----The Power to Serve, Cool FreeBSD Forever!---- * R&D/Senior researcher: Seung-young Kim * Tel: +82-42-864-4440/1 , Fax: +82-42-864-4442 * Personal home: http://nobreak.nobreak.ne.kr _________________________________________________ Nobreak Technologies, Inc. http://www.nobreak.com --------------E44C84C1670FC8995EF70856 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <36F5A6DE.3966C38D@nobreak.com> Date: Mon, 22 Mar 1999 11:11:42 +0900 From: Seung-young Kim Reply-To: nobreak@nobreak.com Organization: Nobreak Technologies, Inc. X-Mailer: Mozilla 4.08 [en] (WinNT; I) MIME-Version: 1.0 To: ports@freebsd.or.kr Subject: About INTERACTIVE ports Content-Type: text/plain; charset=iso-2022-kr Content-Transfer-Encoding: 7bit Hi... These day I tried to make a ports for CrazyWWWBoardLE. It's required interactive arguments during installation.. I added file list to PLIST with default path /usr/local. But, if a user choose installation path differ from /usr/local. 'deinstall' operation cause a problem... I made a package for 'pkg_add' with default install path, Is this problem that "a man who don't know this problem (package must created with default install path /usr/local) can not make package correctly" is terrouble? The package which I made work well both 'install' and 'deinstall' part.. The only problem is occured in 'deinstall' part when user manually install using 'make install' with new installation path. Is there any body give me a sense? ftp://ftp6.kr.freebsd.org/distfiles/crazywwwboardle-pl3.tgz ftp://ftp6.kr.freebsd.org/distfiles/crazywwwboardle/ Thank you... -- Disclaimer: "It's just my own opinion." ----The Power to Serve, Cool FreeBSD Forever!---- * R&D/Senior researcher: Seung-young Kim * Tel: +82-42-864-4440/1 , Fax: +82-42-864-4442 * Personal home: http://nobreak.nobreak.ne.kr _________________________________________________ Nobreak Technologies, Inc. http://www.nobreak.com --------------E44C84C1670FC8995EF70856-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 21 21:10: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 61D821519C for ; Sun, 21 Mar 1999 21:10:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA56817; Sun, 21 Mar 1999 21:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B037B14F6F; Sun, 21 Mar 1999 21:02:38 -0800 (PST) Message-Id: <19990322050238.B037B14F6F@hub.freebsd.org> Date: Sun, 21 Mar 1999 21:02:38 -0800 (PST) From: sdn@slip.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10723: llnlxdir-2.1 requires Motif Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10723 >Category: ports >Synopsis: llnlxdir-2.1 requires Motif >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 21 21:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Steve Davidson >Release: 3.1 >Organization: >Environment: FreeBSD 3.1 >Description: I do a make in /usr/ports/net/llnlxdir and get ===> llnlxdir-2.1 requires Motif. I have compiled and installed lesstif and Motif-dummy. What more do I need? >How-To-Repeat: Do a make in /usr/ports/net/llnlxdir >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 Mar 22 0:44:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id E31AD14F9E; Mon, 22 Mar 1999 00:44:49 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-247.ix.netcom.com [209.111.209.247]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id AAA28529; Mon, 22 Mar 1999 00:44:29 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id AAA29637; Mon, 22 Mar 1999 00:44:25 -0800 (PST) Date: Mon, 22 Mar 1999 00:44:25 -0800 (PST) Message-Id: <199903220844.AAA29637@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: current@freebsd.org Cc: ports@freebsd.org Subject: packages-4-current now being populated From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just started the first build of packages-4-current. I'm planning to recompile it and packages-3-stable once a week or so. Errors are at "http://bento.freebsd.org/~asami/errorlogs/", as usual. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 22 0:51: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 777EE1517D; Mon, 22 Mar 1999 00:51:45 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA73710; Mon, 22 Mar 1999 00:51:27 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Date: Mon, 22 Mar 1999 00:51:27 -0800 (PST) From: Message-Id: <199903220851.AAA73710@freefall.freebsd.org> To: cpiazza@home.net, jkoshy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10719 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Patch: Blackbox 0.50.3 -> 0.50.4 State-Changed-From-To: open->closed State-Changed-By: jkoshy State-Changed-When: Mon Mar 22 00:51:02 PST 1999 State-Changed-Why: Patches(es) applied, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 22 2: 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 6EABA15241 for ; Mon, 22 Mar 1999 02:00:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA77785; Mon, 22 Mar 1999 02:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 23AC415097; Mon, 22 Mar 1999 01:54:36 -0800 (PST) Message-Id: <19990322095436.23AC415097@hub.freebsd.org> Date: Mon, 22 Mar 1999 01:54:36 -0800 (PST) From: hiro@eken.phys.nagoya-u.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10724: editors/mule incorrect arch-dependent data dir Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10724 >Category: ports >Synopsis: editors/mule incorrect arch-dependent data dir >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 22 02:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Hiroshi KATO >Release: FreeBSD 3.1-STABLE #0: Thu Mar 18 17:36:53 JST 1999 >Organization: e-ken Department physics, Nagoya University, Nagoya, Japan. >Environment: FreeBSD 3.1-STABLE #0: Thu Mar 18 17:36:53 JST 1999 >Description: editors/mule-common port installs arch-dependent data in ${PREFIX}/libexec/mule/19.34/${MACHINE_ARCH}--freebsd/ whereas editors/mule port trys to find them in ${PREFIX}/libexec/mule/19.34/${MACHINE_ARCH}--freebsd${OSREL}/ >How-To-Repeat: cd /usr/ports/editors/mule make install mule Warning: arch-dependent data dir (/usr/local/libexec/mule/19.34/i386--freebsd3.1/) does not exist. >Fix: patch for editors/mule/Makefile as of # $Id: Makefile,v 1.37 1999/03/08 07:28:24 asami Exp $ --- /usr/ports/editors/mule/Makefile.orig Mon Mar 22 18:08:18 1999 +++ /usr/ports/editors/mule/Makefile Mon Mar 22 17:03:39 1999 @@ -35,6 +35,7 @@ INSTALL_COOKIE= ${WRKDIR}/.install_done-${PKGNAME} PACKAGE_COOKIE= ${WRKDIR}/.package_done-${PKGNAME} GNU_CONFIGURE= yes +CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd USE_GMAKE= yes MAKE_ENV= LIBDIR="${LIBDIR}" # /usr/bin/sed should be used because configure script includes 'Ctrl-L' >Release-Note: >Audit-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 Mar 22 2: 0: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 8739015245 for ; Mon, 22 Mar 1999 02:00:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA77803; Mon, 22 Mar 1999 02:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4EA401513B; Mon, 22 Mar 1999 01:57:54 -0800 (PST) Message-Id: <19990322095754.4EA401513B@hub.freebsd.org> Date: Mon, 22 Mar 1999 01:57:54 -0800 (PST) From: vadim@gc.lviv.ua To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10725: Wrong Cyrus IMAP deliver group Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10725 >Category: ports >Synopsis: Wrong Cyrus IMAP deliver group >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 22 02:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Vadim Chekan >Release: FreeBSD-3.0 >Organization: GC >Environment: FreeBSD gate.gc.lviv.ua 3.0-STABLE FreeBSD 3.0-STABLE #0: Sun Jan 31 18:41:43 EE T 1999 vadim@gate.gc.lviv.ua:/usr/src/sys/compile/GATE.3 i386 >Description: Cyrus IMAP local deliver is installed with cyrus.cyrus user/group In this case sometimes erroer SYSERR(logger): Cannot exec /usr/local/cyrus/bin/deliver: Permission denied apers But in sendmail.cf: /etc/sendmail/gate > grep -5 Mcyrus sendmail.cf ### Cyrus Mailer specification ### ################################################## ##### @(#)cyrus.m4 8.9 (Carnegie Mellon) 5/19/98 ##### Mcyrus, P=/usr/local/cyrus/bin/deliver, F=lsDFMnPqA5@/:|, S=10, R=20/40, T=X-Unix, U=cyrus:mail, ^^^^^ Group must be "mail"! >How-To-Repeat: Install Cyrus mail from the ports. Configure Cyrus as default local mailer or only for one user LOCAL_RULE_0 Rvadim < @ $=w . > $# cyrus $: vadim Rvadim $# cyrus $: vadim Login as trivial user echo 'Hello!' | /usr/sbin/sendmail vadim Now in log is an error message, undeliveres mail is in a spool. >Fix: /usr/ports/mail/cyrus > diff -u Makefile.old Makefile --- Makefile.old Mon Mar 22 12:44:21 1999 +++ Makefile Mon Mar 22 12:44:32 1999 @@ -22,7 +22,7 @@ HAS_CONFIGURE= YES CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ - --with-cyrus-group=cyrus \ + --with-cyrus-group=mail \ --with-login=unix_pwcheck \ --with-tclsh=${PREFIX}/bin/tclsh8.0 \ --with-auth=unix \ >Release-Note: >Audit-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 Mar 22 2:21:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mordor.xti.org (mordor.xti.org [193.212.232.254]) by hub.freebsd.org (Postfix) with SMTP id 7D7F914F9B for ; Mon, 22 Mar 1999 02:21:41 -0800 (PST) (envelope-from delta@xti.org) Received: (qmail 41181 invoked from network); 22 Mar 1999 10:21:22 -0000 Received: from mordor.xti.org (193.212.232.254) by login.xti.org with SMTP; 22 Mar 1999 10:21:22 -0000 Date: Mon, 22 Mar 1999 11:21:22 +0100 (CET) From: Terje Elde To: ports@freebsd.org Subject: WDM Message-ID: KEY-ID: 0x5B439BB3 Stuff: Why are you reading all the headers?? Do you think I hide lots of stuff up here?? Question: Do you know where *your* towel is? MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It looks like somewhere along the line the windowmaker and wdm ports stopped working. The windowmaker port seems to install the wings and wraster libs somewhere wdm can't fint them: checking for WINGs... using standard versions checking for RCreateImage in -lwraster... no checking for RCreateImage in -lwraster... (cached) no configure: error: WINGs and wraster libs required and not found *** Error code 1 Just thought I should mention it :) Friendly greetings, Terje Elde "One world, one web, one program" - Microsoft Promo ad. "Ein Volk, Ein Reich, Ein Fuhrer" - Adolf Hitler To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 22 2:50: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 049C714D0F for ; Mon, 22 Mar 1999 02:50:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA80981; Mon, 22 Mar 1999 02:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 22 Mar 1999 02:50:02 -0800 (PST) Message-Id: <199903221050.CAA80981@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: asami@freebsd.org (Satoshi Asami) Subject: Re: ports/10724: editors/mule incorrect arch-dependent data dir Reply-To: asami@freebsd.org (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10724; it has been noted by GNATS. From: asami@freebsd.org (Satoshi Asami) To: hiro@eken.phys.nagoya-u.ac.jp Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/10724: editors/mule incorrect arch-dependent data dir Date: Mon, 22 Mar 1999 02:44:25 -0800 (PST) * editors/mule-common port installs arch-dependent data in * ${PREFIX}/libexec/mule/19.34/${MACHINE_ARCH}--freebsd/ * * whereas editors/mule port trys to find them in * ${PREFIX}/libexec/mule/19.34/${MACHINE_ARCH}--freebsd${OSREL}/ * --- /usr/ports/editors/mule/Makefile.orig Mon Mar 22 18:08:18 1999 * +++ /usr/ports/editors/mule/Makefile Mon Mar 22 17:03:39 1999 * +CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd Hmm. Can this be fixed by removing the CONFIGURE_TARGET in mule-common/Makefile instead? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 22 3: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 8A82F150E5 for ; Mon, 22 Mar 1999 03:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA85171; Mon, 22 Mar 1999 03:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id 87F2B150F8 for ; Mon, 22 Mar 1999 03:37:51 -0800 (PST) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.2/8.9.2) id UAA28120; Mon, 22 Mar 1999 20:37:12 +0900 (KST) (envelope-from cjh) Message-Id: <199903221137.UAA28120@hamhae.wdb.co.kr> Date: Mon, 22 Mar 1999 20:37:12 +0900 (KST) From: cjh@kr.freebsd.org Reply-To: cjh@kr.freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10726: Port update: korean/ftghostscript5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10726 >Category: ports >Synopsis: Port update: korean/ftghostscript5 >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 Mar 22 03:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.1-STABLE i386 >Organization: Webdatabank Co. Seoul, Korea >Environment: FreeBSD hamhae.wdb.co.kr 3.1-STABLE FreeBSD 3.1-STABLE #5: Wed Mar 17 09:36:42 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE i386 >Description: Port update of korean/ftghostscript5. Fix BROKEN_ELF. Thanks for Sung-kon Lee for fixing this for 3.0. >How-To-Repeat: >Fix: diff -uNr /usr/ports/korean/ftghostscript5/Makefile ./Makefile --- /usr/ports/korean/ftghostscript5/Makefile Thu Feb 18 10:38:56 1999 +++ ./Makefile Mon Mar 22 20:29:36 1999 @@ -1,7 +1,7 @@ # New ports collection makefile for: freetype-ghostscript # Version required: 5.10ft # Date created: Fri Mar 27 10:32:46 KST 1998 -# Whom: CHOI Junho +# Whom: CHOI Junho # # $Id: Makefile,v 1.6 1999/02/13 00:34:44 asami Exp $ # @@ -13,8 +13,9 @@ DISTNAME= ko-ftghostscript-5.10 CATEGORIES= korean print MASTER_SITES= ftp://ftp.cs.wisc.edu/ghost/aladdin/gs510/ \ - http://freefall.freebsd.org/~andreas/download/ \ + ftp://bonk.ethz.ch/gs-driver-distrib/ \ http://www.ozemail.com.au/~geoffk/pdfencrypt/ \ + http://freefall.freebsd.org/~andreas/download/ \ http://www.ldl.jaist.ac.jp/~akr/nonresearch/free-software/ghostscript/ \ http://itohws03.ee.noda.sut.ac.jp/~matsuda/VFlib-FT/ \ ftp://jazz.snu.ac.kr/pub/unix/gs-ko/ \ @@ -25,10 +26,8 @@ ${KFFTYPE_PATCH} ${HFFTYPE} ${GS_CID_PATCH} \ ${CID_FONTS_KO} ${CID_CMAP_KO} -MAINTAINER= junker@jazz.snu.ac.kr - +MAINTAINER= cjh@kr.freebsd.org -BROKEN_ELF= yes BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ /nonexistent:${PORTSDIR}/graphics/png:extract \ @@ -52,7 +51,7 @@ GS_FONTS_OTHER= ghostscript-fonts-other-5.10.tar.gz # Additional driver HP 850, see http://bonk.ethz.ch/hp850/hp850.html -HP850_DRV= hp850-1.2.zip +HP850_DRV= hp8xxs13.zip # replacement for pdf_sec.ps, that allows you to read encrypted PDF files DECRYPT_PDF= pdf_sec.ps @@ -79,15 +78,17 @@ CID_CMAP_KO= ak11.tar.Z # in Korea, A4 paper is default -.if !defined(NOA4) +.if defined(NOA4) +CFLAGS+= +.else CFLAGS+= -DA4 .endif pre-fetch: .if !defined(NOA4) - @${ECHO_MSG} "Type \"make NOA4=yes\" if you don't want A4 size default." + @${ECHO_MSG} "Type \"make NOA4=yes\" if you don't want -DA4 for compilation." .else - @${ECHO_MSG} "Default paper size is A4." + @${ECHO_MSG} "Using -DA4 for compilation." .endif .if !defined(PDFENCRYPT) @${ECHO_MSG} "NOTE: You can have encrypted PDF support by adding " @@ -101,9 +102,9 @@ ${TOUCH} ${WRKSRC}/adler32.o ${TOUCH} ${WRKSRC}/deflate.o ${TOUCH} ${WRKSRC}/trees.o - ln -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/jpeg/work/jpeg-6* ${WRKSRC}/jpeg-6a + ln -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/jpeg/work/jpeg-6* ${WRKSRC}/jpeg-6b ln -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/png/work/libpng-1.* ${WRKSRC}/libpng - cd ${WRKSRC} && unzip -La ${DISTDIR}/${HP850_DRV} + cd ${WRKSRC} && unzip -Loa ${DISTDIR}/${HP850_DRV} cd ${WRKSRC} && tar -xzf ${DISTDIR}/${CID_CMAP_KO} pre-patch: diff -uNr /usr/ports/korean/ftghostscript5/files/md5 ./files/md5 --- /usr/ports/korean/ftghostscript5/files/md5 Thu Feb 18 10:38:56 1999 +++ ./files/md5 Mon Mar 22 11:14:29 1999 @@ -2,7 +2,7 @@ MD5 (ghostscript-5.10gnu.tar.gz) = 6706117129a5f63dff3a5a2bf4258630 MD5 (ghostscript-fonts-std-5.50.tar.gz) = 8462a429e2672d332a510da076dca6d2 MD5 (ghostscript-fonts-other-5.10.tar.gz) = fcf3abf81a1b46da9a92942d288020f9 -MD5 (hp850-1.2.zip) = e37477210305e027c45f82d04d1613d1 +MD5 (hp8xxs13.zip) = e46bcac0aed0c511c8cc88a1093cc586 MD5 (pdf_sec.ps) = 92cd6af5b4d7219e91e61b8351f0f7c4 MD5 (gs5.10-vflib-1.1.tar.gz) = 856599571b5c9845595d830ad2b31b5f MD5 (gs5-kfftype.tar.gz) = 960047c6530e3678ee340d62adfbc3a8 diff -uNr /usr/ports/korean/ftghostscript5/patches/patch-aa ./patches/patch-aa --- /usr/ports/korean/ftghostscript5/patches/patch-aa Wed Jul 29 23:55:48 1998 +++ ./patches/patch-aa Sun Mar 21 22:26:26 1999 @@ -1,5 +1,174 @@ -diff -uNr gs5.10-ori/cdj850.dev cdj850.dev ---- gs5.10-ori/cdj850.dev Thu Jan 1 09:00:00 1970 -+++ cdj850.dev Mon Mar 30 19:18:02 1998 -@@ -0,0 +1 @@ -+-dev cdj850 -include page -obj gdevcd8.o gdevpcl.o +--- unix-gcc.mak.orig Sun Oct 11 23:43:16 1998 ++++ unix-gcc.mak Sun Oct 11 23:46:51 1998 +@@ -135,7 +135,7 @@ + # You may need to change this if the IJG library version changes. + # See jpeg.mak for more information. + +-JSRCDIR=jpeg-6a ++JSRCDIR=jpeg-6b + JVERSION=6 + + # Define the directory where the PNG library sources are stored, +@@ -156,7 +156,7 @@ + # Define the directory where the zlib sources are stored. + # See zlib.mak for more information. + +-ZSRCDIR=zlib ++ZSRCDIR=. + + # Choose whether to use a shared version of the zlib library, and if so, + # what its name is (usually libz, but sometimes libgz). +@@ -181,7 +181,7 @@ + + # Define the name of the C compiler. + +-CC=gcc ++CC=cc + + # Define the name of the linker for the final link step. + # Normally this is the same as the C compiler. +@@ -206,14 +206,14 @@ + # We don't include -ansi, because this gets in the way of the platform- + # specific stuff that typically needs; nevertheless, we expect + # gcc to accept ANSI-style function prototypes and function definitions. +-XCFLAGS= ++XCFLAGS= -I$(prefix)/include + + CFLAGS=-O $(GCFLAGS) $(XCFLAGS) + + # Define platform flags for ld. + # SunOS 4.n may need -Bstatic. + # XLDFLAGS can be set from the command line. +-XLDFLAGS= ++XLDFLAGS= -L$(prefix)/lib + + LDFLAGS=$(XLDFLAGS) + +@@ -223,7 +223,7 @@ + # SVR4 may need -lnsl. + # (Libraries required by individual drivers are handled automatically.) + +-EXTRALIBS= ++EXTRALIBS=-lz + + # Define the include switch(es) for the X11 header files. + # This can be null if handled in some other way (e.g., the files are +@@ -233,7 +233,7 @@ + # Note that x_.h expects to find the header files in $(XINCLUDE)/X11, + # not in $(XINCLUDE). + +-XINCLUDE=-I/usr/local/X/include ++XINCLUDE=-I/usr/X11R6/include + + # Define the directory/ies and library names for the X11 library files. + # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH +@@ -248,8 +248,8 @@ + #XLIBS=Xt SM ICE Xext X11 + + #XLIBDIRS=-L/usr/local/X/lib +-XLIBDIRS=-L/usr/X11/lib +-XLIBDIR= ++XLIBDIRS=-L/usr/X11R6/lib ++XLIBDIR=/usr/X11R6/lib + XLIBS=Xt Xext X11 + + # Define whether this platform has floating point hardware: +@@ -292,22 +292,22 @@ + + # Choose the device(s) to include. See devs.mak for details. + +-DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev +-DEVICE_DEVS1= +-DEVICE_DEVS2= +-DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev +-DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev pjxl300.dev +-DEVICE_DEVS5=uniprint.dev +-DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev +-DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev +-DEVICE_DEVS8=pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev pcxcmyk.dev +-DEVICE_DEVS9=pbm.dev pbmraw.dev pgm.dev pgmraw.dev pgnm.dev pgnmraw.dev pnm.dev pnmraw.dev ppm.dev ppmraw.dev +-DEVICE_DEVS10=tiffcrle.dev tiffg3.dev tiffg32d.dev tiffg4.dev tifflzw.dev tiffpack.dev +-DEVICE_DEVS11=tiff12nc.dev tiff24nc.dev +-DEVICE_DEVS12=psmono.dev psgray.dev bit.dev bitrgb.dev bitcmyk.dev +-DEVICE_DEVS13=pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev +-DEVICE_DEVS14=jpeg.dev jpeggray.dev +-DEVICE_DEVS15=pdfwrite.dev pswrite.dev epswrite.dev pxlmono.dev pxlcolor.dev ++#DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev ++#DEVICE_DEVS1= ++#DEVICE_DEVS2= ++#DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev ++#DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev pjxl300.dev ++#DEVICE_DEVS5=uniprint.dev ++#DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev ++#DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev ++#DEVICE_DEVS8=pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev pcxcmyk.dev ++#DEVICE_DEVS9=pbm.dev pbmraw.dev pgm.dev pgmraw.dev pgnm.dev pgnmraw.dev pnm.dev pnmraw.dev ppm.dev ppmraw.dev ++#DEVICE_DEVS10=tiffcrle.dev tiffg3.dev tiffg32d.dev tiffg4.dev tifflzw.dev tiffpack.dev ++#DEVICE_DEVS11=tiff12nc.dev tiff24nc.dev ++#DEVICE_DEVS12=psmono.dev psgray.dev bit.dev bitrgb.dev bitcmyk.dev ++#DEVICE_DEVS13=pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev ++#DEVICE_DEVS14=jpeg.dev jpeggray.dev ++#DEVICE_DEVS15=pdfwrite.dev pswrite.dev epswrite.dev pxlmono.dev pxlcolor.dev + + # ---------------------------- End of options --------------------------- # + +@@ -3681,8 +3681,8 @@ + libpng95.dev: $(LIBPNG_MAK) $(ECHOGS_XE) pngwio.$(OBJ) crc32.dev + $(SETMOD) libpng95 pngwio.$(OBJ) -include crc32 + +-libpng96.dev: $(LIBPNG_MAK) $(ECHOGS_XE) pngwio.$(OBJ) crc32.dev +- $(SETMOD) libpng96 pngwio.$(OBJ) -include crc32 ++libpng96.dev: $(LIBPNG_MAK) $(ECHOGS_XE) pngwio.$(OBJ) ++ $(SETMOD) libpng96 pngwio.$(OBJ) + # Copyright (C) 1995, 1996, 1997 Aladdin Enterprises. All rights reserved. + # + # This file is part of Aladdin Ghostscript. +@@ -3763,7 +3763,7 @@ + zlibe_1.dev: $(MAKEFILE) $(ZLIB_MAK) $(ECHOGS_XE) + $(SETMOD) zlibe_1 -lib $(ZLIB_NAME) + +-zlibe_=adler32.$(OBJ) deflate.$(OBJ) trees.$(OBJ) ++zlibe_= + zlibe_0.dev: $(ZLIB_MAK) $(ECHOGS_XE) zlibc.dev $(zlibe_) + $(SETMOD) zlibe_0 $(zlibe_) + $(ADDMOD) zlibe_0 -include zlibc +@@ -3810,11 +3810,11 @@ + + zlibd1_=infblock.$(OBJ) infcodes.$(OBJ) inffast.$(OBJ) + zlibd2_=inflate.$(OBJ) inftrees.$(OBJ) infutil.$(OBJ) +-zlibd_ = $(zlibd1_) $(zlibd2_) +-zlibd_0.dev: $(ZLIB_MAK) $(ECHOGS_XE) zlibc.dev $(zlibd_) +- $(SETMOD) zlibd_0 $(zlibd1_) +- $(ADDMOD) zlibd_0 -obj $(zlibd2_) +- $(ADDMOD) zlibd_0 -include zlibc ++zlibd_ = ++zlibd_0.dev: $(ZLIB_MAK) $(ECHOGS_XE) zlibc.dev ++ $(SETMOD) zlibd_0 ++ $(ADDMOD) zlibd_0 ++ $(ADDMOD) zlibd_0 + + infblock.$(OBJ): $(ZSRC)infblock.c $(ZDEP) zutil.h + $(CP_) $(ZSRC)infblock.c . +@@ -4589,8 +4589,22 @@ + + cdeskjet_=gdevcdj.$(OBJ) $(HPPCL) + ++cdeskjet8_=gdevcd8.$(OBJ) $(HPPCL) ++ + cdeskjet.dev: $(cdeskjet_) page.dev + $(SETPDEV) cdeskjet $(cdeskjet_) ++ ++cdj670.dev: $(cdeskjet8_) page.dev ++ $(SETPDEV) cdj670 $(cdeskjet8_) ++ ++cdj850.dev: $(cdeskjet8_) page.dev ++ $(SETPDEV) cdj850 $(cdeskjet8_) ++ ++cdj890.dev: $(cdeskjet8_) page.dev ++ $(SETPDEV) cdj890 $(cdeskjet8_) ++ ++cdj1600.dev: $(cdeskjet8_) page.dev ++ $(SETPDEV) cdj1600 $(cdeskjet8_) + + cdjcolor.dev: $(cdeskjet_) page.dev + $(SETPDEV) cdjcolor $(cdeskjet_) diff -uNr /usr/ports/korean/ftghostscript5/patches/patch-ab ./patches/patch-ab --- /usr/ports/korean/ftghostscript5/patches/patch-ab Wed Jul 29 23:55:49 1998 +++ ./patches/patch-ab Sun Mar 21 22:26:26 1999 @@ -1,17 +1,10 @@ -diff -uNr gs5.10-ori/devs.mak devs.mak ---- gs5.10-ori/devs.mak Mon Mar 30 19:08:35 1998 -+++ devs.mak Mon Mar 30 19:18:43 1998 -@@ -742,8 +742,13 @@ +--- gs_init.ps.orig Thu Jan 2 19:23:13 1997 ++++ gs_init.ps Thu Jan 2 19:24:46 1997 +@@ -1363,3 +1363,7 @@ + (END GC) VMDEBUG - cdeskjet_=gdevcdj.$(OBJ) $(HPPCL) - -+cdeskjet8_=gdevcd8.$(OBJ) $(HPPCL) -+ - cdeskjet.dev: $(cdeskjet_) page.dev - $(SETPDEV) cdeskjet $(cdeskjet_) + % The interpreter will run the initial procedure (start). + -+cdj850.dev: $(cdeskjet8_) page.dev -+ $(SETPDEV) cdj850 $(cdeskjet8_) - - cdjcolor.dev: $(cdeskjet_) page.dev - $(SETPDEV) cdjcolor $(cdeskjet_) ++% unofficial patch: ++% make it possible to print from within acroread pdf viewer ++/Default currenthalftone /Halftone defineresource pop diff -uNr /usr/ports/korean/ftghostscript5/patches/patch-ac ./patches/patch-ac --- /usr/ports/korean/ftghostscript5/patches/patch-ac Wed Jul 29 23:55:49 1998 +++ ./patches/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,24 +0,0 @@ -diff -uNr gs5.10-ori/gs_init.ps gs_init.ps ---- gs5.10-ori/gs_init.ps Mon Mar 30 19:08:48 1998 -+++ gs_init.ps Mon Mar 30 19:17:42 1998 -@@ -1465,3 +1465,20 @@ - (END GC) VMDEBUG - - % The interpreter will run the initial procedure (start). -+ -+% unofficial patch: -+% make it possible to print from within acroread pdf viewer -+/Default currenthalftone /Halftone defineresource pop -+ -+% load initial CID-keyed fonts(Korean. KSC-EUC-H). -+% It should be in Fontmap, but to avoid loading two or more time. -+% (it can stop the interpreter - /rangecheck error) -+% -+QUIET not { (Loading CID(Korean) Fonts: ) print } if -+% font loading start -+(Munhwa-Regular-KSC-EUC-H.gsf) runlibfile -+QUIET not { (Munhwa-Regular-KSC-EUC-H ) print } if -+(MunhwaGothic-Regular-KSC-EUC-H.gsf) runlibfile -+QUIET not { (MunhwaGothic-Regular-KSC-EUC-H ) print } if -+% end of font loading -+QUIET not { (\n) print } if diff -uNr /usr/ports/korean/ftghostscript5/patches/patch-ad ./patches/patch-ad --- /usr/ports/korean/ftghostscript5/patches/patch-ad Wed Jul 29 23:55:49 1998 +++ ./patches/patch-ad Thu Jan 1 09:00:00 1970 @@ -1,161 +0,0 @@ -diff -uNr gs5.10-ori/unix-gcc.mak unix-gcc.mak ---- gs5.10-ori/unix-gcc.mak Mon Mar 30 19:09:19 1998 -+++ unix-gcc.mak Mon Mar 30 19:21:21 1998 -@@ -1,3 +1,4 @@ -+DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev sxlcrt.dev ap3250.dev appledmp.dev bj10e.dev bj200.dev bjc600.dev bjc800.dev ccr.dev cdeskjet.dev cdjcolor.dev cdjmono.dev cdj500.dev cdj550.dev cdj850.dev cp50.dev declj250.dev deskjet.dev djet500.dev djet500c.dev dnj650c.dev epson.dev eps9mid.dev eps9high.dev epsonc.dev ibmpro.dev imagen.dev iwhi.dev iwlo.dev iwlq.dev jetp3852.dev laserjet.dev la50.dev la70.dev la75.dev la75plus.dev lbp8.dev lips3.dev ln03.dev lj250.dev ljet2p.dev ljet3.dev ljet3d.dev ljet4.dev lj4dith.dev ljetplus.dev lj5mono.dev lj5gray.dev lp2563.dev lp8000.dev m8510.dev necp6.dev oce9050.dev oki182.dev okiibm.dev paintjet.dev pj.dev pjetxl.dev pjxl.dev pjxl300.dev pxlmono.dev pxlcolor.dev r4081.dev sj48.dev st800.dev stcolor.dev t4693d2.dev t4693d4.dev t4693d8.dev tek4696.dev uniprint.dev xes.dev dfaxhigh.dev dfaxlow.dev faxg3.dev faxg32d.dev faxg4.dev tiffcrle.dev tiffg3.dev tiffg32d.dev tiffg4.dev epswrite.dev pdfwrite.dev pswrit! e.dev pxlmono.dev pxlcolor.dev bit.dev bitrgb.dev bitcmyk.dev bmpmono.dev bmp16.dev bmp256.dev bmp16m.dev cgmmono.dev cgm8.dev cgm24.dev cif.dev jpeg.dev jpeggray.dev miff24.dev mgrmono.dev mgrgray2.dev mgrgray4.dev mgrgray8.dev mgr4.dev mgr8.dev pdfwrite.dev pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev pcxcmyk.dev pbm.dev pbmraw.dev pgm.dev pgmraw.dev pgnm.dev pgnmraw.dev pnm.dev pnmraw.dev ppm.dev ppmraw.dev pkm.dev pkmraw.dev pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev psmono.dev psgray.dev sgirgb.dev tiff12nc.dev tiff24nc.dev tifflzw.dev tiffpack.dev - # Copyright (C) 1997 Aladdin Enterprises. All rights reserved. - # - # This file is part of Aladdin Ghostscript. -@@ -156,7 +157,7 @@ - # Define the directory where the zlib sources are stored. - # See zlib.mak for more information. - --ZSRCDIR=zlib -+ZSRCDIR=. - - # Choose whether to use a shared version of the zlib library, and if so, - # what its name is (usually libz, but sometimes libgz). -@@ -181,7 +182,7 @@ - - # Define the name of the C compiler. - --CC=gcc -+CC=cc - - # Define the name of the linker for the final link step. - # Normally this is the same as the C compiler. -@@ -206,14 +207,14 @@ - # We don't include -ansi, because this gets in the way of the platform- - # specific stuff that typically needs; nevertheless, we expect - # gcc to accept ANSI-style function prototypes and function definitions. --XCFLAGS= -+XCFLAGS= -I$(prefix)/include - - CFLAGS=-O $(GCFLAGS) $(XCFLAGS) - - # Define platform flags for ld. - # SunOS 4.n may need -Bstatic. - # XLDFLAGS can be set from the command line. --XLDFLAGS= -+XLDFLAGS= -L$(prefix)/lib - - LDFLAGS=$(XLDFLAGS) - -@@ -223,7 +224,7 @@ - # SVR4 may need -lnsl. - # (Libraries required by individual drivers are handled automatically.) - --EXTRALIBS= -+EXTRALIBS= -lz - - # Define the include switch(es) for the X11 header files. - # This can be null if handled in some other way (e.g., the files are -@@ -233,7 +234,7 @@ - # Note that x_.h expects to find the header files in $(XINCLUDE)/X11, - # not in $(XINCLUDE). - --XINCLUDE=-I/usr/local/X/include -+XINCLUDE=-I/usr/X11R6/include - - # Define the directory/ies and library names for the X11 library files. - # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH -@@ -248,7 +249,7 @@ - #XLIBS=Xt SM ICE Xext X11 - - #XLIBDIRS=-L/usr/local/X/lib --XLIBDIRS=-L/usr/X11/lib -+XLIBDIRS=-L/usr/X11R6/lib - XLIBDIR= - XLIBS=Xt Xext X11 - -@@ -292,22 +293,22 @@ - - # Choose the device(s) to include. See devs.mak for details. - --DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev --DEVICE_DEVS1= --DEVICE_DEVS2= --DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev --DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev pjxl300.dev --DEVICE_DEVS5=uniprint.dev --DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev --DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev --DEVICE_DEVS8=pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev pcxcmyk.dev --DEVICE_DEVS9=pbm.dev pbmraw.dev pgm.dev pgmraw.dev pgnm.dev pgnmraw.dev pnm.dev pnmraw.dev ppm.dev ppmraw.dev --DEVICE_DEVS10=tiffcrle.dev tiffg3.dev tiffg32d.dev tiffg4.dev tifflzw.dev tiffpack.dev --DEVICE_DEVS11=tiff12nc.dev tiff24nc.dev --DEVICE_DEVS12=psmono.dev psgray.dev bit.dev bitrgb.dev bitcmyk.dev --DEVICE_DEVS13=pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev --DEVICE_DEVS14=jpeg.dev jpeggray.dev --DEVICE_DEVS15=pdfwrite.dev pswrite.dev epswrite.dev pxlmono.dev pxlcolor.dev -+#DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev -+#DEVICE_DEVS1= -+#DEVICE_DEVS2= -+#DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev -+#DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev pjxl300.dev -+#DEVICE_DEVS5=uniprint.dev -+#DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev -+#DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev -+#DEVICE_DEVS8=pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev pcxcmyk.dev -+#DEVICE_DEVS9=pbm.dev pbmraw.dev pgm.dev pgmraw.dev pgnm.dev pgnmraw.dev pnm.dev pnmraw.dev ppm.dev ppmraw.dev -+#DEVICE_DEVS10=tiffcrle.dev tiffg3.dev tiffg32d.dev tiffg4.dev tifflzw.dev tiffpack.dev -+#DEVICE_DEVS11=tiff12nc.dev tiff24nc.dev -+#DEVICE_DEVS12=psmono.dev psgray.dev bit.dev bitrgb.dev bitcmyk.dev -+#DEVICE_DEVS13=pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev -+#DEVICE_DEVS14=jpeg.dev jpeggray.dev -+#DEVICE_DEVS15=pdfwrite.dev pswrite.dev epswrite.dev pxlmono.dev pxlcolor.dev - - # ---------------------------- End of options --------------------------- # - -@@ -3681,8 +3682,8 @@ - libpng95.dev: $(LIBPNG_MAK) $(ECHOGS_XE) pngwio.$(OBJ) crc32.dev - $(SETMOD) libpng95 pngwio.$(OBJ) -include crc32 - --libpng96.dev: $(LIBPNG_MAK) $(ECHOGS_XE) pngwio.$(OBJ) crc32.dev -- $(SETMOD) libpng96 pngwio.$(OBJ) -include crc32 -+libpng96.dev: $(LIBPNG_MAK) $(ECHOGS_XE) pngwio.$(OBJ) -+ $(SETMOD) libpng96 pngwio.$(OBJ) - # Copyright (C) 1995, 1996, 1997 Aladdin Enterprises. All rights reserved. - # - # This file is part of Aladdin Ghostscript. -@@ -3763,7 +3764,7 @@ - zlibe_1.dev: $(MAKEFILE) $(ZLIB_MAK) $(ECHOGS_XE) - $(SETMOD) zlibe_1 -lib $(ZLIB_NAME) - --zlibe_=adler32.$(OBJ) deflate.$(OBJ) trees.$(OBJ) -+zlibe_= - zlibe_0.dev: $(ZLIB_MAK) $(ECHOGS_XE) zlibc.dev $(zlibe_) - $(SETMOD) zlibe_0 $(zlibe_) - $(ADDMOD) zlibe_0 -include zlibc -@@ -3810,11 +3811,12 @@ - - zlibd1_=infblock.$(OBJ) infcodes.$(OBJ) inffast.$(OBJ) - zlibd2_=inflate.$(OBJ) inftrees.$(OBJ) infutil.$(OBJ) --zlibd_ = $(zlibd1_) $(zlibd2_) --zlibd_0.dev: $(ZLIB_MAK) $(ECHOGS_XE) zlibc.dev $(zlibd_) -- $(SETMOD) zlibd_0 $(zlibd1_) -- $(ADDMOD) zlibd_0 -obj $(zlibd2_) -- $(ADDMOD) zlibd_0 -include zlibc -+zlibd_ = -+zlibd_0.dev: $(ZLIB_MAK) $(ECHOGS_XE) zlibc.dev -+ $(SETMOD) zlibd_0 -+ $(ADDMOD) zlibd_0 -+ $(ADDMOD) zlibd_0 -+ - - infblock.$(OBJ): $(ZSRC)infblock.c $(ZDEP) zutil.h - $(CP_) $(ZSRC)infblock.c . -@@ -4589,8 +4591,13 @@ - - cdeskjet_=gdevcdj.$(OBJ) $(HPPCL) - -+cdeskjet8_=gdevcd8.$(OBJ) $(HPPCL) -+ - cdeskjet.dev: $(cdeskjet_) page.dev - $(SETPDEV) cdeskjet $(cdeskjet_) -+ -+cdj850.dev: $(cdeskjet8_) page.dev -+ $(SETPDEV) cdj850 $(cdeskjet8_) - - cdjcolor.dev: $(cdeskjet_) page.dev - $(SETPDEV) cdjcolor $(cdeskjet_) diff -uNr /usr/ports/korean/ftghostscript5/pkg/DESCR ./pkg/DESCR --- /usr/ports/korean/ftghostscript5/pkg/DESCR Wed Jul 29 23:55:45 1998 +++ ./pkg/DESCR Mon Mar 22 20:30:08 1999 @@ -18,4 +18,4 @@ http://jazz.snu.ac.kr/~junker/work/gs-ko/ -- -Ports by CHOI Junho +Ports by CHOI Junho diff -uNr /usr/ports/korean/ftghostscript5/scripts/configure ./scripts/configure --- /usr/ports/korean/ftghostscript5/scripts/configure Wed Jul 29 23:55:46 1998 +++ ./scripts/configure Sun Mar 21 22:26:26 1999 @@ -22,7 +22,7 @@ "appledmp" "Apple Dot Matrix Printer / Imagewriter" ON \ "bj10e" "Canon BubbleJet BJ10e" ON \ "bj200" "Canon BubbleJet BJ200 and BJC-240(b&w)" ON \ - "bjc600" "Canon Color BubbleJet BJC-240/600/4000/70+Apple StyleWriter 2x00" ON \ + "bjc600" "Canon Color BJC-240/600/4000/70 + Apple StyleWriter 2x00" ON \ "bjc800" "Canon Color BubbleJet BJC-240/800" ON \ "ccr" "CalComp Raster format" ON \ "cdeskjet" "HP DeskJet 500C, 1 bit/pixel color" ON \ @@ -30,7 +30,10 @@ "cdjmono" "HP DeskJet 500/510/520/540C b/w printing" ON \ "cdj500" "HP DeskJet 500C (same as cdjcolor)" ON \ "cdj550" "HP DeskJet 550C/560C" ON \ - "cdj850" "HP DeskJet 850/855/870/890" ON \ + "cdj670" "HP DeskJet 670/690" ON \ + "cdj850" "HP DeskJet 850/855/870/1100" ON \ + "cdj890" "HP DeskJet 890" ON \ + "cdj1600" "HP DeskJet 1600" ON \ "cp50" "Mitsubishi CP50 color" ON \ "declj250" "alternate DEC LJ250 driver" ON \ "deskjet" "HP DeskJet and DeskJet Plus" ON \ @@ -50,7 +53,6 @@ "laserjet" "HP LaserJet" ON \ "la50" "DEC LA50 printer" ON \ "la70" "DEC LA70 printer" ON \ - "la70t" "DEC LA70 printer with low resol. text enhancement" ON \ "la75" "DEC LA75 printer" ON \ "la75plus" "DEC LA75plus printer" ON \ "lbp8" "Canon LBP-8II laser printer" ON \ diff -uNr /usr/ports/korean/ftghostscript5/scripts/configure.batch ./scripts/configure.batch --- /usr/ports/korean/ftghostscript5/scripts/configure.batch Wed Jul 29 23:55:46 1998 +++ ./scripts/configure.batch Sun Mar 21 22:26:26 1999 @@ -4,7 +4,7 @@ touch ${WRKSRC}/makefile cat - > ${WRKSRC}/unix-gcc.mak.new << !EOT -DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev sxlcrt.dev ap3250.dev appledmp.dev bj10e.dev bj200.dev bjc600.dev bjc800.dev ccr.dev cdeskjet.dev cdjcolor.dev cdjmono.dev cdj500.dev cdj550.dev cdj850.dev cp50.dev declj250.dev deskjet.dev djet500.dev djet500c.dev dnj650c.dev epson.dev eps9mid.dev eps9high.dev epsonc.dev ibmpro.dev imagen.dev iwhi.dev iwlo.dev iwlq.dev jetp3852.dev laserjet.dev la50.dev la70.dev la70t.dev la75.dev la75plus.dev lbp8.dev lips3.dev ln03.dev lj250.dev ljet2p.dev ljet3.dev ljet3d.dev ljet4.dev lj4dith.dev ljetplus.dev lj5mono.dev lj5gray.dev lp2563.dev lp8000.dev lq850.dev m8510.dev necp6.dev oce9050.dev oki182.dev okiibm.dev paintjet.dev pj.dev pjetxl.dev pjxl.dev pjxl300.dev pxlmono.dev pxlcolor.dev r4081.dev sj48.dev st800.dev stcolor.dev t4693d2.dev t4693d4.dev t4693d8.dev tek4696.dev uniprint.dev xes.dev dfaxhigh.dev dfaxlow.dev faxg3.dev faxg32d.dev faxg4.dev tiffcrle.dev tiffg3.dev tiffg32d.dev tiffg4.dev epswrite.dev ! pdfwrite.dev pswrite.dev pxlmono.dev pxlcolor.dev bit.dev bitrgb.dev bitcmyk.dev bmpmono.dev bmp16.dev bmp256.dev bmp16m.dev cgmmono.dev cgm8.dev cgm24.dev cif.dev jpeg.dev jpeggray.dev miff24.dev mgrmono.dev mgrgray2.dev mgrgray4.dev mgrgray8.dev mgr4.dev mgr8.dev pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev pcxcmyk.dev pbm.dev pbmraw.dev pgm.dev pgmraw.dev pgnm.dev pgnmraw.dev pnm.dev pnmraw.dev ppm.dev ppmraw.dev pkm.dev pkmraw.dev pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev psmono.dev psgray.dev sgirgb.dev tiff12nc.dev tiff24nc.dev tifflzw.dev tiffpack.dev +DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev sxlcrt.dev ap3250.dev appledmp.dev bj10e.dev bj200.dev bjc600.dev bjc800.dev ccr.dev cdeskjet.dev cdjcolor.dev cdjmono.dev cdj500.dev cdj550.dev cdj670.dev cdj850.dev cdj890.dev cdj1600.dev cp50.dev declj250.dev deskjet.dev djet500.dev djet500c.dev dnj650c.dev epson.dev eps9mid.dev eps9high.dev epsonc.dev ibmpro.dev imagen.dev iwhi.dev iwlo.dev iwlq.dev jetp3852.dev laserjet.dev la50.dev la70.dev la75.dev la75plus.dev lbp8.dev lips3.dev ln03.dev lj250.dev ljet2p.dev ljet3.dev ljet3d.dev ljet4.dev lj4dith.dev ljetplus.dev lj5mono.dev lj5gray.dev lp2563.dev lp8000.dev lq850.dev m8510.dev necp6.dev oce9050.dev oki182.dev okiibm.dev paintjet.dev pj.dev pjetxl.dev pjxl.dev pjxl300.dev pxlmono.dev pxlcolor.dev r4081.dev sj48.dev st800.dev stcolor.dev t4693d2.dev t4693d4.dev t4693d8.dev tek4696.dev uniprint.dev xes.dev dfaxhigh.dev dfaxlow.dev faxg3.dev faxg32d.dev faxg4.dev tiffcrle.dev tiffg3.dev tiffg32d.dev ! tiffg4.dev epswrite.dev pdfwrite.dev pswrite.dev pxlmono.dev pxlcolor.dev bit.dev bitrgb.dev bitcmyk.dev bmpmono.dev bmp16.dev bmp256.dev bmp16m.dev cgmmono.dev cgm8.dev cgm24.dev cif.dev jpeg.dev jpeggray.dev miff24.dev mgrmono.dev mgrgray2.dev mgrgray4.dev mgrgray8.dev mgr4.dev mgr8.dev pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev pcxcmyk.dev pbm.dev pbmraw.dev pgm.dev pgmraw.dev pgnm.dev pgnmraw.dev pnm.dev pnmraw.dev ppm.dev ppmraw.dev pkm.dev pkmraw.dev pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev psmono.dev psgray.dev sgirgb.dev tiff12nc.dev tiff24nc.dev tifflzw.dev tiffpack.dev !EOT # create one new Makefile, where DEVICE_DEVS contains all wanted devices >Release-Note: >Audit-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 Mar 22 3:50: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 693B414F95 for ; Mon, 22 Mar 1999 03:50:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA85954; Mon, 22 Mar 1999 03:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id 3F24114C18 for ; Mon, 22 Mar 1999 03:41:47 -0800 (PST) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.2/8.9.2) id UAA28268; Mon, 22 Mar 1999 20:41:09 +0900 (KST) (envelope-from cjh) Message-Id: <199903221141.UAA28268@hamhae.wdb.co.kr> Date: Mon, 22 Mar 1999 20:41:09 +0900 (KST) From: cjh@kr.freebsd.org Reply-To: cjh@kr.freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10727: Port update: korean/netscape4-communicator Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10727 >Category: ports >Synopsis: Port update: korean/netscape4-communicator >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 Mar 22 03:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.1-STABLE i386 >Organization: Webdatabank Co. Seoul, Korea >Environment: FreeBSD hamhae.wdb.co.kr 3.1-STABLE FreeBSD 3.1-STABLE #5: Wed Mar 17 09:36:42 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE i386 >Description: Update of Localized(Korean) Netscape for X11. It effects on korean/netscape4-navigator. It depend on it. >How-To-Repeat: >Fix: diff -uNr -x CVS /usr/ports/korean/netscape4-communicator/Makefile ./Makefile --- /usr/ports/korean/netscape4-communicator/Makefile Sat Feb 13 00:07:41 1999 +++ ./Makefile Tue Dec 29 21:48:04 1998 @@ -3,7 +3,7 @@ # Date created: 25 Oct 1998 # Whom: CHOI Junho # -# $Id: Makefile,v 1.10 1999/02/12 14:44:30 kuriyama Exp $ +# $Id: Makefile,v 1.9 1998/12/13 22:00:40 kuriyama Exp $ # # based on japanese/netscape4-* @@ -27,7 +27,7 @@ BROWSER_NAME?= communicator BROWSER_VER= 4.08 LANG= ko_KR.EUC -KOREAN_KIT= netscape-v408.generic-generic-generic-19981227 +KOREAN_KIT= netscape-v408.generic-generic-generic-19981229 NDIR= ${PREFIX}/lib/netscape MAKESCRIPT= ${SED} -e "s;@X11BASE@;${X11BASE};g" \ -e "s;@PREFIX@;${PREFIX};g" \ diff -uNr -x CVS /usr/ports/korean/netscape4-communicator/files/md5 ./files/md5 --- /usr/ports/korean/netscape4-communicator/files/md5 Sat Feb 13 00:07:41 1999 +++ ./files/md5 Tue Dec 29 21:48:20 1998 @@ -1 +1 @@ -MD5 (netscape-v408.generic-generic-generic-19981227.tar.gz) = b688a640c4d321028de085256f973261 +MD5 (netscape-v408.generic-generic-generic-19981229.tar.gz) = 3a70d5d38154443ccbf8617e3273e7fb >Release-Note: >Audit-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 Mar 22 5: 1: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 BDE9A14BEA; Mon, 22 Mar 1999 05:01:19 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA91670; Mon, 22 Mar 1999 05:01:01 -0800 (PST) (envelope-from kris@FreeBSD.org) Date: Mon, 22 Mar 1999 05:01:01 -0800 (PST) From: Message-Id: <199903221301.FAA91670@freefall.freebsd.org> To: jabley@buddha.clear.net.nz, kris@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/10712 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Makefile tries to install in ${PREFIX}/__share__/man/... State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Mon Mar 22 04:59:59 PST 1999 State-Changed-Why: Fix commited, thanks! Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: kris Responsible-Changed-When: Mon Mar 22 04:59:59 PST 1999 Responsible-Changed-Why: This is mine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 22 6: 0:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7062614BD5 for ; Mon, 22 Mar 1999 06:00:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA97217; Mon, 22 Mar 1999 06:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 22 Mar 1999 06:00:02 -0800 (PST) Message-Id: <199903221400.GAA97217@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: hiro@eken.phys.nagoya-u.ac.jp Subject: Re: ports/10724: editors/mule incorrect arch-dependent data dir Reply-To: hiro@eken.phys.nagoya-u.ac.jp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10724; it has been noted by GNATS. From: hiro@eken.phys.nagoya-u.ac.jp To: asami@freebsd.org Cc: hiro@eken.phys.nagoya-u.ac.jp, freebsd-gnats-submit@freebsd.org Subject: Re: ports/10724: editors/mule incorrect arch-dependent data dir Date: Mon, 22 Mar 1999 22:55:10 +0900 From: asami@freebsd.org (Satoshi Asami) Subject: Re: ports/10724: editors/mule incorrect arch-dependent data dir Date: Mon, 22 Mar 1999 02:44:25 -0800 (PST) Message-ID: <199903221044.CAA29938@silvia.hip.berkeley.edu> asami> * editors/mule-common port installs arch-dependent data in asami> * ${PREFIX}/libexec/mule/19.34/${MACHINE_ARCH}--freebsd/ asami> * asami> * whereas editors/mule port trys to find them in asami> * ${PREFIX}/libexec/mule/19.34/${MACHINE_ARCH}--freebsd${OSREL}/ asami> asami> * --- /usr/ports/editors/mule/Makefile.orig Mon Mar 22 18:08:18 1999 asami> * +++ /usr/ports/editors/mule/Makefile Mon Mar 22 17:03:39 1999 asami> asami> * +CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd asami> asami> Hmm. Can this be fixed by removing the CONFIGURE_TARGET in asami> mule-common/Makefile instead? If we simply remove the CONFIGURE_TARGET in mule-common/Makefile, the EMACS_ARCH in mule-common/pkg/PLIST will be substituted for empty string. Is there any simple way to set the EMACS_ARCH to the default value of CONFIGURE_TARGET? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 22 7:36:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from plunger.gdeb.com (plunger.gdeb.com [153.11.11.3]) by hub.freebsd.org (Postfix) with ESMTP id 644B0151D8; Mon, 22 Mar 1999 07:36:03 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from orion.caen.gdeb.com ([153.11.109.11]) by plunger.gdeb.com (8.9.1a/8.9.1/CSC-E_4.1) with ESMTP id KAA16105; Mon, 22 Mar 1999 10:32:42 -0500 (EST) Received: from clcrtr.clc.gdeb.com (clcrtr [153.11.109.129]) by orion.caen.gdeb.com (8.8.8/8.8.8) with SMTP id KAA07111; Mon, 22 Mar 1999 10:34:34 -0500 (EST) (envelope-from eischen@vigrid.com) Message-ID: <36F66309.41C67EA6@vigrid.com> Date: Mon, 22 Mar 1999 10:34:33 -0500 From: "Daniel M. Eischen" X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2.7-STABLE i386) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Cc: pst@FreeBSD.org Subject: GDB-4.17 port Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there any interest in a gdb-4.17 port? I needed to port it in order to make an Ada-aware version for GNAT. I've placed it at: ftp://ftp.pcnet.com/users/eischen/FreeBSD/gdb-4.17-port.tar.gz If there is interest, I can submit it as a port. Note that the Ada-aware version is being submitted as a port. Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 22 7:37:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from raven.korax.net (raven.korax.net [209.82.39.7]) by hub.freebsd.org (Postfix) with ESMTP id 61B75151D8; Mon, 22 Mar 1999 07:37:06 -0800 (PST) (envelope-from ReachMe@Syne-Post.com) Received: from Syne-Post.com (synepost.dialin.korax.net [209.82.39.76]) by raven.korax.net (8.9.3/8.9.3) with ESMTP id KAA09630; Mon, 22 Mar 1999 10:36:39 -0500 (EST) Message-ID: <36F6624D.3318E133@Syne-Post.com> Date: Mon, 22 Mar 1999 10:31:25 -0500 From: Phil X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: torstenb@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: FreeBSD Port: ssh-1.2.26 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org well I tried to install this last night and got a whole bunch of errors and files not found and then it rearranged my inetd somehow. Now that I have restarted inetd it runs fine. Where can I get a list of required files for ssh so that I can install all of that first. If this list also had a location for the files that would be fabulous. Phil Syne-Post To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 22 8: 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 0762C14DF1 for ; Mon, 22 Mar 1999 08:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA49461; Mon, 22 Mar 1999 08:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 46D8614E71; Mon, 22 Mar 1999 07:51:15 -0800 (PST) Message-Id: <19990322155115.46D8614E71@hub.freebsd.org> Date: Mon, 22 Mar 1999 07:51:15 -0800 (PST) From: eischen@vigrid.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10729: New port: Ada-aware GDB Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10729 >Category: ports >Synopsis: New port: Ada-aware GDB >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 Mar 22 08:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Daniel Eischen >Release: 4.0-current >Organization: >Environment: N/A >Description: This is a port for an Ada-aware GDB based on gdb-4.17. The port is over 300KB and is not included in this PR. You can retrieve the port from: ftp://ftp.pcnet.com/users/eischen/FreeBSD/adagdb-4.17-port.tar.gz >How-To-Repeat: N/A >Fix: Add the port :-) >Release-Note: >Audit-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 Mar 22 8:31: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail4.svr.pol.co.uk (mail4.svr.pol.co.uk [195.92.193.211]) by hub.freebsd.org (Postfix) with ESMTP id C7D50151C0 for ; Mon, 22 Mar 1999 08:30:54 -0800 (PST) (envelope-from tom@eborcom.com) Received: from modem-37.amlodipine.dialup.pol.co.uk ([62.136.50.165]) by mail4.svr.pol.co.uk with esmtp (Exim 2.12 #1) id 10P7aw-0005YR-00 for freebsd-ports@FreeBSD.org; Mon, 22 Mar 1999 16:30:32 +0000 Received: (qmail 16562 invoked by uid 5000); 22 Mar 1999 16:22:21 -0000 Date: Mon, 22 Mar 1999 16:22:21 +0000 From: Tom Hukins To: freebsd-ports@FreeBSD.org Subject: Re: Problems with p5-* ports Message-ID: <19990322162220.A6658@eborcom.com> Mail-Followup-To: freebsd-ports@FreeBSD.org References: <19990314175904.A11110@eborcom.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="yrj/dFKFPuw6o+aM" X-Mailer: Mutt 0.95.4i In-Reply-To: <19990314175904.A11110@eborcom.com>; from Tom Hukins on Sun, Mar 14, 1999 at 05:59:04PM +0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii On Sun, Mar 14, 1999 at 05:59:04PM +0000, I wrote: > > Here is my proposal: We add a PERL5_DEPENDS variable. Sure, this > makes bsd.port.mk even bigger, but I count 95 p5-* ports in > /usr/ports/INDEX and 137 ports involve p5-* ports in some way, > possibly as dependencies. PERL5_DEPENDS would run "perl -M$module" > for each item in PERL5_DEPENDS, where $module is the module's name, > eg. Net::FTP, LWP::UserAgent, or whatever. > > Also, a PERL5_MODULE variable should be added. If this is defined, > then "do-configure:" would call "perl Makefile.PL", as most p5-* > modules do. This variable would also set "USE_PERL5= YES". I've attached a patch to bsd.port.mk to this message which incorporates both my suggestions. I'm not sure whether the patch goes about this the right way, but it's a good start. Another thought: Would it be a good idea for PERL5_DEPENDS to include a minimum acceptable version for each module, as is done with LIB_DEPENDS? For example, a dependent port might work fine with Module.pm only if $Module::VERSION > 1.40. Tom --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="portmk.patch" --- /usr/ports/Mk/bsd.port.mk.orig Tue Mar 9 18:22:10 1999 +++ /usr/ports/Mk/bsd.port.mk Mon Mar 22 16:13:06 1999 @@ -608,6 +608,11 @@ .endif .endif +.if defined(PERL5_MODULE) +MAN3PREFIX?= ${PREFIX}/lib/perl5/${PERL_VERSION} +USE_PERL5= yes +.endif + .if defined(USE_XLIB) LIB_DEPENDS+= X11.6:${PORTSDIR}/x11/XFree86 .endif @@ -1478,6 +1483,12 @@ .if defined(USE_IMAKE) @(cd ${WRKSRC} && ${XMKMF}) .endif +.if defined(PERL5_MODULE) + @(cd ${WRKSRC} && \ + ${SETENV} ${MAKE_ENV} ${PERL} Makefile.PL PREFIX=${PREFIX} \ + INSTALLMAN1DIR=${PREFIX}/man/man1 \ + INSTALLSCRIPT=${PREFIX}/bin) +.endif .endif # Build @@ -1946,7 +1957,7 @@ ################################################################ .if !target(depends) -depends: lib-depends misc-depends +depends: lib-depends misc-depends perl5-depends @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} fetch-depends @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} build-depends @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} run-depends @@ -2066,6 +2077,36 @@ fi \ done @${ECHO_MSG} "===> Returning to build of ${PKGNAME}" +.endif +.else + @${DO_NADA} +.endif + +perl5-depends: +.if defined(PERL5_DEPENDS) +.if !defined(NO_DEPENDS) + @for i in ${PERL5_DEPENDS}; do \ + lib=`${ECHO} $$i | ${SED} -e 's/:.*//' | ${SED} -e 's!/!::!g'`; \ + dir=`${ECHO} $$i | ${SED} -e 's/[^:]*://'`; \ + if ${PERL5} -M$$lib -e 'exit 0' > /dev/null 2>&1; then \ + ${ECHO_MSG} "===> ${PKGNAME} depends on Perl module: $$lib - found"; \ + else \ + ${ECHO_MSG} "===> ${PKGNAME} depends on Perl module: $$lib - not found"; \ + ${ECHO_MSG} "===> Verifying $$target for $$lib in $$dir"; \ + if [ ! -d "$$dir" ]; then \ + ${ECHO_MSG} " >> No directory for $$lib. Skipping.."; \ + else \ + (cd $$dir; ${MAKE} ${.MAKEFLAGS} $$target) ; \ + ${ECHO_MSG} "===> Returning to build of ${PKGNAME}"; \ + if $${PERL5} -M$$lib -e 'exit 0' > /dev/null 2>&1; then \ + ${TRUE}; \ + else \ + ${ECHO_MSG} "Error: Perl module \"$$lib\" does not exist"; \ + ${FALSE}; \ + fi; \ + fi; \ + fi; \ + done .endif .else @${DO_NADA} --yrj/dFKFPuw6o+aM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 22 8:43:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stennis.ca.sandia.gov (stennis.ca.sandia.gov [146.246.243.44]) by hub.freebsd.org (Postfix) with ESMTP id 69ECA14F15 for ; Mon, 22 Mar 1999 08:43:11 -0800 (PST) (envelope-from bmah@stennis.ca.sandia.gov) Received: (from bmah@localhost) by stennis.ca.sandia.gov (8.9.3/8.9.3) id IAA05724; Mon, 22 Mar 1999 08:42:14 -0800 (PST) Message-Id: <199903221642.IAA05724@stennis.ca.sandia.gov> X-Mailer: exmh version 2.0.2 2/24/98 To: Chuck Robey Cc: Lucky Green , bmah@california.ca.sandia.gov, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: vnc-3.3.2r3 In-Reply-To: Your message of "Sat, 20 Mar 1999 10:11:26 EST." From: bmah@CA.Sandia.GOV (Bruce A. Mah) Reply-To: bmah@CA.Sandia.GOV X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Url: http://www.ca.sandia.gov/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_530845790P"; micalg=pgp-md5; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Mon, 22 Mar 1999 08:42:14 -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --==_Exmh_530845790P Content-Type: text/plain; charset=us-ascii If memory serves me right, Chuck Robey wrote: > On Sat, 20 Mar 1999, Lucky Green wrote: > > > Problems with the port on FreeBSD 3.1: > > > > ===> Extracting for vnc-3.3.2r3 > > ===> vnc-3.3.2r3 depends on shared library: X11.6 - found > > /usr/bin/tar: archive - EOF not on block boundary > > *** Error code 1 > > This means that tar got confused about the files that it fetched for the > port, and it choked and died. Delete the files, let the system refetch > them, it'll probably work fine the second time. > > Probably one half the file got fetched. Hmmm...well, that's not quite the problem. Really what happened is that the distfile moved, and instead of the distfile, Lucky Green is getting an HTML message that says "the distfile moved". Unfortunately, HTML doesn't look much like a tarball, and so tar(1) is getting rather confused. :-( cvsup-ing a new ports collection should fix the problem. Bruce. --==_Exmh_530845790P Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: 2.6.2 iQCVAwUBNvZy5ajOOi0j7CY9AQE9SQP+IxpFl2jVvcAsnKYmnrtuWKloXu8C4/Cf AScQlvX3nMeIUBeFfXWiwLujNww1G1gMBB3mrUQq2kPqb1s8BrbnL87HZdywdhj3 904datcf0Rc4ujKtCk7djDOTZixeKkVzju3TBVGgcQDUpgHZwA03klumq8LqKl50 LlhBqfdwgMc= =+Eat -----END PGP MESSAGE----- --==_Exmh_530845790P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 22 9: 4:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from red.juniper.net (red.juniper.net [208.197.169.254]) by hub.freebsd.org (Postfix) with ESMTP id 6854114BE9 for ; Mon, 22 Mar 1999 09:04:32 -0800 (PST) (envelope-from pst@juniper.net) Received: from juniper.net (single.juniper.net [208.197.169.203]) by red.juniper.net (8.8.8/8.8.5) with ESMTP id JAA05957; Mon, 22 Mar 1999 09:04:08 -0800 (PST) Message-Id: <199903221704.JAA05957@red.juniper.net> To: "Daniel M. Eischen" Cc: freebsd-ports@FreeBSD.org Subject: Re: GDB-4.17 port In-reply-to: Your message of "Mon, 22 Mar 1999 10:34:33 EST." <36F66309.41C67EA6@vigrid.com> Date: Mon, 22 Mar 1999 09:04:08 -0800 From: Paul Traina Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sure, and feel free to remove my current gdb port. In message <36F66309.41C67EA6@vigrid.com>, "Daniel M. Eischen" writes: > Is there any interest in a gdb-4.17 port? I needed to port > it in order to make an Ada-aware version for GNAT. I've placed > it at: > > ftp://ftp.pcnet.com/users/eischen/FreeBSD/gdb-4.17-port.tar.gz > > If there is interest, I can submit it as a port. Note that the > Ada-aware version is being submitted as a port. > > Dan Eischen > eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 22 9:50:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A6CD114D04 for ; Mon, 22 Mar 1999 09:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA59119; Mon, 22 Mar 1999 09:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from thrush.omix.com (thrush.omix.com [206.40.77.44]) by hub.freebsd.org (Postfix) with ESMTP id 297C8152DE for ; Mon, 22 Mar 1999 09:41:15 -0800 (PST) (envelope-from byron@thrush.omix.com) Received: (from byron@localhost) by thrush.omix.com (8.9.2/8.9.2) id JAA48997; Mon, 22 Mar 1999 09:41:25 -0800 (PST) (envelope-from byron) Message-Id: <199903221741.JAA48997@thrush.omix.com> Date: Mon, 22 Mar 1999 09:41:25 -0800 (PST) From: zenin@archive.rhps.org Reply-To: zenin@archive.rhps.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10730: New port: games/wmeyes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10730 >Category: ports >Synopsis: New port: games/wmeyes >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 Mar 22 09:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Byron Brummer >Release: FreeBSD 3.1-RELEASE i386 >Organization: Zenin's Rocky Horror Archive >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: # # /usr/ports/games/wmeyes # /usr/ports/games/wmeyes/Makefile # /usr/ports/games/wmeyes/files # /usr/ports/games/wmeyes/files/md5 # /usr/ports/games/wmeyes/CVS # /usr/ports/games/wmeyes/CVS/Root # /usr/ports/games/wmeyes/CVS/Repository # /usr/ports/games/wmeyes/CVS/Entries # /usr/ports/games/wmeyes/CVS/Entries.Log # /usr/ports/games/wmeyes/patches # /usr/ports/games/wmeyes/patches/patch-aa # /usr/ports/games/wmeyes/pkg # /usr/ports/games/wmeyes/pkg/COMMENT # /usr/ports/games/wmeyes/pkg/DESCR # /usr/ports/games/wmeyes/pkg/PLIST # echo c - /usr/ports/games/wmeyes mkdir -p /usr/ports/games/wmeyes > /dev/null 2>&1 echo x - /usr/ports/games/wmeyes/Makefile sed 's/^X//' >/usr/ports/games/wmeyes/Makefile << 'END-of-/usr/ports/games/wmeyes/Makefile' X# New ports collection makefile for: wmeyes X# Version required: 1.0 X# Date created: 18 March 1999 X# Whom: Zenin X# X# $Id$ X# X XDISTNAME= wmeyes-1.0 XCATEGORIES= games XMASTER_SITES= ftp://thrush.omix.com/pub/misc/ X XMAINTAINER= zenin@archive.rhps.org X XUSE_IMAKE= yes X X.include END-of-/usr/ports/games/wmeyes/Makefile echo c - /usr/ports/games/wmeyes/files mkdir -p /usr/ports/games/wmeyes/files > /dev/null 2>&1 echo x - /usr/ports/games/wmeyes/files/md5 sed 's/^X//' >/usr/ports/games/wmeyes/files/md5 << 'END-of-/usr/ports/games/wmeyes/files/md5' XMD5 (wmeyes-1.0.tar.gz) = 7f3e5206fe45388cbc6364042567a1b0 END-of-/usr/ports/games/wmeyes/files/md5 echo c - /usr/ports/games/wmeyes/CVS mkdir -p /usr/ports/games/wmeyes/CVS > /dev/null 2>&1 echo x - /usr/ports/games/wmeyes/CVS/Root sed 's/^X//' >/usr/ports/games/wmeyes/CVS/Root << 'END-of-/usr/ports/games/wmeyes/CVS/Root' X:pserver:byron@007.omix.com:/usr/local/cvsroot END-of-/usr/ports/games/wmeyes/CVS/Root echo x - /usr/ports/games/wmeyes/CVS/Repository sed 's/^X//' >/usr/ports/games/wmeyes/CVS/Repository << 'END-of-/usr/ports/games/wmeyes/CVS/Repository' X/usr/local/cvsroot/. END-of-/usr/ports/games/wmeyes/CVS/Repository echo x - /usr/ports/games/wmeyes/CVS/Entries sed 's/^X//' >/usr/ports/games/wmeyes/CVS/Entries << 'END-of-/usr/ports/games/wmeyes/CVS/Entries' END-of-/usr/ports/games/wmeyes/CVS/Entries echo x - /usr/ports/games/wmeyes/CVS/Entries.Log sed 's/^X//' >/usr/ports/games/wmeyes/CVS/Entries.Log << 'END-of-/usr/ports/games/wmeyes/CVS/Entries.Log' XA D/wmeyes//// END-of-/usr/ports/games/wmeyes/CVS/Entries.Log echo c - /usr/ports/games/wmeyes/patches mkdir -p /usr/ports/games/wmeyes/patches > /dev/null 2>&1 echo x - /usr/ports/games/wmeyes/patches/patch-aa sed 's/^X//' >/usr/ports/games/wmeyes/patches/patch-aa << 'END-of-/usr/ports/games/wmeyes/patches/patch-aa' X--- wmeyes.c.orig Sat May 23 18:44:25 1998 X+++ wmeyes.c Mon Mar 22 08:45:36 1999 X@@ -3,7 +3,6 @@ X #include X #include X #include X-#include X #include X X #include X@@ -74,6 +73,8 @@ X void scanArgs(int argc,char *argv[]); X unsigned long getColor(char *colorName); X X+extern char *optarg; X+ X void do_nothing(void) X { X } X@@ -322,19 +323,8 @@ X bool helpflag = FALSE; X bool errflag = FALSE; X X- static struct option long_opts[] = { X- {"help", no_argument, NULL, 'h'}, X- {"withdrawn", no_argument, NULL, 'w'}, X- {"shape", no_argument, NULL, 's'}, X- {"pupil", required_argument, NULL, 'p'}, X- {"outside", required_argument, NULL, 'o'}, X- {"inside", required_argument, NULL, 'i'}, X- {"time", required_argument, NULL, 't'}, X- {"display", required_argument, NULL, 'd'}}; X- X- while(1) { X- opt_index = 0; X- c = getopt_long_only(argc, argv, "hwsp:o:i:d:", long_opts, &opt_index); X+ while(1) { X+ c = getopt(argc, argv, "hwsp:o:i:d:t:"); X if (c == -1) { X break; X } X@@ -372,24 +362,25 @@ X break; X } X } X+ X if (errflag) { X fprintf(stderr, "Usage: %s [-h] [-ws] [-p pupclr] [-o outclr] [-i inclr] [-display disp]\n", argv[0]); X exit(1); X } X+ X if (helpflag) { X fprintf(stderr,"WMeyes 1.0 - The world's most useless WindowMaker dock app.\n"); X fprintf(stderr,"by Bryan Feir (jenora@istar.ca)\n\n"); X- fprintf(stderr,"Usage: %s [-h] [-ws] [-p pupclr] [-o outclr] [-i inclr] [-display disp]\n", argv[0]); X- fprintf(stderr,"short long argument description\n"); X- fprintf(stderr," -h --help display this help screen\n"); X- fprintf(stderr," -w --withdrawn withdraw window (for WindowMaker)\n"); X- fprintf(stderr," -s --shape use shaped window\n"); X- fprintf(stderr," -p --pupil pupclr set the colour of the eyes' pupils (default %s)\n", EYECOLOR); X- fprintf(stderr," -o --outside outclr set the outside colour of the eyes (default %s)\n", OUTCOLOR); X- fprintf(stderr," -i --inside inclr set the inside colour of the eyes (default %s)\n", INCOLOR); X- fprintf(stderr," -t --time msec set the interation time in msec (default %d)\n", REPTIME); X- fprintf(stderr," -d --display disp set the X display to use\n"); X- fprintf(stderr," -display disp set the X display to use\n"); X+ fprintf(stderr,"Usage: %s [-h] [-ws] [-p pupclr] [-o outclr] [-i inclr] [-d disp]\n", argv[0]); X+ fprintf(stderr,"option argument description\n"); X+ fprintf(stderr," -h display this help screen\n"); X+ fprintf(stderr," -w withdraw window (for WindowMaker)\n"); X+ fprintf(stderr," -s use shaped window\n"); X+ fprintf(stderr," -p pupclr set the colour of the eyes' pupils (default %s)\n", EYECOLOR); X+ fprintf(stderr," -o outclr set the outside colour of the eyes (default %s)\n", OUTCOLOR); X+ fprintf(stderr," -i inclr set the inside colour of the eyes (default %s)\n", INCOLOR); X+ fprintf(stderr," -t msec set the interation time in msec (default %d)\n", REPTIME); X+ fprintf(stderr," -d disp set the X display to use\n"); X exit(0); X } X } END-of-/usr/ports/games/wmeyes/patches/patch-aa echo c - /usr/ports/games/wmeyes/pkg mkdir -p /usr/ports/games/wmeyes/pkg > /dev/null 2>&1 echo x - /usr/ports/games/wmeyes/pkg/COMMENT sed 's/^X//' >/usr/ports/games/wmeyes/pkg/COMMENT << 'END-of-/usr/ports/games/wmeyes/pkg/COMMENT' XThe world's most useless WindowMaker dock app. END-of-/usr/ports/games/wmeyes/pkg/COMMENT echo x - /usr/ports/games/wmeyes/pkg/DESCR sed 's/^X//' >/usr/ports/games/wmeyes/pkg/DESCR << 'END-of-/usr/ports/games/wmeyes/pkg/DESCR' XWMeyes is a pretty simple application: it sits in the WindowMaker dock, and Xa pair of eyes track your cursor. Actually, the program should work in all Xwindow managers, but then you don't have a dock to sit it in, in which case Xyou might as well use xeyes. END-of-/usr/ports/games/wmeyes/pkg/DESCR echo x - /usr/ports/games/wmeyes/pkg/PLIST sed 's/^X//' >/usr/ports/games/wmeyes/pkg/PLIST << 'END-of-/usr/ports/games/wmeyes/pkg/PLIST' Xbin/wmeyes END-of-/usr/ports/games/wmeyes/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 Mon Mar 22 10:20: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 B684E14EF4 for ; Mon, 22 Mar 1999 10:20:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA61411; Mon, 22 Mar 1999 10:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from news.IAEhv.nl (news.IAE.nl [194.151.64.4]) by hub.freebsd.org (Postfix) with ESMTP id E60F114DA1 for ; Mon, 22 Mar 1999 10:17:56 -0800 (PST) (envelope-from volf@oasis.IAEhv.nl) Received: from oasis.IAEhv.nl (uucp@localhost) by news.IAEhv.nl (8.9.1/8.9.1) with IAEhv.nl id TAA29722 for freebsd.org!freebsd-gnats-submit; Mon, 22 Mar 1999 19:17:37 +0100 (MET) Received: from LOCAL (volf@localhost) by avalon.oasis.IAEhv.nl (8.9.2/1.63); pid 15466 on Mon, 22 Mar 1999 18:18:01 GMT; id SAA15466 efrom: volf; eto: UNKNOWN Message-Id: <199903221818.SAA15466@avalon.oasis.IAEhv.nl> Date: Mon, 22 Mar 1999 18:18:01 GMT From: volf@oasis.IAEhv.nl (Frank Volf) Reply-To: volf@oasis.IAEhv.nl To: FreeBSD-gnats-submit@freebsd.org Cc: volf@oasis.IAEhv.nl X-Send-Pr-Version: 3.2 Subject: ports/10731: Upgrade port: pnmtopng 2.37.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10731 >Category: ports >Synopsis: Upgrade port: pnmtopng 2.37.2 >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 Mar 22 10:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Frank Volf >Release: FreeBSD 3.1-STABLE i386 >Organization: /etc/organization >Environment: >Description: The pnmtopng has been upgraded to a new version. The old distfiles have been removed from the master site. Please, apply the following patch to the ports CVS tree. BTW: I'm the maintainer of this port Index: Makefile =================================================================== RCS file: /home2/CVS/ports/graphics/pnmtopng/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 1999/01/23 07:05:28 1.8 +++ Makefile 1999/03/22 18:11:29 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.8 1999/01/23 07:05:28 vanilla Exp $ # -DISTNAME= pnmtopng-2.37.1 +DISTNAME= pnmtopng-2.37.2 CATEGORIES= graphics MASTER_SITES= ftp://swrinde.nde.swri.edu/pub/png/applications/ @@ -18,7 +18,6 @@ ${X11BASE}/lib/libpnm.a:${PORTSDIR}/graphics/netpbm \ ${X11BASE}/lib/libppm.a:${PORTSDIR}/graphics/netpbm -NO_WRKSUBDIR= yes MAKEFILE= Makefile.FreeBSD USE_X_PREFIX= yes MAN1= pngtopnm.1 pnmtopng.1 Index: files/md5 =================================================================== RCS file: /home2/CVS/ports/graphics/pnmtopng/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1998/08/09 00:12:34 1.2 +++ md5 1999/03/22 18:09:24 @@ -1 +1 @@ -MD5 (pnmtopng-2.37.1.tar.gz) = 3addb1d14811c86169c4bb09ee8942d7 +MD5 (pnmtopng-2.37.2.tar.gz) = b143abb42009c1ec84fb9edda483e3ba >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 Mar 22 10:36: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dolphin.be.to (point1.be.to [210.235.212.29]) by hub.freebsd.org (Postfix) with ESMTP id AD9CE14DA1 for ; Mon, 22 Mar 1999 10:35:38 -0800 (PST) (envelope-from okazaki@be.to) Received: from dune2.infonia.ne.jp (root@dune2.infonia.ne.jp [202.222.162.60]) by dolphin.be.to (8.8.8+3.0Wbeta13/BETO.1.6-1999031400000000) with ESMTP id DAA20039; Tue, 23 Mar 1999 03:35:16 +0900 Received: from acidrain.localnet (ppp04-Mobara1.mtci.ne.jp [210.172.1.206]) by dune2.infonia.ne.jp (8.8.8/3.7W-bt2) with ESMTP id DAA03120; Tue, 23 Mar 1999 03:35:05 +0900 Message-Id: <199903221835.DAA03120@dune2.infonia.ne.jp> Date: Tue, 23 Mar 1999 03:29:30 +0900 From: OKAZAKI Tetsurou To: hiro@eken.phys.nagoya-u.ac.jp Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/10724: editors/mule incorrect arch-dependent data dir In-Reply-To: In your message of "Mon, 22 Mar 1999 06:00:02 -0800 (PST)" <199903221400.GAA97217@freefall.freebsd.org> References: <199903221400.GAA97217@freefall.freebsd.org> User-Agent: Wanderlust/0.9.7 (Everything She Wants) WEMI/1.13.3 (Yaizu) FLIM/1.12.5 (Hirahata) Emacs/20.3 (i386--freebsd) MULE/4.0 (HANANOEN) Organization: Personal. MIME-Version: 1.0 (generated by WEMI 1.13.3 - "Yaizu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > From: hiro@eken.phys.nagoya-u.ac.jp > To: asami@freebsd.org > Cc: hiro@eken.phys.nagoya-u.ac.jp, freebsd-gnats-submit@freebsd.org > Subject: Re: ports/10724: editors/mule incorrect arch-dependent data dir > Date: Mon, 22 Mar 1999 22:55:10 +0900 > asami> * --- /usr/ports/editors/mule/Makefile.orig Mon Mar 22 18:08:18 1999 > asami> * +++ /usr/ports/editors/mule/Makefile Mon Mar 22 17:03:39 1999 > asami> > asami> * +CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd > asami> > asami> Hmm. Can this be fixed by removing the CONFIGURE_TARGET in > asami> mule-common/Makefile instead? > > If we simply remove the CONFIGURE_TARGET in mule-common/Makefile, > the EMACS_ARCH in mule-common/pkg/PLIST will be substituted for empty > string. Don't worry about. The default value of CONFIGURE_TARGET is defined in bsd.port.mk: CONFIGURE_TARGET?= ${MACHINE_ARCH}--freebsd${OSREL} > Is there any simple way to set the EMACS_ARCH to the default value of > CONFIGURE_TARGET? EMACS_ARCH=${CONFIGURE_TARGET} :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 22 11: 1: 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 A538314A0B for ; Mon, 22 Mar 1999 11:00:27 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA64686 for freebsd-ports@freebsd.org; Mon, 22 Mar 1999 11:00:08 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 22 Mar 1999 11:00:08 -0800 (PST) Message-Id: <199903221900.LAA64686@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/01/25] ports/9691 ports jadetex port depends on unknown other pac o [1999/02/14] ports/10091ports xsysinfo does not execute o [1999/03/07] ports/10475ports devel/asl NLS patch broken o [1999/03/22] ports/10725ports Wrong Cyrus IMAP deliver group 4 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/03/22] ports/6100 ports xmpeg3 chokes on filenames with spaces o [1998/07/23] ports/7382 ports Pine4 does not co-exist with older instal o [1998/08/27] ports/7761 ports Update to recent port submission of nicet a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1998/10/30] ports/8502 ports GNAT 3.10 port uses clock_gettime which i o [1998/11/29] ports/8891 ports ssh2 port assume you have zipped manpage o [1999/01/02] ports/9279 ports new port submission - libparanoia. o [1999/01/13] ports/9480 ports ELF kernel netboot o [1999/01/25] ports/9688 ports The current tcl80 port has problems, does o [1999/01/28] ports/9757 ports can't make package o [1999/01/30] ports/9819 ports Port fix: ncurses o [1999/02/01] ports/9870 ports 2.2.8-19990120-SNAP package errors o [1999/02/05] ports/9919 ports mrt on 3.0-STABLE does not compile as is o [1999/02/07] ports/9949 ports SKIP is an LKM and will not work with 3.0 o [1999/02/08] ports/9975 ports new port of xqf (find quake servers) o [1999/02/09] ports/9989 ports [SECURITY] Latest ProFTPD and Wu-ftpd may o [1999/02/14] ports/10094ports autogeneration of msql user failed o [1999/02/14] ports/10097ports new port - kvirc o [1999/02/17] ports/10133ports KDE changed path on their ftp server o [1999/02/22] ports/10197ports New Port: naim-0.9.3 o [1999/02/25] ports/10234ports New port of libimg for Tcl/Tk image handl o [1999/02/25] ports/10271ports New port of the Postilion mail client o [1999/02/27] ports/10296ports Fails to add packages from a 2.2.6-RELEAS o [1999/02/27] ports/10299ports pkg_add: could not find package XFree86-3 o [1999/03/03] ports/10373ports Increasing kernel file descriptors causes o [1999/03/06] ports/10453ports Patch to update gxedit from version 1.20 o [1999/03/07] ports/10480ports tk81 will not *compile* with threaded app o [1999/03/11] ports/10541ports [PATCH] fix for security/stunnel port o [1999/03/11] ports/10552ports Make balsa build again o [1999/03/13] ports/10579ports Error with Network discovery in tkined (p o [1999/03/15] ports/10600ports ssh2 port doesn't symlink /etc/ssh2 which o [1999/03/16] ports/10625ports XFree86 aout library support incorrect o [1999/03/18] ports/10665ports ports/graphics/sane needs access to /dev/ o [1999/03/19] ports/10681ports lessitf can't find X11 Revision 5 or high o [1999/03/21] ports/10721ports Lesstif fails to compiled with Internal c 35 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/02/17] ports/5771 ports New port: Stuttgart Neural Network Simula o [1998/03/08] ports/5946 ports New port biology/molmol o [1998/04/07] ports/6235 ports New port: scwm-icon o [1998/04/07] ports/6236 ports New port: scwm o [1998/04/17] ports/6331 ports New port: libshhopt-1.1.3 a [1998/04/19] ports/6355 ports New port: qplug - Netscape plugin to show o [1998/04/20] ports/6361 ports New port: GNU Pascal Compiler o [1998/04/23] ports/6393 ports New port: MultiMedia package - CD player, o [1998/05/01] ports/6473 ports New port: libshhmsg-1.3.3 o [1998/05/01] ports/6474 ports New port: libxalloc-1.0.2 o [1998/05/07] ports/6541 ports New port: math/dc o [1998/05/10] ports/6570 ports New port: java CUP parser o [1998/05/16] ports/6657 ports new port for perl/Tk 800.004 o [1998/05/19] ports/6687 ports New port, ktelnet v0.6 o [1998/05/19] ports/6699 ports New port: the Generic NQS system o [1998/05/21] ports/6709 ports New port kmessage o [1998/06/13] ports/6942 ports New port, mrouted-beta o [1998/06/28] ports/7094 ports New port of xbomber game o [1998/06/30] ports/7128 ports New port: Raster3D-2.4f o [1998/07/02] ports/7150 ports `elftoaout': new port o [1998/07/18] ports/7314 ports ncurses port doesn't support TERM=xterm-c o [1998/07/27] ports/7409 ports New port: CaribbeanStud-1.0 o [1998/08/03] ports/7480 ports New Port afbackup-3.0.4 o [1998/08/08] ports/7532 ports New port: ipltd-2.01 o [1998/08/18] ports/7659 ports New port: pfx-0.1.1 o [1998/08/21] ports/7701 ports New port: drmario-1.0 o [1998/08/24] ports/7734 ports update atari800 - upgrade to the latest v o [1998/09/03] ports/7827 ports New port: garith-2.1 o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac f [1998/10/13] ports/8299 ports new port for games/xbd (Boulder Dash) o [1998/11/07] ports/8586 ports new port: misc/kmamerun o [1998/11/11] ports/8651 ports I create a new ports about wget o [1998/11/13] ports/8675 ports new port: x11-toolkits/gtkstep11 o [1998/11/15] ports/8696 ports New port: psi88 o [1998/11/21] ports/8789 ports Port created for Lucent Technology's Csco o [1998/11/22] ports/8795 ports xgal.sndsrv.freebsd.c is out of sync with f [1998/11/23] ports/8816 ports New port: ptc-2.0.10 o [1998/11/25] ports/8863 ports [Reviced] New port: mopac7 o [1998/11/29] ports/8899 ports New port: qmail-contrib o [1998/11/29] ports/8900 ports New port: mail/qmailanalog o [1998/12/01] ports/8920 ports netscape java displaying on ncd xterm cra o [1998/12/02] ports/8943 ports New port: InterNetNews 2.2beta2 o [1998/12/20] ports/9142 ports Re-work patches to configure script to be o [1999/01/07] ports/9366 ports New port of icmpquery o [1999/01/07] docs/9375 ports Information on how to build PLIST automat o [1999/01/11] ports/9452 ports New port for itk-3.0.1 o [1999/01/11] ports/9453 ports New port for itcl-3.0.1 o [1999/01/11] ports/9454 ports New port for iwidgets-3.0.0 o [1999/01/19] ports/9571 ports New ports for netscape plug-in, named "pl o [1999/01/21] ports/9604 ports Minor improvements to ucspi-tcp port o [1999/01/21] ports/9608 ports Linux Communicator 4.5 o [1999/01/21] ports/9615 ports explorer port fails to build, can't find o [1999/01/23] ports/9649 ports abc2ps port a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/25] ports/9672 ports New port: misc/xtail o [1999/01/25] ports/9686 ports Update of the nn-6.5.3 port o [1999/01/26] ports/9699 ports Reorganization the x11-toolkits/xview por o [1999/01/26] ports/9700 ports Reorganization the x11-toolkits/xview-cli o [1999/01/26] ports/9704 ports Minor fixes to olvwm o [1999/01/26] ports/9710 ports NN-6.5.3 with NOV enabled can't find .ove o [1999/01/27] ports/9719 ports New port: misc/fortuneit o [1999/01/27] ports/9726 ports new ports ( devel/swarm ) o [1999/01/27] ports/9734 ports TclDP-4.0b2 port added o [1999/01/27] ports/9739 ports Update to math/metis port o [1999/01/27] ports/9740 ports New port: cm postscript fonts by AMS o [1999/01/27] ports/9741 ports New port: ams postscript fonts by AMS o [1999/01/28] ports/9745 ports Ports changes for SWARM ports ( ports/972 o [1999/01/29] ports/9780 ports new port: x11-clock/wmcalclock o [1999/01/29] ports/9783 ports new port: lang/pike o [1999/01/31] ports/9840 ports patch allows ports to fetch their sources o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 o [1999/01/31] ports/9852 ports new port: wmdate-0.5 o [1999/02/01] ports/9864 ports make rblcheck use relay.orbs.org instead o [1999/02/01] ports/9865 ports Upgrade Leafnode+ port from version 2.3 t o [1999/02/01] ports/9866 ports port of unix2dos and dos2unix utilities o [1999/02/01] ports/9872 ports New port: waveplay o [1999/02/01] ports/9875 ports new port: devel/astyle (aka "Artistic Sty o [1999/02/02] ports/9884 ports samba does not allow "joes" (username+pas o [1999/02/03] ports/9899 ports port submission for tdetect o [1999/02/03] ports/9901 ports New port net/libnet f [1999/02/04] ports/9911 ports slrn port Makefile broken (patch included o [1999/02/05] ports/9925 ports New port, br-ispell o [1999/02/06] ports/9939 ports NEW port for tkRunIt o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/07] ports/9955 ports New port tclock (transparent analog clock o [1999/02/09] ports/9984 ports PDL - Perl Data Language o [1999/02/09] ports/9985 ports New port: jmirror o [1999/02/09] ports/9988 ports New port: wmcp 1.2.5 o [1999/02/10] ports/10003ports New port: p5-Socks o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/10] ports/10012ports new port: xmradio o [1999/02/11] ports/10033ports upgrading to 2.2.8 breaks the perl5 port o [1999/02/13] ports/10063ports New port: chinese/telnet o [1999/02/14] ports/10092ports Here is a port upgrade for fvwm-2.1.10 o [1999/02/14] ports/10093ports Upgrade GNAT to 3.11p and fix for ELF o [1999/02/14] ports/10096ports New port: games/xtet42 o [1999/02/15] ports/10102ports net/ircII port wants to install help file o [1999/02/15] ports/10103ports revision of port of plugger-3.0 o [1999/02/15] ports/10104ports New port: games/pmars-0.8 o [1999/02/15] ports/10111ports Problem with the pgp262s port, Makefile w o [1999/02/16] ports/10123ports Update for t1utils port o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/02/17] ports/10134ports New port: lynx-ssl (Category: www) o [1999/02/17] ports/10136ports New port shorten (an audio compressor) o [1999/02/17] ports/10137ports version update of RPM port to version 2.5 o [1999/02/17] ports/10141ports korganizer update to 1.1 o [1999/02/18] ports/10147ports SANE 1.00 overrides CAM's DFLTPHYS in cam o [1999/02/19] ports/10161ports New port : mail/mailx o [1999/02/19] ports/10162ports Fix kdmrc to add qmail usernames to NoUse o [1999/02/19] ports/10164ports XFree86-3.3.3.1 build fails with kerberos o [1999/02/19] ports/10168ports [NEW PORT] ezbounce (IRC Proxy) o [1999/02/20] ports/10176ports upgrade of devel/doc++ port o [1999/02/21] ports/10178ports USE_SOCKS=YES option broken for security/ o [1999/02/21] ports/10184ports Master site gone; makefile updated o [1999/02/21] ports/10187ports New port - gftp o [1999/02/22] ports/10196ports Better startup scripts for ssh o [1999/02/22] ports/10210ports New Port: tgd 1.2c o [1999/02/22] ports/10215ports net/coda_client and net/coda_server o [1999/02/23] ports/10227ports wrong sendmail path in rdist6-port o [1999/02/23] ports/10232ports New port - unace o [1999/02/23] ports/10233ports misc/buffer has been removed, let's reviv o [1999/02/25] ports/10268ports [new port] colortail o [1999/02/25] ports/10270ports [new port] wterm o [1999/02/25] ports/10272ports [new port] gmixer o [1999/02/26] ports/10279ports [new port] gtimer o [1999/02/27] ports/10297ports libtix numbering goofed up o [1999/02/27] ports/10298ports New port: icecast-1.1.0 o [1999/02/28] ports/10304ports unpost master site removed o [1999/02/28] ports/10309ports New port, id3ren, mpeg3 audio information o [1999/02/28] ports/10313ports New port - ripenc o [1999/03/01] ports/10321ports Update Ports: postgresql-ja 6.4.2 o [1999/03/01] ports/10329ports New Port of XMangekyou-2.0 o [1999/03/01] ports/10333ports New port: kmikmod o [1999/03/01] ports/10346ports new version of lesstif o [1999/03/02] ports/10352ports ghostscript55 port build fails using jpeg o [1999/03/02] ports/10354ports New port of XBalloon-1.0 o [1999/03/02] ports/10363ports [patch] give moxftp port some master site o [1999/03/02] ports/10367ports NS Communicator 4.5 fails o [1999/03/03] ports/10377ports `make' in ports does not honor {f,ht}tp_p o [1999/03/04] ports/10386ports Fix port: p5-MLDBM o [1999/03/04] ports/10389ports Create new port mod_jserv and JSDK 2.0 o [1999/03/04] ports/10390ports Tidy port: p5-libwww o [1999/03/04] ports/10393ports formatted lsof man page installed into ma o [1999/03/05] ports/10396ports SPIN is in the wrong category o [1999/03/05] ports/10404ports Samba PLIST not up to date. o [1999/03/05] ports/10407ports incomplete mirrors suggested for samba o [1999/03/05] ports/10410ports pkg_add: could not find package XFree86-3 o [1999/03/05] ports/10413ports su2; description of file location is wron o [1999/03/05] ports/10414ports slirp port patch o [1999/03/06] ports/10415ports samba-2.0.3 port make package fails and s o [1999/03/06] ports/10454ports Update: emulators/spim o [1999/03/07] ports/10458ports New port: fconv: Converts Mac/DOS text fi o [1999/03/07] ports/10463ports Fix Port: math/abs o [1999/03/07] ports/10467ports ports submission: wmnetselect o [1999/03/07] ports/10469ports new port: linux-netcape-communicator-4.51 o [1999/03/07] ports/10476ports x11-toolkits/tix doesn't build properly o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/08] ports/10489ports new port of gnotepad+ o [1999/03/09] ports/10514ports New port - V.E.R.A. o [1999/03/10] ports/10532ports Port of GNU Pascal o [1999/03/10] ports/10536ports ports/japanese/vje-trial has no makefile o [1999/03/11] ports/10543ports New port uploaded for xslj o [1999/03/12] ports/10559ports [PATCH] net/ethereal should be linked wit o [1999/03/12] ports/10561ports net/ucd-snmpd build fail o [1999/03/12] ports/10562ports New port - PVM3 o [1999/03/14] ports/10592ports New ports: japanese/exmh2 (ja-exmh-2.0.2) o [1999/03/16] ports/10617ports New Port: archivers/pkzip-2.5 o [1999/03/16] ports/10618ports Update port: x11-fm/ezfm o [1999/03/16] ports/10629ports New port: comms/gnokii o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/17] ports/10639ports ports/web/wml must be upgraded and unbrok o [1999/03/17] ports/10644ports New port: korean/gtk10 o [1999/03/17] ports/10645ports New port: korean/gau o [1999/03/18] ports/10649ports NEW PORT: devel/icqlib o [1999/03/18] ports/10650ports NEW PORT: devel/kicq o [1999/03/18] ports/10651ports NEW PORT: net/kicq o [1999/03/18] ports/10661ports TCL command line option parser port o [1999/03/19] ports/10677ports FVWM2 finally went to release status o [1999/03/19] ports/10679ports new port for bpft-2.0 o [1999/03/19] ports/10682ports List mirror sites in MASTER_SITE_BACKUP - o [1999/03/20] ports/10696ports Lesstif updated to 0.88.0 o [1999/03/20] ports/10702ports Add NCD audio support for emiclock ports o [1999/03/21] ports/10707ports [ADD] port for doxygen o [1999/03/21] ports/10710ports postfix port o [1999/03/21] ports/10713ports RESEND of mail/rftp diff o [1999/03/21] ports/10716ports new port, easy library for command entry o [1999/03/21] ports/10717ports update port: wmpinboard-0.7 to 0.8.2 o [1999/03/21] ports/10718ports a ports change for lang/ocaml o [1999/03/21] ports/10723ports llnlxdir-2.1 requires Motif o [1999/03/22] ports/10724ports editors/mule incorrect arch-dependent dat o [1999/03/22] ports/10726ports Port update: korean/ftghostscript5 o [1999/03/22] ports/10727ports Port update: korean/netscape4-communicato o [1999/03/22] ports/10729ports New port: Ada-aware GDB o [1999/03/22] ports/10730ports New port: games/wmeyes o [1999/03/22] ports/10731ports Upgrade port: pnmtopng 2.37.2 195 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 Mar 22 11:10:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6166C15309 for ; Mon, 22 Mar 1999 11:10:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA65668; Mon, 22 Mar 1999 11:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ns1.tu-graz.ac.at (ns1.tu-graz.ac.at [129.27.2.3]) by hub.freebsd.org (Postfix) with ESMTP id 7464D14C2C for ; Mon, 22 Mar 1999 11:01:13 -0800 (PST) (envelope-from dada@ns1.tu-graz.ac.at) Received: from fcggsg07.icg.tu-graz.ac.at (fcggsg07.icg.tu-graz.ac.at [129.27.201.16]) by ns1.tu-graz.ac.at (8.8.6/8.8.6) with ESMTP id UAA06813 for ; Mon, 22 Mar 1999 20:00:43 +0100 (MET) Received: from localhost.tu-graz.ac.at (isdn273.tu-graz.ac.at [129.27.241.73]) by fcggsg07.icg.tu-graz.ac.at (8.8.8/8.8.8) with ESMTP id UAA23549 for ; Mon, 22 Mar 1999 20:00:34 +0100 (MET) Received: (from dada@localhost) by localhost.tu-graz.ac.at (8.8.8/8.8.8) id UAA03648; Mon, 22 Mar 1999 20:00:26 +0100 (CET) (envelope-from dada) Message-Id: <199903221900.UAA03648@localhost.tu-graz.ac.at> Date: Mon, 22 Mar 1999 20:00:26 +0100 (CET) From: dada@sbox.tu-graz.ac.at Reply-To: dada@sbox.tu-graz.ac.at To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10732: c2html port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10732 >Category: ports >Synopsis: update from 0.1 to 0.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 22 11:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Martin Kammerhofer >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Graz University of Technology >Environment: >Description: c2html has been updated on sunsite from 0.1 to 0.3 It's now using autoconf. Patch files patch-a[bcd] are no longer necessary (removed) patch-aa is a very simple patch to Makefile.in now. Maintainer has changed from Andrey Zakhvatov to Martin Kammerhofer (who sent this PR). Of course, I've asked Andrey about it and he gave me his OK to take over this port from him. >How-To-Repeat: >Fix: 0<==cut here======================================================= diff -urN c2html.old/Makefile c2html/Makefile --- c2html.old/Makefile Sat Nov 22 01:30:17 1997 +++ c2html/Makefile Sun Mar 21 19:05:35 1999 @@ -1,26 +1,29 @@ # New ports collection makefile for: c2html -# Version required: 0.1 -# Date created: 28 October 1997 -# Whom: Andrey Zakhvatov +# Version required: 0.3 +# Date created: 21 March 1999 +# Whom: Martin Kammerhofer # -# $Id: Makefile,v 1.1.1.1 1997/11/22 00:30:17 jseger Exp $ +# $Id$ # -DISTNAME= c2html-0.1 +DISTNAME= c2html-0.3 CATEGORIES= textproc www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters -MAINTAINER= andy@icc.surw.chel.su +MAINTAINER= mkamm@gmx.net + +USE_AUTOCONF= yes MAN1= c2html.1 -do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/c2html ${PREFIX}/bin - @ ${INSTALL_MAN} ${WRKSRC}/c2html.1 ${PREFIX}/man/man1 - @ ${MKDIR} ${PREFIX}/share/doc/c2html -.for file in COPYING README - @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/c2html -.endfor +post-install: + strip ${PREFIX}/bin/c2html +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/c2html + ${INSTALL_MAN} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/c2html + ${INSTALL_MAN} ${WRKSRC}/NEWS ${PREFIX}/share/doc/c2html + ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/c2html +.endif .include diff -urN c2html.old/files/md5 c2html/files/md5 --- c2html.old/files/md5 Sat Nov 22 01:30:17 1997 +++ c2html/files/md5 Sun Mar 21 19:05:35 1999 @@ -1 +1 @@ -MD5 (c2html-0.1.tar.gz) = 66659aec84aad813e52042576abf6662 +MD5 (c2html-0.3.tar.gz) = 81b404f443f63eb92c1f608673944408 diff -urN c2html.old/patches/patch-aa c2html/patches/patch-aa --- c2html.old/patches/patch-aa Sun Feb 28 20:00:15 1999 +++ c2html/patches/patch-aa Sun Mar 21 19:05:35 1999 @@ -1,18 +1,20 @@ ---- Makefile.orig Mon Sep 1 22:18:51 1997 -+++ Makefile Sun Nov 16 17:24:44 1997 -@@ -2,13 +2,13 @@ +--- Makefile.in~ Wed Mar 10 22:14:48 1999 ++++ Makefile.in Sun Mar 21 18:19:16 1999 +@@ -12,7 +12,7 @@ + # for gzip because otherwise the load on the web server + # grows without having big benefits. + # COMPRESSION = -DCOMPRESSION=4 +-COMPRESSION = -DCOMPRESSION=1 ++COMPRESSION ?= -DCOMPRESSION=1 - CC = gcc - FLEX = flex --CFLAGS = -O2 -Wall -pedantic -ansi -+CFLAGS+= -Wall -pedantic -ansi -DCOMPRESSION=1 + # Dont change things beyond this line. + TARGET = c2html +@@ -40,7 +40,7 @@ + srcdir = @srcdir@ + CPPFLAGS = @CPPFLAGS@ - all: c2html - - c2html: c2html.l - $(FLEX) c2html.l -- $(CC) $(CFLAGS) -o c2html lex.yy.c -static -lfl -+ $(CC) $(CFLAGS) -o c2html lex.yy.c -lfl - clean: - rm -rf *.o *~ c2html +-CFLAGS = -O2 -Wall -pedantic $(COMPRESSION) ++CFLAGS += -O2 -Wall -pedantic $(COMPRESSION) + ALL_CFLAGS = $(CFLAGS) -I$(srcdir) + all: $(TARGET) diff -urN c2html.old/patches/patch-ab c2html/patches/patch-ab --- c2html.old/patches/patch-ab Mon Feb 22 05:22:23 1999 +++ c2html/patches/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,62 +0,0 @@ ---- README.orig Tue Sep 2 04:18:51 1997 -+++ README Sat Jan 16 16:28:33 1999 -@@ -1,8 +1,8 @@ --c2html version 0.1 by Florian Schintke --distributed under the GNU Public license. For further information see --the file COPYING. -+c2html version 0.2 by Florian Schintke -+CGI features added by Martin Kammerhofer - --%% Datei COPYING mitliefern!!! -+This program is distributed under the GNU Public license. For further -+information see the file COPYING. - - c2html - ====== -@@ -33,7 +33,43 @@ - files. The names of the new files are built by appending ".html" to - the corresponding input filename. - -+How do I convert my C sources on demand only? -+--------------------------------------------- - -- -- -- -+You need a webserver to do this. The webserver must be configured to -+INVOKE c2html as a CGI program to handle all *.c and *.h files. If -+your webserver is apache you can achieve this by adding lines -+ -+ AddType text/x-c .c .h -+ Action text/x-c /cgi-bin/c2html -+ -+to configuration file "srm.conf". c2html expects the pathname of it's -+input file in environment variable PATH_TRANSLATED. CGI mode works by -+checking for environment variables GATEWAY_INTERFACE and -+PATH_TRANSLATED. If both are set a HTTP header line -+ -+ Content-Type: text/html -+ -+is simply prepended to the output. -+ -+Since your sources are converted on-the-fly to HTML you don't need any -+webspace for your html-ized files. Furthermore you don't have to -+bother about keeping your published html-ized sources up to date. :) -+ -+A drawback might be that you cannot HTTP download the plain text -+source files any more. You can always enable the 'Action' directive -+mentioned above for specific directories or virtual hosts only. (You -+can even use symlinks in combination with '' to let surfers -+choose themselves between html-ized and plain text representations). -+Another solution might be to set up anonymous ftp in such a way, that -+users simply have to change 'http:' to 'ftp:' in their URLs to get the -+plain text representations of C-sources. -+ -+How can I save bandwidth using c2html as a CGI? -+----------------------------------------------- -+ -+If c2html has been compiled with -DCOMPRESSION=1 it will compress it's -+HTML output with gzip if your browser supports it. This will save -+bandwidth but add additional load to your webserver machine. c2html -+will not have it's output compressed by gzip if you are connected to a -+server on 'localhost'. diff -urN c2html.old/patches/patch-ac c2html/patches/patch-ac --- c2html.old/patches/patch-ac Mon Feb 22 05:22:23 1999 +++ c2html/patches/patch-ac Thu Jan 1 01:00:00 1970 @@ -1,63 +0,0 @@ ---- c2html.orig Tue Sep 2 04:18:51 1997 -+++ c2html.1 Sat Jan 16 16:28:33 1999 -@@ -3,7 +3,7 @@ - c2html \- generates highlighted html-files from C source - .SH SYNOPSIS - .B c2html --[filenames] -+[filename...] - .br - .SH DESCRIPTION - This manual page -@@ -16,9 +16,50 @@ - - If invoked with filenames as arguments - .B c2html --will write the output in new files. The names of the new -+will write it's output into new files. Names of output - files are generated by appending ".html" to the - corresponding input filename. - - You can convert both .c and .h files with - .BR c2html . -+.SS Installing as a CGI program -+.B c2html -+can be installed as a CGI program and convert source files on the -+fly. In order to set this up for apache the webmaster has to add the -+two lines -+.RS -+ AddType text/x-c .c .h -+.P -+ Action text/x-c /cgi-bin/c2html -+.RE -+to the webserver configuration file. -+.B c2html -+depends on the webserver properly setting environment variable -+PATH_TRANSLATED to the pathname of the source file. -+If -+.B c2html -+has been compiled with option -DCOMPRESSION=1 then it will invoke -+.B gzip -+to compress the generated HTML before sending it to the requesting -+browser. Of course -+.B c2html -+takes care to check if the browser accepts gzip encoding. -+.SH OPTIONS -+.BI -t title -+If reading from stdin this sets the title instead of the default -+"stdin". If invoked with filenames as arguments this option is -+ignored. -+ -+.BI -w width -+sets the WIDTH attribute for HTML tag
. If this option is not
-+used a default of 80 is assumed.  (Currently most browsers are
-+ignoring this attribute).
-+
-+.BI -V
-+reports the version number of
-+.B c2html
-+.SH EXIT STATUS
-+.B c2html
-+returns 0 on success, 1 if input files are not existing/readable, 2 if
-+output files are not creatable/writable and 3 if invoked with illegal
-+options.
diff -urN c2html.old/patches/patch-ad c2html/patches/patch-ad
--- c2html.old/patches/patch-ad	Mon Feb 22 05:22:23 1999
+++ c2html/patches/patch-ad	Thu Jan  1 01:00:00 1970
@@ -1,185 +0,0 @@
---- c2html.l.orig	Mon Sep  1 21:18:51 1997
-+++ c2html.l	Sun Feb 21 20:03:48 1999
-@@ -1,15 +1,22 @@
--%{
-+%{ /* $Id: patch-ad,v 1.1 1999/02/22 04:22:23 steve Exp $    -*- mode: C -*- */
- /* 
-  * We build a lexical analyzer that converts a C source file to 
-  * a beautifully highlighted HTML file now.
-  */
- 
-+#define C2HTML_VERSION "0.2"
-+
- #include 
--#include 
-+#include 
- #include 
-+#include 
- 
- #include "colors.h"
- 
-+#ifndef COMPRESSION
-+#define COMPRESSION 0
-+#endif
-+
- FILE *actin;
- FILE *actout;
- 
-@@ -293,51 +300,113 @@
-  * path this file) into the output file.
-  */
- 
-+static char *prog;
-+static void usage() {
-+    fprintf (stderr, "usage: %s [-t title] [-w width] [file_to_convert ...]\n", prog);
-+    exit(3);
-+}
-+
-+
- int
- main(int argc, char *argv[])
- {
-   char *outfilename;
--  int i = 1;
-+  int i, ch, width=80, rc=0;
-+  char *title=(char *)0, *pt;
-+  char gzipcmd[10];
-+
-+  prog = (pt=strrchr(argv[0], '/')) ? ++pt : argv[0]; /* basename */
-+  while ((ch = getopt(argc, argv, "h?t:w:V")) != -1)
-+      switch(ch) {
-+      case 't':
-+          title = optarg;
-+          break;
-+      case 'w':
-+          if (sscanf(optarg, "%d", &width) != 1)
-+              usage();
-+          break;
-+      case 'V':
-+          fprintf(stderr, "c2html version %s%s\n",
-+		  C2HTML_VERSION, COMPRESSION ? "" : " (no compression)");
-+          exit(0);
-+      default:
-+          usage();
-+      }
-+  argc -= optind;
-+  argv += optind;
- 
--  if (1 == argc) 
--    {
-+  if (argc == 0) {
-       actin = stdin;
-       actout = stdout;
--      fprintf (actout, "\n\n");
--      fprintf (actout, "stdout" );
-+      
-+      if ((pt=getenv("PATH_TRANSLATED")) && getenv("GATEWAY_INTERFACE")) {
-+          /* CGI */
-+          if (!title)
-+              title = pt;
-+          actin = fopen (pt, "r");
-+          if (!actin) {
-+              fprintf (actout, "Content-Type: text/html\n\n");
-+              fprintf (actout, "<HTML><HEAD><TITLE>error in CGI '%s'\
-+\n\
-+

error in CGI program '%s': cannot read file '%s'

\n\ -+\n", prog, prog, pt); -+ exit(1); -+ } -+ fprintf (actout, "Content-Type: text/html\n"); -+#if COMPRESSION -+ /* should we compress output with gzip? */ -+ do { -+ if (!(pt=getenv("HTTP_ACCEPT_ENCODING"))) -+ break; /* no header Accept-Encoding: */ -+ if (!strstr(pt, "gzip")) -+ break; /* browser doesn't understand gzip format */ -+ if ((pt=getenv("REMOTE_ADDR")) && !strncmp(pt, "127", 3)) -+ break; /* never compress to local client */ -+ /* OK, compress output with gzip */ -+ fprintf(actout, "Content-Encoding: x-gzip\n\n"); -+ fflush(actout); -+ snprintf(gzipcmd, sizeof(gzipcmd), "gzip -%d", COMPRESSION); -+ if (!(actout = popen(gzipcmd, "w"))) -+ exit(4); /* cannot fork, gzip not found, ... */ -+ } while (0); -+#endif /* COMPRESSION */ -+ } /* end of CGI section */ -+ fprintf (actout, "\n\n\n"); -+ fprintf (actout, "%s", title ? title : "stdin"); - fprintf (actout, "\n\n\n"); - fprintf (actout, "\n", bgcolor); - (void) insert (actout, ownhead); -- fprintf (actout, "
");
--
--      yyin = stdin;
--      yyout = stdout;
--      
-+      fprintf (actout, "
", width);
-+  
-+      yyin = actin;
-+      yyout = actout;
-       yylex();
--      
--      fprintf (actout,"
\n\n\n\n"); -- } - -- while (i < argc) -- { -+ fprintf (actout,"
\n\n\n\n"); -+ } else for (i=0; i < argc; i++) { - actin = fopen (argv[i], "r"); -- if (!actin) -- { -- fprintf (stderr, "usage: %s [files_to_convert]\n", argv[0]); -- fprintf (stderr, "%s: cannot open file %s\n", argv[0], argv[i]); -- exit (1); -+ if (!actin) { -+ fprintf (stderr, "%s: cannot read file '%s'\n", prog, argv[i]); -+ rc = rc < 1 ? 1 : rc; -+ continue; - } - - outfilename = malloc (sizeof (char)*strlen (argv[i]) + 6); - strcat (strcpy (outfilename, argv[i]), ".html"); - actout = fopen (outfilename, "w"); -+ if (!actout) { -+ fprintf (stderr, "%s: cannot write file '%s'\n", prog, outfilename); -+ rc = rc < 2 ? 2 : rc; -+ continue; -+ } -+ outfilename[strlen(outfilename) - 5] = '\0'; /* chop '.html' suffix */ - fprintf (actout, "\n\n"); - fprintf (actout, - "%s", outfilename ); - fprintf (actout, "\n\n\n"); - fprintf (actout, "\n", bgcolor); - (void) insert (actout, ownhead); -- fprintf (actout, "
");
-+      fprintf (actout, "
", width);
- 
-       yyin = actin;
-       yyout = actout;
-@@ -351,9 +420,8 @@
-       free (outfilename);
-       fclose (actin);
-       fclose (actout);
--      i++;
--    }
--  return 0;
-+  }
-+  return rc;
- }
- 
- int
-@@ -372,8 +440,8 @@
-           c = fgetc (infile);
-         }
-       fclose (infile);
--      return (1);
-+      return 1;
-     }
-   else
--    return (0);   
-+    return 0;
- }
diff -urN c2html.old/pkg/DESCR c2html/pkg/DESCR
--- c2html.old/pkg/DESCR	Sat Nov 22 01:30:17 1997
+++ c2html/pkg/DESCR	Sun Mar 21 19:05:36 1999
@@ -4,3 +4,8 @@
 font colors  (as Netscape does) the  output will look like highlighted
 by emacs.  Otherwise it will  not look  so   nice, but readability  is
 increased too.
+
+c2html can also work as a  CGI program and convert your sources on the
+fly.   To use  in this  way  copy it  to your  /cgi-bin directory  and
+configure  your webserver to  call c2html  for *.c  and *.h  files. An
+example that works with Apache is described in the manpage.
diff -urN c2html.old/pkg/PLIST c2html/pkg/PLIST
--- c2html.old/pkg/PLIST	Sat Sep  5 10:15:19 1998
+++ c2html/pkg/PLIST	Sun Mar 21 19:05:36 1999
@@ -1,4 +1,5 @@
 bin/c2html
-share/doc/c2html/COPYING
+share/doc/c2html/AUTHORS
+share/doc/c2html/NEWS
 share/doc/c2html/README
 @dirrm share/doc/c2html

>Release-Note:
>Audit-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 Mar 22 12:20: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 2B12E15223
	for ; Mon, 22 Mar 1999 12:20:19 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.2/8.9.2) id MAA71072;
	Mon, 22 Mar 1999 12:20:01 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 99EBE1525B; Mon, 22 Mar 1999 12:13:22 -0800 (PST)
Message-Id: <19990322201322.99EBE1525B@hub.freebsd.org>
Date: Mon, 22 Mar 1999 12:13:22 -0800 (PST)
From: eischen@vigrid.com
To: freebsd-gnats-submit@freebsd.org
X-Send-Pr-Version: www-1.0
Subject: ports/10734: Update of gdb port to 4.17
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         10734
>Category:       ports
>Synopsis:       Update of gdb port to 4.17
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 22 12:20:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Eischen
>Release:        4.0-current
>Organization:
>Environment:
NA
>Description:
This is a port of GDB-4.17.  The maintainer of the current gdb
port gave permission to replace it with this port.  The port
is attached below.  It can also be retrieved from:

  ftp://ftp.pcnet.com/users/eischen/FreeBSD/gdb-4.17-port.tar.gz


>How-To-Repeat:
NA
>Fix:
Here is the uuencoded port:

begin 644 gdb-4.17-port.tar.gz
M'XL(`/B[]38``^P\;5O;QK+]2G[%X),V-I&-Y1<,IK1U0!#?@N':IFENTT>5
MI951L25?2>:E:>YOOS.[JU?;D*24G*>'?1*P=W=F=V9G9F=V9QE;HW*CHK8V
MO_K["C2JK683O@)06\UJ^G=4J@!;6ZUFO=[`']BLUIN-KZ#Y-\XI+O,@-'R`
MKRSF!.8%>UO\Q2F;]]T]/
M3K3>\*''4*O5K4;CCO5'X8C7O]'"YGJM5O\*J@\]D67E/WS]?T*J',\%D@'P
M;`@O&!SUSL%BH_EXS'PH1A)2JCS[TI-]*@]>,OI_H`WV^P\_QB?IO[I%]A_W
MBR?]?XSRI/__V26C_V?'W<&#[_X?H?_82/K?:+2J3>[_U:O5QI/^/T89.>XF
MRL`S^1N)O&)^],UGLXEQ^Z3V_^"2Z+\1HO@'?T<,^/'QGUJK-U2^_[>J3_'?
M8Y2%]>>_RX;Q@&/<8__5ZE8K6?\J^H(J[@2U)_O_&&5C8P,J9.LW+<^DWY60
MW3BN[54\WQFO#8P03I`_:AW7K-VHM>LJJ#L[.\_*Y?)RN#R(VJXW!%)P`7=0K
M-O%FCCM&KQ6_VX;I3)SPMD*H;,^?&B%^&@P[_6&YVSL\+1]T^V6M-^R_?;8.
M&W!DC=KJ3_7^,DK7_R(M1
MD-T!AG/&S7D-K7BCW@_84M1:O`5(^_)1IFU`
M8Z)QXV,OL>)D[`J\L2!M'1E1PD^8Z=1#?/I,H\[G'=GTOS!O897_IHG>M_ZK
M]-]\0!F[3_^;C=JB_JM/^O\8)=%_=L/,BBF4_@1%;L!FH#:A5FNK.^UF,Z_T
MHOO:8.X*36]`=:==QCW"6_LU=I57Z;SW@&/?I/RK[D_Y_H9+HO^FYMC/>=.K;6YOV*+`JTS`Q
M!CWO"FJHXFJ[66U7=_+&8`GLVJ'O",NP`]7M=KW>;C;NL`Q*VBHHS=@BP)#K
M6QNZ;L@F@`.`/W==VA\/,6)Z-3C`7L,#[>RP>ZP-]H"F4`XM-JMX]+D5?0Z\
MB3.JT`8]/-&I[QZ$TS*?ZP6:#/QW=/!JH/5_TOIZ@FWB78L^_]B(9Y7^LP<<
MXQ[];ZCH)BZ<_SSI_Z.4Y?KO1JJQP@*HU;LL0`R=B0/J[2J&`G?8@%I5J;42
M*X!?Z[%__2_'=BUF0P^5MZ]IJ/;Z:ZK&.L=E^6K4YJBE,QQV]E^C2M,O4G2`
MS0UXQ2"X,'QF`5H%,*[Q(VQL\G%<Y.M%-K<_&3A`R'ZZ,R9P%&`(A%`=
M>6"\L03"WNK1-'0D`NNA6(R@2DI1@`D7Z27QXPT#.:(W]\&[QNB&HC33@5A0=H-CTS$:!3]+)W36Z7=.!C@O
M[*-0QU+DLD4CG`W[G7U-[_2/ZOKP[9D&Z-?Y&U*6I/!E!4`L[M2X1%D*_;D9
MSGU)F$,A6X!-2!7,9T!^*BZ7%S")Q7W>-JOFGI0N]4U5VME-;:;6JJ/5F?JDGECYWU];H9[:V1I6!%4K"
MA2!'M/89THCS=OY@*']D$"7E)+&F,9F@A23")BP@ZLT+0HK;+V)A*/2^-P^Q
M)A`$I\;]4>OWM&,4NT'W?S2XQ+5D$UPY&J=8RJQOMC%9UBO/L4K<]T^K_L%!
M=]@][76.]=,S^C!`V7T):^\+`DM!`==#K1O/IXS$XAN)/([`,4KXH,0PG];]
MFG1U%I\1',)I>1I>=&()R*])'*"8E[8H:B:4'1W<.WYEP&=0\"FQ:XVIVQ:BI$M/6%'J^C-
M^`%'"O[Z@E`GYR!&-,/U=8&L((A?%(L89G=IG(V
M7,#W?:%X24?H4&@7BN*#@"<+X`2H"N*TA^"/^MI@0!H1LB!$8M">H:)?K1T*N1P>0V@2:=WG1I5E_:E7DJGU%6
M^?_V`XYQC_]?VZIOY?W_9O7I_O=1RG+_/[S/_U?O\O]CZ/CR0-VB,X!J35X>
MK/#_57+XY46`-#;"S/7.3\CG&SQ;3SQ^686R(GNO1[V[/7UPBJZXOM\Y/M;1
MKSLYPZ\]+>5QK.I2G)FX`=,Y(EK0OO;?4!3G?@7]X&VO<]+=+Y3BT:+]A?Q-
M>^(9H<[O<8OHAB33/#P^[0S)<3V%)3U%G*,JS?@$]./)WLI/1+IBMH\S%@-L
M8.@PGZ$W,7(PU/!O==Z6-*]QDSTP,G(XHS)+1
M6.",49Y#9"QMEN2^D[ONC)'"Z4P$66G.)RPDL==I\Q1LT`/"K\],NNM96!U!
M^5R&%LA7?=#Y":/(L_TT1S(-1?Z5-FKB:7%AF_Y^Y0PBR'8$6Y0UY>^0,->8
MZ!>&:Z$'KPM'7G8#1!D1GJ(F,PU`I#XS+!W]/0\E`,6*\`0A$R^AH4"C
M%(.5^(*NTSJI(8@:7Q5",\6<06KELMU1*DMKU1MFCVS+MK:7]4/P3"^[^@@NU:K]?_R`8]R7_U5;GK_\RCEKO/_U.Y/FSC40!4'^?PR?_O.\_^+M3=H6?G>WP*UVJYMMVOJ7>?_
MS6CG_Q>\]H)[#OQ_3H[H<5G*H3FK>*A2O4[J)@##T,NRB;&D150!/$3=6R,O/%4#-%>"6"?!AFV#@T$B?9\5=8
MG,?TB;S]THKR#RVK[/_%`XYQG_U?EO_5:CW9_\>'Y!\:Z$2B2UBI
M9`_KM=-C*&JGAX!FO[24ID:5+EKDSK:8MB)&+$6I(W3G@%$;KZ3CMO?/RI`Y
M_@YN`]U%++OI!@F%3=@R<8+PEU]W\X"<7I'Q(KIS),E7TYN.D")K5P0V0`"P
M!T4.!]_&`Y==UY1FO!M_!OL_
ME5\(RP<1?"O]&W#A/OU?9?^=![0Q]^;_UAL+]G_KZ?SO4NK;&2J8:F-S`%*&[G^43H/\B)E
MP4"*^W55J;?^@MWA<_#<(/Q+,_F8]5^E_[\_H(S==_[?4!?S?UM;3_K_&&69
M_M,E+UWO5APW>0/P7X9+ZERK4R@O7H%M+[4!*>AT=K"JHO/75N_P_]3&CJ(V
M&ZGD!5X1Z]$:2ODO_'8N\`F`8/0G[-=L)U=D:OR
MO-CM#89T2,SO0SLG)8@AX'D1-^-?6.J8XCL!I2JSVU!Z<5ON^*:
M_@[B!*HEQ+U<19P4"0OIQ0S_$B50%Z0SG@".F'35EI+E;1V8K/IE[(RF*GS@)FFI:"
MOTQEQ&9`X^H5HU+[Q''G-TO@1/U=@+?N4CBJO@,L<*9+H*AV*="7ML1?IJS:
M_R\?<(R[]__:5K.U\#:JF
M\_\;D97CM[3'WC5,Z!4TN>G,MPV3+NY`G#8K/-],),.2^9(VD=<>';RJB)2F
M?6]VBZ1<8(B\7Z))-/FA.@P\.^39OX?>W+7X6SL%NJY9$>E=/$.-9[KA[YDA
M#H,DUJA9[H_4@XZX(9`H=^'6FX.);I//:%?PG=$$=`6YB;.;>I9CWR(:
MK**;1$$%$C@-TG^)Z8BA-V],X&P^FC@F'#LF<]$/,'!DJ@DN<)L>$1H"6$44
M.@\.ST.[DG_OJ18-(?$IX/F(HXB!VRU/R^5I>26#,DY\+@]^K7SF0"(T87K/9\0NF+V!?>=(>O3\^'T.F]A3>=?K_3&[[=Y1?N
M'K;BD@M,SG0V<1`Q$H5.2'B+S\_[9Z4"K``P8X]>]+^]BKLV7A^?SA@;MAH+HM[B@`4YM
M8L&%<4429S*',@@,W,YGM_>O&N(P)IX[CE*"$Q[N4@SG>J'"K"KSR@I"ZGG2@6E-5M:S6JRT%S@<=<;TM
M+V4&4\AX?BMX&F]>&$^8.2PO\3C_7N>"X-O,=SQ?UN<-5RUD\<;VE
M#0G>SP0GU\\)OO[7AFN-@P#L/;U8>_Z5K^B%!4__J[5`;_+H;
M9Y=VT3#<1"DHO\4`+R)9LQT_"%'_P_A-0#`C,;"Y.@,D3P1ZJ26/)C":V[5?
M3CH_QQGU>K_SAJ=A\RGDZ=52,)TV>.14T\J8BX"\62LN2HA2>%BQ5@_JW\+I-_0C+HXN]O<)RDBR;E
MKE..B,^3W0.T7:BCCB7W$0RT.OTCGJ%KH$4T0X1"ODLE+O,Q"=KPQX$$T7H_
M1:\_)$F4VAT!TSYF!$%J;>@9`RZ/S]#JZO'4HC!,H:-CPEZ*OX=_P,XB)7\D8<)E$U?VTKT"WRM4`@A5*,)P+:VTN@WL>)
MWT(&H'@VU,4[BQ--@:KXE^``$&]QKY90F^EDSU!70WH='.*VZ2M0V#=<-)X<
M&KX.VOB_\LXM*!#CR9W,I]\)VY-YI'VN?XGI43JHI,GI\'8N]PO;A+:O%)G/'7)6))K7TI63XD.JT"&7Z+.8FI
MICC^8_?X6,DH3HKQ`&3
M39BX,7;$7DYY8J0-04A\,B98'5$OY'YZ*SKIO(W+5"SI*=E]GUX$-;L$;X@@
M.^&\$NNR"+9C9L]=VCB0,%(6/K;@A>B64S!1N521Q)?KG$X)7-]H'4#QNK2H9HMZ\<[=I_0,(%$F!XK<#N2&Z:$-WH.O
M;X!KR1M".AAVAN<#CCC1`4DV]GWQYD52+1E?+&986%J)Z`/_S<^O^.L#I&,P
M/#T[^W1"R#UV7",F1FS]:5IP%SL9=(]6$_+SQQ"R#$NL_/R]6JR?\6NS(%(C
MWBDUXE".N'(T8D9ZM+0Z!?,IXX9M+A[*V,O-BYACE]Z$:&>D8E(#*:'2'4]8
M&625UB^E%YB\_1)\
M4^0]8*-4+96_D]V>I1_8\<4^Y[G=^NGAX4`;1DZ#?`*:>_$91#XA5<[1WV!&
MM%+9:6=PIN>>'>Q=?M?H:YT#_3R_;V3?I&>GC;1GQB[IES3=ARIA7#DA^#_SY
MI\`"W^U!!\-,/4J\CP;B,H22TW6O<*>R$C?;G4]'^.MKJU*(GLS&8^1>V,**
M)[9Q?VDOHGDF5N&0#!!X;B(/*34ENX,AI]168:OBZAPHP0.2L$"81'SJ/GE7O0.MLB?$R]L83D+Q_<@ZDK9']\D@9\4LPV)
MC2,#=(9^15!AXN[5R25:*.E.G#Q(,2,W]:1#+'+(D6?BUU#9]*K8$XMR;591I08+TBJ4:M;4>]@\BO0`!T*LC1I&S<6%2_
MMBATB!17@2@@6(L5'@&CFK&'P9O82\B]XK4?T@Y/TM9>IKXXW81J.G^#W^<8
MRZ-6*^(9"G_RS[V>)(;([<6K/9%[]3PQ>!A#E-7$Y*5#"JX3LIKT(K*0D3F4
M-2]?QB.M,#B[L0<885[9+>'3@/]%`#J.S/VA`Q@9YB41Y66C\*W[S(:Y)VI9`PEK8:;L?ML%-8F,/X'3WN/TJ):D$"I)*44DL
MZ7@^^SO;W6H1X*TS>2@=+%7=_9Y[[MF/0ABO9'>%(AE\VJ[D6X`J/PT7&U2L\9;7LH]+?SH"/NI.
MR!2;*.5C<4]\IX=&:%PCBQS-D>/GX]C2W1&L4K="LK;8;1$M?E+(%N7:
MN'<8
MH9X+VFE39)(0U5XPP\MPTH6M?S8C?4PX'D?A)&%.3V]-E[`7
M?!#^1`\!O77#:<@%#PQJQ*8.$!%B4=)>`=F)0P94*LL*O<`5F6H!N^Y,9P!!
MU]@=]^)@4%@LU-6I5WN')-5.^"K4"_THD>5`*G="@T93P[W7PD`HBIYCDI?D
ME?T%BSH]DK3);*34*,._3$$-K_E?`'2S^];A4XJEQ*YU20DTN;8DLFG0CDQ0L`Q0/52U+-%G^D2V
MR^EQ-MZA"$3"RT`EW;<`#-J\)#G=XWPZ&.&('C]!+U,]@&5:0>#Y.'+0LD>#
MD@&]>IQ#E\(0=PG;`"S"G=?CX<@@4#>I!U8PFB6I]$1IM*V1%XW3$-Y"QKML
MRA$=0Q'GV@607M(W%#4'7Y>7JRJ/S,[>DSRR]T3JIXG\@UO<2VD*_Z,S=CI#
M<,8G,2!A6CLZ2ZA5%4$"]VY7#?:)#,PUO!M3=5G`97,F`);*F=4VYC50O[`\P\E)9<)%%6[J^K+P6`N,KHB)Q
M/.P'DE:^4!OW..$>)QB2A`YCAF.-76.;+2=C4U8KL[0G./N;O=/QD4
M$XVF_4D:EWZAZR&'*\JP+[>_)LQEDR?O(79$A(T&N+V]D)=UC=__TS*[%.\N
M'&"`!5=1Z2DI;46#8U$):E'LV*TKG7E-//#;(-^\883.#M-HB/@0&1ZX[B[Z
MW9C?JA;,!Q?I(8L\PAN/^35^XH;7@
MEYH>.W$>G8)[7L&]XH+[7L']XH(OO8(O,P5Y+4[.(C0-Q^!F&'EO#&=E>AF)
M]53.*G`@3A1`)&18)N\38_JF3-0R$JIP_+[KV$AD'%A)^^5,]-`..@1+7Y(TOH?$E-+Z$QI>8\24T
MOH3&E]#X$C.^A,:7Z/$E.+[DV(SC#Z1;14XSIBYX*6.N<0';9-=,J&:V$,P2C!&KEHS..83*)V.KQ$HW)"(^X8+5W
MS*8.\83899_&S`^C")[8M
MV^TE&4RV(S-JN'9P&:'VBFX!KN#]UV@;]-;,&.U#63I!]2?1WV=XUX;Z%L0X
M18K6F>0.6`CA$F-(ZB80%M%'`RUX$^]ZQC&8/?X>(P/U.AW?CL8IL*Q6@6#1
M^(97_$-6I%U0+\FI]_%?Q=V@R/Y_\`7[N#'_1R,G_O^]_]\W^2PY\7]TU!?'
M[!^3@*A-]/JK-R2)S[H7]\?42?G\MK:V5^MS?7Y;&XZ'F*%A4,8]BB*\HP!U
M7(1``,X20^:APNUJC.<]I4K70=DTW?3N^.5"+66(VNU/,A$CX#'Y*OK/%V%N
M`6(YM&-.E]<&R-K/5SS*?N^-_,1/T?D??L$^YI__QFI]/1/_?ZUY?_Z_R<>>
M?QOVJNC\M^KI\^_429W_M:VY/O\;S>J&$^L??FZM.7Z-A7;BZI[Y^_V9/_6Y
MS)_Z).9/%3)_N1"V5=UT?,FW-JJ-N@DG5,QLJ#G,ABIF-HIX#86\AH"T91/S
MQKNY7MTRD8(X\DP1KZCF\(H/YO"*,I@\7A&&R.D"UJH-F]7N\X91R)<]F+M6
M!GL_`4_9M*I1(TB)P$
MBH@'P5ET)6%&TQE#*%:M).HCNB%#.AA7I]N0)KG!K#R?)I7GJ,2!$V!=UM;\
MM&J?NBZN?Q<07Z@,0#=`GS+ZZBOV)98F%X36FA1CPB"*!MQ%S?IF*F-&J36;Y2)F:F":1QTXQEE3T"4
MAZK_E,\!/DZID::.K1!Y$BX-QD8K,D9'%E14C)!^'J*1/V!]Z(M#VE8YIL0X
M'B-&EKZQ%'H^,*VV,`_C\E+T)"5B@5-_U$,CMWJ57!TC-&@+M5V#J&G"9(C6V#"-@?HN"J\6*SN*
MH.ET$K;A^J)IJ&003_T:O63:N53E[Z)D7($Z7`6&CU/'2,Z3>*!(3>;5&L87
M`ZE4E=ZP(EEVQ8.N"'V\*O%DH/Y8OVKU3(42)8%)SHGN,,N5S)F1.^Y!-S-N
M.!-=6)Y+Z9Z,W'`>5GCAC'X3ZK;M\/VFI]AR>&5:]L%#*_(<`$DMJG5`\?IL
M-(L[3:;C0;I7`#>!M:+FW96*QV:A&(^0=Q;Y2J/M3/%N]N"\1UP-ZV'TC4GA
MAN0M/-(Y9&\(Q&\?G4J*^RH8)07(9E=@ZQ6E=#3J:'2!*VWN56.$EYQAF$'I
M;2$R.1-\E.VJQFL'V9>R0BU3F-#(FC[VB^E@[
M2*+3>2W,ZS_JCRL2#+"YNEYMVK177WL-,<@.[ON_T2KF06:SOEIM-M8<68ZB
MJ.H8/!)JBA/4TZ>JT:BHAVJ#!U"X=&QZ1XV$ITH-D[;R/@-\0)CQUY%>5-*U
M]H`R0=O$C1W%7Y^2[I6^UVH5G9[U-QUT3>.D"W1+TL\DGGW1`I')(JR1]/6$
M)OJ#6GSR=!%#8"KS#JXMO19$)0-3U#D#6,(5P7G!U0;6]6F3;%2(KOBUG;N8*/A>'J-`U#M212>XSA*'\U(C'7#
M%EHW,%#T`2`P7%;NU.O-*YBR7N#W-.@/;(V0`0B'*[`T7I`[H.XJ]Y"H[T[)@=0MBC/^R%N0DX[$,,C6T4W-=A"@R9&#
MW`W$>JH3#\>S:6@H$3KE&W`?;6Z9\':_WW9H4"S:$9]=*6?7W#3@;,AGK[E8
MF'SII<\]&1L-0+A;3H+,YF:UM=IR:07H[+P_9EN65*KRCZXE0"D(1.,>!(07
MA74D]*W3P/`C6*9R>]9#PS=H6BAI2X@(GB_K!@#S7P1X,5]634M"5"Y5=*&*
M,0?(HVUTD_6<%F`D%:L87^!I6=F!DYM'"PLXXZ:?D[&<'PB[N0DKK`5R.":M
M+-5&4,Y.,I5",/!`CX8V976MVEJOVTVY=1N\,;G)C.AU)JC-@[QT2OCT-MF.
M2N1<"H_P2B@Y"9:P`#[[34X6:J&Q'%HW-:FF=BM%D.>^M<5]1R!8Z\&GE['2
M>2*3;2C%%@F=Q8IS$?[^
MS3Y%^K]"/=@G?&[2_[W*>#?'/U_'17GGMS^FPC,^1Z!SM?^5VOMO]RGZ/S'7["/
MF_3_S=5L_,][_?^W^=CSS^$SW<.OM?F;VZL-R=[E'GY=(77RFXWM^IR3O[K:
MK`)ZMZ0V/EAOFJC&%-"MO(3IHZ)I@#+B8!#'X^`LCL\KV8S?A#3^DQ3A2#T#
MV3(;CU&3=!A$K7;"BNN<#,_
M41)JSMJ,@T#Y`'$5(PI+2?Z5<:OSG9
M"Y[_N'MB60;_X8(7\8X^)G[@CF=+2[P6?J93S+L(?,[[YMHZ.7X[NG+Z1$DG
M'$^\!HJW*@_V
M=T]V7P5[1T=OCO2CO4.T#'BQ]^S=2\>,6GKTVUU@]TP&!L=#0-EQR^=O.P4O
MT'O$Z!@4AY.-QPI6H<]V(@D::TZ-TS0%9T,O(H[_B;XG(OI7DIF\7*:G3VAH
MN`/E>J7"OO`T//@/Z>?GN)8F."TO/_`/?Y]%HXZH0C#HNS3V1#WZYZ.*]0?'
MT(\]-K(0$^1>/)N@]Q`U5"7U%KKS65=N;&QYV=UG;':5G#NT=T?967SK2XVG
MHC^:1:S+.!2G7>ZP:MX:#53I(X?R<@:KORFNCJ>$)ZQ7LJKV1LELP@^T1;&V
M)V?U2=2UK9A)D6CC;Y1_7/U-??_$AV/U-_;)+I4`]&DKS62CRL#$'"]F\6@,V67H2
MEWYZY^(7#,1ONW)&-:0(QNTHIQ3V9)&`[?,#3@^G*;!5LJ^6EW=DNR,*)40`
M;R<[1$)`>BC9^4*-ES'QFHB6G1$X0$%5<$3.`H\`NA\^G#-(V@,]ROPC@#;5
MXKY*YD8R.!]]*5QDF1G/B99*M@=5V4ZU&^9E@$6?"UGX*HM4Z``:_W:I8B"V
M3A#K(E8+KB25$9"U*_*W#UH=ZNX33R@]'P,US@YH\#:G@3:>8?3-;#J6T:8`
M6E=U)2H&CTOM`SBPY&^IPQ-@]`D>C1O_<2X2GUY[&#QU@R@;8#$/C>,BM3L^
M(M]G.P4.EZ#=^GJSP<"&SY%P@0,[4P)+;DU0>!DM@$Y=6=00)
M\T1<`RDT*D-J.IA<>5'FRCF1R3TYZK*:VR!AYU+,NCVR1@3+8>R&`6[Q*+I$
M>$]8X:$=F;TI62"2N:'WICEYV'E!"3IWSKJ:]>&R=6[D?YS3BPOW1+4XT(K6
M2=@:C0^R-"3/?M1^M%UBC?S_M'_%Y"8)GF*28JN'F$O#`>#CO:,#6)CCO<,7
MP3,`P3]C-`VB/KJ`RBU>1X4[FWDR[6;P+7?9L5UVJ$M9]VF-VEYV6OIY==ID^NG>[$/9#D%BHW@Q\/
MY5/@+P<)9(ZX#LI'@YR&@W/O;/?@4$?.`::Q%QYMLER%DZ8+W`TSC,-1O^/%
MUB;$KBEC^6"\I-4/SH+GT0;T/(5W;0TS3G@!U%?7_#9!I6GJB/YW=EQ2D,#-
M)0B!!L)H=Z>,IS"^E1"A-4.&D@_1"E_.Y`6%L"<-D;TM4`%=O+67VA$T&2TQ
M+1L-H@[I2*?D&34,,4NZH$:`U(/';Z0-S=.P7[7$%XLHS'7)(4[+)HBI2X=7
MD)*QT)$^3A(_5U]E'&`9T2L<"KE/]LE>)N8[B6?`4S8WFE#1A_$EOT!#);IO
M9*D(I-">[.3D%_G!P]Y_$?SWWM&;\D/&V#OR['CO)(WH')4<:C^O.-L3MBV=+IH$6'1@39T
M"ZS@CX"7@&MYSIQO[;G"?*A=9X\-;^D,A,:]O&S/5H5QOI!GK,PK+_XZVH4=
MP3P7DV@-11;T??5`RM5(/P"Q!U5A5
MM5!3CONU8ZA*/,MR+UT_9^U=-::[6ZUG(4QAN-1G6CV;"Z2:OVFT97TX"C
M,"`]+E_;21)P1!A>?=(V)A'9BP4<(@](//RRP\KP7%&1CL9G1#3:@I@%9/X%
M;96[I;P%9U4QH.3SJ2HO_IVCM":.#0J<*WI'Y[)>8`^VU=BL;C5;CD%UHUZO
M-N"OJTRW9EA>*&RU-)X_6Y4_X]*G3YA@HC<;(3=0%N%C!:\XB2Q>/CYX"6BZ
MJELVJ,&Q;=`+XX88X5.M2Z0;HQX+5K"QWEBMPA\'NAJ;]4:UL=DPV>M*)=WG
MWV:C<[,ARF/5Y?ZLJE,,%!0S[;',@"Z8V+=<\%>;\1%1U/]\M*T?2,Q"0CH/
M*.9-U`WXVN+KW#*X'B[#P9"`($NY.V.9OUM44!RVMNTD'("@J%(56H<"&Z@Z
M'%3XL^JFU:MO5IO-QJ9=7!S_13BAS3Z-G&A8#Z4?CA!%%[^IL'@<,7\]#*_Z
M0R!A;:@DC@/4'ZDH!+0E<7^80!^'2,YPMHJ'<.`P.6V%&Z7)/4S.XDMZN#-G
MKQ2:NP18-$":DJCO,CV*ID%GR):5.'(\,8L88#+H`.I,.'Z0GNX_"N>+U6Q9
MGJI@6I*V:QE[(H)PNH0SDUK.GU3AIJM_'3_Y?]=/D?YO_`7[F*__:[766^N.
M_F^=]'^KC7O]W[?X6/U?$@_Z;:W^PXR_N^.)`HJFV=ANMK8;S;3Z3\JGM'^K
MC>W&QAR]_T9UM>F8V<%/8V1GE?;A"H84.'M*!@%BRN8XH0UZCUD_ANI^/P$9
MONO$PZ%Q4,LU+1CT1^>%#F$;FW#3&D,U]E(-")5.9VVK@!0$J:DC$8MH.BX.
M$+N1R5BO/X*ZN%BVG$DY)45Z$<8E!`OEXQ"E'W8MJJ-+4.,
M?OX<*#Y>P23L("O:],QU=GM`61%OLP!NU4]&&YV/PE.TTL/H%UPUY*VC
MJJDG2[*K)('8\1V*L#DF/H"3",31FD%C=1..W)9OV'KK\9+#X=:07`#U+HXC#`E;<#IR:F0V067;"43Q"_PD@
MTFXZ`F-UHC(;H1FN'YU#<`YCE91$HD'S\Y&COOVB35.VI
M&E$0`X'12D%$]6<`VGI:*$,0!AO=2<(I)1]S.1#9?A3O<1_L@KFL?^K:^&88
M[MB*8I2?UL/-A4'MR\.90&\QM-=:KC3K(W`CE227>BWDK';\B3-TD*V(;37X]
M\%_VBBHG<44[/F1'8JVW&47B02&)&^')!_JXQPZT)+HY;?6M>'W*?"C]HCM2
MYF.J+4(IF7;+Z62FAC1=`_T(:5LU,P/W[UZ92=HULXMI5?/67OO-5?W=L88Q<-_CY?XWU=O
MGN^^4OOO#I\[T.>21W<%_S2,N6UE2:S!L/`(F)#('*+/:Q7#/6+:"(FZC;N+
M+@WH2P5@1P<89:09XB@:3>$P2=(!8>I3)^@&:K',(W:/DSL;>Y[2[8RB2^/(
M@+89&'H:J'ZJ35%NS++Z&0)4?P@7)"ECVS/,G1.R2RM.$H`<,/5%GV3]Z&*'S_9,L'G*O8=_A1(IH*`<<1/(7(PZ$!DDI-+\:=@L'<:#O(%X=>D7*
M4!V&O&Q$RQ4HXWI0[J3K)A3T@,,O?
M-T>5>C++;\]M57&V'%)7`L&'RKL^2MJQ-[(?T;UA/F]L!(=01>TYABH=Q73%
M2_D8%9IP?Q['@W`"?3=76M1_=!5B\NL*5J,V4($J1GR:1#`Y>T8<,)WC&\'[
M83^A5!R$1:8QUZ<(J1C!DPP&G'$+=!#Z/'AYB)NP?W!T?!*\.CC\<_!Z]VVP
M=WAR](MR=B&+LB5^.#ID6X0E=PEI:>U3,8$513B9&'A[_^HUA5>B_E#3P_6K
MVN\1<[.]W3WYD=/EU#`OXD/I.749R%/)3.-X(5G"85L]#U$M338MXW!Z1DO&
M,5[@"0`$7@PH[W/A+NQ%@9=21GNQ6Y_:R8B"<\N2P8F0RX3GDIV$4]FO\SY3
MU%I9^/Z'3R3(\KC97!HMETK<
MV@*:K5YWR,02^ED#4#GYK87"1=)X,84>%CF\+>4FH\C!E%`2FP%4H$4H*TB^
M:G?`6_'NY13%64!HF3*DQWV%6K[!$)5W>-43X#%RBMD,$(]8;4Y#='5H.J'@
M+LI[G[Z.1!/&A)D9(ZJBL:J>CSWN&"T^$LYC.N4HNJR/)/!-$"MI70BG&0F1
M0:0[+%FQ](YHY%/3T3_/X%16W$&4?N-CR-U+ONDI7,QX?J_Y%`M"%\Z.5J)/
M[+W/E%,J?"O,ITS
M8?&<4@8;Z16U7!UE9LEVAE-"T$9HRQL:00R3KN8:H]UE@8\=*WX('O(%0V;$
M3,X:T0/_:UQO72VGLQ%M#,V'P8N10R'+EZJDC(_TGN@\]##NRW"`VT+]$6$'
M5P42+_TV^I_2\.&&W.U>A&A5+CIP`@\I&;?_!D@M"THT/[Q"]GX^\0_E39!T
MUI]FK7$I8)18I>(PDHA2/:.U]V4TBA%OJ#U!6/-
M-^D*-$;D=H=88"86"^Y%F4%3*PS3!$T*L\C^D[42]/=`
M?EO\IOOZ(I1Y[5:4N>[R,IK0072OE^Z+MNA2\[>X[=W7V0/;8YFP]CELNL]-&@!&'(
MT]7P8K'E+8P_$)I)Y%K!WV?1C(F3-+22-'(R&UF)I(C#)DP/6%2J/G$[FG&P^\V?1[]NGV[),&W+NP4!HL4\Q3*P
M;:Y6&XU5-Y[T5^%\V#;SH(250/MGS`ZAZ:2L$9S240T]%,CT.I[X_&.5
M,0$F.R8WAL_CWZI9YI21\>>RVHITA!N\]P5$S&DWL<(2\IKUE#
M9U!WY_C2+\95X*G'0*W0G9AW$1>R@^FFEF`@7MPPXQCX.3S;Y_-K%DV[;)M&
MP
MQ>=!=YK1^\V!N0(&;Q[-[4%=Z>,\T/-8N?D0F%/4-&V0#2=0:$>#?G01V?LK
M?4%5V=%9>]/A#4>YR"GBK2\?3]T+EA+W:0&]*GHXN^SGQ/=O%9=$&*`4#A!^
M$ZGK0801L'P=%9X8W:>[$!A,K,B_'QLK_[YSWQ@
MQ)98"Y8C3.E&4Z8:0EEEES^$L^LXC4'9043V!^UK.('A!!,DG%HI':?XUO5E
MDGS/:*E)+R-^3?-K9+4Q+@`@-8;_,"FI?D*3(E/PL.,C7!*RI%7AJ]X4E$`-*>9XS&/Z34:V),>JX*B4
MA`#.DUOK]_Z9,T1!J?31$Q#:LYZ=T"X1Y=Z,^J,D0K-Z$]_4WT7\L!`DK6C=
M\0M8AM\EP&P9O0!:')"'1^B=+V?2UYE1Y*>OLUO()9`([+<3Y\[3VVANB)1X
MT4P_?V]-!ZD5OFF3!>KG[7/>LLA6NW()=V%R&1\MX_L*?$^N(6M]"Y-Y^$'#
M):LN^KR>Q9><+ID4$>)XQ`87B!G[D78B#?%Z=N5.2>P1SOAQW&@UFM3!4JBT
MST"P`ZD#$\IB)Y<_K7]`">0#BD0!EW!_E"I0<7:<6+_F:KT*?];]N)W_"E.N
M4MR`+S[KW(UOM#:0`6Z90+_Z\/)W*Z5,K$%<:A5BYS9])'E^M/U-Z2Y[JS&#
MXZJ3GJUVU^$=W&S"#FY:7YQO.?;L)MUA^/E;@>E%&FN;!8'[Q<$Y%*&Q6'PZ
MZ2H?W.4@Y6'A+&!-H@"%C&F@PE>F[ES@XWW"A$JM>JL@FO[G3BRS$]]H;KF;
MV,0T0\V6@TB1S`EZ0SS^B_7&^F#1"PG\I7=-T`6M>VL#,%QKP\%PGS<6]!O\
MM.'D+]5F"X_OEI_(RN25S0J&V#Y8D8^SHT!".S9,_AA*VA`"K*^XK*O-S2I@
MS%4_\]6W&?<7WH(6NHJVFF8+'&5+-G"V(^U"@@@567F&K>98TL,.5L\:Q.64K7!:6
MXQ:FLC7M]'@WW^"Q9_\]H4IN-^E?&!?1LIOXT&ZCF&J5_
MK4L^5S?]JZV2C@';W&ZN%WN!KFVN5=>VZHXS%SQ8KSNIF7[;6J_7J^H9_O.1
M4TW^UMAJTC/Z5S]L;:[20_KW8]7XQZMG:QM0ES1)O]'7JCSB0DZN52J]L;ZI
M2]/7JCS*+XUTO2[.WZOZ87X%@.M578&_5_5#MP)-J=:HJEJ#)LC)0[_F_A>=
M_\D7[./&\]^Z/_^_U\P78`X^R?Z(J$@,N[6.0K_T7
M-C8+TR985@-)9*K[YR@:J^:H
MFZH'C":YV%+<%>[E8/J(\V/B`$AF3^1#W/X;KFBYLO*M$FT4G?\O">HWG/]&
MO57/Q'^HWY__;_*QYU_`
MU:XWG51`I'.:6ETOD^S)CIJJ[U//U++_(."XD1HCJ.7E:=;J@@QO7
M]X,Z=^>EMOUIWG:>OS=WB02[]G%(\S(9C+BRQ
M(,ZS!?],6)8PJ2V*XXTO1^2M8$I#X1?RD#(<]'28-%XM75%LN'0]9^RDZY5P
MO%+ZXU=$QT7G?_8%^[B)_EMM-C/GOW&?_^N;?.SYQPCGQ,[U1S8%$)&`JW":
MM^OPWVJ:`W3JN%B`B\^+`[:ZMEY=7;>I:)/.L!9=C5=BA=\&X>A4OEZ$`PHV
M##\QD><@A.\)_,`@QOK%KW2Z:^XC`&'W9\_[-6S6C]2JKSBV&MUTZZG[:H
MO_>)_+:?(OQ_\07[F(__UQL;C2S^7[WG_[_)Q^)_S*Y'R'=+
MMN45]AIY'H^O)^0(@LH*%N<=Q[WI)5K0[V.`-HIY4U4'HX[X\)!*%:\Q-!`>
MAQ.B-%^^>.:^!I+L=!*2/3+)#!-IBWZ-WW"3J]M'?K#WC#"`PB0>?1Q.2E,=;,+P_?J9<<=%R]G;4'_0XL0R<:)>0].L8GF!U+M;$9
MK%`TJ1T5]=&`37L&JJ;N0MI#AU-HHQQ.<=@3%8^Q6H7,\`?AU-8LF+J=H;$S
M/HO'8C+>QRQX+-6$P]*;#5"Q@>X`/QV<_/CFW8G:/?Q%_;1[=+1[>/++#@4*
MQBPIF$Z/O57@4NI#PS"I23B:7J-;X[)ZO7?T_$>HL?OLX-7!R2_H,[1_<'*X
M=WRL]M\.HDZ$4`EF6BC./?&78,V0@J5*$D![1KNH"!G%$^K$OQ9
M;-6\_83::3"MJK4M=1*AIZ9Z.P@[D:JIXQDVT&JA(@F."A9]O:OJS4:C46NT
MZAM5]>YX=T699!HV1FHWZB4<-]5]_#UEI<"HJ.Y#FU35?4HR]4S1Z^0Q_+^3
M_\9D"!\IXC'DX]-VF[R>Y,$F13^#?M`+4BD<9M%?O&#R#+
M`0YSGA*9FWHLXOHD_1PCT,+Q3S]N]S*/-`_M/P7F,I"2N86Q*:Z@[;N2N970'8G+7P',!.=#
MN)),>>.)5!7#*0K:(W]N,7QLG)J=W;;9=`LVT<0Y@&D@GGXVQB]S.;UXIV?L320[`+];M^R\$;!"R*!42IRB0N$\90[GB*H#P0,X;\Q(`K^2U-2Q-\J5.3:]E)PS#S7X_5+'`5_)?YQ%
MH!H3).1(OB\^;]VH,S"4#MF>BX/X,`J!2Y!$JY:!"#5/822Z7-M90%M8TA;D4S"NJ%\15TP&SR7X4:$@T>8_O6@GE.IX,(@O*2QJ
MHOG)&@5?Z,':GV&*%N@,E@P`#2-^Z+@,1-,DW`XRK=$`@Y^0ZU:21,/VX)HD
M<#.,>X1.7K2>T$6'N(LVIHKI8D8<,C(G]@X:HC5@**7V`UK37C\:&*9+:*I:
M-\)4RA%=.FB5X@1UK,,+F!U7\"GLXIB\F(Q+]0A8`?=IT7F^S/_`=904!`F3`$TN`
MO4+B`^U[*@3K=`CX)5&"2[T)MF.CI.LR`'1]&$G@!9XWA9SD6[#T^U'
M#U!T&EQ3S=L-2J)EMG`[VZMV%-L!I^G*$K:!NZ?A%
M_7'%&YGN&XO-Z?E&R-Z$_^,($,`K.[E=F-WYG'X:ZS=W)+OQ1:?S!Q3.]>B9
MO\E^WEL7G;G\%ML0PD.7MF;G&49?I?F(BTH4(PMNOTH'G?_:_*)437L/4>IP
M"4$E5[^T\-?ODD<44::'TJ6516-.R9W+RLFA^!D[&SJ0T/:"SN.DP*YIA)8(I-%8(U(<-6D-ISJ$VYYTT
MY!:QM/9*]9(G9UCB,C/`N!LIIG@G=T''W@I10?6]1Q_J1=+'HF$75=.83BQ%
MWJ6*Z5&,UV%9KZ,I]XZB$VZ?,'!*!UQ
MP/$QF!!)5%G@@M+ES283(*GX%4P.0`JM?*-+_8202P]@M5+5XA-QVN(F,$FO
M+GN:;;"BLP/;?:E7/$!4+_J`X("OP46[B))I_S0B;0'*Z3'R0#^>)7;Y>)-#
MLCN>G%.24?K%LR8*/T%-0C0<3Z\=D3`Z4Q^]/'YWO/?"`T]*BK'L"=4H23#:
MII@K$U=8/[3@J<6JP;C?)M=5F[UNY-(ZA5#K(VFU^*!UT,PM,?
M\6LJB]F3FVOK'ZK`9THU8L^!(\Q%T%[+*"B$_YO3*"<68%+FIF=D2LQ&8SQN
M$IBG_-`P\#Y^?V"="M.[_GA)<+SLU@\V0)S&_N:=>HIDW0\+.C//XF'L[(]P
M=%$7#D'Y'8#17UD:^(AB6B&N<$4$IMY*9=$TN%W8Y&+%A2#&--;OADQP#TBJ:^4/LS/.3,+`4$%N*:]!0='_'0$)PN_O#E\]0L`,@Y\
M6RTZYT-W_KUEV[+^/WFPJ%X!99D`QA[V:[!!23SB@"`G<<+[#P#N'&@\GY?L*"4GJBD\TM49>/?GAD4:D\HA"Z^EF?!Z`1.[RC^M1%SUDX'048)Y&]
M2V"WWM*@.'VVWBT@7A/,%8&]C`&B^P3;SF:)ZEJ[EMDX$^E%],=C&M[^=52K
MU6!PZVY@1
MB&0O)?2B(IMU($/"#G&=4Q83:ZPT@SD.""NSP!TXDE]'N!QDQO-=LH/WZE__
M2C)34J0_@C701PMM45+S9<8C#\@PXGAX3=,YTR#@]J9\B#I=*
M\4@%9YN1Z+#ZK)?!>TY.,Z`@-J-323+-V^K":
M<,O(XNFX,G(BC"S,N5D,BU1@#1/@6A/+0HW[
MS8`RU@4&G[A&!AZ2@=:\W]3PSKP9TG=7H\2*&$8SC^67@2#+[NS;7UX'
MKW=_!L@_TN)G/8?13.O:30!9_V:E`M:8:M[Z.%'W'KN]BAOF"-WAV1+ZIZ8
M>52(RCR[MC)9LA63(C=0(CFJ"[/`KLW0N2-\[.A(JB[]#%UYRQF,X@!S>`"'
M0BLI/"[>%1BK(W57N;*#!VF;GO0VX1Y9T1^7=@0?8U%4.2<7:(4D"H"(#:*+
M<&`9;ART(8##!!7=JH_F%J&OE>KW^+'0%4(H.??K6.-&3Y]CL!VQ=BD%DNB/
MK%:;IE=>[(]@B'T-@#Q2AVEAS;DC91\++&J#+@N-?]X[.@S>'KUY'KP]>%'E
M=0$81YBJD9F,LYBGX]K3\_'040VX5&0GN:M)NJ(]1=<
MM7H)Y_1F?[]4*I=G([1WC[H5?/9L]WBOXI0[.,2G>Z_*5Q4H>E7!O9&Z%>],
MV0.0M`G\,\]1Q-[K.D]RA?,`?\FLG4S[T]DT
MLJ$"6>$"8#?HMV&31.N)P8ES=XH6-XBQA[U6B8;
MSX?0N8-SR_!S)9D&0[27>ZB.@X/]URX5'D(I]K(O."[*R+HV;KJN\&,"'N#52AY6L768"R0:__0:;M=[V2'
MRX7LF/1O&1;_=/9)XQ9:,V+W`!UH*W3GUGG`2VN8^EP+#8R8D#M$ARHW-74G
M[KB-A,$P0:EC-Y::L+KG7]=AF/C:_
M^2V9DG,;9`K[!JK:[4M*&C"^/$0JH!V!ICCARGI%5WT,7\AES%-N$GP7`"!Z)QZ@EV*>[U@
M6C&K4">,LJ!UJ7CRN8D'FOG20RXY]SKJL?3:;NLKWA!F0J4^_ZVX^+F6`^W>+MA&(-%ZD4!+\
MYN1H;_?YCUJ<571^4LS/5S\^>LCY3A,W#&0N)DCS<>-/F$TZ_+AG17>GV9HN
MA$'6LY?VA2*2END7]H4K@3DB,47DJ[W##\+*X1T33%4XY$AA&@TQVDRC(96!
MLT0#FNX"[1;P^^/ONH_ERD:Y(?`(KH+&WNZVGE48IX4U/:,HUG@NQ9%34QB?
MV\Q4'RN+ZE/GK&Z/F>F+U'VI==8QI5$T\S0SB"*$68`OGZ!ITNT191YZ1+*1
M9FK:34\9/Y*GR4=1O,=B^,YC[(PS>%)*W8`K^5]L"'GLW*4O'(?3RY,;5F#O
MS?XG=@)[N?S$`>N2)]#SGHO4S7GF0X4'0CYV+,OYJ9#&NB;`4RG&T%\:1V5%
M,>?:D%2;P$[%V24&4`[99@8+4@!UAW,D]JW++D,9ZU:ODA!X?4:$(ALPWF'T
M'-V_F*5-XSJ/S:'G`VOY2JI_S$HF>FU.4#88KXPIU/K*(.*$LRE"Z(&^;7AD
MKF#'.A`]'(RM_<%`]/[N)T]4S&<:^T<32,PZUN^FZJ&$HS^:14ZE\_%*6L"!
M>=:<$DLL(W,XGI15KP:=)4>85FAA6KC/>+VS%]_-&YTCU).-MZTX.S]WV].R
MPW`P8,GG/^)A6XMD\^S)Z;&4]CF5\J(\=D6!_KZ;7LR6.SL^KJ2]1/1B.H9U
M-X"Y(X,D_T8'#/7$TH/6S],",G_DNM1MAUXT?H:^VTSBHP=/#\_'MX0HXQ;Z
M.0!E&N'1Q>.J>(ZF@0K?:)CRO4Q]IFG8;[]?_<`K9L#(/SI9`6Z_Z_+*FL+Y
M#4LN#OH7T:(0QE72Z'(P#$<@1)W6,L![@"-+H-MNB=(;OWVXXS:'Q>Y:^)^]]E4.X0\UBJMVA&3L.T1O$77-9(JC7,&9DYBM2LF;XG
M2R>CG?'4\A_6`/DGL6:*24X$K`Y%]`DQ95,$*RWF76/TS^4\<2O:]%:W\&,T
M0<-@$E!WXGB\HI26\.$]'O9'_!)7!>U&-.FMZY,5B^U`&7-M-F<..>/R,!PG
MCB)(#\)TU2?T*>:1'&V)*HUAW1JU:8PY(]BB!/@;79E,.OI3%85)?W"M3OL8
M::D_3=2CB_YD.@L'CZP2#67Z[C54,4/8!PKK#-=I0M-C$]JD2J,%9F-&[M[.
M.),I*5IAN$E[DE[-DYCE_;.Q]<&7,51Q])P%'A;V(II01"FTB,-P_#4RJ-+-
MZ&&C$1FUUR;4=+*3A%DZ#]_@BMB6AZ.A\>^W!22PZF43G)_FE[G=VCD(]70^6?"0#^=PO2,@F'0Q]3MZ`SAIH'&$V)6R&A5WSY_
MQMUKH2V:QUU2I"\\FE71(XF!5;G7OXHTV;ND!-S269R-QG:*8SCN8XYRNFH/
MWYS@7C)@ZT:T-R/:X5+70Q)7VMV?49Y4"P!Z4JD9D9P<7IQJ/[^I))V%%XA%
M7-M[@W"U\H]-DPTCX"`?O&3;$RL'9S&$E;OG&BYC&4)L&E^7&,WY:-:7OI->
MPO5N\L8`;PLY2;\D1G'"*7')>:B@_-OC[';HZ?,2'&+@44!%WEE;?);(SA'%1KO=;N3U/HSD-Y45)QQ^F$WBB]W7VYMXIF2<=_+I4/G\%V
MJ9IJN(IP&.S^T>YK*%4J_X]3W))KVES"++:4KR!,T$MXZE2\A73:WQH#G04;
ME)X<"*/5;F
M@6LI#U:+ES&]B-DE_`.,C5TLC$S?X!.4!]:>:H_H>-!ENM$H3XSWKCU"YET>
MW6MU>+@(L]M1A#.?),1R?2M(1D.MTS29-YK):F0,5ZVENC9Q^"O2ZX^41.%#
M$L*:-?CHO.Q;I2K;C<;`SK1\/.)L/5=R<96CBDU;GUJ0GF>'RMMC^U4>4C.4
MO&>ZKU'W:2R>L\P.A#9>J-_7S5E#8[D"T#=`.->
MPIMK>M"C4*;4$'XH,T#(Q"-YTTM(#J&EV+HKFGB=GW8Z0&V8=1K-AFUWP#!?
MP7EL_SVL]5N;ZRMG_MP)7"U;2@+)/J>'[47A5C3KP_^Z5
MQ4N(M0?79J&AL@-)U+AV6$@7;/D@1[=YU+XJ*G[\-CC:>WGX[G5>M61<5&U_
M7K5V8;7UW%[Z1<4W\HIW"XN_?3YG4'T]*+,76[P7#6\S>H,0?2XZ:(P/_^]B
MLHCD2^Q+8S5G5+VDL/A:3O%3Q]5///Z&`AO$0BA@Q*@>1N9Z!/\^`BKZ2&Q'Z6P0`N&6^SWN*SZOPLT6
MHZ_@93]!AN?-B-YP:X3D8&61,$'??_83PPX,S@/,C7'!Q.LUWP`L7_=A92WD
MAY:6M_UNOU1Y[>SFK`K."-S??@.GHD.Q-V)N@D*\RQ1/RX
M=DDJ/%Q#3*1.]MM,01W\]Q[@Z2R)DAHXV3T\4>Y%*O:DJ&+L(\GT1.7."=_G
M3,G80Z!:33OL.=-C_5['$8YJW9[[3%1[]I$O]_8:-P11891"F"#OZ2(]6JQR
M^C],XH46'2-C\@@EW"0S)BG-8E7*:R<^4QSC%X2NXS)NE,03!FZ:XA)<"PLG
M?LB:[S8^54!C<.O=N*,;MJ$J[&!)6^Z])Q6G+<`:3^VXA^G-X>(,9X-I$$[1
MP:VJ"_)/ORWV@;.-B4^MSF7IJB\1BB\B0=O7H8K)ZU@?ON4`SVGW;,P@4X'*8ANI$K,?^NY
M_:9?9LY?NO>(\V;%H[R1)Y%DBICS+@">5[]_\_88;JN7!\_MUH6G?4&..J:E
M>,T$8IR*]ARTI(/XTHE]!K=+L7IXFY3Q.S<)\FYM9I8BAGR_4XRN3YH*0MJ"_-I'/1&4#@)K]%2?Z8=^`I@%EIJ+M*_\X^Y?]H*71WLOC_=.@A.*"N2]VG]K
MWF5'C/:F>G6<6)@4KPOUHZ0_8^4E!A6W"#M*W[MC6<^E<6\F@DL^0D1+U`^FZU/T;H88`%;=#&"&XJD3CL=
MO-CXD=$98-M&=B.5RF]/@I=[)P@)52_P997E$?#^:/?Y7K![]+(5G/SR=J^B
M'F:'H6W7%XS`OCN-FC?<&=I[]\Q/N*=$W7WK".,XD&EQ@@F>6(:,0
MFYG,E71S*(\4NQ2RAJ1!H^D5U)3"/_UX\/Q'P$37B=BQH)R1F%R!B1$
MY`1!3+@M@^6>"AT"+':HOJFZ#G*Y@[983._)W9
M@%`"]>BK1QGGEA^:3AD//C3)W7A,%7_C*QA]Z9S<(<[')`A9D4A25%NRNI@V
MM6Y!C@VL@UYPU$2@":_R)JW<2P.76"X.^NI='OC$7B!6/]/1U@)DD&N-;,H=W0J!^6N!6;U(J.!Y>Q[,BSPM(GXL8ZDMK^77[:_TW1_18UC
M#A3,"^<`KEX-*B=F,#JXB7>27%T/!I4?5"#
M$5O78=T4_^L.XFFN`9^VX3C277R7V!P+B"8]70MVB8J8Y+VT^B%KQ_'96R5$
MM+1LB$7G5?X"N!8K7B,?#7^$V0#V7[W9/0D.#O??>.Q4=#5&)($8/\5HZ01(
M\)QEJGCJ2-\4R]Y^$*
M$#62LP@.F_>`?]]
MC*G;R[-*":DC;30A4)M'(^"(`E)TSLA\%5<4&-,X=?'CXY1UP-1A7DALFTE7@R4'^L7[5ZI@('
MSDG.R4#++%:3,>#=*^8R(!AK:AY=Z7BL5DHQL\8=Y<%
MTGTB=HMVLP?((N)J6`]#HD\*-R1OX0%GDL8\UKQ!<5\%HZ1<62QO]0-+T)T8
MC2YPI$6Z+^.+!2Y'B"I\R%V_'TS*U,@L[8,>N@\=)UZO;(88)'+1-.X$>0]F(R\2Q*)B`.JGCY5C0:<#K6QD]K:5$_"0N,'$!^P'TE;>9\!/J![
MU@8/(C:<3BETN['#!Y88+OE>J^6!]`B))2=$`KEUAZ-I'ZB<()[X+]+9,R7@
M'X"@7PZCT/FL:PI/+?Y*LWK$J34&:"L_
MB"XP"RO:\(THFOF5<0,T;:%[/:PIGI\5I5[%I]3B7[]+IH]^S_D3"
M-5%;R$[@;N+`\UUC]+1QWWGY,45B#4'!;+N/%M)@#L,H?]>M(`.\6#7M564S
M420!4/6#6GSR=!&3*"GE$"(T`LF@26"'\P28DZ$LJ68%1]$B*&#FGM(`U;=S
MQ\(A<)"2M5:N5+Z17YZR$N>5;^:7Q_P4N>5;^>4I[UJJO)59^$;J#/5]@/@B
M'/U=O8GQ@_5^OM=+_>%]_T,E!P1SCVEZ]7WWJA]1RAVIRZ@/J!IGE@!C,9V2
M40+`I\.Z/6LQ;>@!ENH95NTA1S$8DO6/ZA_ZN\-YWL3
MOY?]YK#/E`4T#2UEXTR1G&E`1N25MX%ODVC6C=6+2`9?KK/]+^]%Q<2(,Z)!
M;_QN"*7\.ZN.9QC6V6UG7HT;!N)+Z+S)\\*D5N#![9?`3/439GDPZMUQGH#=
M#L-#22^C$]'X&[TJD/A?LWXT)6@\)JD4YDQWQWJ;.:HR]#9G$=TV\NJ_&^EM
ML>W8)O2B:W]!B@:)KN,2\3?BG'B([L9B:A5?1!,X_I?:8J2D\K%!^:'[F(0O
MP`;+LI6,HV3VF%?50T#?XHIH-L.7WI3GUK=>F+8AL<(H%6SJ*4"!+NPL,0K!2=A#$_EK!@C[YLVGH,<\.LX-,+\O$E..5
MYDH`=26=1UU*+\D7-[Z?FQW++X[2Y:9U>B7MR8<4*XBCW0:%RM7?(CJ(?U\
M9OD\+XTILE3(&)+0W$O!ETN3+O4=FM1\<==`>[$"NJBYJ[R3*2W1>\IE=E2%
MG2G8,YP(:\+4\H+-M^>V3F[]';V]5
M?WG9(>$4+M7R,OH`6=.)H[W=%\&[E.4$[!$.))A6W'%I&XE2:G67GV3FZ));
M_<*NY@N>2H9-]%!-H->-4D.Q*\8")9&8C8-PTN[#=DZN=:*L
M<'+:J6+ZJ0O.N8=L#CRB;;$*/7Y-JFAB7@&0EEYAD7^T(
MSA3.1TTO8YOO:AM*<;:QCD?TR@)ETX;A2("TXS$#79?:#A0^YJZ68T-)FC+?
MB-!>$J*5/,6+"WT#3D4F)@\".%2G*7&7U5$O6(T],):)&!*VQ5PJZMI(^D"&
M94P*]2G`7,S]T\>XDH^M6[.Y/G+5ILO+CIOJ*5Z\`0J==^Y8I7/W*MV[5RGV
M@BZL4NP!7=S+W:L4>T`73__N5?IW'QAY0]^U5N?.-9([U^C>N49TYQK%SME%
M-4Z3'+3@G_A^.Y*OS4,.U`>)S_
MN4!FAL:0@4SDQ.I-YZ8\8[E`B*9_94#R70K94%$Z)1[0^LE*QDI+)R4G'T?,
MGP[5`_/+6B)C"EOQH9V-SD?QY0A(Z?`BGDW8J#C/S(O?(#6V,-<]BVKQN'T'
M+3..\D-O7)_E5/6_Z%/D_W7U!?N8[_^EFO6U1L;_J[%Z[__U+3[L_P5'[_%9
MG$P3(@G$IPLH`O(".P9$0$Y=+=5H;J_!?RW7"ZR@;KI::[O9NJ4O6'/5<04[
M&$VC@4*23WM\H1<2NL(85[",[XKQ@\@U$M(O+X;.ZP5KG'/X[.W+4JED@AG8
M5Z4?WQR?!.9%J81%TZ]?[S[_\>`0#;R?_UA"G(8I0E$$LIXN>;+W\TD`G.C1
M"='`I=*[XR-\MJ!MOO\4#_K3?\#]<'H:)6CS0;5Q#:@^5'W^YV#O\`63T-K^
MMXPF,<9V4L>4OABN7`R#87B5""?Y>O?G8YA%18?N$U\FR7W.3:'*$%WN#HB`
MABG`=YW%B6-0MJ-!/T(=/%J]Z4A+VE%O=675SXE*%LA)%`W)LKLM9L7DI#<]
MPWEA3;VWV"7U[<4GRYDYKAL],?V\BM"BA(J^V#W9=1:9G.M(>(*7)48/)&UKZ@?O*GI
M`MO2@)H_O8HW.`ID8$;V`$=VV^[UNJ3[O]/BH"P6%7Q4IZHH[%15X7I4%0OG
MS8*YC:)VF,I6[,[CWJ`D9;.ZUM"4RM<^:"YH?^81:]CWZO4O`=8*1'J3!-(B
MEG&*94Y/&;[#SEAAC5J&U6G6*USO\1)2:W;T,\J2(!9OP_Z5CG/*:K7^Z)2C
M2V/R#%GW7C\:=%>XE0-\G"31L#V`H45#+'883;'A9'H-"QRW_X:.=K0X57:]
M#E6[?UI#F7PXXE:X84Q<,,4`'Z-S]+75LI*P@VX5.G"/-S02R'`3W+7.]""M
MZX:I")?#I":;W3_X^37&_GP[B=MAFQ/'BEC)
M;X>@(1B1WWI`W7(#NF])0ACT-;EC32A^4SB@[.9D^HG6)7IN)-?24$$N571G8)H+\@ID
MUW=T%L*(MCSYQWR4/P_5R64:))?AF&/.E1]Z)[UR9_3UV;TYV.HKHZL\.@%8
MK8UU32$6BE`"_*N2]P(*)(:\?Q((+S7%@4@USMOCZ&)48SI:6PS?FJ>>?,4N$Z
MU210+"\7F1/\1*&FH'D'62&N5Q@FJR.Q&62PG$5I@*$WKN%D1B,*5`7O8'U^
MBG34JK.(JY-ZD/%V54(W^V,/WB^99IB@LB2#*3QBG_1D^U
MB0U9B84#BA6I\$]`4:R9JU]O51N-IKXH[PII!:"`9HXYIPQ?$50LNR"!8-.C
MP*:(]TLE7=%_[M?)71)3,_2/[Y^$307DZ#TW+!A`F4R.Y,?((=:')L*E/SQ[]6+P]C)B5S
MD,S:C#D$0@'M_9T7(^#G.ZZ-%EKGE+%>U0Y'8)L'5,7]MN^"3C@8M,/.>2I$
MT#$L.5Q.+I[C\^C?\HS@1.U#MQL&OTT4F6^NI+7WN*G.HJ5`F:9AMM6N!('"
M0#"^18I49\>6:/LEVEX)"L7.DWDB;>DKP_'^TP7:!06XA2`^QT:D\!/UAJG5
M?_[3>7:HGXF5E'WSWSFEF=Y-#X3[:>?TTR[LIYW33SNG'Q=D;&\/'ZH'=HX_
MR#IL\X(9^/@7Q_!SC_[G(_G?6\CR+_PID/^UPR_8QPWZ'[6ZOIZ6_ZVNW>M_
MOLG'RO^L,-Z)_GLKU[>;:]MH6!8P,%AO6M.3J@]2J0
MR&G:_OMDVN50*2H5BL1$'$V_,"8=_XWUC/Q_=;UQ?_Z_Q<>>_VC0O;VVOS=/[;C4:5?BS;FV]Y%'32"F!E@JBL^X$
MG>,#'9X:"*JH6WN:P+.+0*+@[Z0+1V?B+*/+LBDL%=@1AHOM<(-`Q`)!H$WI
M_VO6[YP3O0)H8WH-U`_\1`NE">=;=%.L:.'0WJM]IJ`J6I0&%JMJ[R`X/'BQ=WA2V_0=U6ARF-LN-F&U-76%8L@1.N`1,>4M
MP?@L[O782R#S!@DI7I^Z1P\5G?_.%X2Q&^T_-[+G?^/^_O\F'^_\MYKL"M*Q
M)B!_F@T4W'J-YG9C;;NQFE8!NI52V*#1F&L%LK5>KVZM;VD:H$0)G`:8>!UC
M*LXBX>U+[)1ZT&.?5,M.Z`"CI%SK1RPDEY1DH\$URCG9"4[*22BNRPA/%$NG
M*7-DJ%ZP)>;1WBM;"8[+Y)I"ID;T'3L0\?,*C&%E/)CJAFTEE#)#LT;;1Z5/
MXZD=`EM:7D:V#KL?P9AG$PYHRR%T8X4&\&*'2+/"26D6"NL";4(YG0SS'$@O
M%&%0E3G7#@HYJE2C1/[*@!?EA90F&0J^D4PEV>;:U]D63>_+%`$9X8'V?S_X4W?_=+]C'C?:?C2S_OW'O__%-/M[]C\)E;?^#E_F+J`,DN@*Z
MOK$NW'_J\N<:Z9N_N;TV)^_/1F.KNM%H:L+0$UPQ8LDK7%$Y1C]+<
M9U]OE,N-3QQG[NJVZM6-UIKEL?C!AGLQPZ?,>@4>`J+TJGIVO!_\M'MT>'#X
M$D955:AI"2Z&804#B,*(JK:VZH4#3!/4B0<#BJY>3JM'SL+D+*!K%492X9E4
M"N?"=J-FO=XG__@`:_;HU_JC'6_5*>8)J40P[@>'ID?G1&[XM_L+ZOG$H\=:MVB8P%G$=J!KJKZZW6IM
MMQKN/9!;LW0\D_M@%2^/>GV[/H<3;*UM55OKYCZ@#UIV&S6G6AKOZ!<<@7G*
MRI\'RBC$+C$F6WE<)>)?E:>L'!:<36.E;BR#[K`%F;)=2H(!
MZO@AE&#M-F.K*<:O8#Q.!B70*-X&V'Y%MV:#=3B/[>"_ZOZ;\T^V:8^_2A]J
MM;ZQME9\_I6JT_E?;=;K&TW`!8WFZFKS/]3:5QE-ZO/_^?E/[?^P^Q46_2;\
M#[26WO]&';\#1U!OWN/_;_%Y_6)-E340K,!2K)S^`\U5VAO=U7JWL][HU=>W
M&MVUJ!FM=[O-1KN^6M];?/Z@#L66.='<'.>>8&A`==,V;A+`R<(?U%]$(Z=##-,KA?`#
M+U]@##41<&X;W-[88$H0J;\_J)_.XJ%]IS\OPE$_&J@]W@'UO6S%_[GHGT[Z
MW16@+Y\N_`%J__&@N_U'^+;PXN#X!*WFGD@#&HH7WO[Y)3TOF2?/=T_V7KXY
M.M@[?E+J1A?18.'U+L7$.CXXP6=__,WY';P\?/=Q`4H<')[`__>.GI2R8UE8
M@%+!\S>'^PW;XY.WCS[T_Z;H]>[)Q^1\5^,!KU%[`9#&.`8,9C$QYJ$
MQ7'<.O_XVYOCH[U7'Q>>D_WW\I-2[<7^T=X>:C?W7NTOK%`,S9L:,JVLL`)R
MP4P.TQ3"(M5J2"D_^>-OTA*LT1@>U(P'\/9"Z?^4.UV8S$]'?SX^>OZ1DD.;
M==A1ORZ42BLKC^$_4P<*^_U\!-HWJ*/Z,\?546Z:L_Z@RYT4]P)
MFL(AW"I>BR>+T#Y]^[BXL-"-:Q@Y'DC]G#9,32ERJUYTV;P-QLW]O4_V_>?^
L<_^Y_]Q_[C_WG_O/_>?^<_^Y_]Q_[C_WG_O/_>?^\Q__\?\`*EKT-``(`@#^
`
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 Mar 22 12:50:22 1999
Delivered-To: freebsd-ports@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 52F301519C
	for ; Mon, 22 Mar 1999 12:50:19 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.2/8.9.2) id MAA73555;
	Mon, 22 Mar 1999 12:50:01 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Date: Mon, 22 Mar 1999 12:50:01 -0800 (PST)
Message-Id: <199903222050.MAA73555@freefall.freebsd.org>
To: freebsd-ports@FreeBSD.org
Cc: 
From: asami@freebsd.org (Satoshi Asami)
Subject: Re: ports/10724: editors/mule incorrect arch-dependent data dir
Reply-To: asami@freebsd.org (Satoshi Asami)
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR ports/10724; it has been noted by GNATS.

From: asami@freebsd.org (Satoshi Asami)
To: hiro@eken.phys.nagoya-u.ac.jp
Cc: hiro@eken.phys.nagoya-u.ac.jp, freebsd-gnats-submit@freebsd.org
Subject: Re: ports/10724: editors/mule incorrect arch-dependent data dir
Date: Mon, 22 Mar 1999 12:45:30 -0800 (PST)

  * If we simply remove the CONFIGURE_TARGET in mule-common/Makefile,
  * the EMACS_ARCH in mule-common/pkg/PLIST will be substituted for empty
  * string.
 
 I don't think so.  It should be substituted with the default value of
 CONFIGURE_TARGET.  (Remember, make usually evaluates variables
 lazily.)
 
 Satoshi
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message


From owner-freebsd-ports  Mon Mar 22 13:20:50 1999
Delivered-To: freebsd-ports@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id DDBBE15254
	for ; Mon, 22 Mar 1999 13:20:20 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.2/8.9.2) id NAA75539;
	Mon, 22 Mar 1999 13:20:02 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Date: Mon, 22 Mar 1999 13:20:02 -0800 (PST)
Message-Id: <199903222120.NAA75539@freefall.freebsd.org>
To: freebsd-ports@FreeBSD.org
Cc: 
From: Daniel Eischen 
Subject: Re: ports/10734: Update of gdb port to 4.17
Reply-To: Daniel Eischen 
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR ports/10734; it has been noted by GNATS.

From: Daniel Eischen 
To: asami@freebsd.org, eischen@vigrid.com
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/10734: Update of gdb port to 4.17
Date: Mon, 22 Mar 1999 16:18:28 -0500 (EST)

 > This is an upgrade, can you submit it as a diff?  That generally makes
 > the committers' jobs easier (unless the diff is mangled, of course,
 > like last time...but that's rare ;).
 
 It's not even close to the original.  It's a completely different
 port - it doesn't use the FreeBSD source tree.  It has 31 patch
 files.  If someone really wants a diff, what's the harm in doing
 the diff themselves?
 
 Dan Eischen
 eischen@vigrid.com
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message


From owner-freebsd-ports  Mon Mar 22 13:20: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 917B615263
	for ; Mon, 22 Mar 1999 13:20:24 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.2/8.9.2) id NAA75534;
	Mon, 22 Mar 1999 13:20:01 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Date: Mon, 22 Mar 1999 13:20:01 -0800 (PST)
Message-Id: <199903222120.NAA75534@freefall.freebsd.org>
To: freebsd-ports@FreeBSD.org
Cc: 
From: asami@freebsd.org (Satoshi Asami)
Subject: Re: ports/10734: Update of gdb port to 4.17
Reply-To: asami@freebsd.org (Satoshi Asami)
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR ports/10734; it has been noted by GNATS.

From: asami@freebsd.org (Satoshi Asami)
To: eischen@vigrid.com
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/10734: Update of gdb port to 4.17
Date: Mon, 22 Mar 1999 13:12:18 -0800 (PST)

  * begin 644 gdb-4.17-port.tar.gz
 
 This is an upgrade, can you submit it as a diff?  That generally makes
 the committers' jobs easier (unless the diff is mangled, of course,
 like last time...but that's rare ;).
 
 Satoshi
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message


From owner-freebsd-ports  Mon Mar 22 13:30: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 B375615269
	for ; Mon, 22 Mar 1999 13:30:19 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.2/8.9.2) id NAA76112;
	Mon, 22 Mar 1999 13:30:01 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: from heart-of-gold.ironbridgenetworks.com (ibn-host12.ironbridgenetworks.com [146.115.140.12])
	by hub.freebsd.org (Postfix) with ESMTP id D3AA614C86
	for ; Mon, 22 Mar 1999 13:20:44 -0800 (PST)
	(envelope-from lowell@heart-of-gold.ironbridgenetworks.com)
Received: (from lowell@localhost)
	by heart-of-gold.ironbridgenetworks.com (8.9.2/8.9.2) id QAA06840;
	Mon, 22 Mar 1999 16:20:24 -0500 (EST)
	(envelope-from lowell)
Message-Id: <199903222120.QAA06840@heart-of-gold.ironbridgenetworks.com>
Date: Mon, 22 Mar 1999 16:20:24 -0500 (EST)
From: Lowell Gilbert 
Reply-To: lowell@ironbridgenetworks.com
To: FreeBSD-gnats-submit@freebsd.org
X-Send-Pr-Version: 3.2
Subject: ports/10735: example cvsup files for ports
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         10735
>Category:       ports
>Synopsis:       new ports categories haven't been added to example cvsup files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 22 13:30:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Lowell Gilbert
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
>Environment:

	

>Description:

	

The individual ports collections are enumerated (commented out) in 
/usr/share/examples/cvsup/ports-supfile 
and haven't been updated recently.  
At least the base and palm collections are missing.


>How-To-Repeat:

	
Look at the file, compare to directory listing in /usr/ports

>Fix:
	
	
add 
    #ports-base
    #ports-palm
to the file


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message


From owner-freebsd-ports  Mon Mar 22 13:47:50 1999
Delivered-To: freebsd-ports@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id E01A915282
	for ; Mon, 22 Mar 1999 13:30:20 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.2/8.9.2) id NAA76118;
	Mon, 22 Mar 1999 13:30:02 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Date: Mon, 22 Mar 1999 13:30:02 -0800 (PST)
Message-Id: <199903222130.NAA76118@freefall.freebsd.org>
To: freebsd-ports@FreeBSD.org
Cc: 
From: asami@freebsd.org (Satoshi Asami)
Subject: Re: ports/10734: Update of gdb port to 4.17
Reply-To: asami@freebsd.org (Satoshi Asami)
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR ports/10734; it has been noted by GNATS.

From: asami@freebsd.org (Satoshi Asami)
To: eischen@vigrid.com
Cc: eischen@vigrid.com, freebsd-gnats-submit@freebsd.org
Subject: Re: ports/10734: Update of gdb port to 4.17
Date: Mon, 22 Mar 1999 13:23:51 -0800 (PST)

  * It's not even close to the original.  It's a completely different
  * port - it doesn't use the FreeBSD source tree.  It has 31 patch
 
 Ok, if it's that different, it's fine.
 
  * files.  If someone really wants a diff, what's the harm in doing
  * the diff themselves?
 
 The user may have started from outdated versions of some files.  It is
 much easier to catch those (it might not even matter) if the upgrade
 is submitted as diffs.
 
 Satoshi
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message


From owner-freebsd-ports  Mon Mar 22 14: 0: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 BEEC715406
	for ; Mon, 22 Mar 1999 14:00:18 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.2/8.9.2) id OAA78160;
	Mon, 22 Mar 1999 14:00:00 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id BF98A1538B; Mon, 22 Mar 1999 13:56:56 -0800 (PST)
Message-Id: <19990322215656.BF98A1538B@hub.freebsd.org>
Date: Mon, 22 Mar 1999 13:56:56 -0800 (PST)
From: sean@wwd.org
To: freebsd-gnats-submit@freebsd.org
X-Send-Pr-Version: www-1.0
Subject: ports/10736: Illegal Fetch option in ports collection
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         10736
>Category:       ports
>Synopsis:       Illegal Fetch option in ports collection
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 22 14:00:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Sean Proske
>Release:        3.1 Release
>Organization:
Western World Distribution
>Environment:
FreeBSD mercury1.net 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Mon Feb 15 11:08:08 GMT 1999     jkh@usw3.freebsd.org:/usr/src/sys/compile/GENERIC  i386
>Description:
/usr/ports/Mk/bsd.port.mk contains an illegal argument

FETCH_CMD?=             /usr/bin/fetch -A


>How-To-Repeat:
while running FreeBSD 3.x, run make for any port.  When it attempts to fetch it, it will generate the following error message (the URL will of course depend on the port you are trying to install):

>Fix:
in /usr/ports/Mk/bsd.port.mk change the line:

FETCH_CMD?=             /usr/bin/fetch -A
to:
FETCH_CMD?=             /usr/bin/fetch -a
-A is an illegal argument... needs to be changed to -a

>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Attempting to fetch from ftp://sunsite.cnlab-switch.ch/mirror/BeroFTPD/.
 fetch: illegal option -- A
 usage: fetch [-DHILMNPRTVablmnpqrstv] [-o outputfile] [-S bytes]
              [-f file -h host [-c dir] | URL]


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message


From owner-freebsd-ports  Mon Mar 22 14:18: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 8ED8615569; Mon, 22 Mar 1999 14:18:07 -0800 (PST)
	(envelope-from stb@FreeBSD.org)
Received: (from stb@localhost)
	by freefall.freebsd.org (8.9.2/8.9.2) id OAA79681;
	Mon, 22 Mar 1999 14:17:49 -0800 (PST)
	(envelope-from stb@FreeBSD.org)
Date: Mon, 22 Mar 1999 14:17:49 -0800 (PST)
From: 
Message-Id: <199903222217.OAA79681@freefall.freebsd.org>
To: stb@FreeBSD.org, freebsd-ports@FreeBSD.org, stb@FreeBSD.org
Subject: Re: ports/10725
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Synopsis: Wrong Cyrus IMAP deliver group

Responsible-Changed-From-To: freebsd-ports->stb
Responsible-Changed-By: stb
Responsible-Changed-When: Mon Mar 22 14:14:16 PST 1999
Responsible-Changed-Why: 
stb is maintainer


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message


From owner-freebsd-ports  Mon Mar 22 14:20: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 925F615306
	for ; Mon, 22 Mar 1999 14:20:19 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.2/8.9.2) id OAA79864;
	Mon, 22 Mar 1999 14:20:01 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Date: Mon, 22 Mar 1999 14:20:01 -0800 (PST)
Message-Id: <199903222220.OAA79864@freefall.freebsd.org>
To: freebsd-ports@FreeBSD.org
Cc: 
From: Brett Taylor 
Subject: Re: ports/10736: Illegal Fetch option in ports collection
Reply-To: Brett Taylor 
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR ports/10736; it has been noted by GNATS.

From: Brett Taylor 
To: sean@wwd.org
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: ports/10736: Illegal Fetch option in ports collection
Date: Mon, 22 Mar 1999 15:08:33 -0700 (MST)

 Hi,
 
 > >Synopsis:       Illegal Fetch option in ports collection
 
 this problem can be solved by using the port_upgrade package from 
 
 	http://www.freebsd.org/ports/
 
 If you're going to track the ports then you need to track the ports.
 CVSup'ing the ports will not fix everything (necessarily).
 
 Brett
 
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message


From owner-freebsd-ports  Mon Mar 22 14:34:34 1999
Delivered-To: freebsd-ports@freebsd.org
Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84])
	by hub.freebsd.org (Postfix) with ESMTP id 4A518152F3
	for ; Mon, 22 Mar 1999 14:33:49 -0800 (PST)
	(envelope-from billf@chc-chimes.com)
Received: from localhost by hp9000.chc-chimes.com with SMTP
	(1.39.111.2/16.2) id AA108744554; Mon, 22 Mar 1999 15:29:14 -0500
Date: Mon, 22 Mar 1999 15:29:14 -0500 (EST)
From: Bill Fumerola 
To: Tom Hukins 
Cc: freebsd-ports@FreeBSD.ORG
Subject: Re: Problems with p5-* ports
In-Reply-To: <19990322162220.A6658@eborcom.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, 22 Mar 1999, Tom Hukins wrote:

> Another thought: Would it be a good idea for PERL5_DEPENDS to
> include a minimum acceptable version for each module, as is done
> with LIB_DEPENDS? For example, a dependent port might work fine with
> Module.pm only if $Module::VERSION > 1.40.

This probably is a good idea as some software requires a certain version
of some perl mods.

- bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp -
- ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org  -





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message


From owner-freebsd-ports  Mon Mar 22 14:40: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 1F39C15539
	for ; Mon, 22 Mar 1999 14:40:19 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.2/8.9.2) id OAA80959;
	Mon, 22 Mar 1999 14:40:01 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Date: Mon, 22 Mar 1999 14:40:01 -0800 (PST)
Message-Id: <199903222240.OAA80959@freefall.freebsd.org>
To: freebsd-ports@FreeBSD.org
Cc: 
From: "Daniel M. Eischen" 
Subject: Re: ports/10734: Update of gdb port to 4.17
Reply-To: "Daniel M. Eischen" 
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR ports/10734; it has been noted by GNATS.

From: "Daniel M. Eischen" 
To: freebsd-gnats-submit@freebsd.org, eischen@vigrid.com
Cc:  
Subject: Re: ports/10734: Update of gdb port to 4.17
Date: Mon, 22 Mar 1999 17:33:34 -0500

 Here are the diffs to the current gdb port.  Please note that
 
   files/i386freebsd.h
   files/kcorelow.c
   files/kvm-fbsd.c
   files/tm-fbsd.h
 
 are removed (they are included in the patch files).
 
 begin 644 gdb.diffs.gz
 M'XL("`&^]C8``V=D8BYD:69F+7`;+=LTF.CI`*4`P2K8<==]KSV_?>JE))PN!T,I/NWEU.@D%UZ]9]/ZH*
 MQYU.B1H'5Z1:W9\YD_USZYI.W04E5?FQJ*KJ^G#AW/?(N14072?:@=%L&]HA
 MT=KM=K%2J63F%OJ!R^"T-M$:1K-IU!H<[M4KHFI*O48JFM+0R*M71?*$7-!;
 MLO*#*"2VOUA0.W)AF65"TM0/#`(O(*2H/B'_18,0QP/Z2^P&U&%CI%'5#G"T
 M:T64V`&%/V($7_H!Z<0SI(`!_33WE^E@\EJ%4;'R"/X6CF[&K[4$MRB);?B[
 MEN?2!>FYH3VG'GE!^8=7-^XL<)VJ[2]?@C"0OJ<#P)W(4KDA6K7)<._7M'V]
 M16HMHZ$9M0,RI9Y'`]+[O")/<5V<]Q1QD*+:'8S&%YWSWG$!Y*8R\53D,T&1
 M&`'&KMZ>YH!;17+2&?=.+X>#WNBXX-`;NBB2\\YHW!N:H\$8'S[]DOENGEZ\
 MNR^JV2>C=Z^[@R%#B02==P878_C?@T<@ZE?]@-+7HV[5#V;%2G;PH5Q@.@'\
 MYLGE17]P^FX(=-[1L*B^&\&ZYYVWR?>+2_.J<_*VQ`XE
 M+Q`-^F!U%=#J\OHE'YW"7P_'EZ[_W+X?GG?$].3XFNW0QW2U60"5O+D=C
 MM(3.\.3-O1I[UYY_ZZE"1`#U],OE:-@[NR]63OIGG=-1Y;B@=OO#7@\T;_;.
 M^K`&783TZ[A21%7J.>X4R9/F8':&IV"0JHHZ.'[Z12"[1R"F4BZ/.*!&L5)X
 M5;(=DI>7E,H1^0`0!0A[\$_.`NC\6O=$54%.4_57WJ+.P!+HCY&G]`@.:/?`I.:^#8`:=9%9SWY,)#]I=.$#"(_9]./?,CR
 M#T9R".AZS=":1J/!HSK//RG@>![SD'Q(:H=&HV;4VID$!-D'4X]ZWFV24A(?
 MJY$55&>_ELDQ:6CU6JLQ.6PX+8?J[8G5LAJ.U;#JDU:K63N$@)F=VZ<@/IWA[!V"<]A:^V8@6"KAOZ
 M@=%HBK2+-.9A1U;$TW(+BX3&@:'7!66(E[/C^#;^K4;TL^M-?<@6[HQ-9,H%
 M>,B%NE'71.YE@M@T<7V.9M1Y3BV2O?R+?.A=]G'P"3QQ/4K&PT[7?-/K='M#LLLRPGYXMUS2*+BKSG<1DDU0
 M"<-X=%14=R`/N^_KC>;'PP-U3P4CV"._99\(U]LKLRDGEQAMSGK'46`Y*GI=
 MU?]7J$/G9H:7$K>3$D?RQ'DTVD`)?RII014(Z=7K!+_^NZ6W77)_H(PVD9!1
 MU(V/G:V3(.+R+P%EI?(^J'K@OY(4-'MS8YL$(ON;$=4-/''ZS7S4;
 MBG903[VJLR/D\R/ED&%DU/91$YEJ\M4-I-4V492Y7>0
 ME/K+=ZJ&I:)&76F(1`#DO[*AGO)B:Q&2R">61S"_D`A6JA+RJ^^_LN]F7AQB
 MXX+]A^@]7&\&K0?V(Y;M+MSHKLIP07>RM"+\.!IWAF-U<-&_A-YMJ/8NQL-_
 M%"L[9(^<.A.#%1OEZH.F$E_C.26O0OL+K'H/RTWBV0SJ>\39N^@^P`B+0@5-
 MTH795W>*7/`$RMEE=O@GLULH%/Z-S'VMM)H\+(@39B$
 M^8IK'%-.>9-%^8:8VEJON')3UVLNR`WZHS67TI1YX0EY`TYLD($7T04!+D@0
 M>QY:E=@W0*"?N[TKU@P?$XQS%YUQ^@!,X%JUY]"(57TTV17$#IORSU"NS^!3
 MTK/P3ZKEQQ&.8R13/2OB8>_G8\J*\"?Q98RR.(K,3S(X7<
 M!FY$,3]$$*Y1&F3D3Z-;*Z`XO>_'GF/AKJX"PK.K"FFVR9@N5PM*KA9@ST0E
 MHQ@QU.LUA;P&ET'0\PZIZ9JFJ=B-*^3=J`,99V\?,;)2V9UZ4"V3"Y"AV%%Z
 MDRVA\\\)ZVKV]\AK2L(Y$.80T`*QD$:!]$FR*[++-81%-K,"D,6!M(._O"PV
 M"D(^S`P4.N-QY^0-E%#XY[M%M-%^]+8"P4#ZK=QO6EH0S#RZ?[-<62"UZOQE
 MMOEZVQM>],[,=V:GVQT"DT.H$D[>9TX5N1
 MR:J34ADW\F!*@;W(!H"D"4^0#GNG`[9WS1QA>&')#H,.,37Q.2J5D6EDI\7GE(\$$K%J'J)*8TT;9M0\5#6*B
 M%-ZZ<$:#_^Z1:^";+F#)T/V5EEAUFPC#B_*CY*HS[)R/@*X;WW4D+6`';"L5
 M-9[U%:9J)+3=4C0M-?P?2(?`#((?C`>7%YTS\_(*/XQ0WM`Q?]GEB'85<#$3
 MPG"\I!ZXVC.!G]>%$(D5HMTKZ:1OA+_%!+IM#KJU-5E0A%F;]KNGK#G@0X:A
 MA3F[$HAW/_#F354YNDS%W_,0K9`ND=Q4/WAR#N,EVR7@>1*K$`@[54MH(R4?
 M=R1OH<[@9R7[4,'O+^FRG&+;V'-`Z/-7[*0N@^!VCK@E0<1*:-S9$=AV$QD\
 MM!(Y[6CS>%:<1U*4.1M.#3C-HDE-9,M322B[=NY,X7.[FQ@:9]"
 M;_3:@Y9RF#HM_H=B.')M@L:.7Z<4V@`35Y`1(R2EY+L94AM,)_T*#J.@/.TY
 M"SXLM)2E/J"%#;O*1'(R]T)UY$+YSV-)QE"G#O&%*LA1SSB^\,4[(91-9
 M0!,3Y8")&EA*&TPEIELKQ#86&A5_$4.>
 M18PT#'%3'C.V=!$4^P(T>(.ARX5U_%N%6PI7=1(7?Z"J"]O47'A$Q86\>MGN
 M"4^HWZ?;=/XW*#:_Z+J*R5]9PQN]^["AM&O2N]F+L2C+!L8K%'W^=!K2*"G_
 M?'@+I%1"J-F`S$B<3%MDZ3L0VB3&3'2&\A*B$(#$*VM&%2G%6W>Q(!-*?J4!
 M;L8X*3)X;I&).Y/8+BZO1(W(M@"GI)0@>4E*(-9RWG;*R<0$2CW.UV,9<6.>
 MX)4-Z*1VQ.V&O$@4)1Y4*F)KDPLO\9?_]<+[(\2VN2G3&HJFKYEAUF\SCY(2
 M-/'U'?%<^K!PKVE"T0M2([_])FAZN>9JDDL:!,C$[L"[L1:NDSH\\#"!/W]S
 MJKM)L7PDVB=!=4[_WT#UAOCSA]">5!#I3HHMCY5)"S?>H`'/'6^N0^=[[D;-
 M:#S:<[=TY;"1JR`>]DU`G>B91*_&3)A7N^S]]<]*,CBZ8@_8^VC`0`8*UW?4&[#'[#H$?#C!M]$(
 M9]X?I9+!LS,2PBI<]B`\K5;/)>7'I5=!WD?(9W@'5K`,B>-[SR/LYV]%="&W]B&"BX6<:4/1.K7@1H56&OH@=%;9.TIQ'W1'[
 M*HI_^,KYJH@B-@?;R\/V'H/MYV'[C\&>YF%/-\`*V8SG%)ADIA42T#!$SNB6
 M4F^;5,!>K"5$6QY84Q`A'S]PL%`,H6:9W`D`L%=_2DZ[K^5FQO\GBTY&NR,V
 M1T'-*5Q#6TU]\X9!B]E^$CE^O`=FFBZ?$2:WHGC`/X"`G_KBGRB_[81N3K!Z
 M4]'J28+E-QG@23,M]E.$._W>&++,X*+?&PXNA[*8&&OV\
 MPKH4>FAQMR`=6EC>+(;B!08*K"'"V@&2H[4PY_2S&48!MM?KFW)LAXL??@F,
 MVQAM-Q4]L\>$KWO^@;^O`']DU@];T,5X4>!#]PT.3$JE;*=7IBOUI1@OBPZ`
 M39R:L0>E&#@_`):`&7!C^MFF;+_`(+OEH\PJ:\#^RH;"COP-RB'(QNLLEW!)
 M#E)^#,O*!@S&-@0X'9JIV:,H'J.`NJMR4M_H8.ZZKN?JFQ\L2[S*%\3V_S5I
 M;C1576\I>EW/^*3>.%3T9N.AP.^3S)[TX9NV?64\XB+$C`1IB;6DGS#=H*,E
 M#2,DC5411G)\0)QX!=24@CU08_ISMYMA*,*@OPQL3#>!V`Y\)$$?SA%T.
 M_G8Q53+9PX,T3F^5Y69]'X*^,Y4Z]GY1''A`#LR#@J:4,:UR3FT[
 MDC!V$E!K*W4]:\C?@H@K:M0;O[LR.\/7@_&P,_R'V1]"8<3'95;`NDQ<&4M4
 MAX^X3^RQQ[#NRK2"B0N57'!GLG%2LH*9#05=,+LIRYTE?+:^L;2'(.SAEV1'
 M$9LS!"4[QT3GLY/^"[V24T#"%;7=J6L+%Q._N2#1K4^2[?30`"A65*[LW;+<
 M]\U(B_\UCYST]]I'/NT^E3]FU(V2R^T=1^S`%]N^F+)&CFAX
 MT*TW#/UP[:!;@JZ=L^I&\]'[<.U:4VEKV43,-@DB<#..TN0:@^@909N;?P8N
 MEWN0[`$F_DXJE4AVOU(S7#>EO:BLOHQ\G`K^M,1[_6QC0WSG]Z58J"P0/.AF
 M!?DQV8N.Q+-*Q?9C+Q)9,&$DM>4_D9'2^HD"^4]^15T"&7EFOX7;->N8LX."
 M"_^&'*30.E*:6R7SX/2TT"DZ\7-XE/"BL3,3K
 M4@O_5G16$?\F(ET!=\?RX+W/U(YYK\5NHBN$1G8"GI40!S_!/398=<6A18];
 MN'X(^98?^\A-N3!!ZOBW'B1D)P4'Z*YXB)H"L@.Z]/$(G4E-SH3&W(:DG$S,
 MT(_3Q*A<".I_=JT)6Y'TZEYRS>UW7D4;X74F`\,P_-UP^PZEO'(-#L!3MN;9N.!QNMM.]'P;3L.%#RXC9+;0U1>(./X!;K]S`Y=8=@[OQSWS),WG;'8
 MQ\.J;^TI_L^;QY\/,J`2"0T
 MM*T5-9/4MP'`GOL@8FI?KPT7N*^8C%_>#F4SR`,]89FM_?ZW2D^NE]G+H\=!_`+MXD2NV0N%Y0\
 MB->GHVTCCA598Y\_T5`:FX?)6Z!_5C>'5FRC`GS
 MA5KQQ2])E$KL\3$C$'52JI7+>'A1*W,:66K%I(O29>:$"W&-0,'^2TP]FR8I
 M&+V1XSLFSW][+E`4!+&9)#\+QD+*\Q."EB$B:R5\%BO_
 M4U%[8/;/GCU"*=.&)'6S;V`YDU3.>/"04)@/=OS.`^>/<\9$)C2%=51VWM>X
 MRQA/XC)""0K?]V#NB21E(DFA(.VXQNPX&XLS1HP$)(:<2N;3Q_)1NN@Z8^M\
 M23/*JB,U>^DHS!3$!9XX6@FBU^U3YX;!7Z0\L_)!P_6_)_VWKRMC2M+'/Y;_^ZY9S\)
 M'O0V+-.56D+:W@7ML_W30UBB,V"`PA<`F']!.P.B9KJ`_)VK`/4RK"=FNM!!
 MS]QMQW;;H6YE$V`54WT6WZGFJ#C;0\:U+)[(`OQ_O3P?-]=`@]0N8W*`X"2A_.E4)F#*?+P`,ER5T2&$$Y;
 M_:L4`@`.`HV,S`]-H_C\D_Z;Q5%?A$#&K6'<(4+<$`MT)V@J7'X`AWQ8^^CM
 M0"ZA02]2Z-JM9,8+KX"PZYKOY8I7CBZ/W5V?UF1H=$E.(*X`S)"`0+P&-)RF
 M=*N&UB6;G56^Z*=([2-"RZ`:>>51_!8DC"S69(\>5G/NP
 M1]0C(F4X-W(?'>`C/$=XJ_$\>.;V6M0$^]'HAE^A;03=6+)F!&D*5O7\_!?Y
 M(H,_>!7^S_[I<7F)4?VN?@C<4R\HZ].8$[TNVB@SL+#[Y##<%B_@AX
 M#+BEE\R+5U^JZ=T8H,/9=,/HNL.AX:^LV,-7X?M"$W^LHBPO_CK<@_VY&\U@
 M/..H16#F].4@5K1EIUCJH>P2%6.!:L)M
 M3KNW:^E6/.]RK]T]\6C2\6@<:M`EBO%E/P)R<#;V:5%<[O+B*R/$?S*+Z!8HOA,5?:[7F(@MN,KQ,X;8:(LD[#;@^
 M`-F'9\7@[X%>P6Q\9("$X*X''_(^BQQ*>9@ARP&XG)]9/3-+JW)TA#4RP_\0
 M0R4VL4)&C2C&2QQHPK;;R,&1KC\1^1%;3)%@G`W65A5&LB$DW1#==1,-HTNJ'W%N1UGVMMAZLU5U+F/6M1K"^[9HY6/W?-+J=
 MANPQA2R`?&PG2>B8C(OJ,>'X;B';^@(5B1]VM>8^7[ZE#$7B2)4T(F=O(O_"
 M=W3`I=P=$*4RH/.KJ2HO_O681[.HG9+P+9Q`>DMGN%9HH+#9V`XVFVO.4FW7
 MZ\%VH^YIWS]9;9:UW2?K_O&_:/($+[W9$'D1:D:5ERMX6^+HX$B6SPY?`YH/
 M=.,&FV@S#W>-RCR7BJ+%JKM%TLU1GX6K65^KU0/XM>$:86TV&T%]<\W:,Y1*
 MNN/?9\,KNT'*DR7(91RHBQ'RVTS1K&A]DK*'MGCQ&8\1+?_W)SOFB=((&[=E
 M`=#$!/!NR%<@TP@.]^VC01P4"3)R.`=W3/=M()45H],=9T(.H)"&AU6;J-O,
 M7^^MYD8`O[9=`YOZYF;0J&]M.>N-4[EN30@*+B(XW7K'EZ0SXJ4"6WCQ+$(W
 ME(B,^`%_.0P7#-$`$Y!QOP[AWEB"X]>/DVE%FJ"Y+"67HQMZNCM_FQ2:[(18
 M.D1"E0C\,CV*IF%G@`9(/$P\.^RNUP'LF@2\)7IR?RN<'=9S"O/L!!V3"D$K
 M#A(1[K/&-S.UE8*I%>^V!E%/\;*@52*5>Y5NW:RBK#M'Z=:UP24V5*U!NJUM
 MT57E*=VZ]T:UV""=6XUT;GSA21.J%]^RJ<=P.+I#&@;`E;QT4+^"(=DP6F-T
 MIV"I9OTN76E`_P\C)/];D[L_5:%HO\5^9$`CH?*7S8E1XW0;H?W6#`YF/
 M7U*8$JWRJ:S^J>HX"5:O6WTB";7"#BT^`J4(P
 MM:*<&B\.ST^.SVP=]51MD36WJ59#E@DNBT$@M@;$G$ZBSFP""&0%@`(6-(*]
 MT+?^9S-6_0FQ"MH2AKTXZL/E#-=/6=OL\ES=^^U?.%=M;?K(:O^D]0$D#Q@4
 M&+V?2`ZISU%_=*-CR-QWXT396R*:<^-$J1NGOK%#5TG1C1/=:^;1P!MGD)F9(^M4R99FJY+"6\1$=RFX1^#2G7>/.,%A
 MG$!-38PGM3;W)FG4:T`>;M@(%;#`$UHKP*EQ.YH`V*F6`O@]_)D)HQX&+5+J
 M!7IE3A7>U5/A4F]PN;D1#-M6!>P,D(B,JPT`/FE=#.@)J2B'$2P3(-19$I%2
 MB.63VE+X/X%$2.(N;#-L4W4VC&\YT@X`=/CCWNFK]X>G^R0&LR_%5X.LN7[C
 MW7[B6$G[HP07,+=-Y^:&[TUKO)8;KV=%Y)$G79VUUIMX_4*M]4L2ICL
 M6$F?<]I/X+K7&LY^-C>-^>G*%T3.6?G"R#FT+N22^)X0,W:*FHC1S9`C+3Q-
 MICA+A.=1E_22SH(7N6GI';9V4_@M=U@F;DV,T5W064>/RJ["R?GIWDN*#MYD
 M(@$9R&4]=@W[*:"0[:;PW"P>0X,6:C%FBW@VD]#>CS`_.+G1[1A@F]R&A(SM
 M:("4P?3CX54X:O\.Q4K)J.N]&I%XOH3/Z5/!WF_7@NTMEPJOU8)Z4O&_RF-F-^B**5QX0HHN&NS`]1!.\?'Z)(*CVR_*-#%$FUAX:&*,I][X9)G]8+%]AU%.UN+-8Y@^Z!<01<8*W-MEZ8PNO3_?/SEA!
 ME5@Y&YN@:HX8:-DK,3/@1E*U87WHF'55BZ^.Z6B,U\2@%0\U%IT1WO(K>O>9
 M]Z9\=GX:'%64[(I(1R>=P9C>J$4@_8`@S>:;J:[;&@JYQ>!2>
 M'0,E$[[<>_,FA%OP[0E\/=IW\7%1F?*X`W@)#<,!CD[W_UN5V8Q[,7SUR]'>
 MV\.7BQ6WQ^)H?^YP'0^_/`=0IDQA;ZQI^Z/68"-G1#E>=?D>=3XEX3C057@.
 MLK)B^YWKH>8ZY3W$;\^T2BJ>KUR[!?5-MY614NL:CMY)!RC1UTBW"GV;Q!>H
 M.($51C2"Y`^2._$%3'0P%JK5VP2[FG@N0L0KO!YA@CV$XX[U7'4V2A9@)O09
 MK'!XMO<34./'^SHD'HJCNF59^SJBR\).7X)&0:
 M2)=3T*B>OS,E?R1*L>U?"-?C:'*GU37*]L$@LJ+6`K56L?4JLKL+%)MKJ*6I
 M@>E27<)U0C12[;:^1>9ER*0,!E$W;DVC/EKO](4GY2;'B3AY)_J`L&;;;:BF
 M&_)O(-N(D(4M-#&B/5]PD<_9X6L"NY"NH;P7^T>OW&WT*P"@5DJUVZC7[G5[
 MW:W<@M"`5ZQ7N_?NN%Q=S[IZ+1]X]%P^Z>QKS[AX)"6YO'@IJU%!UUB-0
 MF.ZM^?J'2QHUW3N;Z/?8V!*Q7=&]8\)[KSPD+O:*%Q?;$33\,^)\KQ1%Q5[)
 MCXHM>@GM[OJU$R*XHU_J`,A;J:%PH`%*A[UQ`\GG+,"JK?MMED4R)NB%^9K5
 MSC3UZ'6^[Z!=9@_'Y9R#=OG(@W;YH(/6W$X=-)-Z"S]-HG&_=:=5.*BR.P9$
 MB+3=.B97J>D0_/:HY59/Q])?-R,I(/(V@F;=%<7!]Z8CBM.1L881\M#3IPB+
 ME\_]=WP;91YW4"5!3YU8-M^3:6#F*>-_:4+8_K,1"SQ;:<[>O\1;O5%R8C'EG^+NGEI&)O2)CA`-8PZ+5J$?C2D+BH8G4.^RMK`DZ9V
 MLD06;7R'$4JYM4",R-WW`'_.^T6..\/Y0AK!NL6$7[897[!TJ/\B(TA:HLK_
 MC@6Y#V/%62P3S\%8\2,Q5OPPTJ!1B+%FT[B?:&R5PCF;)F=:+K:2JNE:.@5<
 M$:9JUH.UVE<>Y87"H^R\R3_*J:KZ*"\\%!Z5B#DRYUA$YG6,@_]U9X/&,AHF
 MTZ\=T7W`^7L6H'Z?`YR_/Q(X?W\0<*ZEZ58+81GUJK;2J9.5#E"@G`QC*Q]`
 M756KXV5?K\,PQ&"GD'9=VP[JZVNN/)R>V*U%2\`/ZO;/?T8OGUOU<1=YF*$:
 M/G-RBY+9'W!"T:[JQ;NB$?ES^?`(F!%@H$F(MO>V8I.TJC^786>[\:3R%!K.
 MUGBU=[Y7@4+)I$.%G.RN\'30&M9U74SWNJ)*PV>_D4.?H2S4WQ5&9'SRY[+D
 ML0B!HALF:%-`$%IY\MNN"'OG3)#;RIO@2M$$I?N\">*_V5#G/T6:LQ/1Q)W1
 MR_H\[JU&=2WFYXDK(.F]CO4V62@JCVU#'3LGS_MO7I%M.G99[7\#SR0
 M\M8.A*36J,=9[8\N=&M=0#+<(C?LM#L-'041:8^&UOPQ!>X":".@+3Y\R<&X,]/Y6$G^XAX
 M!-8#5_FF\6MZK_+KKSA&+%Y=\[BH7RS0CX>SVYR*_'QNS;MA;D5\/*]>$@]R
 MJN'3W%KW8?>K+$:^FH/=KQZ)W:\>AMWG<$MV&X3\2./HM7GDAZV=K;B^,0^Y
 MUSQCPS4#IRLV;P<<.G&-56E!PO1^.["1E@
 ME%]6*#24GQ
 M\$G8E)2P0J1BWQ#]R$-!FHTP4;*0$#>D8*?
 ME'<5BO#`=KY2M7#^=II=;0!Q.1J+7V(\-1'@9TG4F_5)V8F&(>\/SW\\?G>N
 M]HY^4>_W3D_WCLY_V35QY#&$"S45#\;]&%J&B<$U,T6S8FSA[?[IRQ^ARMZ+
 MPS>'Y[^@$\[!X?D1:M@.CD_5'DK]SP]?OGNS=ZI.WIV>')_MKRIU%D4LYER9
 MM\9LTT)&`=,6HC8]\U]@:\4NFH*-3*).%*,@O04X>GQW__9A(U^3RPJJ?^-<
 M5EI=:JQJ.#ON8DJD<)<\18?0M*S!ACGTGL;#7C2)1Q-YD19/=.,E+O?R@JS%B;*]P=CY//BE_/]LX^[MD^,U!#=:@7-
 M;Z;*$PV"/8R5`/AA:DR0DC'"1H]/NW*RAAQY@&"&T9[U&A_>[OUL$T:<[KTG
 MVPX>2'KB^\/N_=/.V7,69J:7.14\WK<-8`YL.1I>QQ-`<2FK``U\X3CNTCO2
 MP>%BJW(ER&$'V>"$=R2:W.D'6E.&?D:2@I7:U;[0I$3181GB*1SDN*LO'R"\
 M]TY?GW'DF>NH,X5JL`]RU*O4+U9O32X276?_Z"<;#X5F1D:$4ANOOU:2>'M%
 MYE,K.A2G&9^FRP.4P6`/%:/W%^1WX"WQ3+I/5"
 M,>>+SSD:&3>:7>=%K+18<=K2]9X]LJ77VWW79=JTHQ3'
 M*[O.F7NJ6(^=D%$(`%?O)%"++\DFF^ICP&7XQQY$IJ64S,N+IT9.Z[HQ]TT8
 MW2+`U>J;F_;Q9SL6\7;5:_O9@;B_Q)(%(0UQJV*M,TOX^AF.3!$/+B@2,_R]
 M@H8Z$H9@#,67_U482IUL7K
 M'&`''_[TEQPLX2Z&V*L-1T,*N1$S,KN(F3R@B"MHCSK%-6OUX;%9"3D=@SLN
 M%M);@C=['ESP_N1M3#VS+>]QX=),^A`O/O!V:=R"QB2=RNP1^G7X
 M$M53"F$>236D;6!Q*`KZ,_7=K:(#]1Z;/3O?.W]W1DT[IV79N(T_>?_$>:Y]
 MPLO>BE:*F_K,'T@F0H90,)NS\^.3DR^9CN/=3U,2IUIG1G`MOCT[?#UG.C\_
 M:#JY[3C8@G.;F6UU\IMY>-#I]USW6]@G+HO7IW_LDMD@(J0X8V.^7CY*DL$>
 MHKG:_@F>13FJ:,0PO.A'U00#F,=3M^3AZZ.]-UY9/-#(*Q#/(!1<'DH;W$UX
 M9&5L-I"B_H'&-[O^$RKE'C"6TVJZRR(Y&NP/"G`=36<'/[T\/CH_/'JWG\)\
 M6!&=P=-&R!7T`Y)Q.4>3+X\YAY&'L)C:"R:+>FJ!%76`.-G4?-3S[.CU0W*;
 M`FI__^V+_=.*N^O(=5344IE*J.5*K5)]+L6H(<=0F"#@'9E>A<<'!V?[YYHP
 M$3/WE%5[H@E1?#C#T`HMLWG^V+U&O0GXW?V:N7HH6L2[].63,D3-V0NS7%Y<
 M]T"1'7^E@I>7;:7J9Q'+KHN;/`*_&Z-UMJ0GZWEKAN^#I63>)Y/*QQ@[$T2S+`/R#P%WY0^&@<]I4`[0
 M,Q_>O26]$'?@?-CB!C1BH8!2,4*]9S?GL,KD'8I2.4N2&K]3PFK>%C09
 M6_HDXR#*;3(DHWZB\_%PX%@XPH3$[&Q-I\!Q1MU==M&*!U&B!47L^:EMZB7^
 M5C]"1*(-Z-QTB0P')4>3Z:C-E=6;.V4&"8H`"A3F]<:6*9YH4@5J`)V"9"U:
 M.QGP_:Z+[(L^VX$R/$G)(`6H:1Y=C("KY(L(*3=^_-DGI>SKG8(CCLY=9@%0
 MG,@!5.'D!S8P(YDO.7Q,]F8O)G$>@@LLBGR&T=DLDO3XFJ)CT@'.[)#349X#E!HC2:N"L&_DKM)Y//UQ9OT
 M*(2]5=/8V97Z6!0T!W?G(N%()AZ'IXMPZY?A;XN^#9;S
 M&_?1+P4.>Q3^I39*^:C?$TKJX1'N-W@E#QV;Y;,Q&KX2+9>^`"_(-$KWL=87H,3[
 ML$`&YQT=G^\OJ$,UG:#H9X:,H?;=1-H`+2HH"M25>J2ZC
 M.?A!F!1%C`X!324/#1K%M@X1:6)14N0!38NCQLB:>KA3O&1336#GG>D,8.H.
 M.^1N/'1+65_&=^K-_A')\!.^2/6*/TED410%P2*OLRGR?)II4>2;S(X1&/8[
 MI_`O6-;KE(1D9E.E3AG^,DDVN.._`/\6%*S[AY1+RY2YEL_U0`NYMX*+P%$$
 M@8HN9]`2L`-SV>#LD)^EE'YM4HA-[AP:O""-.D"X#%,MJ6H.+6EZE)<\O85_PL`!TKO`#]IV)'D#P#E1+%E^_@P=3_085F@M@>ED]^P5C[HE0USU
 M-(_BA5'N$3Z:ZLBMS)#3.%!KJ\=6-*!EJ?5,:?RN\1N'O5WV^02?'SJETRD2
 M:KL,NJ/TC2;Q_>.5E4#E4?%Y=RL/[P-Q$VDVXO`!UUB&A_CLS8".%AS_R0C0
 M-2TB'3'4.HM@@P?@+!]L&9FFZD/@1M[#E5PQ!P4@JYS9QPH?FPQ>3!URS'F"
 M6((.>_KTFD-K#W@6'U@T8*C`(<5^1A?WLN`JB]9T`WH3M$`;WQ%1BD-B(_,<
 MO1.U\V^,\6^,D8\Q`KY3Z?,45OYNR^W[9
 M_7EE#_RR!_/*OO;+OLXI*VO#`34YFCL@T#$B9CD2%G=2#4G^QAPRQ6XC1WJ7HA=T%]K'+(<$ZHWZ_-4X8#2;+
 M#"!FE]!>T5@\),L:6B3;%I[(U@1ICX!"BY$1Z3*_1JPI2P#=C/(4+W-6Z5^Q
 MG4[,D;SUTSHHK87.V?L:W(:$+,>X:@S0^/
 MY>N_,$FO2YIZ*CSSE$NZ-*NDB>W!CH]N\+KMX+7+`4G12.RJ/^M>1#JDF,BP
 MD$6)'$$Q;);IAF,R84LSN,$91B@S.-J9==ID6+AJ2I_;UFS'-V3)VH[LT.$6
 MPQ6%^JNZ#;C9#]ZB^=6)G7A[)IIZ;D%GD&[I:Q5C*"A:#WO+O,61!K]-)62\_TK:__R#;_GK:K=#ZE3L6_9@&E2/8UNH[C4;&_=FIE'(E
 M;&[OK-7N<25L;GK^/%Z.!8Q^"-,&:+MN`<4Q2PQ1@;JGVS$"2$KQ;.*,Z*OY
 MW=EK=/_U#4>[\23K/`W/R=DL]6(1YDB)@\@@.5W#6!%KWT'Q_[EO_P?9/1O,
 MV?_!(_=_\#"WTK7U%`#8&`M%`-"L90#`J90"@/7M>WQ)-QO!IAN`$KYOKWM>
 M1\5FO>K?Y.;_2G)3?36YJ;Z,W%3%Y&8^\&T'6ZZ'Z/9F4*_9F`MSB!DUCYA1
 MQ<1,,2W#^<\UR#ND:>[(MS:";1M-X9.XN!<1J&H>@;HPCT#5H\HE4'&P'&AR
 M/:@[.<^_>CC%E.#"/:M7.,[<5:PWUBE"IEY'2T'%K'6!_BV<3Q!I%A1[]5J"/O6,+LC;;+FO+6)A&\;HLH"RV2%29@,T
 MTH:[`SKDD%\!^YB/1V/$ZC(`+"7=:$9TF9V,`HR'!\UU(H[Z.6@E5T#DC=`[
 M@778<(MP_BLTI*Z:VB(:U]Z!Q,HR6QP/>VA&!%P=NL29S"-24>33K62`1K,P
 ME[[Z+FK=+E9V.<_/Q:35AIN0YJ*2_FB:JM)+IIT;5?XN2L:514DTB#P7+H#.
 M/D]J`K_:8'3=EUJ!](1[Y)=M1ADKH@R=LE%*O-:
 M&9/_5E$#6#U,HHNY3/U?U>D4MJT3ST@<-`&;'-7\G]_V3B"6G$=4T^)_JACA5:
 MM%9D'0;+)?T]H_G^H!:?/5_$2&3*O(.+SBX*4>*2B9N6!J<'ZR+#AK6LX`(U
 M>9QH+TCPNPZX8+/A<>E?N<#J#UEA/6?V\PFUB>D#%UZ$L./+NR0&F)0A_T8=
 M/4$ZA4*68UZSZ]:0TB23WR^Z6FN[7-L8BAQAHGBN@6M^,[J@)G_[+ID^D8N2
 MY/1:.LJI,J@QRO\!BPR])JMN@T_M%STYW!!>E!4%A"?ND=Z/A?M`"H92_JY;
 M@7.,L*-;G`=A-L7"ET!6_EFN;P<-)_8U)VEO[N0..1J,IWK@;50',YC$`"(4?R=W#6J-6YB[7NT/-/:/HKS-`HC#?%CJN[SD/B;*'"@B
 MQP@HU7I`#9J444O7[`BF>\L]/.J["_(H],K2Q#_K'O;I&:[".AD
 MA$_&X6*2TAD-QK-IRY(TA`@VX2+;VK81M?ZENZ-!M'B#?+ZHG-T"TX2S/]]F
 M![1Z_I^P$_D'9[,..'K;3073V`J::TV/ZH`.K^*Q&`,H)ZN-#-_5E);"4!21
 M8'J
 M2^1W",_H8BDY4?*Q"#W\I(\AJN>P*%J.-+BV=CG$H\$CT';2'8%SK22DW*.2
 M$B79@5*LNNTL5KPK359+8EL`>^N,^_I#[2,/_4/](U?[;-#?KLA#0^B(">VL"0QNL;.VO;F1B,3B4W.%=M:X?B
 M<\W5Z=50">;+5/]`0::<(!C$^L,T<:/L2H_F[-KHD;LV>J`F+AUEC>.3N7NF
 MU6I;.VMUB=SN[9FND=JP1EW2CA9MV-I:(UA;:`5Y;HPZG=DD0(GF5,?*LCEV
 MN'UISDT\YJ6HMO=>ZBG^GQJ7FV?W1."45?O'OMFTY)SW[K^`*_,)!X=H/*SD%^?M\M
 M>H/FIHYX3G%$/V`U8%5BUN4F:'\Q-9Y;%,T	$YZAJ:JVJ9F9+<4>4R/7Y&
 M`\0]*=>`_2#O/!XC_D/4_Q)7UX0(Y!V!._"OLVC8T;)$RB#/[3W#'/,5QS4-
 M@VOU6/N5[50.T/D]F$'VC+(6U+QB+(
 MJ.LT8R='5/WOE"%*_:Z^?^9#N?I=7,-*)3@:M#&XH'9^_JIH!T5#F?I;\>OD
 M2:7D[T#+D`+0-J`:8YJH0^LE.XVC(_GADMF>P4:HW<>O?-S@$>?61D$P))^#V:.3YWNI:!XQK!L8N+
 M'2`F?D0`V:[,[Q^MPL'=-9Y8>EX&C-SML&!O#@J!`D/N\6PZED&GX=S4=ID(
 M@_ZE_B$<:'+OT/Z3Z"_+0TK%U)J/^:=W*;2?NG^4$ZLJ#_?CDK4[:>Q_P(I"
 M=NS4S@.]6;]O`P1(K*6^,VF"5VY0\'X9C;N&(XS4%`\K@;V2`^WT:IZ(!P*%
 MI!,03L?<*2_*E#E[$_E)15U1+1FL[5RKN4X6+%7$HNAIVL=M!VZE3TDR26BH
 MG:K\B5G8DAFBQX@YF#2"@B)T+KT5-@O%I6OA6^`,#\
 M"_H!$S73!>3O7`6HZV)K+J8+'?3,W79LMQWJ5C9A.DKW67RGFJ/B;`]%S2.T
 MU5(41LZ)["5F"-;?.':O=PW3[C[P'M2R>R`+00XE[A)X@,IM5!X`E#R<+X7*
 M'$R1AP=,(",:[;35OTHA@!Z<_,@YY#2-XO-/5FIP%DV)1R*0<6L8=_RHJ'0G
 M:"I"@-(JX.6QN^O3F@R-+LD)
 MQ!6G]R:\AD$^A-*M&EJ7;(]7^:(G&VJ$2]T2V=D!4=%%$F"Y'4&;T3)3S%$_
 MZI!*8DJ&U8,6YGX37`I@?/CT6#>B62KV^)*8*Q'')BVY%'#9A(MSJ?X*$D<6
 M:C)'3F(8VON0@V`B4H9S(_?1`>FT1WRK\3QXYO9:U`3[T>B&7Z%=`=U8LF8$
 M:6@(466D*P?'J2X5YH[KNIAM&UQT.#7]EQ1Z^"M\7FOACB7EY\=?A'NP/1CB?
 M1..H16#F].4@5LZC:X)<+#(,$['W@RK?/1U6U(?A1Z6G6.H!["4H<0Y4$W55
 MN'N[EF[%\R[WVMT3CR8=C\:A!EVB&%]B,@6T4_5H40K@NOC*YK*W-T#[CJ7U
 M),R8S,9FW85<*^7@)"_VALH)Y>S>C#D7PN*OM5IS,0`2)8<3+-Q60R1YIP'7
 M!R#[\*P8_#W0*YB-CPR0$-SUX$/>9Y%#*0\S9#D`E_,SJV;$UJN`*$8*ZZJ#&0$'1V82B3M(FI]$9/(1XBF+X?C16SK`M4+#CNWZ5K#=:+HFE93C'GY[6BW'
 MEL(+6ZJ6Q_?.717,O_15TR=PZ*ABEJ`["0&`C,(XQ922QRS?`D.)F99JTBK-,>EY')T0T]WYV^?0@UUB*5#
 MI%^)[B_3HV@:=@9L1H7#QS.UB'&[P@X@W42B*>A)_ZUPUEC/*G9J*P53*X8"]0!_OG%6\S.>HT4:/U*+-,YJD9JU;/;Z3/KZ9-2/
 MVUJ)A,G7]L;41*.^TVCNU+-I@Z5"2H>T5M_!G,%SE'Z;P5K#M3:`[WG92UNK
 MZ"=X^9RU@5J7[W@$]'M/6;N"JKY49A!\V1D-!M9=H$"YV(^'5W-,\S>W`,59
 M-3T[&H4$J]-9V^JS!`#M525LK[Y=1R%"#RO*>_$0JN/BV?KIV*K<^"2H691`OPU@7:*J#'J]1N\6Y2[?2C9=EI8BYW4R;=V"*C?R#]0G&D
 M$XA9VX*CN9VR`WK,N,DGY(\9;SZY##?F>MTE`]?KZ\&Z@VYPQ`*I>,!I1IZGA\JU%TVI![M@E;4[8!.:KHI-[2,S!A#4;6N
 M(KT4Z!(411RFIN+VX%;-;(C,M=,:CH9HK@KT1VK2/-%`^4W*G&W+Z;@\V:W'
 M&#U^C%)X`Q4\*%I9T
 MGIP?'A]9^YOM^D90K]4W/2/Q3-?.10%U*!5>RW3&?<\FD;XG;'7^7B).RFGC
 MGN%R+6^XTA#E22/:F6EC[=_<2EU*J\;(C*VM\5_.I5=.1A5C=9H=DVL/QU@6
 MCQ7)7AC5+F@,,7*`*C%-&E,ZQ4M6YF/L%][5A3ZGVR-C!B*5BI9.;'I.2"/MB49O`2P[0.$VO/00E)")/"(3W[Z71MU;6;3RW`T;LW
 M;YQYVF5TRYF%=';">R\M>!OE6!WBOZ?+^M.;XY=[;]3!NZ.7'GBZ]-B7G),T
 M"+KM9>FZ_F#N63&Q`#EHC-A%J@T`EFI?V(
 MNBH>P.5+2L#V#"/5M]AKB>8+)P%P_W5,PF+TM@S]EC3XH0_FLRP&)WK;?"](VZ'E@_/(DZ46@2."D(/;`PVQ";$\U]F7VPYSM0')6>5&)`
 M8Z)B*$;9+'9'U@VZ.\H(BJW@(`+4WV*8K>&(*`BI,$*M&=S+9Z-^:P*]-U:;
 M-(+HMH69,RM8C1M!/9T8I&D2Q$3''W(040Z?`>\'<4*QK`G=3$?2`,7WPI!3
 MI+AVAJX!A?#MX>LCW(N#P].S\_#-X=%?PK=[)^'^T?GI+\K9C#PT+P$UT0?/
 MP6YR#Y%"T'DL%I^B@25=MP<&;]Y2"`_J$Q4&W$!@7%@P<D_6J
 M)>D\?8?(8QWUW3$+MP3)CGK90C4H65R,6]-+6CN.#`!/`#CP/D&)CP>%K5X4
 M>L':C?^B=9B:#"E(I:P='!*YA'A"V8FXM?U*'S)E'9V_?W%SZ]Y`<)K$C>J;
 MG-?67G?V-M)'E'/<"?IZ^*WRA71?'KM=2`KF4Z7;VT`;UFH>65I"WSJ`-BP.J46R%QB6K/"5)\9*:I`
 ML;:9EH,7,*IJ)$S0=,JAX5CC1?"=(`K3(G2.WMU"MI7NOF35(:-$(9R:E?YZ
 M"4>WXHVC]$D.*X]`DE-.X6+'8W['AUWN`&$W:45B$D/(/9K8`V^LPO2]$)!&
 M`F:##[4;E0[6C?H&TXJ>1DDQ!1/2ZV>**1[^5N:S*%RG4\PB+K.REM&DP.?9
 M#G%>"/`(?GG#(P@2ZMC8^HEAA?,7KF\G:)=+U:"7GDV0E3ULOZ8]4%J*+-V#7E/\LGS1UCI@:'1\23AI<$%)J/1E)>#
 M2Z5\(_3]N"H7I#WB[D8OY)WH'$B`@>O[K_398@PM&/`_X+082*2
 M"_\ZBV9"YF2@F.2JD]G0RE9%EC=A>L+!NRJW67*.<$\`E>99<"V7//2.@[WN
 M\>=+F;7[T8(!A']S:X_DUC0\/XIC,Y":YM5*.8Q:Z>NY-/RYEU,K%;%I=,:^
 MEE4C&)S'IY6^G$DK/9)#*^6Q9Z5[>#-[5KW;R(CLG8/KR>T9OZH$,;TBE:U$
 M<8;[=XP\Q93YHBI\(0`LJ'.N+Z$N4R_&0?`RX^!
 MW)&+-.\6G\-ZIIM;AN$X0DBY>]C3[JO8PV_`&EJ4[G*(!AG>QS;F5E\P=+;#
 MKWPUQT@]W<,TWL\PJGQ:RH45/Y10=`UOEEP:RQ-O.0"A4H4,XK0]&5!1%@[^
 MQ=RH)17W^C>MNR2?Y9O>QTQ^$T;2XH5OQ$M*BP]C)_6>SB4=?:#/,):?7$`L
 M8BCOH>=]6"Q]G@^1/NLX'S#SRCK-&Z3$,F)/SIR\02^3Y!89;(#&F/O8+X`@]P=83=2F$*X7&1<.]'&%#%U[_A
 M63+=N@N"D^TT'&X[3Q61?T5@_N5<,,6V1,.7)]GI1E,F
 M/5JRX"Y7"F?;\;2"LOV(3#7:=W`^6Q.,)7[AR!`YX:=N0.;*MY,1X?2RHN(,
 M=TBF+N,"D%)C^!_SC>DG/#6R=!Z[#+F==DFYX;,,OBS95!7LIF%/A!!H/-YQ
 M_BBUPAQI!X170JVT1$(TF)(23R'%GH]E<)_T&)?EU!4=I)+0V'DB=U/`/Y.6
 MOBB5/IL1Z4\&*>1,;8_(?V]N\3")T([<9LSV]Q9_6"J35B_OIDI8V8-+USF%
 M]%(8T40>PN&7:2&8N1"M@4/F0GR0L`2IS+B=./>FWEQSPZ3$H78I\G?<]I%>
 M\'NW7@[&W-W/6R,-`)Z@Q%^E?)[+B"7_.2Q7OHUQ;1N#XJYK'+M(XI-%RB$!%SK\3!5H.)!`;&?C;5:`+\V4J'F_I=,/2#/_G_*[/,A
 MH=[<1&Z\:8-8FD,NWZR$-;$FB*D%&3E7\Q/)K&&LETJ/VFR#01PWEO2TK2L+
 M;^E6`[9TR_%2^8/GD+-KCYM&P=Y@E/[Z^E9Q7&OQ,6Z)!%RL;]V\4PN/.FJY
 MZ#L+;;:'`+;41S$Y!B<]-%BE\])O3$^_)A%:S=
 M5A-/^G8ZN8Q)(Y<59[$AMR)?8T=GAC:"F+:KIC
 M^:/&_\_8DR;Z9#8;=D\<]5)>^%A'8D=$%VKR<@V-+19(47EDI9&C'G6I35*?
 M^?;)5=X'*T$7@]>""C0T5]N;U[R8*SM-/\!0.:>)7:F=M5?.*5R1PK`P#[%>
 MKFJ7PD=:,/NS9PJ_2G#X./MEJ)-OO*R;MN"78XZ3(P[)-7,NW6/CC#\%V^XY
 M*:?5K[X.'_]X4E2DZ_AHKVW`T5ZW*/21Q^#!T/ZXMU^GZUGJPOEUS7<'@R4;-S:WQ:7NC5@O4"_SS6;*/?:IO-^@A
 M_35/FUMK])3^?@ZLK[-ZL;X)U5D3\XD^!_),BKDI^JC"YL:6J4"?`WE65`%I
 M45.#OP3Z:5&=1K.V9NKPET`_]>O0_*KU0%7K/%W)-GIT@(S\FIL8T+BQO=/YOG7:>RHRZ0#]ZBR7T(<;PN'0-)10GZC]N^XMN7*ZD.B9"=9,$CF@%3R2)!*'@92Z7#+XG22
 M]I3?5M!?8U.\WS==B-(UT@"UME.?F_.V7JL#B5IKN''B24P\M>H;OL&27355
 MWZ>>J17_02@!TS2,J965:9Z2E>SBEJ>5ZO/I"*NVIK,!2I8Q>Z_^[HM#)K.A
 M>)TN3[7<;65%QR=F2P,]%7L6_H53*4NG=OSI/F*^]T'U-`N)
 MTSE0/7TD5$^_#%$*C%XR5&.7;UMW2FUB_`>\C&M%4'V9ANIU'E]Q$/&-8+WN
 MAA"'[_8:+G5G@\&=7O>@5))D.OW1C:2/99/R&XUO$)_XQ?+O[Y?NB:92%B-@>Z9H^$KMF7X4R,C$F7:CRT4>H)
 M;:Y1K_#_6N8B=BJY,,;EYP<9`=H_6-MPL@$EG4$UNAVOCA1^PI2A\O&ZU:>H
 M<_`5\Z7T6_`Y@2\8T$Z_^)4AI^H^@\5PO_:\;X-&-:^^V]?8^W;I?NNY7Z`I
 MY]NOQ%T-^P/4VN,,HDGSQBS-`77\N
 MOSQ^^_;X*(2O%?BV=W1TC!E$^3N*T70-.J6RHN:<_GM%<5)7UX-JKYUTOWAQ
 M[SO/U]DS>#WG/%\_\CQ?/^@\;Z^EHP69>3O)W^WYK$.O#3F?]CS;.MGB\PDA
 MEV^#T30U8[_"^LIK-JT?CY+I8#291@-)P^,X%V-X,S;$1*I#TA.MBL'<2Z!B
 M)V0#APPGT\AGH][T!@V$#C`N!WDE!^IPV#&&C"1W0?2$9@[CUL2D-O<*``:_
 MF+3(L(*(\42:W:7HEF@^/(FZ,9KBMF<<%!AF\A1M$#&A*"6CA6>8LG9BXE<;
 MNXS71^_4:PXJ,@SQ@`W/6F$Q%B7B(IBU$!WKFO\#6)C"\?I?UZ).H
 M$\77;&Z"#-.]VX>-M"AZCN0DL2NY2\F*1]-`PK*)JLS;6*R>!MM`K6^K\PCM
 MVM5)O]6)5%6=S;"%9A-%`7!VL.C;/55KU.OU:KU9VPS4N[.]59VEP8^PU8UZ
 MB83=\EY\3]%H*:26^]1)R>,^MJFQO<)W"7#A2:?@E4T&E'XSC3%+55X5(*1R
 M7V!$UO0+D^V*5%XFKV+[SAB#KNK8@+:.?94*1<;Q;O(>$VV3?BX<',
 M`#=DG@/KG7FF2?/48T#"2+NFG_-Z3S$1>FJ%9D,XL]W,X^O!T^OL!M#3T-T<
 M__V@A:93$13*WT#]'C.7%[V;)DGA.]DUT[,3:DQX.UI83EF6CA$FW.5HG$C`
 ML:(V6*AOJF-ZW?SBV!Q7T0JEY)YJ:)W)-6X!EL*K`5QDIH8QS`Q$04/>U?+K
 M09/`YJGAV4,;SK9A@\M>`0"'8A)M0\?!!3M53@"YS`#(VA1VV%N*P+:;K25S
 MPQ.LEE4'*"7\E`V]END*HTEB+4J-C/+Y[)3AWL;H2//V&VZH83HVGM7;8#\4
 MPW(ZO9O;#%X1GOO[8,M:8=%-U
 M9B']P4$L%X`+030@A=0B.E!"#)Z&O([[):$OQ(J+RHQ&`O2/+H$BTMF<7K-'
 M5?4*8`6+\WWJ%:>MN^HZZX.&\6(';0/[&Q+>>#26^+.VFV_Y#JQS9FN3.4*$7LH>`*G
 MC]&(X5N26@'LD++WC&U'3B)*K,(%ECL>3$LJMRRNU8@B(2>=`S$([D:=OD,Y
 MD?&,>-\,HA8P(I(,RO(H+1@8$#"ML5O`02\\$(J]O&NG3GR6XZBR2-DK%E5+#]U8G#_!
 M#T^LL6TR1E*5/R9_*-&*B[
 M,9EGCE?-H))9G]S"7.^H*3`1":4/,I2]GP(0((Q2!?'Q&%=0D(#N:/=X55#Y
 MBG6R+8\K)JG0,GRI<`1"]Y]9OG-*V-;OCVXH7%:BV=BJ3H$*W$8'UO,.F0(`
 M/W2^U/YP1!PETA`RRU$?_5')?C5)HD&[?T93O"9W8;W`(20M58/WFKY16:3CJ#
 ML2J?_?+VQ?$;ES
 M`,/%G*/]PQ.%:0XPOP/@/7VCPJY0UW0PHWA<28U/#P`+SNO^7F#?@G\X"(3Y
 M2OKHZ%[,7GU55_6-A_0EF_.-)_6?*#;LTY!;URF&)]P)P%A`O[M9#NB>L9&DM(B2@0!H1RDC=^^2YZ0MV\/!5^K
 MB]:D0@8@"RF'ZJ>]-^]XQB@*I..UF[^S">FY8SY1"U,WEO7
 M16@(RR^F@STS7:&$L%@:5\PAUQ,7\T*.EX!=B@,^DE/?W5(6`QN*VD#0V)^?
 MS;8LR2"T!ZSFEHD`:QF-*W5D?8LYER-4YZPWAGXCAMJ]EOW\;QF>O,P<..U0
 MBBW?+5C@<6K!J+#ZWJ,]S9KIXU-WEUG3L$XH'=ZZBNU8#*=@H>^BJ0P")3K<
 M"07K;I&O0EFWYN:&L'TA1Q`A6D4JPTJ"R)LJ3>>;^!P]K.'(CI5DD#J7H5
 M`VH$=@J7[SI*IO%%1/H/RB^,89-&L\0NI&Q[BVR4)E>R)FTA0.1(-
 MQM,[3[2-;BFGK\_>G>V_\D&7PS:O>/(_2F^&*GI[`^-RZZ,S"&5<\VP#9I@^]Y5Y
 MZ/J`.J]<7C![=6C;8Q3"T+5.%LBTV&C@((!I85S;B&6D6W9Q24Y4MN(U(]$R
 M`_,%<+O>ZNO2[NJ[MY9&S'+DM07>\JC?1??I>"COJ31F@L,$[`&PO+HB20V`
 M,\W'\'[K*..$?\ZIE;,-0"O3U)-SRLR&8SR7XE==7C*BA?0ML>#86V<`XNFR
 M7!6RBS\XH4'T+6)>_\JK2WQZU#8--#FDQG!\A%'
 M#@M`9"=6"?%,PA&FZ:ZJ=\F,.F"FV[0P'*EV?`'[C*PT\NA&I(M9)!)_`,"L
 MTQ*:VIPW;T)2%DHMU8TF$283'7889LB17TB8@/*PM_KJZ+AZ=*P63"MGHT#"
 M9)"_ITR;!C%*+T$RZW0HO876[VOPIZA4>MHFUM_39=L69\%U0ND88A/W@64A
 M2'M18:_70(UA7Y-(!_/`L`D(%JCFIR0!"QZE9_&K64PS-*#I+0;T0-+-294G
 M]/M!'8>GK]Z?PHG##\=';WX!T,:Q[ZA%]]#H[K]W>,BLR7$^:*HW0,(F@.0'
 M<17V*AD-V3OS?)0P+`#$.X>=,AZ/)I1V52(#KGJW6Y=O>">KA3DRG&GS%+SP`M[I$I.,Q1-]#3>2:G:KLXGK\_///WH3@
 MD9\?GE)AZ@S0#+H3,AMQPS:YM+_/*5!UJ+V($=DXZPPR_Q8'+2TI'?3"?YHG
 MC)0LD"A1U_%8X$LE)5!P4">9Z1+^A'*[B$F_I\!P']SJY*:)-R6\UPE9Z)Z*
 MDU;2B6-5AI<5C->!CWAY^!%Z3<<)RWGIB?
 M=74=NN<3LUI2IB(`_N>:^OQD4<:26H+J9>FG\K9F2]SDV5O?YPE2Z]0
 M*BO3`AWUO$6WSGF(D&\D"H\B(V$@9%H=XGVG+/'6J&L&D^T3!C=I?'\=TL*0
 M"=1WR2[>Q;_]1G)?,BYX`JNA3QW:[Z0GSHQ.`>3=<+IMO%1Y)&Q793!<(==J
 M91*[_X\RB#38D$:H7W-]/;A`^=_#?G0=]4WBX[18QV<[1#E?9G5\$=.!;^]G
 M.!`,L61&:G,^&G$L"W@[PR!*B8'C>ZA^!)MX&,O"\)[8O2`:.#UD/C!X'TXI
 M;7L9"?",=A$U*.8XN7S=:Y$)60D$7F7(=3L4OBB()&245O/(".*AU?>@<21&
 M7"6A1LHB)E7;5))FL&J`.CO,(@:4*5KY400J:T-X.V"JCP*WXC92B":,[S0S
 M04',Q-Y''%B+HE8)BC>#T4%=6?^$P5SAU7!DVKA70I!G\E.F-GPQ`3W*$6]1
 M>O#EF6$FS6$V(?R0J]0^OG)4XUV)*
 M\"`C0JF!LYL_O0W?[OT,)^-4R]3-;(8S8XI@0X^E;FYOB>*#J
 M]YIP+:7DB%XI#(T6#?URPYE;4$]MY9F>MFU`OUMXR+2+VK_+;1Y&I:K>,XA2/T.]2^(U>Y7P11BPJ&P^#-I66_5$K>?
 MNV,J-=2AMVNR2?I(Z:P^<]&@9S]8)HO!.63._51.GJK&K+AKB'7ERDX[)OJ6
 M1[1#C_X"A\-1B/&G@46BM16V&Z\==%M.77R>8&,A;2>5V3K<-RNRY.*>:&8L
 MZCKGG`,9DD0A4,UA=-WJ6SD`CMR2W*T$#0-4C`8K+5\S%_?XL=`L0HFY-_98
 M8U5/C661)#&9*>V9*,\<*P":9'DQ'L(P8PV:/%J7:V);`U>%,!8PU39S%E#_
 MLG]Z%)Z<'K\,3PY?!;PZ`+YH&Y?"D0OXS#[*CB;N+J;K9*;DK/K5N/K\:AQ&
 M9+P?A9G)/FRZOM)"_Q-;A!+.[OC@H%0JEW6.X0H^>[%WME]Q"QX>X>/]-^7;
 M"I2]K>!6265CIY`QATO:?#0R+U#Y*\H!QP"/5-=ASHMN=`V((OWTBI(P9U35
 M*<4#`&8R:R?3>#J;1C9"#&N9`![[<1LV7L2T6M),`CM#]0Y&VO,6R/4;3-C1
 MNHJ,THH%?B0@]6AM0TD30\O4-M2GCEF.S`%3,;0B.\N@Q(L'AQQ>1E>D:2LK
 M,!5[8?Z3B!B6+(3%-MCBMK3-0]I"8Y]@&*[D5`8`9``DCT<83AB2"!
 MEF,8.0N;"LN.PTMWPX/])OWX#`4N'/QJNSA8@"8?AUM\5.Z@C)P%W>6.N[08
 MM2KG/L(*+AKM4>=E,K==@C&X6+H,WU>3:3A`$\4E=18>'KP])PDD?GSYXZD]
 MY$M+2@I/NA@ME)4H^+'EO\O(^*NW:1H#T>(1ZPGX0OL,N/?5`B^RE3CD
 M&KF@6WW^.%U.P-35';FCMS(0PT[BR[%KXF+6%<4D:.ZJV<7^;=[R.G5]NM>`
 M0V`[!W$F3QJFM=4X6
 M*2EZ-@6]2;K.&DN4%B^K_T()2S^^B@R/$@"NZF-,>Z;?5TU9G3*=G`8-;2BQ
 MUP!"HBOJ#W9PU.N%TXI9E!KA(-T.XPEN9,%P@V;L)8=:0%V>7NT=33@8@NZ[
 MV\JB6?K*KE,YQ5HZN=EA<5$F*_M'H\VP7S(C*/C]PT?'+;)*W!`*\P,6[V>1,[/(?5_IP]V7EJ#POL2(J[$CW$-5UDDY@&
 M3E+*D.(N4=Y]?'ZZO_?R1R.;FW/44JS8'W/2].CS76+N&^0>,CYVVZT4R\60CI1`@OW3Q]Q1YQ53#Q$N9=>K-_]%%SEWAKA5/5&DA<
 M(8V_!/5F\)?*@<)$@Z'N"$T_\//3[[I/A1Y`N2CP*I["RM(.MJ)5L6?D33VK
 M6CR)MEZ0432^]CEV(\J4,OIZ'<`OP[3.T
 M!7L,GLW#KDBPTJ1-RYG9XX_.7)#";;SUXL_``^V,LVA6BMV+:ODOMH6B@/R]
 MF#,:IZMG]R[&_O'!E_<$^[ORS`7\DB>M]%^(/-%]F`87'[Y\[%J6V<0I<^"T9N^:[-,]A28SD-L!#BS1W^\.J;(GZO]
 MB'._I>FN!7UU\0!=\93U)UOJCZU=1U\;4[@_N3)R/OXX!+12Q3P=<3==$R4T
 M\7`6N=6NQJMI"0UF*7&+++/4SV7%TE;9!J:670GA/+/@XNU'^H&]/A^R_SD2
 M2PT/MB$'(.Z!AHQTM-7OLYSW;Z-!VPBA?^$D&"X?-)//
 M/I@M78T?`6C&N_@KXG'.4B+*^*BGFN8)//E^9L06?Y=_QTE
 MT#0RY=3+AO<2!N@R18TO^7@S,3,)BR6C914["$P>?8FK-:$ILA6T9+CF
 M3+DP2V>DR914U3#@I#W)KNGYB%4?L[&-`2'#"'`&G.,5EOL&A''9@4Z0X4S"A!F04$/:_TI$A!`&\NM%_H5'*_P0M$
 M+;Y3A<7*6D'*%N:6[W"P$E[0;8WRC9S2T3D46*!C*<)Z!K&7&`GZJ-A7/9!N
 MQO-V\P8"K^=QM'YA#$F&T^],FOF8U40VH:-J#H0Y.F5HIY)V1\'<=VX_*^B5
 M9;30;`_P7)V\.CW[\?``[K5E3=[8RX$L!^0*QB6X=NEG-"VS-8BZ(0-\^+)T
 M\CK\*453ZVOQ'[6TLQD>JB4%54[.\K;'K`.OQ1$&405DU*)2=TVD*H+\SJ;'-
 M<[HMK>Y.9F.,+:*:&]5V/$UC1`\K1DG%&ZH;$Z9TLO=Z?PUMPL[^4BH?O8"M
 MH]SR7I'7X<'IWELH5BK_PRGOD'_:_L0LNU2H((302WCJU'R@`#ZU309D"S8K
 M.TO^N9:A+>F!T;#*!EQA8"$#[%+YZ.1\_^1U%;-^Y0"O/MH%`*P\",8N*W-A
 MN)0/P,4KFE[/O-7\3QB@^-08!89!.BC/K#[7/O>C?I?)4*L[LL[@]GC9MP4D
 MM55TXH+,'DI@SM(4)A:-'3$YFLM=9(C&X4P6)\?LV'HB:*N1WY`M>*(D%B72
 M(8ZEB'\/E%,VQ,AQV`GV='S%OF]*T\'&B9
 MA923AL'X%RD3>:;[C*$\)\A+N+]AUU0C2A#?HL4->H']1MNM6WG"47"UO?<@
 M?64X`T"O,_(GL+;F0,H@-FM=M^*^>X2YL-Y##'-%5OSH!AJD[/R1&@)P[&-X
 M6'AS1P]Z'/N76L(?BL#?8I*4HCA(Y!BASMBZ+IKXW5]T.D\2NUS#&>:.MV.&
 M60N*9,O^035N;FVL7J97@*#888M)FAIS8K88(*&YJU96X@K9TD2MVR#JP+_N
 MK8/"$-GW[\R20VT'MJAYXZ*2+MGTH9!H@JA]6UC^["0\W7]]].YM7KUD7%CO
 M8%Z]=G&]C=Q^XL+RFWGEN\7E3U[.&5=LQF7V9)OWI.YM2J_?0C>;#OI;P+\N
 MYF=(OLW^U-=R!M9+BLNOYY2_\!Q"Q;]SJ];TDME("@G+H`JF?4?F
 M=L1%,K61)O3=6'?]D:8W,`Q:#R///8&_3X!0/Q4#7SHPA%RXZ;C'G8VN`K@4
 M1^A4>A,GR%D=#^F--,Y:MWK.B'
 MG!0SHI][!"+T8^(\SI?^.%=:O@ERD7(Y8^=B'%KMHQQ]:>I&R1HJ&1%0FJ;A
 MDL_4/U**UT$T0,*5_3F?_%JKU9[X"DQ'!>B("=F>$FZR)[)EKI88G<(#)4,DI7K2XR?SD6?*O8?%\A<5KC%28L_2.F4]
 M-2R1-S-C5X)J1>/AZ0U%Q.L]2HGR_"X?0*HS="9.5C5ZD
 M9XL!)[+"O$%H)#.T)JE0Q,T$8U+'+`9207M^VO(8.*/E.L7CSDF4;F#N*1[&
 MG3"0XN&NQ0#&WP[H%6Z^.^J8EFW<%#M>LBSP"Y#&UY9@!;!Q]<2TI'#WMF;]
 M:=B:HB]DH$ORUU1K["]IFQ/_25V(Q.DE\Y;CY16]O6G%4_,NQX'.C"0=$ZF@
 M/2*P[B\VGD1C(#U"72,U0^.Y9;JG)R)N],M:YS([5NMO5M!_/$P`F8=TV,E)
 MH'CU!J/KZ`$%Q46Y'Z(-Y`,*<52B>PN.9I,DA`L=/DS'L_L;QO(/Z;UP9:Z0
 M`"YXA^F4BM]1:#D=?"X/ML5'6<]=']?4XZ(.!C"U8;94S2D"^#F(8D"%+=2UY39#(7=\`/1R5#EYS@JZH%RE>4U?MA+HN)^&\GJJ
 MR#VO?3?R]-OLP4R/@%/7(J&2-WZ=$7CNRQ#8;E/@^.0,KKC7AR_M1K8N8HU!
 M;=Q7[2H5B@TQ&L'0^O9'-UZP/[B1YKAJXUM@C\5W"1W"@%-*PE$[ZC>,;S&Q'X6)`.A#]O,)A@.`]SJMC_)S!6UM!?A[&W]OU^EW
 M@WZO!?_.)/3O3$+_SB3T=9F$**//W3C*IGRAE#ZH@\QF^]'98."B>5"FF(>F
 M%LI-%%204&>19(&9IZD40?RRIT3J5?YQ[Z?]\/7I_NNS_?/PG&(E>:\.3LR[
 MG(&C-:E9*"\&*<4W0]TC::)8+8CQ&F=CA@EH]?#L?/^4`DV?.<*W:Y/F".]6
 MHJL2]NMX,MW?^YG$P!%+.%++GC&R5%-X,6B-/WQ4SYRK%)L)X/=+^OV*?K_X
 M.=`OST[H`?T^.Z0BA^;E(3T^>+/W^@P^O,1?9V?Z[:LSJ@._#O#7:WYA+WO?
 M+`M#56]MDH(3/_;&LPQ5P-R'B>7Y9?$]4'*9;8)BG#$T`U+I8A`\%,Q<=#IX
 M'_(C*V''YAV9A=0KGYR'K_?/$4`"+^)H(+PW%#C=>[D?[IV^;H;GOYSL5]12
 M=BC&DEV(9Y3C35BVBA%VC]Z]1?G?&7R3&%_X`_1@!U!1>A
 MB+VV`/FD)/F$I>,)SQZ
 M6+=(,7"GU`9QIVZ/8D2B"4"4.\+ZP3*^/.?.$GUWIF>-8TVB_C7F(&9!*\IZ
 MF8%:S;2'LCFQ$2%S1AHXFD1!55WZ_8^'+W\$A'67B%$)2MPHN[`&=DDKL->^5V!3^F0Z`[%XY_G:1#17F-!4[;9*5*
 M^XUPQ#VDXW9XE1U32VU5Z+7F2]FIY3P9O>[+Q9-F3WTLFGK1*7SC".OQ:YN/
 MN6O12*$S":B,":03'FLZ&(R"/K.)#0P4#5%V1:\35F'C^58FWQ=4EZX]I
 MU62H8_>18-/G,O&T6ET=$5SL^#WCQ8<
 MV)E42CU#BLHS51:5B,[FH=PUP21QI*%?R;XG+;ZOG\,?Z[YJ>WS]C7N\R/18
 MV#RFQL&T@RXXZS6A@F*0HJ.W>*?,5X]0E%*!=L\US1X!VTNNSZUN*:/'I'J!
 M#WXP)V30G']S!/"\PN]/V$Z>ZG^\2FV$#L:JGF\!^47&1?)!V/^::4'SU
 MY@F%KALWU*?S+G\E7)L1OQ4S/$GZ.\\/#PZ./89N.AVC(@$+XHT;Z=S
 M9\$+EC/BF22E;G@9W882^S>=-)9N8TZ#5<@!%["D^?ETL4(\RDN'R8,H\
 MF.W49$2@5+#I52,MSFI<#W)`OZ3S'\T5HY$VMS:
 MI(A%DU$_O!E-B">A;0>^>;,Z[49C,^[\RMCY+#%US=J+E6!O3/1KJ<2LJ?OJ
 M77AP$4K96Y.[U#7?2DAJ#W/IJ^^BUNUB95?1GEY,6FV@("6%2'\T357I)=/.
 MC2I_AQ8]BP('2'_@`@B0*-IHO]I@=-V76H'T1TH,E/-A1"5V)/#KC"9]]>?:
 M;;-G:G#,H.2*+*C,HB7S9N6-O=_-C)VT;!AHC4=`/`O.Q;7X=J:P!;7;=@ZI
 MUJ?8>.O6-.[#BFR9"RWIQ44%<:I9ZK;>F--O,AWWTQUCJ@J&O>(>O#4;C9#YO16,%!*P,9B
 MXDQ$#+I2H^$UKKISM`VSP'%!I,^T?Q*_G-3RGS-F*ZA3SW\^;5T45&BDGQ/V
 MB>)Q?GG4Z,"=7]#::(SOAE<SH1/'>N9D
 MLL"?@BNU['K35:31M+60'5UZY%\SPNA+1F@'4##*(KHCVXR\]V-C^4,DX]UX
 MR!`#&,D9<5YQ/C<4[QX(_3152XO'12KS6AEWH(6=H@;TR9W;Q+P1H/WI_$G0
 M(>;@&P5S,,=\;DL[DD1B7B->KD=./^("V?/GJEZ'0Z,V=S.;G.I-N'G\`30)
 M#$_25MY/'Q_05>W$2R*1`)U@Z'ESEP\S<7KRN5K-!_(ADEYN``=R)V\-IS'0
 M3.%HDGJ32>TJ@1,!)%,E,8)?BHE.(;3E68(8TRD@]_6UUX/]])1S(AMO0%ZI
 MWVA^3SB_2A_MX_O1-:8-1J.[(46FOS6NA+8Q]/*']<53M:K4F]$%-?G;=\GT
 MB6NL#LW]=19/)%H5-8:L"^XM#K[(:T;/'N&`]P(S=E81-"P8I'!&&OAA*.7O
 MNA5DPQ<#TV(@>XN"$H"S']3BL^>+F')+*8^HH5%(AE<"19PMP*$,9UDU*CB2
 M)H.%R!HH4U1M)W<\'-P'J63'9)4JU/,K4&[MW`J-_`J8G"2_0C._`F7U2U=P
 M)"F^83J?AAA.0B$N_Z[6P*#.>G<_Z$7_^"'^6,F%R=PCG-V)E#/6CRBMC]1-
 M%`-.QQDFP,%,IV2J`3#KR`E<'J[BN)9P.]I'*<='38X<'3&$PO3AJ^3,TIDA
 M%D8O(:K_8>TC@$KM=JM6JR'$50G@%EVAVNTX4WJSUW/,NP5UV%)-VZ93RD$]
 MMFCMH_J[_EQW/C?P<]EO#WM-6S?3Z#+VRQ1JFP9E97-YVWF21+/N2+V*9`;E
 M&MOS\K94;"`](\OT)N&%BLJ_Y6IXOF'!O9;FUKEO,"EQHK<*O$29I5AXQ%K8
 M.7_)=`^'O4=/&)#@4>M(YQ[2:8K\K5\3\/SO61Q-"43/2&P&"-L?\(.FJLK0
 MX=P%]9K):^+=4.^2TY1MQ&Z!<3NDT)KHLB[!ER/.N8B8<2R&:J/K:`((XL:8
 MUY14/L(H+[F/22`$C+A>P9+QN\SB@4`M`;;7/HUV:WRA4GEN"]:MTVE*VZF4
 M"C;Y`N#"%'?7/*]T-C-4QD0`S5I"J^7-S>),RIP9!;^E7#%X:6@5$H8&F$U;
 M/A?O\E;(?;/L3CG>;*[(TE23[G3Q9?G@A4-TTZSYY5%(WK!>M:0>TOC:BR3B
 MJHNHS=Z8;NZ\LB(R"YTJN>\=%>+391%PZH"2T,=PUUV:Y,IPZTY1U_;`HX&U
 MDZCQRW(%GJ@(T\]UOHR89N\DV44.#OE14@)XJ1X+"-[EV"5X[2=W.;2'+""6
 MJKOFN]GB$HNH7&876-BH@BW$Z;#J3ZWP*=1WK6V?',C54U70)RZN&5HU;P/]
 M*5%IL3#QO*TRCI3>7JMX9<4C#!4N&GQXYAJ6G.[OO0K?I>Q*8,-P-.&TX@[.
 M&)"44LN\\BP[58^$DU/B9$$S)ZB"7E6XW%>Q$__ILTR?T+1^Z#2SE&?WE67;
 MD5#F.L#%78?(]=T$9@Q:ZE+1A1S-$J,YR@1N%$N.,-5WKILQ^'B(27LUI<`(
 M$4HZ8!%KL$IG^^?O3L*]TQ>'YZ=[I[^POSN_-[HG-H(D_8=>2,HOQLX9]!CZ
 M'8>M23N&/9[2YQ%Y*WC&>V6M!S"5R+4KA#+9T3IX1AM<
 MVT0+!=0L6>HD/W!'\*QP7&IZ,[+)TW:@%.>QZZ2(:UFM;$(Z'`Z0CCQTH!LS
 M6X2RT]R5\^Q6247H&VNZ5XPH9R_P_D,7@0LMP9,G(1R]BXQLSFKO[528O4W$
 M9K,MEF=1UZ9(`$HO8[UIC@IF%X\OGN*Z/K7NU/;ZR54BKZPX'K$7>(V'*$3?
 M?6R=SA?4Z7Y!G3G.UX5UYCA>%_?S!77F.%X7K\$7U(F_8&SDA/WH:IW'5TD>
 M7Z7[^"K1XZO,<0LOJG*1Y*(,'Q<4X`IKO9V#+$@$0]BBI[&%?H3HHN>ABWR+
 MA][X'ON&U'CM>&3`_X&_GF)<&%D&LCT4:T*=)_62Y10MM*LLPZ70I4@2%:4S
 M,`)CD:SFV+W)!6+T!\J^`:('>L,]A@N"^IS)BC7+T
 MXN0UL+S&)]YY5_KQ^.P\-&]*)2R;>?]V[^6/AT=H)OWRQQ+"+&8=19YZ(U/T
 M?/_G\Q`8F--S(HM*I7=GI_A,CPE6X;]&_7CZ-\`&%Q=1@D8-5!]7@UJ`RB__
 M$NX?O6*ZRAC/EM'\PU@8ZBC,UX/5ZT$X:-TFPGV\W?OY#*92T7'HQ*%(DK)+
 M6ZC90C^X0R*J8![P66=IXN"*[:@?1ZA21ALP'?E'>\^MK:ZE1&@T085?[9WO.:M-#F_$
 MAR-ZQ!AZ'*&&'(+1WAEC!.+L8%*R$IIO3T;LB8?S3#A^F(RVVEBM03O`MUQ<
 M.L_@/XRG9UNB],O%6T3AHGRG*`%/(#V!D3HZ_#DD:OK@\`W\VCM\E#5S6^%,W0HS-NE'U>?3;FO:6D4$S3@,OU:?XUB`FW?CD:D9>JL.5-92
 M%1_?B_#NLDCJ;@["NWLDPKM[$,)KIA$>4[YHX$MH[OQRIO;&@*XV=!OD=;KE
 MHCE3I70^BQBY4>G&Y@YU78C<&LWU]:#1W%@3)*?4_O$!_L%_I5VX.!:0Q/_0
 M7%O?^+BU45VN`@Y=5G_W'@EJ7:Y0)=QSW/)GYH)=[8_H#7!$J++!P;+7G/K^
 M^U^E/P]V?@1.?/]4+5KL39A[,6]\N`@RB\TMP":]6>OI.:S9[(/%?6#-T-=8$>WH.;/LN(/D!Q<[>@6<'0/
 M'8%>G\P0'KE(R":BT))J!8KB9P0*EP7X3A(DV(5SVT49.!6N6$"@?4)&8"M8
 MKYO;Y@\X@R[(?^WIJSL%U-M?0JP7"ON1A-(F%7(+9@Y6&3[#-EEF`XCUVFT#
 M]:4+,GRZ>.TD9A2Q6NP$!L`<230X%@T"4Q!+X[Z&-:-FCG$YTD2
 M#8"=GZAH@.6.HBFVG$SO8*U'[=_188(6*6"WNY9JQQ=5%!Y@''5JAIO&&-)3
 M=`@?7J%3E2;T6QTT<]51(+S!$3\A;7#G.O"VM*];YC)2$B/.UK6L>.!
 M@.W..I%4]SKP6SXX_/DMAD,[F8S:K38G*!3FR&^*@",:B2=2"@=^1Z?R$
 M`H.T^I2&EXQH4,=F)DC\F080,GZG"P:#CY-K!_L_HCTW1@"4%7BJ3_E7HT.Y
 MA]!>8;)=!',(H\1Y7PG/:3'3
 MV?N]$PZ25*;,4RC0N(BF_69#T0,++![:H[@A(>,,3N"-OM!O?RGGOJ#1B#RP
 M/1KU(SCOA64QFLK>VS-8;E3@+K?:DD)5-M(L&JY850+IZ84CS\TTZ?)?^+G6NE(ZO16GV)F*?P54FA0
 M8>HVFD&]WC!W[!<`8`%\H+%(SBG$5P(J*RZ8(#3U*.X;WA6EDJ[J/T]5RET=
 M4S7WK1YU"L;RNTL!6*#7%$OA>U&#$M"9)LE5(#MSVQ9Y>2W30NS.&4K^P?D*
 MD%_)@-A*P;P)O$A%KUV_7`AS[%)2"X&_72T$#)Z$Z&$R:S-^$<@%'/E77I:0
 MG^]Z2FQ44Y:Q8F#')$#/HPIP]^V[$!/$MUN=JVR\B3/8`+C97)3(Y]4G%!@7
 MBO"3KD8,%9@HLH)9S>HJ<)/=]4M!.,_&;+2[)@0>?;DH+`ZE:KM.D;9?I.T7
 MH;BW/*EGTIJ^:YP2;5VB752"VPA'5]B,E'ZFCID,_OO?G6='^IG6'=M7_Y-3
 MG"GIS%BXIW9.3^WBGMHY/;7S>O*`R':XM*06[$1_D-78X75S(>;_PJ4P%SU\
 MDWOA'N%0NY41Z+1;Q<*A=NMQPB$H_R#A4",E&[*R,R>.X%DT5O6Z@BX;ZSO`
 M+6+`/5>9&M8M^X4VG=-",G);Z^'2EIQWF:X(DDNC%WXZOLVNYW=H/:N\T'45NI-=JVVDZ]F1'<4_&4`+`&G>B4(A2C`!U85;-4X%=0R*Q
 M>4`8"H4?AL;NY[]G<>>*D`=`R?0.NW_^:`$9IK83K$
 MR"76]-898HPA,#]L?0S4HK2P&*C]P_#H\-7^T7EU*VVBRW/$K"`C$XM1HSN4
 M.0S1`IFQF[<4X\L1@"%;-F5>(6+CA:K=CYPZ61CKS('7SB/AM?,P[7H.O#8;
 M;%W5L?JF_YKUJ=O&3GU]I[Z6D5V[M5+06Z_?HW+:WJ@%,`N#H$H46[V/"1PQ
 MB@MEZ!5]`)N/'_;8>MQ>1#K@$4F$XX@%-Y).8-B_(U:;C5&EH/CPWT2X]RPL
 MH>PP+?6*-=RG^V^<6K"ODSN*XA319^Q"I"&K,(K5<7^J6W9JH=`#&C92:BI^
 M,9K:0;`"^R9R*K&='XQ[-N%06QS?:Z30>$0TNS0SG)BY@+$R8$Z*M&X(L5#Z
 MH3@FJLP1KY%^#KA*B1P-X#3+&RG.1#J^DK#`V0;;=]DV3?\K'*D-@8.V=K-F
 M4-`?L;4V.YU-J`CW)<:QQN`?O/-.M;DPD+?S3MT"&,C;>:=6/@P4[KQ3\_\8
 M#-R'`;M9K-6=@P&[C\2`W8>IV].J.\!ER*EIU1UB,^RSL:W@(JYO"'&61G]<
 M)8W[&COK[WN;$_-#&;";+D4'207CJ,!
 M50(P''5,Z;_)MG)Q.=J7^%>/-
 M7^YF+=ALKCMD$C_9]#`46I\PZ\XC08@.U(NS@_#]WNG1X=%K&%R@4*P17@]:
 M%8S#`N,*G.JJU^IC:.C.J-^GV'?EM!3BLI537VI/=U!Z0ZQ;)'M!KB4,(HL&CM/[IWF,998]2-.=81H\\EM'#"),U
 MYU@F\>`I&O",AD^U_,10)[.(->OKJ@8--7=H$/9XYE8U(P!2IL8CGDNB-->W
 M@^:&/:;T@P8,1IS#:>_E#8<4FFI6=L%R^C?H`EP>!W05J?)4)&+F&/&HJ3OG
 MVGQ\=]A\B.[L-[M:^:9LYQ)\CX:P!&5$NL>@,T5G!CE@)&Z'IO&@8B\5TZ+U
 MXG"?NS/)0MG5Q=.7QV_?`CF.0&&_>;!E'Y<.)K'ZK]90`2C4MQ!,UO36,E@Y
 M11V(`K2[!B3GIH6H.L`3`E/UG&SEKN%,C*/)D\3$=,?X]$?OW$1O/\F;M=7Z
 MIAN57!=191AL%=]65O-G^FK_[.6IC)(^IV=)#W/FV$C/D0MF9EAKY,Z0PXQ.
 M'SA31;Z8)G3]#9`N<7+U31;@Y,WAF=YH^IQ>`'I(YW=O=H&RCT9]9WU]IU$3
 MIM@L`!?$E:(C"]=O;6=MP_#$>@&")BX!BLRPBS^MR(
Message-Id: <199903222247.OAA81641@freefall.freebsd.org>
To: sean@wwd.org, billf@FreeBSD.org, freebsd-ports@FreeBSD.org
Subject: Re: ports/10736
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

Synopsis: Illegal Fetch option in ports collection

State-Changed-From-To: open->closed
State-Changed-By: billf
State-Changed-When: Mon Mar 22 14:46:56 PST 1999
State-Changed-Why: 
Please get the upgrade kit from http://www.FreeBSD.org/ports/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message


From owner-freebsd-ports  Mon Mar 22 14:50: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 67D3F155A9
	for ; Mon, 22 Mar 1999 14:50:19 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.2/8.9.2) id OAA81820;
	Mon, 22 Mar 1999 14:50:01 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Date: Mon, 22 Mar 1999 14:50:01 -0800 (PST)
Message-Id: <199903222250.OAA81820@freefall.freebsd.org>
To: freebsd-ports@FreeBSD.org
Cc: 
From: Daniel Eischen 
Subject: Re: ports/10734: Update of gdb port to 4.17
Reply-To: Daniel Eischen 
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR ports/10734; it has been noted by GNATS.

From: Daniel Eischen 
To: asami@freebsd.org, eischen@vigrid.com
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/10734: Update of gdb port to 4.17
Date: Mon, 22 Mar 1999 17:39:54 -0500 (EST)

 >  * files.  If someone really wants a diff, what's the harm in doing
 >  * the diff themselves?
 >
 > The user may have started from outdated versions of some files.  It is
 > much easier to catch those (it might not even matter) if the upgrade
 > is submitted as diffs.
 
 I followed up with a diff, so the committer now has their choice.
 
 Dan Eischen
 eischen@vigrid.com
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message


From owner-freebsd-ports  Mon Mar 22 19: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 2C01D14D38
	for ; Mon, 22 Mar 1999 19:40:19 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.2/8.9.2) id TAA04133;
	Mon, 22 Mar 1999 19:40:02 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Date: Mon, 22 Mar 1999 19:40:02 -0800 (PST)
Message-Id: <199903230340.TAA04133@freefall.freebsd.org>
To: freebsd-ports@FreeBSD.org
Cc: 
From: "CHOI, Junho" 
Subject: Re: ports/10726: Port update: korean/ftghostscript5
Reply-To: "CHOI, Junho" 
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR ports/10726; it has been noted by GNATS.

From: "CHOI, Junho" 
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: ports/10726: Port update: korean/ftghostscript5
Date: 23 Mar 1999 12:35:27 +0900

 >>>>> "c" == cjh   writes:
 
     > Number:         10726
     > Category:       ports
     > Synopsis:       Port update: korean/ftghostscript5
     > 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 Mar 22 03:40:01 PST 1999
     > Closed-Date:
     > Last-Modified:
     > Originator:     CHOI Junho
     > Release:        FreeBSD 3.1-STABLE i386
     > Organization:
     c> Webdatabank Co. Seoul, Korea
     > Environment:
 
     c> FreeBSD hamhae.wdb.co.kr 3.1-STABLE FreeBSD 3.1-STABLE #5: Wed Mar 17
     c> 09:36:42 KST 1999     root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE
     c> i386
 
     > Description:
 
     c> Port update of korean/ftghostscript5. Fix BROKEN_ELF.
     c> Thanks for Sung-kon Lee  for fixing this for 3.0.
 
     > How-To-Repeat:
 
     > Fix:
 
 Ooops I had a big mistake. Please use this for patches/patch-ab.
 
 diff -uNr gs5.10-ori/gs_init.ps gs_init.ps
 --- gs5.10-ori/gs_init.ps       Mon Mar 30 19:08:48 1998
 +++ gs_init.ps  Mon Mar 30 19:17:42 1998
 @@ -1465,3 +1465,20 @@
  (END GC) VMDEBUG
  
  % The interpreter will run the initial procedure (start).
 +
 +% unofficial patch:
 +% make it possible to print from within acroread pdf viewer
 +/Default currenthalftone /Halftone defineresource pop
 +
 +% load initial CID-keyed fonts(Korean. KSC-EUC-H).
 +% It should be in Fontmap, but to avoid loading two or more time.
 +% (it can stop the interpreter - /rangecheck error)
 +%
 +QUIET not { (Loading CID(Korean) Fonts: ) print } if
 +% font loading start
 +(Munhwa-Regular-KSC-EUC-H.gsf) runlibfile
 +QUIET not { (Munhwa-Regular-KSC-EUC-H ) print } if
 +(MunhwaGothic-Regular-KSC-EUC-H.gsf) runlibfile
 +QUIET not { (MunhwaGothic-Regular-KSC-EUC-H ) print } if
 +% end of font loading
 +QUIET not { (\n) print } if
 	
 
 -- 
  ** Any opinions in this posting are my own and not those of my employers **
  CHOI, Junho                       
  - Korea FreeBSD Users Group       
  - Web Data Bank Co. Seoul., ROK.   (+82-2-515-9941)
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message


From owner-freebsd-ports  Mon Mar 22 20:40:19 1999
Delivered-To: freebsd-ports@freebsd.org
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id 646A214D36
	for ; Mon, 22 Mar 1999 20:40:18 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.2/8.9.2) id UAA10776;
	Mon, 22 Mar 1999 20:40:00 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: from thneed.ubergeeks.com (thneed.ubergeeks.com [206.205.41.245])
	by hub.freebsd.org (Postfix) with ESMTP id 186D514C0A
	for ; Mon, 22 Mar 1999 20:31:01 -0800 (PST)
	(envelope-from adrian@thneed.ubergeeks.com)
Received: (from adrian@localhost)
	by thneed.ubergeeks.com (8.9.2/8.9.1) id XAA86353;
	Mon, 22 Mar 1999 23:34:01 -0500 (EST)
	(envelope-from adrian)
Message-Id: <199903230434.XAA86353@thneed.ubergeeks.com>
Date: Mon, 22 Mar 1999 23:34:01 -0500 (EST)
From: adrian@ubergeeks.com
Reply-To: adrian@ubergeeks.com
To: FreeBSD-gnats-submit@freebsd.org
X-Send-Pr-Version: 3.2
Subject: ports/10741: patch for broken sudo port
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         10741
>Category:       ports
>Synopsis:       patch to update sudo for current version.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 22 20:40:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Adrian Filipi-Martin
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
Ubergeeks Consulting
>Environment:

	

>Description:

	The sudo port is maked as broken because the version is not current.

>How-To-Repeat:

	

>Fix:
	
	Apply the following patch:

--- Makefile.orig	Tue Mar 16 09:25:32 1999
+++ Makefile	Tue Mar 16 09:27:17 1999
@@ -6,16 +6,14 @@
 # $Id: Makefile,v 1.17 1999/03/09 07:50:02 obrien Exp $
 #
 
-DISTNAME=	cu-sudo.v1.5.8p1
-PKGNAME=	sudo-1.5.8.1
+DISTNAME=	cu-sudo.v1.5.8p2
+PKGNAME=	sudo-1.5.8.2
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/
 
 MAINTAINER=	erich@FreeBSD.ORG
 
-BROKEN= '1.5.8p2 is out'
-
-WRKSRC=		${WRKDIR}/sudo.v1.5.8p1
+WRKSRC=		${WRKDIR}/sudo.v1.5.8p2
 GNU_CONFIGURE=	yes
 
 CONFIGURE_ARGS=	--with-skey \
--- files/md5.orig	Fri Mar 12 12:52:46 1999
+++ files/md5	Tue Mar 16 09:28:16 1999
@@ -1 +1 @@
-MD5 (cu-sudo.v1.5.8p1.tar.gz) = 28aa7d95de3150953fd54b49576a1d64
+MD5 (cu-sudo.v1.5.8p2.tar.gz) = 2c53bea33818abbf07e7b2a63f940f8f

>Release-Note:
>Audit-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 Mar 22 23:20: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 6F7461534F
	for ; Mon, 22 Mar 1999 23:20:20 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.2/8.9.2) id XAA22549;
	Mon, 22 Mar 1999 23:20:01 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: from mail.dinoex.sub.org (unknown [195.243.29.14])
	by hub.freebsd.org (Postfix) with ESMTP id DA09414C27
	for ; Mon, 22 Mar 1999 23:18:48 -0800 (PST)
	(envelope-from dinoex@net2.dinoex.sub.org)
Received: (from uucp@localhost)
	by mail.dinoex.sub.org (8.9.1/8.9.1) with UUCP id IAA24064
	for FreeBSD-gnats-submit@freebsd.org; Tue, 23 Mar 1999 08:18:34 +0100 (CET)
Received: (from dinoex@localhost)
	by net2.dinoex.sub.org (8.9.1/8.9.1) id IAA25766;
	Tue, 23 Mar 1999 08:02:47 +0100 (CET)
Message-Id: <199903230702.IAA25766@net2.dinoex.sub.org>
Date: Tue, 23 Mar 1999 08:02:47 +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/10743: port german/webalizer update
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         10743
>Category:       ports
>Synopsis:       port german/webalizer 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:   Mon Mar 22 23:20:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Meyer
>Release:        FreeBSD 2.2.7-19981027-SNAP i386
>Organization:
privat
>Environment:

	gd-lib, apache

>Description:

	generates statistics in HTML output,
	for Apache web server.
	Output is generated in German.

>How-To-Repeat:

	old Release is out of date
	old distfile no longer on server

>Fix:

	new version, new traslations
	patches/patch-webalizer_lang.german is no longer needed
	apply the patches to use the new version

diff de-webalizer/Makefile de-webalizer-1.22.1/Makefile
--- de-webalizer/Makefile	Sat Jan 30 11:11:13 1999
+++ de-webalizer-1.22.1/Makefile	Tue Mar 23 07:44:38 1999
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	webalizer
-# Version required:	1.20
+# Version required:	1.22
 # Date created:		02.Jun 1998
 # Whom:			dirk.meyer@dinoex.sub.org
 #
-# $Id: Makefile,v 1.2 1999/01/26 02:20:57 steve Exp $
+# $Id: Makefile,v 1.1.1.1 1998/07/13 00:13:21 steve Exp $
 
-DISTNAME=	webalizer-1.20-07-src
-PKGNAME=	de-webalizer-1.20
+DISTNAME=	webalizer-1.22-01-src
+PKGNAME=	de-webalizer-1.22.1
 CATEGORIES=	german www
 MASTER_SITES=	ftp://ftp.mrunix.net/pub/webalizer/ \
 		ftp://ftp.dinoex.sub.de/pub/approved/
@@ -20,12 +20,11 @@
 MAN1=		de-webalizer.1
 DOC1=		CHANGES COPYING Copyright INSTALL \
 		README country-codes.txt webalizer.LSM
-WRKSRC=		${WRKDIR}
+WRKSRC=		${WRKDIR}/webalizer-1.22-01
 
 post-configure:
-	@echo "config german"
 	@${ECHO_MSG} "===> customizing for german"
-	@cd ${WRKSRC}; ${LN} -sf webalizer_lang.german webalizer_lang.h
+	@cd ${WRKSRC}; ${LN} -sf lang/webalizer_lang.german webalizer_lang.h
 
 do-install:
 .for i in ${BIN1}
@@ -43,12 +42,12 @@
 .endfor
 .endif
 	${MKDIR} ${PREFIX}/share/examples/de-webalizer
-.for i in msfree.gif sample.conf
+.for i in msfree.gif sample.conf webalizer.gif
 	@${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/examples/de-webalizer/${i}
 .endfor
 	@if [ ! -f ${PREFIX}/etc/webalizer.conf-dist ]; then \
 		${INSTALL_DATA} ${WRKSRC}/sample.conf \
-			${PREFIX}/etc/webalizer.conf-dist ; \
+			${PREFIX}/etc/de-webalizer.conf-dist ; \
 	fi
 
 .include 
diff de-webalizer/files/md5 de-webalizer-1.22.1/files/md5
--- de-webalizer/files/md5	Sat Jan 30 11:11:14 1999
+++ de-webalizer-1.22.1/files/md5	Tue Mar 23 07:41:06 1999
@@ -1 +1 @@
-MD5 (webalizer-1.20-07-src.tgz) = d81f5798b2992de6cf51c6c440b67b07
+MD5 (webalizer-1.22-01-src.tgz) = 37c66cb8fa62e2c9b4217e291008555b
diff de-webalizer/patches/patch-Makefile de-webalizer-1.22.1/patches/patch-Makefile
--- de-webalizer/patches/patch-Makefile	Sat Jan 30 11:11:16 1999
+++ de-webalizer-1.22.1/patches/patch-Makefile	Thu Mar  4 18:53:07 1999
@@ -1,18 +1,19 @@
---- Makefile.orig	Thu Jun  4 06:04:11 1998
-+++ Makefile	Sun Jun 28 14:36:10 1998
-@@ -15,11 +15,11 @@
- #CFLAGS= -b elf
- 
- # These for GNU gcc
--CC=gcc
--CFLAGS= -O2 -Wall -fsigned-char
-+CC?=cc
-+CFLAGS+=-fsigned-char
+--- Makefile.orig	Tue Mar  2 08:37:06 1999
++++ Makefile	Thu Mar  4 18:52:57 1999
+@@ -19,12 +19,12 @@
+ # These for Linux (most GCC based systems)
+ BINDIR = /usr/local/bin
+ MANDIR = /usr/local/man/man1
+-CC     = gcc
+-CFLAGS = -O2 -Wall -fsigned-char
+-LIBS   = -lgd -lm
++CC?=gcc
++CFLAGS+=-O2 -Wall -fsigned-char
++LIBS= -L$(PREFIX)/lib -lgd -lm
  
--GDLIB = /usr/local/include/gd
--LIBS= -lgd -lm
+ # where are the GD header files?
+-GDLIB  = /usr/local/include/gd
 +GDLIB = $(PREFIX)/include/gd
-+LIBS= -L$(PREFIX)/lib -lgd -lm
  
- all: webalizer
+ # Shouldn't have to touch below here!
  
diff de-webalizer/patches/patch-prefix de-webalizer-1.22.1/patches/patch-prefix
--- de-webalizer/patches/patch-prefix	Tue Jan 26 03:21:11 1999
+++ de-webalizer-1.22.1/patches/patch-prefix	Thu Mar  4 20:33:06 1999
@@ -1,14 +1,12 @@
---- webalizer.c.orig	Thu Jul 30 14:53:08 1998
-+++ webalizer.c	Thu Jul 30 14:54:57 1998
-@@ -240,10 +240,8 @@
-    add_nlist("index.",&index_alias);
- 
+--- webalizer.c.orig	Wed Mar  3 10:39:17 1999
++++ webalizer.c	Thu Mar  4 20:33:00 1999
+@@ -192,8 +192,8 @@
     /* check for default config file */
--   if (!access("webalizer.conf",F_OK))
--      get_config("webalizer.conf");
+    if (!access("webalizer.conf",F_OK))
+       get_config("webalizer.conf");
 -   else if (!access("/etc/webalizer.conf",F_OK))
 -      get_config("/etc/webalizer.conf");
-+   if (!access("!!PREFIX!!/etc/webalizer.conf",F_OK))
++   else if (!access("!!PREFIX!!/etc/webalizer.conf",F_OK))
 +      get_config("!!PREFIX!!/etc/webalizer.conf");
  
     /* get command line options */
diff de-webalizer/patches/patch-webalizer_lang.german de-webalizer-1.22.1/patches/patch-webalizer_lang.german
--- de-webalizer/patches/patch-webalizer_lang.german	Tue Jan 26 03:21:11 1999
+++ de-webalizer-1.22.1/patches/patch-webalizer_lang.german	Thu Jan  1 01:00:00 1970
@@ -1,700 +0,0 @@
---- webalizer_lang.german.orig	Thu Jul 23 04:37:31 1998
-+++ webalizer_lang.german	Fri Jan 22 22:16:41 1999
-@@ -1,12 +1,19 @@
- /*
-    webalizer_lang.german
- 
--   Webalizer V1.1x Language Support file for German.
-+   Webalizer V1.2x Language Support file for German.
-    28-May-1998 Translated by Dirk Meyer (dirk.meyer@dinoex.sub.org)
-    31-May-1998 portions by Bernd Dau (Bernd.Dau@telekom.de)
-    31-May-1998 Modified for level 1.1 support (brad@mrunix.net)
-    02-Jun-1998 Translation Level 1.1 by Dirk Meyer (dirk.meyer@dinoex.sub.org)
--
-+   30-Jun-1998 Fixed typing errors by Dirk Kocherscheidt (dirk@inpw.net)
-+   23-Jul-1998 Modified for level 1.2 support (brad@mrunix.net)
-+   01-Aug-1998 Translation redone by SysWolf (syswolf@syswolf.tm)
-+   09-Oct-1998 Added changes by Soren Gust (sgust@ithh.infoserv.de)
-+   09-Oct-1998 Added changes by Martin Kraemer (Martin.Kraemer@mch.sni.de)
-+   24-Dec-1998 Names of Countrys by Dirk Kocherscheidt (dirk@inpw.net)
-+   24-Dec-1998 Grammar and spelling by Dirk Meyer (dirk.meyer@dinoex.sub.org)
-+   10-Jan-1999 improvements by Winfried Tr (winnieq@xpilot.org)
- 
-    Language files are named using the following convention:
- 
-@@ -41,15 +48,15 @@
- /* Format:   XXX records (XXX ignored, XXX bad) in X.XX seconds        */
- char *msg_records = "Einträge";
- char *msg_ignored = "ignoriert";
--char *msg_bad     = "defekt";
-+char *msg_bad     = "ungültig";
- char *msg_in      = "in";
- char *msg_seconds = "Sekunden";
- 
- /* progress and setup error messages */
--char *msg_log_err = "Fehler: Kann die Logdatei nicht öffnen";
--char *msg_log_use = "Verwende Logdatei";
--char *msg_dir_err = "Fehler: Kann das Verzeichniss nicht wechseln";
--char *msg_dir_use = "Erzeuge Daten in";
-+char *msg_log_err = "Fehler: Kann die Protokolldatei nicht öffnen";
-+char *msg_log_use = "Verwende Protokolldatei";
-+char *msg_dir_err = "Fehler: Kann nicht in das Verzeichniss wechseln";
-+char *msg_dir_use = "Erzeuge Dateien in";
- char *msg_cur_dir = "aktuelles Verzeichnis";
- char *msg_hostname= "Rechnername für Bericht ist";
- char *msg_ign_hist= "Ignoriere vorhandene historische Daten...";
-@@ -61,8 +68,8 @@
- char *msg_bad_conf= "Fehler: Kann Konfigurations-Datei nicht lesen";
- char *msg_bad_key = "Warnung: Unbekanntes Schlüsselwort";
- char *msg_bad_date= "Fehler: Ignoriere Eintrag (Datum ungültig)";
--char *msg_ign_nscp= "Überspringe Netscape Kopf Eintrag";
--char *msg_bad_rec = "Überspringe defekten Eintrag";
-+char *msg_ign_nscp= "Überspringe Netscape Kopfeintrag";
-+char *msg_bad_rec = "Überspringe ungültigen Eintrag";
- char *msg_no_vrec = "Keine gültigen Einträge gefunden!";
- char *msg_gen_rpt = "Erzeuge Bericht für";
- char *msg_gen_sum = "Erzeuge Zusammenfassung";
-@@ -81,18 +88,18 @@
- char *msg_nomem_tu= "Nicht genug Speicher, Top URLs deaktiviert!";
- char *msg_nomem_tc= "Nicht genug Speicher, Top Countries deaktiviert!";
- char *msg_nomem_ta= "Nicht genug Speicher, Top User Agents deaktiviert!";
--char *msg_nomem_dh= "Fehler beim hinzufügen host node (daily), überspringe Eintrag";
--char *msg_nomem_mh= "Fehler beim hinzufügen host node (monthly), überspringe Eintrag";
--char *msg_nomem_u = "Fehler beim hinzufügen URL node, überspringe Eintrag";
--char *msg_nomem_a = "Fehler beim hinzufügen User Agent node, überspringe Eintrag";
--char *msg_nomem_r = "Fehler beim hinzufügen Referrer node, überspringe Eintrag";
-+char *msg_nomem_dh= "Fehler beim Hinzufügen host node (daily), überspringe Eintrag";
-+char *msg_nomem_mh= "Fehler beim Hinzufügen host node (monthly), überspringe Eintrag";
-+char *msg_nomem_u = "Fehler beim Hinzufügen URL node, überspringe Eintrag";
-+char *msg_nomem_a = "Fehler beim Hinzufügen User Agent node, überspringe Eintrag";
-+char *msg_nomem_r = "Fehler beim Hinzufügen Referrer node, überspringe Eintrag";
- 
- /* log record errors */
- char *msg_big_rec = "Fehler: Überspringe überlangen Eintrag";
--char *msg_big_host= "Warnung: Überlanger hostname abgeschnitten";
--char *msg_big_date= "Warnung: Überlanges date Feld abgeschnitten";
--char *msg_big_req = "Warnung: Überlanges request Feld abgeschnitten";
--char *msg_big_ref = "Warnung: Überlanges referrer Feld abgeschnitten";
-+char *msg_big_host= "Warnung: Überlanger Hostname abgeschnitten";
-+char *msg_big_date= "Warnung: Überlanges Date-Feld abgeschnitten";
-+char *msg_big_req = "Warnung: Überlanges Request-Feld abgeschnitten";
-+char *msg_big_ref = "Warnung: Überlanges Referrer-Feld abgeschnitten";
- char *msg_big_one = "Warnung: Überlanger Text abgeschnitten";
- 
- /* misc errors */
-@@ -100,18 +107,18 @@
- 
- /* Help display... */
- char *h_usage1 = "Syntax";
--char *h_usage2 = "[Optionen] [Log Datei]";
-+char *h_usage2 = "[Optionen] [Protokolldatei]";
- char *h_msg[]= {
-          "-h        = Diese Hilfe ausgeben"                ,
--         "-v        = Version ausgaben"                    ,
-+         "-v        = Version ausgeben"                    ,
-          "-d        = Zusätzliche Kontrolldaten ausgeben"  ,
-          "-g        = Benutze GMT (UTC) Zeitangaben"       ,
-          "-i        = Ignoriere Datei mit historischen Daten",
--         "-p        = preserve state (incremental)"        ,
--         "-q        = Unterdückte Statusmeldungen"         ,
-+         "-p        = Sichere Programmzustand (incremental)",
-+         "-q        = Unterdrücke Statusmeldungen"         ,
-          "-Q        = Unterdrücke alle Meldungen"          ,
--         "-G        = Unterdrücke Stunden Grafik"          ,
--         "-H        = Unterdrücke Stunden Statistik"       ,
-+         "-G        = Unterdrücke Stunden-Grafik"          ,
-+         "-H        = Unterdrücke Stunden-Statistik"       ,
-          "-T        = Ausgeben der Laufzeit"               ,
-          "-c datei  = Verwende Konfigurationsdatei 'datei'",
-          "-n name   = Verwende 'name' als Namen des Servers",
-@@ -125,8 +132,8 @@
-          "-A anz    = Stelle die Top 'anz' Anwenderprogramme dar",
-          "-C anz    = Stelle die Top 'anz' Länder dar"     ,
-          "-R anz    = Stelle die Top 'anz' Verweiser"      ,
--         "-S anz    = Stelle die Top 'anz' Rechner dar"    ,
--         "-U anz    = Stelle die Top 'anz' URL's dar"      };
-+         "-S anz    = Stelle die Top 'anz' Rechner (IPs) dar"    ,
-+         "-U anz    = Stelle die Top 'anz' URLs dar"      };
- 
- #define LAST_HLP_MSG (int)(sizeof(h_msg)/sizeof(char *))
- 
-@@ -135,24 +142,24 @@
- /* HTML strings                                                        */
- /*                                                                     */
- /* These strings are used as part of the HTML output generated by The  */
--/* Webalizer.                                                          */ 
-+/* Webalizer.                                                          */
- /*                                                                     */
- /***********************************************************************/
- 
- /* header strings */
--char *msg_hhdr_sp = "Zusammenfassung für Zeitraum";
--char *msg_hhdr_gt = "Erzeugt am";
-+char *msg_hhdr_sp = "Auslastungsstatistik für den Zeitraum";
-+char *msg_hhdr_gt = "Erstellt am";
- 
- /* main index strings */
- char *msg_main_us = "Zusammenfassung der Anfragen an";
- char *msg_main_per= "Letzte 12 Monate";
- char *msg_main_sum= "Zusammenfassung nach Monaten";
--char *msg_main_da = "Tages Schnitt";
--char *msg_main_mt = "Monats Summe";
-+char *msg_main_da = "Tagesdurchschnitt";
-+char *msg_main_mt = "Monats-Summe";
- 
- /* month HTML page strings */
--char *msg_hmth_du = "Tages Statistik im Monat";
--char *msg_hmth_hu = "Stunden Statistik im Monat";
-+char *msg_hmth_du = "Tages-Statistik im Monat";
-+char *msg_hmth_hu = "Stunden-Statistik im Monat";
- 
- /* table header strings */
- char *msg_h_avg   = "Schnitt";
-@@ -161,10 +168,10 @@
- char *msg_h_day   = "Tag";
- char *msg_h_mth   = "Monat";
- char *msg_h_hour  = "Stunde";
--char *msg_h_hits  = "Abfragen";
--char *msg_h_files = "Daten";
-+char *msg_h_hits  = "Anfragen";
-+char *msg_h_files = "Dateien";
- char *msg_h_sites = "Rechner";
--char *msg_h_xfer  = "KBytes";
-+char *msg_h_xfer  = "kBytes";
- char *msg_h_hname = "Rechnername";
- char *msg_h_url   = "URL";
- char *msg_h_agent = "Anwenderprogramm";
-@@ -172,86 +179,87 @@
- char *msg_h_ctry  = "Land";
- 
- /* links along top of page */
--char *msg_hlnk_ds = "Tages Statistik";
--char *msg_hlnk_hs = "Stunden Statistik";
--char *msg_hlnk_u  = "URL's";
--char *msg_hlnk_s  = "Rechner";
-+char *msg_hlnk_ds = "Tages-Statistik";
-+char *msg_hlnk_hs = "Stunden-Statistik";
-+char *msg_hlnk_u  = "URLs";
-+char *msg_hlnk_s  = "Rechner (IPs)";
- char *msg_hlnk_a  = "Anwenderprogramme";
- char *msg_hlnk_c  = "Länder";
- char *msg_hlnk_r  = "Verweiser";
- 
- /* monthly total table */
--char *msg_mtot_ms = "Monats Statistik für";
--char *msg_mtot_th = "Summe Abfragen";
--char *msg_mtot_tf = "Summe Daten";
--char *msg_mtot_tx = "Summe KBytes";
--char *msg_mtot_us = "Summe unterschiedlicher Rechner";
-+char *msg_mtot_ms = "Monats-Statistik für";
-+char *msg_mtot_th = "Summe Anfragen";
-+char *msg_mtot_tf = "Summe Dateien";
-+char *msg_mtot_tx = "Summe kBytes";
-+char *msg_mtot_us = "Summe unterschiedlicher Rechner (IPs)";
- char *msg_mtot_ur = "Summe unterschiedlicher Verweiser";
--char *msg_mtot_ua = "Summe unterschiedlicher Anwenderprogramme";
--char *msg_mtot_uu = "Summe unterschiedlicher URL's";
--char *msg_mtot_mhd= "Maximale Abfragen pro Tag";
--char *msg_mtot_mhh= "Maximale Abfragen pro Stunde";
--char *msg_mtot_ahd= "Durchschnittliche Abfragen pro Tag";
--char *msg_mtot_ahh= "Durchschnittliche Abfragen pro Stunde";
--char *msg_mtot_rc = "Abfragen nach Status Code";
-+char *msg_mtot_ua = "Summe unterschiedlicher Browser/Roboter";
-+char *msg_mtot_uu = "Summe unterschiedlicher URLs";
-+char *msg_mtot_mhd= "Maximale Anfragen pro Tag";
-+char *msg_mtot_mhh= "Maximale Anfragen pro Stunde";
-+char *msg_mtot_ahd= "Durchschnittliche Anfragen pro Tag";
-+char *msg_mtot_ahh= "Durchschnittliche Anfragen pro Stunde";
-+char *msg_mtot_rc = "Anfragen nach Status Code";
- 
- /* daily total table */
--char *msg_dtot_ds = "Tages Statistik im Monat";
-+char *msg_dtot_ds = "Tages-Statistik im Monat";
- 
- /* hourly total table */
--char *msg_htot_hs = "Stunden Statistik im Monat";
-+char *msg_htot_hs = "Stunden-Statistik im Monat";
- 
- /* country pie chart */
--char *msg_ctry_use= "Abfragen aus Laendern im Monat";
-+char *msg_ctry_use= "Anfragen aus Laendern im Monat";
- 
- /* top tables */
- /* Formatted as "Top xxx of xxx Total something" */
- char *msg_top_top = "Top";
- char *msg_top_of  = "von";
--char *msg_top_s   = "Rechnern";
--char *msg_top_u   = "URL's";
-+char *msg_top_s   = "Rechnern (IPs)";
-+char *msg_top_u   = "URLs";
- char *msg_top_r   = "Verweisern";
--char *msg_top_a   = "Anwenderprogrammen";
--char *msg_top_c   = "Ländern";
-+char *msg_top_a   = "Browsern/Robotern";
-+char *msg_top_c   = "Laendern";
- 
- /* short month names MUST BE 3 CHARS in size... pad if needed*/
--char *s_month[12]={ "Jan", "Feb", "Mae",
-+/* Don't use Umlaute here, gd won't display them */
-+char *s_month[12]={ "Jan", "Feb", "Mar",
-                     "Apr", "Mai", "Jun",
-                     "Jul", "Aug", "Sep",
-                     "Okt", "Nov", "Dez"};
- 
- /* long month names - can be any length */
--char *l_month[12]={ "Januar",   "Februar",  "März",    "April",
-+char *l_month[12]={ "Januar",   "Februar",  "Maerz",   "April",
-                     "Mai",      "Juni",     "Juli",    "August",
-                     "September","Oktober",  "November","Dezember"};
- 
- /* response code descriptions... order IS important!      */
- struct response_code response[] =
--       { { "Unbekannter Antwort Code",                  0 },
-+       { { "Unbekannter Antwort-Code",                  0 },
-          { "Code 100 - Continue",                       0 },
-          { "Code 101 - Switching Protocols",            0 },
-          { "Code 200 - OK",                             0 },
-          { "Code 201 - Created",                        0 },
-          { "Code 202 - Accepted",                       0 },
-          { "Code 203 - Non-Authoritative Information",  0 },
--         { "Code 204 - No Content",                     0 },
-+         { "Code 204 - Kein Inhalt",                    0 },
-          { "Code 205 - Reset Content",                  0 },
--         { "Code 206 - Partial Content",                0 },
-+         { "Code 206 - Unvollstaendiger Inhalt",        0 },
-          { "Code 300 - Multiple Choices",               0 },
--         { "Code 301 - Moved Permanently",              0 },
--         { "Code 302 - Moved Temporarily",              0 },
-+         { "Code 301 - Datei dauerhaft an anderer Stelle",    0 },
-+         { "Code 302 - Datei zeitweise an anderer Stelle",    0 },
-          { "Code 303 - See Other",                      0 },
--         { "Code 304 - Not Modified",                   0 },
-+         { "Code 304 - Seite nicht geaendert (meist Anfrage durch Proxy)",          0 },
-          { "Code 305 - Use Proxy",                      0 },
--         { "Code 400 - Bad Request",                    0 },
--         { "Code 401 - Unauthorized",                   0 },
-+         { "Code 400 - Ungueltige Anfrage",             0 },
-+         { "Code 401 - Nicht autorisierter Zugriff!",   0 },
-          { "Code 402 - Payment Required",               0 },
--         { "Code 403 - Forbidden",                      0 },
--         { "Code 404 - Not Found",                      0 },
--         { "Code 405 - Method Not Allowed",             0 },
-+         { "Code 403 - Zugriff nicht erlaubt!",         0 },
-+         { "Code 404 - DATEI NICHT GEFUNDEN",           0 },
-+         { "Code 405 - Methode nicht erlaubt",          0 },
-          { "Code 406 - Not Acceptable",                 0 },
-          { "Code 407 - Proxy Authentication Required",  0 },
--         { "Code 408 - Request Timeout",                0 },
-+         { "Code 408 - Timeout durch Browser...",       0 },
-          { "Code 409 - Conflict",                       0 },
-          { "Code 410 - Gone",                           0 },
-          { "Code 411 - Length Required",                0 },
-@@ -259,11 +267,11 @@
-          { "Code 413 - Request Entity Too Large",       0 },
-          { "Code 414 - Request-URI Too Long",           0 },
-          { "Code 415 - Unsupported Media Type",         0 },
--         { "Code 500 - Internal Server Error",          0 },
-+         { "Code 500 - Interner Server-Fehler (verursacht meist durch CGI)",         0 },
-          { "Code 501 - Not Implemented",                0 },
-          { "Code 502 - Bad Gateway",                    0 },
-          { "Code 503 - Service Unavailable",            0 },
--         { "Code 504 - Gateway Timeout",                0 },
-+         { "Code 504 - Gateway Timeout...",             0 },
-          { "Code 505 - HTTP Version Not Supported",     0 } };
- 
- /* New for 1.1 */
-@@ -279,35 +287,35 @@
-                        double xfer;
-                      } ctry[] = {
- 
--{ 0,                      "Unbekannt",                        0,0,0 },
--{ IDX_3C('c','o','m'),    "USA Firmen",                       0,0,0 },
--{ IDX_3C('e','d','u'),    "USA Universitaeten",               0,0,0 },
--{ IDX_3C('g','o','v'),    "USA Behoerden",                    0,0,0 },
--{ IDX_3C('i','n','t'),    "International (int)",              0,0,0 },
--{ IDX_3C('m','i','l'),    "USA Militaer",                     0,0,0 },
--{ IDX_3C('n','e','t'),    "Netzwerke",                        0,0,0 },
--{ IDX_3C('o','r','g'),    "Organisationen",                   0,0,0 },
--{ IDX_4C('a','r','p','a'),"Old style Arpanet (arpa)",         0,0,0 },
--{ IDX_4C('n','a','t','o'),"Nato Bereich (nato)",              0,0,0 },
-+{ 0,                      "Unbekannte Adressen",              0,0,0 },
-+{ IDX_3C('c','o','m'),    "Firmen (COM)",                     0,0,0 },
-+{ IDX_3C('e','d','u'),    "USA-Univers./Schulen",             0,0,0 },
-+{ IDX_3C('g','o','v'),    "USA-Behoerden",                    0,0,0 },
-+{ IDX_3C('i','n','t'),    "Intern. Einrichtungen",            0,0,0 },
-+{ IDX_3C('m','i','l'),    "USA-Militaer",                     0,0,0 },
-+{ IDX_3C('n','e','t'),    "Netzwerke (NET)",                  0,0,0 },
-+{ IDX_3C('o','r','g'),    "Organisationen (ORG)",             0,0,0 },
-+{ IDX_4C('a','r','p','a'),"Alte Arpanet-Adresse",             0,0,0 },
-+{ IDX_4C('n','a','t','o'),"NATO-Adressen",                    0,0,0 },
- { IDX_2C('a','d'),        "Andorra",                          0,0,0 },
--{ IDX_2C('a','e'),        "Vereinigte Arabische Ermirate",    0,0,0 },
-+{ IDX_2C('a','e'),        "Arabische Emirate",                0,0,0 },
- { IDX_2C('a','f'),        "Afghanistan",                      0,0,0 },
- { IDX_2C('a','g'),        "Antigua und Barbuda",              0,0,0 },
- { IDX_2C('a','i'),        "Anguilla",                         0,0,0 },
--{ IDX_2C('a','l'),        "Albania",                          0,0,0 },
--{ IDX_2C('a','m'),        "Armenia",                          0,0,0 },
-+{ IDX_2C('a','l'),        "Albanien",                         0,0,0 },
-+{ IDX_2C('a','m'),        "Armenien",                         0,0,0 },
- { IDX_2C('a','n'),        "Niederlaendische Antillen",        0,0,0 },
- { IDX_2C('a','o'),        "Angola",                           0,0,0 },
--{ IDX_2C('a','q'),        "Antarctica",                       0,0,0 },
--{ IDX_2C('a','r'),        "Argentinen",                       0,0,0 },
-+{ IDX_2C('a','q'),        "Antarktis",                        0,0,0 },
-+{ IDX_2C('a','r'),        "Argentinien",                      0,0,0 },
- { IDX_2C('a','s'),        "Amerikanisch Samoa",               0,0,0 },
--{ IDX_2C('a','t'),        "Oestereich",                       0,0,0 },
-+{ IDX_2C('a','t'),        "Oesterreich",                      0,0,0 },
- { IDX_2C('a','u'),        "Australien",                       0,0,0 },
- { IDX_2C('a','w'),        "Aruba",                            0,0,0 },
--{ IDX_2C('a','z'),        "Azerbaijan",                       0,0,0 },
--{ IDX_2C('b','a'),        "Bosnien und Herzegovina",          0,0,0 },
-+{ IDX_2C('a','z'),        "Aserbaidschan",                    0,0,0 },
-+{ IDX_2C('b','a'),        "Bosnien und Herzegowina",          0,0,0 },
- { IDX_2C('b','b'),        "Barbados",                         0,0,0 },
--{ IDX_2C('b','d'),        "Bangladesh",                       0,0,0 },
-+{ IDX_2C('b','d'),        "Bangladesch",                      0,0,0 },
- { IDX_2C('b','e'),        "Belgien",                          0,0,0 },
- { IDX_2C('b','f'),        "Burkina Faso",                     0,0,0 },
- { IDX_2C('b','g'),        "Bulgarien",                        0,0,0 },
-@@ -315,222 +323,222 @@
- { IDX_2C('b','i'),        "Burundi",                          0,0,0 },
- { IDX_2C('b','j'),        "Benin",                            0,0,0 },
- { IDX_2C('b','m'),        "Bermuda",                          0,0,0 },
--{ IDX_2C('b','n'),        "Brunei Darussalam",                0,0,0 },
-+{ IDX_2C('b','n'),        "Brunei",                           0,0,0 },
- { IDX_2C('b','o'),        "Bolivien",                         0,0,0 },
- { IDX_2C('b','r'),        "Brasilien",                        0,0,0 },
- { IDX_2C('b','s'),        "Bahamas",                          0,0,0 },
- { IDX_2C('b','t'),        "Bhutan",                           0,0,0 },
--{ IDX_2C('b','v'),        "Bouvet Island",                    0,0,0 },
-+{ IDX_2C('b','v'),        "Bouvet Insel",                     0,0,0 },
- { IDX_2C('b','w'),        "Botswana",                         0,0,0 },
--{ IDX_2C('b','y'),        "Belarus",                          0,0,0 },
-+{ IDX_2C('b','y'),        "Weissrussland",                    0,0,0 },
- { IDX_2C('b','z'),        "Belize",                           0,0,0 },
- { IDX_2C('c','a'),        "Kanada",                           0,0,0 },
--{ IDX_2C('c','c'),        "Cocos (Keeling) Islands",          0,0,0 },
--{ IDX_2C('c','f'),        "Central African Republic",         0,0,0 },
--{ IDX_2C('c','g'),        "Congo",                            0,0,0 },
-+{ IDX_2C('c','c'),        "Kokos-Inseln",                     0,0,0 },
-+{ IDX_2C('c','f'),        "Zentralafrikanische Republik",     0,0,0 },
-+{ IDX_2C('c','g'),        "Kongo",                            0,0,0 },
- { IDX_2C('c','h'),        "Schweiz",                          0,0,0 },
--{ IDX_2C('c','i'),        "Cote D'Ivoire (Ivory Coast)",      0,0,0 },
--{ IDX_2C('c','k'),        "Cook Islands",                     0,0,0 },
-+{ IDX_2C('c','i'),        "Elfenbeinkueste",                  0,0,0 },
-+{ IDX_2C('c','k'),        "Cook-Inseln",                      0,0,0 },
- { IDX_2C('c','l'),        "Chile",                            0,0,0 },
--{ IDX_2C('c','m'),        "Cameroon",                         0,0,0 },
-+{ IDX_2C('c','m'),        "Kamerun",                          0,0,0 },
- { IDX_2C('c','n'),        "China",                            0,0,0 },
--{ IDX_2C('c','o'),        "Colombia",                         0,0,0 },
-+{ IDX_2C('c','o'),        "Kolumbien",                        0,0,0 },
- { IDX_2C('c','r'),        "Costa Rica",                       0,0,0 },
--{ IDX_2C('c','s'),        "Tschecheslowakei",                 0,0,0 },
--{ IDX_2C('c','u'),        "Cuba",                             0,0,0 },
--{ IDX_2C('c','v'),        "Cape Verde",                       0,0,0 },
--{ IDX_2C('c','x'),        "Christmas Island",                 0,0,0 },
--{ IDX_2C('c','y'),        "Cyprus",                           0,0,0 },
-+{ IDX_2C('c','s'),        "Tschechoslowakei",                 0,0,0 },
-+{ IDX_2C('c','u'),        "Kuba",                             0,0,0 },
-+{ IDX_2C('c','v'),        "Kapverden",                        0,0,0 },
-+{ IDX_2C('c','x'),        "Weihnachtsinsel",                  0,0,0 },
-+{ IDX_2C('c','y'),        "Zypern",                           0,0,0 },
- { IDX_2C('c','z'),        "Tschechien",                       0,0,0 },
- { IDX_2C('d','e'),        "Deutschland",                      0,0,0 },
--{ IDX_2C('d','j'),        "Djibouti",                         0,0,0 },
-+{ IDX_2C('d','j'),        "Djibuti",                          0,0,0 },
- { IDX_2C('d','k'),        "Daenemark",                        0,0,0 },
--{ IDX_2C('d','m'),        "Dominica",                         0,0,0 },
-+{ IDX_2C('d','m'),        "Dominika",                         0,0,0 },
- { IDX_2C('d','o'),        "Dominikanische Republik",          0,0,0 },
- { IDX_2C('d','z'),        "Algerien",                         0,0,0 },
--{ IDX_2C('e','c'),        "Ecuador",                          0,0,0 },
--{ IDX_2C('e','e'),        "Estonia",                          0,0,0 },
-+{ IDX_2C('e','c'),        "Ekuador",                          0,0,0 },
-+{ IDX_2C('e','e'),        "Estland",                          0,0,0 },
- { IDX_2C('e','g'),        "Aegypten",                         0,0,0 },
--{ IDX_2C('e','h'),        "Western Sahara",                   0,0,0 },
-+{ IDX_2C('e','h'),        "West-Sahara",                      0,0,0 },
- { IDX_2C('e','r'),        "Eritrea",                          0,0,0 },
- { IDX_2C('e','s'),        "Spanien",                          0,0,0 },
--{ IDX_2C('e','t'),        "Ethiopien",                        0,0,0 },
--{ IDX_2C('f','i'),        "Finland",                          0,0,0 },
--{ IDX_2C('f','j'),        "Fiji",                             0,0,0 },
--{ IDX_2C('f','k'),        "Falkland Islands (Malvinas)",      0,0,0 },
--{ IDX_2C('f','m'),        "Micronesia",                       0,0,0 },
--{ IDX_2C('f','o'),        "Faroe Islands",                    0,0,0 },
-+{ IDX_2C('e','t'),        "Aethiopien",                       0,0,0 },
-+{ IDX_2C('f','i'),        "Finnland",                         0,0,0 },
-+{ IDX_2C('f','j'),        "Fidschi-Inseln",                   0,0,0 },
-+{ IDX_2C('f','k'),        "Falkland Inseln",                  0,0,0 },
-+{ IDX_2C('f','m'),        "Mikronesien",                      0,0,0 },
-+{ IDX_2C('f','o'),        "Faeroeer Inseln",                  0,0,0 },
- { IDX_2C('f','r'),        "Frankreich",                       0,0,0 },
- { IDX_2C('f','x'),        "Frankreich, Metropolitan",         0,0,0 },
--{ IDX_2C('g','a'),        "Gabon",                            0,0,0 },
--{ IDX_2C('g','b'),        "Groß Britannien (UK)",             0,0,0 },
-+{ IDX_2C('g','a'),        "Gabun",                            0,0,0 },
-+{ IDX_2C('g','b'),        "Grossbritannien (alt)",            0,0,0 },
- { IDX_2C('g','d'),        "Grenada",                          0,0,0 },
- { IDX_2C('g','e'),        "Georgien",                         0,0,0 },
--{ IDX_2C('g','f'),        "French Guiana",                    0,0,0 },
-+{ IDX_2C('g','f'),        "Franz. Guayana",                   0,0,0 },
- { IDX_2C('g','h'),        "Ghana",                            0,0,0 },
- { IDX_2C('g','i'),        "Gibraltar",                        0,0,0 },
--{ IDX_2C('g','l'),        "Greenland",                        0,0,0 },
-+{ IDX_2C('g','l'),        "Groenland",                        0,0,0 },
- { IDX_2C('g','m'),        "Gambia",                           0,0,0 },
- { IDX_2C('g','n'),        "Guinea",                           0,0,0 },
- { IDX_2C('g','p'),        "Guadeloupe",                       0,0,0 },
--{ IDX_2C('g','q'),        "Equatorial Guinea",                0,0,0 },
-+{ IDX_2C('g','q'),        "Aequatorial Guinea",               0,0,0 },
- { IDX_2C('g','r'),        "Griechenland",                     0,0,0 },
--{ IDX_2C('g','s'),        "S. Georgien and S. Sandwich Isls.", 0,0,0 },
-+{ IDX_2C('g','s'),        "Georgien und Sandwich Inseln",     0,0,0 },
- { IDX_2C('g','t'),        "Guatemala",                        0,0,0 },
- { IDX_2C('g','u'),        "Guam",                             0,0,0 },
- { IDX_2C('g','w'),        "Guinea-Bissau",                    0,0,0 },
- { IDX_2C('g','y'),        "Guyana",                           0,0,0 },
- { IDX_2C('h','k'),        "Hong Kong",                        0,0,0 },
--{ IDX_2C('h','m'),        "Heard und McDonald Islands",       0,0,0 },
-+{ IDX_2C('h','m'),        "Heard und McDonald Inseln",        0,0,0 },
- { IDX_2C('h','n'),        "Honduras",                         0,0,0 },
- { IDX_2C('h','r'),        "Kroatien (Hrvatska)",              0,0,0 },
- { IDX_2C('h','t'),        "Haiti",                            0,0,0 },
--{ IDX_2C('h','u'),        "Hungary",                          0,0,0 },
--{ IDX_2C('i','d'),        "Indonesia",                        0,0,0 },
--{ IDX_2C('i','e'),        "Ireland",                          0,0,0 },
-+{ IDX_2C('h','u'),        "Ungarn",                           0,0,0 },
-+{ IDX_2C('i','d'),        "Indonesien",                       0,0,0 },
-+{ IDX_2C('i','e'),        "Irland",                           0,0,0 },
- { IDX_2C('i','l'),        "Israel",                           0,0,0 },
--{ IDX_2C('i','n'),        "India",                            0,0,0 },
--{ IDX_2C('i','o'),        "British Indian Ocean Territory",   0,0,0 },
--{ IDX_2C('i','q'),        "Iraq",                             0,0,0 },
-+{ IDX_2C('i','n'),        "Indien",                           0,0,0 },
-+{ IDX_2C('i','o'),        "Brit. Indischer Ozean",            0,0,0 },
-+{ IDX_2C('i','q'),        "Irak",                             0,0,0 },
- { IDX_2C('i','r'),        "Iran",                             0,0,0 },
- { IDX_2C('i','s'),        "Island",                           0,0,0 },
- { IDX_2C('i','t'),        "Italien",                          0,0,0 },
--{ IDX_2C('j','m'),        "Jamaica",                          0,0,0 },
--{ IDX_2C('j','o'),        "Jordan",                           0,0,0 },
-+{ IDX_2C('j','m'),        "Jamaika",                          0,0,0 },
-+{ IDX_2C('j','o'),        "Jordanien",                        0,0,0 },
- { IDX_2C('j','p'),        "Japan",                            0,0,0 },
--{ IDX_2C('k','e'),        "Kenya",                            0,0,0 },
--{ IDX_2C('k','g'),        "Kyrgyzstan",                       0,0,0 },
--{ IDX_2C('k','h'),        "Cambodia",                         0,0,0 },
-+{ IDX_2C('k','e'),        "Kenia",                            0,0,0 },
-+{ IDX_2C('k','g'),        "Kirgistan",                        0,0,0 },
-+{ IDX_2C('k','h'),        "Kambodscha",                       0,0,0 },
- { IDX_2C('k','i'),        "Kiribati",                         0,0,0 },
--{ IDX_2C('k','m'),        "Comoros",                          0,0,0 },
--{ IDX_2C('k','n'),        "Saint Kitts and Nevis",            0,0,0 },
--{ IDX_2C('k','p'),        "Korea (Nord)",                     0,0,0 },
--{ IDX_2C('k','r'),        "Korea (Sued)",                     0,0,0 },
-+{ IDX_2C('k','m'),        "Komoren",                          0,0,0 },
-+{ IDX_2C('k','n'),        "Saint Kitts und Nevis",            0,0,0 },
-+{ IDX_2C('k','p'),        "Nordkorea",                        0,0,0 },
-+{ IDX_2C('k','r'),        "Suedkorea",                        0,0,0 },
- { IDX_2C('k','w'),        "Kuwait",                           0,0,0 },
--{ IDX_2C('k','y'),        "Cayman Islands",                   0,0,0 },
--{ IDX_2C('k','z'),        "Kazakhstan",                       0,0,0 },
-+{ IDX_2C('k','y'),        "Cayman Inseln",                    0,0,0 },
-+{ IDX_2C('k','z'),        "Kasachstan",                       0,0,0 },
- { IDX_2C('l','a'),        "Laos",                             0,0,0 },
- { IDX_2C('l','b'),        "Libanon",                          0,0,0 },
--{ IDX_2C('l','c'),        "Saint Lucia",                      0,0,0 },
-+{ IDX_2C('l','c'),        "Saint Luzia",                      0,0,0 },
- { IDX_2C('l','i'),        "Liechtenstein",                    0,0,0 },
- { IDX_2C('l','k'),        "Sri Lanka",                        0,0,0 },
- { IDX_2C('l','r'),        "Liberia",                          0,0,0 },
- { IDX_2C('l','s'),        "Lesotho",                          0,0,0 },
- { IDX_2C('l','t'),        "Lithauen",                         0,0,0 },
- { IDX_2C('l','u'),        "Luxemburg",                        0,0,0 },
--{ IDX_2C('l','v'),        "Latvia",                           0,0,0 },
-+{ IDX_2C('l','v'),        "Lettland",                         0,0,0 },
- { IDX_2C('l','y'),        "Libyen",                           0,0,0 },
--{ IDX_2C('m','a'),        "Morocco",                          0,0,0 },
-+{ IDX_2C('m','a'),        "Marokko",                          0,0,0 },
- { IDX_2C('m','c'),        "Monaco",                           0,0,0 },
--{ IDX_2C('m','d'),        "Moldova",                          0,0,0 },
--{ IDX_2C('m','g'),        "Madagascar",                       0,0,0 },
--{ IDX_2C('m','h'),        "Marshall Islands",                 0,0,0 },
--{ IDX_2C('m','k'),        "Macedonia",                        0,0,0 },
-+{ IDX_2C('m','d'),        "Moldawien",                        0,0,0 },
-+{ IDX_2C('m','g'),        "Madagaskar",                       0,0,0 },
-+{ IDX_2C('m','h'),        "Marshall Inseln",                  0,0,0 },
-+{ IDX_2C('m','k'),        "Mazedonien",                       0,0,0 },
- { IDX_2C('m','l'),        "Mali",                             0,0,0 },
--{ IDX_2C('m','m'),        "Myanmar",                          0,0,0 },
--{ IDX_2C('m','n'),        "Mongolia",                         0,0,0 },
--{ IDX_2C('m','o'),        "Macau",                            0,0,0 },
--{ IDX_2C('m','p'),        "Northern Mariana Islands",         0,0,0 },
-+{ IDX_2C('m','m'),        "Myanmar (Birma)",                  0,0,0 },
-+{ IDX_2C('m','n'),        "Mongolei",                         0,0,0 },
-+{ IDX_2C('m','o'),        "Makao",                            0,0,0 },
-+{ IDX_2C('m','p'),        "Nord-Marianen",                    0,0,0 },
- { IDX_2C('m','q'),        "Martinique",                       0,0,0 },
--{ IDX_2C('m','r'),        "Mauritania",                       0,0,0 },
-+{ IDX_2C('m','r'),        "Mauretanien",                      0,0,0 },
- { IDX_2C('m','s'),        "Montserrat",                       0,0,0 },
- { IDX_2C('m','t'),        "Malta",                            0,0,0 },
- { IDX_2C('m','u'),        "Mauritius",                        0,0,0 },
--{ IDX_2C('m','v'),        "Maldives",                         0,0,0 },
-+{ IDX_2C('m','v'),        "Malediven",                        0,0,0 },
- { IDX_2C('m','w'),        "Malawi",                           0,0,0 },
--{ IDX_2C('m','x'),        "Mexico",                           0,0,0 },
--{ IDX_2C('m','y'),        "Malaysia",                         0,0,0 },
--{ IDX_2C('m','z'),        "Mozambique",                       0,0,0 },
-+{ IDX_2C('m','x'),        "Mexiko",                           0,0,0 },
-+{ IDX_2C('m','y'),        "Malaysien",                        0,0,0 },
-+{ IDX_2C('m','z'),        "Mosambik",                         0,0,0 },
- { IDX_2C('n','a'),        "Namibia",                          0,0,0 },
--{ IDX_2C('n','c'),        "New Caledonia",                    0,0,0 },
-+{ IDX_2C('n','c'),        "Neukaledonien",                    0,0,0 },
- { IDX_2C('n','e'),        "Niger",                            0,0,0 },
--{ IDX_2C('n','f'),        "Norfolk Island",                   0,0,0 },
-+{ IDX_2C('n','f'),        "Norfolk Insel",                    0,0,0 },
- { IDX_2C('n','g'),        "Nigeria",                          0,0,0 },
--{ IDX_2C('n','i'),        "Nicaragua",                        0,0,0 },
-+{ IDX_2C('n','i'),        "Nikaragua",                        0,0,0 },
- { IDX_2C('n','l'),        "Niederlande",                      0,0,0 },
- { IDX_2C('n','o'),        "Norwegen",                         0,0,0 },
- { IDX_2C('n','p'),        "Nepal",                            0,0,0 },
- { IDX_2C('n','r'),        "Nauru",                            0,0,0 },
--{ IDX_2C('n','t'),        "Neutral Zone",                     0,0,0 },
-+{ IDX_2C('n','t'),        "Neutrale Zone",                    0,0,0 },
- { IDX_2C('n','u'),        "Niue",                             0,0,0 },
- { IDX_2C('n','z'),        "Neuseeland",                       0,0,0 },
- { IDX_2C('o','m'),        "Oman",                             0,0,0 },
- { IDX_2C('p','a'),        "Panama",                           0,0,0 },
- { IDX_2C('p','e'),        "Peru",                             0,0,0 },
--{ IDX_2C('p','f'),        "French Polynesia",                 0,0,0 },
--{ IDX_2C('p','g'),        "Papua New Guinea",                 0,0,0 },
--{ IDX_2C('p','h'),        "Philippines",                      0,0,0 },
-+{ IDX_2C('p','f'),        "Franz. Polynesien",                0,0,0 },
-+{ IDX_2C('p','g'),        "Papua Neu-Guinea",                 0,0,0 },
-+{ IDX_2C('p','h'),        "Philippinen",                      0,0,0 },
- { IDX_2C('p','k'),        "Pakistan",                         0,0,0 },
- { IDX_2C('p','l'),        "Polen",                            0,0,0 },
--{ IDX_2C('p','m'),        "St. Pierre and Miquelon",          0,0,0 },
-+{ IDX_2C('p','m'),        "St. Pierre und Miquelon",          0,0,0 },
- { IDX_2C('p','n'),        "Pitcairn",                         0,0,0 },
- { IDX_2C('p','r'),        "Puerto Rico",                      0,0,0 },
- { IDX_2C('p','t'),        "Portugal",                         0,0,0 },
--{ IDX_2C('p','w'),        "Palau",                            0,0,0 },
-+{ IDX_2C('p','w'),        "Palau (Belau)",                    0,0,0 },
- { IDX_2C('p','y'),        "Paraguay",                         0,0,0 },
--{ IDX_2C('q','a'),        "Qatar",                            0,0,0 },
-+{ IDX_2C('q','a'),        "Katar",                            0,0,0 },
- { IDX_2C('r','e'),        "Reunion",                          0,0,0 },
--{ IDX_2C('r','o'),        "Romania",                          0,0,0 },
--{ IDX_2C('r','u'),        "Russian Federation",               0,0,0 },
--{ IDX_2C('r','w'),        "Rwanda",                           0,0,0 },
--{ IDX_2C('s','a'),        "Saudi Arabia",                     0,0,0 },
--{ IDX_2C('s','B'),        "Solomon Islands",                  0,0,0 },
--{ IDX_2C('s','c'),        "Seychelles",                       0,0,0 },
-+{ IDX_2C('r','o'),        "Rumaenien",                        0,0,0 },
-+{ IDX_2C('r','u'),        "Russische Foederation",            0,0,0 },
-+{ IDX_2C('r','w'),        "Ruanda",                           0,0,0 },
-+{ IDX_2C('s','a'),        "Saudi Arabien",                    0,0,0 },
-+{ IDX_2C('s','B'),        "Solomonen",                        0,0,0 },
-+{ IDX_2C('s','c'),        "Seychellen",                       0,0,0 },
- { IDX_2C('s','d'),        "Sudan",                            0,0,0 },
- { IDX_2C('s','e'),        "Schweden",                         0,0,0 },
--{ IDX_2C('s','g'),        "Singapore",                        0,0,0 },
--{ IDX_2C('s','h'),        "St. Helena",                       0,0,0 },
--{ IDX_2C('s','i'),        "Slovenien",                        0,0,0 },
--{ IDX_2C('s','j'),        "Svalbard and Jan Mayen Islands",   0,0,0 },
--{ IDX_2C('s','k'),        "Slovak Republic",                  0,0,0 },
-+{ IDX_2C('s','g'),        "Singapur",                         0,0,0 },
-+{ IDX_2C('s','h'),        "Sankt Helena",                     0,0,0 },
-+{ IDX_2C('s','i'),        "Slowenien",                        0,0,0 },
-+{ IDX_2C('s','j'),        "Spitzbergen und Jan Mayen Inseln", 0,0,0 },
-+{ IDX_2C('s','k'),        "Slowakei",                         0,0,0 },
- { IDX_2C('s','l'),        "Sierra Leone",                     0,0,0 },
- { IDX_2C('s','m'),        "San Marino",                       0,0,0 },
- { IDX_2C('s','n'),        "Senegal",                          0,0,0 },
- { IDX_2C('s','o'),        "Somalia",                          0,0,0 },
--{ IDX_2C('s','r'),        "Suriname",                         0,0,0 },
--{ IDX_2C('s','t'),        "Sao Tome and Principe",            0,0,0 },
--{ IDX_2C('s','u'),        "USSR (former)",                    0,0,0 },
-+{ IDX_2C('s','r'),        "Surinam",                          0,0,0 },
-+{ IDX_2C('s','t'),        "Sao Tome und Principe",            0,0,0 },
-+{ IDX_2C('s','u'),        "USSR (alt)",                       0,0,0 },
- { IDX_2C('s','v'),        "El Salvador",                      0,0,0 },
--{ IDX_2C('s','y'),        "Syria",                            0,0,0 },
--{ IDX_2C('s','z'),        "Swaziland",                        0,0,0 },
--{ IDX_2C('t','c'),        "Turks and Caicos Islands",         0,0,0 },
--{ IDX_2C('t','d'),        "Chad",                             0,0,0 },
--{ IDX_2C('t','f'),        "French Southern Territories",      0,0,0 },
-+{ IDX_2C('s','y'),        "Syrien",                           0,0,0 },
-+{ IDX_2C('s','z'),        "Swasiland",                        0,0,0 },
-+{ IDX_2C('t','c'),        "Turks und Caicos Inseln",          0,0,0 },
-+{ IDX_2C('t','d'),        "Tschad",                           0,0,0 },
-+{ IDX_2C('t','f'),        "Franz. Sued-Territorien",          0,0,0 },
- { IDX_2C('t','g'),        "Togo",                             0,0,0 },
- { IDX_2C('t','h'),        "Thailand",                         0,0,0 },
--{ IDX_2C('t','j'),        "Tajikistan",                       0,0,0 },
-+{ IDX_2C('t','j'),        "Tadschikistan",                    0,0,0 },
- { IDX_2C('t','k'),        "Tokelau",                          0,0,0 },
- { IDX_2C('t','m'),        "Turkmenistan",                     0,0,0 },
--{ IDX_2C('t','n'),        "Tunisia",                          0,0,0 },
-+{ IDX_2C('t','n'),        "Tunesien",                         0,0,0 },
- { IDX_2C('t','o'),        "Tonga",                            0,0,0 },
--{ IDX_2C('t','p'),        "East Timor",                       0,0,0 },
--{ IDX_2C('t','r'),        "Turkey",                           0,0,0 },
--{ IDX_2C('t','t'),        "Trinidad and Tobago",              0,0,0 },
-+{ IDX_2C('t','p'),        "Ost-Timor",                        0,0,0 },
-+{ IDX_2C('t','r'),        "Tuerkei",                          0,0,0 },
-+{ IDX_2C('t','t'),        "Trinidad und Tobago",              0,0,0 },
- { IDX_2C('t','v'),        "Tuvalu",                           0,0,0 },
- { IDX_2C('t','w'),        "Taiwan",                           0,0,0 },
--{ IDX_2C('t','z'),        "Tanzania",                         0,0,0 },
-+{ IDX_2C('t','z'),        "Tansania",                         0,0,0 },
- { IDX_2C('u','a'),        "Ukraine",                          0,0,0 },
--{ IDX_2C('u','g'),        "Uganda",                           0,0,0 },
-+{ IDX_2C('u','g'),        "Uganda (alt)",                     0,0,0 },
- { IDX_2C('u','k'),        "England",                          0,0,0 },
--{ IDX_2C('u','m'),        "US Minor Outlying Islands",        0,0,0 },
--{ IDX_2C('u','s'),        "Vereinigte Staaten",               0,0,0 },
-+{ IDX_2C('u','m'),        "USA Inseln",                       0,0,0 },
-+{ IDX_2C('u','s'),        "USA",                              0,0,0 },
- { IDX_2C('u','y'),        "Uruguay",                          0,0,0 },
--{ IDX_2C('u','z'),        "Uzbekistan",                       0,0,0 },
--{ IDX_2C('v','a'),        "Vatican City State (Holy See)",    0,0,0 },
--{ IDX_2C('v','c'),        "Saint Vincent and the Grenadines", 0,0,0 },
-+{ IDX_2C('u','z'),        "Usbekistan",                       0,0,0 },
-+{ IDX_2C('v','a'),        "Vatikan",                          0,0,0 },
-+{ IDX_2C('v','c'),        "Saint Vincent und Grenadinen",     0,0,0 },
- { IDX_2C('v','e'),        "Venezuela",                        0,0,0 },
--{ IDX_2C('v','g'),        "Virgin Islands (British)",         0,0,0 },
--{ IDX_2C('v','i'),        "Virgin Islands (U.S.)",            0,0,0 },
--{ IDX_2C('v','n'),        "Viet Nam",                         0,0,0 },
--{ IDX_2C('v','u'),        "Vanuatu",                          0,0,0 },
--{ IDX_2C('w','f'),        "Wallis and Futuna Islands",        0,0,0 },
-+{ IDX_2C('v','g'),        "Jungferninseln (Britisch)",        0,0,0 },
-+{ IDX_2C('v','i'),        "Jungferninseln (U.S.)",            0,0,0 },
-+{ IDX_2C('v','n'),        "Vietnam",                          0,0,0 },
-+{ IDX_2C('v','u'),        "Vanuatu (Neue Hebriden)",          0,0,0 },
-+{ IDX_2C('w','f'),        "Wallis und Futuna Inseln",         0,0,0 },
- { IDX_2C('w','s'),        "Samoa",                            0,0,0 },
--{ IDX_2C('y','e'),        "Yemen",                            0,0,0 },
-+{ IDX_2C('y','e'),        "Jemen",                            0,0,0 },
- { IDX_2C('y','t'),        "Mayotte",                          0,0,0 },
--{ IDX_2C('y','u'),        "Yugoslavia",                       0,0,0 },
--{ IDX_2C('z','a'),        "Sued Afrika",                      0,0,0 },
--{ IDX_2C('z','m'),        "Zambia",                           0,0,0 },
-+{ IDX_2C('y','u'),        "Jugoslawien (Serbien)",            0,0,0 },
-+{ IDX_2C('z','a'),        "Suedafrika",                       0,0,0 },
-+{ IDX_2C('z','m'),        "Sambia",                           0,0,0 },
- { IDX_2C('z','r'),        "Zaire",                            0,0,0 },
--{ IDX_2C('z','w'),        "Zimbabwe",                         0,0,0}};
-+{ IDX_2C('z','w'),        "Simbabwe",                         0,0,0}};
- 
- #define MAX_CTRY (int)(sizeof(ctry)/sizeof(struct country_code))
diff de-webalizer/pkg/PLIST de-webalizer-1.22.1/pkg/PLIST
--- de-webalizer/pkg/PLIST	Sat Jan 30 11:11:24 1999
+++ de-webalizer-1.22.1/pkg/PLIST	Sat Mar  6 08:55:29 1999
@@ -1,5 +1,5 @@
 bin/de-webalizer
-etc/webalizer.conf-dist
+etc/de-webalizer.conf-dist
 share/doc/de-webalizer/CHANGES
 share/doc/de-webalizer/COPYING
 share/doc/de-webalizer/Copyright
@@ -10,4 +10,5 @@
 @dirrm share/doc/de-webalizer
 share/examples/de-webalizer/msfree.gif
 share/examples/de-webalizer/sample.conf
+share/examples/de-webalizer/webalizer.gif
 @dirrm share/examples/de-webalizer
diff de-webalizer/scripts/pre-configure de-webalizer-1.22.1/scripts/pre-configure
--- de-webalizer/scripts/pre-configure	Thu Jan  1 01:00:00 1970
+++ de-webalizer-1.22.1/scripts/pre-configure	Thu Jul 30 15:06:44 1998
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+#
+# $Id: pre-configure,v 1.1 1998/07/30 13:06:44 andreas Exp $
+#
+
+# only one central config file in $PREFIX/etc
+# -andreas
+
+perl -pi -e "s=!!PREFIX!!=$PREFIX=" ${WRKSRC}/webalizer.c

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message


From owner-freebsd-ports  Mon Mar 22 23:20: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 6581315349
	for ; Mon, 22 Mar 1999 23:20:19 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.2/8.9.2) id XAA22539;
	Mon, 22 Mar 1999 23:20:01 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: from mail.dinoex.sub.org (unknown [195.243.29.14])
	by hub.freebsd.org (Postfix) with ESMTP id AE73514C27
	for ; Mon, 22 Mar 1999 23:18:43 -0800 (PST)
	(envelope-from dinoex@net2.dinoex.sub.org)
Received: (from uucp@localhost)
	by mail.dinoex.sub.org (8.9.1/8.9.1) with UUCP id IAA24063
	for FreeBSD-gnats-submit@freebsd.org; Tue, 23 Mar 1999 08:18:24 +0100 (CET)
Received: (from dinoex@localhost)
	by net2.dinoex.sub.org (8.9.1/8.9.1) id HAA25552;
	Tue, 23 Mar 1999 07:58:38 +0100 (CET)
Message-Id: <199903230658.HAA25552@net2.dinoex.sub.org>
Date: Tue, 23 Mar 1999 07:58:38 +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/10742: port www/webalizer update
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         10742
>Category:       ports
>Synopsis:       port www/webalizer 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:   Mon Mar 22 23:20:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Meyer
>Release:        FreeBSD 2.2.7-19981027-SNAP i386
>Organization:
privat
>Environment:

	gd-lib, apache

>Description:

	generates statistics in HTML output,
	for Apache web server.

>How-To-Repeat:

	old Release is out of date
	old distfile no longer on server

>Fix:

	new version
	more languages are supported
	apply the patches to use the new version

diff webalizer/Makefile webalizer-1.22.1/Makefile
--- webalizer/Makefile	Sat Jan 30 11:12:10 1999
+++ webalizer-1.22.1/Makefile	Tue Mar 23 07:47:31 1999
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	webalizer
-# Version required:	1.20
+# Version required:	1.22
 # Date created:		02.Jun 1998
 # Whom:			dirk.meyer@dinoex.sub.org
 #
-# $Id: Makefile,v 1.5 1999/01/26 02:18:07 steve Exp $
+# $Id: Makefile,v 1.4 1998/08/17 00:34:42 steve Exp $
 
-DISTNAME=	webalizer-1.20-07-src
-PKGNAME=	webalizer-1.20
+DISTNAME=	webalizer-1.22-01-src
+PKGNAME=	webalizer-1.22.1
 CATEGORIES=	www
 MASTER_SITES=	ftp://ftp.mrunix.net/pub/webalizer/ \
 		ftp://ftp.dinoex.sub.de/pub/approved/
@@ -20,12 +20,15 @@
 MAN1=		webalizer.1
 DOC1=		CHANGES COPYING Copyright INSTALL \
 		README country-codes.txt webalizer.LSM
-SUPP_LANG=	english german french spanish dutch italian polish
-WRKSRC=		${WRKDIR}
+SUPP_LANG=	english german french spanish dutch italian polish \
+		catalan czech portuguese_brazil russian slovak swedish \
+		portugues
+WRKSRC=		${WRKDIR}/webalizer-1.22-01
 
 .if defined(BATCH)
 WEBALIZER_LANG=english
 .endif
+WEBALIZER_LANG=english
 
 pre-fetch:
 .if !defined(WEBALIZER_LANG)
@@ -39,8 +42,8 @@
 .for i in ${SUPP_LANG}
 .if defined(WEBALIZER_LANG) && ${WEBALIZER_LANG} == ${i}
 		@${ECHO_MSG} "===> customizing for ${i}"
-		${LN} -sf ${WRKSRC}/webalizer_lang.${i} \
-			  ${WRKSRC}/webalizer_lang.h
+		@cd ${WRKSRC}; \
+		${LN} -sf lang/webalizer_lang.${i} webalizer_lang.h
 .endif
 .endfor
 
@@ -60,7 +63,7 @@
 .endfor
 .endif
 	${MKDIR} ${PREFIX}/share/examples/webalizer
-.for i in msfree.gif sample.conf
+.for i in msfree.gif sample.conf webalizer.gif
 	@${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/examples/webalizer/${i}
 .endfor
 	@if [ ! -f ${PREFIX}/etc/webalizer.conf-dist ]; then \
diff webalizer/files/md5 webalizer-1.22.1/files/md5
--- webalizer/files/md5	Mon Aug 17 02:34:45 1998
+++ webalizer-1.22.1/files/md5	Tue Mar 23 07:28:09 1999
@@ -1 +1 @@
-MD5 (webalizer-1.20-07-src.tgz) = d81f5798b2992de6cf51c6c440b67b07
+MD5 (webalizer-1.22-01-src.tgz) = 37c66cb8fa62e2c9b4217e291008555b
diff webalizer/patches/patch-aa webalizer-1.22.1/patches/patch-aa
--- webalizer/patches/patch-aa	Sun Jun 28 14:42:08 1998
+++ webalizer-1.22.1/patches/patch-aa	Thu Mar  4 18:53:07 1999
@@ -1,18 +1,19 @@
---- Makefile.orig	Thu Jun  4 06:04:11 1998
-+++ Makefile	Sun Jun 28 14:36:10 1998
-@@ -15,11 +15,11 @@
- #CFLAGS= -b elf
- 
- # These for GNU gcc
--CC=gcc
--CFLAGS= -O2 -Wall -fsigned-char
-+CC?=cc
-+CFLAGS+=-fsigned-char
+--- Makefile.orig	Tue Mar  2 08:37:06 1999
++++ Makefile	Thu Mar  4 18:52:57 1999
+@@ -19,12 +19,12 @@
+ # These for Linux (most GCC based systems)
+ BINDIR = /usr/local/bin
+ MANDIR = /usr/local/man/man1
+-CC     = gcc
+-CFLAGS = -O2 -Wall -fsigned-char
+-LIBS   = -lgd -lm
++CC?=gcc
++CFLAGS+=-O2 -Wall -fsigned-char
++LIBS= -L$(PREFIX)/lib -lgd -lm
  
--GDLIB = /usr/local/include/gd
--LIBS= -lgd -lm
+ # where are the GD header files?
+-GDLIB  = /usr/local/include/gd
 +GDLIB = $(PREFIX)/include/gd
-+LIBS= -L$(PREFIX)/lib -lgd -lm
  
- all: webalizer
+ # Shouldn't have to touch below here!
  
diff webalizer/patches/patch-ab webalizer-1.22.1/patches/patch-ab
--- webalizer/patches/patch-ab	Thu Jul 30 15:06:44 1998
+++ webalizer-1.22.1/patches/patch-ab	Thu Mar  4 20:33:06 1999
@@ -1,14 +1,12 @@
---- webalizer.c.orig	Thu Jul 30 14:53:08 1998
-+++ webalizer.c	Thu Jul 30 14:54:57 1998
-@@ -240,10 +240,8 @@
-    add_nlist("index.",&index_alias);
- 
+--- webalizer.c.orig	Wed Mar  3 10:39:17 1999
++++ webalizer.c	Thu Mar  4 20:33:00 1999
+@@ -192,8 +192,8 @@
     /* check for default config file */
--   if (!access("webalizer.conf",F_OK))
--      get_config("webalizer.conf");
+    if (!access("webalizer.conf",F_OK))
+       get_config("webalizer.conf");
 -   else if (!access("/etc/webalizer.conf",F_OK))
 -      get_config("/etc/webalizer.conf");
-+   if (!access("!!PREFIX!!/etc/webalizer.conf",F_OK))
++   else if (!access("!!PREFIX!!/etc/webalizer.conf",F_OK))
 +      get_config("!!PREFIX!!/etc/webalizer.conf");
  
     /* get command line options */
diff webalizer/pkg/PLIST webalizer-1.22.1/pkg/PLIST
--- webalizer/pkg/PLIST	Sat Jan 30 11:12:12 1999
+++ webalizer-1.22.1/pkg/PLIST	Thu Mar  4 18:58:50 1999
@@ -10,4 +10,5 @@
 @dirrm share/doc/webalizer
 share/examples/webalizer/msfree.gif
 share/examples/webalizer/sample.conf
+share/examples/webalizer/webalizer.gif
 @dirrm share/examples/webalizer

>Release-Note:
>Audit-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 Mar 23  0: 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 5EA9714C4E
	for ; Tue, 23 Mar 1999 00:00:19 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.2/8.9.2) id AAA25552;
	Tue, 23 Mar 1999 00:00:02 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Date: Tue, 23 Mar 1999 00:00:02 -0800 (PST)
Message-Id: <199903230800.AAA25552@freefall.freebsd.org>
To: freebsd-ports@FreeBSD.org
Cc: 
From: patl@phoenix.volant.org
Subject: Re: ports/10723: llnlxdir-2.1 requires Motif
Reply-To: patl@phoenix.volant.org
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

The following reply was made to PR ports/10723; it has been noted by GNATS.

From: patl@phoenix.volant.org
To: sdn@slip.net
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/10723: llnlxdir-2.1 requires Motif
Date: Mon, 22 Mar 1999 23:54:42 -0800 (PST)

 > I have compiled and installed lesstif and Motif-dummy.
 > What more do I need?
 
 You don't want Motif-dummy; just lesstif.
 
 
 
 -Pat
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message


From owner-freebsd-ports  Tue Mar 23  0:46:47 1999
Delivered-To: freebsd-ports@freebsd.org
Received: from tokyonet-entrance.astec.co.jp (tokyonet-entrance.astec.co.jp [202.239.16.2])
	by hub.freebsd.org (Postfix) with ESMTP id A079515231
	for ; Tue, 23 Mar 1999 00:46:36 -0800 (PST)
	(envelope-from nakai@internetsolutions.co.jp)
Received: from amont.astec.co.jp (amont.astec.co.jp [172.20.10.1])
	by tokyonet-entrance.astec.co.jp (8.9.1+3.0W/3.7W-astecMX2.3) with ESMTP id RAA18709;
	Tue, 23 Mar 1999 17:46:15 +0900 (JST)
Received: from internetsolutions.co.jp (isi43.astec.co.jp [172.20.12.243])
	by amont.astec.co.jp (8.7.6/3.6W-astecMX2.4) with ESMTP id RAA24169;
	Tue, 23 Mar 1999 17:46:14 +0900 (JST)
Message-ID: <36F754C7.A7532B8F@internetsolutions.co.jp>
Date: Tue, 23 Mar 1999 17:45:59 +0900
From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= 
Organization: InternetSolutions, Inc.
X-Mailer: Mozilla 4.5 [ja] (Win98; I)
X-Accept-Language: ja
MIME-Version: 1.0
To: Olle Hansson 
Cc: ports@FreeBSD.org
Subject: Re: where is libintl.so.1 ?
References: <36F449E7.49446411@swipnet.se>
Content-Type: text/plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

> Hello i have a truble whith Gnome packages. I have installed all the
> packages who are requied and one library is missing libintl.so.1 and i
> have installed gettex.
> 
> i have only libintl.a but where is the other files ? i dont have it.
> 
> Please Replay this message so fast you can =)

Are you using the latest gettext port? It was fixed in recent.
If there is not libintl.so* in your /usr/local/lib, download from
FreeBSD site...

--------------
Yukihiro Nakai


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message


From owner-freebsd-ports  Tue Mar 23  2:40: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 9B72714D88
	for ; Tue, 23 Mar 1999 02:40:19 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.9.2/8.9.2) id CAA43335;
	Tue, 23 Mar 1999 02:40:01 -0800 (PST)
	(envelope-from gnats@FreeBSD.org)
Received: from server.research.zopps.fi (ws66.research.zopps.fi [195.165.196.66])
	by hub.freebsd.org (Postfix) with ESMTP id C435F14E47
	for ; Tue, 23 Mar 1999 02:30:30 -0800 (PST)
	(envelope-from martti@research.zopps.fi)
Received: from ws70.research.zopps.fi (ws70.research.zopps.fi [195.165.196.70])
	by server.research.zopps.fi (8.9.2/8.8.8) with ESMTP id MAA56356
	for ; Tue, 23 Mar 1999 12:30:01 +0200 (EET)
	(envelope-from martti.kuparinen)
Received: (from martti@localhost)
	by ws70.research.zopps.fi (8.9.2/8.8.8) id MAA30261;
	Tue, 23 Mar 1999 12:30:01 +0200 (EET)
	(envelope-from martti@smtp.research.zopps.fi)
Message-Id: <199903231030.MAA30261@ws70.research.zopps.fi>
Date: Tue, 23 Mar 1999 12:30:01 +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/10745: NEW PORT: lang/jdk-tutorial
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org


>Number:         10745
>Category:       ports
>Synopsis:       NEW PORT: lang/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 Mar 23 02:40:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Martti Kuparinen
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
Oy L M Ericsson Ab
>Environment:

>Description:

Here is a new port for the Java tutorial. I am not 100% sure about
the RESTRICTED setting in the Makefile...

>How-To-Repeat:

>Fix:

begin 644 jdk-tutorial.tar.gz
M'XL(`!-K]S8``^Q=6U/C.-J>Z_X5F:MO]X)#CL!4?1=`H(?MIJ%)IGKW:DJQ
ME41@6VY9)F1^_4KR(.3?K_U2ZO5/>DROO[?^OQ7TZ=G@+`@&_=[D;'(VZ!`23H/V<7XRW_W^IU*__?[1^?
M:/_?/^[^]/\_XC/*D__+6O\@SZ0UI,\TXBD56>L3DZU**WXZZ__FSY;]WUZ-
M1N4:G>=2:-(B$Y[+#U)[A.$GPW,M*+T8#5L9I:VYE.EO1T>+Q>)PJKZ>9.$A%[.C
M1W63HY]V_A__;-G__>>;$6KV_X;]]WN]0;^J__K=]HFQ_UZ[\]/^?\3G\/6@
MW*;FFR(LOWVMY('MI4&H?8CMU50((HGMU9TD3`5+)$MFMA!!IRH32@)J"T@%
MCZV;'[,L4XTIYE&,3:'(+"919(_MR3E(#)WP*&19&I'E43FI=]`.
MN>P<748LO8G)C!YJM^U.P^.49TQZTMQ3(OP81G.2TEO^3#%XLB&->6?HR20%
M?Z+G27C-HLB3:J'&&ZN'8T&23(=ZSY&O%/Z0'06J3/C"Y@?:Q1*D<,W>X7<"Y4S@L04`V%&6L-D_1%PL5BI`N&01/-ZOJ=
M`?%>_Z.MWN]C8OJ/"UV\0(E`FE&C*E&`@28&)#2Q'JL:F>JAHC)/'>X91330
MTS?65@<1ROCNTO9294]VEX)*Q@Z@;NV`RLL.M%;LV)?%5X4&WY*$36DFW[K<
M]CK;T2"INKE4#CEAV1QF"%O08$Z#IXAE=DJ]!4^IF"K]A(!K5_1G)E5L\,/*
MN:`DM'.#FQRE'RH]D)7W>9U"54^!G1?;RQ,(9?`ZK4=HTP97$)$L\Y01`D1-J*5$6XDO
M?F0\B98;9J-B?B$-4&*[GX\1N]FQ-XE&9FX>IU$/-*`,&%5>:=F<+X8\R&-J
M.:\-8\21GM80!R6U9,3IM6;\K&<5$>DX0=.:"1%/AR3WYI&"L,2+",]*L4P!
MQSPQ30E30=%4$U$I_=410Q$++;S(I>2);X<:2@VIYU[5:E^B4JV]:9IZ[4W6
M5&P4,J/9.$R%:OMR_?'P^9M*P_G"F0FUZX:X;NR<\Y1,XKO!,*=E(
M$IF#,N(U!I\\1_#567(:YHHM?A\3N^T5.PC^
M?"3BFL$2.[!]`->9;5?^K1?R5YL:].J"%!S0A0TL%5,2;.VF&E)BMSG7BNU:
MM6Z86VX_`S%V$"D%_8[']H7$=HF6-=N("[N,RXKQGEKN=+9B&\WSZ=0RL]Q#
MZ*W`P(T^>UBL-W+LP6>64R=[X#&QV^&T!\Y%:!DR]S5?*1D-#SQ[4;(X=49K
MEF243IG>08]'HS1"J8<5?_G0D90#)3D-(9L85R#`_L05""*%"@/;VKC"V>YP#)-P
MU],F0S7R5E:E\?;]TE?;CJIIF>5HTBQ31FA^>PEH6JI"M82M8N7=]$L>3_2B
METVG7J6[2=)6)?L>,.S28BBZ;MD@#UJ"&JUV?=W52P_P=J[
M\IWP@,A@[@F_$Z5\/'@$)=;/ONQD""F)/`ET'SPI]/9[ZTIQ)X=B(%%DE_SM
M(1"95/D'SW4ZZ,XSUX[)2QS*>&[DF,^HG/LT1*B.L-A#N=3M*6!1=@^'X';/
M)>V'DXEW"[S&0UIN,UZ!&5^M0>DHU;4K`W<27.K'66@XO''P=SMH5#)OW+,W
MT\T=2H,>SJ\1>++<;O+LU0YIL8RD\JC^7%K,=[GTDS-/5)B@YK%-9Q(SWC@C
M5?3'5T`/]%G%;@K8.KB3IL@$=(X!33";;9DO]1/WW[@(/5BF1)7(,VZSR7#/
M.*?+BZ7TZHUN.,)4\.(E-W#:@Y-L]AD&P?A5VAE`ZJ6V6;R?7(?`WT
M&9M`R.!.K29PF[:MX<7@N78^YB&;+MUOKX]A
M]AV`\N=Y$NHSG^U6<+=9%O.E7-BM:#?`RTS2>#5!ITJZI2[)7&QAG4IGI>-E
M6CYHZDWWAPJ`7QQ-?YUI]9"T/]>8Z1+_)KM2)K"4

GN`4W1RRJX*J'MR5>!G1$QLSTO>;C=WJXM+>,PR<"Y0((%/?&_A MW59+2W#N4/&54-!#^3O4)),DBD:W,^A"\<;M;_1#"XYCQL$[&$ID.<'@T/KR MX?HZ?GW5JP7GU5Y7H"%ODF%SW:B^>M)<1MSR!+;]'/=S%ITG+";J2D^J"Q8R M46Q$)=%%/IE$%%-H^(P/)*A.[_`G'&)Y?M:!5TSV=)6L\W; M:4%H2]L$#_.`BDN>9'GLE`-M"6W!\416M)-<*GU?_L[!FP^W9,XC M)BE*DZKA\U4H&DU9-D=ITBUY40F@=@JL?,T?B0FC7M5#I M>'BNOD1P]SSCZ=Q?%U9,".VZG*M46]H>*/J*Y5'U#X)8'L6PGV?"Y3Q+N7(' M8?Y$;0[UMV@3@B+,\V0FEOYM$FPVEZ:#_EQU-@.<'`#G#Y[\7U'9WJ&!J&1% MG(U?*JOJ&OGA="]RCOC42%TL9IJPO3Y#4Z<`J1: MRD)(*ZIE-J2P6QV2B%B\E)3H15%CGQUR2]^U.JS&'JFBJ_?MOJ!.K%2G&Q*/+BEZ%#3S\>:C^[P5W?#:S M(I@);OF6L&ULS-6MX9N,:G@>25;\`=Z^6G&DI3]SA(LZ@W'#9_9O\MD!!KPC M90=ZF01SH4;`:?]NQ5+\]%&"9QZI!C@+84&8/$_"+URRJ:LHBD-P7'8B5PSZ M=4&!]>N"5G@BI6"37*Y.^#JZ"N8#-'`@3+5!`MBS&I:J]#6P]#M-7`8YE^$%V(X/4$=I5T#QT1?=R$3E"^P%7F6Q@]6KH'?"! M`WQEK>WCB9EKU@[M/T3B>8$^'%T#6%FZ/"='IZ=Z$SNF^VKKN*?L#-L[NN M\!-SZ*T;]E1C^104=1OP,V$>#W-$+WDN4D>1=X_U<\`^V%2ZWCH309$_.<'/ M5*+V1$$.0I=<*F"G7+]M'HH[F0ABMTZP!CN=,`<4%8+#]*'H&\QA%IBV``;4 M`M8Q8@3YN0+838F`&6F!ZYDE=CBN+Y[PR> M$AE@Y]@5V)X)HD)[`$=VBN.QX<"N*[#'S"PW&-?75D%`65"(S./!D M3J/4I:FGQC`HW#0Z;A;5=?.$O5@Y;_V("Q38+X`3,'#@UK\SL(.:43F21)_V M?M2>1AR4!C2P'7VBMB.VJQ^K0.Q$,]503;`);Q$S_=P"J'2M0UP74JMW^%ESQR)9KF4522N1'09ZK2/B*4Y@[5%1QDX1S4*K9A.K7T;A"RW\\^)[K<@:DG$V>!8GTD4H9PX(1,Z"*!A9X:&L.*@QHG\BQ0OJGCU-YLP6!%?::`NE(\ MLMWHO05DB0IU3!+]GB07/'>([S5XM8D),D^NMQ"\P)8S"@ALY:K`3-H.(`+! M),K(GJFZKO[-`PSJXB8X8R$L/F\2#'S`H/1G$PS*:#;!H!QJ!5;!]C,P'=^\ M\YQ&$7%$?6'`5^C^0=E6;A]J'G:-47J@H^.0*_S8F87B5Z%=?^##HTRO- MFTU]2#[192;U(3/.)*GTY(_,UW8J M[Q)Z>>'%H'/Z^KQ49Z).)1-GDNB[@`H(&QSZ%I+CZJS')22 M:CR6COJZ+Y]^K(S-F66EY.X48\,PPC,3C]ZL[`24\NSUR,Y-R0(AXS`"I=T[ M\%T?_%(1N.*)".8ZE7;%%^[&$;QNZNX>8XSF?E,Y7O#+"Y*$[T+FKF:2IEY@ M9^%J,"A#W@2#DMQ-,"B]W@2#JH(F6)#E`PTH>W;/D3)5V8YH`MSUM]:(7,Y= M6I&S3+\EKIB:R_1<>,H3]>N5_GM(8U#:OT662*)*#X%!=LV#/,,G^L:2$#9S MOT%WH[?%)"0R)VE@M$\%&0R:6YYG*.TQ1+=<3[%AT!4"QV!J=W/6AD7TS:[I MM1<]RTZ!]JG3! M7S"H]-*1YP"^0N3P^'!W2<,CH,YB4"[.7<3 M+8C0QWX@L9E=UTA<::1R#R2N?WU!([I$8BJ>S<8@,ZX+O`JZ@RBFDD0'7W/] M0G4.VI"PE^R;4B\4HANS4(A"=:65%,,$=27MGG\VVPB(>!M%3M8QO1%UK4DP@BN55D(?)_) MA$8H/$O]CL![DF"T*EJQ&6+0*N<./GV^@WF7.T:$4-T;+8";U'9IQHDGP4C] M'=&Z6D)A,^KU3"(L5E-8IN_`2Y/\L[H:0=?@CQ[M:0]"6YK=@FU*W$/V,FC\P) M/"@#&[$0AZC6$%_/,4HC)K$L@$PF:'F!(HLP>,J##-^'[4!=QOZB!\?O0PM: MS]HGPP>SQH(V(J;LTENSL1CU.;$X[5.V^CNC0OL[T(Z9/5S7C$8A4KMJ+KT* M6X17W]!:OM(0-W)Y9R)-+M"BZ.MO).4AIQ$X-K.#YX])[)+HEB?7BQ)]7O,L:8/ACS]#-]1IDS M_D@3J@N'Y55YGJT?W7D@2)S%X;4Z MWW_70?),==5V>??Y[F&$NY[@V[@-NEL>,A7'?,/8I5EZ1MP@44TC'V3Y!"%_ MT'0')`B\`ZTABA.JS^,'/=[Z2IES0/2"@^\0U&QS=>E?;F1&;_6OQ48Z3Q(3 M''TGHVNV\V_CVK`\J;!X3`=U*N"YQ:LF]$L%UFB\]PZFRN$;-I*P^&-QN)Q3 M`*B)JC?>N9>]-=5-3&9TR#+X829;5%K5NZ!MXKLI0)O%=U,XK8.N4YSZ4YQY M4_2<)GS7*9R<3TTQ]H0[1=D5W&EJ;P4'/?&P#?=3YK&?(KLMYJ_@?@H\]E/> M<=M/9DIKEEC^K M'\;M^WLX/[D8"C\3-?UXX-*\_]5[F/W:8BC\;#ZC\IZ]T,A/ZU-#<2X$[,S, M/:JB"QR_]NB\1Z4J7AS7W#TO7'DEE6'^\U]>%"P>T>^>#&7&Y<42RQOOEHSF M)*69MU3Q$N1+SO_=WK)>K)8I#(3X-W]8$98UJ/.J0202"2`1"(+ M52(*#U)9RV!JJ)3$O#:;W6!JN:8J=G208_TH;6]RI[JU^9L7_%B#R.X-FZ>R M4&81>Z.XIH$DC,XD-JFJ*\DB4^%,++SP.).X1?_7)&?Z^FP-[8GXP*RQJ_M;"Q/<&LSN+"=1FJ1Q/5:!R^L9Y2)-5NKF:9B M]I%]8J+F.'E5G9UYY2)(W8=GRJ7;U"2)GJN(M58YY'F2H-ZLO>"V;1G)K/*J>9L9`TY^A9NZR2';W%0&RT0;/X:8 MO7>-C>NZ6##;MV@S:SKM56RR\+X"E2ZX*>19$%,7?L]8- M87&IZ$IW^!W+'`]8KKDQ!@.>RBUA:5[%Y*.F*Z9?(%UC2\EW`R(-;`V(I`@-B+0,%A@[5:T@F.^#^BXD0EA1'P^YFHV=TM]- M/O](6@&W5Y!47VGU-`F/)Q<<"$F\"D+JVA6$U!(5Y#L.AJ0F-8:DQ#6&M.1< M8TB^6(UA-.AW).^SQM`AWY*V9FH,0]F^96@;;?V[QG#J@*$ZM%V<&L-0'=J. M:XUAJ`ZC"FA;TC6&H3JT#?@:PU`=6KA!C>'4&T-U:'/\&L-0G5<,U9DP]&#" MT(,)0P\F##V8,/1@PM"#"4,/)@P]F##T8,+1`X:CPU"=$X;JG#!4YX2A.B<, MU3EAJ,X)0W5...W#<5X9JD-5`[A/D99@O`79?4HB\EQDM,F9P4`J_[-,B@XMZ7!76)T&!O=,1X(Z!8+5'.5$!_W=]+$1)1ZN3' MI([>S(DM8:'PA682.QBI=W+U@YZB#+8M=7$K-T.!(M*G18*L82MT0LM6J(7#0 MK8;"5#%L)+-:N>4`)0OEW(4C%BIQP5?IE\C%2#,-AQIS7ELT&M'$YE.5H<'? MB"R7EY_AL!B,84P6&['T3A>O83W3F0T7!#X*1'F68TC4.#P&1(W$8T#46#P& M1(W&8T#J>-P"47.C,2!J(C8&1+G[N[J#-0S^-)E+-^A>5!H%=P;S#$0%-:81 MKH"&=[/P@4A"LN=30Y92VE\ZR&:].?GQ7I>9"F4^D9/>AO+^X]"'?@'>>W;^^ MW0.O3.X_W/G@-7T9JI1:F7@-[(%^+U7P0`7!A24XYZ$'FLDY7`5'1(DYQ",0 M0<:;ID("2%1OX#\P#H]YXE)E=SVSO&%13=]6UW=Y'U]4VOO8TJS.3L;-%8QM]DH%Y M.#_U2UE9,J^4G\3]WVX\M`>$LC&'&`PG;W!`,<^S/0G,IR6:A@X85#DU.-`T MDZF@V.L.2C.C_5?J=*XBPCNKZ[<'U7Z^U"J0/-T;):S'>8^,?1%Y?L/SM"PW M9P?M:_LGFI%]OCIY'1G!ZZ]6+\P`ZZWP%S(PT[W('U\KW-TJGNF(.)[NJDAO M,KXKXYG,O-%5*5H=6X5H4FM4T.L)9'#82NP`K5N9Q6`]718R%07<@$#']K6= MC([[>LA%\PJ=]%26"79Y,;>^\T'7P!-`UKM!/[,;O5=&#EB=HG6R$;9SR'_N M@PBNP74F@0,$[BQW2_UT5V2P4^)$4YB:CKOH>T2*ALI*\HMR.),+1]:),-O+Z"#L/F@'@F3@E/4G4C?!+AG;A]&+Q6%$ M7T3L8=!:V6("G]"CU/F6?0P!3O=N7DF.`PR(SV< M_D:%HM;`$Y4$2\+S[\QH?IIEN'P/->8FDX]*ESD5-\V$BJY%"F?2";`/*?5% M'\6*#JK"U/"GR6L8,D%\_72HXGM.E0..6^V`9=4(`)FU`E!33*/UILN3T2J9 MH\[#]E[6A0^P9`6KRP(F`H[&\Z"R,&[T`Z>"+%R?LW!P&0$/F.ER%O'*6BHR MC*\^#KK`T@.F#CBT/Z?M6>W.;7-&>XM4$0>&RC810:U:$7&=4A&!IV_?$A60 M^()8)#?P#1%6:2T5U.HL%:C/B0C05RJDTE8BJJ3JG1TPS'/WJ(C8UJ,C`O)8 MP,V2,\BV\BF5SR9":.O`.%FQ0)V9:2#USX>_EP*;&V4+=((Z&%2#GY:BR!/Y M=#@3N&M?UOJ]]28ICEH9&10J:+9&!*%]QV&.NM9^'<2Q2%3@7&5Y$90I%=>9 M,BH2K!,54]D9,JHU-&2DOM:9/*?"P-SD9%!E<*BP4E$1@2D2!T.T;``A#]QY M`8O.-//)>A'<7(([V=J73.-R9;=3#]B5%,71FZO71(@Q$WA0)N?-65$.B/2N M1L`IZU44%#0MHP8!QJJ0L'R0]S:?DIE-4::V8,@*7/+$=IX?/"PRV(VULC%L@0AAYV+LW(G,E[H\HJP$9.]/#"_/(PDVF$W/;I M0R$T9[I4^84.R.!`IZLJ02D5^?KT[V2,2IH;:LE04S[S6WKMA/HI@;0)9.!, M:;J4]9XL'?A)SU"83R([!C>!H.(]"#8:E2K"-6T/!$EGJ9@R207R/%X/%6NR<-@CY;\W,Q/<`%`VSD*HW+&-K`)VOAC9U%J)K9` ME)8:8DV[U5(P">B)738Y!%R8E9\F814`A!M^-FF,.1#358H`;B]C M8C-4AW[:7X334*2F&[MQ)#I9Q;K,G5@L&)4<9`3=')9W M+TW#Y*-,S=ET%R5KSI>X*MG:63>_;#[*YZ&:G7K1B`(Q+5N_0&X4ZSKH01QR M[R(Z*XUK4T.IVF$##C`\7Q+Z&SA8E/IU:'VEK9J9#[.QO@`QE0)?6(BD^ M2Q]'&[<;I'%PBJP,:)Y&JT_UQCD9.5>)B-0_Z-JP$-E,+&1WV029P=HG4`F. MW`IF7':B6)L%!@-^Y:)#0;:H8(5=C>LCJYR1+#W..3:F>A]+^RGI+?NX*M.@ MS5+#48@Z8IV,*V&%M7HW&6OZJH(,/H3"UGDVR%.\%C=3LTCI12;2):&P+1R? MN'0H[E)FRO@6R--TZ^CZA#7GQ=2FB76VD6DI$EE\'FF*$S%"\^;#E3O)720E M]CC1LX*P*L6Y.APKPJT**NFG2V,F<(F/=Y8?[S=ME8%)T=8A$]]4(A%.M#H6 MP_'Z+/#>"I>*8DD$BIGQ9@2YUU<9SJH[KP3%3O70Z0-EL"/1':0&-AI(S>FS#R M^\J&JM_5Y>=(FQMW0V`VJ!@3A$$;8!:3I(KR0D3C:XHB/MM!/K"KH4I"YPKMO^1PV60H?7BU)")40;/AX M-9`)Y",L%;&U$*(@6.#JNG;U#^HM!+VBPVTKN@PWWZ>L!X0:1QA6R;X7R$C2C(Z!WOGYEY3:9&0N<$QS\=60H(T+TRSIV!NKA M4%VF+[WB*:GQ&W*TTPY@HBJB1WIX&#O(0PIH/:_Z)JZ^JI.0YN_V=H'9"KX. M5DB)EZ,A&*_A'B5/7)UT5W%Z%/@M[Y)%A]>$43A\.7]S@N"ZS%?ZM&_P[ M-_CW?/A]K,-(S="+K.,D9D@%W7:A,$)DV/VW<08SOC%+0DYQU6'[^\@;<:") M849N5.`8R]EL]8M&1N>@*&\R'9:!5R%MOH3@`3>O(@G9U.@48L.]L3-,\RZV ME5_IS`2-8N)W-HQQ+*9+6(KU)MUK):/PU,;F^".]2B`QEUAY5:`X]=@HG8Y[ M;QH_A/UV\()?/V>$E)"W?PB`JA>(35.&"+@QS MT!LGM]_:.@>"3,ZI2Q?KS;!*<`>EM^K!(RX8=0L^2'%KBAV<$<;8>W=2R$4F MO/EYS]%13/$S7!/?LE&Z_K.R,1+@L&%:]M6C#=+C#>AUT7[A#8Q>$N?=UQF47=2=\/MV]O)?J(]S:66_DH M,V36_&T<]@YL(XX3"7A13R(+GPWDW%$?Y_5^K$[<:Z8Q*Q[*UEP0Y*/!:B[7 MVFH/WCFW?EX M#^$0A@VO-XK*@9LO=G;O\.J/5=@-E0("8R'U!Z_A6[2(0(S50X*,T1SCZ'Y' MI^7Z_+J%"$>TA0POGF,_VXT(&.O!:7 M<&!B.V5SK9['>FPH_3;U!JM/6;TI^(:4GEI^K)GG!$. M_@C1,+A9:LA#8N8J<=>[_E[J0O+4:@L93ZL6B@V"7+%*=%R='W[2W,A`$ MW("*)URXZL@[J^3AIE4@00/^1/TF$VYB-"(!-JG=!O03\J+=$6!]PH`)#V>X M5?A-9*)XP!@;[+2)5#E36.)4;P-?W]Z+S@2P0=!+4<_#Q\S:;O)BD]#M?@HW@+(\LP8IRI#H(NG_2(+MD63R\ M"G%GM#9K*2V+U\9/E^`VL"@^S6F^2H.KLSG\QC!'+0736VGP5&>CP;%\C0X, MO^;X[0U#8:>6/$5YDH+6S/1^A)U_-<]C)U^,'946(HUU3PJ%3.72PA8E3D&X M6RTMKNH,9%@S&--0A".Z7052&PFK!?6$HUW%X7DBTR'<;N^KWMZ9P<<3U5V)33VVSH4W*.NXA2S. MT9F%-J"VX"QDTP+,%UM-96)M%>/3*6W@KV@IJC;KFYH,=;/R""DL!VJ27Y'R M,S5H^A&V!EGEY1KO-OHT6Y!T?0?9&V1V#`355140YXTMK])2>N*[XQ64W7+5 M>14.,M$BPWD#`R`3MD!F3QC` MZ]S,7W6"W0U[GL]T4*_B]8Y1^6&TNU]<0GKWJG'Y*?J$PCK2CB1U$Z%S-*Y3 M)/*IM4XL`:A=AUY+5!\?,@;4JUW7@,=5H6\D;AE&`;#1]?O;^1PY%E M*G)<&MQ-"@FY'%LY+NU/3"I`':4Z4L'*"3S!H`DZ9IYN)GMH0([?CX;'0TFY M$<[*WSOY@@956D?5?#R]40(5402B)$&"Y]']'*1']O%G?1O M6[,Q`%PL'-J\4S@'=\B!5^(A$I_J9`R)RW(RAL0E.!E#XG*;C"%Q:4W&D+B, M)D,D_>:Q/@-C\:\/YZ&P_:J/P?>O!C-Q*]SDN-`ZLE=A#O(HHJ^Z0Y#1^G*/ MQK%(\`4Y8HSC&3UZ`*=VZP&W6G]TJ_9'MWI_=*OX M1[>:E\D2EDKP%[T-+1+<-?!Y8Z:>V+M$>%Q\UZ3"Y\;78PZ/%8'3"%O+P!YA M.CQOA.GPO!&FP_-&V+H*72N`Z6.4N9G+R"P>*.0O:K&\"W2&6^Q!$$YEEJWR M-]@]4HJ(-^9ORMZ?[(OZ0<7(E:I1,EY_;.'PA8]>8'=C1]%+4ZFY;7>^^+;B M^/A"+V2Q9!B3EB%89HINFSL!0%7Y<%`>*MB,+(',*$OC:VCRONP8>A'I/,978R,#UP]E.^5LCLJW@VGFQ< MSP*PW`&MP7)&<\"R)ZLMV.G-'">B*3(/.]F8H$*:C127*_4Y,L*NS2857WTF M#NHS<5"?B5,[<)U`P#JH[<1%;2=4U+GTI>D)8BLX>(4$_;QUZB(5M(V,] M@Z)$#RM#BERA-]@VP93MN19=?P,;;S+C%'^=@'A%UQ86>^\/C:"]A)I3ACY8 ML5\PN)!K^^_9'(9#>W#XTN%2RE6,,'YB&R4J\QY-+..`]AV08=)M]2#59_3/OF[HX<^'KQ/)06""[`YD\<-6ZYH6I$)%>>&"ZA37$M/#`9)3V"136 M`U7]ZZ-N'*1:"QLL4%UYYF"U^BR9_/T0>_W9+IYE4:2',2&(?!<9;Y3;Y*G_ M=JBPR>Y4W"J2>\4X2C'316%^,)T].7H2CQR*>506\NMEEGP=9_%,'`DUY]!\ M*I.%Q"CD4:216X!A]$AD.3NC! M]OGF!7A$F\T9>6"U0O5['!Z%-BY5U2$M2[,X?CPS)==MC>=/=29EE<.Y]:/% M\TJWDPEFOLXDU>]@/^(8]GUN!!S/+N"T%Z9[8JG/KMZ]>>^742S>S\_,Q,6O MH%`'.2&;%I;W'/:.=70CD)'96-Y;D80Z-I7AEU4N%%RYG5V9O_MEUGF!-/UX M38BBTR0Q/11[>1E:6//MM?`N\#M=B&QU4\[,R.Z5^*ZP-X5ZI;1)+]]@+ZA% MT,*`8!XPOG_XT0PFR"O(\,0W]K^]D/Z]E*7O>JBZFLPN'['GM_#<5Q]UL@_> M&V'F63Y-6:,3_HUDS?RNC&/\K,B%[IM<^N7O-7_7%/PE?DMS+0WML3/,^J4MZ*F?2MW?;*O&N9YS9K MF'_)]U3?-@&#@"!.O[Q3!6[-GCK,7GICOY+W\H+6Y_?,^TY?ZTS:F=J^K.N' M`C*W*>^*[7]0'[51>VG.ZA5P';.Q;M5@69]H,:GLSX"#YM0Z]&4)D>,R` M"+_:-0"2\U`/\#8'S(4]D%, M(;?\AW@'74OK&12[UBL"AWHG1M`,T-C$C@-89>XE$ M_0.9]WB`-]^>&_O,@[);RC@HH:J2T7/@'ZYXEH4Q#F"W%EH`?G=!1_EQ+.-O MC]+G'\Z$BF*!NY2U5,>F)^FRS695;QT2UDTZ"GR5=9@RQPZ7'<;TW5DDD0U: M5@DR;"8>RF[T.BZ5R#"M`8PO:2"21\$!&G6/-+I*PTQ8CVD]Y])IHF)A'B+L M9_>X2)7<@(1YY5NMT6K;X*A5S(A![:.LDT-_62TM&=>U*Q9**A;68I7XO"ZE MJKYGAUW2K,BT7,M8D[:*R>I&UWP\H,1G/$E=Y\K';3,_2?8!X6H^"00@E MS/-P4[%G2:?R<[60#>WCIV76*;U("9/S/;!Y*>ZYUEFH$MCL\R?B56SX85PQ$9,5>S>L[>R^R'V M;8:WL#IJ?_4'ST:I3^K!!%=_N)"!::D(GZ7[6<;7.HKTD\QNX;(+_,(8ON"^ MB7V,0M4?O%KW,4HO:OD:[H8H"AE>Z*",L?NTS]+"R'$GZ^LZ7"J`X@IN@)^6 MN#6I$>@2>9?T"#23N2XS;/;N$0)[]P`7O("U>1$5*N6_WP%;JP$;3YP*5?AJ M0K-A(NII!Z\3;N%,"@'W@GKD?&TZ7NZ1[U>Y\LAVK M"<^DQ%Z3L)LG$LG#:2:%AYJ#[-&D#>N==%?5#9F1O=C(8\VY6?Y1RF9H\BCE M-)/R\G,JDG"_I!-W5@7199A(]YTL02_9NBM3;0.=F<+.Y7`CFH,)=69YD"MG MCJMZIN3&51BME%8KG:G@0D(XR.A,9!<6#)''SE?/B4WM)Y0I M\2ZN,F4PT1W6&CCBK[!8-CP4!LNFQ660#!P;!L.:*\/`#YP7+L/076'PC(TW M?FAPF3D&/$-_B4%1>TB<.EUS9!@$U8C(`-9SHZRD3E!J_-)4/#I)_=#"V/\, M`7D[9(VF.LL:.=1>(#)9.!'8FTN=&)HJ<".I+9T+2>."N'!8[\.%H+ZL/IJ# M*^Y$5,C8!6\O'&Y\=Q6Q@'+7<4Q1$\J MBBIOSI7)2[F\:$MI!B.H:1DJIXY8.=\N#"ZK3R+%Q5.-]#GPJ5W$WG2G*22I ML:)%M1+E@A[?HK('\?*E(KG2NSFG)SZYOO%(-O'(]N;[SR/6]1ZX? M/'+]Z)'K)W](;/97-_"R7L=OW7__+!U!HV M#UPVX.!"Y2G^P.XSC'=+D?JKM5LS'@O([^&UP$V$!3TJ8`NKEX@#!+]7SH(5WIA,$=M1TEFU!KV2SD=?76ZAPQ&:1;(^ MNK`HUDT3BV(P!O/$Z+HY"U][)RSLV`#%(MH8DAQ8:BWG-\CZ(,:39&PX9#&1 M3G9MH.V)CIM,Q:I0C\2UXI:DCI>O%,V)`G3-H2"V3ID21%J$CA1U(5PHA.TP MV#.=HW#"N8P!.NXZ&8]`K<4H,RG2K!,#[`>/A[7`M7ZZJG&RZ6>L=K"=F;%) M9A_QF95VLA&S-.WF*O-"Q[[8+I18P"G`M_:/[GRO(_WD2[8WF0K/Q,(GG2^N M=SJ1OKC.].>J]LE3H_%^$*E%$G/"&,:E>WMQW@O5<2^KKVICGV+8Q;:0\N$P M()YB&"6)BP;*X M8&=BP86#(>)B*<>$UX!UV,(M.6RAQL^L>G&0`20`8^#F$3%\OBFI:1TNSK2J M`]2F;,K`36)5<6K!,E8L%S)6>3`<.'GKDR-,5P'[ M$-@(V\U2%\XB]2RZ(],=?/VHLP?BPO!HC0=PLXAIO;L@TU'D0SS[E7"'P0XJ ML&^NXISKC!H=/U;GMGH@).%&57CIZYLS`.JVYGH3MUV+O*AU.U4 M>0'Y[K*Y"#S)%D&\6#[5R:+TQ/@@BN7J7.>F4;WPA2J.9?C66\M6?+?^VL0, M`;6YDI+C#PUOXG,ZS[V3C'?B M?`LE^X#X%C[R:>MMQJ<594-B6X"$Y%J:[MQ-^?"T)&?`V*$0BC#=)JVU[3^;8U((Q M](QQ_2*-=O<)*4JX4SA.QI`Q0J;7O(.*[C;O("/[S6-<5=V3S>`8E;!4I*B' MBH9N2"K28B MIBTCU7"9//XFS!]FU-7)&F^3_J9F'L4M.EM=[/=37=*GL?*EUSEB;0K/2SKQOI67:LJU\;T#/P!/V1VES)SSI M[,$/'81YM)M__J0$6K]LUO_W2)E)CXT";*R5MNV,8-M\TRG(<'H9*I]-`\1[ MH+P6J4>V6YEPEL:WDC[2-DUV"W>G&=G4GB?T5]H[!3]XUL@>J4O2KJWC0SS3 MGL>QCM'3:'.Q,OZ/"L!X>"?T.."H2'H?OP>DGBIT+;^01U4U$\+"[RB^1NFI M]*8OS63H5\ZIUM&9\-CP/4)/Q6;N*S[#Q]V(VTX;*:]#4,?GJ1ZO95+Z$P_8 MWD2E1U4$1F80W6Y.@_''>*/3,O5\6QGJ5 M\DQEI-/'S_&="V("Z]UT%WKAD^[6C.*XR\JQC/2DXKOY&"G`=Q-RLI3O9M2I M).WM/\>7BT>O\L&=K![I6`$2SZH-,W#EV;KD1=@\1\N+BGE66&/1HIF8V1L3 M/59N)KV:-&/1_2K\"C9&GGPRSB*_:E2H^=R&WOBL1N6=\E.Z\$UYH[P..$49 MF[D.,<,-FI24Z@;-NA]92:ETT*RDI#IH5E)Z'30K*=$.FI64<@?-2DJ^@V7= MBPKL10/VH@![:?^]-/]>6I^4@PE+2DK&]*P_HM.E\CJ.AN6#_&C+%;'4Z_C2NU+<*2X.E<,G[TQ>UUTZ3,O]R:SWX6B M'O-B;_6\V%L]+_96SYX7Y#KF8&_Z'.Q-GX.]Z7.P-WT.]J;/P=[T.=B;/E.S M,VQE_KC4D7QG''&9>=R7>*N3Q53DGB+P;`XLC_O"2Y')T![*\$=JDSW;S3=/ MX1^.-P!NB]&ITD/X%-1O)(G-I`2Q+[]!FC"OE-Y"R"SA328?O8GX%C+F^8Y, M89RZWLZ5B17OCM1MG1"^,@[0[S:1$"V?,\Z];V456:(CZO7DVP)[['+'52%C M/R6&&S\B2;V23*=6^`>4,Y'8J8W'G];R'P\:Y"+L%MT>`N/C.H6`R=-^Z,]R' M,@\\T"S-<$K,^#!.E*J`7:Q/[?=1;IUF5")EM2R*=!=49'`=[--/4G'Y],Z`BZ2A"!,MG;+#Q M];G86"8EVXK40=CL+FP/?SCT7V*^R#Z8FA>^+[8]\^?"4*EO]+K?[ M^[[8JMO,?+$MS'3:$Y`SD>-:!@H4X\O!DW"/51>1G' M(L--S]9P:A%(M*)WN-*T3BJSV+&P#0VCEG0$RV^?G6N[YB$C1:I,Y26.[Z]9 M6')[>'U#0P82>W(+)#Y_PGW1"=0LR7<:8*D8U/-9K`:CC$P6*L$)N`D&G[)$ M#A@C:#OF\,!8%.XY.8<,:L@D`]2^J:J8Z>!@ZKV3Q!R1,.!5&TK\>KLPBQ_+V&3A8(@;WN("+EV'T M4LFC?N"M:VR2D&&%-'K(7"8:Y2$BC;$(9(K5INZ%("K$\CM+WB,B0BE#0P]5 MR'2V@J].&OT\[D'Q*&92 M)/GQDW$=C9+`#T1D"I?4F*8RFDY$5GV%+Z0D+# MHI]6<`T,]FG<^JT/CG,YG/RB2,.)9WG0`/B70@ M^"^LT/CGK4)P7T;0)O,XZL&%+.R-/S(DL/=`%)O<@Y%&\1Y.=/=X<5_=H^!` M)6WO>0--1*$>GZL%7`*';_4&,*'QXW7KDUA!) M6C89@M$14$,@(2YA""7%_@S!Q+7#33@I;&,()\Q]!E":NA(W6!H#EDQ?B'2/X:S^BHID6-+SXNNCCG"*K"8J0AKH?L$U5KW M8;LA(_`UV*<1T<+\LEC&G&V$<2)Z73B6P=8EW%G@6H:.B`-%SKJIB4''%.$$ISHYG7OYA3Q_SKL-6S&OQ(*%0 MGM]Q\LTWWW_[[<$?#@Y>_3#Y!OX_^>$[^[_]G+R:?']P\/WW/WSW_?>O)N8/ MYC>O?OCA#P??>)9C]%/"LMS!P1]B,YTNU/;GBNR_0YK_]L^?#M[)IX-49T5^ MT`WB!W&M"0=SG?W\XF\7OQZT2OJG@]\@EL$\E,G?2Y7)\.<75EW-7RY$(0\" M,YLKX+G#RTT\_F:<_+G5LGGIQ;:O^ MX-3@SU5C'#TTO_FKS,P,'A)=!3K^SY=_,N"OKL*OS#0%OK#KB2_/LU;NI^7=Y^Y<7.T5\^?+C[:]WM^=_>?'B MJW^:;R^N;O_U\O;R;GI[=3Z]O/C+BW^;+E5^`/Q/(I,'YOL2+HP^B%0@DUP> MB"0\D)^A60[`'<]T=/1O+]^]OS_[/%_#JKG,)Q]DL^&Y#]>OH3P MS9Z0?_WJGW>7%_\ZR+_^XQ\KQC_^\>N6_.O%P9_A5;^^@8(<7U_>W9V^N1RM M`RC__^M>]>7SY?/E\^7SY?/E\^7SY?/E\^7SY?/E\^7SY?/E\^7S_\_G_P($ 'HE+Q`/@"`.7S ` 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 Mar 23 2:46: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id C5EB31533C for ; Tue, 23 Mar 1999 02:45:50 -0800 (PST) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id MAA23969; Tue, 23 Mar 1999 12:43:06 +0200 (SAT) (envelope-from reg) Date: Tue, 23 Mar 1999 12:43:06 +0200 From: Jeremy Lea To: Alex Zepeda Cc: Jacques Vidrine , Dan Moschuk , freebsd-ports@FreeBSD.ORG Subject: Re: GNOME Message-ID: <19990323124306.J61840@shale.csir.co.za> References: <199903210608.AAA59605@spawn.nectar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Alex Zepeda on Sat, Mar 20, 1999 at 10:15:16PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, [moved to -ports]. On Sat, Mar 20, 1999 at 10:15:16PM -0800, Alex Zepeda wrote: > Perhaps I picked some bad ports, gmc and balsa. gmc needed a little > tweaking (of the patches?!) to get itself built, and works as well as > expcted (it doesn't). Balsa OTOH wouldn't even compile. It seems to be > wanting version 0.4.9?!? the latest version available from www.balsa.net > was 0.4.6.2... even after telling it to depend on Gtk+ 1.2 it wouldn't > build. I'm not quite sure what the maintainer was thinking here. Please could you be more specific as to the problems with gmc. The misc/mc port does not contain any GNOME stuff and should be dependant on glib 1.2. x11-fm/gnomemc should depend on x11/gnomelibs, which will pick up gtk 1.2 as a dependancy. There shouldn't be any patching problems either. Although the version is now out of date, and needs to be updated to .27. I'll have some time early next month, hopefully by which point the bug fix releases of GNOME 1.0 have been done. The reason Balsa was not updated was that the 0.4.9 tarball disappeared from ftp.gnome.org for a bit, and it's now back. The port needs some minor changes to get it to build properly. There are a couple of other ports which fall into this group. The reason that most of the version numbers weren't bumped is that the development versions were coming so fast that we would have huge numbers by now. I only incremented all the GNOME 1.0 libs to .1 if they were at .0. All future changes will increment the shared lib versions by 1 for each time the port is updated or changed. It was a mistake not to do this for imlib, which has since been fixed. This won't work for ports which have BUILD or RUN depends though, as I found with the gettext port. Hopefully now we can stop tracking the development versions of GTK and GNOME, because these versions are pretty much garranteed to not be either forward or backward compatible, which is why we have so many GTK ports. To keep bumping the version numbers, and change all of the ports which depend on them, is a lot of work, especially when there are a few maintainers involved. I'm not sure how to indicate in the ports that the GNOME ports need to be treated as a group. The best way to rebuild these ports is to pkg_delete gnomelib-x.x.x, pkg_delete all the ports it lists as dependencies, and then build x11/gnome. Maybe someone else has a better plan... Regards, -Jeremy -- | ----------------------------------------------------- --+-- "What a crazy world we live in, | we save the whales yet support abortion" - MIC | ----------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 23 4: 8: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 D9D3114C2E; Tue, 23 Mar 1999 04:08:09 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA50789; Tue, 23 Mar 1999 04:07:52 -0800 (PST) (envelope-from asami@FreeBSD.org) Date: Tue, 23 Mar 1999 04:07:52 -0800 (PST) From: Message-Id: <199903231207.EAA50789@freefall.freebsd.org> To: murphyp1@voyager.ais.msu.edu, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10625 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: XFree86 aout library support incorrect State-Changed-From-To: open->feedback State-Changed-By: asami State-Changed-When: Tue Mar 23 04:07:03 PST 1999 State-Changed-Why: There's a new tarball on ftp://ftp.xfree86.org/pub/XFree86/3.3.3.1/binaries/FreeBSD-3.0/Xbin.tgz can you please give it a try? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 23 6:10: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 C64411531A for ; Tue, 23 Mar 1999 06:10:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA61069; Tue, 23 Mar 1999 06:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail12.svr.pol.co.uk (mail12.svr.pol.co.uk [195.92.193.215]) by hub.freebsd.org (Postfix) with ESMTP id CE3281531A for ; Tue, 23 Mar 1999 06:06:43 -0800 (PST) (envelope-from tom@eborcom.com) Received: from modem-96.ocuhist.dialup.pol.co.uk ([62.136.82.96]) by mail12.svr.pol.co.uk with esmtp (Exim 2.12 #1) id 10PRp0-0003ar-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 23 Mar 1999 14:06:23 +0000 Received: (qmail 7542 invoked by uid 5000); 23 Mar 1999 10:55:15 -0000 Message-Id: <19990323105515.7541.qmail@eborcom.com> Date: 23 Mar 1999 10:55:15 -0000 From: Tom Hukins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10748: Update Port: p5-Time Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10748 >Category: ports >Synopsis: Update Port: p5-Time >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 Mar 23 06:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: eBORcOM >Environment: /usr/ports/lang/perl5 port installed on 2.2.8-STABLE. >Description: The small patch below updates the devel/p5-Time port to the latest version. No files have been added or removed. >How-To-Repeat: >Fix: diff -ruN p5-Time.old/Makefile p5-Time/Makefile --- p5-Time.old/Makefile Tue Sep 15 23:21:18 1998 +++ p5-Time/Makefile Tue Mar 23 10:52:06 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: p5-Time-961002 -# Version required: 97.092101 +# Version required: 98.112901 # Date created: October 12th 1996 # Whom: James FitzGibbon # # $Id: Makefile,v 1.10 1998/09/15 21:31:44 asami Exp $ # -DISTNAME= Time-modules-97.092101 -PKGNAME= p5-Time-970921 +DISTNAME= Time-modules-98.112901 +PKGNAME= p5-Time-981129 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Time diff -ruN p5-Time.old/files/md5 p5-Time/files/md5 --- p5-Time.old/files/md5 Wed Mar 11 11:26:07 1998 +++ p5-Time/files/md5 Tue Mar 23 10:43:47 1999 @@ -1 +1 @@ -MD5 (Time-modules-97.092101.tar.gz) = cc985972c51ecf047daa5fbaf1c62808 +MD5 (Time-modules-98.112901.tar.gz) = 377ff3fe9f9ca64cbc5604555b2cc3b7 >Release-Note: >Audit-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 Mar 23 6:40: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 D8FB3153B8 for ; Tue, 23 Mar 1999 06:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA11063; Tue, 23 Mar 1999 06:40: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 9F50714E4B for ; Tue, 23 Mar 1999 06:39:17 -0800 (PST) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: (from kiri@localhost) by pis.toba-cmt.ac.jp (8.9.3/8.8.8) id XAA43286; Tue, 23 Mar 1999 23:41:59 +0900 (JST) (envelope-from kiri) Message-Id: <199903231441.XAA43286@pis.toba-cmt.ac.jp> Date: Tue, 23 Mar 1999 23:41:59 +0900 (JST) From: KIRIYAMA Kazuhiko Reply-To: kiri@pis.toba-cmt.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10750: Update port: asfiles-1.0(x11-fm/asfiles) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10750 >Category: ports >Synopsis: Update port: asfiles-1.0(x11-fm/asfiles) >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 Mar 23 06:40: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: Updated the port asfiles-1.0(x11-fm/asfiles). Current modifications are : (1) Add resource file Files so as to install ${PREFIX}/lib/X11/app-defaults/Files (2) PREFIX varialization has been done! Update files are respecively : [Add] : -rw-r--r-- 1 kiri staff 193 Mar 23 23:36 x11-fm/asfiles/scripts/post-configure -rw-r--r-- 1 kiri staff 175 Mar 23 23:36 x11-fm/asfiles/pkg/INSTALL -rw-r--r-- 1 kiri staff 765 Mar 23 23:36 x11-fm/asfiles/files/patch-aa [Delete] : (NONE) [Update] : -rw-r--r-- 1 kiri staff 6209 Mar 23 23:36 x11-fm/asfiles/pkg/PLIST -rw-r--r-- 1 kiri staff 835 Mar 23 23:36 x11-fm/asfiles/Makefile I put the diff from ports-current in "Fix:". >How-To-Repeat: >Fix: diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/x11-fm/asfiles/Makefile ./Makefile --- /usr/ports/current/x11-fm/asfiles/Makefile Tue Mar 16 02:40:13 1999 +++ ./Makefile Sun Mar 21 22:50:34 1999 @@ -21,5 +20,11 @@ USE_X_PREFIX= yes MAN1= files.1 MAN3= regexp.3 + +post-install: + ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-aa + ${INSTALL_DATA} ${WRKSRC}/src/Files.ad ${PREFIX}/lib/X11/app-defaults/ + ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + ${MV} ${WRKSRC}/src/Files.ad.orig ${WRKSRC}/src/Files.ad .include diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/x11-fm/asfiles/files/patch-aa ./files/patch-aa --- /usr/ports/current/x11-fm/asfiles/files/patch-aa Thu Jan 1 09:00:00 1970 +++ ./files/patch-aa Sun Mar 21 21:32:36 1999 @@ -0,0 +1,19 @@ +--- src/Files.ad.orig Mon Apr 21 12:55:17 1997 ++++ src/Files.ad Sun Mar 21 21:29:33 1999 +@@ -5,13 +5,13 @@ + !*********************************************************************** + + ! Search paths for icon files +-Files*bitmapPath: /usr/local/include/bitmaps +-Files*pixmapPath: /usr/local/include/pixmaps:/usr/X11/lib/X11/afterstep/icons ++Files*bitmapPath: %%PREFIX%%/include/bitmaps ++Files*pixmapPath: %%PREFIX%%/include/pixmaps:%%PREFIX%%/include/X11/pixmaps + ! A pixmap for the background + !Files*icon box*backgroundPixmap: /usr/local/pixmaps/Files_back.xpm + + ! System-wide Configuration file +-Files*configFile: /usr/local/lib/OffiX/Filesrc ++Files*configFile: %%PREFIX%%/share/OffiX/Filesrc + + ! Double click time in milliseconds + Files*doubleClickTime: 300 diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/x11-fm/asfiles/pkg/INSTALL ./pkg/INSTALL --- /usr/ports/current/x11-fm/asfiles/pkg/INSTALL Thu Jan 1 09:00:00 1970 +++ ./pkg/INSTALL Sun Mar 21 21:40:08 1999 @@ -0,0 +1,7 @@ +#!/bin/sh + +ADDIR=${PKG_PREFIX}/lib/X11/app-defaults + +if [ X"$2" = "XPOST-INSTALL" ]; then + perl -pe 's/%%PREFIX%%/$ENV{PKG_PREFIX}/g' ${ADDIR}/Files.ad > ${ADDIR}/Files +fi diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/x11-fm/asfiles/pkg/PLIST ./pkg/PLIST --- /usr/ports/current/x11-fm/asfiles/pkg/PLIST Sun Jan 3 19:13:05 1999 +++ ./pkg/PLIST Sun Mar 21 21:07:39 1999 @@ -220,6 +220,8 @@ include/pixmaps/Workshop.xpm include/pixmaps/interface.xpm include/pixmaps/PDFOmni.xpm +lib/X11/app-defaults/Files.ad +@unexec rm -rf %B/Files share/OffiX/FilesMagic share/OffiX/Filesrc @dirrm share/OffiX diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/x11-fm/asfiles/scripts/post-configure ./scripts/post-configure --- /usr/ports/current/x11-fm/asfiles/scripts/post-configure Thu Jan 1 09:00:00 1970 +++ ./scripts/post-configure Sun Mar 21 21:45:19 1999 @@ -0,0 +1,7 @@ +#!/bin/sh + +dirs=". src src/bitmaps src/pixmaps src/external src/regexp pixmaps bitmaps" + +for d in ${dirs}; do + perl -pi -e 's@^(prefix[ \t]*=).*$@$1\${PREFIX}@' ${WRKSRC}/${d}/Makefile +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 Tue Mar 23 6:40: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 9F3A8153B4 for ; Tue, 23 Mar 1999 06:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA11012; Tue, 23 Mar 1999 06:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from localhost.giovannelli.it (kirk.giovannelli.it [194.184.65.4]) by hub.freebsd.org (Postfix) with ESMTP id 0ABC7153BE for ; Tue, 23 Mar 1999 06:36:24 -0800 (PST) (envelope-from gmarco@giovannelli.it) Received: from suzy (modem29.masternet.it [194.184.65.39]) by localhost.giovannelli.it (8.9.2/8.9.2) with SMTP id OAA15877 for ; Tue, 23 Mar 1999 14:35:53 GMT (envelope-from gmarco@giovannelli.it) Message-Id: <4.1.19990323153323.009eecd0@194.184.65.4> Date: Tue, 23 Mar 1999 15:37:18 +0100 From: Gianmarco Giovannelli To: FreeBSD-gnats-submit@freebsd.org Subject: ports/10749: Update port: converters/p5-MIME-Base64-2.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10749 >Category: ports >Synopsis: Update port: converters/p5-MIME-Base64-2.10 >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 Mar 23 06:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Gianmarco Giovannelli >Release: FreeBSD 4.0-CURRENT i386 >Organization: < Private > >Environment: FreeBSD 4.0-current >Description: This small fix update the p5-MIME-Base64-2.10 pkg (needed for building p5-libww, too) the 2.10 is not apparently on cpan anymore... >How-To-Repeat: >Fix: by popular demand submitted only the diff :-) diff -ruN p5-MIME-Base64.old/Makefile p5-MIME-Base64/Makefile --- p5-MIME-Base64.old/Makefile Sat Feb 20 15:42:10 1999 +++ p5-MIME-Base64/Makefile Tue Mar 23 15:21:09 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: p5-MIME-Base64 # Version required: 2.10 -# Date created: June 21th 1997 -# Whom: ache@freebsd.org +# Date created: 23 march 1999 +# Whom: gmarco@giovannelli.it # -# $Id: Makefile,v 1.10 1999/02/20 10:45:56 vanilla Exp $ +# $Id: Makefile,$ # -DISTNAME= MIME-Base64-2.10 -PKGNAME= p5-MIME-Base64-2.10 +DISTNAME= MIME-Base64-2.11 +PKGNAME= p5-MIME-Base64-2.11 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= MIME diff -ruN p5-MIME-Base64.old/files/md5 p5-MIME-Base64/files/md5 --- p5-MIME-Base64.old/files/md5 Sat Feb 20 15:42:10 1999 +++ p5-MIME-Base64/files/md5 Tue Mar 23 15:19:37 1999 @@ -1 +1 @@ -MD5 (MIME-Base64-2.10.tar.gz) = ba55d33278b8464764a1adbbc59fe458 +MD5 (MIME-Base64-2.11.tar.gz) = 2450eb4668d8a8b80cdfbc8c86f88ed0 Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 23 7: 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 7AF6C15232 for ; Tue, 23 Mar 1999 07:00:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA04242; Tue, 23 Mar 1999 07:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kfug2.kr.freebsd.org (kfug2.kr.freebsd.org [210.105.79.6]) by hub.freebsd.org (Postfix) with ESMTP id A64DF14C87 for ; Tue, 23 Mar 1999 06:53:15 -0800 (PST) (envelope-from root@kfug2.kr.freebsd.org) Received: (from root@localhost) by kfug2.kr.freebsd.org (8.9.3/8.9.3) id XAA26518; Tue, 23 Mar 1999 23:53:59 +0900 (KST) Message-Id: <199903231453.XAA26518@kfug2.kr.freebsd.org> Date: Tue, 23 Mar 1999 23:53:59 +0900 (KST) From: nobreak@KR.FreeBSD.ORG Reply-To: nobreak@KR.FreeBSD.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10751: [NEW PORTS] crazywwwboardle-pl3 (www) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10751 >Category: ports >Synopsis: A new ports of CrazyWWWBoardLEp3 >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 23 07:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Seung-young Kim >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: Korea FreeBSD Users Group >Environment: FreeBSD kfug2.kr.freebsd.org 2.2.8-RELEASE FreeBSD 2.2.8-RELEASE #0: Sat Jan 16 00:48:22 KST 1999 nobreak@kfug2.kr.freebsd.org:/usr/src/sys/compile/FREE i386 >Description: Dear sir. This is a new ports of CrazyWWWBoardLEp3. # 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: # # crazywwwboardle/ # crazywwwboardle/pkg # crazywwwboardle/pkg/DESCR # crazywwwboardle/pkg/COMMENT # crazywwwboardle/pkg/PLIST # crazywwwboardle/files # crazywwwboardle/files/md5 # crazywwwboardle/Makefile # crazywwwboardle/patches # crazywwwboardle/patches/patch-aa # echo c - crazywwwboardle/ mkdir -p crazywwwboardle/ > /dev/null 2>&1 echo c - crazywwwboardle/pkg mkdir -p crazywwwboardle/pkg > /dev/null 2>&1 echo x - crazywwwboardle/pkg/DESCR sed 's/^X//' >crazywwwboardle/pkg/DESCR << 'END-of-crazywwwboardle/pkg/DESCR' XThis is a port of CrazyWWWBoardLEp3. If you find a web based bulletin Xsystem, it might give you a complete solution. See below sample screen. X XOfficial distribution: http://cwb98.nobreak.com , ftp://ftp.nobreak.com X========================================================================= X [Admin] [Statistics] Searched Articles: 15/110 , Pages : 20/22 X +----+---+---------------------------+-----------------+---------+----+ X | No |(c)| S u b j e c t | Name | Date |Hits| X +----+---+---------------------------+-----------------+---------+----+ X | 15 | # |+ I need qDecoder | Jin-soo Park |Mar 23,99| 75 | X +----+---+---------------------------+-----------------+---------+----+ X | 14 | # | + Re: I need qDecoder | CHOI Junho |Apr 08,99| 48 | X +----+---+---------------------------+-----------------+---------+----+ X | 13 | @ | - Re: Here it is... | Seung-young Kim |Apr 12,99| 22 | X +----+---+---------------------------+-----------------+---------+----+ X | 12 | # | - Re: I need qDecoder | Gi-il Kim |Apr 09,99| 13 | X +----+---+---------------------------+-----------------+---------+----+ X [1][Prev]-[11][12][13][14][15][16][17][18][19][20]-[Next][22] X Name o X [Home] [Back] [Help] Subject x [qDecoder] [Go!!] [Backward] [Forward] X Text x [Write] [Reload] X========================================================================= X- Seung-young Kim Xnobreak@KR.FreeBSD.ORG END-of-crazywwwboardle/pkg/DESCR echo x - crazywwwboardle/pkg/COMMENT sed 's/^X//' >crazywwwboardle/pkg/COMMENT << 'END-of-crazywwwboardle/pkg/COMMENT' XCrazyWWWBoardLEp3, web based bulletin board system. END-of-crazywwwboardle/pkg/COMMENT echo x - crazywwwboardle/pkg/PLIST sed 's/^X//' >crazywwwboardle/pkg/PLIST << 'END-of-crazywwwboardle/pkg/PLIST' Xwww/cgi-bin/CrazyAdmin.cgi Xwww/cgi-bin/CrazyWWWBoard.cgi Xwww/cgi-bin/CrazyWWWBoard.conf Xwww/data/cwb-data/icon-package/README Xwww/data/cwb-data/icon-package/etc/cwble.gif Xwww/data/cwb-data/icon-package/icon-netscape/admin.gif Xwww/data/cwb-data/icon-package/icon-netscape/admintitle.gif Xwww/data/cwb-data/icon-package/icon-netscape/back.gif Xwww/data/cwb-data/icon-package/icon-netscape/blank.gif Xwww/data/cwb-data/icon-package/icon-netscape/close-new.gif Xwww/data/cwb-data/icon-package/icon-netscape/close.gif Xwww/data/cwb-data/icon-package/icon-netscape/delete.gif Xwww/data/cwb-data/icon-package/icon-netscape/down.gif Xwww/data/cwb-data/icon-package/icon-netscape/help.gif Xwww/data/cwb-data/icon-package/icon-netscape/home.gif Xwww/data/cwb-data/icon-package/icon-netscape/list.gif Xwww/data/cwb-data/icon-package/icon-netscape/modify.gif Xwww/data/cwb-data/icon-package/icon-netscape/open-new.gif Xwww/data/cwb-data/icon-package/icon-netscape/open.gif Xwww/data/cwb-data/icon-package/icon-netscape/reload.gif Xwww/data/cwb-data/icon-package/icon-netscape/reply.gif Xwww/data/cwb-data/icon-package/icon-netscape/stat.gif Xwww/data/cwb-data/icon-package/icon-netscape/up.gif Xwww/data/cwb-data/icon-package/icon-netscape/write.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/admin.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/admintitle.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/back.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/blank.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/close-new.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/close.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/delete.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/down.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/help.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/home.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/list.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/modify.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/open-new.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/open.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/reload.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/reply.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/stat.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/up.gif Xwww/data/cwb-data/icon-package/icon-picaso_green/write.gif Xwww/data/cwb-data/icon-stat/bar-00.gif Xwww/data/cwb-data/icon-stat/bar-10.gif Xwww/data/cwb-data/icon-stat/bar-20.gif Xwww/data/cwb-data/icon-stat/bar-30.gif Xwww/data/cwb-data/icon-stat/bar-40.gif Xwww/data/cwb-data/icon-stat/bar-50.gif Xwww/data/cwb-data/icon-stat/bar-60.gif Xwww/data/cwb-data/icon-stat/bar-70.gif Xwww/data/cwb-data/icon-stat/bar-80.gif Xwww/data/cwb-data/icon-stat/bar-90.gif Xwww/data/cwb-data/icon-stat/bar-under.gif Xwww/data/cwb-data/icon-type/bat.gif Xwww/data/cwb-data/icon-type/bmp.gif Xwww/data/cwb-data/icon-type/com.gif Xwww/data/cwb-data/icon-type/compressed.gif Xwww/data/cwb-data/icon-type/default.gif Xwww/data/cwb-data/icon-type/device.gif Xwww/data/cwb-data/icon-type/exe.gif Xwww/data/cwb-data/icon-type/gif.gif Xwww/data/cwb-data/icon-type/html.gif Xwww/data/cwb-data/icon-type/hwp.gif Xwww/data/cwb-data/icon-type/image.gif Xwww/data/cwb-data/icon-type/jpg.gif Xwww/data/cwb-data/icon-type/movie.gif Xwww/data/cwb-data/icon-type/mp3.gif Xwww/data/cwb-data/icon-type/pcx.gif Xwww/data/cwb-data/icon-type/png.gif Xwww/data/cwb-data/icon-type/ppt.gif Xwww/data/cwb-data/icon-type/ra.gif Xwww/data/cwb-data/icon-type/sound.gif Xwww/data/cwb-data/icon-type/text.gif Xwww/data/cwb-data/icon-type/txt.gif Xwww/data/cwb-data/icon-type/unknown.gif Xwww/data/cwb-data/icon-type/wav.gif Xwww/data/cwb-data/icon/admin.gif Xwww/data/cwb-data/icon/admintitle.gif Xwww/data/cwb-data/icon/back.gif Xwww/data/cwb-data/icon/blank.gif Xwww/data/cwb-data/icon/close-new.gif Xwww/data/cwb-data/icon/close.gif Xwww/data/cwb-data/icon/delete.gif Xwww/data/cwb-data/icon/down.gif Xwww/data/cwb-data/icon/help.gif Xwww/data/cwb-data/icon/home.gif Xwww/data/cwb-data/icon/list.gif Xwww/data/cwb-data/icon/modify.gif Xwww/data/cwb-data/icon/open-new.gif Xwww/data/cwb-data/icon/open.gif Xwww/data/cwb-data/icon/reload.gif Xwww/data/cwb-data/icon/reply.gif Xwww/data/cwb-data/icon/stat.gif Xwww/data/cwb-data/icon/up.gif Xwww/data/cwb-data/icon/write.gif Xwww/data/cwb-data/message/help-en.txt Xwww/data/cwb-data/message/help-jp.txt Xwww/data/cwb-data/message/help-kr.txt Xwww/data/cwb-data/message/htmlhead.html Xwww/data/cwb-data/message/htmltail.html Xwww/data/cwb-data/message/mailhead.txt Xwww/data/cwb-data/message/mailtail.txt X@exec mkdir -p %D/www/data/cwb-data/data X@exec mkdir -p %D/www/data/cwb-data/log X@exec mkdir -p %D/www/data/cwb-data/stat X@dirrm www/data/cwb-data/icon-package/etc X@dirrm www/data/cwb-data/icon-package/icon-netscape X@dirrm www/data/cwb-data/icon-package/icon-picaso_green X@dirrm www/data/cwb-data/icon-package X@dirrm www/data/cwb-data/icon-type X@dirrm www/data/cwb-data/message X@dirrm www/data/cwb-data/icon X@dirrm www/data/cwb-data/icon-stat END-of-crazywwwboardle/pkg/PLIST echo c - crazywwwboardle/files mkdir -p crazywwwboardle/files > /dev/null 2>&1 echo x - crazywwwboardle/files/md5 sed 's/^X//' >crazywwwboardle/files/md5 << 'END-of-crazywwwboardle/files/md5' XMD5 (CrazyWWWBoardLEp3-export-FreeBSD2.2_i386.tar.Z) = 23c14f3e153495574aede5dbbc862ff5 END-of-crazywwwboardle/files/md5 echo x - crazywwwboardle/Makefile sed 's/^X//' >crazywwwboardle/Makefile << 'END-of-crazywwwboardle/Makefile' X# New ports collection makefile for: crazywwwboardle X# Version required: pl3 X# Date created: 22 March 1999 X# Whom: Seung-young Kim X# X# $Id$ X# X XDISTNAME= CrazyWWWBoardLEp3-export-FreeBSD2.2_i386 XPKGNAME= crazywwwboardle-pl3 XCATEGORIES= www XMASTER_SITES= ftp://ftp.nobreak.com/pub/CrazyWWWBoardLE/FreeBSD/ \ X ftp://ftp6.kr.freebsd.org/pub/NobreakTechnologies/CrazyWWWBoardLE/FreeBSD/ XEXTRACT_SUFX= .tar.Z X XMAINTAINER= nobreak@KR.FreeBSD.ORG X XWRKSRC= ${WRKDIR}/CrazyWWWBoardLEp3 XNO_BUILD= yes XNO_INSTALL_MANPAGES= yes X Xdo-install: X cd ${WRKSRC}; ./Install-sh X X.include END-of-crazywwwboardle/Makefile echo c - crazywwwboardle/patches mkdir -p crazywwwboardle/patches > /dev/null 2>&1 echo x - crazywwwboardle/patches/patch-aa sed 's/^X//' >crazywwwboardle/patches/patch-aa << 'END-of-crazywwwboardle/patches/patch-aa' X--- Install-sh.orig Tue Mar 23 22:07:57 1999 X+++ Install-sh Tue Mar 23 22:44:37 1999 X@@ -7,14 +7,55 @@ X # (c) Nobreak Technologies, Inc. X # X X-# yes/no X+# check_prefix X+check_prefix() { X+ cat << __EOF__ X+#################################################################### X+## FreeBSD Ports Collection : www : crazywwwboardle ## X+## ## X+## The FreeBSD Project http://www.FreeBSD.org ## X+## Korea FreeBSD Users Group http://www.kr.FreeBSD.org ## X+#################################################################### X+__EOF__ X+ X+ echo "" X+ echo "--[ Checking PREFIX directories ]-----------------------------------" X+ if [ ! "$PREFIX" ]; then X+ PREFIX="/usr/local" X+ fi X+ X+ for dir in "$PREFIX" "$PREFIX/www" "$PREFIX/www/cgi-bin" "$PREFIX/www/data"; do X+ printf "Checking $dir : " X+ if [ -d "$dir" ]; then X+ echo "OK." X+ else X+ printf "Not found! " X+ mkdir "$dir" X+ if [ -d "$dir" ]; then X+ echo "(Created) OK." X+ else X+ echo "" X+ quit "Required directory($dir) creation fail!" X+ fi X+ fi X+ done X+ echo "--------------------------------------------------------------------" X+ printf "Looks good... Here we go~~~" X+ sleep 1 X+ echo "" X+ echo "" X+} X X+# yes/no X yesno() { X key="" X X while true; do X printf "$1 [y/n] : " X- read key X+ sleep 1 X+ echo "$2" X+ key="$2" X+ sleep 1 X case "$key" in X [Yy] | [Yy][Ee][Ss] ) X break X@@ -70,7 +111,7 @@ X #################################################################### X __EOF__ X X-yesno "Do you accept all the terms of the license agreement?" "Sorry, If you don't accept our license agreement, you can not use this product!" X+yesno "Do you accept all the terms of the license agreement?" "Y" "Sorry, If you don't accept our license agreement, you can not use this product!" X echo "" X } X X@@ -216,7 +257,7 @@ X fi X X printf "Looks good... Press ENTER to continue..." X- read x X+ sleep 1 X X echo "" X echo "From now we will try to install. Answer to the questions please." X@@ -232,7 +273,10 @@ X echo " ex) /usr/local/etc/httpd/cgi-bin" X echo " ex) $HOME/public_html/cgi-bin" X printf "____________________________________________________________________\r o INPUT -> " X- read cgiBin X+ sleep 1 X+ echo "$PREFIX/www/cgi-bin" X+ cgiBin="$PREFIX/www/cgi-bin" X+ sleep 1 X X printf " Checking directory '$cgiBin' : " X if [ -d "$cgiBin" ]; then X@@ -253,7 +297,10 @@ X echo " ex) /usr/local/etc/httpd/htdocs" X echo " ex) $HOME/public_html" X printf "____________________________________________________________________\r o INPUT -> " X- read docRoot X+ sleep 1 X+ echo "$PREFIX/www/data" X+ docRoot="$PREFIX/www/data" X+ sleep 1 X X printf " Checking directory '$docRoot' : " X if [ -d "$docRoot" ]; then X@@ -261,7 +308,7 @@ X if [ ! -d "$docRoot/$data" ]; then X echo "OK" X else X- quit "'$docRoot/$data' already exist." X+ echo "Found 'cwb-data' under "$docRoot/$data". Is this time reinstall or upgrade? Don't worry we do not touch your databases. OK" X fi X else X quit "Can not write in this directory" X@@ -278,10 +325,13 @@ X echo " If you don't understand this meaning, choose 'n'." X while true; do X printf " x xxxxx xx [_]\r o INPUT -> [" X- read cgiwrap X+ sleep 1 X+ echo "N" X+ cgiwrap="N" X+ sleep 1 X case "$cgiwrap" in X [Yy] ) X- yesno " Are you sure? Do you really use 'CGIWrap?" " Please, try again..." X+ yesno " Are you sure? Do you really use 'CGIWrap?" "Y" " Please, try again..." X cgiwrap="Y" X break X ;; X@@ -297,7 +347,10 @@ X echo " ex) http://$host" X echo " ex) http://$host/~$USER" X printf "____________________________________________________________________\r o INPUT -> http://" X- read homeUrl X+ sleep 1 X+ echo "$host" X+ homeUrl="www.kr.freebsd.org" X+ sleep 1 X X if [ ! "$homeUrl" ]; then X quit "Homepage URL must be entered. Try again, please." X@@ -317,7 +370,10 @@ X echo " @ Enter your name, please..." X echo " ex) Impellitteri Chris" X printf "____________________________________________________________________\r o INPUT -> " X- read adminName X+ sleep 1 X+ echo "Your Name" X+ adminName="Your Name" X+ sleep 1 X X if [ ! "$adminName" ]; then X quit "Name must be entered. Try again, please." X@@ -326,7 +382,10 @@ X X echo " @ Enter your email address, please..." X printf "____________________________________________________________________\r o INPUT -> " X- read adminEmail X+ sleep 1 X+ echo "your@email" X+ adminEmail="your@email" X+ sleep 1 X X if [ ! "$adminEmail" ]; then X quit "Email address must be entered. Try again, please." X@@ -338,7 +397,10 @@ X X while true; do X printf " x xxxxx xx [__]\r o INPUT -> [" X- read lang X+ sleep 1 X+ echo "EN" X+ lang="EN" X+ sleep 1 X case "$lang" in X [Ee][Nn] ) X lang="en" X@@ -360,8 +422,8 @@ X # Confirm X confirm() { X echo "--------------------------------------------------------------------" X- echo "" X- echo "Dear $adminName" X+ #echo "" X+ #echo "Dear $adminName" X echo "" X echo "Now we will do below things to install." X echo "" X@@ -379,7 +441,7 @@ X echo "3. 'CrazyWWWBoard.cgi' -> '$cgiBin'" X echo "4. Creating directory '$docRoot/$data' and making sub structures." X echo "--------------------------------------------------------------------" X- yesno "All looks good?" "Please, try again..." X+ yesno "All looks good?" "Y" "Please, try again..." X echo "" X } X X@@ -441,7 +503,7 @@ X echo "Step 4 : Copying related data structures." X echo "--------------------------------------------------------------------" X printf "Copying '$data' to '$docRoot/$data' : " X- cp -rp "$data" "$docRoot/$data" X+ cp -rp "$data/" "$docRoot/$data/" X if [ -d "$docRoot/$data" ]; then X echo "OK" X else X@@ -452,7 +514,7 @@ X X echo "Successfully completed." X printf "Press ENTER to continue..." X- read x X+ sleep 1 X echo "" X } X X@@ -462,6 +524,8 @@ X # Main routine X # X ################################################################################ X+ X+check_prefix X X display_info X END-of-crazywwwboardle/patches/patch-aa exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 23 9: 2:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from voyager.ais.msu.edu (voyager.ais.msu.edu [35.8.112.154]) by hub.freebsd.org (Postfix) with ESMTP id 4DED114D41; Tue, 23 Mar 1999 09:02:09 -0800 (PST) (envelope-from murphyp1@voyager.ais.msu.edu) Received: from localhost (murphyp1@localhost) by voyager.ais.msu.edu (8.9.2/8.8.7) with ESMTP id MAA50534; Tue, 23 Mar 1999 12:01:46 -0500 (EST) (envelope-from murphyp1@voyager.ais.msu.edu) Date: Tue, 23 Mar 1999 12:01:46 -0500 (EST) From: Patrick Murphy To: asami@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/10625 In-Reply-To: <199903231207.EAA50789@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I reinstalled XFree86 with the new tarball mentioned below and it did not correct the problem. I am still getting the following message: /usr/libexec/ld.so: Undefined symbol "___inet_addr" called from communicator-4.5.bin:/usr/X11R6/lib/aout/libX11.so.6.1 at 0x20c3d944 It looks like the library mentioned in the message "libX11.so.6.1" was not rebuilt in this new tarball. The datestamp on the file is still back in December 1998. On Tue, 23 Mar 1999 asami@FreeBSD.org wrote: > Synopsis: XFree86 aout library support incorrect > > State-Changed-From-To: open->feedback > State-Changed-By: asami > State-Changed-When: Tue Mar 23 04:07:03 PST 1999 > State-Changed-Why: > There's a new tarball on > > ftp://ftp.xfree86.org/pub/XFree86/3.3.3.1/binaries/FreeBSD-3.0/Xbin.tgz > > can you please give it a try? > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 23 11: 0:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A6DC614D41 for ; Tue, 23 Mar 1999 11:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA24855; Tue, 23 Mar 1999 11:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from holly.dyndns.org (ip72.houston13.tx.pub-ip.psi.net [38.27.213.72]) by hub.freebsd.org (Postfix) with ESMTP id 7F6BA14D35 for ; Tue, 23 Mar 1999 10:57:20 -0800 (PST) (envelope-from chris@holly.dyndns.org) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id MAA02694; Tue, 23 Mar 1999 12:58:53 -0600 (CST) (envelope-from chris) Message-Id: <199903231858.MAA02694@holly.dyndns.org> Date: Tue, 23 Mar 1999 12:58:53 -0600 (CST) From: chris@holly.dyndns.org Reply-To: chris@calldei.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10756: Typo in /usr/ports/INDEX and databases/xmysqladmin/pkg/COMMENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10756 >Category: ports >Synopsis: Typo in /usr/ports/INDEX and databases/xmysqladmin/pkg/COMMENT >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 23 11:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Costello >Release: FreeBSD 4.0-CURRENT i386 >Organization: None. >Environment: FreeBSD 3.1-RELEASE ports tree. >Description: See Synopsis >How-To-Repeat: >Fix: Patches below: (This one starts in /usr/ports/databases) --- xmysqladmin/pkg/COMMENT.orig Tue Mar 23 12:52:21 1999 +++ xmysqladmin/pkg/COMMENT Tue Mar 23 12:52:27 1999 @@ -1 +1 @@ -X11 front end to the msqladmin command of the MySQL database engine +X11 front end to the mysqladmin command of the MySQL database engine and this one should be a one line change (but it's painfully wide) *** /usr/ports/INDEX.orig Tue Mar 23 12:49:23 1999 --- /usr/ports/INDEX Tue Mar 23 12:49:32 1999 *************** *** 202 **** ! xmysqladmin-0.4.4|/usr/ports/databases/xmysqladmin|/usr/X11R6|X11 front end to the msqladmin command of the MySQL database engine|/usr/ports/databases/xmysqla dmin/pkg/DESCR|andreas@FreeBSD.ORG|databases|XFree86-3.3.3.1 mysql-3.22.16g xfor ms-0.88.1 xpm-3.4k|XFree86-3.3.3.1 mysql-3.22.16g xforms-0.88.1 xpm-3.4k --- 202 ---- ! xmysqladmin-0.4.4|/usr/ports/databases/xmysqladmin|/usr/X11R6|X11 front end to the mysqladmin command of the MySQL database engine|/usr/ports/databases/xmysql admin/pkg/DESCR|andreas@FreeBSD.ORG|databases|XFree86-3.3.3.1 mysql-3.22.16g xfo rms-0.88.1 xpm-3.4k|XFree86-3.3.3.1 mysql-3.22.16g xforms-0.88.1 xpm-3.4k >Release-Note: >Audit-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 Mar 23 11:10:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.wa.freei.net (Mail1.Wa.FreeI.Net [209.162.144.3]) by hub.freebsd.org (Postfix) with ESMTP id E5DE514E47; Tue, 23 Mar 1999 11:10:29 -0800 (PST) (envelope-from Silvia_Brown6@gte.net) Received: from 209.162.150.235 (dial235.Block3.trm2.FreeI.Net [209.162.150.235]) by mail.wa.freei.net (8.9.1/8.9.1) with SMTP id WAA98111; Sun, 21 Mar 1999 22:05:02 -0800 (PST) (envelope-from Silvia_Brown6@gte.net) From: Silvia_Brown6@gte.net Message-Id: <199903220605.WAA98111@mail.wa.freei.net> Subject: Find Out What The Future Holds For You? Date: Sun, 21 Mar 99 21:54:38 Pacific Standard Time Reply-To: Silvia_Brown6@gte.net X-Priority: 3 X-MSMailPriority: Normal Importance: Normal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org LIVE PERSONAL PSYCHIC! (as seen on T.V.) LEARN TODAY WHAT YOUR FUTURE HOLDS FOR LOVE, FAMILY, AND MONEY. ASTROLOGY CLAIRVOYANCY NUMBEROLOGY TAROT ALL QUESTIONS ANSWERED IMMEDIATELY! REALIZE YOUR DESTINY! CALL RIGHT NOW! 1-900-226-4140 or 1-800-372-3384 for VISA, MC (These are not sex lines!) This message is intended for Psychic Readers, Psychic Users and people who are involved in the $1 Billion Dollar a year Psychic Industry. If this message has reached you in error, please disregard it and accept our apoligies. To be removed from this list, please respond with the subject "remove". Thank You. Stop Unsolicited Commercial Email - join CAUCE (http://www.cauce.org) Support HR 1748, the anti-spam bill. LIVE PERSONAL PSYCHIC! (as seen on T.V.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 23 11:39: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B8F614E45; Tue, 23 Mar 1999 11:39:01 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA30426; Tue, 23 Mar 1999 11:38:44 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Tue, 23 Mar 1999 11:38:44 -0800 (PST) From: Message-Id: <199903231938.LAA30426@freefall.freebsd.org> To: chris@calldei.com, dirk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10756 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Typo in /usr/ports/INDEX and databases/xmysqladmin/pkg/COMMENT State-Changed-From-To: open->closed State-Changed-By: dirk State-Changed-When: Tue Mar 23 11:38:16 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 Tue Mar 23 12: 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 0FEED1533C for ; Tue, 23 Mar 1999 12:00:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA32440; Tue, 23 Mar 1999 12:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D5EF71540E; Tue, 23 Mar 1999 11:50:24 -0800 (PST) Message-Id: <19990323195024.D5EF71540E@hub.freebsd.org> Date: Tue, 23 Mar 1999 11:50:24 -0800 (PST) From: dann@greycat.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10757: bsd.port.mk: Test for OS levei is backwards Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10757 >Category: ports >Synopsis: bsd.port.mk: Test for OS levei is backwards >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 Mar 23 12:00:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dann Lunsford >Release: 3.1-Release >Organization: >Environment: FreeBSD trist205.dot.ca.gov 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Mon Mar 22 15:17:04 PST 1999 root@trist205.dot.ca.gov:/usr/src/sys/compile/TRIST205 i386 >Description: 1.307 of bsd.port.mk attempts to ensure that the old behavior of fetch is still maintained. Code follows:.if exists(/usr/bin/fetch) .if ${OSVERSION} < 300000 FETCH_CMD?= /usr/bin/fetch .else FETCH_CMD?= /usr/bin/fetch -A .endif This causes the -A flag to be used on 3.x systems, where it is obsolete. >How-To-Repeat: Just try it on a port that needs to be fetched :-) >Fix: Either reverse the test to >= or move the -A to the line above >Release-Note: >Audit-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 Mar 23 13: 0:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80A5F14D68 for ; Tue, 23 Mar 1999 13:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA42268; Tue, 23 Mar 1999 13:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A2B1F14C90; Tue, 23 Mar 1999 12:53:40 -0800 (PST) Message-Id: <19990323205340.A2B1F14C90@hub.freebsd.org> Date: Tue, 23 Mar 1999 12:53:40 -0800 (PST) From: pfgiffun@bachue.usc.unal.edu.co To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10758: New port: fftw Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10758 >Category: ports >Synopsis: New port: fftw >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 Mar 23 13:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 2.2.7-R >Organization: U. Nacional de Colombia >Environment: >Description: New port of fftw-2.1, a library for Digital Fourier Transforms that can be plugged into Yorick. >How-To-Repeat: >Fix: begin 644 fftw.tar.gz M'XL(`&6L]C8``^U8;6_;-A#.5_-77)$`:S%;EF39;HQE2.J7S&MM![:[[,.` M@):HB+`L:B05-RVZW[ZC_-+4798-F%T,U2&&0O+(>R6?(\-0+ZM'^R7P[&:] M#D<`3K-NFR_2YKMN0*.!/&[#;CK(9M>:]A'4]ZQ73IG25`(9#BVW?"\1^/ON&YS$_^ZU_!,CU/SCL#>DSZ?T3<> M_V,8LB6D0FH%OHACYFLN$EBL,P)"(5LEDR3D&'YA4IE!R7[/N&1!JP2NY>!` MAVH&OF3XPB*+5#IBI7@\OWA%'_=\5DI]]YY3S+V:M*Q MA+PEY'+X]J8]&O;ZEV_'J.8]4V3;O+D87Z)*E0I+Z"QF%151="8YGD9<@8I$ M%@3[LWEX.+U6AF2"J4K/,'DC^,6L7@(SP*,0L*"Y\/1U6@\[8S:DQ>D M=/)A\+K3'W^$DP]7XVZO_^O':JYO-1!^[@O#TKXRX]?CUY-Q^^-VQ$K5X[,L ME@0\)"@Y\>,L8/##3`66\:2UF/](OO:V^&8H3^=T?KO/&N!?X'_=\5QD#_(6@;_TYWTA[O1\93^%]OKO'?=FLUMV'PWZXU"OP_!/5ZTVM`W*'0!I7- MI,@T@@#$?":IO#?PCV7!(C6]MX#H"1VN$.D1[WLBDYQ)F$J:*(-%Y'FG-WT! M/$'$8H`3%T(:&%NPQ)0-J@PBA)G0$180-,[1S"P=LW<04$W+>8\("94SKG/I M/$'!H/A[9L$U0U",.;MCJ`;58!0OPS+B6&>@_B&B+RB!V8PP4U[#*)DQE,!R MO9%_:Q7JX4>"^WEY@VHJ#31-8^Y34_PH"T:91&F)'RVHG*LR29DT%J[`&/\H MW%$T7N=+;;$X%[O\I-YW"M83:8*RN"+Z/D4A<7R/OL8ACM*U6$W`A=`UZ$\L M-%`39*%WE,<&QW/=-[999(!N%7=,EO]:2%[,F6FMW.Y4BEM)%[#$$FK#"4N& M#9&0E>E8JG&-A5\FF4(^C;[3Z!7$Y[5'+$*F*Q=>0XKE!+UEL*0*`HQ&+'#G M`!HPZ$]A=H_5G-9,0$_R6Y%'=**1*X%+B_PLHD3A:@!7,:,*XX5%`+`%FFG< M8(ZB\R\+-+1\Y:$EUI@T@3EC*<'\\.?&9YG"HC27DR]V+S+,FMP;>1U+9\:6 M!$M.+\!VBZV_/?<_+[ MG^O6BO/_$-2CN`O:L#[WE=F'J_.>/77:?VW-"_HO:+O_K][@I7H_,I[:_[7Z M;OWOVIY=[/]#$)9$5?SE]W5*'K;B;5-^/BHWP^=9PMXQ'];/"!6#CE"I!(BT MFA'36KT#F/]VFA5GM\/=[:CM=GB['75R_H5\\OD[P^8AHCBM'J&5DWC,U/Y> M`/[I_=]K-AJV8][_\?KO%/?_0]"#^"^"/3G\Z?K/V8E_\?Y_*!ITZO!\\XIN MH2NLV_)`+:B@@@HJJ*"" 0"BJHH/\?_0D3!:@?`"@``$%9 ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 23 13:50: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 3981014EB2 for ; Tue, 23 Mar 1999 13:50:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA47189; Tue, 23 Mar 1999 13:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 23 Mar 1999 13:50:01 -0800 (PST) Message-Id: <199903232150.NAA47189@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Hiroshi KATO Subject: Re: ports/10724: editors/mule incorrect arch-dependent data dir Reply-To: Hiroshi KATO Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10724; it has been noted by GNATS. From: Hiroshi KATO To: asami@freebsd.org Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/10724: editors/mule incorrect arch-dependent data dir Date: Wed, 24 Mar 1999 06:44:12 +0900 >> * If we simply remove the CONFIGURE_TARGET in >> mule-common/Makefile, * the EMACS_ARCH in mule-common/pkg/PLIST >> will be substituted for empty * string. >> I don't think so. It should be substituted with the default >> value of CONFIGURE_TARGET. (Remember, make usually evaluates >> variables lazily.) I don't mind if you fix mule-common/Makefile instead, as long as the %%EMACS_ARCH%% in mule-common/pkg/PLIST and the CONFIGURE_TARGET in both mule{,-common} ports are kept in sync. Actually I prefer removing the definition of CONFIGURE_TARGET in mule-common/Makefile. But mule-common port generated wrong TMPPLIST when I removed the following line from mule-common/Makefile. Maybe I am doing something wrong. CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd So could you please fix mule-common/Makefile if my patch in PR ports/10724 is unacceptable? # Would that there were a standard PLIST_SUB variable defined in # suitable for this kind of PLIST substitution other # than for perl. -- Hiroshi KATO hiro@eken.phys.nagoya-u.ac.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 23 14:10: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 3AB7114E58 for ; Tue, 23 Mar 1999 14:10:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA60205; Tue, 23 Mar 1999 14:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id 4844114E2D for ; Tue, 23 Mar 1999 14:02:37 -0800 (PST) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.1/8.9.1) id RAA03035; Tue, 23 Mar 1999 17:02:17 -0500 (EST) (envelope-from mi) Message-Id: <199903232202.RAA03035@misha.cisco.com> Date: Tue, 23 Mar 1999 17:02:17 -0500 (EST) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org Cc: josh@quick.net X-Send-Pr-Version: 3.2 Subject: ports/10763: nitpicking on the dict port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10763 >Category: ports >Synopsis: nitpicking on the dict port >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: Tue Mar 23 14:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.0-RELEASE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: The following are the minor flaws I found in the dict port, which was recently moved from net to textproc: . the port ignores the local settings for CFLAGS. Actually, the original build process only honors those if provided with the --with-cflags="SUCH AND SUCH", ignoring the environment and the ${PREFIX}/etc/config.site values. Perhaps, bsd.port.mk should automaticly add ``--with-cflags=${CFLAGS}'' to CONFIGURE_ARGS? . the port's DESCR does not explicitly say, that the port only installs the dict-client. One has to read other files... . the dict's build process insists on using regex of its own, even though FreeBSD's -lgnuregex seems to resolve all the symbols (in all executables) . the dict client itself does not need -lz nor -lregex (nor -lgnuregex) Those libraries are only needed for other executables, which the port does not even install. Removing them from dict's link line may reduce the binary's size, start-up time, and VM usage >How-To-Repeat: >Fix: My version of the port is here. I did not change the pkg/DESCR due to my English limitations... begin 644 dict.tar.gz M'XL(`*<*^#8``^Q=>U?;2+*??_&GZ.,P`T3(Z/V`(0?"(\,N"3EQ[L[<.YD0 M69:Q-K;D(\D0DK"?_59UMVQ9EF0Y/#)[@N<0V]U=U8_Z=74]6IZN[R9;/]WO MBVB2J>OD)T*(K,OTG1")O_,OQ#!,0Y)T13/ANVG(\D]$O^=QT=_[`B^\/!77EKYNFIJD:M)),17^4_T.\,O(?=N]I MP65),C2M0OZFAO)'D)B&`EB09=50?B+2_0QG]O6#R__EH4[6$01=46YI+;L% MJ]&Z^+Q!=HDM>8;MN)IIJ1W+4HUNQ[.M'GPP.WI/M>7&]Q[[X^OV+[K_1T[B M]N_O!%CB_)<5:`C[7U'51_W_$*\9^=-WT>G<<1\+]+^FJF8J?PTL/VBEF)KQ MJ/\?XB6*(GGI?/30!&CY02N,_(N5]C@@_Q@/"-&);&U+]K9N$]FVK88@"-G6 M*V_''GR/B*(2V=A6K6U=Q89V8V^/B*J^J1*!_KNWUR"C",@^[:ZL[+%/>PTQ M'G>Z?A3OIFI@SQD,>-D>B;P+[Q-Y0KJA2V"0X]@C4<]5%,4F?A`GGM-M")4, MGM1A0;Q/GGN>CFTO\VV/3D*W-W4BT']Q$J>'QZ?[+]K3#GD!3.:/MV_V#S*U M>[^S;WMD;UH%7PZ/CO'MX/5K7B*>M."/CK4AW(K+DPD?@HVS@]W[/1TI8S0= M]^GAZ3=TC4QS4P9)PQN3],J*Y_9#,G0^ M^L$%K#19765"V2'O&N(*6?%[Y$_23$N;8</P_\3I/\M4.2OA?09BLKZVYW M0LJ+?OF%K*Z_W/_GT08Y.-AMKJX?'&PT"5\P_$H_01&P^]QR-CC9UZ\@9S\A M,AO!BC.@PKH,'0?@`_]RY,BRM6D209:L39N.$72"%UV.G"CV6NXV MF7ZYID/[WWWL2DRZE\`=2MSAB(@QN0:KM=/J9YKW<56&ET4U>3(W4^G.D,W4 M`)D8#8G8F_#DC4`+%0^YWQ"R=?W9Z0BSTQ$[M!:G):3CPX+2F157%A`7S:^X M$HCY%'/,^42YS%25RDS1)S)S![X7)),ER'ZM);]F;H* M^54,G\IPIB`_O7DYLOH92;*BBMF6-RAD4CSO\@93R19T-"M=3=W40+JJ"6\H M73PHX51M4>U!E0>L)"^D7V&3=_P`E-)&ID(<$C3YJ*Z1H<70"61^KC*5(%?B^(^JF+GX MCV(J\J/]_Q`OM/_=,.CY%V#2Y0Q_L.%)MDK@5:NLD+8@ M([]+FU\ZT58T#I`A-3,/^(C0UNR%$5-1WWM9_VM>1?N_>\=]+-S_AC*-_Z`N M@/TO:X_[_R%>N/^983[=VB5Q`%G;5K6I.BB@RL4#)!U4R#0>H%M4)5B;"M4( M;X[V3ZG_='#0;(C@CR5>G!#Z%;RQ"]=E?EA#1(AP#V\-CGOQ;(V5_3XI_)V: M'".OZP2)[T(U^EEY0BCN^8\F0>Y5M/_=.^YCX?Y7]`[B&[`WW>*O]&SD^.3UJP\<3\I\M MZD5$<)BW.F``0!$>[5LL(@%ZI"%@$5@`6X/0=0:Y2LJMV3XZ(ONG[;,F?'_^ MA@ZK2]:MC_X%6T_[T[[J-R_T.EHFNY_(]BFN;C_G^( M5^'YGS_\%9GZ`GKYX3]_\FN9DY_&(=,PY!/R8NS%,;ET!O!.3?;X.DZ\H=CU M1E[0Q=@)V/B^TQE`M1-TB1MY3N)-$@]QJR$"$R_P(BCN$F>1YIA[WDRHD\CT='?UR\'9J^.3%^?TJ[C5\8.MN'^#(WGI?/*'XR$)QL..%Y&P!](( M8*F2D(S&"<;;'1+W/3")^AZ,HQNZXR&&>7A2QF19&8L/@1`QG>M7(A9\GGZ< M?-I@MA5UOYH3#)"+R=)VKHLET&P(WT2H-AM46=`XMT1V=IA!J9@T.:-8_+AQ MW',W'(X`([MKL(`'HNO>$-$EJ\P*A'>>+J$N+]J;K56@\3XE1'[VBPX6(GR# MQ?R8)0\GC0OXK/(\RCS#50R/<[9")=O5+Y3$`ZJ;;^X"-DD8QWSZ@.1=;.1> MGH^B\.+ M=UK4[*<#I67G4`;-`RW3`5&>_2+SC,QV0\#VQ3MC*3Z$)F*^Y(&X3;PH"J-M M.M8@3.AX9_DV<;V5G4G&Y8;/W:)SMV4^=\H8*0-@W_=FV!*,I94!`]@UAGDA=2$1X=E-GXYYJ@U=GKX[X_H;% M1N)S9^`[\>Z'S$)O%8LIQ83N\GF`H*9L:SFF'7(=C,ASC3$>> MZ_>N21AXQ;(R)`7G;$AI8KHA(I^9^2&`5J>S^=`0>)-ZV)LA9:OBCL:['Q@J MZ*B_DAC4W5J\]?[=^I_OQ;^>OML0LY]:\+:Z]4[>6OO`1BW+=-2R5H4P/$RQ M["J,NC709==D4UY;75O[LI912`<':T+L M)3=K']ZALP\?FQE-8L@6YB#`%>19]]2=/SG&).\7?",K-T`"+&/GTCOW>S%4 M0#F431O=;#>1"H<)#3%MBKGHU_MO?]N!4Q%16Y_A-CVZD,UX.+R&.F1#RW+L MTR:T"PIINA3B9])<9F@;NKQI MW%:XRTJ04`G204;>OST7+([=(%R`D?N2N45-0<.R-U6V$,@X#8-1TH.#=.&H M@G4=4(W-#^/`&7I$C#\TH6]6\_3*#U3E*2B5I[^?O()/&ZR>S99C58;XT]@ZZ&[EA(1:S8@CR8ICI MBP4O89%//;;`XQ@-_K9;?)KI.0I[-\_KUUZ.SXX;X!$,` MQ)2DC-A@9Y42$:02&@*GTV;IR!,_<`=C4&&TM.OUXE8?V#7(T/&#]8TOD9>, MHV!=VMBY:5!6Z,A]`?\1531%3P8\DK8-"GN5K^6[Y@:=^@YOG99OH(<&I3>X M*=DNC2L@+E/]9!-- M.#[E_G:RBRENGHPB?DQ]&`S4`._1"$Y>U\'+J>+%)A'/-HF7N"V",21L!L/W MNP2;A2.,)N%AS.@`EH"V*>088&^WDQX`\D)-R-,%5JBS9AKVW6E36'Z';3LQ M;5I#MYJ*]LTZL*C'$DUKRG??2^X8+5AM/FFVXC1`:)J5OD@ZLBN/XI0%3U^\ M^A]R4&LIBXZ3`E9E:V0L05[7:[EPW2JWQ50-NBPTR(7+,M5ZN*S1=7;#'$TW M@+NV4ZJR5"M564!?I+&@>**P4&=])1Z-P('Z*0YM<0WYS2.R]#L?T:P&A56> M*D^-9@M-9@^PZ-,+,!"Q7J14.-[SR>7N+^P3%5*3MZ`FYJ0%^T#K>!E^K`3P M9(F8J1>##JZ#8%TM@&`1+PYA;J_B])AY2A5MU?R$TMD)Z=R*/:^E9C:WN2RI M2,V5SJSN[@)%\%NQ4QK279"]%:,0N,;Q3&,7 M,C(UG;B["9K!=_O@\GMQL$9#2A]IM"@<)V"$P#![`^>"LCUN,P9.+[Z*LVQ2 M'D,_[CM!%Y.]01B`,QTGF`+&L!,;K$6#H[*D2HM@X9#G[4-J)SF)CTX[[ZH& M0FPK'RTM958,%AC?GM6)]J6SB>>2FDJU](X$JLH"98N0\?"I65Q M43H^6V'CTQ0>IT]CCF?M8YEF[ML'9^3L\"U16Q+I0S^'(4(2_:D,12\*AS@N`O:AZV'( MDU?&)$[&O1YQ8A*%83)ET[DFX/@ZXT'22@O+1E8TG/1R6UFH#9EDA6V;?#%M MKB!6V#!P#Z8K!/)+8!WQ5@2498"%5Q@0=0#'2]@\X"6V\$&[5!A;8%G\BI"',P?:\??#FY/5; M&E";+4(C-"UY_>;LQ9O]ES=K&$F8YW&X_W9_A@,69.AO^*,?:WQ@*H>?I=]A MU@38:LNE36``U;'KNC;2F_U7X"5764DP.)L^G2/9R@^2&I,E@UXKD&6Y,J"Z MM)@-?4DQR[)])V)^??3FM%K(ID2%+"O:#R-DVV!"UBLO4"PM9-M:5LAZ=4:\ MKI!/]]\>_5$I9=C+3,JZ]:-(659L)N6[U=BRFC?N%TKYCC3V\J907W028E[)>?937MK^.CI^?/%^DMQ5)89(VI!]%THIB,4E;=VJ" M*:JTK*2MNS'!ZH@9G&XJ9ON',<(4KK95FG-+_?E246,J&#L3!]TA>):A6TOF M7RJH=;!(1)1Y(&F<[TX#NLD MMQ&H,U?&J]B5K8"])`N,306D/0YBO(4X]!(?(X+T2@,+#CH$M)/G)F%TS564 MJC&;0YM<4CP1-EGDDS&%Y5I:=&HWF!S&3$IW4 MAN,$SH32[88N:.TD++WZY$6@Z6@>5KPD:^_)4V&-9'O[T!#*>M/DI7H3:O26 M/B<"M;?:_)`+?C.F,^>OR@\C+7,8U9.TH15+6M'J2]JPF*3! M\%'D>Q2U*3VDJ-6E>KLK40L5HA8PS%QPFQ.;,#4S][#8-NDY_@#.[_2F\I43 M;T\:(T3F1!FCEHM?,O^Y>,I4A_)ON7OH4%C`U%R8,]U^U3^!LZGM.UXL(?;BTUFEIYZ.$ M18Q*SDG-S.<)2XEK^#.,Z#Q.NI77EV#(!E^494].VRK6IV;]DU.3-*9/+?4^ M3TY-,AY2G2YU6>KA]I2F,/CKTE(NC*:HA7+6I?HNC*:R`*\N6TMU/:=">==* MK6O)K&N#&%ME M%H>W<;_P7LYRO2V\C;\GO-E/*U.J:H(9Y3R:HJ=^'"H-5L9J*8YI)9`M"[Q>`RZV<) M3(TAVU+DFN`R->U^P&4IZCV`R^17;RUMH0'H![A^=5!ESB5*.6T)G"PM;_YE MV]?"$2.H!)+)\_Z6MJ2C;)9D_BV]OJ-L\LP_/AQ4$TC3S/\=`TFW[@%(%L_H M6U8ED-*`2>2@-5(=*6E/M`I*+S"6I+ MK:U2?(W`EHSZ:\N>))=M6:^[MNHM-F7EVLKF?:RMSB>H+IEJ`N53O+IJ_523 MQ2T^N[;%9TTMON\5BK>GMN%W",5;W(BRS4KMC&X3.@Q^4,MZM&8\VRQQB;ZU M3:V*H(9B19JP!\=]M=%H2URY6=)R^+2EXA29;=5/D=DR,QIMNZ[1:,NW__V< MV^+3OGVVZMOQ:;,'_11)KGPX*$7,(`SJ_(0#L"W"&Z4N1B@,0*VDJ`]1I*G& M*/M%2.AR27O4U@I/?T52ZI_^-GT*"SI7ZY[^MOZ]TYD*??SZ^V'4Y$NF5]XY M23%S&?I=\K062LTBS''Z,ISJR@*:^DA%JO-1-5;9SS;\?WO7UM2V#H1YQ;]" M4^B4TI+8LN78[:'3-`1*6RX#H:RS:A:=)U$U2+5;775HNO*CA);B%HHJ^[]!>6^LOH` M4X[?EE7`%%EE3NKUK$E\$__41G[@GR1^TVSF2:YKJ)%F@UKQ;\&\`,KMB'IQ MLVW]`+8F;OT`(^6M'^`A.A&Z0E628P"\QYZW4L-XQ'DKX`T35;;87DRD@>3G MZSVH=!4Q9K,7T>YPF2/%QAV[,2I=?<00*LL\V9P#"Y#F#H7X$ M"GB41.:6H@X+$7L%MU>@0,Z#RNB"U2^@JD`18[%&7K2JDBS>4<5+VGD2>$<' M/YE>0>ZN1KU&)'7?NO#3$7;T- M<5EO`]_T??ESM5[^].FD4JZ_QS@R/HDMN^,;-';41K:D?G1>J7^NGF',.*&X MF",3HED8+*6@)K*:\#I+E&O$JWSX1=LA&X/`N^YZ,KU@/%LLC$PJ%S`=W\5*-*`SWG/+^%*T4OSCIM"\;W++-=E$R'A?G15)QI&6N#?)[>8"D M>0'9EB1;SU]+5JCCO.*O(!]Y>QD&5P]1JJI;!(K[=V$%I*#ZPZX@%B$%P*NH M"#K6DVUPNT50F\,^#'["?[S9!4`N\G:?7[ M2B:LJ<&2;%C/8S@'_ZB9I+M/9:(`BOVPW@"J5"@TF"DK*N,DTF#)4$A-]4FD M49*M9(]Q./7,%L*\4J,X25>U.?6\%D@TUC"F4!V#(JKT2G=DI=M9*]V94^FV M>J7#1$9D[JKB&B M4^=C4[G-D4USRI+38@Y*>WJ<33UFDRJO5"*_2;/MD`!AH@::FE1YAX12N4PP M8V\S"^75?G2-B6G9C[C2I([00)MVZFDOE)P?@Z#=&UXI";(S"Y$1\3RYM6?- M64T1J$*J)$J74$?,.^J)B'B.W%ET=O2?(E"5.TF4*G>FN$$& M69K9Y,Y,OD,&C)BZW(D[Y]12UF&8]BI\6T"!5JO#,!W9"B4ETTZJLTC333+' ME3:+M!(O"RQI%BG@!M\ZVSX&PD*R[#G*^QC0Q07@,EUQ7Q@H5J(_8_K#[OTN MDCW+$JW`Z$+,RR)[5J)SNS398XGFJ98D>Y8E>IRX4I9!]BR6C'O,5,<]JR1P MCZF>/P2*E>`>8ZO%/`\*.Y!G\XJ>\X*<8_ILL.+')M<_QN.+K47X=.WW.'PVZ>;_//I MM48@3CAW@$CQ`+&2E2U8Q6LW3/OE2YQ:/D)ZY+P?Q>]'L9A^K[J/2B0B9ZZ3E]XDT^!52K.7AP4.SW1@6T4\[ MFIU94AZ&KMN61=9`Z@V8KJQQ^=?E)\3I=HD0VR[9.@1J0XQA6OH:T9=4GJDP M"H=>0,A:MYV>[K;E^YU5%&BU88,<^[=DT`^&.&QU.E()VI42@7./5X2@E&@; MY+.$L<#_/FH'?O,5;[Z"57#@QSU`/=((?`2_5Y'S"\,E^_YE,/*"G_#L8KJ_ M6_UN_'L4/O3#%CEH=SIMKTO^^@>^O84L&C>%GC]\HVT`V>8A<(T$]>4/R)8A M1[>HFT5*"4RQC!),3$G_,FC[/5+]=T`V@5#;.SRO'9>/JKOK^!+-'2RNJYU^ M/!A'RKA*N58].#D[K)[OK@\!?-%W@^*(N!I:+,R@END2+O];+9P=0EB<[.^AQ9Z>!KG;"W_,FA^(_)7!9'-Q<%Y>8!['T$F-S\9]_0?QGI9)EF1:.")9NK1&VQ#+%X7^. M_W'[5TZ.CJK'M67DL6#\)X1!F]M6R;)ABFD;./Y;S,S'_U6$O38?\'%\/O<# M7">=!GU-#@RIPQST_\`0]_^]*JS$EI/'HO[/2FRB_U/L M_]2B>?]?1:BU?)*&`7N'E9IT+5VKG))AX/5"3ZP1+KW0;VK?1W[PLQCXX:#? M"WVTRBLHARU/'%V[Y6ZI.8+@J3;T(!N&?$4A\M3XZ<(V=VTNCKAY7%_4OR(] M;S@*O`[I>+WKD7?M3U"1IC?TL`1A0=,`J`@B%6GZ82-H7_HA-SJ.99NR!YR$,>\I"'/.0A#WG(0Q[RD(<\Y&%IX3]%/,0]`,@` !`"SO ` 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 Mar 23 14: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 7DD711540E for ; Tue, 23 Mar 1999 14:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA64904; Tue, 23 Mar 1999 14:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 23 Mar 1999 14:40:01 -0800 (PST) Message-Id: <199903232240.OAA64904@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: patl@phoenix.volant.org Subject: Re: ports/10757: bsd.port.mk: Test for OS levei is backwards Reply-To: patl@phoenix.volant.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10757; it has been noted by GNATS. From: patl@phoenix.volant.org To: dann@greycat.com Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/10757: bsd.port.mk: Test for OS levei is backwards Date: Tue, 23 Mar 1999 14:38:35 -0800 (PST) > >Synopsis: bsd.port.mk: Test for OS levei is backwards > >Description: > 1.307 of bsd.port.mk attempts to ensure that the old behavior of fetch > is still maintained. Code follows:.if exists(/usr/bin/fetch) > .if ${OSVERSION} < 300000 > FETCH_CMD?= /usr/bin/fetch > .else > FETCH_CMD?= /usr/bin/fetch -A > .endif > > This causes the -A flag to be used on 3.x systems, where it is obsolete. No, the -A flag is new. (As in post-3.1-RELEASE). It will be in the 3.2 release. If you are going to keep your ports directory up to -stable, you need to install the misc/31upgrade package. (NOTE: You must install the package, not the port.) The test is against '300000' because the -A parameter hasn't been back-ported to the 2.2.? fetch binary for the 22?upgrade packages. And since it wasn't added to bsd.port.mk until after 3.1-RELEASE, it is reasonable to assume that any 3.x system which encounters it has been updated for ports-stable. (Or at least that's what I've gathered as an outside observer...) -Pat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 23 15: 7: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 7D72A14C8A; Tue, 23 Mar 1999 15:07:15 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA67388; Tue, 23 Mar 1999 15:06:57 -0800 (PST) (envelope-from asami@FreeBSD.org) Date: Tue, 23 Mar 1999 15:06:57 -0800 (PST) From: Message-Id: <199903232306.PAA67388@freefall.freebsd.org> To: dann@greycat.com, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10757 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: bsd.port.mk: Test for OS levei is backwards State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Tue Mar 23 15:06:23 PST 1999 State-Changed-Why: Pat said pretty much everything that could have been said. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 23 19:11:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from web609.yahoomail.com (web609.mail.yahoo.com [128.11.68.173]) by hub.freebsd.org (Postfix) with SMTP id A6DC01508C for ; Tue, 23 Mar 1999 19:11:31 -0800 (PST) (envelope-from ben177@yahoo.com) Message-ID: <19990324031302.3501.rocketmail@web609.yahoomail.com> Received: from [128.11.68.177] by web609.mail.yahoo.com; Tue, 23 Mar 1999 19:13:02 PST Date: Tue, 23 Mar 1999 19:13:02 -0800 (PST) From: Ben Salem Subject: eterm "make install" failing To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have been attempting to "make install" the eterm port, but everytime I get the same: $ su Password: # cd /usr/ports/x11/eterm # make install ===> Extracting for eterm-0.8.8 >> Checksum OK for Eterm-0.8.8.tar.gz. ===> eterm-0.8.8 depends on executable: libtool - not found ===> Verifying install for libtool in /usr/ports/devel/libtool >> No directory for libtool. Skipping.. ===> eterm-0.8.8 depends on executable: gmake - found ===> eterm-0.8.8 depends on shared library: Imlib.2 - not found ===> Verifying install for Imlib.2 in /usr/ports/graphics/imlib >> imlib_DR-0.5.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from http://www.rasterman.com/ftp/. fetch: imlib_DR-0.5.tar.gz: www.rasterman.com: HTTP server returned error code 404 >> Attempting to fetch from ftp://cthulhu.mandrake.net/pub/enlightenment/. fetch: cthulhu.mandrake.net: Unknown error >> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles//. fetch: pub/FreeBSD/ports/distfiles//imlib_DR-0.5.tar.gz: cannot get remote modification time fetch: ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles//imlib_DR-0.5.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. *** Error code 1 The latter message "Stop. Error code 1" repeats a few more times. The error message about not finding, and wanting me to install the "Imlib-DR.0.5.5.tar.gz" file confuses me, I have looked in the distfiles directory on ftp.freebsd.org, and cannot find it. However, there are some other Imlib files, but not sure if those are what I need. I am running FreeBSD 2.2.5-RELEASE, and for the most part using the ports-collection that came with this CD, but I have installed the "ports-patch" for my version. Any help would be greatly appreciated. Thanks. -Ben _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 23 20: 8:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gforce.johnson.home (host-209-214-144-53.msy.bellsouth.net [209.214.144.53]) by hub.freebsd.org (Postfix) with ESMTP id 3E2A7152F6 for ; Tue, 23 Mar 1999 20:08:54 -0800 (PST) (envelope-from glenn@bellsouth.net) Received: from bellsouth.net (localhost.johnson.home [127.0.0.1]) by gforce.johnson.home (8.9.2/8.9.2) with ESMTP id WAA01644; Tue, 23 Mar 1999 22:06:46 -0600 (CST) (envelope-from glenn@bellsouth.net) Message-Id: <199903240406.WAA01644@gforce.johnson.home> Date: Tue, 23 Mar 1999 22:06:14 -0600 (CST) From: Glenn Johnson Subject: Re: GNOME To: Jeremy Lea Cc: Alex Zepeda , Jacques Vidrine , Dan Moschuk , freebsd-ports@FreeBSD.ORG In-Reply-To: <19990323124306.J61840@shale.csir.co.za> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 23 Mar, Jeremy Lea wrote: > The reason Balsa was not updated was that the 0.4.9 tarball disappeared > from ftp.gnome.org for a bit, and it's now back. The port needs some > minor changes to get it to build properly. There are a couple of other > ports which fall into this group. Hi, I sent in a PR to fix balsa on March 11, 1999. See PR# ports/10552. -- Glenn Johnson gljohns@bellsouth.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 23 21:10: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 B0C0014F52 for ; Tue, 23 Mar 1999 21:10:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA05415; Tue, 23 Mar 1999 21:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id 1E32914E87 for ; Tue, 23 Mar 1999 21:03:49 -0800 (PST) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.2/8.9.2) id OAA17555; Wed, 24 Mar 1999 14:03:00 +0900 (KST) (envelope-from cjh) Message-Id: <199903240503.OAA17555@hamhae.wdb.co.kr> Date: Wed, 24 Mar 1999 14:03:00 +0900 (KST) From: cjh@kr.freebsd.org Reply-To: cjh@kr.freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10767: New port: print/magicfilter Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10767 >Category: ports >Synopsis: New port: print/magicfilter >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 Mar 23 21:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.1-STABLE i386 >Organization: Webdatabank Co. Seoul, Korea >Environment: FreeBSD hamhae.wdb.co.kr 3.1-STABLE FreeBSD 3.1-STABLE #5: Wed Mar 17 09:36:42 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE i386 >Description: Magicfilter, a simple and extensible print filter program. I like it very much! >How-To-Repeat: Build it with a recent FreeBSD system. >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: # # . # ./files # ./files/md5 # ./files/printcap.sample # ./patches # ./patches/patch-aa # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./Makefile # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (magicfilter-1.2.tar.gz) = dcece221e363ca5dbc79bdd84713c04e END-of-./files/md5 echo x - ./files/printcap.sample sed 's/^X//' >./files/printcap.sample << 'END-of-./files/printcap.sample' X# @(#)printcap 5.3 (Berkeley) 6/30/90 X# $Id: printcap,v 1.9 1998/02/04 12:09:06 ache Exp $ X X# X# This enables a simple local "raw" printer, hooked up to the first X# parallel port. No kind of filtering is done, so everything you X# pass to the "lpr" command will be printed unmodified. X# X# Remember, for further print queues you're going to add, you have to X# chose different spool directories (the "sd" capability below), X# otherwise you will greatly confuse lpd. X# X# For some advanced printing, have a look at the "apsfilter" package. X# It plugs into the lpd system, allowing you to print a variety of X# different file types by converting everything to PostScript(tm) X# format. If you don't have a PostScript(tm) printer, don't panic, X# but do also install the "ghostscript" package. X# X# Do also refer to section 7 (Printing) of the handbook. A local copy X# can be found under /usr/share/doc/handbook/handbook.{html,latin1}. X# X# Banner pages are now suppressed by default. Remove the :sh: X# capability to turn them back on. X# X# ############### For magic filter users: ################# X# Inserting magicfilter into /etc/printcap is very easy. First, X# select apropriate filter for your printer, and insert that filter X# into 'if' filter capability. X# For detail, refer to section 7.6.1(Printing/Filters) of the handbook. X# The following sample is for HP Laserjet 4/5/6 printers. X# X# 1999/3/24 CHOI Junho X# ######################################################### X# Xlp|local line printer:\ X :sh:\ X :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:\ X :if=/usr/local/libexec/magicfilter/ljet4-filter: X# X# Sample remote printer. The physical printer is on machine "lphost". X# NB: you cannot perform any kind of local filtering directly. If X# you need local filters (e.g. LF -> CR-LF conversion for HP printers), X# create a filter script that recursively calls lpd with another -P X# argument after filtering. X# X#remote|sample remote printer:\ X# :sh:\ X# :rm=lphost:sd=/var/spool/output/lphost:lf=/var/log/lpd-errs: X# X# Simple Russian printer with hardware CP866 character set, output filter X# used for KOI8-R -> CP866 conversion X# X#lp|Russian local line printer:\ X# :sh:of=/usr/libexec/lpr/ru/koi2alt:\ X# :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs: END-of-./files/printcap.sample echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- Makefile.in.orig Wed Mar 24 11:51:13 1999 X+++ Makefile.in Wed Mar 24 11:51:37 1999 X@@ -54,21 +54,21 @@ X all: magicfilter magicfilter.man filters X X filters: X- cd filters; make X+ cd filters; ${MAKE} X X install: magicfilter magicfilter.man X ${INSTALL_EXEC} magicfilter ${bindir}/magicfilter X ${INSTALL_DATA} magicfilter.man ${mandir}/magicfilter.${mansec} X X install_filters: X- cd filters; make install X+ cd filters; ${MAKE} install X X clean: X- -cd filters; make clean X+ -cd filters; ${MAKE} clean X -${RM} magicfilter magicfilter.man *.o X X distclean: clean X- -cd filters; make distclean X+ -cd filters; ${MAKE} distclean X -${RM} *~ Makefile config.cache config.log config.status config.h X X magicfilter: ${OBJS} END-of-./patches/patch-aa echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XCustomizable, extensible automatic printer filter END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' X MAGICFILTER v 1.2 X X H. Peter Anvin X XMAGICFILTER is a customizable, extensible automatic printer filter. XAlthough written for Linux, it should work on any UNIX system which Xhas an ANSI C compiler. X X-- XCHOI Junho END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/magicfilter Xlibexec/magicfilter/bj10e-filter Xlibexec/magicfilter/bj200-filter Xlibexec/magicfilter/cps300-filter Xlibexec/magicfilter/cps400-filter Xlibexec/magicfilter/cps600-filter Xlibexec/magicfilter/cpsonly300-filter Xlibexec/magicfilter/cpsonly400-filter Xlibexec/magicfilter/cpsonly600-filter Xlibexec/magicfilter/deskjet-filter Xlibexec/magicfilter/dj500-filter Xlibexec/magicfilter/dj500c-filter Xlibexec/magicfilter/dj550c-filter Xlibexec/magicfilter/epson9-filter Xlibexec/magicfilter/epson9c-filter Xlibexec/magicfilter/epsonlq-filter Xlibexec/magicfilter/epsonlqc-filter Xlibexec/magicfilter/ibmpro-filter Xlibexec/magicfilter/jetp3852-filter Xlibexec/magicfilter/la50-filter Xlibexec/magicfilter/la75-filter Xlibexec/magicfilter/laserjet-filter Xlibexec/magicfilter/laserjetlo-filter Xlibexec/magicfilter/lbp8-filter Xlibexec/magicfilter/lj250-filter Xlibexec/magicfilter/ljet2p-filter Xlibexec/magicfilter/ljet2plo-filter Xlibexec/magicfilter/ljet3-filter Xlibexec/magicfilter/ljet4-filter Xlibexec/magicfilter/ljet4l-filter Xlibexec/magicfilter/ljet4m-filter Xlibexec/magicfilter/ljet4ml-filter Xlibexec/magicfilter/ljetplus-filter Xlibexec/magicfilter/ljetpluslo-filter Xlibexec/magicfilter/ln03-filter Xlibexec/magicfilter/m8510-filter Xlibexec/magicfilter/necp6-filter Xlibexec/magicfilter/oki182-filter Xlibexec/magicfilter/pj-filter Xlibexec/magicfilter/pjxl-filter Xlibexec/magicfilter/pjxl300-filter Xlibexec/magicfilter/ps300-filter Xlibexec/magicfilter/ps400-filter Xlibexec/magicfilter/ps600-filter Xlibexec/magicfilter/psonly300-filter Xlibexec/magicfilter/psonly400-filter Xlibexec/magicfilter/psonly600-filter Xlibexec/magicfilter/r4081-filter Xlibexec/magicfilter/tek4693-filter Xlibexec/magicfilter/tek4696-filter X@dirrm libexec/magicfilter Xshare/examples/magicfilter/printcap.sample X@dirrm share/examples/magicfilter Xman/man8/magicfilter.8 END-of-./pkg/PLIST echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: magicfilter X# Version required: magicfilter-1.2 X# Date created: 24 Mar 1999 X# Whom: CHOI Junho X# X# $Id$ X# X XDISTNAME= magicfilter-1.2 XCATEGORIES= print XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= system/printing X XMAINTAINER= cjh@kr.freebsd.org X X# at least, gs must exist in many case XBUILD_DEPENDS= ${PREFIX}/bin/gs:${PORTSDIR}/print/ghostscript55 XRUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X X# install filters and examples Xpost-install: X ${MKDIR} ${PREFIX}/libexec/magicfilter X.for FILTER in bj10e-filter bj200-filter cps300-filter cps400-filter \ X cps600-filter cpsonly300-filter cpsonly400-filter \ X cpsonly600-filter deskjet-filter dj500-filter \ X dj500c-filter dj550c-filter epson9-filter epson9c-filter \ X epsonlq-filter epsonlqc-filter ibmpro-filter jetp3852-filter \ X la50-filter la75-filter laserjet-filter laserjetlo-filter \ X lbp8-filter lj250-filter ljet2p-filter ljet2plo-filter \ X ljet3-filter ljet4-filter ljet4l-filter ljet4m-filter \ X ljet4ml-filter ljetplus-filter ljetpluslo-filter ln03-filter \ X m8510-filter necp6-filter oki182-filter pj-filter pjxl-filter \ X pjxl300-filter ps300-filter ps400-filter ps600-filter \ X psonly300-filter psonly400-filter psonly600-filter \ X r4081-filter tek4693-filter tek4696-filter X ${INSTALL_SCRIPT} ${WRKSRC}/filters/${FILTER} \ X ${PREFIX}/libexec/magicfilter/ X ${MKDIR} ${PREFIX}/share/examples/magicfilter X ${INSTALL_DATA} ${FILESDIR}/printcap.sample \ X ${PREFIX}/share/examples/magicfilter/ X.endfor X X.include END-of-./Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 23 21:50:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 98D76153C8 for ; Tue, 23 Mar 1999 21:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA09130; Tue, 23 Mar 1999 21:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-054.leach.ucdavis.edu [169.237.60.54]) by hub.freebsd.org (Postfix) with ESMTP id 16A8E1508C for ; Tue, 23 Mar 1999 21:47:49 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id VAA41022; Tue, 23 Mar 1999 21:49:23 -0800 (PST) (envelope-from mharo) Message-Id: <199903240549.VAA41022@patrol.area51.fremont.ca.us> Date: Tue, 23 Mar 1999 21:49:23 -0800 (PST) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10768: Update: security/bjorb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10768 >Category: ports >Synopsis: Update: security/bjorb >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 Mar 23 21:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: change in version number. no new or removed patch files portlint: WARN: extra item placed in the *_DEPENDS section. 0 fatal errors and 1 warnings found. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/security/bjorb/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 1999/01/10 14:11:17 1.4 +++ Makefile 1999/03/09 09:40:11 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.4 1999/01/10 14:11:17 dirk Exp $ # -DISTNAME= bjorb-0.5.4p4 +DISTNAME= bjorb-0.5.5p1 CATEGORIES= net security MASTER_SITES= ftp://ftp.hitachi-ms.co.jp/pub/bjorb/ @@ -33,7 +33,7 @@ INSTALL_TARGET= install certificate .endif -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ssltop=${PREFIX} WRKSRC= ${WRKDIR}/${DISTNAME}/src DOCSRC= ${WRKDIR}/${DISTNAME} Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/security/bjorb/files/md5,v retrieving revision 1.2 diff -u -r1.2 md5 --- md5 1998/08/30 15:35:08 1.2 +++ md5 1999/03/09 09:37:37 @@ -1 +1 @@ -MD5 (bjorb-0.5.4p4.tar.gz) = 478abe1aff88cd68ccee194ae9d0548f +MD5 (bjorb-0.5.5p1.tar.gz) = abea77967a1a0fd2dcd1b407d652b3bf >Release-Note: >Audit-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 Mar 23 22:22: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 C896314F1E for ; Tue, 23 Mar 1999 22:20:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA10915; Tue, 23 Mar 1999 22:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-054.leach.ucdavis.edu [169.237.60.54]) by hub.freebsd.org (Postfix) with ESMTP id 99159151DB for ; Tue, 23 Mar 1999 22:13:26 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id WAA59414; Tue, 23 Mar 1999 22:15:00 -0800 (PST) (envelope-from mharo) Message-Id: <199903240615.WAA59414@patrol.area51.fremont.ca.us> Date: Tue, 23 Mar 1999 22:15:00 -0800 (PST) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10769: Update: security/vscan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10769 >Category: ports >Synopsis: Update: security/vscan >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 Mar 23 22:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: new version of this port. Now using the linux binary becuase there is no freebsd version any more. This port has been broken for a really long time now, so I figured might as well fix it. I think it will work but haven't been able to really test it as I have no viruses that I know of. I dont' know of a variable for chown, so I left it as is. This port only works in /usr/local which is why the other messages in portlint show up. portlint errors: WARN: possible use of absolute pathname "/usr/local", in Makefile. WARN: possible use of absolute pathname "/usr/local", in Makefile. WARN: possible use of absolute pathname "/usr/sbin/chown", in Makefile. WARN: possible use of absolute pathname "/usr/sbin/chown", in Makefile. WARN: possible use of absolute pathname "/usr/sbin/chown", in Makefile. WARN: possible direct use of "/usr/local" found in Makefile. if so, use ${PREFIX} or ${LOCALBASE}, as appropriate. 0 fatal errors and 6 warnings found. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/security/vscan/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 1998/12/10 00:40:24 1.7 +++ Makefile 1999/03/24 06:10:41 @@ -6,20 +6,18 @@ # $Id: Makefile,v 1.7 1998/12/10 00:40:24 steve Exp $ # -DISTNAME= vfrb101e -PKGNAME= vscan-1.0.2 +DISTNAME= nlxb318e +PKGNAME= vscan-3.1.8 CATEGORIES= security -MASTER_SITES= ftp://ftp.mcafee.com/pub/antivirus/unix/freebsd/ -EXTRACT_SUFX= .taz +MASTER_SITES= ftp://ftp.mcafee.com/pub/antivirus/unix/linux/ +EXTRACT_SUFX= .tar MAINTAINER= obrien@FreeBSD.org -BROKEN= distfile no longer available - NO_WRKSUBDIR= yes RESTRICTED= "Commercial software" -LIBDIR= ${PREFIX}/lib/mcafee +LIBDIR= ${PREFIX}/lib/neta MAN1= uvscan.1 pre-fetch: @@ -31,21 +29,24 @@ @false .endif +post-extract: + (cd ${WRKSRC} && tar xzf linux-elf.e.tar.Z) + do-build:: # The binary executable file will be left unstripped as stripping the # file will cause attempt to validate this file to fail. do-install: - (cd ${WRKSRC}; ./Install-vscan) + (cd ${WRKSRC}; ./install-vscan) post-install: @/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/uvscan @/usr/sbin/chown -R ${SHAREOWN}.${SHAREGRP} ${LIBDIR} - @/usr/sbin/chown ${MANOWN}.${MANGRP} ${PREFIX}/man/man1/uvscan.1 + @/usr/sbin/chown ${MANOWN}.${MANGRP} ${PREFIX}/man/man1/uvscan.1 .if !defined(NOPORTDOCS) - ${MKDIR} -p ${PREFIX}/share/doc/vscan + ${MKDIR} ${PREFIX}/share/doc/vscan ${INSTALL_DATA} ${WRKSRC}/Whatsnew.txt ${PREFIX}/share/doc/vscan - ${INSTALL_DATA} ${WRKSRC}/README.1ST ${PREFIX}/share/doc/vscan/vscan.LICENCE + ${INSTALL_DATA} ${WRKSRC}/Readme.1st ${PREFIX}/share/doc/vscan/vscan.LICENCE .endif @${ECHO} "" @${CAT} ${PKGDIR}/DESCR Index: files/md5 =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/security/vscan/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1996/10/27 10:08:46 1.1.1.1 +++ md5 1999/03/24 05:55:16 @@ -1 +1 @@ -MD5 (vfrb101e.taz) = eef84b5fe8b25b8572012c29671d3ca5 +MD5 (nlxb318e.tar) = 700b554df1c0a066d383f5656e55341d Index: pkg/PLIST =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/security/vscan/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1998/08/19 19:54:36 1.2 +++ PLIST 1999/03/24 06:06:42 @@ -1,6 +1,8 @@ bin/uvscan -lib/mcafee/scan.dat -lib/mcafee/names.dat -lib/mcafee/clean.dat +lib/neta/scan.dat +lib/neta/names.dat +lib/neta/clean.dat share/doc/vscan/vscan.LICENCE share/doc/vscan/Whatsnew.txt +@dirrm lib/neta +@dirrm share/doc/vscan >Release-Note: >Audit-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 Mar 23 22:30: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 3BAFC14F7A for ; Tue, 23 Mar 1999 22:30:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA11359; Tue, 23 Mar 1999 22:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 23 Mar 1999 22:30:01 -0800 (PST) Message-Id: <199903240630.WAA11359@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: mharo@area51.fremont.ca.us Subject: Re:ports/10768:Update:security/bjorb Reply-To: mharo@area51.fremont.ca.us Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10768; it has been noted by GNATS. From: mharo@area51.fremont.ca.us To: freebsd-gnats-submit@freebsd.org, mharo@area51.fremont.ca.us Cc: Subject: Re:ports/10768:Update:security/bjorb Date: Tue, 23 Mar 1999 22:21:55 -0800 (PST) forgot to include a patch file... There is probably a better way to fix this problem, but this works for me. patch-ac: --- Makefile.in.orig Tue Mar 9 01:47:14 1999 +++ Makefile.in Tue Mar 9 01:47:19 1999 @@ -48,7 +48,7 @@ SSLTOP = @ssltop@ SSL_CFLAGS = -I$(SSLTOP)/include SSL_LDFLAGS = -L$(SSLTOP)/lib -SSL_LIBS = @ssllibs@ +SSL_LIBS = @ssllibs@ -lrsaref -lRSAglue ### # %EXPORT% To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 23 23: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 7092E15465 for ; Tue, 23 Mar 1999 23:10:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA00414; Tue, 23 Mar 1999 23:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 23 Mar 1999 23:10:03 -0800 (PST) Message-Id: <199903240710.XAA00414@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Michael Subject: Re: ports/10768: Update: security/bjorb Reply-To: Michael Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10768; it has been noted by GNATS. From: Michael To: gnats-admin@freebsd.org Cc: Subject: Re: ports/10768: Update: security/bjorb Date: Tue, 23 Mar 1999 22:20:00 -0800 forgot to include a patch file... There is probably a better way to fix this problem, but this works for me. patch-ac: --- Makefile.in.orig Tue Mar 9 01:47:14 1999 +++ Makefile.in Tue Mar 9 01:47:19 1999 @@ -48,7 +48,7 @@ SSLTOP = @ssltop@ SSL_CFLAGS = -I$(SSLTOP)/include SSL_LDFLAGS = -L$(SSLTOP)/lib -SSL_LIBS = @ssllibs@ +SSL_LIBS = @ssllibs@ -lrsaref -lRSAglue ### # %EXPORT% To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 23 23: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 425451546F for ; Tue, 23 Mar 1999 23:10:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA00420; Tue, 23 Mar 1999 23:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 23 Mar 1999 23:10:04 -0800 (PST) Message-Id: <199903240710.XAA00420@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: asami@freebsd.org (Satoshi Asami) Subject: Re: ports/10724: editors/mule incorrect arch-dependent data dir Reply-To: asami@freebsd.org (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10724; it has been noted by GNATS. From: asami@freebsd.org (Satoshi Asami) To: hiro@eken.phys.nagoya-u.ac.jp Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/10724: editors/mule incorrect arch-dependent data dir Date: Tue, 23 Mar 1999 22:57:36 -0800 (PST) * Actually I prefer removing the definition of CONFIGURE_TARGET in * mule-common/Makefile. But mule-common port generated wrong TMPPLIST * when I removed the following line from mule-common/Makefile. Maybe I am You're right, it failed here too. I took a look, it seems PLIST_SUB is used too early in bsd.port.mk. I'll commit a fix to both, thanks. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 4:45: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 74FBC14FF5 for ; Wed, 24 Mar 1999 04:44:55 -0800 (PST) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id HAA39991 for ; Wed, 24 Mar 1999 07:43:21 -0500 (EST) Date: Wed, 24 Mar 1999 07:43:21 -0500 (EST) From: Chuck Robey To: FreeBSD Ports Team Subject: x11/gnomelibs 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 Is anyone else able to get this to build? I can't get it to get past configuration. I don't know if this is extremely sensitive to having older versions of other libs around or not. Upgrading this is becoming a real PITA. Right now, it's dying in configure, one of the test programs using ftk won't compile at all. I tried using our stock gcc, and also egcc. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 5: 3:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 5348714D0C; Wed, 24 Mar 1999 05:03:09 -0800 (PST) (envelope-from br@netland.inka.de) Received: from stiller.netland.inka.de by mail.inka.de with uucp (rmailwrap 0.4) id 10PnJ4-0004Io-00; Wed, 24 Mar 1999 14:02:50 +0100 Received: from localhost (localhost.netland.inka.de [127.0.0.1]) by stiller.netland.inka.de (8.9.1/8.9.1) with ESMTP id OAA27169; Wed, 24 Mar 1999 14:03:38 +0100 (CET) (envelope-from br@netland.inka.de) Message-Id: <199903241303.OAA27169@stiller.netland.inka.de> To: freebsd-ports@freebsd.org Cc: Poul-Henning Kamp Subject: Re: teTeX-beta problem... In-reply-to: Your message of "Mon, 22 Mar 1999 03:16:07 +0100" <12030.922037919@critter.freebsd.dk> Date: Wed, 24 Mar 1999 14:03:38 +0100 From: Bernd Rosauer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Poul-Henning Kamp: > On my -current machine I cannot install the docproj port because > the teTeX-beta fails with the attached problem. Anybody have a > good suggestion ? I would really like to get DocBook-able here > so I can get some words minced... On Monday I meet with Thomas Esser: For the release of the CD-ROM "TeX Live 4" there will be a code freeze on the teTeX-0.9 development tree at the end of this week, probably. This will make a good snapshot for updating and revising FreeBSD's teTeX-beta port. I will try to upgrade my FreeBSD box to 4.0-CURRENT until then and after that I will work on the port. Thanks for your patience with a busy maintainer! :-) And thanks to Thomas Esser for all the work and time he put into his latest and greatest distribution of TeX & friends. As he told me, we are soon to see teTeX-1.0 hitting earth. -br To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 5:46:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 12F0014C0B for ; Wed, 24 Mar 1999 05:46:03 -0800 (PST) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id PAA74223; Wed, 24 Mar 1999 15:44:50 +0200 (SAT) (envelope-from reg) Date: Wed, 24 Mar 1999 15:44:49 +0200 From: Jeremy Lea To: Chuck Robey Cc: FreeBSD Ports Team Subject: Re: x11/gnomelibs Message-ID: <19990324154449.B35023@shale.csir.co.za> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Chuck Robey on Wed, Mar 24, 1999 at 07:43:21AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Wed, Mar 24, 1999 at 07:43:21AM -0500, Chuck Robey wrote: > Is anyone else able to get this to build? I can't get it to get past > configuration. I don't know if this is extremely sensitive to having > older versions of other libs around or not. Upgrading this is becoming > a real PITA. > > Right now, it's dying in configure, one of the test programs using ftk > won't compile at all. I tried using our stock gcc, and also egcc. An error message would be kind of helpfull. Also, what version of FreeBSD? But yes, the port is fairly sensitive to older versions of it's dependencies, although these should have been worked out in the current port. If you're really having problems then uninstall the following: imlib gtk12 ORBit glib12 gettext esound libaudiofile libghttp Regards, -Jeremy -- | "Come home my prodigal son, come home and lets be one, --+-- don't want to see you cry, don't make me tell you why, | you've lived in a house with me, my blood has set you free, | in the world you'll surely die, nothing else will satisfy." -MIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 5:53:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 561E114C19 for ; Wed, 24 Mar 1999 05:53:06 -0800 (PST) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id IAA60311; Wed, 24 Mar 1999 08:49:22 -0500 (EST) Date: Wed, 24 Mar 1999 08:49:21 -0500 (EST) From: Chuck Robey To: Jeremy Lea Cc: FreeBSD Ports Team Subject: Re: x11/gnomelibs In-Reply-To: <19990324154449.B35023@shale.csir.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 24 Mar 1999, Jeremy Lea wrote: > Hi, > > On Wed, Mar 24, 1999 at 07:43:21AM -0500, Chuck Robey wrote: > > Is anyone else able to get this to build? I can't get it to get past > > configuration. I don't know if this is extremely sensitive to having > > older versions of other libs around or not. Upgrading this is becoming > > a real PITA. > > > > Right now, it's dying in configure, one of the test programs using ftk > > won't compile at all. I tried using our stock gcc, and also egcc. > > An error message would be kind of helpfull. Also, what version of > FreeBSD? > > But yes, the port is fairly sensitive to older versions of it's > dependencies, although these should have been worked out in the current > port. If you're really having problems then uninstall the following: I found it, old includes. The trouble with doing what you ask is that when you try it, it refuses to uninstall those, unless you also ax all the ports that use those. If you don't want to rip everything (libs and apps) out every time you upgrade, you're screwed. I sure wish this didn't upgrade so quickly. Maybe I ought to try the -f flag to pkg_delete. Yeah, I'll try that next, because something else has broken now (imlib). ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 7:10: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 2B99714D98 for ; Wed, 24 Mar 1999 07:10:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA78355; Wed, 24 Mar 1999 07:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from voyager.fisicc-ufm.edu (ip-46-094.guate.net [200.12.46.94]) by hub.freebsd.org (Postfix) with ESMTP id 686AA14BFD for ; Wed, 24 Mar 1999 07:02:55 -0800 (PST) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from root@localhost) by voyager.fisicc-ufm.edu (8.9.2/8.9.2) id JAA03350; Wed, 24 Mar 1999 09:07:05 -0600 (CST) (envelope-from obonilla) Message-Id: <199903241507.JAA03350@voyager.fisicc-ufm.edu> Date: Wed, 24 Mar 1999 09:07:05 -0600 (CST) From: obonilla@fisicc-ufm.edu Reply-To: obonilla@fisicc-ufm.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10770: New Port for kmp3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10770 >Category: ports >Synopsis: New Port for kmp3 (a mp3 player for the KDE) >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 Mar 24 07:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Oscar Bonilla >Release: FreeBSD 3.1-STABLE i386 >Organization: Universidad Francisco Marroquin >Environment: >Description: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # kmp3 # kmp3/patches # kmp3/patches/patch-aa # kmp3/patches/patch-ab # kmp3/patches/patch-ac # kmp3/Makefile # kmp3/pkg # kmp3/pkg/DESCR # kmp3/pkg/COMMENT # kmp3/pkg/PLIST # kmp3/files # kmp3/files/md5 # echo c - kmp3 mkdir -p kmp3 > /dev/null 2>&1 echo c - kmp3/patches mkdir -p kmp3/patches > /dev/null 2>&1 echo x - kmp3/patches/patch-aa sed 's/^X//' >kmp3/patches/patch-aa << 'END-of-kmp3/patches/patch-aa' X--- src/player.cpp.orig Tue Mar 23 18:24:59 1999 X+++ src/player.cpp Tue Mar 23 18:25:25 1999 X@@ -169,8 +169,8 @@ X fdhdr.cmsg_type = SCM_RIGHTS; X fdhdr.fd = fd; X X- hdr.msg_control = &fdhdr; X-// hdr.msg_control = (char *) &fdhdr; X+// hdr.msg_control = &fdhdr; X+ hdr.msg_control = (char *) &fdhdr; X hdr.msg_controllen = sizeof(struct m_cmsghdr); X X if( amp.sendMsg( &hdr, 0) < 0 ){ END-of-kmp3/patches/patch-aa echo x - kmp3/patches/patch-ab sed 's/^X//' >kmp3/patches/patch-ab << 'END-of-kmp3/patches/patch-ab' X--- amp/audioIO_Linux.c.orig Tue Mar 23 18:25:44 1999 X+++ amp/audioIO_Linux.c Tue Mar 23 18:26:08 1999 X@@ -26,7 +26,7 @@ X X /* optimal fragment size */ X X-int AUSIZ = 0; X+int AUSIZ_IO = 0; X X /* declare these static to effectively isolate the audio device */ X X@@ -78,7 +78,7 @@ X if (volume != -1) X audioSetVolume(volume); X X- if (ioctl(audio_fd, SNDCTL_DSP_GETBLKSIZE, &AUSIZ) == -1) X+ if (ioctl(audio_fd, SNDCTL_DSP_GETBLKSIZE, &AUSIZ_IO) == -1) X die("Unable to get fragment size\n"); X } X END-of-kmp3/patches/patch-ab echo x - kmp3/patches/patch-ac sed 's/^X//' >kmp3/patches/patch-ac << 'END-of-kmp3/patches/patch-ac' X--- amp/Makefile.in.orig Tue Mar 23 19:27:20 1999 X+++ amp/Makefile.in Tue Mar 23 19:27:36 1999 X@@ -50,6 +50,6 @@ X gcc -MM ${DEFINES} ${DEBUG} *.c > .depend X X install: X- cp kmp3player $(KDEDIR)/bin X+ cp kmp3player /usr/local/bin X X #-include .depend END-of-kmp3/patches/patch-ac echo x - kmp3/Makefile sed 's/^X//' >kmp3/Makefile << 'END-of-kmp3/Makefile' X# New ports collection makefile for: kmpg X# Version required: 0.4.3a X# Date created: 23 May 1998 X# Whom: Hans Petter Bieker X# X# $Id: Makefile,v 1.10 1999/03/09 06:22:44 fenner Exp $ X# X XDISTNAME= kmp3-0.2.2 XCATEGORIES= audio kde XMASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/1.1/apps/multimedia/sound/ X XMAINTAINER= obonilla@fisicc-ufm.edu X XLIB_DEPENDS= kdecore.1:${PORTSDIR}/x11/kdelibs \ X kdeui.1:${PORTSDIR}/x11/kdelibs X XUSE_QT= yes XGNU_CONFIGURE= yes XUSE_GMAKE= yes XCONFIGURE_ENV= CXXFLAGS="${CXXFLAGS}" \ X INSTALL_SCRIPT="${INSTALL_SCRIPT}" XWRKSRC= ${WRKDIR}/kmp3 X X.include END-of-kmp3/Makefile echo c - kmp3/pkg mkdir -p kmp3/pkg > /dev/null 2>&1 echo x - kmp3/pkg/DESCR sed 's/^X//' >kmp3/pkg/DESCR << 'END-of-kmp3/pkg/DESCR' XThis is an mp3 player for the K Desktop Environment. XLooks like the cd player that comes with kmultimedia (kscd). X X-Oscar Bonilla END-of-kmp3/pkg/DESCR echo x - kmp3/pkg/COMMENT sed 's/^X//' >kmp3/pkg/COMMENT << 'END-of-kmp3/pkg/COMMENT' XAn mp3 player for the KDE END-of-kmp3/pkg/COMMENT echo x - kmp3/pkg/PLIST sed 's/^X//' >kmp3/pkg/PLIST << 'END-of-kmp3/pkg/PLIST' Xbin/kmp3 Xbin/kmp3player Xshare/applnk/Multimedia/KMp3.kdelnk Xshare/icons/kmp3.xpm Xshare/icons/mini/kmp3.xpm Xshare/apps/kmp3/pics/dock_idle.xpm Xshare/apps/kmp3/pics/dock_playing.xpm Xshare/apps/kmp3/pics/logo.xpm Xshare/locale/fr/LC_MESSAGES/kmp3.mo Xshare/locale/de/LC_MESSAGES/kmp3.mo Xshare/locale/es/LC_MESSAGES/kmp3.mo Xshare/locale/is/LC_MESSAGES/kmp3.mo X@dirrm share/apps/kmp3/pics X@dirrm share/apps/kmp3 END-of-kmp3/pkg/PLIST echo c - kmp3/files mkdir -p kmp3/files > /dev/null 2>&1 echo x - kmp3/files/md5 sed 's/^X//' >kmp3/files/md5 << 'END-of-kmp3/files/md5' XMD5 (kmp3-0.2.2.tar.gz) = 40afffe0902d7214e60b7ab8c669d285 END-of-kmp3/files/md5 exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 7:48:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cvrc-taco.mgh.harvard.edu (cvrc-taco.mgh.harvard.edu [132.183.120.19]) by hub.freebsd.org (Postfix) with ESMTP id AF046154BF; Wed, 24 Mar 1999 07:48:22 -0800 (PST) (envelope-from delgado@cvrc-taco.mgh.harvard.edu) Received: from [132.183.120.31] (cvrc-barracuda.mgh.harvard.edu [132.183.120.31]) by cvrc-taco.mgh.harvard.edu (8.8.8/8.8.7) with ESMTP id KAA20916; Wed, 24 Mar 1999 10:48:03 -0500 (EST) (envelope-from delgado@cvrc-taco.mgh.harvard.edu) Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 24 Mar 1999 10:48:03 -0500 To: jseger@freebsd.org From: Jonathan Delgado Subject: FreeBSD Port: gcl-2.2.2 Cc: ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I was wondering when (or if ever) gcl will be working for ELF. It has been marked as broken since October 14, 1998. --- Jonathan Delgado Massachusetts General Hospital delgado@cvrc.mgh.harvard.edu Cardiovascular Research Center Resident MacWiz & unix hack Room: 4203 Ph: (617) 724-9566 Network Coordinator Fax: (617) 726-5806 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 8:39: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 D8B9714E2C; Wed, 24 Mar 1999 08:39:11 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA87767; Wed, 24 Mar 1999 08:38:53 -0800 (PST) (envelope-from nectar@FreeBSD.org) Date: Wed, 24 Mar 1999 08:38:53 -0800 (PST) From: Message-Id: <199903241638.IAA87767@freefall.freebsd.org> To: gljohns@bellsouth.net, nectar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10552 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Make balsa build again State-Changed-From-To: open->closed State-Changed-By: nectar State-Changed-When: Wed Mar 24 08:38:34 PST 1999 State-Changed-Why: Committed. Thanks for the update! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 9: 8:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bachue.usc.unal.edu.co (bachue.usc.unal.edu.co [168.176.3.20]) by hub.freebsd.org (Postfix) with ESMTP id A820614D24; Wed, 24 Mar 1999 09:08:08 -0800 (PST) (envelope-from pfgiffun@bachue.usc.unal.edu.co) Received: from bachue.usc.unal.edu.co ([168.176.3.48]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with ESMTP id AAA2975; Wed, 24 Mar 1999 12:05:50 -0500 Message-ID: <36F91B9C.44EB1CC9@bachue.usc.unal.edu.co> Date: Wed, 24 Mar 1999 12:06:36 -0500 From: "Pedro F. Giffuni" Organization: U. Nacional de Colombia X-Mailer: Mozilla 4.05 [en] (X11; U; FreeBSD 2.2.7-RELEASE i386) MIME-Version: 1.0 To: erich@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: xlispstat-3.44 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello; The latest version of XlispStat is 3.52.3: http://www.stat.umn.edu/~luke/xls/xlsinfo/xlsinfo.html please update it, it's a requirement to port ViSta: http://forrest.psych.unc.edu/research/ViSta.html cheers, Pedro. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 9:30: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 43D5D14CBB; Wed, 24 Mar 1999 09:30:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA92830; Wed, 24 Mar 1999 09:30:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 24 Mar 1999 09:30:05 -0800 (PST) From: Message-Id: <199903241730.JAA92830@freefall.freebsd.org> To: kline@tao.thought.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10184 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Master site gone; makefile updated State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 24 09:29:38 PST 1999 State-Changed-Why: Superceded by ports/10713. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 9:30: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 BB51414F6E; Wed, 24 Mar 1999 09:30:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA92990; Wed, 24 Mar 1999 09:30:29 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 24 Mar 1999 09:30:29 -0800 (PST) From: Message-Id: <199903241730.JAA92990@freefall.freebsd.org> To: girgen@partitur.se, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10346 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new version of lesstif State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 24 09:30:15 PST 1999 State-Changed-Why: Superceded by ports/10696. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 9:31: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 23D9814D9E; Wed, 24 Mar 1999 09:31:19 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA93143; Wed, 24 Mar 1999 09:31:00 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 24 Mar 1999 09:31:00 -0800 (PST) From: Message-Id: <199903241731.JAA93143@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/10390 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Tidy port: p5-libwww Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: steve Responsible-Changed-When: Wed Mar 24 09:30:37 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 Mar 24 9:31: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 16FCE14FFB; Wed, 24 Mar 1999 09:31:39 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA93286; Wed, 24 Mar 1999 09:31:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 24 Mar 1999 09:31:20 -0800 (PST) From: Message-Id: <199903241731.JAA93286@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/10454 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: emulators/spim Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: steve Responsible-Changed-When: Wed Mar 24 09:31:06 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 Mar 24 9:31:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gershwin.tera.com (unknown [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id EEA6815294 for ; Wed, 24 Mar 1999 09:31:43 -0800 (PST) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id JAA21179 for ; Wed, 24 Mar 1999 09:31:18 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id JAA12620 for freebsd-ports@freebsd.org; Wed, 24 Mar 1999 09:31:06 -0800 (PST) From: Gary Kline Message-Id: <199903241731.JAA12620@tao.thought.org> Subject: xflame missing nanosleep in 2.2.8 To: freebsd-ports@freebsd.org (FreeBSD Ports) Date: Wed, 24 Mar 1999 09:31:06 -0800 (PST) Organization: <> thought.org: public service Unix since 1986... <> X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Does anybody know if we are missing a nanosleep() library call in FBSD-2.2.8? Is this in 3.X, or is nanosleep() a Linuxism? A new X11R6 addition? I thought it'd be relaxing to have my own v-fireplace to pop up when I needed a break, but xflame is a huge CPU-sink, so nope. But still curious about nanosleep(). Thanks for any light here, 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 Wed Mar 24 9:32: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 0B98315024; Wed, 24 Mar 1999 09:32:33 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA93453; Wed, 24 Mar 1999 09:32:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 24 Mar 1999 09:32:14 -0800 (PST) From: Message-Id: <199903241732.JAA93453@freefall.freebsd.org> To: allenc@verinet.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10536 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/japanese/vje-trial has no makefile State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 24 09:31:26 PST 1999 State-Changed-Why: Satoshi removed this port on or about the 19th of this month. Just remove the directory and all should be well again. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 9:33: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 3F79114FFB; Wed, 24 Mar 1999 09:33:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA93642; Wed, 24 Mar 1999 09:33:08 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 24 Mar 1999 09:33:08 -0800 (PST) From: Message-Id: <199903241733.JAA93642@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/10559 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] net/ethereal should be linked with GTK 1.2. Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: steve Responsible-Changed-When: Wed Mar 24 09:32: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 Wed Mar 24 9:35: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 3669314D9E; Wed, 24 Mar 1999 09:35:11 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA93772; Wed, 24 Mar 1999 09:34:52 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 24 Mar 1999 09:34:52 -0800 (PST) From: Message-Id: <199903241734.JAA93772@freefall.freebsd.org> To: sdn@slip.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10723 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: llnlxdir-2.1 requires Motif State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 24 09:33:47 PST 1999 State-Changed-Why: Having lesstif stand in for Motif is okay, but you must also defined 'HAVE_MOTIF=yes' in your environment or /etc/make.conf. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 9:38: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 B8C6515526; Wed, 24 Mar 1999 09:38:39 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA94194; Wed, 24 Mar 1999 09:38:21 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 24 Mar 1999 09:38:21 -0800 (PST) From: Message-Id: <199903241738.JAA94194@freefall.freebsd.org> To: cpiazza@home.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10363 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [patch] give moxftp port some master sites State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 24 09:37:06 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 Wed Mar 24 9: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 D477E154B5; Wed, 24 Mar 1999 09:41:35 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA94963; Wed, 24 Mar 1999 09:41:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 24 Mar 1999 09:41:16 -0800 (PST) From: Message-Id: <199903241741.JAA94963@freefall.freebsd.org> To: nrahlstr@winternet.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10453 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Patch to update gxedit from version 1.20 to version 1.22 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 24 09:40:10 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 Mar 24 9:44: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 4385F152CA; Wed, 24 Mar 1999 09:43:47 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA96225; Wed, 24 Mar 1999 09:43:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 24 Mar 1999 09:43:28 -0800 (PST) From: Message-Id: <199903241743.JAA96225@freefall.freebsd.org> To: tom@eborcom.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10463 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix Port: math/abs State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 24 09:42:15 PST 1999 State-Changed-Why: Update committed with a few minor mods. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 9:45: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 4CC5B1544D; Wed, 24 Mar 1999 09:45:32 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA96742; Wed, 24 Mar 1999 09:45:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 24 Mar 1999 09:45:13 -0800 (PST) From: Message-Id: <199903241745.JAA96742@freefall.freebsd.org> To: william@tale.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10561 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: net/ucd-snmpd build fail State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 24 09:44:56 PST 1999 State-Changed-Why: Fixed, thanks for the report. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 9:47: 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 7F1B81511E; Wed, 24 Mar 1999 09:46:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA97125; Wed, 24 Mar 1999 09:46:39 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 24 Mar 1999 09:46:39 -0800 (PST) From: Message-Id: <199903241746.JAA97125@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10618 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: x11-fm/ezfm State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 24 09:45:40 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 Mar 24 9:50: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 EF27E15299; Wed, 24 Mar 1999 09:50:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA98572; Wed, 24 Mar 1999 09:50:23 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 24 Mar 1999 09:50:23 -0800 (PST) From: Message-Id: <199903241750.JAA98572@freefall.freebsd.org> To: kline@tao.thought.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10713 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: RESEND of mail/rftp diff State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 24 09:49:52 PST 1999 State-Changed-Why: Put the distfile up on my homepage until you have a chance to get the MASTER_SITE box back up. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 9:52: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 6F12714DA3; Wed, 24 Mar 1999 09:52:43 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA98942; Wed, 24 Mar 1999 09:52:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 24 Mar 1999 09:52:24 -0800 (PST) From: Message-Id: <199903241752.JAA98942@freefall.freebsd.org> To: ortmann@sparc.isl.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10718 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: a ports change for lang/ocaml State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 24 09:51:00 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 Mar 24 9:54: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 9E4E1156BA; Wed, 24 Mar 1999 09:54:33 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA99215; Wed, 24 Mar 1999 09:54:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 24 Mar 1999 09:54:14 -0800 (PST) From: Message-Id: <199903241754.JAA99215@freefall.freebsd.org> To: jim@corp.au.triax.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10717 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: wmpinboard-0.7 to 0.8.2 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 24 09:53:50 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 Mar 24 9:59:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gershwin.tera.com (unknown [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 7364B14DA3; Wed, 24 Mar 1999 09:59:30 -0800 (PST) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id JAA22214; Wed, 24 Mar 1999 09:59:09 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id JAA12862; Wed, 24 Mar 1999 09:58:56 -0800 (PST) From: Gary Kline Message-Id: <199903241758.JAA12862@tao.thought.org> Subject: Re: ports/10713 In-Reply-To: <199903241750.JAA98572@freefall.freebsd.org> from "steve@FreeBSD.org" at "Mar 24, 99 09:50:23 am" To: steve@FreeBSD.org Date: Wed, 24 Mar 1999 09:58:56 -0800 (PST) Cc: freebsd-ports@FreeBSD.org Organization: <> thought.org: public service Unix since 1986... <> X-Mailer: ELM [version 2.4ME+ PL32 (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 steve@FreeBSD.org: > Synopsis: RESEND of mail/rftp diff > > State-Changed-From-To: open->closed > State-Changed-By: steve > State-Changed-When: Wed Mar 24 09:49:52 PST 1999 > State-Changed-Why: > Put the distfile up on my homepage until you have a chance to get the > MASTER_SITE box back up. > I probably won't use the old MASTER_SITE which was a ``free web page'' box across the pond. When the local FBSD group out here (Seattle) finds it's machine a home I'll likely use it for my present and future personal ports. Meanwhile thanks for your hospitality! 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 Wed Mar 24 11:44:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from uswgne6.uswc.uswest.com (uswgne6.uswest.com [204.26.87.74]) by hub.freebsd.org (Postfix) with ESMTP id 1842C1523A for ; Wed, 24 Mar 1999 11:44:47 -0800 (PST) (envelope-from mmeola@lookout.ecte.uswc.uswest.com) Received: from egate.mnet.uswest.com (mailgate.uswc.uswest.com [151.119.130.8]) by uswgne6.uswc.uswest.com (8.8.5/8.8.5) with ESMTP id NAA16244 for ; Wed, 24 Mar 1999 13:45:39 -0600 (CST) Received: from smokey.uswc.uswest.com (smokey.uswc.uswest.com [151.119.16.10]) by egate.mnet.uswest.com (8.8.8/8.8.8) with ESMTP id MAA28891 for ; Wed, 24 Mar 1999 12:44:22 -0700 (MST) Received: from ima2wk6.uswc.uswest.com (ima2wk6.uswc.uswest.com [151.116.151.207]) by smokey.uswc.uswest.com (8.6.11/uswc-hub.950320) with ESMTP id MAA06202 for ; Wed, 24 Mar 1999 12:44:21 -0700 Received: (from mmeola@localhost) by ima2wk6.uswc.uswest.com (8.6.11/uswc-server.950313) id MAA13966; Wed, 24 Mar 1999 12:44:02 -0700 Newsgroups: comp.lang.ada Subject: Re: GNAT for FreeBSD 3.x and OpenBSD/ALPHA 2.4 References: <7d95l5$n4c$1@nnrp1.dejanews.com> From: Matt Meola Cc: freebsd-ports@freebsd.org Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII Date: 24 Mar 1999 12:44:02 -0700 Message-ID: Lines: 27 X-Newsreader: Gnus v5.6.43/XEmacs 20.4 - "Emerald" In-Reply-To: deischen@my-dejanews.com's message of "Tue, 23 Mar 1999 22:47:04 GMT" Posted-To: comp.lang.ada Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following message is a courtesy copy of an article that has been posted to comp.lang.ada as well. deischen@my-dejanews.com writes: > In article , > robsch@robkaos.ruhr.de (Robert Schien) wrote: > > I'm looking for GNAT (3.11p) binaries for FreeBSD 3.x (ELF) and > > OpenBSD/ALPHA 2.4. > > I made an ELF FreeBSD port of GNAT-3.11p and also an Ada-aware GDB. > You can get the necessary files from: > > ftp://ftp.pcnet.com/users/eischen/GNAT/gnat-3.11p.port.tgz > ftp://ftp.pcnet.com/users/eischen/GNAT/gnat-3.11p-boot.tar.gz > ftp://ftp.pcnet.com/users/eischen/FreeBSD/adagdb-4.17-port.tar.gz < instructions elided... > Dan, I would like to thank you for your tireless efforts in bringing Gnat to FreeBSD; I'll be using it to write some new ports of my own (contributed back to FreeBSD, of course). Anyway, thanks again, Dan! -- Matt Meola (matt.meola@usa.net) KC0DXW Bailey, Colorado "Gun control means using two hands." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 12: 5:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 64FD814A14 for ; Wed, 24 Mar 1999 12:05:34 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA184033872; Wed, 24 Mar 1999 14:31:12 -0500 Date: Wed, 24 Mar 1999 14:31:12 -0500 (EST) From: Bill Fumerola To: Matt Meola Cc: freebsd-ports@FreeBSD.ORG Subject: Re: GNAT for FreeBSD 3.x and OpenBSD/ALPHA 2.4 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 24 Mar 1999, Matt Meola wrote: > Dan, I would like to thank you for your tireless efforts in bringing > Gnat to FreeBSD; I'll be using it to write some new ports of my own > (contributed back to FreeBSD, of course). FYI - I will be importing this port into the ports tree RSN. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 12:42:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from uswgne6.uswc.uswest.com (uswgne6.uswest.com [204.26.87.74]) by hub.freebsd.org (Postfix) with ESMTP id 4872614F6E for ; Wed, 24 Mar 1999 12:42:49 -0800 (PST) (envelope-from mmeola@ima2wk6.uswc.uswest.com) Received: from egate.mnet.uswest.com (mailgate.uswc.uswest.com [151.119.130.8]) by uswgne6.uswc.uswest.com (8.8.5/8.8.5) with ESMTP id OAA01609; Wed, 24 Mar 1999 14:43:46 -0600 (CST) Received: from smokey.uswc.uswest.com (smokey.uswc.uswest.com [151.119.16.10]) by egate.mnet.uswest.com (8.8.8/8.8.8) with ESMTP id NAA20041; Wed, 24 Mar 1999 13:42:29 -0700 (MST) Received: from ima2wk6.uswc.uswest.com (ima2wk6.uswc.uswest.com [151.116.151.207]) by smokey.uswc.uswest.com (8.6.11/uswc-hub.950320) with ESMTP id NAA06402; Wed, 24 Mar 1999 13:42:28 -0700 Received: from ima2wk6.uswc.uswest.com (localhost.uswc.uswest.com [127.0.0.1]) by ima2wk6.uswc.uswest.com (8.6.11/uswc-server.950313) with ESMTP id NAA14151; Wed, 24 Mar 1999 13:42:09 -0700 Message-Id: <199903242042.NAA14151@ima2wk6.uswc.uswest.com> X-Mailer: exmh version 2.0.2 2/24/98 From: Matt Meola To: Bill Fumerola Cc: freebsd-ports@FreeBSD.ORG Subject: Re: GNAT for FreeBSD 3.x and OpenBSD/ALPHA 2.4 In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 Mar 1999 13:42:07 -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On 24 Mar 1999, Matt Meola wrote: > > > Dan, I would like to thank you for your tireless efforts in bringing > > Gnat to FreeBSD; I'll be using it to write some new ports of my own > > (contributed back to FreeBSD, of course). > > FYI - I will be importing this port into the ports tree RSN. Excellent! BTW, my plans for Gnat revolve around Amateur Radio... First, port NEC2. Second, write some programming software for my (and my wife's) Yaesu HT's. Third, write a graphical/cad front-end for NEC2. Fourth, write a graphical/cad front-end for spice... So much to do, so little time... :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 13:23: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dolphin.be.to (point1.be.to [210.235.212.29]) by hub.freebsd.org (Postfix) with ESMTP id 9F16614DC5 for ; Wed, 24 Mar 1999 13:22:56 -0800 (PST) (envelope-from okazaki@be.to) Received: from dune2.infonia.ne.jp (root@dune2.infonia.ne.jp [202.222.162.60]) by dolphin.be.to (8.8.8+3.0Wbeta13/BETO.1.6-1999032421000000) with ESMTP id GAA19937; Thu, 25 Mar 1999 06:21:36 +0900 Received: from acidrain.localnet (ppp15-Mobara1.mtci.ne.jp [210.172.1.217]) by dune2.infonia.ne.jp (8.8.8/3.7W-bt2) with ESMTP id GAA12980; Thu, 25 Mar 1999 06:21:33 +0900 Message-Id: <199903242121.GAA12980@dune2.infonia.ne.jp> Date: Thu, 25 Mar 1999 06:16:46 +0900 From: OKAZAKI Tetsurou To: kline@tao.thought.org Cc: freebsd-ports@freebsd.org Subject: Re: xflame missing nanosleep in 2.2.8 In-Reply-To: In your message of "Wed, 24 Mar 1999 09:31:06 -0800 (PST)" <199903241731.JAA12620@tao.thought.org> References: <199903241731.JAA12620@tao.thought.org> User-Agent: Wanderlust/0.9.7 (Everything She Wants) WEMI/1.13.3 (Yaizu) FLIM/1.12.5 (Hirahata) Emacs/20.3 (i386--freebsd) MULE/4.0 (HANANOEN) Organization: Personal. MIME-Version: 1.0 (generated by WEMI 1.13.3 - "Yaizu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, At Wed, 24 Mar 1999 09:31:06 -0800 (PST), Gary Kline wrote: > Does anybody know if we are missing a nanosleep() library call in > FBSD-2.2.8? Is this in 3.X, or is nanosleep() a Linuxism? A new > X11R6 addition? The nanosleep() function is a POSIXism:-). Online man page says that 3.X and 4.0-current both provide nanosleep() as a system call function. In 2.2.8, nanosleep() is implemented in the libc_r though undocumented: bash$ uname -r 2.2.8-RELEASE bash$ locate nanosleep /usr/src/lib/libc_r/uthread/uthread_nanosleep.c So maybe you have to pass the flag '-pthread' to the compiler. Tetsurou. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 13:50: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 0D80014E9C for ; Wed, 24 Mar 1999 13:50:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA15474; Wed, 24 Mar 1999 13:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from boromir.vpop.net (dns1.vpop.net [206.117.147.2]) by hub.freebsd.org (Postfix) with ESMTP id 5FBF114BF9 for ; Wed, 24 Mar 1999 13:40:09 -0800 (PST) (envelope-from mreimer@boromir.vpop.net) Received: (from mreimer@localhost) by boromir.vpop.net (8.9.1/8.9.1) id NAA07603; Wed, 24 Mar 1999 13:39:42 -0800 (PST) Message-Id: <199903242139.NAA07603@boromir.vpop.net> Date: Wed, 24 Mar 1999 13:39:42 -0800 (PST) From: mreimer@vpop.net Reply-To: mreimer@vpop.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10776: PATCH: upgrade Berkeley DB port to version 2.7.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10776 >Category: ports >Synopsis: PATCH: upgrade Berkeley DB port to version 2.7.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 24 13:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Matthew Reimer >Release: FreeBSD 2.2.7-STABLE i386 >Organization: VPOP Technologies, Inc. >Environment: N/A >Description: This patch upgrades the Berkeley DB ports (databases/db) to version 2.7.3. >How-To-Repeat: N/A >Fix: *** Makefile.orig Wed Mar 24 13:29:44 1999 --- Makefile Wed Mar 24 13:29:20 1999 *************** *** 6,12 **** # $Id: Makefile,v 1.9 1999/03/11 20:33:49 scrappy Exp $ # ! DISTNAME= db-2.3.16 CATEGORIES= databases MASTER_SITES= http://www.sleepycat.com/db/packages/ --- 6,12 ---- # $Id: Makefile,v 1.9 1999/03/11 20:33:49 scrappy Exp $ # ! DISTNAME= db-2.7.3 CATEGORIES= databases MASTER_SITES= http://www.sleepycat.com/db/packages/ *************** *** 16,22 **** WWW_SITE= http://www.sleepycat.com MANUAL_PACKAGE_BUILD= incompatible with libc version ! WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix GNU_CONFIGURE= YES CONFIGURE_SCRIPT= ../dist/configure --- 16,22 ---- WWW_SITE= http://www.sleepycat.com MANUAL_PACKAGE_BUILD= incompatible with libc version ! WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix GNU_CONFIGURE= YES CONFIGURE_SCRIPT= ../dist/configure *************** *** 32,39 **** post-install: ${MKDIR} ${PREFIX}/share/doc/db ! .for doc in hash.usenix.ps libtp.usenix.ps ! ${INSTALL_DATA} ${WRKSRC}/../documents/${doc} ${PREFIX}/share/doc/db gzip -9 ${PREFIX}/share/doc/db/${doc} .endfor ${MKDIR} ${PREFIX}/share/examples/db --- 32,39 ---- post-install: ${MKDIR} ${PREFIX}/share/doc/db ! .for doc in hash_usenix.ps libtp_usenix.ps ! ${INSTALL_DATA} ${WRKSRC}/../docs/packages/${doc} ${PREFIX}/share/doc/db gzip -9 ${PREFIX}/share/doc/db/${doc} .endfor ${MKDIR} ${PREFIX}/share/examples/db >Release-Note: >Audit-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 Mar 24 14:30: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 816B314CB6 for ; Wed, 24 Mar 1999 14:30:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA17628; Wed, 24 Mar 1999 14:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cask.force9.net (cask.force9.net [195.166.128.29]) by hub.freebsd.org (Postfix) with SMTP id A882014BE3 for ; Wed, 24 Mar 1999 14:29:59 -0800 (PST) (envelope-from tom@eborcom.com) Received: (qmail 4387 invoked from network); 24 Mar 1999 22:35:17 -0000 Received: from unknown (HELO coors.free-online.net) (212.56.108.80) by cask.force9.net with SMTP; 24 Mar 1999 22:35:17 -0000 Received: (qmail 23797 invoked from network); 24 Mar 1999 20:02:59 -0000 Received: from 101.hiper04.access.free-online.net (212.56.116.101) by coors.free-online.net with SMTP; 24 Mar 1999 20:02:59 -0000 Received: (qmail 2845 invoked by uid 5000); 24 Mar 1999 19:30:07 -0000 Message-Id: <19990324193007.2844.qmail@eborcom.com> Date: 24 Mar 1999 19:30:07 -0000 From: Tom Hukins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10777: MASTER_SITE change for ezmlm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10777 >Category: ports >Synopsis: MASTER_SITE change for ezmlm >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 Mar 24 14:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: eBORcOM >Environment: >Description: One of the MASTER_SITES for the ezmlm port has changed. See the patch below. >How-To-Repeat: >Fix: diff -ruN ezmlm.old/Makefile ezmlm/Makefile --- ezmlm.old/Makefile Sun Feb 28 17:14:19 1999 +++ ezmlm/Makefile Wed Mar 24 19:27:13 1999 @@ -10,7 +10,7 @@ CATEGORIES= mail MASTER_SITES= ftp://ftp.ezmlm.org/pub/qmail/ \ ftp://ftp.ntnu.no/pub/unix/mail/qmail/ \ - ftp://ftp.pipex.net/mirrors/qmail/ \ + ftp://mirror.pipex.net/pub/qmail/ \ ftp://ftp.jp.qmail.org/qmail/ \ ftp://ftp.rifkin.technion.ac.il/pub/qmail/ \ ftp://ftp.mira.net.au/unix/mail/qmail/ >Release-Note: >Audit-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 Mar 24 15:39: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 F1AB914FA6; Wed, 24 Mar 1999 15:39:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA22024; Wed, 24 Mar 1999 15:38:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 24 Mar 1999 15:38:44 -0800 (PST) From: Message-Id: <199903242338.PAA22024@freefall.freebsd.org> To: mreimer@vpop.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10776 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: PATCH: upgrade Berkeley DB port to version 2.7.3 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Mar 24 15:37:58 PST 1999 State-Changed-Why: kris@freebsd.org is already working on this. See also ports/10323. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 15:53:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gershwin.tera.com (unknown [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 8EEEA14F3C for ; Wed, 24 Mar 1999 15:53:34 -0800 (PST) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id PAA04813; Wed, 24 Mar 1999 15:53:13 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id PAA17150; Wed, 24 Mar 1999 15:53:03 -0800 (PST) From: Gary Kline Message-Id: <199903242353.PAA17150@tao.thought.org> Subject: Re: xflame missing nanosleep in 2.2.8 In-Reply-To: <199903242121.GAA12980@dune2.infonia.ne.jp> from OKAZAKI Tetsurou at "Mar 25, 99 06:16:46 am" To: okazaki@be.to (OKAZAKI Tetsurou) Date: Wed, 24 Mar 1999 15:53:02 -0800 (PST) Cc: freebsd-ports@freebsd.org Organization: <> thought.org: public service Unix since 1986... <> X-Mailer: ELM [version 2.4ME+ PL32 (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 OKAZAKI Tetsurou: > Hi, > > At Wed, 24 Mar 1999 09:31:06 -0800 (PST), > Gary Kline wrote: > > Does anybody know if we are missing a nanosleep() library call in > > FBSD-2.2.8? Is this in 3.X, or is nanosleep() a Linuxism? A new > > X11R6 addition? > > The nanosleep() function is a POSIXism:-). Online man page says that > 3.X and 4.0-current both provide nanosleep() as a system call function. > > In 2.2.8, nanosleep() is implemented in the libc_r though undocumented: Hmm. A recursive grep finds it is libc/gen, #ifdef THREAD_SAFE. The call is, yes, is libc_r. .... > > bash$ uname -r > 2.2.8-RELEASE > bash$ locate nanosleep > /usr/src/lib/libc_r/uthread/uthread_nanosleep.c > > So maybe you have to pass the flag '-pthread' to the compiler. > No, because it (nanosleep()) is missing from existing libraries. I could back-port this, but that's too much mousing around-- cutting and pasting. :-) I generally argree with things-POSIX, but this time it's irksome. thanks for the insight, 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 Wed Mar 24 17: 1:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id B283614E49 for ; Wed, 24 Mar 1999 17:01:31 -0800 (PST) (envelope-from naddy@mips.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id CAA02867 for freebsd-ports@freebsd.org; Thu, 25 Mar 1999 02:01:12 +0100 (CET) (envelope-from naddy@mips.rhein-neckar.de) Received: by mips.rhein-neckar.de id m10PyU1-000WyUC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Thu, 25 Mar 1999 01:58:53 +0100 (CET) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Lesser evil for distfile? Date: 25 Mar 1999 01:58:50 +0100 Message-ID: <7dc1oa$fak$1@mips.rhein-neckar.de> To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm currently trying to figure out which kind of distfile is the lesser evil for a particular port: - Getting the distfile from the comp.sources.misc archives. This is ugly, since the actual part01.{Z,gz} differs from archive to archive (-> no MD5 checksum). Also, should shar archives be extracted with gunshar (-> dependency) or piped straight into sh? - A nice tarball is available from the distfiles area of ftp.{net,open}bsd.org (as well as ftp.debian.org and mirrors). However, these aren't original archive sites. - MASTER_SITE_LOCAL -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de LinuxTag '99 - 26./27. Juni, Uni Kaiserslautern - http://www.linuxtag.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 24 19: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 AFFFA15137 for ; Wed, 24 Mar 1999 19:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA37306; Wed, 24 Mar 1999 19:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from norn.ca.eu.org (cr965240-a.abtsfd1.bc.wave.home.com [24.113.18.89]) by hub.freebsd.org (Postfix) with ESMTP id 52C0E14E86 for ; Wed, 24 Mar 1999 19:32:09 -0800 (PST) (envelope-from norn@norn.ca.eu.org) Received: (from norn@localhost) by norn.ca.eu.org (8.9.3/8.9.3) id TAA57935; Wed, 24 Mar 1999 19:31:45 -0800 (PST) (envelope-from norn) Message-Id: <199903250331.TAA57935@norn.ca.eu.org> Date: Wed, 24 Mar 1999 19:31:45 -0800 (PST) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10781: Update gqmpeg port (0.4.6 -> 0.5.0) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10781 >Category: ports >Synopsis: Update gqmpeg port (0.4.6 -> 0.5.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: Wed Mar 24 19:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD norn.ca.eu.org 4.0-CURRENT >Description: Update gqmpeg port, fix DESCR (it was totally wrong) Make it use gtk12 Comments welcome. >How-To-Repeat: >Fix: Index: gqmpeg/Makefile =================================================================== RCS file: /cvs/freebsd/ports/audio/gqmpeg/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 1999/03/15 18:30:04 1.11 +++ Makefile 1999/03/25 01:21:31 @@ -1,12 +1,12 @@ # New ports collection makefile for: gqmpeg -# Version required: 0.4.6 +# Version required: 0.5.0 # Date Created: 28 Oct 1998 # Whom: Vanilla Pooh Shu # # $Id: Makefile,v 1.11 1999/03/15 18:30:04 nectar Exp $ # -DISTNAME= gqmpeg-0.4.6 +DISTNAME= gqmpeg-0.5.0 CATEGORIES= audio MASTER_SITES= http://www.geocities.com/SiliconValley/Haven/5235/ EXTRACT_SUFX= .src.tgz Index: gqmpeg/files/md5 =================================================================== RCS file: /cvs/freebsd/ports/audio/gqmpeg/files/md5,v retrieving revision 1.6 diff -u -r1.6 md5 --- md5 1999/02/02 17:07:22 1.6 +++ md5 1999/03/25 01:21:58 @@ -1 +1 @@ -MD5 (gqmpeg-0.4.6.src.tgz) = 17233ea8f197d0227fa67e15e1d8b1c1 +MD5 (gqmpeg-0.5.0.src.tgz) = ecbaad667794d8b51a83dae7a5aa64ab Index: gqmpeg/patches/patch-aa =================================================================== RCS file: /cvs/freebsd/ports/audio/gqmpeg/patches/patch-aa,v retrieving revision 1.6 diff -u -r1.6 patch-aa --- patch-aa 1999/01/24 08:10:31 1.6 +++ patch-aa 1999/03/25 03:28:11 @@ -1,17 +1,26 @@ ---- Makefile.orig Fri Jan 22 07:37:38 1999 -+++ Makefile Sun Jan 24 03:15:04 1999 -@@ -1,11 +1,8 @@ -- +--- Makefile.old Wed Mar 24 19:23:05 1999 ++++ Makefile Wed Mar 24 19:28:02 1999 +@@ -1,11 +1,10 @@ + -PREFIX=/usr/local -- + -GTK_INCLUDE = `gtk-config --cflags` -GTK_LIB = `gtk-config --libs` -+GTK_INCLUDE = `gtk11d-config --cflags` -+GTK_LIB = `gtk11d-config --libs` ++GTK_INCLUDE = `gtk12-config --cflags` ++GTK_LIB = `gtk12-config --libs` IMLIB_INCLUDE = `imlib-config --cflags-gdk` IMLIB_LIB = `imlib-config --libs-gdk` -CFLAGS = $(GTK_INCLUDE) $(IMLIB_INCLUDE) +CFLAGS += $(GTK_INCLUDE) $(IMLIB_INCLUDE) LDFLAGS = $(GTK_LIB) $(IMLIB_LIB) - CC = gcc -Wall $(CFLAGS) $(SHAPED_HACK) + CC = gcc -Wall $(CFLAGS) + +@@ -132,7 +131,7 @@ + $(CC) -c ipc.c + + install: gqmpeg +- install -c gqmpeg $(PREFIX)/bin/gqmpeg ++ $(INSTALL_PROGRAM) gqmpeg $(PREFIX)/bin/gqmpeg + gnome-install: gqmpeg + install -c gqmpeg $(PREFIX)/bin/gqmpeg Index: gqmpeg/pkg/DESCR =================================================================== RCS file: /cvs/freebsd/ports/audio/gqmpeg/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 DESCR --- DESCR 1998/11/16 15:47:10 1.1.1.1 +++ DESCR 1999/03/25 03:30:39 @@ -1,6 +1,7 @@ -Another gtk-base graphic file viewer. +A GTK-based mp3 front-end. +Uses mpg123 for decoding and supports winamp themes.. -author's homepage: http://www.geocities.com/SiliconValley/Haven/5235/ +Author's homepage: http://www.geocities.com/SiliconValley/Haven/5235/ -Vanilla vanilla@FreeBSD.ORG -Chris >Release-Note: >Audit-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 Mar 24 20: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 E041214E88 for ; Wed, 24 Mar 1999 20:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA41242; Wed, 24 Mar 1999 20:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from alcanet.com.au (border.alcanet.com.au [203.62.196.10]) by hub.freebsd.org (Postfix) with ESMTP id 04FF014C1E for ; Wed, 24 Mar 1999 20:37:01 -0800 (PST) (envelope-from jeremyp@gsmx07.alcatel.com.au) Received: by border.alcanet.com.au id <40409>; Thu, 25 Mar 1999 14:23:38 +1000 Message-Id: <99Mar25.142338est.40409@border.alcanet.com.au> Date: Thu, 25 Mar 1999 13:42:57 +1000 From: Peter Jeremy Reply-To: peter.jeremy@alcatel.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10782: emacs 19.34 failed to compile under 4.0-current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10782 >Category: ports >Synopsis: emacs 19.34 failed to compile under 4.0-current >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 24 20:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Peter Jeremy >Release: FreeBSD 4.0-CURRENT i386 >Organization: Alcatel Australia Limited >Environment: -current from about 2 weeks ago, with the latest emacs port >Description: fakemail (which is part of emacs) fails to link, with an undefined reference to cuserid. Either fakemail needs to be linked against libcompat, or the cuserid() implementation in fakemail.c needs to be enabled. The fix below does the latter. >How-To-Repeat: cd /usr/ports/editors/emacs; make >Fix: Add patch as follows: --- /usr/ports_2.x/editors/emacs/work/emacs-19.34/lib-src/fakemail.c Tue Jul 16 06:52:39 1996 +++ lib-src/fakemail.c Fri Mar 12 12:28:42 1999 @@ -138,6 +138,7 @@ extern FILE *popen (); extern int fclose (), pclose (); +#define CURRENT_USER #ifdef CURRENT_USER extern struct passwd *getpwuid (); extern unsigned short geteuid (); >Release-Note: >Audit-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 Mar 24 21:10: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 8A95315147 for ; Wed, 24 Mar 1999 21:10:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA43764; Wed, 24 Mar 1999 21:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from alcanet.com.au (border.alcanet.com.au [203.62.196.10]) by hub.freebsd.org (Postfix) with ESMTP id AD90815099 for ; Wed, 24 Mar 1999 21:02:35 -0800 (PST) (envelope-from jeremyp@gsmx07.alcatel.com.au) Received: by border.alcanet.com.au id <40402>; Thu, 25 Mar 1999 14:49:14 +1000 Message-Id: <99Mar25.144914est.40402@border.alcanet.com.au> Date: Thu, 25 Mar 1999 15:02:05 +1000 From: Peter Jeremy Reply-To: peter.jeremy@alcatel.com.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/10783: ELF emacs 19.34 hangs under X windows Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10783 >Category: ports >Synopsis: ELF emacs 19.34 hangs under X windows >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 24 21:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Peter Jeremy >Release: FreeBSD 4.0-CURRENT i386 >Organization: Alcatel Australia Limited >Environment: -current from about two weeks ago, the latest emacs 19.34b and XFree86 ports. (The emacs port includes the patch mentioned in ports/10782). >Description: When an ELF emacs is started as an X11 client, emacs opens a window and then nothing happens. ktrace and and xscope show emacs is continuously sending GetInputFocus commands to the X-server. The immediate cause is emacs looping in x_make_frame_visible(). It is apparently waiting for an input event indicating that the window has been mapped. It expects to get informed of this when a signal (presumably SIGIO) invokes XTread_socket(). The only problem is that I can't find anything to enable SIGIO and sigaction(2) is never called. This problem does not occur with a 2.x aout emacs running with 2.x X11 libraries. (Although I don't have an aout debugger to follow the control flow). >How-To-Repeat: cd /usr/ports/editors/emacs make make install DISPLAY=:0 emacs >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 Mar 24 23:51:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dolphin.be.to (point1.be.to [210.235.212.29]) by hub.freebsd.org (Postfix) with ESMTP id 65A5314D32 for ; Wed, 24 Mar 1999 23:51:27 -0800 (PST) (envelope-from okazaki@be.to) Received: from dune2.infonia.ne.jp (root@dune2.infonia.ne.jp [202.222.162.60]) by dolphin.be.to (8.8.8+3.0Wbeta13/BETO.1.6-1999032421000000) with ESMTP id QAA01643; Thu, 25 Mar 1999 16:51:06 +0900 Received: from acidrain.localnet (ppp08-Mobara1.mtci.ne.jp [210.172.1.210]) by dune2.infonia.ne.jp (8.8.8/3.7W-bt2) with ESMTP id QAA15067; Thu, 25 Mar 1999 16:51:04 +0900 Message-Id: <199903250751.QAA15067@dune2.infonia.ne.jp> Date: Thu, 25 Mar 1999 16:49:20 +0900 From: OKAZAKI Tetsurou To: kline@tao.thought.org Cc: freebsd-ports@freebsd.org Subject: Re: xflame missing nanosleep in 2.2.8 In-Reply-To: In your message of "Wed, 24 Mar 1999 15:53:02 -0800 (PST)" <199903242353.PAA17150@tao.thought.org> References: <199903242121.GAA12980@dune2.infonia.ne.jp> <199903242353.PAA17150@tao.thought.org> User-Agent: Wanderlust/0.9.7 (Everything She Wants) WEMI/1.13.3 (Yaizu) FLIM/1.12.5 (Hirahata) Emacs/20.3 (i386--freebsd) MULE/4.0 (HANANOEN) Organization: Personal. MIME-Version: 1.0 (generated by WEMI 1.13.3 - "Yaizu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Wed, 24 Mar 1999 15:53:02 -0800 (PST), Gary Kline wrote: > > According to OKAZAKI Tetsurou: > > So maybe you have to pass the flag '-pthread' to the compiler. > > > > No, because it (nanosleep()) is missing from existing libraries. FYI, the libc_r is installed in /usr/lib since 2.2.7-RELEASE. If you have upgraded OS to 2.2.8 from 2.2.6 or earlier by just `make world` at the source tree, libc_r is not installed because the line of -DWANT_LIBC_R is commented out in /etc/make.conf. To install libc_r, please read the 'INSTALLATION' section of pthread(3). > I could back-port this, but that's too much mousing around-- > cutting and pasting. :-) I tried building xflame on 2.2.8-RELEASE. bash$ make configure build [snip configure outputs] ===> Building for xflame-1.1.1 cc -O2 -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c xflame.c -o xflame.o rm -f xflame cc -o xflame xflame.o -O2 -L/usr/X11R6/lib -lXext -lX11 -lxpg4 xflame.o: Undefined symbol `_nanosleep' referenced from text segment xflame.o: Undefined symbol `_nanosleep' referenced from text segment *** Error code 1 Stop. [snip the rest of error messages.] Then, cd to the ${WRKSRC}.... bash$ make CC="cc -pthread" all rm -f xflame cc -pthread -o xflame xflame.o -O2 -L/usr/X11R6/lib -lXext -lX11 -lxpg4 bash$ ldd xflame xflame: -lXext.6 => /usr/X11R6/lib/libXext.so.6.3 (0x20021000) -lX11.6 => /usr/X11R6/lib/libX11.so.6.1 (0x2002a000) -lxpg4.2 => /usr/lib/libxpg4.so.2.0 (0x200bb000) -lc_r.3 => /usr/lib/libc_r.so.3.0 (0x200be000) bash$ ./xflame Wow:-). However, I don't know an easy way to pass the '-pthread' flag in the case when a port Makefile is marked as USE_IMAKE=yes. Am I missing the context of your question? Tetsurou. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 0:34:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id 01C51150E6; Thu, 25 Mar 1999 00:34:21 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id TAA27917; Thu, 25 Mar 1999 19:01:19 +0930 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA16944; Thu, 25 Mar 1999 19:00:11 +0930 Date: Thu, 25 Mar 1999 19:00:11 +0930 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Jonathan Delgado Cc: jseger@freebsd.org, ports@freebsd.org Subject: Re: FreeBSD Port: gcl-2.2.2 In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 24 Mar 1999, Jonathan Delgado wrote: > Hi, I was wondering when (or if ever) gcl will be working for ELF. It has > been marked as broken since October 14, 1998. When someone who really wants to use the port (or just has altruistic tendencies) takes the time to unbreak it :-) Kris ----- The Feynman problem-solving algorithm: 1. Write down the problem 2. Think real hard 3. Write down the solution To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 2: 1: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 0A26D15428 for ; Thu, 25 Mar 1999 02:00:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA61283; Thu, 25 Mar 1999 02:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 25 Mar 1999 02:00:02 -0800 (PST) Message-Id: <199903251000.CAA61283@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tom Hukins Subject: Re: ports/10770: New Port for kmp3 Reply-To: Tom Hukins Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10770; it has been noted by GNATS. From: Tom Hukins To: obonilla@fisicc-ufm.edu Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/10770: New Port for kmp3 Date: Wed, 24 Mar 1999 22:08:33 +0000 Oscar, thanks for submitting this port. There are a few problems with it, which I explain below: On Wed, Mar 24, 1999 at 09:07:05AM -0600, obonilla@fisicc-ufm.edu wrote: > > >Synopsis: New Port for kmp3 (a mp3 player for the KDE) > > X# New ports collection makefile for: kmpg > X# Version required: 0.4.3a > X# Date created: 23 May 1998 > X# Whom: Hans Petter Bieker Each one of the lines above is incorrect. The "Making a port yourself" section of the Handbook explains how this should be done under the "Quick porting section". > X# $Id: Makefile,v 1.10 1999/03/09 06:22:44 fenner Exp $ A new port should be submitted with $Id$. Again, this is covered in the Handbook. I have tidied up this port (patch below), fixing the things mentioned above, using MASTER_SITE_KDE and sorting pkg/PLIST alphabetically. The kmp3/amp section of the port still fails to honour CFLAGS, however. I haven't fixed this. Tom diff -ruN kmp3.old/Makefile kmp3/Makefile --- kmp3.old/Makefile Wed Mar 24 21:58:50 1999 +++ kmp3/Makefile Wed Mar 24 20:44:13 1999 @@ -1,14 +1,15 @@ # New ports collection makefile for: kmpg -# Version required: 0.4.3a -# Date created: 23 May 1998 -# Whom: Hans Petter Bieker +# Version required: 0.2.2 +# Date created: 24 May 1999 +# Whom: Tom Hukins # -# $Id: Makefile,v 1.10 1999/03/09 06:22:44 fenner Exp $ +# $Id$ # DISTNAME= kmp3-0.2.2 CATEGORIES= audio kde -MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/1.1/apps/multimedia/sound/ +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= stable/1.1/apps/multimedia/sound/ MAINTAINER= obonilla@fisicc-ufm.edu diff -ruN kmp3.old/pkg/PLIST kmp3/pkg/PLIST --- kmp3.old/pkg/PLIST Wed Mar 24 21:58:50 1999 +++ kmp3/pkg/PLIST Wed Mar 24 20:58:24 1999 @@ -1,14 +1,14 @@ bin/kmp3 bin/kmp3player share/applnk/Multimedia/KMp3.kdelnk -share/icons/kmp3.xpm -share/icons/mini/kmp3.xpm share/apps/kmp3/pics/dock_idle.xpm share/apps/kmp3/pics/dock_playing.xpm share/apps/kmp3/pics/logo.xpm -share/locale/fr/LC_MESSAGES/kmp3.mo +share/icons/kmp3.xpm +share/icons/mini/kmp3.xpm share/locale/de/LC_MESSAGES/kmp3.mo share/locale/es/LC_MESSAGES/kmp3.mo +share/locale/fr/LC_MESSAGES/kmp3.mo share/locale/is/LC_MESSAGES/kmp3.mo @dirrm share/apps/kmp3/pics @dirrm share/apps/kmp3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 3:40:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 991EE1502E for ; Thu, 25 Mar 1999 03:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA19005; Thu, 25 Mar 1999 03:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 25E5D14E48; Thu, 25 Mar 1999 03:38:38 -0800 (PST) Message-Id: <19990325113838.25E5D14E48@hub.freebsd.org> Date: Thu, 25 Mar 1999 03:38:38 -0800 (PST) From: jose@we.lc.ehu.es To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10786: [PATCH] port update: net/zircon to 1.18.213 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10786 >Category: ports >Synopsis: [PATCH] port update: net/zircon to 1.18.213 >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 25 03:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jose M. Alcaide >Release: 3.1-RELEASE >Organization: Universidad del Pais Vasco - Dept. de Electricidad y Electronica >Environment: FreeBSD garatu.we.lc.ehu.es 3.1-RELEASE FreeBSD 3.1-RELEASE #1: Wed Mar 3 16:05:53 CET 1999 root@garatu.we.lc.ehu.es:/usr/src/sys/compile/GARATU i386 >Description: The port net/zircon (Tk-based IRC client) is outdated (in fact, the tarfile does not exist). Also, this port depends on Tk 8.1 (and Tcl 8.1), which are BETA versions; I think that this is not adequate, so I suggest making this port depend on Tk 8.0 (currently 8.0.4), which is STABLE (moreover, the "installZircon" script does not work if Tk 8.1 is the only Tk installed in the system). >How-To-Repeat: cd /usr/ports/net/zircon; cat Makefile :-) >Fix: Apply the following patch (diff -u): ---------------- BEGIN --------------------- --- Makefile.orig Mon Feb 22 04:20:03 1999 +++ Makefile Thu Mar 25 12:33:42 1999 @@ -1,20 +1,20 @@ # New ports collection makefile for: zircon -# Version required: 1.18.210 +# Version required: 1.18.213 # Date created: 19 Aug 1995 # Whom: jkh / pst # # $Id: Makefile,v 1.37 1999/02/22 03:20:03 steve Exp $ # -DISTNAME= zircon-1.18.210 -CATEGORIES= net tk81 +DISTNAME= zircon-1.18.213 +CATEGORIES= net tk80 MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ \ ftp://ftp.dinoex.sub.org/pub/approved/ MAINTAINER= jseger@FreeBSD.org -BUILD_DEPENDS= wish8.1:${PORTSDIR}/x11-toolkits/tk81 -RUN_DEPENDS= wish8.1:${PORTSDIR}/x11-toolkits/tk81 +BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 IS_INTERACTIVE= yes NO_BUILD= yes --- files/md5.orig Thu Mar 25 12:35:56 1999 +++ files/md5 Thu Mar 25 12:36:02 1999 @@ -1 +1 @@ -MD5 (zircon-1.18.210.tar.gz) = 6d9b0ba587392adba404f84fc12cb272 +MD5 (/usr/ports/distfiles/zircon-1.18.213.tar.gz) = faeae0bc77b3c3dfcdf5958f92e935a8 --------------------- 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 Mar 25 3:50: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 C297B15304 for ; Thu, 25 Mar 1999 03:50:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA27775; Thu, 25 Mar 1999 03:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.dannis.dhs.org (city30.citywin.com.tw [203.75.134.100]) by hub.freebsd.org (Postfix) with ESMTP id BBDE914EE8 for ; Thu, 25 Mar 1999 03:49:37 -0800 (PST) (envelope-from edwardc@mail.dannis.dhs.org) Received: (from root@localhost) by mail.dannis.dhs.org (8.9.2/8.8.8) id TAA59079; Thu, 25 Mar 1999 19:51:39 +0800 (CST) (envelope-from edwardc) Message-Id: <199903251151.TAA59079@mail.dannis.dhs.org> Date: Thu, 25 Mar 1999 19:51:39 +0800 (CST) From: edwardc@tigerfans.ml.org Reply-To: edwardc@tigerfans.ml.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10787: ports/www/apache13-fp configure failed on stable/current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10787 >Category: ports >Synopsis: ports/www/apache13-fp configure failed on stable/current >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 25 03:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: edwardc >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: FreeBSD ccc.seed.net.tw 3.1-STABLE FreeBSD 3.1-STABLE #17: Sun Mar 21 23:03: 23 CST 1999 root@ccc.seed.net.tw:/usr/src/sys/compile/BSD30 i386 >Description: mail# make ===> Configuring for apache_fp-1.3.4 ........ Configuring for Apache, Version 1.3.4 + using installation path layout: GNU (config.layout) + on-the-fly added and activated frontpage module (modules/extra/mod_frontpage. o) configure:Error: invalid option 'i386--freebsd3.1' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. >How-To-Repeat: goto /usr/ports/www/apache13-fp than make this port (apache13-php seems have this problem,too) >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 3:57:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id EDA9E14D45 for ; Thu, 25 Mar 1999 03:57:43 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca4-40.ix.netcom.com [205.186.212.168]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id DAA04235; Thu, 25 Mar 1999 03:57:26 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id DAA04610; Thu, 25 Mar 1999 03:57:20 -0800 (PST) Date: Thu, 25 Mar 1999 03:57:20 -0800 (PST) Message-Id: <199903251157.DAA04610@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: naddy@mips.rhein-neckar.de Cc: freebsd-ports@freebsd.org In-reply-to: <7dc1oa$fak$1@mips.rhein-neckar.de> (naddy@mips.rhein-neckar.de) Subject: Re: Lesser evil for distfile? From: asami@freebsd.org (Satoshi Asami) References: <7dc1oa$fak$1@mips.rhein-neckar.de> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: naddy@mips.rhein-neckar.de (Christian Weisgerber) * - A nice tarball is available from the distfiles area of * ftp.{net,open}bsd.org (as well as ftp.debian.org and mirrors). * However, these aren't original archive sites. That's good enough. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 4: 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 C6C1F14E8F for ; Thu, 25 Mar 1999 04:00:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA38361; Thu, 25 Mar 1999 04:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 25 Mar 1999 04:00:02 -0800 (PST) Message-Id: <199903251200.EAA38361@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: asami@freebsd.org (Satoshi Asami) Subject: Re: ports/10787: ports/www/apache13-fp configure failed on stable/current Reply-To: asami@freebsd.org (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10787; it has been noted by GNATS. From: asami@freebsd.org (Satoshi Asami) To: edwardc@tigerfans.ml.org Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/10787: ports/www/apache13-fp configure failed on stable/current Date: Thu, 25 Mar 1999 03:55:40 -0800 (PST) * Configuring for Apache, Version 1.3.4 * + using installation path layout: GNU (config.layout) * + on-the-fly added and activated frontpage module (modules/extra/mod_frontpage. * o) * configure:Error: invalid option 'i386--freebsd3.1' Seems like apache doesn't use GNU configure even though it seems so. Does it work if you change the line "GNU_CONFIGURE=yes" to "HAS_CONFIGURE=yes"? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 4:48:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id B0F9E14EF5 for ; Thu, 25 Mar 1999 04:48:21 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10Q9YF-0005KE-00 for ports@freebsd.org; Thu, 25 Mar 1999 14:47:59 +0200 From: Sheldon Hearn To: ports@freebsd.org Subject: REQ: patch to honour CFLAGS in XFree86 compile Date: Thu, 25 Mar 1999 14:47:58 +0200 Message-ID: <20473.922366078@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, I'm fishing for a patch for the XFree86 port that'll have it build using local CFLAGS for optimization instead of -O2. I understand that X _applications_ are built using optimization defined in the installed FreeBSD.cf for xmkmf. However, I'm assuming that the XFree86 build doesn't use that file, since a first-time build would take place without an installed FreeBSD.cf. If anyone's already done this, I'd love the patch. If not, I'll get cracking on it myself in a week or so, although I don't expect it to be a commit candidate. :-) Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 5:18: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 9FD9C14DD1 for ; Thu, 25 Mar 1999 05:17:53 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10QA0r-000AFS-00 for ports@freebsd.org; Thu, 25 Mar 1999 15:17:33 +0200 From: Sheldon Hearn To: ports@freebsd.org Subject: Re: REQ: patch to honour CFLAGS in XFree86 compile In-reply-to: Your message of "Thu, 25 Mar 1999 14:47:58 +0200." <20473.922366078@axl.noc.iafrica.com> Date: Thu, 25 Mar 1999 15:17:33 +0200 Message-ID: <39397.922367853@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 25 Mar 1999 14:47:58 +0200, Sheldon Hearn wrote: > I'm fishing for a patch for the XFree86 port that'll have it build using > local CFLAGS for optimization instead of -O2. I seem to be following up to too many of my own posts today. Please excuse me, I had my first crack at jockeying vinyl last night, so I'm more amped than clued right now. The change required is trivial provided is isn't expected to grok CFLAGS dynamically. When I first looked at this, I was confused by the presence of a FreeBSD.cf.orig in the configured source. Ciao, Sheldon. Index: scripts/configure =================================================================== RCS file: /home/ncvs/ports/x11/XFree86/scripts/configure,v retrieving revision 1.41 diff -u -d -r1.41 configure --- configure 1999/03/19 22:35:28 1.41 +++ configure 1999/03/25 13:02:16 @@ -348,6 +348,9 @@ patch -s -d $WRKDIR/xc -E -p0 < $K4PATCH fi +echo "#undef DefaultGcc2i386Opt" >>$F +echo "#define DefaultGcc2i386Opt -O -pipe" >>$F + cat $F >> $WRKDIR/xc/config/cf/xf86site.def exit 0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 6:50:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C65D15084 for ; Thu, 25 Mar 1999 06:50:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA32914; Thu, 25 Mar 1999 06:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 25 Mar 1999 06:50:03 -0800 (PST) Message-Id: <199903251450.GAA32914@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oscar Bonilla Subject: Re: ports/10770: New Port for kmp3 Reply-To: Oscar Bonilla Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10770; it has been noted by GNATS. From: Oscar Bonilla To: Tom Hukins Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/10770: New Port for kmp3 Date: Thu, 25 Mar 1999 08:46:38 -0600 On Wed, Mar 24, 1999 at 10:08:33PM +0000, Tom Hukins wrote: > Oscar, thanks for submitting this port. There are a few problems > with it, which I explain below: > > [snip] > > Each one of the lines above is incorrect. The "Making a port > yourself" section of the Handbook explains how this should be done > under the "Quick porting section". > oops, i copied the makefile from another port instead of starting it from scratch :) guess i should have been more careful. > > X# $Id: Makefile,v 1.10 1999/03/09 06:22:44 fenner Exp $ > > A new port should be submitted with $Id$. Again, this is covered in > the Handbook. > idem > I have tidied up this port (patch below), fixing the things > mentioned above, using MASTER_SITE_KDE and sorting pkg/PLIST > alphabetically. > thanks, > The kmp3/amp section of the port still fails to honour CFLAGS, > however. I haven't fixed this. > ok, i'll check it and submit a pr when it's fixed. thanks, -oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 7: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 90D5F15344 for ; Thu, 25 Mar 1999 07:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA42669; Thu, 25 Mar 1999 07: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 3F7F314DCC for ; Thu, 25 Mar 1999 07:28:33 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id SAA20674; Thu, 25 Mar 1999 18:27:25 +0300 (MSK) Message-Id: <199903251527.SAA20674@netserv1.chg.ru> Date: Thu, 25 Mar 1999 18:27:25 +0300 (MSK) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10790: `make extract` attempt to install port dependencies Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10790 >Category: ports >Synopsis: `make extract` attempt to install port dependencies >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 25 07:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: "extract" target in bsd.port.mk attempts to install port dependencies. >How-To-Repeat: Make sure you have no graphics/gd port installed. cd /usr/ports/net/mrtg && make extract This will proceed with installation of 'gd' port. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 7: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 B7BDA1534E for ; Thu, 25 Mar 1999 07:40:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA42678; Thu, 25 Mar 1999 07: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 BAAC515344 for ; Thu, 25 Mar 1999 07:39:38 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id SAA20882; Thu, 25 Mar 1999 18:39:18 +0300 (MSK) Message-Id: <199903251539.SAA20882@netserv1.chg.ru> Date: Thu, 25 Mar 1999 18:39:18 +0300 (MSK) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10791: Update net/mrtg to 2.7.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10791 >Category: ports >Synopsis: Update net/mrtg to 2.7.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 25 07:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -Nur mrtg.old/Makefile mrtg/Makefile --- mrtg.old/Makefile Thu Mar 25 18:18:55 1999 +++ mrtg/Makefile Thu Mar 25 18:34:26 1999 @@ -6,9 +6,10 @@ # $Id: Makefile,v 1.11 1999/03/10 15:02:22 jfitz Exp $ # -DISTNAME= mrtg-2.6.6 +DISTNAME= mrtg-2.7.1 CATEGORIES= net -MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ +MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ \ + ftp://ftp.chg.ru/pub/networking/management/mrtg/ MAINTAINER= jfitz@FreeBSD.ORG @@ -40,7 +41,7 @@ ${INSTALL_DATA} ${WRKSRC}/run/$$file ${PREFIX}/lib/perl5/site_perl/${PERL_VER}; \ done ${INSTALL_PROGRAM} ${WRKSRC}/run/rateup ${PREFIX}/bin/ - for file in mrtg cfgmaker indexmaker; do \ + for file in mrtg cfgmaker cfgmaker_ip indexmaker; do \ ${INSTALL_SCRIPT} ${WRKSRC}/run/$$file ${PREFIX}/bin/; \ done diff -Nur mrtg.old/files/md5 mrtg/files/md5 --- mrtg.old/files/md5 Thu Mar 25 18:18:54 1999 +++ mrtg/files/md5 Thu Mar 25 18:22:11 1999 @@ -1 +1 @@ -MD5 (mrtg-2.6.6.tar.gz) = e5b1b5c63ddcc13c3fd096cd90b3a5a3 +MD5 (mrtg-2.7.1.tar.gz) = 5e43963d8a986fd4c4e7235600d2fffe diff -Nur mrtg.old/pkg/DESCR mrtg/pkg/DESCR --- mrtg.old/pkg/DESCR Thu Mar 25 18:18:55 1999 +++ mrtg/pkg/DESCR Thu Mar 25 18:37:07 1999 @@ -7,5 +7,4 @@ for an example. MRTG is based on Perl and C and works under UNIX and Windows NT. -MRTG is being successfully used on many sites arrond the net. Check the -MRTG-Site-Map, which is at +http://www.mrtg.org diff -Nur mrtg.old/pkg/PLIST mrtg/pkg/PLIST --- mrtg.old/pkg/PLIST Thu Mar 25 18:18:55 1999 +++ mrtg/pkg/PLIST Thu Mar 25 18:34:38 1999 @@ -1,4 +1,5 @@ bin/cfgmaker +bin/cfgmaker_ip bin/indexmaker bin/mrtg bin/rateup >Release-Note: >Audit-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 Mar 25 8:16: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128]) by hub.freebsd.org (Postfix) with ESMTP id C912C14F13; Thu, 25 Mar 1999 08:16:00 -0800 (PST) (envelope-from handy@lambic.physics.montana.edu) Received: from localhost (handy@localhost) by lambic.physics.montana.edu (8.8.8/8.8.7) with ESMTP id JAA17746; Thu, 25 Mar 1999 09:15:30 -0700 (MST) (envelope-from handy@lambic.physics.montana.edu) Date: Thu, 25 Mar 1999 09:15:30 -0700 (MST) From: Brian Handy To: ports@freebsd.org Cc: vanilla@freebsd.org Subject: gtk-1.2.0 broken for 2.2-STABLE? Message-ID: X-files: The truth is out there MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, I'm trying to compile gimp1 on 2.2-STABLE, and it would appear that the gtk12 port is broken (at least for 2.2-STABLE). I'm not sure of this, so I'm holding off submitting a bogus PR...but gtk12 doesn't like the glib12 port: checking for gettext... no checking for gettext in -lintl... (cached) yes checking for extra flags to get ANSI library prototypes... none needed checking for extra flags for POSIX compliance... configure: warning: Could not determine POSIX flag. (-posix didn't work.) checking for glib-config... /usr/local/bin/glib12-config checking for GLIB - version >= 1.2.0... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GLIB was incorrectly installed *** or that you have moved GLIB since it was installed. In the latter case, you *** may want to edit the glib-config script: /usr/local/bin/glib12-config configure: error: *** GLIB 1.2.0 or better is required. The latest version of GLIB *** is always available from ftp://ftp.gtk.org/. *** Error code 1 Stop. *** Error code 1 Stop. Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 8:34:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128]) by hub.freebsd.org (Postfix) with ESMTP id 4EF6014EC1 for ; Thu, 25 Mar 1999 08:34:56 -0800 (PST) (envelope-from handy@lambic.physics.montana.edu) Received: from localhost (handy@localhost) by lambic.physics.montana.edu (8.8.8/8.8.7) with ESMTP id JAA15461 for ; Thu, 25 Mar 1999 09:34:25 -0700 (MST) (envelope-from handy@lambic.physics.montana.edu) Date: Thu, 25 Mar 1999 09:34:25 -0700 (MST) From: Brian Handy To: ports@freebsd.org Subject: Re: gtk-1.2.0 broken for 2.2-STABLE? In-Reply-To: Message-ID: X-files: The truth is out there MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org To answer my own question on the gtk12 build... in glib12, there's this patch: --- configure.in.orig Thu Jan 28 09:59:01 1999 +++ configure.in Thu Jan 28 23:13:01 1999 [...] + freebsd*) + G_MODULE_LDFLAGS='-Wl,-E' + ;; This stuff doesn't make sense on 2.2. I don't know what this does, but I think it breaks the build for FreeBSD < 3.0 or so. If I can get it to compile without that, I'm fine with this. (I just need the program in this one place, I don't feel the need to campaign for 2.2 compliance. :-) Regards, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 9:21:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from lms1.cyber1.net (lms1.cyber1.net [208.206.222.92]) by hub.freebsd.org (Postfix) with ESMTP id 68EB81526B for ; Thu, 25 Mar 1999 09:21:17 -0800 (PST) (envelope-from peter@cyber1.net) Received: from laptop.cyber1.net (pureevil [10.4.9.202]) by lms1.cyber1.net (8.8.7/8.8.7) with SMTP id MAA18342 for ; Thu, 25 Mar 1999 12:19:57 -0500 Received: by localhost with Microsoft MAPI; Thu, 25 Mar 1999 12:23:18 -0500 Message-ID: <01BE76BA.43E183C0.peter@cyber1.net> From: peter brezny Reply-To: "peter@cyber1.net" To: "'freebsd-ports@freebsd.org'" Subject: cvsup Date: Thu, 25 Mar 1999 12:23:17 -0500 X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 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 i've installed the cvsup package from the 2.2.8 cd when i try to run cvsup ld.so failed" Can't find shared library "libXaw.so.6.1" in previous installs i've done, i've not had this problem at all. where can i find this library _or_ is there another way to get the latest apache port without using cvsup? thanks. Peter Brezny cyber1.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 10: 5: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gershwin.tera.com (unknown [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id B1BBE14DDB for ; Thu, 25 Mar 1999 10:05:05 -0800 (PST) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id KAA22108; Thu, 25 Mar 1999 10:04:41 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id KAA24298; Thu, 25 Mar 1999 10:04:29 -0800 (PST) From: Gary Kline Message-Id: <199903251804.KAA24298@tao.thought.org> Subject: Re: xflame missing nanosleep in 2.2.8 In-Reply-To: <199903250751.QAA15067@dune2.infonia.ne.jp> from OKAZAKI Tetsurou at "Mar 25, 99 04:49:20 pm" To: okazaki@be.to (OKAZAKI Tetsurou) Date: Thu, 25 Mar 1999 10:04:29 -0800 (PST) Cc: freebsd-ports@freebsd.org Organization: <> thought.org: public service Unix since 1986... <> X-Mailer: ELM [version 2.4ME+ PL32 (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 OKAZAKI Tetsurou: > At Wed, 24 Mar 1999 15:53:02 -0800 (PST), > Gary Kline wrote: > > > > According to OKAZAKI Tetsurou: > > > So maybe you have to pass the flag '-pthread' to the compiler. > > > > > > > No, because it (nanosleep()) is missing from existing libraries. > > FYI, the libc_r is installed in /usr/lib since 2.2.7-RELEASE. > If you have upgraded OS to 2.2.8 from 2.2.6 or earlier by just > `make world` at the source tree, libc_r is not installed because > the line of -DWANT_LIBC_R is commented out in /etc/make.conf. > To install libc_r, please read the 'INSTALLATION' section of pthread(3). > > > I could back-port this, but that's too much mousing around-- > > cutting and pasting. :-) > > I tried building xflame on 2.2.8-RELEASE. > > bash$ make configure build > [snip configure outputs] > ===> Building for xflame-1.1.1 > cc -O2 -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c xflame.c -o xflame.o > rm -f xflame > cc -o xflame xflame.o -O2 -L/usr/X11R6/lib -lXext -lX11 -lxpg4 > xflame.o: Undefined symbol `_nanosleep' referenced from text segment > xflame.o: Undefined symbol `_nanosleep' referenced from text segment > *** Error code 1 > > Stop. > [snip the rest of error messages.] > > Then, cd to the ${WRKSRC}.... > > bash$ make CC="cc -pthread" all > rm -f xflame > cc -pthread -o xflame xflame.o -O2 -L/usr/X11R6/lib -lXext -lX11 -lxpg4 > bash$ ldd xflame > xflame: > -lXext.6 => /usr/X11R6/lib/libXext.so.6.3 (0x20021000) > -lX11.6 => /usr/X11R6/lib/libX11.so.6.1 (0x2002a000) > -lxpg4.2 => /usr/lib/libxpg4.so.2.0 (0x200bb000) > -lc_r.3 => /usr/lib/libc_r.so.3.0 (0x200be000) > bash$ ./xflame > > Wow:-). > > However, I don't know an easy way to pass the '-pthread' flag > in the case when a port Makefile is marked as USE_IMAKE=yes. > > Am I missing the context of your question? > No, you have it correctly; and your pointer to `man 3 pthreads' and the INSTALLATION sections makes it all the clearer. Right now I'm wondering how much faster, if any, the nanosleep() code will make the app run. Have to try and see. So far I've only run xflame with the code commented, and in geometries of any size (say 250x200 or so) the graphic is fairly slow. Yet to be tried! thank you, 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 Thu Mar 25 10: 6:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from iglobal.net (mail.iglobal.net [209.83.240.7]) by hub.freebsd.org (Postfix) with ESMTP id ED1F214DDB; Thu, 25 Mar 1999 10:06:14 -0800 (PST) (envelope-from khiggins@iglobal.net) Received: from slowpoke.nowhere.edu (real name [207.43.174.92]) by iglobal.net (8.9.1/8.9.1) with ESMTP id MAA29275; Thu, 25 Mar 1999 12:00:19 -0600 (CST) Message-ID: X-Mailer: XFMail 1.3 [p0] on Linux X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 25 Mar 1999 12:05:00 -0600 (CST) Reply-To: From: khiggins@iglobal.net To: Brian Handy Subject: RE: gtk-1.2.0 broken for 2.2-STABLE? Cc: vanilla@FreeBSD.ORG, ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I had the same problem last night under 2.2.7, after cvsup'n the ports tree and making sure the upgrade kit was installed. The problem is in the configure script (see very end of config.log) ... when the configure script compiles the glib test program it passes and "-E" to the linker ... -E is applicable to elf and 2.2.X's "ld" is a.out based :-o I didn't have time to try and remove the "-E" (and maybe others) from the script and try building again. On 25-Mar-99 Brian Handy wrote: > Hi folks, > > I'm trying to compile gimp1 on 2.2-STABLE, and it would appear that the > gtk12 port is broken (at least for 2.2-STABLE). I'm not sure of this, so > I'm holding off submitting a bogus PR...but gtk12 doesn't like the glib12 > port: > > checking for gettext... no > checking for gettext in -lintl... (cached) yes > checking for extra flags to get ANSI library prototypes... none needed > checking for extra flags for POSIX compliance... > configure: warning: Could not determine POSIX flag. (-posix didn't work.) > checking for glib-config... /usr/local/bin/glib12-config > checking for GLIB - version >= 1.2.0... no > *** Could not run GLIB test program, checking why... > *** The test program failed to compile or link. See the file config.log for > the > *** exact error that occured. This usually means GLIB was incorrectly > installed > *** or that you have moved GLIB since it was installed. In the latter case, > you > *** may want to edit the glib-config script: /usr/local/bin/glib12-config > configure: error: > *** GLIB 1.2.0 or better is required. The latest version of GLIB > *** is always available from ftp://ftp.gtk.org/. > *** Error code 1 > > Stop. > *** Error code 1 > Stop. > > > > > > Brian > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message - ---------------------------------- E-Mail: khiggins@iglobal.net Date: 25-Mar-99 Time: 11:50:33 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 11:10: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 ECAD115027 for ; Thu, 25 Mar 1999 11:10:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA56981; Thu, 25 Mar 1999 11:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 25 Mar 1999 11:10:01 -0800 (PST) Message-Id: <199903251910.LAA56981@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tom Hukins Subject: Re: ports/10741: patch to update sudo for current version. Reply-To: Tom Hukins Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10741; it has been noted by GNATS. From: Tom Hukins To: freebsd-gnats-submit@freebsd.org, adrian@ubergeeks.com Cc: Subject: Re: ports/10741: patch to update sudo for current version. Date: Thu, 25 Mar 1999 14:35:42 +0000 This PR should be closed. It is a duplicate of ports/10499. Please check existing problem reports before submitting a new one. Regards, Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 12:30:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FD11153E2 for ; Thu, 25 Mar 1999 12:30:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA62404; Thu, 25 Mar 1999 12:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 25 Mar 1999 12:30:02 -0800 (PST) Message-Id: <199903252030.MAA62404@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: ports/10790: `make extract` attempt to install port dependencies Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10790; it has been noted by GNATS. From: Bill Fumerola To: freebsd-gnats-submit@Freebsd.org Cc: Subject: Re: ports/10790: `make extract` attempt to install port dependencies Date: Thu, 25 Mar 1999 15:30:16 -0500 (EST) If BUILD_DEPENDS aren't called on the extract target, how will ports that use .zip or .bz2 etc extract themselves? - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 13: 2:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from celerystick.inetworld.net (p4n207167114172.inetworld.net [207.167.114.172]) by hub.freebsd.org (Postfix) with ESMTP id 4E9BB15563 for ; Thu, 25 Mar 1999 13:02:34 -0800 (PST) (envelope-from mark@ieng9.ucsd.edu) Received: from localhost (mark@localhost) by celerystick.inetworld.net (8.9.1/8.9.1) with ESMTP id NAA04368 for ; Thu, 25 Mar 1999 13:01:29 -0800 (PST) (envelope-from mark@ieng9.ucsd.edu) X-Authentication-Warning: celerystick.inetworld.net: mark owned process doing -bs Date: Thu, 25 Mar 1999 13:01:29 -0800 (PST) From: Mark Bermal X-Sender: mark@celerystick.inetworld.net Reply-To: mbermal@ucsd.edu To: ports@freebsd.org Subject: RE: gtk-1.2.0 broken for 2.2-STABLE? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! I'm also trying to compile gimp1, but on 3.0-RELEASE, and I'm having the exact same problem, but not with glib, but I get the same error message when compiling gimp. Instead, I get a message that is exactly the same except it concerns gtk-1.2.0 (glib and gtk both seem to install fine, but when I try compiling gimp, I get problems). The message goes "Could not run the gtk test program, checking why . . ." etc. Anybody else having these problems? Mark Bermal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 13:12: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from limbo.abattoir.com (limbo.abattoir.com [208.237.97.13]) by hub.freebsd.org (Postfix) with ESMTP id B5AF71537D for ; Thu, 25 Mar 1999 13:11:58 -0800 (PST) (envelope-from banshee@limbo.abattoir.com) Received: (from banshee@localhost) by limbo.abattoir.com (8.8.8/8.8.7) id NAA25802 for ports@freebsd.org.procmail; Thu, 25 Mar 1999 13:11:36 -0800 (PST) (envelope-from banshee) Received: (from banshee@localhost) by limbo.abattoir.com (8.8.8/8.8.7) id NAA25798 for ports@freebsd.org; Thu, 25 Mar 1999 13:11:35 -0800 (PST) (envelope-from banshee) Date: Thu, 25 Mar 1999 13:11:35 -0800 (PST) From: John M Vinopal Message-Id: <199903252111.NAA25798@limbo.abattoir.com> To: ports@freebsd.org Subject: net/vnc port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Files have moved. DISTNAME= vnc-3.3.2r3_unixsrc PKGNAME= vnc-3.3.2r3 CATEGORIES= net MASTER_SITES= http://www.uk.research.att.com/vnc/dist/ DISTFILES= vnc-3.3.2r3_unixsrc.tgz \ vnc-3.3.2_doc.tgz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 13:17:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stennis.ca.sandia.gov (stennis.ca.sandia.gov [146.246.243.44]) by hub.freebsd.org (Postfix) with ESMTP id EC74F14EC8 for ; Thu, 25 Mar 1999 13:17:13 -0800 (PST) (envelope-from bmah@stennis.ca.sandia.gov) Received: (from bmah@localhost) by stennis.ca.sandia.gov (8.9.3/8.9.3) id NAA25925; Thu, 25 Mar 1999 13:16:44 -0800 (PST) Message-Id: <199903252116.NAA25925@stennis.ca.sandia.gov> X-Mailer: exmh version 2.0.2 2/24/98 To: John M Vinopal Cc: ports@FreeBSD.ORG Subject: Re: net/vnc port In-Reply-To: Your message of "Thu, 25 Mar 1999 13:11:35 PST." <199903252111.NAA25798@limbo.abattoir.com> From: bmah@CA.Sandia.GOV (Bruce A. Mah) Reply-To: bmah@CA.Sandia.GOV X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Url: http://www.ca.sandia.gov/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-950709568P"; micalg=pgp-md5; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Thu, 25 Mar 1999 13:16:44 -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --==_Exmh_-950709568P Content-Type: text/plain; charset=us-ascii If memory serves me right, John M Vinopal wrote: > Files have moved. > > DISTNAME= vnc-3.3.2r3_unixsrc > PKGNAME= vnc-3.3.2r3 > CATEGORIES= net > MASTER_SITES= http://www.uk.research.att.com/vnc/dist/ > DISTFILES= vnc-3.3.2r3_unixsrc.tgz \ > vnc-3.3.2_doc.tgz Yes, the files moved from Olivetti Research to AT&T Research due to the former being acquired by the latter. I also updated the port awhile ago to reflect this. You need to update your ports collection... Bruce. --==_Exmh_-950709568P Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: 2.6.2 iQCVAwUBNvqnu6jOOi0j7CY9AQFNawP/WgZBPJ2TCVZX5O/hhtVqHWGP+XzvfVRQ M/RPIkrokrGxcwzZ+qqR0WhuPJIfSUlTkRcC8NvPCVNYEGoqn1GKf1zGTn/8K7Qf PSTif98nSYkufo12Jqfbo3MC6ABhnI8euXx/MLf+SCo4RJlZHSlnrssYKpycytdE Q1poJ1eOXE0= =qbBI -----END PGP MESSAGE----- --==_Exmh_-950709568P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 13:21:58 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 0A9EA14A14 for ; Thu, 25 Mar 1999 13:21:33 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id PAA26127; Thu, 25 Mar 1999 15:21:09 -0600 (CST) Date: Thu, 25 Mar 1999 15:21:09 -0600 (CST) From: Steve Price To: John M Vinopal Cc: ports@FreeBSD.ORG Subject: Re: net/vnc port In-Reply-To: <199903252111.NAA25798@limbo.abattoir.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 I updated the port on Feb. 13th to use the values you have below. Or are you saying these are wrong now? -steve On Thu, 25 Mar 1999, John M Vinopal wrote: # # Files have moved. # # DISTNAME= vnc-3.3.2r3_unixsrc # PKGNAME= vnc-3.3.2r3 # CATEGORIES= net # MASTER_SITES= http://www.uk.research.att.com/vnc/dist/ # DISTFILES= vnc-3.3.2r3_unixsrc.tgz \ # vnc-3.3.2_doc.tgz # # # # To Unsubscribe: send mail to majordomo@FreeBSD.org # with "unsubscribe freebsd-ports" in the body of the message # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 14:28: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail-oak-1.pilot.net (mail-oak-1.pilot.net [198.232.147.16]) by hub.freebsd.org (Postfix) with ESMTP id 192E515145 for ; Thu, 25 Mar 1999 14:28:06 -0800 (PST) (envelope-from jorbeton@pilot.net) Received: from corsair.pilot.net (corsair.pilot.net [204.48.17.12]) by mail-oak-1.pilot.net with ESMTP id OAA06468 for ; Thu, 25 Mar 1999 14:27:47 -0800 (PST) Received: from arrow.pilot.net (mailhub-oak.pilot.net [204.48.17.29]) by corsair.pilot.net with ESMTP id OAA05771 for ; Thu, 25 Mar 1999 14:27:46 -0800 (PST) Received: from localhost (jorbeton@localhost) by arrow.pilot.net (arrow) with ESMTP id OAA25731 for ; Thu, 25 Mar 1999 14:27:46 -0800 (PST) Date: Thu, 25 Mar 1999 14:27:45 -0800 (PST) From: Jonathon Orbeton To: freebsd-ports@freebsd.org Subject: Getting the newest ports skels Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi: I am trying to make sure I have the newest version of the ports skeletons in /usr/ports, but I cannot determine how to remake the skel files. I do not want to download all the ports, just get the newest Makefile skels for all of them. Thanks, Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 14:28:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.dyu.edu.tw (unknown [192.83.174.73]) by hub.freebsd.org (Postfix) with ESMTP id 9E1B414F8D for ; Thu, 25 Mar 1999 14:26:56 -0800 (PST) (envelope-from ee840840@aries.dyu.edu.tw) Received: from aries.dyu.edu.tw (aries [192.83.174.64]) by mail.dyu.edu.tw (8.9.1/8.9.1) with ESMTP id GAA28788 for ; Fri, 26 Mar 1999 06:28:31 +0800 (CST) Received: (from ee840840@localhost) by aries.dyu.edu.tw (8.9.1/8.9.1) id GAA00266 for freebsd-ports@freebsd.org; Fri, 26 Mar 1999 06:24:35 +0800 (CST) From: ee840840 Message-Id: <199903252224.GAA00266@aries.dyu.edu.tw> Subject: Xemacs20 cant make success To: freebsd-ports@freebsd.org Date: Fri, 26 Mar 1999 06:24:35 +0800 (CST) X-Mailer: ELM [version 2.4 PL25] Content-Type: text Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have surrendered right now. I have check 'fakemail.c' file couple times, but it seems fine. I dont know to fix it. Can somebody help me. Thanks. FreeBSD 4.0-CURRENT #0: Wed Mar 24 00:09:36 CST 1999 ports-cur 2745 /usr/ports/editors/xemacs20 =============================================================================== cc -O2 -m486 -pipe -Demacs -I../src -DHAVE_CONFIG_H -I/usr/local/include -I/usr /X11R6/include /usr/ports/editors/xemacs20/work/xemacs-20.4/lib-src/fakemail.c -L/usr/local/lib -R/usr/local/lib:/usr/X11R6/lib -L/usr/X11R6/lib -lncurses -lin tl -lkvm -lm -lutil -lxpg4 -lgcc -lc -lgcc /usr/lib/crtend.o /usr/lib/crtn.o -o fakemail /usr/ports/editors/xemacs20/work/xemacs-20.4/lib-src/fakemail.c: In function `ma ke_file_preface': /usr/ports/editors/xemacs20/work/xemacs-20.4/lib-src/fakemail.c:326: warning: as signment makes pointer from integer without a cast /var/tmp/cck761511.o: In function `make_file_preface': /var/tmp/cck761511.o(.text+0x47f): undefined reference to `cuserid' gmake[1]: *** [fakemail] Error 1 gmake[1]: Leaving directory `/usr/ports/editors/xemacs20/work/xemacs-20.4/lib-sr c' gmake: *** [lib-src] Error 2 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ============================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 14:30:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DD411557C for ; Thu, 25 Mar 1999 14:30:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA70069; Thu, 25 Mar 1999 14:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 25 Mar 1999 14:30:02 -0800 (PST) Message-Id: <199903252230.OAA70069@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tom Hukins Subject: Re: ports/10749: Update port: converters/p5-MIME-Base64-2.10 Reply-To: Tom Hukins Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10749; it has been noted by GNATS. From: Tom Hukins To: Gianmarco Giovannelli Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/10749: Update port: converters/p5-MIME-Base64-2.10 Date: Thu, 25 Mar 1999 22:26:00 +0000 On Tue, Mar 23, 1999 at 03:37:18PM +0100, Gianmarco Giovannelli wrote: > > >Synopsis: Update port: converters/p5-MIME-Base64-2.10 > > # Version required: 2.10 This should be upgraded to 2.11. See the "A Sample Makefile" section of "Making a port yourself" in the Handbook. > -# Date created: June 21th 1997 > -# Whom: ache@freebsd.org > +# Date created: 23 march 1999 > +# Whom: gmarco@giovannelli.it Again, see "A Sample Makefile". These two fields should never be changed. > -# $Id: Makefile,v 1.10 1999/02/20 10:45:56 vanilla Exp $ > +# $Id: Makefile,$ The Handbook isn't too clear on this yet, but the $Id$ section should never be modified. Regards, Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 15:39:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from corp.au.triax.com (slwag2p05.ozemail.com.au [203.108.157.53]) by hub.freebsd.org (Postfix) with ESMTP id 7829B14F71 for ; Thu, 25 Mar 1999 15:39:37 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id KAA42405; Fri, 26 Mar 1999 10:39:10 +1100 (EST) Date: Fri, 26 Mar 1999 10:39:10 +1100 From: Jim Mock To: Jonathon Orbeton Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Getting the newest ports skels Message-ID: <19990326103909.A42369@corp.au.triax.com> Reply-To: jim@corp.au.triax.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.1i In-Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 25 Mar 1999 at 14:27:45 -0800, Jonathon Orbeton wrote: > Hi: > > I am trying to make sure I have the newest version of the ports > skeletons in /usr/ports, but I cannot determine how to remake the > skel files. I do not want to download all the ports, just get the > newest Makefile skels for all of them. > The easiest way is to use cvsup. You can tell it which categories you want to download in the supfile. Take a look in your /usr/share/examples/cvsup directory at the ports-supfile for an example. Hope this helps, -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 17:20: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 70C2814FF0 for ; Thu, 25 Mar 1999 17:20:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA79434; Thu, 25 Mar 1999 17:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6D90614EC6; Thu, 25 Mar 1999 17:16:51 -0800 (PST) Message-Id: <19990326011651.6D90614EC6@hub.freebsd.org> Date: Thu, 25 Mar 1999 17:16:51 -0800 (PST) From: tjprimeau@sprint.ca To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10795: lesstif-0.88.0 update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10795 >Category: ports >Synopsis: lesstif-0.88.0 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 Mar 25 17:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Terry Primeau >Release: 3.1R >Organization: >Environment: >Description: lesstif.0.88.0 diff's to 0.87.1 added patches: patch-aa patch-ad patch-ae >How-To-Repeat: >Fix: begin 644 less88.tar.Z M'YV0;,K,F8,#!X"#"!,J7,BPH<.'$"-*1!@#!@P;-&B```"B8T<8&SU^#"DR M1HP9,&K(Z&C#Q@T;-6+*@-FQ(HT8-SC"F,BSI\^?0`'4F4,GC)R.`.2\>4,G M:,,[:,J48>.TJM6K6+-JW3J13!HS9D"TD%/'"8B``^E\=2$FS)H73=R6,9,F MX%F!1+_"E4LWH((6@.^F7=OV;=PU<^N623`E#!T02L*X`1'#!HB+.F;4T!&C M!N4"D",`.&DS!T0<-[(H3,'Q)@W;`*.4?MF0 M"S"P&."`!99Q((>PC8$&"++MEH..&&K(80)TJ`&''&FTX6,=0,SQ9!INT.'" M&&$D-P*`)"2!WVO@!<2"'92Y($,.1KX`0PPO5"8A9S?H(,,-('@EQQH@%($' M'""0H&.8^'F9W%]$)#$%%4X$T401/9B'EUIFM&!C?_^MD.BBC3X:Z7F46KH? M#C@F-T005!1QQ!-2)%'$%)'B85(+="S%QAII4)=<$T$L6H047TR11*JP)F`& M'7#H\,(+Q\+A`JAK27?&"W#4(<8+K;EQAAQYO`#M:7/(,8971+W0$1?))=BL MLLPBZT*VV^:QI8;46HMM'=IRZ^VD>H4[;AKE@H!N;V+A($-PNJU@,`MX(@=" M`B3LD803BP;!!!-?$(%J$'T$NL<54BPQA11#]/'"&&RD44:6<\#%U%.PS MT$(3G888?XF60'(N8(ER'4Z#P(,80@#)J928AB`*$:"N<&,B"#&51B M@S',``QY)W1SJ`)8TX*$'(B#!&.H@!_EDR04DD(\=`"8Z$8@&GA[9P0X.*IIWBL0, M\NEBXP+YACK0(04-1:CM5->=+]C!*'/`)PGD*3J/@A0$WU&#=#8ZSWKBP:"D M06A*I2/2??9S972`J4.S)T]ZTN6>^;2I/[44T#(,]$5N$,%"8PI/A38TH]F# MJ%081X863,4,&&4J3V_G!I.V1Z0D[>A'VX/2,*CT*#UUJ4XU.E,YU)2?0UTK M0M/ZT[?>-$M*A6I3E[J"@\)3!5G5:*`8E"$0Y+,-;W":&\(@)1V``%]K<,,; M[C"9HLG!*'E@J>A`0(<\P(%`7`##2+GZA5%YWD`"KI?\,L,CJ;5> M^K8W#&+HWV.4&<#+7)"`G1%G*>-KWT,6&+W:;&4WG<"_)###UW%#;CNL&A#K M]W_+%"`H,Q)*:1ZI!1RL"`X8YD$A$QDY+7A-$"9&A24[X5=#8$(1@D"W)$@9 M5H?Q&F_OVE8QAS.3/XXRP22:$)^)4Y,@A M5""OF.QD*$N9RD&[,A8+_6$L'?3+79V"F)-`YBE@\\3+YTL#8;>$EL^V`QUT5+]J_?G-N&EOLH,T3WKNW3ZW4S6X'.UEB3 ML2AMN53[VM[6-K<%$O"UA/O:R4$IKD97E.SHJ3KQ1L$4D%"$B\4PU[6"PQ?\ ME>S)88DHM67#PQ,NMRH?X0L4#P(1?H5%%[C@!2Y_@>'8@+@RO(`)5`CVN\+W M%3J6SY'X.^6!`ZE)]9[7O(`,PQCJE^3Q0K*^B23Z,0EDA"YV,R6YT0$-0"+- M&P":D`=&.B7'D.!$ST;%M:$!BWDC:19X!I>>07(O!;WA:<%Z#6H&<9V+:4G. M5;UVS)0!*&]CIY5TW<6!OE:P:89FO,L72U,'P=\7'`-'VX9-AU_!W!5?=\;' M6N\BCOSDV7D9&6"P3C3P,VB\3DT8=_[N>8<\HKFI:!77*8-_!J%8:L`"C:R` M]QIQF'+(A!C8\9-`M8J/C\A`7`(Q`2]4^,IMX:S;RVI7//8A"H62#X$-8^DWM@X\;O'4T7WSG*_2HAX'Y1C>P_Z\6>UQ`*W5!SM ME&F;YVLW0VI;1F>A1X&4@8![UF@UL':DE'@B2&.&)GNL9':4P8*UH6@M%FEB M\48V$!S#X8-`N$L*]'$-QP9-0ULMD"%OL`8Z<%!`L!X]5C3>\C=8T`;!]`8JU%K'(85(]055>(59N(5= M^(5B(88H0(8_=89N5C1KV(;7HWE12%IUB(5:R(4)@`+C$BA]*!]_F(:U8P(F M`(E,X`3!$D,Q]WP#$7VGD6U?X3V42(F#.`=NZ#T@X`)9!61R6%*)>(>,Z(C, M-X:2:$^`6(F7F&N9N(FK^'*>.`>@Z#*40HIH*(ALB(K^03NGF(I9M0(C<(A3 M2(=6J(AXV(B/:(MEF(L@8(F8J(E3P(G`"'UZ(8IF8(R!J(;)F(IJLHK/&(VO MV%&QN(A=2(N0Z(>X2(G=N(LHT(OA^(LW1XZA^&WH>"W(2(B==)#*&`.!)8US M.(]X"`0+8@90(S7QZ`;"88V,J(=A>(^W:(:EJ)!O`(4728UV2(\2^3110P<7 MF9&RF(=R`(9\B(\@>8SJ^"Q=HD`."8O5^)(I29$KV9(G>8WVJ(V36#3[^(V^ MV(D"28RC.#,V*0;-Z(Z\M)/RV),H.9$5R9)R(O@*(X! M^8GE2)!0F8Y2R89L,$BLV%#PB(A8&9%:&91=.92SF(UB>92>4Y;]>)8`&8S# M:(X%:8IP*9>!=5#+005385MA-3H@L`4SX`(UD`,L<)DV,`,QI'X@<`1.4`5E M57S))UF/409_(AV/$7*?8Q1I@%]HX0*."0)/4'[L<0<`0R"#-`=Y0!0.TCEM MD"L@@`+2!0)3\)M6``+^$Q!A0!0Q]!V9!2$@H)H-0B,T0IOP]W-.%W81&$@$ M\H!B!Y[]UYWUETIAL!B75(`,5^K48.T5T$P8'JDIX$1 M9DM%%AP?R&9-YV9-$),R6&HA9F=EQTUZ)DNVX8*`5DT&BJ`D>&CX68$)^":V M87@[R$%A-(0K$*+&X4[6Q7`AEX1%L81+X80D:9=\"9,RZ9%C&94'NHYO^*+3 M")$;&9-[2*.`:9!_I=]&99+2I;\Z*2%V92(.:64:*7LN!)%@Z;^\8Y6285^I%,&J:$ MR91J.9!2*@,A.:0QB9!8ZJ9;&J-@":3YB)1->J?CF*=.>8YFNJ9_>J5JZJJD\&:.:JI=3Z)77R)$S2:=]6J5_&I>D M>I6FFI<6N9>=6JB@6I.!::=+N:C"&*5/R:JJWFJJ$6I1_ M&:JZJ)3_B*?!JJ?#^JI$&I=4.1IUN:.9:JMIAL2:RB M&JN,R5`*])B1J5G=41V6B9F:R9F>F7YA(9JD.6W(%UNH69VK.1W,F1VO"26R M*1"T.:^VB9MRH)MSP)NP\YMT$)PI,YR/89PKE9QSL)S-Z2/065;322#6*15. MXS@\-S[QYW]/!X!#!T3T"77HN6;P-1CR%70V>U]F<&,F)D#_M1D!!FD#IK/> M.;,_BX*UQQF55P.JQW:_,6$!:F%R%Q@7:H(,2F*386((V&@SH&)1^V,OEK5N M`+0`)"<72`.;D9D:!&22YDQ$9FDT@&D$2GQ:!GH,BH(/RFT";GUHQ1,46RYIIH,\@5?"J4XNP+&2P?(BP)D0%O)1@;/E9;7VF71^VQ- M%BE!4`54@`2LXFI"4`5'T`(_+Y'X&I/=@6N]C,J]R@@\#.?AC4M M<#;[.P19``)I0P1/P$O1JR?GA@+*.P;,ZZK.VU`E;&X15[U%<;W9V\(*U+WZ M%@18%+[C6[X@X,#J6P3LZ[Y.`+_R2[]%;+_X6\3ZR[_^6P0`[&H$3#%-=L`) MO,`-C+X07`02?,%31@06C,%3IL$#,)/(,(,-6O;*5[SQ[,R:W^S*Y[? M&0;"EK.F07\]FW1WADS,\09H\F"8(0//5`-?#ZA'"5V7,IE4H)G.P7X\L=H`@*SM$5:EX,&E`.)#+>_ M(;>,"\U$V$BWW,EW\,DZ6V?3PLNDW#*F?((9FH*>-`.UT9\[^&+5G,N@+`?; M/,J^G!HS>+9,>W:'BT$J.$U!5AES:Q(_V#`A!+D@(+G542V/@9N7*QW9)3J; M2Q2>BR6@.T^B.R/;(1V9E7RIN[JM"]#107-JH2VT:[NXRR6VM;LJZ;M&&'+" M.W[%NQ32:Q^XAL)XL+S-VY2WS,T"X6(O[%;&)L/W1V\O<,O.*\J]3#I)AL/0 ME@#PPBTN)'WH,L"2HK-CX2-L,`??D1U+'18G1-4A=]6.=`9,W64)(C7SY`9L M\`9GX(9>O6::E],GG,(K/)9!7=/N3#JCP=8Q;+T^#=1-:=-T'1\L[;TZ/$-) M+2]I_3!/;1I175M:;=6%G=55S09WOW?"1!1K6X)'@71LW9^\T,FLIIL,J/ M$4ZO3$`P,$O2U,SH?-V_;&/"/!F_7\O8 MS7=\JX*94,P#(DRSL(T_5PNC.3P!HDYGMAZ*=3581!]H6!XFES7$^'>:J/7(=47)U@W)? MS'(S%',S5W,WEW-UMW,\V`(R4!!S^^>.:Z*A1;5/N`3H'A2^(SEB. MY>ABCH31F\.-[@:%'NF8/NF)SD^+7@:\E**0CK>J`8DY'$,I6M8BW5"BOB&D M'AZY=NH1KD`I>A\230>.5>L,XNEIP.A%R.E$`27)BM'5[R!]NZ#8$SN]W(C9YI M@-OD'K.[G71IX-O`+<@71,BV<(GDS(XYW@9&CIQJS_:OTG*=%/>KZ!E$ M;O<)5S]>/[U+#M=-OLE>3_B2D40N;6R'/XEQG;U>3S.-S_AN,`.&'],J/./7 M^M.4+QF6G_F87P.;+]-,3N.A[P:C7P,N5OB/OZN]MO@ML`)>[_@ZG6NP+P>S M?_FU+_;3N_N]3_J_+QFF'_LH(/RMSTN[W]:<_]:2G_BCS_R-;\(1%_GY./F* M+_JW3_V9;_U*_OR>/XRW7/EB[_W''^7)*_ZI__GES_W&WU#-'W%?NOBCU[PCB.+S& M^T#?CK-RFD<)!D"8AOH0G^K;9$>PH4A!]4>]F&"OT6MY:O`E&2"`!%)7&8@+ M;D`&',%.M08AH`0,?+9%`HH+.`@"5.``I(/G(POJI#((.M"@&BQR;!`0YK`3 MR(:.($JQ&7/0$-I!QV$(\^"78V,]1]S!K*1E?]1`S8ICZ$D-L+L\%MO,7264 M=X',E=6[0J;Q])UIH(29T)$U+1E@>F#`HVDQT8[EV<29@`+ M8!.6QAJRB9H7&&XAA],VH6P7]K=Q!N``5S'<9, M8!CL<4P!L$6*(Y:_]I<0H(-&(`A$`3JH-."`\#*$.?`,1#7(T='.`!UL:H8M M*U[%(N=E+$JM`":&<%PHA4)(%J^#?*"#0@6G?$6PE@#&@!T8BW;/N5"6LG9_ MZ.`*5$UX$$NL`;QH6U(&42",.N/(!47G5P6CWQ5\^@U`SA=\Q8[>$X3B;$ M>`>ZR!=8C:U1#\ZZS3;I'LYGHSAG#N.\`8VCYIH@FSM"(Z>-C3M.6.[&DUNX MA.^.DJR!3:AM.J&!7`.@,+@-,E(HWX[;(MMC"E(5TK-8,@/&U@9I._$-E\P` M_&8+LY?'PP.8X!;0-`PR*R;J$87`.">W`-\>M#FXAWHTC1)!5($KAZVTWJ+`HN4O<9']@0@!]P88<_X MH3T%,N&T9-MS-76N[WU)NO<((QQ@V'TQCOU90?>W^C`?[@N5C3'[23_SY_OP MQO\3@M!/55[!T3?Z9D#I@Y7C3R^\/]9G]EZ?`A2*]4\R^$J,%/Q^Y?"3'K;O M52(_Y7?^BM\!+)8#<`$>0.^7_Z*53UR5PE+SX+\IF"M/PZX7JJY7HKUIV2R=(*WNE`527KLK^)4MB.0699?^;EP"0"]K+`C@O$6#$V9>N MKP&60`C89<2>4A1@0<:0[3.%.0(=8!4:A#&0!/X_&-@1$L`:&@(I`PZ(@=XH M!QR';G!>^1`]+I:IYO-..)8$8TS7SYA-('6XS;0K- ML7E9=).V0)D^HG"&`LCG M_)MMP`@H!N&B';2+UB0<^I/5=& M'?"=8K,)X(5>]CJQYF_+6!NS">5,*"`9:,3U'(#9$WA"`2C!L7J=[42=\Y,I M/!?LL#Z'`AJHG&(3"OC/RND\=2?JE`*316O2G#9@.1=G8Q`F6',*B+3[N88D M:$1IH";3@K)$(6`411)PH'G@_H8`-[E'2Z!YR2 M1Z]`&\BC"4`*S%'=4`7<@!.HG60`CJH!-GJOZ,!EP1)Q4P9^0,W$N-:$W0)H M.;`N,!_S5`,F@&_>`:?$EM\*A%C(&Y,72`?^@!<-!M[`&#F<.P8X!%8MH')<,?M'N=2K`@E&4J*:LI9L*F1:X/>,`>E!'F5MBJ6PV3FW+. M-'A,Z5$RS7(>@YDV&6<:`]"IW9.FU+29QCU_R@8ZACB%)^3T``(V9UH#"*HZ M52":E)T"AUDRHFX""QA0`,VA;Y8F)VR"R%CG-P MB8J%$[]$1T!T/(U%-:$G!!@2@/39`B`@!(B%(;'^4N6UG)7!",2!@"ZP`YI/ M99D,W@X2;<'1UA-[C?;37B"NJ-(%7H(Y;FI.W:GASZD75%G<4"VJN.FH MBH7JD&N6:E8=@J.R"!I%,HD'I.JZTSPV-2S@5)VZA`S53R65:U6H$E6CJG!, MV'2TJUOU"B8E);5*G6!2,DN^R!!VU;:*?9+#"HBKE>FJUM6>BE8=(UZ%JEYU MKX;5ZB0D8@L;0*ID%0685BO(.E>QJNS37J=UL7Y5OCHY M_"J@>*W:;[#.J;1J+C5)HDJL9'&QNM7!!]`@D\):CY7I,F6FS>0".M-G^E>C MJ30-+!!0L%035TQ8D@DV-:R4.'QN4U286+OIH6$LC14EB)/'.@H@2V0]ANAX M44R6ET%9>.`ZK2SM%`E?EGG"D(&D,%Y(3'A?D*#]R&WNSA.B)S80(>G=<"N% M%G+?X=?:HB&9FYVH$[=AX%$RWU,<:"'3R63&4)VI0W8FRLX`FIPS$@^5P$R7(@,.^R'C6=!\N0Y0V1&`]+.,FMF#.X:VK>#L0U!4#?, ML"QVP[8S#WLGU:3/RY-`CS.(MW/&\8#L-XP6'#9*$%FE%\Y6X7^!DQ$U9L@M M>KAE[R$(R(>J;1]*B8.V$*^/0/2!P\<@$C3+I1`3FN:R+0SM(4Z&B!C1Y,-$ M,UT6#2-FM,OQNEKB1P1I)E4\D,22]A@*74J$1GW6S\XND'B[`BU)ZUV%=M)Q MUR_QXJ`A55[V5RMK*&/;M[6<3-0RK`Q[)>TI6.T#NJ14-00YM%#C7MA ME`RGD9(DX]-42;>')9/,B+-PQ2+8"###MH9>@X^J`G5!@+6`!+&&_!R.<+EM MP.:"!)B+A&3`S6UJ,]=DVMQ.`02.D:W2K[C)J:EM7Z#I=ICMV[Q8:$H=LLXN.ZRR M&S('!3@DZ;B6I`T\*'C@"U@6V$1P9@@0R+M[%TH(A$PS'Y]DE'PR(9=*AIJ] M-T.PI.8YN24.4TZ?W,)R\\:-NKHQE^M:7:^[<^M"UM6\R\CK=A*N.W:+;MD= M#9#7Q,T0E8MT<2[FM2T)8CG4W,T;D[(NUK6ZH)?HUEZ?.WK%[M(UO4MWC2%; M:DOF()&9:[;ZD3^>MC4W;4..F[-?)D?.J1PZ!Y#NG+C%.>2VR\"Y)'!RH@R5 M_`*+5_*&._L*8%'A??&L^S5!4A0&B4<"K(%\`P76E1$M_H1@C]8IU+?PMQW. M`-,3M@!N+D$GP.'@%=P?6_38*K/`%]M!=+Q8!>4B>R&)O7@F5L],PQMY(@\P MN-4N"YCDI3J]8 M>,F_QRD%G^8AP'/RXYD!!(R!BVR(=61)EKH9K29;@!G>#K[`"M@'\UMP4GF< M'J2!>@_&T@!*(F3UL!ZBY'HS9%$^0$BIA1]EDXF4"O74B;B\MR4E[PR>>W!0 M#(I+5GV7T"I9PV%F>2F.S+Y$E\%N6QA)=.LOT]](`)K6<@DT5MM9:^RQ(38];U+1N/L90%/\ M+W/Q_Y-_K!@71TO_R``]I<-4BH,CR034[X4P/V`)[J3/F`KK4V![4)8QL!6: M=&!OYI;C(TD7Z=^D`U[3DKZ!/'`]B:??TRA8@`YL3U(V!-"`*'69=*"1>KU> MUH[?L:WL<\*!DQ893XK?0*D.'*51H93FQ!^X!?,P*L:"KI27WM*7IFLK(RCB M);WT^KEB05QK=VE$EG*@UB&_6HBZ!XNI-ZVG>.B>`MN$^C`%:C^-IOET8IK3 M:XJ2#VKV2*AGSYPVU&@J!H\#'YRGWY0-!$)P"@%)\D)]IB@YH7KA(&!-'>K* ME:?&%!"^))T(3J4!`K14)A5: MQ^NPALQIO3XG.D`AA@+!.0-C0)-X.]G!.9(/]H(=Q!G__(W+(GA36F`0#Q&% MJLP`P.)B.H)4D2AD@#I+9H]@%(2$_?P"8Z!]A)030`*&P!`8J\E9+,06$E`T MV//?>`-Q=`Z<@"XC$F0'&;@.3D/OSALY\`7,0%PZ`QOGLXR!'G`"U)=[1C;V M83YOYXY@G_%S&?@"HVL[](`\<-.HH3.QAM&,!F#HCML18D?1\"-HP*OT`+CQ M!9PBMI,"68#:H0HD<%"N,U61`2H`!/`!Z#Q5&L=T;D4=83*5%L]2!GK`6$NC MO*0C!-X\\`46BY28`P&:01#HB%$TC'09Z`,1`SJ2K"=-B$9+>_`I]B10-.G: MV8;FL^:QSE@"8(3H\$P&QO-Q&5_XA`N0@#.-!)3%'$`UJ47DJ%R\H:7WLY>6 MS![Z;X!H$4VB37000-$J>GQ!%?BL!C`7'>@!8.`\B@4\\!)O%ZIY`83:4"/@0_,:-C"G"H*'0`#LR:FZ&C3TJ-=]$0A`9>ZS(;J=S*DBW3M M1-)60DF3YSVPI:4$E-X#4OHY46EE9*5;RD^ITV+`27?I50VF,5WL`,_BF4"S M:9'"IMTTG+9-7R-L2(&Q(5)2=7:)T_>Y[HB%O'&@]<0)(-;(^4,[AA`]5D8T M$2C1_.M$IV@V/6LF\T+Y@:::#-QH%Q.OM7,\(2VDN@?$:_I,.Y@SD7;2L%I` M+VE:_3><]*W.U16K#U1INI*E#[2P1D4*VB-8U36--M2&M!X;6.2JS-:P>E#. M@!NH`]39W)JG-3`MH,#^2I2FA&2_`).]]=COSLHC*IME+XKX*]SL'7$;;_A6 M+\"!F'VRJ0"_W3.%Z][&0AM`80*PA6T!CUH"_H6DW7C4S-+&$K6K+CQMUK<( M_X+UM3DW"B[$)#!Z;79."[C:6GL$Q:1,0C)OV]<&MS1'W&;M&S4_>]V`\-I@ M>VW')`$J!L0HW$;;>&X-O0"8J3+O=KBU.7J;;\O,(^"WTS;@OAF"6P@<`2A0 MN/,VXDZ9,I-QFVVP';AK11MH`MNB<8M;OTI3F[2?;A?P.GNF394=)_MOQV#AH#2B0JRFW+?#-N]-.]/T]3![.VX7X#7!)O[D7R7;O-=-MOF][X9:]-L"K'WS;[9YAF8`NJ[=9-- M*Q&7K./HKM[LFW^'@3R0OV-0X-2;]/N`#X$"KK&Q.X+O MQRF`N5L(];;@&WR&U_`6OA]'IV2XBA6\?#]P..##1X<(AYO=>#N(<-49$*:` MZ@[BZYN)XU$AL,1EYPTOW[%S;M-OVBDEMOAED1(B7(:*\.69/*_X^B;CS9-^ MH_'%K<:1)QL8X])3C4M/$5X]W<`5H-]U_`K0\>X-.,MV[Q^;%] MYQ__V%5`+;QQ/#X^2=D3G]TX'"XT\J9)QVU&(C\1@CP&L<\4$4+I]R9WGR*\ M;==/T!'*E4*MN`YE&XJW[OQYRK%#Z/;D`Q26QP[BGK4"K`H^DW`KT#"E0\4G!(7KZ/>3)GH"+\@:*!:#Y!Z;<$K2WC MVYJ/@0NJS2\H-5<*V8&#VG!5'H,^*!L0Y]^<);K/;J[.0V@T+Z$)^`T\<%':"7KFB.-MG`_.[G M.50.[%`S0,7I=T2?Z")\B%KTOFD$-CH0-0(9G:.SSI`.1/,A2:<#3X![>W0Z M<-)'^DJ?`I9T"KR!C/Y$?S=$K^FT?*#?#"=Z!I1HTQ3HS'Q]\W2?7M$ANB"5 M&D:NM>0VE4=&>8=5,5FP:A M]68V(SF@(7M#8-C/EG$_@MW-$':D98ZV3=2X:7M]V1"8QH[86\!@1QH2\`50 M,#!6!/["98<3F;VV:(GO('XB.VBW&2_`-P$G-B0'EXYE?U>+R;/#=A?`2(K5 M.I+M5(I->0_1V*E4,_KM-TE2 MS;<4UJ@K-=1>&6C"8K,-LE$"2L`0T^[3&E5T=]KUIJ&VG-;6=+H$"('YAB^H M.Z5^U-@=6J^-\,[=O7O%CM;;?;RG]D=]WJF/6)`"?R%V;(Y=RZAX&/FZ<`&> M.!/XSP?$UA?:>%\)?L!KY-.P&8]`A):$`^U ME?8*>-15^\1#;1TH&@0\AI_P0JV;W8M\0=@VLHNW.3">KXW)4&$@IMICRVPK MX,9G>+V@XQW;5DMK+5[!Y_BYMN/7`I(/\DH^F`ZC(D]L6RV0%_)+?J@U>?F2 M:I,#EI?R>F'#=\8L.)PE/)BG\/]K6$P!+Q_EU^HPBHI3D3>O%Z3=Q;CP M./[,OP`[W^59[.GP8Q MUBN*P`9[`ATL"^#Y(7\:0M@(0\YF7M(GC="8AD$]HA?UHU$^<$73F`5-?:0' M]*DQ"P89F""B:*!EZ!O]?)L']#I^L&4V M2,_I8[S^."$]?K%!-B3/[+.\C#?RC.W55GL]7^3G#[47]E.>R9^/+K_M13V5 M'VO%-K.Y^F8/'(/]L0]J*6,X$D8V'^H!O6&D#FDXR"P,;$C.-I-KIO>G'M"? M1Q?A[NM]4%N/!3_@![7V*`;>8Q1-PT!&3_BHY![8H;S!;TI\/@U;?(7?E`Q\ M^4KR%Y]1-7@A]N"+&,CG^(RJPI_\5Q_4Q#S_6OG-7LQ`,34/\V$\GZ_Y>E[0 M9[$'AO-%O:+O^8#>T0/]1E]QQIBE+V,>;.@W)4\O&H):F>)3]'RM-WTRU:YD MSO(.W)#[B:\`IU_UZ7GBYN=3GU$]?:L/P+^^Z-[Z5']/D?U(GKC//M=7^U[? M?]NW^U3?=40-U^TRZW_<=%=3_^ZX[\,/NHA[V M/]_8I^>VFX_P?;'?]1&_\$;>A)_RPWW+?[R-)MA'^YK?[P/PR^_Y)[_CK_RC MO_-3\LQ_^C?_Z+_>=_"V@?[6+_HCN?3&WJR?7;E^VQ^^O;?LK_N&?^V7[R'0 M^S.6Z=?]M5^("P3T#0>.O[`*_O0\?KOOWU_X25'T;]_W^Z$W?N0/_1&_]+_? MSA];=7\`OK_I9NY__M;?^\_-_AW^&U7Z)_]YYN8#^W^$7`V9..QP)N`&N;T-<$0?$S7X6(`QH`/9P@I0&F/RM;TA< M'$6Z&($08!2W.FE]P-\%Z`0V<8P?$)@"VH"17!97"&U_5Z#P%\4A-$R@%-BZ M<7&S$1?X`F*!6-P7]]29@36@%]BZB7$ZX!'8NJ%Q<6`3.`>Z<9]?%"@$EF]K M7!BX!YYQ;IP?B`:><7$<#?@!1G+1$U$@"+J!,4@>5P>*@8W@-:''/8)_X"#' MQ[$'BR`]1\A]3PT=)3@(#G*`7$.7"2)^FR`P-PH"<.+30$`^>8*,H-Z6"LX! MY-,I&,DU`9:<(L<*TG.?7"=G"):`ZULN.`GN@CO@*D<_Y0KVDRQ8OK%R^U,J M9P6>@:W@+F?*)8.O'#`H!VIRL9PT:`=2@[C<+8CX\7+)FS8(P'&#QN#Z]LLI MILS![LP4-Y@)"?-A8.MFSNX0"&`\6#Y=LU]&.M@ M)5C.35#TX#_(S?6#GZ!`*!7@@P1A,UC/;7,;5`>5$-)SYAPZEP^N;^;<.O<0 M(GX5H3LW$;9N]EP\!P56?_X@00?/<0=5H!Y8$(J$!ET>"!*>A#=#0L=""73+ M8!L($?YS+-0X%Q.>@Q0A30A#^7$;83G7T&E_-R$OV+I==#Q40*BW$85F@%&X MT_5-/>%1R-$UA4OA1Z<4O@!#E!'@TEV$`-P09=)!A51AWY32L71)UF6!DN;W+; MR11&]82Q(=FF&LJ%_F!LV+9]%&O4:(BU62ASF[5@MR6$44DSDJ-LAL%?<7C; M(8>)R4$BJS"'C\I-DI/=`<=NBNYG;%B%JI]']YS2!W.=M-AX3=UL89; M('(X'GI]65\=>!XB?E^?>H@C*(1FGWL(`\"'61\3N!Z6?7+?#+@=?@7W822' M]^E]KJ%X^![>?8I?ZB8?*H2O6^IF'PZ(G)_D=R!"?JK?1T@`]H?#7X08%SZ` M%.+Z1OK]=`OB?`@A-F^KGS68(09OL!\CM!^:`2-B[58B=H@*(?''THEO#Z+E M5_P1AL!?BMC`+7\9!XMX_=EO4T",2/YA?XVAB,@@_H@\HHZH_@EP_IMY."3: M?^O?`&M.3N`">`?R?E*@0'G`3G(]X)4YP5B(&>`:`<#VB ME@@`,H`38)C(`Y)P7B('*`*VB6MB"/@XJ8GZFPLG(6*(2Z()6!(*B%/B#4C# MZ8=*8I\X!.*`VP*=:,")3H(4G%@G$H$_G*&HMR6!:)7^"?8B8B?EJ@HW@SD(&7XJBH!HJ*+P`<^"D"<'3@JH@(XH&EXLV! M!Z**:!RM6`B>B#;BS9`(@H6N8OGF"/:*ZUL>ARJN8YA@K+@)!G*X(J<("A9R MHJ"QZ#V9@LZB*NC(18NPH",W+-:"F%RR*"@>@^V3+J@M*H2^(*HHRA&#I%RL MB`RBDB,RITTL''^!.BBDAARU@OH$#Z& M>Z-DF!D&CIAA61H9D`*I8&L:*K2&J&`0$9T,4%1`K/HYJ`6_8L$B.5N,0 ML"@4C72CAD@UR7,L3JQX1E5-+`ZJN#<5!5@">R`Z=@>H8XH@!V".G>,;"#5I M"5;C$<`[(8MJ(^)G.^(7AERL.,'1B\^?O?@[THH#G*<&.^:.J.`EJ#&ZC?3< M(S50G`$[X?'H-S:/3$$7T:+$BN>3]=B$B(O#8.58!B*/\B!#F!V0@=(C\X@1 MUE!WXL_8-1)TZ&/<2"+PBK$C6BA(F4Y)X_Q8+%J-IZ$<0-36Q<_QH9< MFVCX/P*'8Q.#H`Q.C[`A`;D;OFTBHVXH''H?.\=Q(/&I6XJ=9*>SS#<3Y(E2 MO6&0R5'>$+?%)#)0!DGQ50T29`>Y[EE[D!T0D$&">QN9"FE"OH8;Y#B10<*0 MVMN-$D*^D*OAU79#]A-YPW<(.,B0."1NV%JXD#QD0&,^QI!$I(^"0-)N-B00 M640ND8;;#JE$\HE29`\)!>ENHL$'636,$^X=2`/?N0'9'7Y'W_4`W=UW)T:. M#?I=>45WK7X0$![1WG4]U]D6'D?$>ME9'WG1TIWI4`Y!U_EZWY=^J+ M`L`5#)*$9"%I2!Z2B&0BJ4@NDHQD(^E(/I*09"0I24Z2E&0E:4E>DIAD)JE) =;I*<9"?I27Z2H&0H*4J.DJ1D*6E*GI*H9"IY2@(I ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 19: 0:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CF7C015154 for ; Thu, 25 Mar 1999 19:00:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA85151; Thu, 25 Mar 1999 19:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 25 Mar 1999 19:00:01 -0800 (PST) Message-Id: <199903260300.TAA85151@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Costello Subject: Re: ports/10458 Reply-To: Chris Costello Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10458; it has been noted by GNATS. From: Chris Costello To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/10458 Date: Thu, 25 Mar 1999 20:59:21 -0600 I would like to have this pr closed, as the port is currently 'dead' as I have lost the source code and docs for it in a disk crash. I am also going to refile it under the 'textproc' category, where it belongs. -Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 19: 9:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from corp.au.triax.com (slwag2p05.ozemail.com.au [203.108.157.53]) by hub.freebsd.org (Postfix) with ESMTP id 7E80415031 for ; Thu, 25 Mar 1999 19:09:11 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id OAA79158 for ports@FreeBSD.ORG; Fri, 26 Mar 1999 14:08:56 +1100 (EST) Date: Fri, 26 Mar 1999 14:08:56 +1100 From: Jim Mock To: ports@FreeBSD.ORG Subject: Makefile help Message-ID: <19990326140856.A75573@corp.au.triax.com> Reply-To: jim@corp.au.triax.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, I'm in the process of upgrading the ascd port to 0.10.1, and I'm running into a problem. Here's the situation.. I'm trying to make it install to the X prefix (/usr/X11R6/bin) but it's not. It keeps installing in /usr/local instead. I tried adding some stuff under do-install, but then none of the required libraries get installed. Here's what the relevant part of the Makefile currently looks like.. USE_IMAKE= yes MAN1= ascd.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ascd-0.10.1/ascd ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ascd-0.10.1/ascd.man \ ${PREFIX}/man/man1/ascd.1 ${GZIP_CMD} ${PREFIX}/man/man1/ascd.1 .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/ascd ${INSTALL_MAN} ${WRKSRC}/ascd-0.10.1/README \ ${PREFIX}/share/doc/ascd .endif .include That's the only way I've found that makes it install to X prefix, but none of the libs are installed and it doesn't run as a result. Removing the do-install stuff allows the port to build and installs everything (and it works) but it's not in X prefix. Is this a big deal? Should I just let it install to /usr/local instead or is there a way I can make it install the libs doing it as above? Also, since USE_IMAKE implies USE_X_PREFIX, the deinstall looks in /usr/X11R6 for the files in the PLIST and doesn't find them there. Setting USE_X_PREFIX to no doesn't matter, it still looks in /usr/X11R6 and doesn't find them. So basically, my questions are.. Is there a way to make it install everything into X prefix (including the libs)? If it's not a big deal that it installs into /usr/local, how can I get deinstall to look there instead of X prefix? Am I missing something right in front of my face? Any pointers in the right direction would be very much appreciated. Later, -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 19:45:23 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 EC99E154FA for ; Thu, 25 Mar 1999 19:45:21 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id VAA06578; Thu, 25 Mar 1999 21:44:55 -0600 (CST) Date: Thu, 25 Mar 1999 21:44:54 -0600 (CST) From: Steve Price To: Jim Mock Cc: ports@FreeBSD.ORG Subject: Re: Makefile help In-Reply-To: <19990326140856.A75573@corp.au.triax.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 26 Mar 1999, Jim Mock wrote: # Hi folks, # # I'm in the process of upgrading the ascd port to 0.10.1, and I'm # running into a problem. Here's the situation.. # # I'm trying to make it install to the X prefix (/usr/X11R6/bin) but # it's not. It keeps installing in /usr/local instead. I tried adding # some stuff under do-install, but then none of the required libraries # get installed. Here's what the relevant part of the Makefile # currently looks like.. # # USE_IMAKE= yes # MAN1= ascd.1 # # do-install: # ${INSTALL_PROGRAM} ${WRKSRC}/ascd-0.10.1/ascd ${PREFIX}/bin # ${INSTALL_MAN} ${WRKSRC}/ascd-0.10.1/ascd.man \ # ${PREFIX}/man/man1/ascd.1 # ${GZIP_CMD} ${PREFIX}/man/man1/ascd.1 # .if !defined(NOPORTDOCS) # ${MKDIR} ${PREFIX}/share/doc/ascd # ${INSTALL_MAN} ${WRKSRC}/ascd-0.10.1/README \ # ${PREFIX}/share/doc/ascd # .endif # # .include # # That's the only way I've found that makes it install to X prefix, but # none of the libs are installed and it doesn't run as a result. # Removing the do-install stuff allows the port to build and installs # everything (and it works) but it's not in X prefix. Is this a big # deal? Should I just let it install to /usr/local instead or is there # a way I can make it install the libs doing it as above? # # Also, since USE_IMAKE implies USE_X_PREFIX, the deinstall looks in # /usr/X11R6 for the files in the PLIST and doesn't find them there. # Setting USE_X_PREFIX to no doesn't matter, it still looks in # /usr/X11R6 and doesn't find them. The test in ports/Mk/bsd.port.mk is '.if defined(USE_X_PREFIX)' so you need to un-define it for that to work. # So basically, my questions are.. # # Is there a way to make it install everything into X prefix (including # the libs)? The key is probably in the Imakefile. Can you send me a copy and let me take a look? # If it's not a big deal that it installs into /usr/local, how can I get # deinstall to look there instead of X prefix? One way (though you didn't here it from me :) is to add a line like PREFIX= ${LOCALBASE} # Am I missing something right in front of my face? Any pointers in the # right direction would be very much appreciated. # # Later, # # -- # Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD # work: Triax Internet Services http://www.triax.com/ / \ The # personal: http://www.triax.com/~jim/ \_,--._/ Power To # The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 19:52:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail-oak-1.pilot.net (mail-oak-1.pilot.net [198.232.147.16]) by hub.freebsd.org (Postfix) with ESMTP id BFD3115502 for ; Thu, 25 Mar 1999 19:52:40 -0800 (PST) (envelope-from jorbeton@pilot.net) Received: from corsair.pilot.net (corsair.pilot.net [204.48.17.12]) by mail-oak-1.pilot.net with ESMTP id TAA21472 for ; Thu, 25 Mar 1999 19:52:21 -0800 (PST) Received: from arrow.pilot.net (arrow.pilot.net [204.48.17.29]) by corsair.pilot.net with ESMTP id TAA18148 for ; Thu, 25 Mar 1999 19:52:21 -0800 (PST) Received: from localhost (jorbeton@localhost) by arrow.pilot.net (arrow) with ESMTP id TAA29025 for ; Thu, 25 Mar 1999 19:52:20 -0800 (PST) Date: Thu, 25 Mar 1999 19:52:20 -0800 (PST) From: Jonathon Orbeton To: freebsd-ports@FreeBSD.ORG Subject: CVSup and Fetch Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi: I used CVSup to get the latest ports and everything seemed to work fine, however when I /usr/ports/www/apache13-ssl/make fetch goes: >> Attempting to fetch from ftp://galileo.galilei.com/pub/apache/. fetch: illegal option -- A usage: fetch [-DHILMNPRTVablmnpqrstv] [-o outputfile] [-S bytes] [-f file -h host [-c dir] | URL] and hits every dist site. Is my fetch dead... ============================================================================= ** Pilot Network Services, Inc. (800) 811-5222 ** ** 1080 Marina Village Parkway FAX (510) 433-7807 ** ** Alameda, CA 94501 USA ** ============================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 19:55: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from corp.au.triax.com (slwag2p05.ozemail.com.au [203.108.157.53]) by hub.freebsd.org (Postfix) with ESMTP id 32E3714CF7 for ; Thu, 25 Mar 1999 19:55:00 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id OAA80549; Fri, 26 Mar 1999 14:54:34 +1100 (EST) Date: Fri, 26 Mar 1999 14:54:33 +1100 From: Jim Mock To: Steve Price Cc: ports@FreeBSD.ORG Subject: Re: Makefile help Message-ID: <19990326145433.A79699@corp.au.triax.com> Reply-To: jim@corp.au.triax.com References: <19990326140856.A75573@corp.au.triax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.1i In-Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 25 Mar 1999 at 21:44:54 -0600, Steve Price wrote: [snip..] > # Also, since USE_IMAKE implies USE_X_PREFIX, the deinstall looks > # in /usr/X11R6 for the files in the PLIST and doesn't find them > # there. Setting USE_X_PREFIX to no doesn't matter, it still looks > # in /usr/X11R6 and doesn't find them. > > The test in ports/Mk/bsd.port.mk is '.if defined(USE_X_PREFIX)' so > you need to un-define it for that to work. > > # So basically, my questions are.. > # > # Is there a way to make it install everything into X prefix > # (including the libs)? > > The key is probably in the Imakefile. Can you send me a copy and > let me take a look? > Boy do I feel dumb now.. I figured it was right in front of my face, and it was =) I've edited the Imakefiles and made some patches.. I'll be testing it with them in a sec. > # If it's not a big deal that it installs into /usr/local, how can > # I get deinstall to look there instead of X prefix? > > One way (though you didn't here it from me :) is to add a line like > > PREFIX= ${LOCALBASE} > I actually thought about doing that when I was looking at bsd.port.mk but figured I'd see if I could find a better way first ;) Thanks Steve. Later, -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 19:58:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from corp.au.triax.com (slwag2p05.ozemail.com.au [203.108.157.53]) by hub.freebsd.org (Postfix) with ESMTP id 9FCC81519B for ; Thu, 25 Mar 1999 19:58:22 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id OAA80572; Fri, 26 Mar 1999 14:57:48 +1100 (EST) Date: Fri, 26 Mar 1999 14:57:48 +1100 From: Jim Mock To: Jonathon Orbeton Cc: freebsd-ports@FreeBSD.ORG Subject: Re: CVSup and Fetch Message-ID: <19990326145748.B79699@corp.au.triax.com> Reply-To: jim@corp.au.triax.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.1i In-Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 25 Mar 1999 at 19:52:20 -0800, Jonathon Orbeton wrote: > Hi: > > I used CVSup to get the latest ports and everything seemed to work > fine, however when I /usr/ports/www/apache13-ssl/make fetch goes: > >> Attempting to fetch from ftp://galileo.galilei.com/pub/apache/. > fetch: illegal option -- A > usage: fetch [-DHILMNPRTVablmnpqrstv] [-o outputfile] [-S bytes] > [-f file -h host [-c dir] | URL] > > and hits every dist site. > > Is my fetch dead... > Install the upgrade kit from http://www.freebsd.org/ports/ and it'll fix it. It's a package, so make sure you use pkg_add to install it. Satoshi, Steve, other ports guys.. perhaps this should be in the FAQ or handbook? It seems to be asked quite a bit. I can write something up if anyone else agrees it should exist and will commit it. Later, -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 20:10: 8 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 E5AE114FAF for ; Thu, 25 Mar 1999 20:09:58 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id WAA23853; Thu, 25 Mar 1999 22:09:35 -0600 (CST) Date: Thu, 25 Mar 1999 22:09:35 -0600 (CST) From: Steve Price To: Jim Mock Cc: Jonathon Orbeton , freebsd-ports@FreeBSD.ORG Subject: Re: CVSup and Fetch In-Reply-To: <19990326145748.B79699@corp.au.triax.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 26 Mar 1999, Jim Mock wrote: # Satoshi, Steve, other ports guys.. perhaps this should be in the FAQ # or handbook? It seems to be asked quite a bit. I can write something # up if anyone else agrees it should exist and will commit it. Actually there is already an entry on the webpages and in the hanbook, but since this question seems to come up quite often I definitely commit a entry to the FAQ if you were to write one. :) Perhaps even an article in freebsdzine and/or Daemon News? :-) # Later, # # -- # Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD # work: Triax Internet Services http://www.triax.com/ / \ The # personal: http://www.triax.com/~jim/ \_,--._/ Power To # The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 20:17:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail-oak-1.pilot.net (mail-oak-1.pilot.net [198.232.147.16]) by hub.freebsd.org (Postfix) with ESMTP id 1D1A11519B for ; Thu, 25 Mar 1999 20:17:53 -0800 (PST) (envelope-from jorbeton@pilot.net) Received: from corsair.pilot.net (corsair.pilot.net [204.48.17.12]) by mail-oak-1.pilot.net with ESMTP id UAA28540; Thu, 25 Mar 1999 20:17:33 -0800 (PST) Received: from arrow.pilot.net (arrow.pilot.net [204.48.17.29]) by corsair.pilot.net with ESMTP id UAA18833; Thu, 25 Mar 1999 20:17:33 -0800 (PST) Received: from localhost (jorbeton@localhost) by arrow.pilot.net (arrow) with ESMTP id UAA29144; Thu, 25 Mar 1999 20:17:32 -0800 (PST) Date: Thu, 25 Mar 1999 20:17:32 -0800 (PST) From: Jonathon Orbeton To: Steve Price Cc: Jim Mock , freebsd-ports@FreeBSD.ORG Subject: Re: CVSup and Fetch 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 I read quite a lot of the pages on this stuff and if the fetch -A thing hangs people up or is easy to diagnose, maybe a big list of errors and what might cause them could help. If I could search for: RSA_new_method to know why I get this all the time: -L/usr/ports/security/SSLeay/work/SSLeay-0.9.0b -lssl -lcrypto /usr/ports/security/SSLeay/work/SSLeay-0.9.0b/libcrypto.a(rsa_lib.o): In function `RSA_new_method': rsa_lib.o(.text+0x30): undefined reference to `RSA_PKCS1_RSAref' /usr/ports/security/SSLeay/work/SSLeay-0.9.0b/libcrypto.a(err_all.o): In function `ERR_load_crypto_strings': err_all.o(.text+0x2d): undefined reference to `ERR_load_RSAREF_strings' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 I would love it. Thanks, Jon On Thu, 25 Mar 1999, Steve Price wrote: > On Fri, 26 Mar 1999, Jim Mock wrote: > > # Satoshi, Steve, other ports guys.. perhaps this should be in the FAQ > # or handbook? It seems to be asked quite a bit. I can write something > # up if anyone else agrees it should exist and will commit it. > > Actually there is already an entry on the webpages and in the hanbook, > but since this question seems to come up quite often I definitely commit > a entry to the FAQ if you were to write one. :) > > Perhaps even an article in freebsdzine and/or Daemon News? :-) > > # Later, > # > # -- > # Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD > # work: Triax Internet Services http://www.triax.com/ / \ The > # personal: http://www.triax.com/~jim/ \_,--._/ Power To > # The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! > ============================================================================= ** Pilot Network Services, Inc. (800) 811-5222 ** ** 1080 Marina Village Parkway FAX (510) 433-7807 ** ** Alameda, CA 94501 USA ** ============================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 20:55:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id BB3DF14F91 for ; Thu, 25 Mar 1999 20:54:54 -0800 (PST) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id VAA01212; Thu, 25 Mar 1999 21:53:50 -0700 (MST) (envelope-from brett@peloton.physics.montana.edu) Date: Thu, 25 Mar 1999 21:53:50 -0700 (MST) From: Brett Taylor To: Jonathon Orbeton Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Getting the newest ports skels 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 Hi, On Thu, 25 Mar 1999, Jonathon Orbeton wrote: > I am trying to make sure I have the newest version of the ports > skeletons in /usr/ports, but I cannot determine how to remake the skel > files. I do not want to download all the ports, just get the newest > Makefile skels for all of them. Install cvsup (the binary package is best /usr/ports/net/cvsup-bin) and then use the example ports supfile in /usr/share/examples/cvsup/ports-supfile. Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 21: 2:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from corp.au.triax.com (slwag2p20.ozemail.com.au [203.108.157.68]) by hub.freebsd.org (Postfix) with ESMTP id B40E214CB0 for ; Thu, 25 Mar 1999 21:01:57 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id QAA01986; Fri, 26 Mar 1999 16:01:26 +1100 (EST) Date: Fri, 26 Mar 1999 16:01:25 +1100 From: Jim Mock To: Chuck Robey Cc: ports@FreeBSD.ORG Subject: Re: Makefile help Message-ID: <19990326160124.A89238@corp.au.triax.com> Reply-To: jim@corp.au.triax.com References: <19990326145433.A79699@corp.au.triax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.1i In-Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 25 Mar 1999 at 23:03:17 -0500, Chuck Robey wrote: > On Fri, 26 Mar 1999, Jim Mock wrote: > > On Thu, 25 Mar 1999 at 21:44:54 -0600, Steve Price wrote: [snip..] > > > The key is probably in the Imakefile. Can you send me a copy > > > and let me take a look? > > > > > > > Boy do I feel dumb now.. I figured it was right in front of my > > face, and it was =) I've edited the Imakefiles and made some > > patches.. I'll be testing it with them in a sec. > > Everyone's allowed to make every mistake ONCE. Go find another > mistake to make (that one is now taken!) > Already have =P Even though it's now installing and playing nice with the X prefix, make deinstall is trying to remove /usr/X11R6/lib/libworkman.so.1 but it's not specified in the PLIST. Here's the relevant part of PLIST.. lib/libworkman.so lib/libworkman.so.1.4 And here's the relevant part during make install.. installing in ./libworkman... + /usr/bin/install -c -m 0755 libworkman.so.1.4.1 /usr/X11R6/lib/libworkman.so.1.4 + rm -f /usr/X11R6/lib/libworkman.so + ln -s libworkman.so.1.4 /usr/X11R6/lib/libworkman.so And here's what happens on make deinstall.. ===> Deinstalling for ascd-0.10.1 pkg_delete: file `/usr/X11R6/lib/libworkman.so.1' doesn't really exist pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) Am I being clueless again? Where is it getting libworkman.so.1? It should be .so.1.4, shouldn't it? > BTW, get rid of the explicit man page stuff, just listing it under > MAN1 does all that (including conditioning it against NOPORTDOCS). > Any man page you list there no longer goes into PLIST, either. > Yeah, I've already removed it. With the patches to Imakefile it doesn't need any of the other stuff. Once I figure out the problem above, it'll be ready to go. Later, -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 21:13:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id 555FB153A9 for ; Thu, 25 Mar 1999 21:13:50 -0800 (PST) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id WAA01286; Thu, 25 Mar 1999 22:12:47 -0700 (MST) (envelope-from brett@peloton.physics.montana.edu) Date: Thu, 25 Mar 1999 22:12:46 -0700 (MST) From: Brett Taylor To: Jonathon Orbeton Cc: freebsd-ports@FreeBSD.ORG Subject: Re: CVSup and Fetch 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 Hi, On Thu, 25 Mar 1999, Jonathon Orbeton wrote: > fetch: illegal option -- A > usage: fetch [-DHILMNPRTVablmnpqrstv] [-o outputfile] [-S bytes] > [-f file -h host [-c dir] | URL] > Is my fetch dead... No just out of date - you either need to do a make world (or cd /usr/src/usr.bin/fetch && make install after CVSup'ing the source) or for an easier fix go to http://www.freebsd.org/ports/ and grab the correct port_upgrade kit for your system. Then do a pkg_add port_upgrade__.tgz where you fill in the __ with the actual characters to match the version of upgrade you grabbed. Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 21:16:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (Postfix) with ESMTP id 96CAA153A9 for ; Thu, 25 Mar 1999 21:16:39 -0800 (PST) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id WAA01305; Thu, 25 Mar 1999 22:15:23 -0700 (MST) (envelope-from brett@peloton.physics.montana.edu) Date: Thu, 25 Mar 1999 22:15:23 -0700 (MST) From: Brett Taylor To: Steve Price Cc: Jim Mock , Jonathon Orbeton , freebsd-ports@FreeBSD.ORG Subject: Re: CVSup and Fetch 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 Hiya, On Thu, 25 Mar 1999, Steve Price wrote: > On Fri, 26 Mar 1999, Jim Mock wrote: > # Satoshi, Steve, other ports guys.. perhaps this should be in the FAQ > # or handbook? It seems to be asked quite a bit. I can write something > # up if anyone else agrees it should exist and will commit it. > Perhaps even an article in freebsdzine and/or Daemon News? :-) Boy... maybe it is needed. I've personally answered it about 7 times this week it seems. Brett *********************************************************** Brett Taylor brett@peloton.physics.montana.edu * brett@daemonnews.org * * http://www.daemonnews.org/ * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 21:18:40 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 4A43D153A9 for ; Thu, 25 Mar 1999 21:18:39 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id XAA23921; Thu, 25 Mar 1999 23:18:07 -0600 (CST) Date: Thu, 25 Mar 1999 23:18:07 -0600 (CST) From: Steve Price To: Jim Mock Cc: Chuck Robey , ports@FreeBSD.ORG Subject: Re: Makefile help In-Reply-To: <19990326160124.A89238@corp.au.triax.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 26 Mar 1999, Jim Mock wrote: # Already have =P Even though it's now installing and playing nice with # the X prefix, make deinstall is trying to remove # /usr/X11R6/lib/libworkman.so.1 but it's not specified in the PLIST. # Here's the relevant part of PLIST.. # # lib/libworkman.so # lib/libworkman.so.1.4 # # And here's the relevant part during make install.. # # installing in ./libworkman... # + /usr/bin/install -c -m 0755 libworkman.so.1.4.1 /usr/X11R6/lib/libworkman.so.1.4 # + rm -f /usr/X11R6/lib/libworkman.so # + ln -s libworkman.so.1.4 /usr/X11R6/lib/libworkman.so # # And here's what happens on make deinstall.. # # ===> Deinstalling for ascd-0.10.1 # pkg_delete: file `/usr/X11R6/lib/libworkman.so.1' doesn't really exist # pkg_delete: couldn't entirely delete package (perhaps the packing list # is incorrectly specified?) # # Am I being clueless again? Where is it getting libworkman.so.1? It # should be .so.1.4, shouldn't it? No. ELF libraries only have a single digit (major version). The '.4' is stripped by bsd.port.mk on an ELF system. # > BTW, get rid of the explicit man page stuff, just listing it under # > MAN1 does all that (including conditioning it against NOPORTDOCS). # > Any man page you list there no longer goes into PLIST, either. # > # # Yeah, I've already removed it. With the patches to Imakefile it # doesn't need any of the other stuff. Once I figure out the problem # above, it'll be ready to go. Actually this is not quite right. With USE_IMAKE=yes the manpages are assumed to be compressed. However, if you install the manpage from a 'do-install' target as you have done, you must either compress it yourself or set 'MANCOMPRESSED=no'. If you remove the do-install target then just putting it in MANx is sufficient as Chuck said. Manpages should very rarely ever be put in pkg/PLIST anymore. # Later, # # -- # Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD # work: Triax Internet Services http://www.triax.com/ / \ The # personal: http://www.triax.com/~jim/ \_,--._/ Power To # The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 21:36:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from corp.au.triax.com (slwag2p20.ozemail.com.au [203.108.157.68]) by hub.freebsd.org (Postfix) with ESMTP id B18D7154D6 for ; Thu, 25 Mar 1999 21:36:49 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id QAA02186; Fri, 26 Mar 1999 16:36:01 +1100 (EST) Date: Fri, 26 Mar 1999 16:36:01 +1100 From: Jim Mock To: Brett Taylor Cc: Steve Price , Jonathon Orbeton , freebsd-ports@FreeBSD.ORG Subject: Re: CVSup and Fetch Message-ID: <19990326163601.D89238@corp.au.triax.com> Reply-To: jim@corp.au.triax.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.1i In-Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 25 Mar 1999 at 22:15:23 -0700, Brett Taylor wrote: > Hiya, > > On Thu, 25 Mar 1999, Steve Price wrote: > > On Fri, 26 Mar 1999, Jim Mock wrote: > > # Satoshi, Steve, other ports guys.. perhaps this should be in > > # the FAQ or handbook? It seems to be asked quite a bit. I can > > # write something up if anyone else agrees it should exist and > > # will commit it. > > > Perhaps even an article in freebsdzine and/or Daemon News? :-) > > Boy... maybe it is needed. I've personally answered it about 7 > times this week it seems. > Ditto here. I'll try to come up with something for the docs and I'll try do next month's (May) editorial in the 'zine on it.. I gotta worry about getting this month's issue out first ;) I can send it to you for Daemon News if you want it.. up to you. =) Later, -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 21:45:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from corp.au.triax.com (slwag2p20.ozemail.com.au [203.108.157.68]) by hub.freebsd.org (Postfix) with ESMTP id 68F3314F2C for ; Thu, 25 Mar 1999 21:45:42 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id QAA03668; Fri, 26 Mar 1999 16:45:04 +1100 (EST) Date: Fri, 26 Mar 1999 16:45:04 +1100 From: Jim Mock To: Steve Price Cc: Chuck Robey , ports@FreeBSD.ORG Subject: Re: Makefile help Message-ID: <19990326164503.E89238@corp.au.triax.com> Reply-To: jim@corp.au.triax.com References: <19990326160124.A89238@corp.au.triax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.1i In-Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 25 Mar 1999 at 23:18:07 -0600, Steve Price wrote: > On Fri, 26 Mar 1999, Jim Mock wrote: > # Already have =P Even though it's now installing and playing nice > # with the X prefix, make deinstall is trying to remove > # /usr/X11R6/lib/libworkman.so.1 but it's not specified in the > # PLIST. > # Here's the relevant part of PLIST.. > # > # lib/libworkman.so > # lib/libworkman.so.1.4 > # > # And here's the relevant part during make install.. > # > # installing in ./libworkman... > # + /usr/bin/install -c -m 0755 libworkman.so.1.4.1 /usr/X11R6/lib/libworkman.so.1.4 > # + rm -f /usr/X11R6/lib/libworkman.so > # + ln -s libworkman.so.1.4 /usr/X11R6/lib/libworkman.so > # > # And here's what happens on make deinstall.. > # > # ===> Deinstalling for ascd-0.10.1 > # pkg_delete: file `/usr/X11R6/lib/libworkman.so.1' doesn't really exist > # pkg_delete: couldn't entirely delete package (perhaps the packing list > # is incorrectly specified?) > # > # Am I being clueless again? Where is it getting libworkman.so.1? > # It should be .so.1.4, shouldn't it? > > No. ELF libraries only have a single digit (major version). The > '.4' is stripped by bsd.port.mk on an ELF system. > Hmmm. The filename in /usr/X11R6/lib is actually libworkman.so.1.4 though. So how do I go about making it be .so.1? I'm running 3.1-RELEASE upgraded from 2.2.8 through the binary upgrade with /stand/sysinstall. I didn't have the drive space to cvsup and make world. > # > BTW, get rid of the explicit man page stuff, just listing it > # > under MAN1 does all that (including conditioning it against > # > NOPORTDOCS). Any man page you list there no longer goes into > # > PLIST, either. > # > > # > # Yeah, I've already removed it. With the patches to Imakefile it > # doesn't need any of the other stuff. Once I figure out the > # problem above, it'll be ready to go. > > Actually this is not quite right. With USE_IMAKE=yes the manpages > are assumed to be compressed. However, if you install the manpage > from a 'do-install' target as you have done, you must either > compress it yourself or set 'MANCOMPRESSED=no'. If you remove the > do-install target then just putting it in MANx is sufficient as > Chuck said. That's what I did. There is no do-install in the Makefile anymore.. just MAN1= ascd.1. > Manpages should very rarely ever be put in pkg/PLIST anymore. > Yeah, they're not. That part I already knew =) -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 21:47:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 791E014F2C for ; Thu, 25 Mar 1999 21:47:56 -0800 (PST) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.8.5) with ESMTP id AAA23929; Fri, 26 Mar 1999 00:46:11 -0500 (EST) Date: Fri, 26 Mar 1999 00:46:11 -0500 (EST) From: Chuck Robey To: Jim Mock Cc: ports@FreeBSD.ORG Subject: Re: Makefile help In-Reply-To: <19990326160124.A89238@corp.au.triax.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 26 Mar 1999, Jim Mock wrote: > > Everyone's allowed to make every mistake ONCE. Go find another > > mistake to make (that one is now taken!) > > > > Already have =P Even though it's now installing and playing nice with > the X prefix, make deinstall is trying to remove > /usr/X11R6/lib/libworkman.so.1 but it's not specified in the PLIST. > Here's the relevant part of PLIST.. > > lib/libworkman.so > lib/libworkman.so.1.4 It's a new elf world out there, friend, and elf libs have only ONE version number. Install a lib/libworkman.so.1 and change your PLIST. bsd.port.mk, if it detects an elf system (and you're in elf mode, as defined by objformat) then it will auto-truncate the lib name. If you're installing a lib/libworkman.so.1.4, that's a boo-boo. These are good questions, and you asking them is (hopefully, I'm an optimist) stopping someone else who IS clueless but WON'T ask, from turning in a hopelessly damaged port. You wouldn't believe the kind of stuff some folks turn in. Point of quality control: Your port should: 1) install without errors 2) make package without errors 3) make deinstall without errors, and then 4) portlint without errors. Follow those rules, and you'll actually have trouble turning in a bad port. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run picnic (FreeBSD-current) (301) 220-2114 | and jaunt (Solaris7). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 21:49:34 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 172DC14F2C for ; Thu, 25 Mar 1999 21:49:31 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id XAA14698; Thu, 25 Mar 1999 23:49:02 -0600 (CST) Date: Thu, 25 Mar 1999 23:49:02 -0600 (CST) From: Steve Price To: Jim Mock Cc: Chuck Robey , ports@FreeBSD.ORG Subject: Re: Makefile help In-Reply-To: <19990326164503.E89238@corp.au.triax.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 26 Mar 1999, Jim Mock wrote: # > No. ELF libraries only have a single digit (major version). The # > '.4' is stripped by bsd.port.mk on an ELF system. # > # # Hmmm. The filename in /usr/X11R6/lib is actually libworkman.so.1.4 # though. So how do I go about making it be .so.1? It should be .so.1 unless the Imakefile works around the ELF library rules in the X11R6 config files. Can you send me a copy of the Imakefile? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 21:58: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 70AF014E2E; Thu, 25 Mar 1999 21:58:29 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA96821; Thu, 25 Mar 1999 21:58:11 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Date: Thu, 25 Mar 1999 21:58:11 -0800 (PST) From: Message-Id: <199903260558.VAA96821@freefall.freebsd.org> To: chris@calldei.com, jkoshy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10458 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: fconv: Converts Mac/DOS text files to/from *IX text files State-Changed-From-To: open->closed State-Changed-By: jkoshy State-Changed-When: Thu Mar 25 21:57:47 PST 1999 State-Changed-Why: Requested by submitter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 25 23: 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 C1036151B4 for ; Thu, 25 Mar 1999 23:00:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA99821; Thu, 25 Mar 1999 23:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from corp.au.triax.com (slwag2p20.ozemail.com.au [203.108.157.68]) by hub.freebsd.org (Postfix) with ESMTP id CEFCA151B4 for ; Thu, 25 Mar 1999 22:56:21 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id RAA13561; Fri, 26 Mar 1999 17:56:03 +1100 (EST) Message-Id: <199903260656.RAA13561@corp.au.triax.com> Date: Fri, 26 Mar 1999 17:56:03 +1100 (EST) From: jim@phrantic.phear.net Reply-To: jim@corp.au.triax.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10797: update port: ascd-0.9.3 to 0.10.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10797 >Category: ports >Synopsis: update port: ascd-0.9.3 to 0.10.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: Thu Mar 25 23:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Patch updates the ascd port from 0.9.3 to 0.10.1. >How-To-Repeat: >Fix: Apply the following patch.. diff -ruN ascd/Makefile ascd-0.10.1/Makefile --- ascd/Makefile Mon Mar 22 12:13:50 1999 +++ ascd-0.10.1/Makefile Fri Mar 26 15:03:31 1999 @@ -1,14 +1,16 @@ # New ports collection makefile for: ascd -# Version required: 0.9.3 +# Version required: 0.10.1 # Date created: 29 November 1998 # Whom: Jim Mock # # $Id: Makefile,v 1.6 1999/03/08 20:06:04 fenner Exp $ # -DISTNAME= ascd-0.9.3 +DISTNAME= ascd-0.10.1+lib +PKGNAME= ascd-0.10.1 CATEGORIES= audio afterstep windowmaker MASTER_SITES= http://worldserver.oleane.com/rsn/Archives/ +EXTRACT_SUFX= .tgz MAINTAINER= jim@phrantic.phear.net @@ -16,18 +18,5 @@ USE_IMAKE= yes MAN1= ascd.1 - -do-build: - (cd ${WRKSRC} && make) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ascd/ascd ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ascd/ascd.man \ - ${PREFIX}/man/man1/ascd.1 - ${GZIP_CMD} ${PREFIX}/man/man1/ascd.1 -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/ascd - ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/ascd -.endif .include diff -ruN ascd/files/md5 ascd-0.10.1/files/md5 --- ascd/files/md5 Mon Mar 22 12:13:49 1999 +++ ascd-0.10.1/files/md5 Fri Mar 26 11:05:37 1999 @@ -1 +1 @@ -MD5 (ascd-0.9.3.tar.gz) = 4a2e36d07bf6e1ccfb1b1cf0c31d58c2 +MD5 (ascd-0.10.1+lib.tgz) = 3b1984002cb5c9a76b7ead45b8692fdd diff -ruN ascd/patches/patch-aa ascd-0.10.1/patches/patch-aa --- ascd/patches/patch-aa Thu Jan 1 10:00:00 1970 +++ ascd-0.10.1/patches/patch-aa Fri Mar 26 12:47:20 1999 @@ -0,0 +1,11 @@ +--- libworkman/wm_helpers.c.orig Fri Mar 26 12:46:21 1999 ++++ libworkman/wm_helpers.c Fri Mar 26 12:46:34 1999 +@@ -30,7 +30,7 @@ + + #include + #include +-#include ++#include + #include + #include + #include diff -ruN ascd/patches/patch-ab ascd-0.10.1/patches/patch-ab --- ascd/patches/patch-ab Thu Jan 1 10:00:00 1970 +++ ascd-0.10.1/patches/patch-ab Fri Mar 26 12:50:42 1999 @@ -0,0 +1,11 @@ +--- ascd-0.10.1/ext.h.orig Fri Mar 26 12:48:18 1999 ++++ ascd-0.10.1/ext.h Fri Mar 26 12:50:22 1999 +@@ -19,7 +19,7 @@ + #include "config.h" + + #include "ascd.h" +-#include ++#include <../libworkman/include/workman.h> + + #ifdef MIXER + # if defined (__FreeBSD__) diff -ruN ascd/patches/patch-ac ascd-0.10.1/patches/patch-ac --- ascd/patches/patch-ac Thu Jan 1 10:00:00 1970 +++ ascd-0.10.1/patches/patch-ac Fri Mar 26 12:56:04 1999 @@ -0,0 +1,45 @@ +--- ascd-0.10.1/ascd.c.orig Fri Mar 26 12:51:21 1999 ++++ ascd-0.10.1/ascd.c Fri Mar 26 12:55:25 1999 +@@ -54,7 +54,7 @@ + #include "config.h" + + #include "ascd.h" +-#include ++#include <../libworkman/include/workman.h> + + #ifdef MIXER + # if defined (__FreeBSD__) +@@ -1319,9 +1319,9 @@ + int Ret; + + +-#include "pixmaps/default/alpha.xpm" +-#include "pixmaps/default/led.xpm" +-#include "pixmaps/default/bar.xpm" ++#include "pixmaps/base/alpha.xpm" ++#include "pixmaps/base/led.xpm" ++#include "pixmaps/base/bar.xpm" + + /* the displays: */ + +@@ -1359,13 +1359,13 @@ + + /* The pixmap definition files: */ + +-#include "pixmaps/default/back.xpm" +-#include "pixmaps/default/eject.xpm" +-#include "pixmaps/default/fwd.xpm" +-#include "pixmaps/default/pause.xpm" +-#include "pixmaps/default/play.xpm" +-#include "pixmaps/default/rew.xpm" +-#include "pixmaps/default/stop.xpm" ++#include "pixmaps/base/back.xpm" ++#include "pixmaps/base/eject.xpm" ++#include "pixmaps/base/fwd.xpm" ++#include "pixmaps/base/pause.xpm" ++#include "pixmaps/base/play.xpm" ++#include "pixmaps/base/rew.xpm" ++#include "pixmaps/base/stop.xpm" + + XGetWindowAttributes(Disp,Root,&Attributes); + diff -ruN ascd/patches/patch-ad ascd-0.10.1/patches/patch-ad --- ascd/patches/patch-ad Thu Jan 1 10:00:00 1970 +++ ascd-0.10.1/patches/patch-ad Fri Mar 26 15:08:18 1999 @@ -0,0 +1,17 @@ +--- ascd-0.10.1/Imakefile.orig Fri Mar 19 23:53:35 1999 ++++ ascd-0.10.1/Imakefile Fri Mar 26 15:07:34 1999 +@@ -1,10 +1,10 @@ + #include "config.h" + + NAME = ascd +-BINDIR = /usr/local/bin +-LIBDIR = /usr/local/lib +-MANDIR = /usr/local/man/man1 +-MOREFLAGS = -I/usr/local/include -I. ++BINDIR = /usr/X11R6/bin ++LIBDIR = /usr/X11R6/lib ++MANDIR = /usr/X11R6/man/man1 ++MOREFLAGS = -I/usr/X11R6/include -I. + CCOPTIONS = $(MOREFLAGS) + SYS_LIBRARIES = $(XLIB) -lXpm + diff -ruN ascd/patches/patch-ae ascd-0.10.1/patches/patch-ae --- ascd/patches/patch-ae Thu Jan 1 10:00:00 1970 +++ ascd-0.10.1/patches/patch-ae Fri Mar 26 15:23:12 1999 @@ -0,0 +1,22 @@ +--- libworkman/Config.orig Fri Mar 26 15:22:15 1999 ++++ libworkman/Config Fri Mar 26 15:22:36 1999 +@@ -33,16 +33,16 @@ + XCOMM ------------------------------------------------------------------- + XCOMM Directory Prefix + XCOMM ------------------------------------------------------------------- +-DESTDIR=/usr/local/ ++DESTDIR=/usr/X11R6/ + + XCOMM ------------------------------------------------------------------- + XCOMM LibWorkMan include file target relative to DSTDIR + XCOMM ------------------------------------------------------------------- +-WMINCDIR=/usr/local/include/workman ++WMINCDIR=/usr/X11R6/include/workman + + + + XCOMM ------------------------------------------------------------------- + #define SHARED_LIBWORKMAN +-LIBDIR=/usr/local/lib ++LIBDIR=/usr/X11R6/lib + diff -ruN ascd/patches/patch-af ascd-0.10.1/patches/patch-af --- ascd/patches/patch-af Thu Jan 1 10:00:00 1970 +++ ascd-0.10.1/patches/patch-af Fri Mar 26 15:51:09 1999 @@ -0,0 +1,22 @@ +--- config.lib.orig Fri Mar 26 15:50:07 1999 ++++ config.lib Fri Mar 26 15:50:30 1999 +@@ -33,16 +33,16 @@ + XCOMM ------------------------------------------------------------------- + XCOMM Directory Prefix + XCOMM ------------------------------------------------------------------- +-DESTDIR=/usr/local/ ++DESTDIR=/usr/X11R6/ + + XCOMM ------------------------------------------------------------------- + XCOMM LibWorkMan include file target relative to DSTDIR + XCOMM ------------------------------------------------------------------- +-WMINCDIR=/usr/local/include/workman ++WMINCDIR=/usr/X11R6/include/workman + + + + XCOMM ------------------------------------------------------------------- + #define SHARED_LIBWORKMAN +-LIBDIR=/usr/local/lib ++LIBDIR=/usr/X11R6/lib + diff -ruN ascd/patches/patch-ag ascd-0.10.1/patches/patch-ag --- ascd/patches/patch-ag Thu Jan 1 10:00:00 1970 +++ ascd-0.10.1/patches/patch-ag Fri Mar 26 17:19:49 1999 @@ -0,0 +1,11 @@ +--- libworkman/Imakefile.orig Fri Mar 26 17:16:57 1999 ++++ libworkman/Imakefile Fri Mar 26 17:18:28 1999 +@@ -31,7 +31,7 @@ + + #include "include/wm_version.h" + +-WM_LIBVER=WM_LIBVER_MAJOR.WM_LIBVER_MINOR.WM_LIBVER_PL ++WM_LIBVER=WM_LIBVER_MAJOR.WM_LIBVER_MINOR + + SRCS = cdrom.c cdinfo.c plat_freebsd.c plat_sun.c plat_hpux.c \ + plat_ultrix.c plat_news.c plat_bsd386.c plat_osf1.c plat_linux.c \ diff -ruN ascd/pkg/PLIST ascd-0.10.1/pkg/PLIST --- ascd/pkg/PLIST Mon Mar 22 12:13:50 1999 +++ ascd-0.10.1/pkg/PLIST Fri Mar 26 16:39:46 1999 @@ -1,3 +1,17 @@ bin/ascd -share/doc/ascd/README -@dirrm share/doc/ascd +lib/libworkman.so +lib/libworkman.so.1 +include/workman/wm_cdda.h +include/workman/wm_cdinfo.h +include/workman/wm_cdrom.h +include/workman/wm_config.h +include/workman/wm_database.h +include/workman/wm_helpers.h +include/workman/wm_index.h +include/workman/wm_platform.h +include/workman/wm_scsi.h +include/workman/wm_struct.h +include/workman/wm_version.h +include/workman/workman.h +include/workman/workman_defs.h +@dirrm include/workman >Release-Note: >Audit-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 Mar 25 23:51:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from poseidon.student.umd.edu (poseidon.student.umd.edu [129.2.179.31]) by hub.freebsd.org (Postfix) with ESMTP id 90C3115448 for ; Thu, 25 Mar 1999 23:51:23 -0800 (PST) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (localhost [127.0.0.1]) by poseidon.student.umd.edu (8.9.2/8.9.2) with ESMTP id CAA02320 for ; Fri, 26 Mar 1999 02:51:03 -0500 (EST) (envelope-from bfoz@glue.umd.edu) Message-ID: <36FB3C65.2ECACFA6@glue.umd.edu> Date: Fri, 26 Mar 1999 02:51:01 -0500 From: Brandon Fosdick X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 3.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: GDM and crypt.h 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 get gdm to work on my 3.1-C box and it says that it can't find crypt.h. I can't find it either. What do I need to install to get this file? Thanks, Brandon bfoz@glue.umd.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 0: 0:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 2FB871512F for ; Fri, 26 Mar 1999 00:00:44 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from bubble.didi.com (sji-ca4-40.ix.netcom.com [205.186.212.168]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id AAA05856; Fri, 26 Mar 1999 00:00:21 -0800 (PST) Received: (from asami@localhost) by bubble.didi.com (8.9.2/8.8.8) id AAA01466; Fri, 26 Mar 1999 00:00:10 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Date: Fri, 26 Mar 1999 00:00:10 -0800 (PST) Message-Id: <199903260800.AAA01466@bubble.didi.com> X-Authentication-Warning: bubble.didi.com: asami set sender to asami@cs.berkeley.edu using -f To: sprice@hiwaay.net Cc: jim@corp.au.triax.com, ports@FreeBSD.ORG In-reply-to: (message from Steve Price on Thu, 25 Mar 1999 21:44:54 -0600 (CST)) Subject: Re: Makefile help From: asami@FreeBSD.ORG (Satoshi Asami) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org By the way, Jim, I recommend you go check out the handbook. Most of the common questions are answered there. (I think it makes a pretty good reading too. :) * From: Steve Price * The test in ports/Mk/bsd.port.mk is '.if defined(USE_X_PREFIX)' so * you need to un-define it for that to work. But it's implied by USE_IMAKE in bsd.port.mk so you can't undef USE_X_PREFIX. * One way (though you didn't here it from me :) is to add a line like * * PREFIX= ${LOCALBASE} No you definitely didn't! ;) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 0:18: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from corp.au.triax.com (slwag2p20.ozemail.com.au [203.108.157.68]) by hub.freebsd.org (Postfix) with ESMTP id 83B0414CF7; Fri, 26 Mar 1999 00:17:55 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id TAA14099; Fri, 26 Mar 1999 19:17:37 +1100 (EST) Date: Fri, 26 Mar 1999 19:17:36 +1100 From: Jim Mock To: Satoshi Asami Cc: sprice@hiwaay.net, ports@FreeBSD.ORG Subject: Re: Makefile help Message-ID: <19990326191736.A14002@corp.au.triax.com> Reply-To: jim@corp.au.triax.com References: <199903260800.AAA01466@bubble.didi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.1i In-Reply-To: <199903260800.AAA01466@bubble.didi.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 26 Mar 1999 at 00:00:10 -0800, Satoshi Asami wrote: > By the way, Jim, I recommend you go check out the handbook. Most > of the common questions are answered there. (I think it makes a > pretty good reading too. :) > I did.. it was irrelevant to my problem though (as I found after screwing with it some more and the tip from Steve to look at the Imakefile). I submitted the finished product about an hour and half ago. What it came down to was I was trying fix the problem where the problem didn't lie. It's ports/10797 if you want to take a look at it. Later, -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 1:12:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 7C9FA150B2 for ; Fri, 26 Mar 1999 01:12:17 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca4-40.ix.netcom.com [205.186.212.168]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id BAA05924; Fri, 26 Mar 1999 01:11:59 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id BAA07193; Fri, 26 Mar 1999 01:11:50 -0800 (PST) Date: Fri, 26 Mar 1999 01:11:50 -0800 (PST) Message-Id: <199903260911.BAA07193@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: jim@corp.au.triax.com Cc: sprice@hiwaay.net, ports@FreeBSD.ORG In-reply-to: <19990326191736.A14002@corp.au.triax.com> (message from Jim Mock on Fri, 26 Mar 1999 19:17:36 +1100) Subject: Re: Makefile help From: asami@FreeBSD.ORG (Satoshi Asami) References: <199903260800.AAA01466@bubble.didi.com> <19990326191736.A14002@corp.au.triax.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Jim Mock * > By the way, Jim, I recommend you go check out the handbook. Most * I did.. it was irrelevant to my problem though (as I found after I was talking about the ELF part. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 1:42: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 C3689153D9; Fri, 26 Mar 1999 01:42:24 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA09698; Fri, 26 Mar 1999 01:42:06 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Fri, 26 Mar 1999 01:42:06 -0800 (PST) From: Message-Id: <199903260942.BAA09698@freefall.freebsd.org> To: mharo@area51.fremont.ca.us, dirk@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10768 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: security/bjorb State-Changed-From-To: open->closed State-Changed-By: dirk State-Changed-When: Fri Mar 26 01:41:41 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 Mar 26 3:56:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from corp.au.triax.com (slwag2p20.ozemail.com.au [203.108.157.68]) by hub.freebsd.org (Postfix) with ESMTP id 865E314F7F; Fri, 26 Mar 1999 03:56:41 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id WAA15724; Fri, 26 Mar 1999 22:56:28 +1100 (EST) Date: Fri, 26 Mar 1999 22:56:27 +1100 From: Jim Mock To: advocacy@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: GAIM images Message-ID: <19990326225627.A15666@corp.au.triax.com> Reply-To: jim@corp.au.triax.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I wasn't sure where this should go, but I'd like to get the opinions of both lists, which is the reason for the cross-post.. I'm currently working on a port of GAIM, which is a gtk+ version the AOL Instant Messenger. The only problem is that the original image is definetly Linux oriented.. http://www.triax.com/~jim/gaim/logo.jpg and I don't really want to use that image in the port since it's for FreeBSD. I decided to make my own (it could definetly use some work) to replace that image when I finish the port. My version is at http://www.triax.com/~jim/gaim/jim-logo.jpg What I want to know is if anyone has any objections or if there are any problems with using something like that.. basically it's just my way of showing that it runs on FreeBSD too, though that might not be the best way to do it ;) If anyone has any ideas for improvements or if someone less graphically challenged can come up with something better looking I'd be appreciative. Btw, I got the beastie image from the FreeBSD Mall's advocacy section. I don't know if Susannah Coleman read this list (I know Chris does though), but I've gotta say those images rock. Later, -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 5: 3:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from istari.home.net (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (Postfix) with ESMTP id 204D814F8E for ; Fri, 26 Mar 1999 05:03:25 -0800 (PST) (envelope-from sjr@home.net) Received: (from sjr@localhost) by istari.home.net (8.9.3/8.9.3) id IAA19553; Fri, 26 Mar 1999 08:02:26 -0500 (EST) (envelope-from sjr) Message-Id: <199903261302.IAA19553@istari.home.net> Date: Fri, 26 Mar 1999 08:02:26 -0500 (EST) From: "Stephen J. Roznowski" Subject: Re: CVSup and Fetch To: jim@corp.au.triax.com Cc: jorbeton@pilot.net, freebsd-ports@FreeBSD.ORG In-Reply-To: <19990326145748.B79699@corp.au.triax.com> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 26 Mar, Jim Mock wrote: > On Thu, 25 Mar 1999 at 19:52:20 -0800, Jonathon Orbeton wrote: >> Hi: >> >> I used CVSup to get the latest ports and everything seemed to work >> fine, however when I /usr/ports/www/apache13-ssl/make fetch goes: >> >> Attempting to fetch from ftp://galileo.galilei.com/pub/apache/. >> fetch: illegal option -- A >> usage: fetch [-DHILMNPRTVablmnpqrstv] [-o outputfile] [-S bytes] >> [-f file -h host [-c dir] | URL >Install the upgrade kit from http://www.freebsd.org/ports/ and it'll > fix it. It's a package, so make sure you use pkg_add to install it. > > Satoshi, Steve, other ports guys.. perhaps this should be in the FAQ > or handbook? It seems to be asked quite a bit. I can write something > up if anyone else agrees it should exist and will commit it. Would it be possible to inbed something in the bsd.port.mk file about this? [So when it fails, it says to make sure you have a current upgrade kit or some such] -- Stephen J. Roznowski (sjr@home.net) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 5: 5:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail13.digital.com (mail13.digital.com [192.208.46.30]) by hub.freebsd.org (Postfix) with ESMTP id 2CC0514F7F for ; Fri, 26 Mar 1999 05:05:46 -0800 (PST) (envelope-from garyj@mofo.fkr.dec.com) Received: from cssmuc.fkr.dec.com (cssmuc.fkr.dec.com [16.185.131.161]) by mail13.digital.com (8.9.2/8.9.2/WV2.0e) with SMTP id HAA18545; Fri, 26 Mar 1999 07:56:45 -0500 (EST) Received: from mofo.fkr.dec.com by cssmuc.fkr.dec.com (5.65v4.0/1.1.8.2/14Nov95-0232PM) id AA26632; Fri, 26 Mar 1999 13:56:37 +0100 Received: from mofo.fkr.dec.com (localhost [127.0.0.1]) by mofo.fkr.dec.com (8.9.3/8.8.5) with ESMTP id NAA64431; Fri, 26 Mar 1999 13:55:33 GMT Message-Id: <199903261355.NAA64431@mofo.fkr.dec.com> X-Mailer: exmh version 2.0.2 2/24/98 To: ee840840 Cc: ports@freebsd.org In-Reply-To: Message from ee840840 of Fri, 26 Mar 1999 06:24:35 +0800. Reply-To: garyj@fkr.dec.com Subject: Re: Xemacs20 cant make success Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 26 Mar 1999 13:55:33 +0000 From: Gary Jennejohn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ee840840 writes: > I have surrendered right now. I have check 'fakemail.c' file couple times, > but it seems fine. I dont know to fix it. Can somebody help me. Thanks. > FreeBSD 4.0-CURRENT #0: Wed Mar 24 00:09:36 CST 1999 > ports-cur 2745 this was fixed several days ago. --- Gary Jennejohn (work) garyj@fkr.dec.com (home) garyj@muc.de (play) gj@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 Mar 26 5:30:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mrelay.jrc.it (mrelay.jrc.it [139.191.1.65]) by hub.freebsd.org (Postfix) with ESMTP id 7EB0714E8C; Fri, 26 Mar 1999 05:30:24 -0800 (PST) (envelope-from nick.hibma@jrc.it) Received: from elect8 (elect8.jrc.it [139.191.71.152]) by mrelay.jrc.it (LMC5692) with SMTP id OAA24274; Fri, 26 Mar 1999 14:33:14 +0100 (MET) Date: Fri, 26 Mar 1999 14:30:00 +0100 (MET) From: Nick Hibma X-Sender: n_hibma@elect8 Reply-To: Nick Hibma To: jfitz@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: mSQL 2.0.4.1 port broken. 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 mSQL port is broken, me thinks (in a ports dir cvsupped about ten seconds ago from cvsup.de.f.o). root@elpc36:msql $make >> msql-2.0.4.1.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://sunsite.cnlab-switch.ch/mirror/FreeBSD/distfiles/. fetch: mirror/FreeBSD/distfiles/msql-2.0.4.1.tar.gz: cannot get remote modification time fetch: ftp://sunsite.cnlab-switch.ch/mirror/FreeBSD/distfiles/msql-2.0.4.1.tar.gz: FTP error: fetch: File unavailable (e.g., file not found, no access) >> Attempting to fetch from http://www.hughes.com.au/software/msql2/. fetch: msql-2.0.4.1.tar.gz: www.hughes.com.au: HTTP server returned error code 404 >> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/. fetch: pub/FreeBSD/ports/distfiles/msql-2.0.4.1.tar.gz: cannot get remote modification time fetch: ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/msql-2.0.4.1.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 Reason: The website http://www.hughes.com.au has been redesigned and you now need login and password if you want to download the software. And I think the license has changed as well after 2.0.4.1 to a more strict commercial one. You can use it, but you must strictly be a not for profit and non-government organisation. Pitty. Nick -- ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 5:49:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 493C714C10 for ; Fri, 26 Mar 1999 05:49:43 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca4-40.ix.netcom.com [205.186.212.168]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id FAA06188; Fri, 26 Mar 1999 05:49:14 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id FAA18790; Fri, 26 Mar 1999 05:48:50 -0800 (PST) Date: Fri, 26 Mar 1999 05:48:50 -0800 (PST) Message-Id: <199903261348.FAA18790@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: sjr@home.net Cc: jim@corp.au.triax.com, jorbeton@pilot.net, freebsd-ports@FreeBSD.ORG In-reply-to: <199903261302.IAA19553@istari.home.net> (sjr@home.net) Subject: Re: CVSup and Fetch From: asami@FreeBSD.ORG (Satoshi Asami) References: <199903261302.IAA19553@istari.home.net> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "Stephen J. Roznowski" * Would it be possible to inbed something in the bsd.port.mk file about * this? [So when it fails, it says to make sure you have a current upgrade * kit or some such] I've been thinking about it for quite awhile. :) How about something like this? A file (/var/db/pkg/VERSION) records the "version" of the system. The "version" is a number derived by concatenating the year/month/date -- so it's "19990326" today. If the "version" is too old, bsd.port.mk refuses to do anything. bsd.port.mk has a variable that contains the required version. When I know there is an incompatible update, I'll change the BSDPORTMKVERSION line. There are a couple ways to update the version file. An upgrade kit will of course fix it. Also, a "make world" will change it from within src/share/mk/Makefile. This will be the date of the install, not the date of the source, so it's actually possible that people can still trip over by doing a new install on an old source tree...but the alternative will be to encode something inside the source tree, which I do not want to start doing again. Sample patch follows. You can see the change to 31upgrade/Makefile too. 31upgrade/pkg/INSTALL just does a echo %%VERSION%% > /var/db/pkg/VERSION Satoshi P.S. Credit goes to billf for some of the ideas. === Index: src/share/mk/Makefile =================================================================== RCS file: /usr/cvs/src/share/mk/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 1998/11/11 05:21:26 1.21 +++ Makefile 1999/03/26 13:15:43 @@ -13,4 +13,7 @@ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FILES} \ ${DESTDIR}${BINDIR}/mk +afterinstall: + date '+%Y%m%d' > /var/db/pkg/VERSION + .include Index: ports/Mk/bsd.port.mk =================================================================== RCS file: /usr/cvs/ports/Mk/bsd.port.mk,v retrieving revision 1.307 diff -u -r1.307 bsd.port.mk --- bsd.port.mk 1999/03/09 11:27:34 1.307 +++ bsd.port.mk 1999/03/26 13:29:35 @@ -1134,6 +1128,8 @@ # Don't build a port on an ELF machine if it's broken for ELF. # # Don't build a port if it's broken. +# +# Don't build a port if the system is too old. ################################################################ OLDSYSTCL!= ${ECHO} /usr/include/tcl.h /usr/lib/libtcl??.so.*.* @@ -1153,6 +1149,18 @@ .endfor .endif +# You need an upgrade kit or make world newer than this +BSDPORTMKVERSION= 19990326 +VERSIONFILE= ${PKG_DBDIR}/VERSION +.if exists(${VERSIONFILE}) +SYSTEMVERSION!= cat ${VERSIONFILE} +.else +SYSTEMVERSION= 0 +.endif +.if ${BSDPORTMKVERSION} > ${SYSTEMVERSION} +IGNORE= ": Your system is too old. You need a fresh make world or an upgrade kit. Please go to http://www.freebsd.org/ports/ or a mirror site and follow the instructions" +.endif + .if defined(ONLY_FOR_ARCHS) .for __ARCH in ${ONLY_FOR_ARCHS} .if ${MACHINE_ARCH:M${__ARCH}} != "" Index: ports/misc/31upgrade/Makefile =================================================================== RCS file: /usr/cvs/ports/misc/31upgrade/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/03/10 22:10:51 1.3 +++ Makefile 1999/03/26 13:35:49 @@ -22,6 +22,10 @@ NO_MTREE= yes PREFIX= / NO_BUILD= yes -NO_INSTALL= yes +PKGINSTALL= ${WRKDIR}/INSTALL + +do-install: + ${SED} -e "s/%%VERSION%%/${BSDPORTMKVERSION}/" ${PKGDIR}/INSTALL \ + > ${PKGINSTALL} .include To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 7: 0: 0 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 C373115044; Fri, 26 Mar 1999 06:59:47 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id IAA10685; Fri, 26 Mar 1999 08:59:27 -0600 (CST) Date: Fri, 26 Mar 1999 08:59:27 -0600 (CST) From: Steve Price To: Satoshi Asami Cc: jim@corp.au.triax.com, ports@FreeBSD.ORG Subject: Re: Makefile help In-Reply-To: <199903260800.AAA01466@bubble.didi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 26 Mar 1999, Satoshi Asami wrote: # By the way, Jim, I recommend you go check out the handbook. Most of # the common questions are answered there. (I think it makes a pretty # good reading too. :) # # * From: Steve Price # # * The test in ports/Mk/bsd.port.mk is '.if defined(USE_X_PREFIX)' so # * you need to un-define it for that to work. # # But it's implied by USE_IMAKE in bsd.port.mk so you can't undef # USE_X_PREFIX. Exactly my point. Since you can't undefine it, you must either fix the problem (which in this case was in the Imakefile) or *shudder* you doing something ugly like what I mentioned below. Of course, then you face the wraith of Satoshi. :) # * One way (though you didn't here it from me :) is to add a line like # * # * PREFIX= ${LOCALBASE} # # No you definitely didn't! ;) # # Satoshi # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 7:20: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 1755F15145 for ; Fri, 26 Mar 1999 07:20:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA74149; Fri, 26 Mar 1999 07:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from hurricane.phys.psu.edu (hurricane.phys.psu.edu [128.118.49.42]) by hub.freebsd.org (Postfix) with ESMTP id 393A615021 for ; Fri, 26 Mar 1999 07:16:21 -0800 (PST) (envelope-from tenser@hurricane.phys.psu.edu) Received: by hurricane.phys.psu.edu (VMailer, from userid 1000) id 526DC5B0B; Fri, 26 Mar 1999 10:16:00 -0500 (EST) Message-Id: <19990326151600.526DC5B0B@hurricane.phys.psu.edu> Date: Fri, 26 Mar 1999 10:16:00 -0500 (EST) From: tenser@hurricane.phys.psu.edu Reply-To: tenser@hurricane.phys.psu.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10801: ports update, swi-pl. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10801 >Category: ports >Synopsis: An update of the swi-pl port follows. >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 Mar 26 07:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dan Cross >Release: FreeBSD 2.2.7-RELEASE i386 >Organization: Penn State University >Environment: This port has been verified to work on both 2.2.7-RELEASE and 3.0-RELEASE. I'm sorry, but I don't have a 3.1-RELEASE or -STABLE system to work with at the moment. :-( However, I don't see why it shouldn't work on 3.1... >Description: The old SWI-Prolog port was rather dated (being relative to version 2.8.3). This is an update of that port to the current release, 3.2.5. I tried to email Michael Butschky to okay this with him, but that address bounced... Anyway, I updated the ``maintainer'' info in the Makefile to point to me, but I'm really not sure that that's appropriate; if Michael could be located, he should probably remain the maintainer. >How-To-Repeat: This configures and builds correctly. It also fixes some bugs with the old port, which preventing it from registering correctly without minor tweaks. >Fix: diff -ruN swi-pl.old/Makefile swi-pl/Makefile --- swi-pl.old/Makefile Fri Mar 26 10:08:34 1999 +++ swi-pl/Makefile Fri Mar 26 10:07:45 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: SWI-Prolog -# Version required: 2.8.6 -# Date created: 10 August 1996 -# Whom: Michael Butschky +# Version required: 3.2.5 +# Date created: 26 March 1999 +# Whom: Dan Cross # # $Id: Makefile,v 1.14 1999/03/11 21:47:12 scrappy Exp $ # -DISTNAME= pl-2.8.6 -PKGNAME= swi-pl-2.8.6 +DISTNAME= pl-3.2.5 +PKGNAME= swi-pl-3.2.5 CATEGORIES= lang MASTER_SITES= ftp://swi.psy.uva.nl/pub/SWI-Prolog/ @@ -17,14 +17,14 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes -CONFIGURE_TARGET= ${MACHINE_ARCH}-freebsd +CONFIGURE_ARGS= --host=${ARCH}-freebsd STRIP= MAKE_FLAGS+= CIFLAGS=-DRTLD_LAZY -f -MAN1= pl.1 chpl.1 plld.1 +MAN1= pl.1 plrc.1 plld.1 post-install: -.for f in pl pl-bite chpl - @strip ${PREFIX}/lib/${DISTNAME}/bin/i386-freebsd/$f +.for f in pl pl-bite plld plrc + @strip ${PREFIX}/lib/${DISTNAME}/bin/${ARCH}-freebsd/$f .endfor .include diff -ruN swi-pl.old/files/md5 swi-pl/files/md5 --- swi-pl.old/files/md5 Sat May 17 08:24:33 1997 +++ swi-pl/files/md5 Tue Mar 23 14:52:43 1999 @@ -1 +1 @@ -MD5 (pl-2.8.6.tar.gz) = 19b82e8147fd049b233a558633bf1756 +MD5 (pl-3.2.5.tar.gz) = 315d054d9da17db525ec9bb844b9e80c diff -ruN swi-pl.old/patches/patch-aa swi-pl/patches/patch-aa --- swi-pl.old/patches/patch-aa Sat May 17 08:24:34 1997 +++ swi-pl/patches/patch-aa Tue Mar 23 15:03:27 1999 @@ -1,11 +1,27 @@ ---- Makefile.in.orig Wed May 14 17:52:28 1997 -+++ Makefile.in Sat May 17 21:09:48 1997 -@@ -292,7 +292,7 @@ - -$(INSTALL_DATA) $(PLBASE)/man/$(PL).$(mansec) $(mandir) - -$(INSTALL_DATA) $(PLBASE)/man/chpl.$(mansec) $(mandir) - -$(INSTALL_DATA) $(PLBASE)/man/plld.$(mansec) $(mandir) -- -$(INSTALL_DATA) $(PLBASE)/man/readline.$(lmansec) $(lmandir) -+# -$(INSTALL_DATA) $(PLBASE)/man/readline.$(lmansec) $(lmandir) - +--- Makefile.in 1999/03/23 20:02:10 1.1 ++++ Makefile.in 1999/03/23 20:02:47 +@@ -287,7 +287,7 @@ + $(INSTALL_DATA) pl.1 $(plmandir)/$(PL).$(mansec) + $(INSTALL_DATA) $(srcdir)/plrc.1 $(plmandir)/plrc.$(mansec) + $(INSTALL_DATA) $(srcdir)/plld.1 $(plmandir)/plld.$(mansec) +- $(INSTALL_DATA) $(srcdir)/readline.3 $(plmandir)/readline.$(lmansec) ++ #$(INSTALL_DATA) $(srcdir)/readline.3 $(plmandir)/readline.$(lmansec) + -if [ ! -d $(man_prefix) ]; then $(MKDIR) $(man_prefix); fi + -if [ ! -d $(mandir) ]; then $(MKDIR) $(mandir); fi + -$(INSTALL_DATA) $(plmandir)/$(PL).$(mansec) $(mandir) +@@ -295,10 +295,11 @@ + -$(INSTALL_DATA) $(plmandir)/plld.$(mansec) $(mandir) + + install_rlman: +- -if [ ! -d $(lmandir) ]; then $(MKDIR) $(lmandir); fi +- -if [ ! -r $(lmandir)/readline.$(lmansec) ]; then \ +- $(INSTALL_DATA) $(srcdir)/readline.3 $(lmandir)/readline.$(lmansec); \ +- fi ++ -true ++# -if [ ! -d $(lmandir) ]; then $(MKDIR) $(lmandir); fi ++# -if [ ! -r $(lmandir)/readline.$(lmansec) ]; then \ ++# $(INSTALL_DATA) $(srcdir)/readline.3 $(lmandir)/readline.$(lmansec); \ ++# fi + # # runtime-only environment installation diff -ruN swi-pl.old/pkg/PLIST swi-pl/pkg/PLIST --- swi-pl.old/pkg/PLIST Tue Aug 18 14:33:14 1998 +++ swi-pl/pkg/PLIST Fri Mar 26 09:35:30 1999 @@ -1,74 +1,77 @@ bin/pl bin/pl-bite -bin/chpl +bin/plrc bin/plld include/SWI-Prolog.h -lib/pl-2.8.6/bin/i386-freebsd/pl -lib/pl-2.8.6/bin/i386-freebsd/pl-bite -lib/pl-2.8.6/bin/i386-freebsd/chpl -lib/pl-2.8.6/bin/i386-freebsd/plld -lib/pl-2.8.6/bin/swipl -lib/pl-2.8.6/man/pl.1 -lib/pl-2.8.6/man/chpl.1 -lib/pl-2.8.6/man/plld.1 -lib/pl-2.8.6/man/readline.3 -lib/pl-2.8.6/boot/aix_foreign.pl -lib/pl-2.8.6/boot/apply.pl -lib/pl-2.8.6/boot/autoload.pl -lib/pl-2.8.6/boot/bags.pl -lib/pl-2.8.6/boot/dwim.pl -lib/pl-2.8.6/boot/edit.pl -lib/pl-2.8.6/boot/foreign.pl -lib/pl-2.8.6/boot/history.pl -lib/pl-2.8.6/boot/init.pl -lib/pl-2.8.6/boot/list.pl -lib/pl-2.8.6/boot/listing.pl -lib/pl-2.8.6/boot/load.pl -lib/pl-2.8.6/boot/parms.pl -lib/pl-2.8.6/boot/portray.pl -lib/pl-2.8.6/boot/profile.pl -lib/pl-2.8.6/boot/qlf.pl -lib/pl-2.8.6/boot/sort.pl -lib/pl-2.8.6/boot/syspred.pl -lib/pl-2.8.6/boot/toplevel.pl -lib/pl-2.8.6/boot/topvars.pl -lib/pl-2.8.6/boot/writef.pl -lib/pl-2.8.6/library/INDEX.pl -lib/pl-2.8.6/library/am_match.pl -lib/pl-2.8.6/library/backcomp.pl -lib/pl-2.8.6/library/bim.pl -lib/pl-2.8.6/library/check.pl -lib/pl-2.8.6/library/ctypes.pl -lib/pl-2.8.6/library/dde.pl -lib/pl-2.8.6/library/dld.pl -lib/pl-2.8.6/library/emacs_interface.pl -lib/pl-2.8.6/library/explain.pl -lib/pl-2.8.6/library/files.pl -lib/pl-2.8.6/library/gensym.pl -lib/pl-2.8.6/library/help.pl -lib/pl-2.8.6/library/help_index.pl -lib/pl-2.8.6/library/helpidx.pl -lib/pl-2.8.6/library/oset.pl -lib/pl-2.8.6/library/progman.pl -lib/pl-2.8.6/library/qlfutil.pl -lib/pl-2.8.6/library/qp_interface.pl -lib/pl-2.8.6/library/qsave.pl -lib/pl-2.8.6/library/quintus.pl -lib/pl-2.8.6/library/readln.pl -lib/pl-2.8.6/library/shell.pl -lib/pl-2.8.6/library/shlib.pl -lib/pl-2.8.6/library/system.pl -lib/pl-2.8.6/library/toolkit.pl -lib/pl-2.8.6/library/topvars.pl -lib/pl-2.8.6/library/tty.pl -lib/pl-2.8.6/library/whereis.pl -lib/pl-2.8.6/library/MANUAL -lib/pl-2.8.6/startup/startup -lib/pl-2.8.6/include/SWI-Prolog.h -lib/pl-2.8.6/include/SWI-Exports -lib/pl-2.8.6/include/SWI-Stream.h -lib/pl-2.8.6/include/stub.c -lib/pl-2.8.6/runtime/i386-freebsd/libpl.a -lib/pl-2.8.6/swipl -lib/pl-2.8.6/README.bin -lib/pl-2.8.6/LICENSE +lib/pl-3.2.5/bin/i386-freebsd/pl +lib/pl-3.2.5/bin/i386-freebsd/pl-bite +lib/pl-3.2.5/bin/i386-freebsd/plld +lib/pl-3.2.5/bin/i386-freebsd/plrc +lib/pl-3.2.5/bin/swipl +lib/pl-3.2.5/man/pl.1 +lib/pl-3.2.5/man/plrc.1 +lib/pl-3.2.5/man/plld.1 +lib/pl-3.2.5/boot/aix_foreign.pl +lib/pl-3.2.5/boot/apply.pl +lib/pl-3.2.5/boot/autoload.pl +lib/pl-3.2.5/boot/bags.pl +lib/pl-3.2.5/boot/dwim.pl +lib/pl-3.2.5/boot/foreign.pl +lib/pl-3.2.5/boot/history.pl +lib/pl-3.2.5/boot/init.pl +lib/pl-3.2.5/boot/list.pl +lib/pl-3.2.5/boot/listing.pl +lib/pl-3.2.5/boot/load.pl +lib/pl-3.2.5/boot/make.pl +lib/pl-3.2.5/boot/messages.pl +lib/pl-3.2.5/boot/parms.pl +lib/pl-3.2.5/boot/profile.pl +lib/pl-3.2.5/boot/qlf.pl +lib/pl-3.2.5/boot/rc.pl +lib/pl-3.2.5/boot/sort.pl +lib/pl-3.2.5/boot/syspred.pl +lib/pl-3.2.5/boot/toplevel.pl +lib/pl-3.2.5/boot/topvars.pl +lib/pl-3.2.5/boot/writef.pl +lib/pl-3.2.5/library/INDEX.pl +lib/pl-3.2.5/library/am_match.pl +lib/pl-3.2.5/library/backcomp.pl +lib/pl-3.2.5/library/bim.pl +lib/pl-3.2.5/library/check.pl +lib/pl-3.2.5/library/ctypes.pl +lib/pl-3.2.5/library/dde.pl +lib/pl-3.2.5/library/dld.pl +lib/pl-3.2.5/library/edit.pl +lib/pl-3.2.5/library/emacs_interface.pl +lib/pl-3.2.5/library/explain.pl +lib/pl-3.2.5/library/files.pl +lib/pl-3.2.5/library/gensym.pl +lib/pl-3.2.5/library/help.pl +lib/pl-3.2.5/library/help_index.pl +lib/pl-3.2.5/library/helpidx.pl +lib/pl-3.2.5/library/oset.pl +lib/pl-3.2.5/library/progman.pl +lib/pl-3.2.5/library/qlfutil.pl +lib/pl-3.2.5/library/qp_interface.pl +lib/pl-3.2.5/library/qsave.pl +lib/pl-3.2.5/library/quintus.pl +lib/pl-3.2.5/library/readln.pl +lib/pl-3.2.5/library/registry.pl +lib/pl-3.2.5/library/tty.pl +lib/pl-3.2.5/library/shell.pl +lib/pl-3.2.5/library/shlib.pl +lib/pl-3.2.5/library/system.pl +lib/pl-3.2.5/library/toolkit.pl +lib/pl-3.2.5/library/topvars.pl +lib/pl-3.2.5/library/whereis.pl +lib/pl-3.2.5/library/wise.pl +lib/pl-3.2.5/library/MANUAL +lib/pl-3.2.5/include/SWI-Prolog.h +lib/pl-3.2.5/include/SWI-Exports +lib/pl-3.2.5/include/SWI-Stream.h +lib/pl-3.2.5/include/stub.c +lib/pl-3.2.5/runtime/i386-freebsd/libpl.a +lib/pl-3.2.5/boot.prc +lib/pl-3.2.5/swipl +lib/pl-3.2.5/README.bin +lib/pl-3.2.5/LICENSE >Release-Note: >Audit-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 Mar 26 7:47: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 7854815167; Fri, 26 Mar 1999 07:47:13 -0800 (PST) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA77305; Fri, 26 Mar 1999 07:46:55 -0800 (PST) (envelope-from flathill@FreeBSD.org) Date: Fri, 26 Mar 1999 07:46:55 -0800 (PST) From: Message-Id: <199903261546.HAA77305@freefall.freebsd.org> To: tom@eborcom.com, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10777 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: MASTER_SITE change for ezmlm State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Fri Mar 26 07:46: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 Fri Mar 26 8:20:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 9AAB015695 for ; Fri, 26 Mar 1999 08:20:37 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id JAA07015 for ; Fri, 26 Mar 1999 09:20:18 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id JAA00260; Fri, 26 Mar 1999 09:20:17 -0700 Date: Fri, 26 Mar 1999 09:20:17 -0700 Message-Id: <199903261620.JAA00260@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-ports@FreeBSD.org Subject: Ports question X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just made a new JDK release for FreeBSD, and I need a way to determine which 'flavor' of FreeBSD is being used on the build system in order to determine which 'flavor' of binary should be used. I have both an A.OUT version and an ELF version, and I'd like to install the most appropriate version on the system. Second, on ELF systems, if the data of /usr/libexec/ld-elf.so.1 is older than March 24, I need to install a new loader. Or, I need to abort the installation since it requires a new runtime loader. Does anyone have any suggestions on how I would go about doing this? I'm *NOT* a ports person, nor have I made any port from scratch, so be gentle with me. :) :) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 9:27:55 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 AA03A1558A for ; Fri, 26 Mar 1999 09:27:43 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id LAA13693; Fri, 26 Mar 1999 11:27:22 -0600 (CST) Date: Fri, 26 Mar 1999 11:27:22 -0600 (CST) From: Steve Price To: Nate Williams Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Ports question In-Reply-To: <199903261620.JAA00260@mt.sri.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 26 Mar 1999, Nate Williams wrote: # I just made a new JDK release for FreeBSD, and I need a way to determine # which 'flavor' of FreeBSD is being used on the build system in order to # determine which 'flavor' of binary should be used. # # I have both an A.OUT version and an ELF version, and I'd like to install # the most appropriate version on the system. You can use something like this: .include .if ${PORTOBJFORMAT} == "elf" DISTFILES+= jdk1.1.7-elf.tar.gz .else DISTFILES+= jdk1.1.7-aout.tar.gz .endif ... .include # Second, on ELF systems, if the data of /usr/libexec/ld-elf.so.1 is older # than March 24, I need to install a new loader. Or, I need to abort the # installation since it requires a new runtime loader. Installing a new loader would be a bad thing to do from the ports tree. As for testing the date that is not a perfect solution either. I'd like to see a quick-n-dirty test prgram written and add that to the ELF distfiles. Then you could do something like this: do-install: @${WRKDIR}/dladdr-test || (${CAT} ${PKGDIR}/LOADER-UPGRADE \ && exit 1) 'dladdr-test' is a simple little program like this. #include int main() { Dl_info dlinfo; if (dladdr((void *)&main, &dlinfo) == 0) return 1; return 0; } This works since older versions of dladdr were guaranteed to return a zero every time and the new version shouldn't fail in this simple case. # Does anyone have any suggestions on how I would go about doing this? # I'm *NOT* a ports person, nor have I made any port from scratch, so be # gentle with me. :) :) # # # Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 9:29:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 8C636150FA for ; Fri, 26 Mar 1999 09:29:23 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id KAA07741; Fri, 26 Mar 1999 10:29:03 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA01141; Fri, 26 Mar 1999 10:29:03 -0700 Date: Fri, 26 Mar 1999 10:29:03 -0700 Message-Id: <199903261729.KAA01141@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Steve Price Cc: Nate Williams , freebsd-ports@FreeBSD.ORG Subject: Re: Ports question In-Reply-To: References: <199903261620.JAA00260@mt.sri.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > # I just made a new JDK release for FreeBSD, and I need a way to determine > # which 'flavor' of FreeBSD is being used on the build system in order to > # determine which 'flavor' of binary should be used. > # > # I have both an A.OUT version and an ELF version, and I'd like to install > # the most appropriate version on the system. > > You can use something like this: > > .include > > .if ${PORTOBJFORMAT} == "elf" > DISTFILES+= jdk1.1.7-elf.tar.gz > .else > DISTFILES+= jdk1.1.7-aout.tar.gz > .endif > ... > > .include Ahh, OK. > # Second, on ELF systems, if the data of /usr/libexec/ld-elf.so.1 is older > # than March 24, I need to install a new loader. Or, I need to abort the > # installation since it requires a new runtime loader. > > Installing a new loader would be a bad thing to do from the ports > tree. Agreed. > As for testing the date that is not a perfect solution either. > I'd like to see a quick-n-dirty test prgram written and add that > to the ELF distfiles. Then you could do something like this: > > do-install: > @${WRKDIR}/dladdr-test || (${CAT} ${PKGDIR}/LOADER-UPGRADE \ > && exit 1) > > 'dladdr-test' is a simple little program like this. > > #include > int > main() > { > Dl_info dlinfo; > if (dladdr((void *)&main, &dlinfo) == 0) > return 1; > return 0; > } > > This works since older versions of dladdr were guaranteed to return > a zero every time and the new version shouldn't fail in this simple > case. Since you seem qualified, do you want to do it or are you gonna make me? :) :) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 9:48:11 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 89DC414F14 for ; Fri, 26 Mar 1999 09:48:08 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id LAA25307; Fri, 26 Mar 1999 11:46:32 -0600 (CST) Date: Fri, 26 Mar 1999 11:46:31 -0600 (CST) From: Steve Price To: Nate Williams Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Ports question In-Reply-To: <199903261729.KAA01141@mt.sri.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 26 Mar 1999, Nate Williams wrote: # > Installing a new loader would be a bad thing to do from the ports # > tree. # # Agreed. # # > As for testing the date that is not a perfect solution either. # > I'd like to see a quick-n-dirty test prgram written and add that # > to the ELF distfiles. Then you could do something like this: # > # > do-install: # > @${WRKDIR}/dladdr-test || (${CAT} ${PKGDIR}/LOADER-UPGRADE \ # > && exit 1) # > # > 'dladdr-test' is a simple little program like this. # > # > #include # > int # > main() # > { # > Dl_info dlinfo; # > if (dladdr((void *)&main, &dlinfo) == 0) # > return 1; # > return 0; # > } # > # > This works since older versions of dladdr were guaranteed to return # > a zero every time and the new version shouldn't fail in this simple # > case. # # Since you seem qualified, do you want to do it or are you gonna make me? # :) :) Attached is a tarball of the test program w/Makefile and test target. I can update the port too, or is that what you meant? :) Either way putting this on the Java page with some instructions on how to use it along with the instructions you already have for updating the loader would be a good idea. -steve PS: Would be nice for someone with a 2.2.8 machine handy to try this little test program and see how it reacts. begin 644 dladdr-test.tgz M'XL(`&7'^S8``^W534O#,!@'\%Z;3_$P8;2BM>DK.#<4!$^^X,V3U"7=PK)$ MTG8JZG M6LOV]0&R+,_R)$X3:LMHED8.I#^UH;:FJ@L#X%0UG_$5=7=CSN4F-K19K'7_ MI\6$ET*N.H6UT##,DN3S^X_R^/W^X\B6Q7%.'0B_>R,?^>?W?W%Y?M)W6U\! M.3L_/3KKNP^\(F0^L`^%E,0]#/9:50!/3^#QX5A#YTHWH#AG4&MH;D>F8!P> M=&-`:MLU00>Z7>#WH@;JVWD6+YUHS=I5,"XJ*.!.FXE0(U@LY<5^T"$D$&HH M&SOKP4W%@ENC1\%T,B"_?71_0CO_K7XP_,8UOLP_39;YIU%B_P4TB3#_F['U MEBTFRZ$*Q@,B5$VFA5">3QZ):WC=&`6T1[9$"2%QC^6U4*6V$9TW/>+:8>\U MK]Y,"P;;?G?^_@YT%S4^]/L0VNRW)EMV0SLO5TR4Y!D#C1!"""&$$$(((800 20@@AA!!""*WI!3; Fri, 26 Mar 1999 09:57:06 -0800 (PST) (envelope-from handy@lambic.physics.montana.edu) Received: from localhost (handy@localhost) by lambic.physics.montana.edu (8.8.8/8.8.7) with ESMTP id KAA05620; Fri, 26 Mar 1999 10:56:20 -0700 (MST) (envelope-from handy@lambic.physics.montana.edu) Date: Fri, 26 Mar 1999 10:56:20 -0700 (MST) From: Brian Handy To: Steve Price Cc: Nate Williams , freebsd-ports@FreeBSD.ORG Subject: Re: Ports question In-Reply-To: Message-ID: X-files: The truth is out there MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >PS: Would be nice for someone with a 2.2.8 machine handy to try >this little test program and see how it reacts. lambic -> uname -r 2.2.8-STABLE lambic -> make test Warning: Object directory not changed from original /home/handy/jdk-temp/dladdr-test cc -O -pipe -c dladdr-test.c cc -O -pipe -o dladdr-test dladdr-test.o You need to upgrade your loader. *** Error code 1 Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 10: 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 4ED19154C6 for ; Fri, 26 Mar 1999 10:00:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA89459; Fri, 26 Mar 1999 10:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id C22BE1517F for ; Fri, 26 Mar 1999 09:53:49 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id UAA05489; Fri, 26 Mar 1999 20:53:08 +0300 (MSK) Message-Id: <199903261753.UAA05489@netserv1.chg.ru> Date: Fri, 26 Mar 1999 20:53:08 +0300 (MSK) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10806: Update net/scotty to 2.1.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10806 >Category: ports >Synopsis: Update net/scotty to 2.1.10 >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 Mar 26 10:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: MAINTAINER let me to change this variable. >How-To-Repeat: >Fix: diff -Nur scotty.old/Makefile scotty/Makefile --- scotty.old/Makefile Wed Feb 3 23:59:00 1999 +++ scotty/Makefile Fri Mar 26 20:39:14 1999 @@ -6,11 +6,11 @@ # $Id: Makefile,v 1.36 1999/02/03 23:31:07 steve Exp $ # -DISTNAME= scotty-2.1.9 +DISTNAME= scotty-2.1.10 CATEGORIES= net tk80 MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ -MAINTAINER= phk@freebsd.org +MAINTAINER= dima@Chg.RU LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 @@ -23,10 +23,10 @@ MAN1= tkined.1 scotty.1 MAN8= ntping.8 straps.8 MANN= Tnm.n cmip.n dns.n gdmo.n http.n icmp.n ined.n job.n \ - mib.n msqltcl.n netdb.n ntp.n rpc.n snmp.n sunrpc.n \ + mib.n netdb.n ntp.n rpc.n snmp.n sunrpc.n \ syslog.n udp.n PLIST_SUB= FREEBSD_VERSION=${FREEBSD_VERSION} \ - SCOTTY_VERSION=2.1.9 TKINED_VERSION=1.4.9 + SCOTTY_VERSION=2.1.10 TKINED_VERSION=1.4.10 FREEBSD_VERSION!= echo `uname -m`-`uname`-`uname -r` pre-install: diff -Nur scotty.old/files/md5 scotty/files/md5 --- scotty.old/files/md5 Mon Aug 4 18:26:00 2008 +++ scotty/files/md5 Fri Mar 26 20:02:24 1999 @@ -1 +1 @@ -MD5 (scotty-2.1.6.tar.gz) = 1c6f28dc959250508bb3323aba401560 +MD5 (scotty-2.1.10.tar.gz) = e885c33ac4ba9cf17ca09886ca4046b1 diff -Nur scotty.old/patches/patch-aa scotty/patches/patch-aa --- scotty.old/patches/patch-aa Fri Dec 18 23:34:00 1998 +++ scotty/patches/patch-aa Fri Mar 26 20:34:46 1999 @@ -2,11 +2,11 @@ +++ tkined.sh.in Fri Sep 13 09:26:21 1996 @@ -0,0 +1,3 @@ +#!/bin/sh -+export TCLLIBPATH="@PREFIX@/lib/tkined1.4.9 @PREFIX@/lib/tnm2.1.9" -+exec @PREFIX@/bin/tkined1.4.9 $* ++export TCLLIBPATH="@PREFIX@/lib/tkined1.4.10 @PREFIX@/lib/tnm2.1.10" ++exec @PREFIX@/bin/tkined1.4.10 $* --- scotty.sh.in~ Fri Sep 13 09:30:41 1996 +++ scotty.sh.in Fri Sep 13 09:26:21 1996 @@ -0,0 +1,3 @@ +#!/bin/sh -+export TCLLIBPATH="@PREFIX@/lib/tnm2.1.9" -+exec @PREFIX@/bin/scotty2.1.9 ++export TCLLIBPATH="@PREFIX@/lib/tnm2.1.10" ++exec @PREFIX@/bin/scotty2.1.10 diff -Nur scotty.old/patches/patch-ac scotty/patches/patch-ac --- scotty.old/patches/patch-ac Fri Dec 18 23:34:00 1998 +++ scotty/patches/patch-ac Fri Mar 26 20:21:49 1999 @@ -1,6 +1,6 @@ ---- Makefile.in.orig Thu Jun 4 12:15:55 1998 -+++ Makefile.in Thu Jun 4 12:22:39 1998 -@@ -490,7 +490,7 @@ +--- Makefile.in.orig Fri Mar 26 20:12:11 1999 ++++ Makefile.in Fri Mar 26 20:20:58 1999 +@@ -509,7 +509,7 @@ @$(INSTALL_PROGRAM) scotty $(BIN_INSTALL_DIR)/scotty$(TNM_VERSION) @$(INSTALL_DATA) tnm$(SHLIB_SUFFIX) $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)$(SHLIB_SUFFIX) @chmod 555 $(LIB_RUNTIME_DIR)/tnm$(TNM_VERSION)$(SHLIB_SUFFIX) @@ -9,13 +9,11 @@ tnm-install-mibs: @for i in $(TNM_INSTALL_DIR)/mibs ; \ -@@ -589,11 +590,15 @@ - else true; \ +@@ -608,10 +608,14 @@ fi; \ done; -- @echo "Installing tkined$(TNM_VERSION) and tkined$(TNM_VERSION)$(SHLIB_SUFFIX)" + @echo "Installing tkined$(TKI_VERSION) and tkined$(TKI_VERSION)$(SHLIB_SUFFIX)" - @$(INSTALL_PROGRAM) tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION) -+ @echo "Installing tkined$(TKI_VERSION) and tkined$(TKI_VERSION)$(SHLIB_SUFFIX)" + @$(INSTALL_DATA) -m 555 tkined $(BIN_INSTALL_DIR)/tkined$(TKI_VERSION) + @sed s,@PREFIX@,${prefix},g tkined.sh.in >tkined.sh + @sed s,@PREFIX@,${prefix},g scotty.sh.in >scotty.sh diff -Nur scotty.old/patches/patch-ad scotty/patches/patch-ad --- scotty.old/patches/patch-ad Thu Mar 13 15:21:00 1997 +++ scotty/patches/patch-ad Thu Jan 1 03:00:00 1970 @@ -1,640 +0,0 @@ ---- ../tkined/apps/ip_discover.tcl Thu Sep 12 22:01:03 1996 -+++ ../tkined/apps/ip_discover.tcl Thu Mar 6 17:11:38 1997 -@@ -21,6 +21,17 @@ - IpInit IP-Discover - - ## -+## Mapping sysObjectID to icons -+## -+ -+set sysid2icon(1.3.6.1.4.1.311.1.1.3.1) pc.xbm -+set sysid2icon(1.3.6.1.4.1.9.1) cisco.xbm -+set sysid2icon(1.3.6.1.4.1.11.2.3.9.1) laser.xbm -+set sysid2icon(1.3.6.1.4.1.75.5.80.1.1) concent.xbm -+set sysid2icon(1.3.6.1.4.10.250.8) unixpc.xbm -+set sysid2icon(1.3.6.1.4.1.42.2) SUN-Server.xbm -+ -+## - ## These are the global parameters that control the discovering - ## process. They are manipulated by the "Discover Parameter" proc. - ## -@@ -30,7 +41,15 @@ - set columns 16 - set report true - set debug false -- -+set communities {public private} -+set suppresdomain {.foo.bar.com} -+set parallel 10 -+ -+for {set i 1} {$i < 32} {incr i} { -+ set a [expr 0xffffffff << $i] -+ set b [expr ($a >> 24) & 0xff].[expr ($a >> 16) & 0xff].[expr ($a >> 8) & 0xff].[expr ($a) & 0xff] -+ set subnetbits($b) /[expr 32-$i] -+} - - ## - ## During our icmp fire, we build up the following tables. -@@ -48,13 +67,30 @@ - ## - - ## -+## We want to do things in parallel, so this procedure comes handy -+## -+ -+proc forsome {var count list code} { -+ upvar 1 $var sublist -+ set rel [expr $count - 1] -+ while {[llength $list]} { -+ set sublist [lrange $list 0 $rel] -+ uplevel 1 "$code" -+ set list [lrange $list $count end] -+ } -+} -+ -+## - ## Reset the global tables. This is now called before we start anything - ## else to recover from abnormal terminated runs. - ## - - proc reset {} { -- catch { -- unset nodes networks links ids trace mask fip name address gateways -+ foreach i { -+ nodes networks links ids trace mask fip name address gateways snmp -+ icon } { -+ global $i -+ catch "unset $i" - } - } - -@@ -146,20 +182,23 @@ - ## - - proc netping { network } { -+ global parallel - set result "" -+ set res "" - if {[regexp "^\[0-9\]+\.\[0-9\]+\.\[0-9\]+$" $network] > 0} { - set hosts "" - for {set a4 1} {$a4<255} {incr a4} { -- append hosts " $network.$a4" -+ lappend hosts "$network.$a4" - } -- set result [icmp echo $hosts] -- } -- set res "" -- foreach pr $result { -- set pr_ip [lindex $pr 0] -- set pr_time [lindex $pr 1] -- if {$pr_time>=0} { -- lappend res $pr_ip -+ forsome lst $parallel $hosts { -+ debug "** ping $lst" -+ foreach pr [icmp echo $lst] { -+ set pr_ip [lindex $pr 0] -+ set pr_time [lindex $pr 1] -+ if {$pr_time>=0} { -+ lappend res $pr_ip -+ } -+ } - } - } - return $res -@@ -246,13 +285,13 @@ - } - - ## --## Get a trace of the routes to very node. Store them in the global -+## Get a trace of the routes to every node. Store them in the global - ## array trace. If we find nodes that were not discovered using the - ## icmp fire, put them in the global table. - ## - - proc discover_traces {} { -- global ids nodes trace address -+ global ids nodes trace address parallel - set count 0 - set start [clock seconds] - -@@ -260,19 +299,14 @@ - foreach id [array names nodes] { - set ip $address($id) - lappend addrs $ip -- if {[llength $addrs] > 255} { -- foreach route [trace_route $addrs] { -- set id $ids([lindex $route 0]) -- set trace($id) [lindex $route 1] -- incr count -- } -- set addrs "" -- } - } -- foreach route [trace_route $addrs] { -- set id $ids([lindex $route 0]) -- set trace($id) [lindex $route 1] -- incr count -+ forsome lst $parallel $addrs { -+ debug "** trace $lst" -+ foreach route [trace_route $lst] { -+ set id $ids([lindex $route 0]) -+ set trace($id) [lindex $route 1] -+ incr count -+ } - } - - # add new discovered nodes to the global tables -@@ -301,26 +335,22 @@ - ## - - proc discover_masks {} { -- global nodes ids mask address -+ global nodes ids mask address parallel - set count 0 - set start [clock seconds] - - set addrs "" - foreach id [array names nodes] { -+ if {[info exists mask($id)]} continue - lappend addrs $address($id) -- if {[llength $addrs] > 255} { -- foreach ipmask [icmp mask $addrs] { -- set id $ids([lindex $ipmask 0]) -- set mask($id) [lindex $ipmask 1] -- incr count -- } -- set addrs "" -- } - } -- foreach ipmask [icmp mask $addrs] { -- set id $ids([lindex $ipmask 0]) -- set mask($id) [lindex $ipmask 1] -- incr count -+ forsome lst $parallel $addrs { -+ debug "** masks $lst" -+ foreach ipmask [icmp mask $lst] { -+ set id $ids([lindex $ipmask 0]) -+ set mask($id) [lindex $ipmask 1] -+ incr count -+ } - } - writeln "$count netmasks queried in [expr {[clock seconds]-$start}] seconds." - flush stdout -@@ -334,31 +364,101 @@ - ## =========================================================================== - ## - --proc discover_snmp_callback {id s e} { -- global snmp -+proc discover_snmp_callback {id s e {v ""}} { -+ global snmp icon sysid2icon - if {$e == "noError"} { - set snmp($id) [$s configure] -+ foreach i [array names sysid2icon] { -+ if {[string first $i [lindex $v 2]] == 0} { -+ set icon($id) $sysid2icon($i) -+ } -+ } -+ debug $v - } - $s destroy - } - - proc discover_snmp {} { -- global nodes address snmp -- global icmp_retries icmp_timeout -+ global nodes address snmp communities ids parallel -+ global icmp_retries icmp_timeout mask gateways icon -+ - set start [clock seconds] - mib load rfc1213.mib -- foreach id [array names nodes] { -- set ip $address($id) -- if {[catch {snmp session -address $ip \ -- -retries $icmp_retries -timeout $icmp_timeout} s]} continue -+ foreach com $communities { -+ debug "** Looking for community $com" -+ set ips "" -+ foreach id [array names nodes] { -+ if {[info exists snmp($id)]} continue -+ lappend ips $address($id) -+ } -+ forsome ipl $parallel $ips { -+ debug "** snmp community $com $ipl" -+ foreach ip $ipl { -+ if {[catch {snmp session -address $ip -community $com \ -+ -retries $icmp_retries -timeout $icmp_timeout} s]} continue -+ if {[catch { -+ $s get sysObjectID.0 "discover_snmp_callback $ids($ip) %S %E %V" -+ } msg]} { -+ writeln "Oops: $ip get sysObjectID.0: $msg" -+ } -+ update -+ snmp wait -+ } -+ } -+ } -+ foreach i [array names snmp] { -+ set s [eval snmp session $snmp($i)] -+ set l "" -+ catch {unset ifstate} -+ debug "** Walk [$s configure]" -+ if {[catch {$s walk x "ifIndex ifAdminStatus" { -+ set ifstate([lindex [lindex $x 0] 2]) [lindex [lindex $x 1] 2] -+ } } msg]} { -+ writeln "Oops: $msg from $s" -+ continue -+ } - if {[catch { -- $s get sysObjectID.0 [list discover_snmp_callback $id "%S" "%E"] -- } msg]} { -- writeln "Oops: $ip get sysObjectID.0: $msg" -+ $s walk x "ipAdEntAddr ipAdEntNetMask ipAdEntIfIndex" { -+ set a [lindex [lindex $x 0] 2] -+ if {$a == "0.0.0.0"} continue -+ if {$a == "1.1.1.1"} continue -+ if {$a == "127.0.0.1"} continue -+ set if [lindex [lindex $x 2] 2] -+ if {$ifstate($if) != "up"} continue -+ lappend l $a -+ set m [lindex [lindex $x 1] 2] -+ if {$a == $address($i)} { -+ set mask($i) $m -+ } elseif {![info exists ids($a)]} { -+ create_node $a -+ set j $ids($a) -+ set mask($j) $m -+ set snmp($j) $snmp($i) -+ if {[info exists icon($i)]} { -+debug "** id $j $a/$m icon $icon($i)" -+ set icon($j) $icon($i) -+ } -+ debug "** New interface: $j $a $m" -+ } -+ } } msg]} { -+ writeln "Oops: $msg from $s" -+ continue -+ } -+ -+ if {[llength $l] > 1} { -+ foreach j $l { -+ set ll "$j" -+ foreach k $l { -+ if {$k != $j} { -+ lappend ll "$k" -+ } -+ } -+ set gateways($ids($j)) $ll -+ } - } -- update -+ $s destroy - } -- snmp wait -+ - set count [llength [array names snmp]] - writeln "$count snmp agents queried in [expr {[clock seconds]-$start}] seconds." - flush stdout -@@ -380,33 +480,26 @@ - ## - - proc discover_fips {} { -- global nodes ids fip address -+ global nodes ids fip address parallel - set count 0 - set start [clock seconds] - - set addrs "" -- set idlist "" -+ set idx 0 - foreach id [array names nodes] { - lappend addrs $address($id) -- lappend idlist $id -- if {[llength $addrs] > 255} { -- set idx 0 -- foreach ipfip [icmp ttl 32 $addrs] { -- set id [lindex $idlist $idx] -- set fip($id) [lindex $ipfip 0] -- incr count -- incr idx -- } -- set addrs "" -- set idlist "" -- } -+ set idlist($idx) $id -+ incr idx - } - set idx 0 -- foreach ipfip [icmp ttl 32 $addrs] { -- set id [lindex $idlist $idx] -- set fip($id) [lindex $ipfip 0] -- incr count -- incr idx -+ forsome lst $parallel $addrs { -+ debug "** fips $lst" -+ foreach ipfip [icmp ttl 32 $lst] { -+ set id $idlist($idx) -+ set fip($id) [lindex $ipfip 0] -+ incr count -+ incr idx -+ } - } - writeln "$count ip addresses queried in [expr {[clock seconds]-$start}] seconds." - flush stdout -@@ -513,6 +606,7 @@ - foreach id [array names nodes] { - set ip $address($id) - set netmask $mask($id) -+ if {$netmask == "0.0.0.0"} continue; - - # Get the official network for this node. - -@@ -526,22 +620,25 @@ - D { set bytes "" } - } - set net [join $bytes .] -- if {![info exists table($net)]} { set table($net) $mmm } -+ -+debug ">> $ip $netmask $net $mmm" -+ -+ #if {![info exists table($net)]} { set table($net) $mmm } - - # Sanity check for incorrect netmasks. Netmasks wider than - # the official network type don't make any sense. Ignore - # problems that are due to the loopback mask of the localhost. - -- if {$netmask == "0.0.0.0"} continue; - if { [ip_network $net $netmask] != $net } { - if {![catch {nslook [exec hostname]} localhost]} { - if {[string trim $localhost] == $ip} continue - } -- set txt "Please check the netmask $netmask for $ip on class $class network $net." -+ set txt "Please check the netmask $netmask for $ip on network $net." - ined acknowledge $txt - if {$report == "true"} { - writeln $txt - } -+ set mask($id) "0.0.0.0" - continue - } - -@@ -550,6 +647,21 @@ - set subnet [ip_network $ip $netmask] - if {![info exists table($subnet)]} { set table($subnet) $netmask } - } -+ foreach id [array names nodes] { -+ set ip $address($id) -+ set netmask $mask($id) -+ if {$netmask != "0.0.0.0"} continue; -+ -+debug "))) $ip $netmask $mmm" -+ foreach net [array names table] { -+ if {[ip_ismember $ip $net [lindex $table($net) 0]]} { -+ set mask($id) $table($net) -+debug "=== $ip $mask($id) $net " -+ break -+ } -+ } -+ -+ } - - if {[info exist table]} { - -@@ -618,6 +730,7 @@ - incr cons - } - } -+ writeln "Network $net ($pros, $cons, $unk)." - if {$cons > $pros} { - set res [ined confirm \ - "The majority ($cons : $pros) of nodes on network $net have wide netmasks." \ -@@ -745,6 +858,7 @@ - - writeln "$count gateways discovered in [expr {[clock seconds]-$start}] seconds." - flush stdout -+ - } - - -@@ -863,7 +977,7 @@ - ## - - proc merge_gateways {} { -- global ids nodes networks links gateways address name -+ global ids nodes networks links gateways address name snmp - set count 0 - set start [clock seconds] - -@@ -871,7 +985,10 @@ - - debug "** entering merge_gateways" - foreach id [array names gateways] { -- if {[llength $gateways($id)] < 2} continue -+ if {[llength $gateways($id)] < 2} { -+ unset gateways($id) -+ continue -+ } - debug "** gateways ($id) :\t $gateways($id)" - } - -@@ -888,8 +1005,6 @@ - - foreach id [array names gateways] { - -- if {[llength $gateways($id)] < 2} continue -- - set myip [lindex $gateways($id) 0] - if {[info exists done($myip)]} { - debug "** $myip skipped - $myip is already done" -@@ -952,12 +1067,16 @@ - # addresses for which there is no id. We get such beasts - # when checking the returned udp address. - -- if {![info exists ids($ip)]} continue -- -+ if {![info exists ids($ip)]} { -+ writeln "skipping $ip for reasons we don't understand" -+ continue -+ } -+ - set rid $ids($ip) - catch {unset nodes($rid)} - catch {unset address($rid)} - catch {unset name($rid)} -+ catch {unset snmp($rid)} - - # Adjust the links pointing to rid. - -@@ -997,7 +1116,8 @@ - ## - - proc talk_to_ined {} { -- global nodes networks links address snmp name -+ global nodes networks links address snmp name gateways subnetbits -+ global suppresdomain icon - set count 0 - set start [clock seconds] - -@@ -1018,6 +1138,9 @@ - NODE { - set addr [GetIpAddress $comp] - set id_by_addr($addr) $id -+ foreach a [ined attribute $id "allIP"] { -+ set id_by_addr($a) $id -+ } - } - NETWORK { - set id_by_addr([ined address $comp]) $id -@@ -1045,13 +1168,22 @@ - if {[info exists id_by_addr($ip)]} { - set ined_id($id) $id_by_addr($ip) - } else { -+ set nm "[lindex $name($id) 0]" -+ regsub "\(.*\)$suppresdomain\$" "$nm" {\1} nm - set ined_id($id) [ined -noupdate create NODE] - ined -noupdate address $ined_id($id) $ip -- ined -noupdate name $ined_id($id) "[lindex $name($id) 0]" -+ ined -noupdate name $ined_id($id) "$nm" - ined -noupdate label $ined_id($id) name - ined -noupdate move $ined_id($id) [nextx] [nexty] - if {[info exists snmp($id)]} { - ined -noupdate attribute $ined_id($id) "SNMP:Config" $snmp($id) -+ ined -noupdate color $ined_id($id) brown -+ } -+ if {[info exists icon($id)]} { -+ ined -noupdate icon $ined_id($id) $icon($id) -+ } -+ if {[info exists gateways($id)]} { -+ ined -noupdate attribute $ined_id($id) "allIP" $gateways($id) - } - set id_by_addr($ip) $ined_id($id) - incr count -@@ -1074,11 +1206,12 @@ - if {[info exists id_by_addr($ip)]} { - set ined_id($id) $id_by_addr($ip) - } else { -- set ined_id($id) [ined -noupdate create NETWORK 0 0 300 0] -- ined -noupdate name $ined_id($id) "$ip $type" -+ set ined_id($id) [ined -noupdate create NETWORK 0 0 100 0] -+ ined -noupdate name $ined_id($id) "$ip$subnetbits($networks($id))" - ined -noupdate address $ined_id($id) $ip - ined -noupdate label $ined_id($id) name - ined -noupdate move $ined_id($id) [nextx] [nexty] -+ ined -noupdate attribute $ined_id($id) "netmask" $networks($id) - set id_by_addr($ip) $ined_id($id) - incr count - } -@@ -1125,7 +1258,7 @@ - - proc "Discover IP Network" {list} { - -- global nodes networks links ids trace mask fip name address gateways -+ global nodes networks links ids trace mask fip name address gateways snmp - static nets - - reset -@@ -1171,15 +1304,16 @@ - foreach network $nets { discover_nodes $network } - if {[info exists nodes]} { - discover_traces -- discover_masks - discover_snmp -+ discover_masks - discover_fips - discover_networks - discover_gateways - discover_links - merge_gateways - talk_to_ined -- unset nodes networks links ids trace mask fip name address -+ catch {unset nodes networks links ids trace mask fip name address} -+ catch {unset snmp} - catch {unset gateways} - } - -@@ -1195,7 +1329,7 @@ - - proc "Discover Route" {list} { - -- global nodes networks links ids trace mask fip name address gateways -+ global nodes networks links ids trace mask fip name address gateways snmp - static ips - - reset -@@ -1249,8 +1383,8 @@ - - if {[info exists nodes]} { - discover_traces -- discover_masks - discover_snmp -+ discover_masks - discover_fips - discover_networks - discover_gateways -@@ -1259,6 +1393,7 @@ - talk_to_ined - unset nodes networks links ids trace mask fip name address - catch {unset gateways} -+ catch {unset snmp} - - } - -@@ -1276,6 +1411,9 @@ - global email_trace - global report - global debug -+ global communities -+ global suppresdomain -+ global parallel - - set result [ined request "IP-Discover Parameter" \ - [list [list "# of ICMP retries:" $icmp_retries scale 1 10] \ -@@ -1287,7 +1425,10 @@ - [list "Nodes per row:" $columns scale 10 40] \ - [list "Email Discover Routes:" $email_trace radio true false] \ - [list "Write Report:" $report radio true false] \ -- [list "Debug Mode:" $debug radio true false] ] \ -+ [list "Debug Mode:" $debug radio true false] \ -+ [list "SNMP Communities:" $communities entry 10] \ -+ [list "Suppress Domain:" $suppresdomain entry 10] \ -+ [list "Parallelism:" $parallel scale 1 255] ] \ - [list "set values" cancel] ] - - if {[lindex $result 0] == "cancel"} return -@@ -1302,6 +1443,9 @@ - set email_trace [lindex $result 8] - set report [lindex $result 9] - set debug [lindex $result 10] -+ set communities [lindex $result 11] -+ set suppresdomain [lindex $result 12] -+ set parallel [lindex $result 13] - - icmp -retries $icmp_retries - icmp -timeout $icmp_timeout -@@ -1408,7 +1552,7 @@ - - proc ined_create {host user} { - global nodes networks links ids trace mask fip name address gateways -- global hosts email_trace -+ global hosts email_trace snmp - - if {![info exists hosts($host)]} { - set hosts($host) $host -@@ -1425,8 +1569,8 @@ - - if {[info exists nodes]} { - discover_traces -- discover_masks - discover_snmp -+ discover_masks - discover_fips - discover_networks - discover_gateways -@@ -1435,6 +1579,7 @@ - talk_to_ined - unset nodes networks links ids trace mask fip name address - catch {unset gateways} -+ catch {unset snmp} - } - - writeln "discover finished in [expr {[clock seconds]-$start}] seconds" diff -Nur scotty.old/scripts/untrue scotty/scripts/untrue --- scotty.old/scripts/untrue Fri Jun 7 00:00:00 1996 +++ scotty/scripts/untrue Thu Jan 1 03:00:00 1970 @@ -1,5 +0,0 @@ -#!/bin/sh -# untrue $1: convert /bin/true -> true -# also mask CFLAGS -mv -f $1 $1.true -sed -e 's./bin/true.true.;s.^CFLAGS.#CFLAGS.' $1.true > $1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 10: 2:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from vrfy.ehlo.com (HSE-TOR-ppp21551.sympatico.ca [209.226.66.109]) by hub.freebsd.org (Postfix) with ESMTP id 26B0715093 for ; Fri, 26 Mar 1999 10:02:45 -0800 (PST) (envelope-from james@ehlo.com) Received: from james by vrfy.ehlo.com with local (Exim 2.12 #3) id 10QauC-000Kvh-00; Fri, 26 Mar 1999 13:00:28 -0500 Date: Fri, 26 Mar 1999 13:00:28 -0500 From: James FitzGibbon To: Nick Hibma Cc: ports@FreeBSD.ORG Subject: Re: mSQL 2.0.4.1 port broken. Message-ID: <19990326130028.A80428@ehlo.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Nick Hibma on Fri, Mar 26, 1999 at 02:30:00PM +0100 Organization: EHLO Solutions Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Nick Hibma (nick.hibma@jrc.it) [990326 08:28]: > > mSQL port is broken, me thinks (in a ports dir cvsupped about ten > seconds ago from cvsup.de.f.o). > Reason: > > The website > > http://www.hughes.com.au > > has been redesigned and you now need login and password if you want to > download the software. And I think the license has changed as well after > 2.0.4.1 to a more strict commercial one. You can use it, but you must > strictly be a not for profit and non-government organisation. Actually, it looks like it is available, but you have to have a login. Since it's pretty hard to hack that into the fetch phase, I'll probably do what the TIS Firewall Toolkit does: make a full port, but the do-fetch phase just runs echo "Go get the distfile and stick it in ${DISTDIR}" Or something to that effect. Is there a PR open on this ? If not, could you please open one ? -- j. James FitzGibbon (JF647) james@ehlo.com EHLO Solutions Voice/Fax (416)410-0100 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 10:22:10 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 56E8214C08 for ; Fri, 26 Mar 1999 10:21:46 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id MAA12532; Fri, 26 Mar 1999 12:21:04 -0600 (CST) Date: Fri, 26 Mar 1999 12:21:03 -0600 (CST) From: Steve Price To: Brian Handy Cc: Nate Williams , freebsd-ports@FreeBSD.ORG Subject: Re: Ports question 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 That's what I figured. Thanks Brian for the quick response. :) On Fri, 26 Mar 1999, Brian Handy wrote: # >PS: Would be nice for someone with a 2.2.8 machine handy to try # >this little test program and see how it reacts. # # lambic -> uname -r # 2.2.8-STABLE # lambic -> make test # Warning: Object directory not changed from original # /home/handy/jdk-temp/dladdr-test # cc -O -pipe -c dladdr-test.c # cc -O -pipe -o dladdr-test dladdr-test.o # You need to upgrade your loader. # *** Error code 1 # # # # # Brian # # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 10:45:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bastuba.partitur.se (bastuba.partitur.se [193.219.246.194]) by hub.freebsd.org (Postfix) with ESMTP id 8C78614C23; Fri, 26 Mar 1999 10:45:02 -0800 (PST) (envelope-from girgen@partitur.se) Received: from solist.partitur.se (solist.partitur.se [193.219.246.204]) by bastuba.partitur.se (8.8.8/8.8.8) with ESMTP id TAA05225; Fri, 26 Mar 1999 19:44:42 +0100 (CET) (envelope-from girgen@partitur.se) Received: from partitur.se (localhost [127.0.0.1]) by solist.partitur.se (8.8.8+Sun/8.8.8) with ESMTP id TAA26892; Fri, 26 Mar 1999 19:44:38 +0100 (MET) (envelope-from girgen@partitur.se) Message-ID: <36FBD596.DDDF452B@partitur.se> Date: Fri, 26 Mar 1999 19:44:38 +0100 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.51 [en] (X11; I; SunOS 5.6 sun4u) X-Accept-Language: sv, en MIME-Version: 1.0 To: freebsd-ports@freebsd.org, freebsd-hackers@freebsd.org Subject: egcs linking problems w/ gnome stuff Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I've used egcs (both 1.1.1 and 1.1.2) for some time to build ports, and it usually works fine. Sometimes, I get problems with undefined symbols when linking (usually shared) libraries, but most of the time this is because related libs are built with the standard gcc. Rebuilding them as well fixes the problem (this is especially true for kde stuff, which need to have the sam compiler; can't even switch between egcs-1.1.1 and egcs-1.1.2 without recompiling all of it). One exception from this, however, is gnome stuff. Both libaudiofile/esound and glib12/gtk12 won't link if the previous (libaudiofile and glib12 respectively) were built with egcs. If I rebuild libaudiofile with stock gcc (2.7.2.1), and then build and link esound with egcs, esound will link. Otherwise, I get undefined symbols (not many, but still too many; it doesn't work). I understand that the linking stuff must be quite different between egcs and gcc-2.7.x, but isn't there something broken with libaudiofile and esound, when esound won't work unless libaudiofile is built with gcc-2.7.x? If someone could shed some light on linking in general, and this problem in particular, I'd be delighted. Thanks Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 10:49: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cerebus.nectar.com (nectar-gw.nectar.com [204.0.249.101]) by hub.freebsd.org (Postfix) with ESMTP id 64CC414D21; Fri, 26 Mar 1999 10:49:01 -0800 (PST) (envelope-from nectar@nectar.com) Received: (from smap@localhost) by cerebus.nectar.com (8.9.1/8.9.1) id MAA68628; Fri, 26 Mar 1999 12:48:38 -0600 (CST) (envelope-from nectar@nectar.com) Received: from spawn.nectar.com(10.0.0.101) by cerebus.nectar.com via smap (V2.1) id xma068626; Fri, 26 Mar 99 12:48:15 -0600 Received: from spawn.nectar.com (localhost [127.0.0.1]) by spawn.nectar.com (8.9.2/8.9.1) with ESMTP id MAA23069; Fri, 26 Mar 1999 12:48:25 -0600 (CST) (envelope-from nectar@spawn.nectar.com) Message-Id: <199903261848.MAA23069@spawn.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-rsa.txt X-PGP-DSSfprint: AB2F 8D71 A4F4 467D 352E 8A41 5D79 22E4 71A2 8C73 X-PGP-DHfprint: 2D50 12E5 AB38 60BA AF4B 0778 7242 4460 1C32 F6B1 X-PGP-DH-DSSkey: http://www.nectar.com/nectar-dh-dss.txt From: Jacques Vidrine In-reply-to: <36FBD596.DDDF452B@partitur.se> References: <36FBD596.DDDF452B@partitur.se> Subject: Re: egcs linking problems w/ gnome stuff Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Palle Girgensohn Cc: freebsd-ports@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Date: Fri, 26 Mar 1999 12:48:25 -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 26 March 1999 at 19:44, Palle Girgensohn wrote: [snip] > I understand that the linking stuff must be quite different between egcs > and gcc-2.7.x, but isn't there something broken with libaudiofile and > esound, when esound won't work unless libaudiofile is built with > gcc-2.7.x? Check all your dependencies ... I use egcs here to build all of GNOME successfully. Perhaps you have some libraries built with the system compiler and some with egcs? Jacques Vidrine / n@nectar.com / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 11:26:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id EE63714C1B; Fri, 26 Mar 1999 11:26:31 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA264344334; Fri, 26 Mar 1999 13:52:14 -0500 Date: Fri, 26 Mar 1999 13:52:14 -0500 (EST) From: Bill Fumerola To: Satoshi Asami Cc: freebsd-ports@FreeBSD.ORG Subject: Re: CVSup and Fetch In-Reply-To: <199903261348.FAA18790@silvia.hip.berkeley.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 26 Mar 1999, Satoshi Asami wrote: > P.S. Credit goes to billf for some of the ideas. WooHoo! The discussion for this functionality sprung from me whining about a way to make the ports tree more self-sufficient. the ports/Mk directory and this seem to be moving us in this direction. Hooks like these allow us to possibly avoid problems (and a million PRs) regarding the "fetch -A" and "bsd.port.{pre,post}.mk" changes. Thanks Satoshi for the great work! - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 11:30:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 2E3A814C1B; Fri, 26 Mar 1999 11:30:15 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA266154541; Fri, 26 Mar 1999 13:55:41 -0500 Date: Fri, 26 Mar 1999 13:55:41 -0500 (EST) From: Bill Fumerola To: Steve Price Cc: Satoshi Asami , jim@corp.au.triax.com, ports@FreeBSD.ORG Subject: Re: Makefile help In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 26 Mar 1999, Steve Price wrote: > Of course, > then you face the wraith of Satoshi. :) Wraith, n. 1. An apparition of a person in his exact likeness, seen before death, or a lttle after; hence an apparition; a specter; a vision; an unreal image. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 11:57:52 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 BD81114F7E; Fri, 26 Mar 1999 11:57:51 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id NAA04614; Fri, 26 Mar 1999 13:57:26 -0600 (CST) Date: Fri, 26 Mar 1999 13:57:26 -0600 (CST) From: Steve Price To: Bill Fumerola Cc: Satoshi Asami , jim@corp.au.triax.com, ports@FreeBSD.ORG Subject: Re: Makefile help In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 26 Mar 1999, Bill Fumerola wrote: # On Fri, 26 Mar 1999, Steve Price wrote: # # > Of course, # > then you face the wraith of Satoshi. :) # # Wraith, n. # # 1. An apparition of a person in his exact likeness, seen before # death, or a lttle after; hence an apparition; a specter; a vision; # an unreal image. Youch! That isn't what I meant. I wanted to use the word, wrath, instead. And no, before any of you other wise-acres out there get anymore ideas it wasn't a Freudian Slip either. A finger fumble, pure and simple. # - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - # - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - # # # # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 12:11: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id CA0DB14ED9; Fri, 26 Mar 1999 12:10:42 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA285756979; Fri, 26 Mar 1999 14:36:19 -0500 Date: Fri, 26 Mar 1999 14:36:19 -0500 (EST) From: Bill Fumerola To: Steve Price Cc: Satoshi Asami , jim@corp.au.triax.com, ports@FreeBSD.ORG Subject: Re: Makefile help In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 26 Mar 1999, Steve Price wrote: > Youch! That isn't what I meant. I wanted to use the word, wrath, > instead. And no, before any of you other wise-acres out there get > anymore ideas it wasn't a Freudian Slip either. A finger fumble, > pure and simple. Sure it isn't. Satoshi's 'likeness' will soon be attacking you. Thank you for your service to the project. :> - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 13:54: 0 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 B390E15013; Fri, 26 Mar 1999 13:53:59 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id PAA07730; Fri, 26 Mar 1999 15:53:40 -0600 (CST) Date: Fri, 26 Mar 1999 15:53:39 -0600 (CST) From: Steve Price To: Satoshi Asami Cc: sjr@home.net, jim@corp.au.triax.com, jorbeton@pilot.net, freebsd-ports@FreeBSD.ORG Subject: Re: CVSup and Fetch In-Reply-To: <199903261348.FAA18790@silvia.hip.berkeley.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 26 Mar 1999, Satoshi Asami wrote: # How about something like this? A file (/var/db/pkg/VERSION) records # the "version" of the system. The "version" is a number derived by # concatenating the year/month/date -- so it's "19990326" today. If the # "version" is too old, bsd.port.mk refuses to do anything. # # bsd.port.mk has a variable that contains the required version. When I # know there is an incompatible update, I'll change the BSDPORTMKVERSION # line. # # There are a couple ways to update the version file. An upgrade kit # will of course fix it. Also, a "make world" will change it from # within src/share/mk/Makefile. This will be the date of the install, # not the date of the source, so it's actually possible that people can # still trip over by doing a new install on an old source tree...but the # alternative will be to encode something inside the source tree, which # I do not want to start doing again. # # Sample patch follows. You can see the change to 31upgrade/Makefile # too. 31upgrade/pkg/INSTALL just does a # # echo %%VERSION%% > /var/db/pkg/VERSION I like it! Though you might think about calling the file .version, .mkversion, .portmkversion, or something with a leading dot so it doesn't normally show up in an ls(1). -steve [pathes removed] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 14:40:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 45778150F7 for ; Fri, 26 Mar 1999 14:40:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA07291; Fri, 26 Mar 1999 14:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from bilbo.vpop.net (timberdoodle41.customers.uswest.net [207.224.253.41]) by hub.freebsd.org (Postfix) with ESMTP id 67E68150EB for ; Fri, 26 Mar 1999 14:39:33 -0800 (PST) (envelope-from mreimer@bilbo.vpop.net) Received: (from mreimer@localhost) by bilbo.vpop.net (8.8.8/8.8.8) id OAA25304; Fri, 26 Mar 1999 14:40:40 -0800 (PST) (envelope-from mreimer) Message-Id: <199903262240.OAA25304@bilbo.vpop.net> Date: Fri, 26 Mar 1999 14:40:40 -0800 (PST) From: mreimer@vpop.net Reply-To: mreimer@vpop.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10810: Port upgrade: glib-1.2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10810 >Category: ports >Synopsis: Upgrade glib port to glib-1.2.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: Fri Mar 26 14:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Matthew Reimer >Release: FreeBSD 2.2.8-STABLE i386 >Organization: VPOP Technologies, Inc. >Environment: FreeBSD Ports >Description: Upgrade glib port to 1.2.1 >How-To-Repeat: N/A >Fix: Note that patch-aa is no longer needed. diff -c -r glib12/Makefile glib12-1/Makefile *** glib12/Makefile Mon Mar 8 17:08:52 1999 --- glib12-1/Makefile Fri Mar 26 10:11:40 1999 *************** *** 6,12 **** # $Id: Makefile,v 1.18 1999/03/09 01:08:52 nectar Exp $ # ! DISTNAME= glib-1.2.0 CATEGORIES= devel MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \ --- 6,12 ---- # $Id: Makefile,v 1.18 1999/03/09 01:08:52 nectar Exp $ # ! DISTNAME= glib-1.2.1 CATEGORIES= devel MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \ diff -c -r glib12/files/md5 glib12-1/files/md5 *** glib12/files/md5 Mon Mar 8 17:08:52 1999 --- glib12-1/files/md5 Fri Mar 26 14:37:03 1999 *************** *** 1 **** ! MD5 (glib-1.2.0.tar.gz) = b19f308dbbd393b6199e743cb1c648a1 --- 1 ---- ! MD5 (glib-1.2.1.tar.gz) = 0112ac41fcda09f009982559a382f04d diff -c -r glib12/patches/patch-ab glib12-1/patches/patch-ab *** glib12/patches/patch-ab Mon Mar 8 17:08:52 1999 --- glib12-1/patches/patch-ab Fri Mar 26 10:26:27 1999 *************** *** 45,51 **** ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h ! -CONFIG_CLEAN_FILES = glib.spec glib-config +CONFIG_CLEAN_FILES = glib12-config LTLIBRARIES = $(lib_LTLIBRARIES) --- 45,51 ---- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h ! -CONFIG_CLEAN_FILES = glib.spec glibconfig.h.win32 glib-config +CONFIG_CLEAN_FILES = glib12-config LTLIBRARIES = $(lib_LTLIBRARIES) *************** *** 250,257 **** -man_MANS = glib-config.1 +man_MANS = glib12-config.1 ! -EXTRA_DIST = glib-config.1 glib.html glib_toc.html ! +EXTRA_DIST = glib12-config.1 glib.html glib_toc.html mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h --- 250,257 ---- -man_MANS = glib-config.1 +man_MANS = glib12-config.1 ! -EXTRA_DIST = glib-config.1.in glib.html glib_toc.html ! +EXTRA_DIST = glib12-config.1.in glib.html glib_toc.html mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.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 Fri Mar 26 14:52:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gershwin.tera.com (unknown [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id C5B1114C58; Fri, 26 Mar 1999 14:52:39 -0800 (PST) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id OAA27410; Fri, 26 Mar 1999 14:52:11 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id OAA13616; Fri, 26 Mar 1999 14:52:01 -0800 (PST) From: Gary Kline Message-Id: <199903262252.OAA13616@tao.thought.org> Subject: Re: Makefile help In-Reply-To: from Bill Fumerola at "Mar 26, 99 02:36:19 pm" To: billf@chc-chimes.com (Bill Fumerola) Date: Fri, 26 Mar 1999 14:52:00 -0800 (PST) Cc: sprice@hiwaay.net, asami@FreeBSD.ORG, jim@corp.au.triax.com, ports@FreeBSD.ORG Organization: <> thought.org: public service Unix since 1986... <> X-Mailer: ELM [version 2.4ME+ PL32 (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 Bill Fumerola: > On Fri, 26 Mar 1999, Steve Price wrote: > [[ ... ]] Nice to know that some of the group have a healthy sense of humor... . 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 Fri Mar 26 15: 0:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0270915543 for ; Fri, 26 Mar 1999 15:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA08163; Fri, 26 Mar 1999 15:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from bilbo.vpop.net (timberdoodle41.customers.uswest.net [207.224.253.41]) by hub.freebsd.org (Postfix) with ESMTP id 08E3814A23 for ; Fri, 26 Mar 1999 14:51:43 -0800 (PST) (envelope-from mreimer@bilbo.vpop.net) Received: (from mreimer@localhost) by bilbo.vpop.net (8.8.8/8.8.8) id OAA27147; Fri, 26 Mar 1999 14:52:51 -0800 (PST) (envelope-from mreimer) Message-Id: <199903262252.OAA27147@bilbo.vpop.net> Date: Fri, 26 Mar 1999 14:52:51 -0800 (PST) From: mreimer@vpop.net Reply-To: mreimer@vpop.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10811: Port upgrade: gtk-1.2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10811 >Category: ports >Synopsis: Upgrade gtk12 port to 1.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 26 15:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Matthew Reimer >Release: FreeBSD 2.2.8-STABLE i386 >Organization: VPOP Technologies, Inc. >Environment: n/a >Description: Upgrade gtk12 port to 1.2.1 >How-To-Repeat: n/a >Fix: Note that patch-ac is no longer necessary diff -c -r gtk12/Makefile gtk12-1/Makefile *** gtk12/Makefile Thu Mar 18 20:40:05 1999 --- gtk12-1/Makefile Fri Mar 26 14:45:25 1999 *************** *** 6,13 **** # $Id: Makefile,v 1.47 1999/03/19 04:40:05 nectar Exp $ # ! DISTNAME= gtk+-1.2.0 ! PKGNAME= gtk-1.2.0 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \ --- 6,13 ---- # $Id: Makefile,v 1.47 1999/03/19 04:40:05 nectar Exp $ # ! DISTNAME= gtk+-1.2.1 ! PKGNAME= gtk-1.2.1 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \ diff -c -r gtk12/files/md5 gtk12-1/files/md5 *** gtk12/files/md5 Sat Mar 6 19:12:21 1999 --- gtk12-1/files/md5 Fri Mar 26 14:46:30 1999 *************** *** 1 **** ! MD5 (gtk+-1.2.0.tar.gz) = d935cf94a4b0167b6b3570580a1013b9 --- 1 ---- ! MD5 (gtk+-1.2.1.tar.gz) = 14803407da09e463fd7fd686dec25bbf diff -c -r gtk12/patches/patch-aa gtk12-1/patches/patch-aa *** gtk12/patches/patch-aa Mon Mar 8 17:09:08 1999 --- gtk12-1/patches/patch-aa Fri Mar 26 14:49:22 1999 *************** *** 187,194 **** FAQ_FILES = html/gtkfaq.html html/gtkfaq-1.html html/gtkfaq-2.html html/gtkfaq-3.html html/gtkfaq-4.html html/gtkfaq-5.html html/gtkfaq-6.html html/gtkfaq-7.html text/gtkfaq.txt ! -EXTRA_DIST = gtk-config.1 texinfo.tex macros.texi gtkdocs_fix gtkfaq.sgml gtk-config.txt gtk_tut.sgml gtk_tut_it.sgml gtk_tut_fr.sgml debugging.txt developers.txt refcounting.txt styles.txt text_widget.txt widget_system.txt gtk_tut_packbox1.gif gtk_tut_packbox2.gif html/gtk_tut_table.gif html/gtk_tut_packbox1.gif html/gtk_tut_packbox2.gif gtk_tut_table.gif html/gdk.html html/gdk_toc.html html/gtk.html html/gtk_toc.html $(TUTORIAL_FILES) $(TUTORIAL_FR_FILES) $(TUTORIAL_IT_FILES) $(FAQ_FILES) ! +EXTRA_DIST = gtk12-config.1 texinfo.tex macros.texi gtkdocs_fix gtkfaq.sgml gtk-config.txt gtk_tut.sgml gtk_tut_it.sgml gtk_tut_fr.sgml debugging.txt developers.txt refcounting.txt styles.txt text_widget.txt widget_system.txt gtk_tut_packbox1.gif gtk_tut_packbox2.gif html/gtk_tut_table.gif html/gtk_tut_packbox1.gif html/gtk_tut_packbox2.gif gtk_tut_table.gif html/gdk.html html/gdk_toc.html html/gtk.html html/gtk_toc.html $(TUTORIAL_FILES) $(TUTORIAL_FR_FILES) $(TUTORIAL_IT_FILES) $(FAQ_FILES) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h --- 187,194 ---- FAQ_FILES = html/gtkfaq.html html/gtkfaq-1.html html/gtkfaq-2.html html/gtkfaq-3.html html/gtkfaq-4.html html/gtkfaq-5.html html/gtkfaq-6.html html/gtkfaq-7.html text/gtkfaq.txt ! -EXTRA_DIST = gtk-config.1.in texinfo.tex macros.texi gtkdocs_fix gtkfaq.sgml gtk-config.txt gtk_tut.sgml gtk_tut_it.sgml gtk_tut_fr.sgml debugging.txt developers.txt refcounting.txt styles.txt text_widget.txt widget_system.txt gtk_tut_packbox1.gif gtk_tut_packbox2.gif html/gtk_tut_table.gif html/gtk_tut_packbox1.gif html/gtk_tut_packbox2.gif gtk_tut_table.gif html/gdk.html html/gdk_toc.html html/gtk.html html/gtk_toc.html $(TUTORIAL_FILES) $(TUTORIAL_FR_FILES) $(TUTORIAL_IT_FILES) $(FAQ_FILES) ! +EXTRA_DIST = gtk12-config.1.in texinfo.tex macros.texi gtkdocs_fix gtkfaq.sgml gtk-config.txt gtk_tut.sgml gtk_tut_it.sgml gtk_tut_fr.sgml debugging.txt developers.txt refcounting.txt styles.txt text_widget.txt widget_system.txt gtk_tut_packbox1.gif gtk_tut_packbox2.gif html/gtk_tut_table.gif html/gtk_tut_packbox1.gif html/gtk_tut_packbox2.gif gtk_tut_table.gif html/gdk.html html/gdk_toc.html html/gtk.html html/gtk_toc.html $(TUTORIAL_FILES) $(TUTORIAL_FR_FILES) $(TUTORIAL_IT_FILES) $(FAQ_FILES) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.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 Fri Mar 26 15:33: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 F092114C08; Fri, 26 Mar 1999 15:33:37 -0800 (PST) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA10014; Fri, 26 Mar 1999 15:33:19 -0800 (PST) (envelope-from flathill@FreeBSD.org) Date: Fri, 26 Mar 1999 15:33:19 -0800 (PST) From: Message-Id: <199903262333.PAA10014@freefall.freebsd.org> To: mreimer@vpop.net, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10810 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade glib port to glib-1.2.1 State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Fri Mar 26 15:32: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 Fri Mar 26 16: 1: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 9463F14E10; Fri, 26 Mar 1999 16:01:15 -0800 (PST) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA11819; Fri, 26 Mar 1999 16:00:57 -0800 (PST) (envelope-from flathill@FreeBSD.org) Date: Fri, 26 Mar 1999 16:00:57 -0800 (PST) From: Message-Id: <199903270000.QAA11819@freefall.freebsd.org> To: mreimer@vpop.net, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10811 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade gtk12 port to 1.2.1 State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Fri Mar 26 16:00: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 Fri Mar 26 18:20: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 D6E141510D for ; Fri, 26 Mar 1999 18:20:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA21664; Fri, 26 Mar 1999 18:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 72E8114EE3; Fri, 26 Mar 1999 18:15:17 -0800 (PST) Message-Id: <19990327021517.72E8114EE3@hub.freebsd.org> Date: Fri, 26 Mar 1999 18:15:17 -0800 (PST) From: pfgiffun@bachue.usc.unal.edu.co To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10813: crossgo32 brokeness Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10813 >Category: ports >Synopsis: crossgo32 brokeness >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 Mar 26 18:20:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: ELF systems >Organization: U. Nacional de colombia >Environment: >Description: Some time ago, Joel Sutton was going to update the crossgo32 port to follow the same structure of the crosssco port. I received a new port from him for testing but I never did anything useful with it. Unfortunately, Joel isn't available at the same address anymore and I don't know where to reach him. >How-To-Repeat: The port is now broken, probably because the old version of binutils doesn't "know" anything about ELF. I am attaching his updated port in the hope that someone else will find a use for it. >Fix: begin 644 crossgo32.tgz M'XL(`)YH^S4``^P\_7?;-I+]U?PKL$[:V+%)D90HR>JZ:T>67;6VY9.4-'W= M/BU%0A)CBN3QPXZ:]?WM-P-^4Z3LYAQG;]=XSQ8QF`$&,YC!``2HN;;GS>VZ M7/OFBR72$%N*0KXA1&HI(OY"BG^C#&DJ+5D4&Z)_(>K M+B'??/`"W[>M2KS;!:7F4S#TM$E+]#\S3.I]D5'P9_2O*#*@R:UZXUG_3Y&* M^K]0KRD^/68;DB@V&XT-^F\T4?\-1:XKK:8$:(U&0_J&B(_)1%7Z3]>_/9O) M]"/M<%MS32.\36)(\B!HW-?F\CE]J52T_Z7^^%X7[;^YP?X;S1:S_Z8HU>LB M/$OU1OW9_I\D79PH9,>BMZ8QY26A+8@"B$.8_[%+#HERH!TTVEJC+>GZ=*:W MFDI;U]OZE!XT1+T]$SE&K-N>2TT@SI)JXDQ6Z*RIZ=-6LZFJXDR=-G1-A$!@ M-CUHZ"$I>!Q>%EJ"+-0SM`E,4I^WI5&G/:(NV%*K6Q49#H8V(/!SWT'Z6!T?U MM0764:\WILVF+C:GFBRKLC95Z]I4U*@ZE:6&/*O_^SC$U/Z=Z_D76@,\,/YK MUA6Y)?UW!Q<7O>9[9*ZS$\-GYP,1O\^7N\YQ2EO_R>]47?XZ&W< M8_]U"/P+67 M9!N7AU&@M$UN%X:V((%'/>(O*-==S:W`(W0YI;I.=0+1I*NZ!I;"@M*EJD^) MMU1-5J=AL2*!O+7`O_B!!:7FBH-Z7(I<6#:QJ']KN]>&-2=>X#B`150?6R)+ M&QV30-Y$M1`5B,(6=&)86`OI#DY/T74M@4:U=.@61HJ&O\+:'=>^,9!'Y,RV M;JC+*O9HPAAG6%!V\M/9U=6-1'`ES)9&`L=UF5R0JY4=N$"N4^YP/94B8ML? M8+`1%>2D>BNR`[[56]B!":PL@-,I);HQFQE:8/I_VP4T#B0ND&/3)/:,]9VI M*=5-+(&%>@/,4VI!_V$P@Y!UG,^"B0D;U/C!DR1FY5 MRX\EP6H%46%?B1;6LKV@IFD+VC:*U6(D2V.^\%'QQ`--^`OLHVE^U[(OF>'Q3!M::J%DG4#B]@6X.`TME0UX)L*I.^_\A)]P*^_ MZJ2X_)+NI"J#!@Y>JB3SSJ M0G>0P$)1XG!%M6'+6"'Y#HPJJ+=;X1B$GH;U0C<(K%86`DD-.!D0C#FT'XX- M`Y6XJC6G.(HR37J$)_V0%0=RM@7"7T%>!XO3-.IY;`QQOQB6;M]ZY$`!_(B[ MT$S5F'?U1C5,=0IR9XX"1RHS'G)+IYQG^"#H,<*`Y;`3:,&&;8$PU*D-[4=6 M`&H"`ZX%GELS;1@+-6\!QEU+9JC08HPE-.:B,ID@O)7GT^6N0*Y,T"*,W`75 MKKF4A]/C_V)1S-)&KJW0*T#C6(&/FO1MQ]#`MB\0H9\BK!DVQR6](M@KD(=A M:6:@H]XR@MV'X1>X&@VM'D4&/,`XH[XF"`*WM?!]IU.KW=[>"CH$7:`Q`:RO MIG^8.TZ-X_JA::J,71]D[86>+?:)J4.$FD..;N342^USZM*VYN!G;-14A`$! MG,<('(.";O=#,1$[")UJ(F)>GW]P')GSJ$FU4$PS@JUY.+!'J`]6#;4^V*M] MCOO)IB9V*IH\CT`VP";V1U"#YW#Q_T'*QW]7Y_W18Z_^[MO_@^A/5.+X3VJ) M31;_-9_7?T^28-*H9>:ZO3TN#_&,/V@!9$\_Z,'2*4"M90&@NL6J?!=&^*O(NEIL?:YZQ<9-G0%@YO;MN/.! ME)@X*,]"W)S4$U#3'$5A)#-`-]X&D&&-^)BDR_;FDT>;MY]*;G]VR^MEM MXE#Y7%H(6F?&/'#IYU8`99:NNOIG&X'Y'"\5 M\G(A7^=R@S"?BZG3O%@$K&'(14"]"&@4`4H1T"P"6D5`NP@X*`"*;,A%SN4B MY_(:29%SN=*S;:OYEM6\VW&V7H^FZ\H[EV<;>:SL:1C ME\*5>(DR6&)0>6C$6=Y)E,%B^@*TE#[N8-YS<&O.H#!H#K@CYDU^(_PLZR?( M[^2?_X0EDDYXBY)7TG[M@EH!+(1>$;;D"Q=["?8/>1>U[J`VSWW5^.437C5^ M^2RW`;]Z:JLF*IW/JM%+)[$-72Z?N3;(=,-T54VU:8[:T-:&B:F:JG(V@KBQ M!G_&E+K^2E"3?!*(H3Y+P+:#RW4O*L*7POB;E->BG<^:IDD00A/D?&5`R M.O+P_**ANC!7)JJ"Z=A!/)74UR]'2I)K4K>9Y M65D4K;,JR\-5TB9R7!E5EH//846AX]5M+=UIJPVIJB^I<.I2^F9TPA4VXFKQ M[N1:0;A7F6XZHS>LPT)UZ;J9Z_Q(WEQ08D@U(Z-3_L'1X_<,#L#:B^"L'W'(9Q@37R>4E MWLHS#<\O+01C+`5['@BGM$A#'DI+8,;!MU%E1=1U+;NT9*.(9YKEFZ4E<[=< M4!N4P;;1RSG'EW&V5E%4P1N^<"A7A>-HX!^7Y66NC:\3RLMN]5(X^)T*L;IT MKM-9:=&&P>096U2;1Y8'$[5E<4;AB\65P]A+*T>J:S4J!AX6.BHKEH^6+"T6OEA M:?AZI1)ADZZQV%?]*K<4EU<6;M0%%E8,EZBT6E&;U1A8X,S*+06+;U6CFF70 M<759Q7!D95-CQ!ND%/FOL M:V_"?\64>?^#AU^_R`V@/W/_1VZ(^/Y'5I[O?SU)6M<_^^55]?':N._\9UVL M1^<_6_7P_E^#W?]Z?O_WY1//\P363%&DP)8DM8_\#.;@J:<+MFO,MWZA.KD` M&PT%"(='+2XO;V]:MH2LH.0[.B(\-)^G>SAOZ,CCKP@)[;URF>G M9F;&1_:JC2.C\<75Y+3__FHX&`_((<=WS_MO#GES;@5A\,KM,L"&("P_B_`R=\Y MGFQ_^\F9=^::ZTN"_:UW]^VGOT`>@)UE#M9);V_E0=8FD= MA.-C'GN7)RF'VX!&+1V1D")NL1P7JR&UU^2<'9A=$=P3WL^<*QMU!^$Q,(L= M2E--8JK6/%#G-#X')I#7M8P8P2,6!!A#$M%U^//PD%VX*>3<,5$4@>3;3Z!/ M:-OLX,X1KO54D`+A32V6']!LD_%@<'[2'T[>'(]ZDZMA#SPVV6:1-I"OM?%@ M_(W-AS(;@:R,V0H/MH9=U8FW6DYMDQV3!&BT\V"[`@F%]+6-[5\P5?I_[?': MN,?_-UHM<_K MVD&V:Z54U438N68;.\?^AYWK#8>#X6C2[:8\L6=-V]0=<-9)'JC8XVZ%I(;' MEX`.H.A52=AC-BD[&[NK=.1&MKOK)-443)$*4Z02]?4%GFG'8\1@27,JLP/" M[+$>72M@4Y>'B.^CSAD>7B'0HY/9GI]#)-/`)Y;MDUN\=!!X.`]B]6<@/W:# M@MU*$;BDML--$GTS&(PG&4A6K"_P8+I'"8PSSV=W5::4V#?4=0U=A[:G*];P M1_YU>/0=?L-#UL2E.%/[Q@TU5\C))&4ET<)F%=3K115LE'^,CO*70P7(&0WP M^`P*T9T2GTV#.#KT3VS)73-K8`,ZT#O3:\@T?+^)@!;>47>I@ M1^+9"?\I9?6%%RG2$_K4LH/Y8C^\5V-Z-M+&URV0"7;W`/!\=FY=X'@8HJ`X M.:L"&700@_N7W?.W)[W1+L``$*%A#N*^L]YXDJ??Q4:XO4>NE,5/Y%C7C2C( MLIUP),*(0!FP@:@E=WK"]^BRH#+)C>PE=%=UYQ2&4#1X:'RW@/#]:*\Q=4AS M$Z;()-9FS+VR;0 M`<>`N!6L4_7]%3Q<@S+AY^\;Z. M]3V,Z'\PV2;RP:'G!89/$Y$)T-/:BTIA'^#NA-1*A7U?557"SU7$MCF4_3;9 M8_]1^./>:#P"%VYXFO"1S$P;1/>1&#;\6]*E[:[@0;>#*=0,$'P-!UB!A1&A77#W$N?9'A475?%NCS?#31L(FPQU0WSDWRD!C9]AH:1 M]9],87NE..%$E07BD'KY:?3VZFHP'-_!(TYDF?((=-;-`U&_Z2[P.E4RCV^> MO>5VUE`VSMER=LYF;K2I)'/V"_(+!07@7I07+2Y@",.<$3O#I6JMDAMX7HP: M79J;CX)=WXN;(M[_=("Q+R(_I7'`4/Q^% M\-[ENP@*3P@;7AV/?YQ`YMWQ$$NR^2/N+R1K3X0D%\*0^=KG3J08UT( MN8`G_HMQ,=C,!MU):#[PCUT":+O5J?>[LABJH1*VIPZY([2[(AR MM3K0_TFQ.I)Y'@)$JVRZ=ZF*(8(W=:_3R1^GI:TX`B"W+M[YM+&+19U`D#6, M`>X-8A#2'8Y%7!>%!YFP8R%'D6J^($>#!W&44Y.CKBMI'%#R4P#25G".4>1H M\#?S2LI3KJM(D:I5I!SL-Y4OH"*R[A%>.)I2[I[JOOP\`V.JI)HO/QE+Q\Z4>1+>LC!NU;6X?W1^J547DL2:R% MZ7;4'?:OQBP/<5O_8A(!,%"[>'?1R^9[[]+B2.CDQ_@6>/IY`L]8!K"$QTO: M?C";E0R4?U6!#)Y&(%][KB]+5?'?].G>_TN-NA3&?_@E&$EF\9_R_/[O21(: M:?H%OUKZS<_0;8Z",`J4VD06.W*CHV3V)$KIBB3UCB*F2Z[6P3XXWKWP!Q== MF&X7^-&.'9/._-T0\BE>YVH+%;]",_M-D>3?O^?X$`KS"W%A#IC@S+(#QC6= MH+O>1\Q]`JB[WW-[>=0-F%%3QHSLW+JV3\GA(1%W8S`A"[S.`%6HIC&W)BP7 MUF12:^XO]LE.8.&A0_!4C-W7NU#Y;L+LA,UM.W:F73?EK[PP:ADE0GA@/H&$ M#.ZEH+NPF9)&H'/\S@[T?Y<1?:=(TF[<[H.Q60OP#STWQQ3#MC5D$5?.X4^H M192>ZLXU\@.1R7??X=:#MG00=/.;]/L^V>:][=U4LI&"PPT*YIR)%TDL41(J M&$.*L!(9*AE,AB>#R_-?XVYD42LQ$^6FV']-])L,-(>ZKNW&%0#9US;,)TJI M__\27WX.TWWK_V9=CK[_T&R(2C/Z),2S_W^*]()&2_7.EB34`7Z"W_B*/L35V=IJLG4K>/T7Y)>% MO03(%=5=FYP9LUE@&>2O\_#!.5*])43^[OP'[@4@O^SK+^&!.^F/QI?'%[W# MK]L,.SW1H=;.G[*D+LX'HU[P\FH/T;8C'UQ M!_X+&OM0&?O@CA-,:^&';VM;6W_GMJJQXL^:U>*/QM88/L2%:2N3L\NW=XQK M/-T!;6:_J0L1X_OQ\+@[GHS>GKZ_8]3IY%E6^O)3+("[LN+\QV\+&!QW=3SN M_GAOY]>[%1)&'4B^D)OA)?Q";E0_0B>C,83!A[R#ZW6\3J!!N+LZ?/GIE^'/ M)_WA7EV0GQ\,S8);G\6M5//2/5SU@)7P?`WS$&\EO1Z`B?(T:TG/Q7G;ZT3)D M\5(ZW(I?$NVR:WLDS>)5O4PVN9X'"DFA\:6\#&)X&S(+B&]`YBBC>X_Y%L(; M?%DFXCN..5IV*S*#Q>XQDO#N9@:S:L%=SFE1Q5B655.VA;AMBM:9F5O[JG*`03P$N MYE;%LDRU)EL<%](Q%=]#+^?D4[O$;IC4`E/?%K3?-G/+!T>G9^UW[SZ=O#_> M?]\^?)C?8H%&!P$6/,67CQ5QND9"<),,I4-H$*HWA]<@*L,`?:FCXD)E:)@;/*B/XJ7W6 MKG;_;?O7QD;XNLS](IB3FW2`WS$&:27OS+>HH1['R>#)$0CN60&+YL9@U7%F M$"YU7K?FR,!]_EHI.7=$_WLQ]+G\9VSI-VCC"?]_:[O9G)'_ULZ.Q_]="#U; MED_RA^1[=P2H-U((N6(85<:QA#*4T)XWT23)ID;%%CPE M6XWK&8YRHFR/,*,W:H<9K&^BY!'FFH/\@K` M*\<%R0B_IY>;==P')H*T'%-"LZ[(B7!/+^LJ#-D)+APSJL"5#Q=_>H2=3@N1//_I0&TC7S)>B-UVB309WK)Z)<#1 MVCA,?#[=1RW90&5I#/F*+IJ`HS^(%=H@-F0X!51Q5H23D/Y$EQ'IYNH80+-I M>K^NC,Z!9>,:=8KE-*9D"'5"PN_JPMH?G0@06T+5X+/J7)>JKB)CR(TSZ&6? M^.6B^2!.BT%\(Q.6*J,\YV#,<\F#KPDFC.ACU.^XX:8)0?LP= M>))#O2D?U4&C8_SNG-@ATYZ!MB?WW,E<5$5DA::,FXL1<)B3/`SHZ2VQU_IZ M@DM;`%[S(04F32T=JX:IJ5O:ZDWT=1KUJ96+>S6Z4?%4@]W9A>F#8X62TBR] M2/6(-GYH(D&$:FG]Z(?]<4W^K/$I2>GD>V`/)KEH&1E9MA0I6KQQK'/J&L+=@B6_#:K^- M&5Z9!C9(&,\*1FF@[OAP=HC\^BM&)XL9 MK50!K6+X15TZ1`B[O?3-,UKYR362.U_$5>P_.;:R01E@(M*B5S#[Q9JS M)&3(5@8J+*93Z9B)=^("[C$&GOX!E4!52.#3MJ*,\V=0Q)DSF]D>?EJ=F$UV M,1&?O>@_3JIK>4RU=G(E4I^-VCU:=`S#Q^41;!ZWZ>MW&K.NB153#K"[T>X>\ M@XFZ9&Y,>M1;MKQWI8[75.M1I:7U96/H)%4NPU5T//O0&*5XJ!AQ61&R8&DR M@I%?&01+C]G(`I9,)&387-:TC?_+Q9,G3YX\>?+DR9,G3YX\>?+DR9,G3YX\ A>?+DR9,G3YX\>?+DR9,G3YX\>?+DZ:OI']D-118`H``` ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 18:46:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 89E131510D for ; Fri, 26 Mar 1999 18:46:37 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca6-16.ix.netcom.com [205.186.213.16]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id SAA06963; Fri, 26 Mar 1999 18:46:10 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id SAA20798; Fri, 26 Mar 1999 18:46:00 -0800 (PST) Date: Fri, 26 Mar 1999 18:46:00 -0800 (PST) Message-Id: <199903270246.SAA20798@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: sprice@hiwaay.net Cc: sjr@home.net, jim@corp.au.triax.com, jorbeton@pilot.net, freebsd-ports@FreeBSD.ORG In-reply-to: (message from Steve Price on Fri, 26 Mar 1999 15:53:39 -0600 (CST)) Subject: Re: CVSup and Fetch From: asami@FreeBSD.ORG (nazgul) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Steve Price * I like it! Though you might think about calling the file * .version, .mkversion, .portmkversion, or something with a * leading dot so it doesn't normally show up in an ls(1). Good point. Thanks, I'll change it to .mkversion. (The older one would also conflict if someone ever made a package called "VERSION"....) * -steve -the wraith :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 21:10:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6732F14F29 for ; Fri, 26 Mar 1999 21:10:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA32381; Fri, 26 Mar 1999 21:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 26 Mar 1999 21:10:02 -0800 (PST) Message-Id: <199903270510.VAA32381@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jim Mock Subject: Re: ports/6687 Reply-To: Jim Mock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6687; it has been noted by GNATS. From: Jim Mock To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/6687 Date: Sat, 27 Mar 1999 16:04:10 +1100 Apply the following patch to upgrade ktelnet to version 0.61 and use KDE 1.1.. diff -ruN ktelnet.orig/Makefile ktelnet/Makefile --- ktelnet.orig/Makefile Sat Mar 27 16:00:32 1999 +++ ktelnet/Makefile Sat Mar 27 14:36:03 1999 @@ -1,31 +1,41 @@ # New ports collection makefile for: ktelnet -# Version required: Beta4 -# Date created: 14 May 1998 -# Whom: Hans Petter Bieker +# Version required: 0.61 +# Date created: 14 May 1998 +# Whom: Hans Petter Bieker # # $Id$ # -DISTNAME= ktelnet-0.6 -CATEGORIES= x11 kde -MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= /stable/Beta4/apps/network -EXTRACT_SUFX= .tgz - -MAINTAINER= hanspb@persbraten.vgs.no - -BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt -LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \ - gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ - jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ - kdecore\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ - kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ - "--with-extra-includes=$(PREFIX)/include/giflib" +DISTNAME= ktelnet-0.61 +CATEGORIES= x11 kde +MASTER_SITES= $(MASTER_SITE_KDE) +MASTER_SITE_SUBDIR= /stable/1.1/apps/network +EXTRACT_SUFX= .tgz -CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ - INSTALL_SCRIPT="install -c -m 555" +MAINTAINER= hanspb@persbraten.vgs.no + +BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt142 +LIB_DEPENDS= qt.2:${PORTSDIR}/x11-toolkits/qt142 \ + gif.3:${PORTSDIR}/graphics/giflib \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + kdecore.2:${PORTSDIR}/x11/kdelibs11 \ + kdeui.2:${PORTSDIR}/x11/kdelibs11 + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ + "--with-extra-includes=${PREFIX}/include/giflib" + +CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" \ + INSTALL_SCRIPT="install -c -m 555" + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/HTML/en/ktelnet + ${MKDIR} ${PREFIX}/share/doc/HTML/de/ktelnet + ${INSTALL_MAN} ${WRKSRC}/doc/index.en.html \ + ${PREFIX}/share/doc/HTML/en/ktelnet/index.html + ${INSTALL_MAN} ${WRKSRC}/doc/index.de.html \ + ${PREFIX}/share/doc/HTML/de/ktelnet/index.html +.endif .include diff -ruN ktelnet.orig/files/md5 ktelnet/files/md5 --- ktelnet.orig/files/md5 Sat Mar 27 16:00:31 1999 +++ ktelnet/files/md5 Sat Mar 27 13:30:55 1999 @@ -1 +1 @@ -MD5 (ktelnet-0.6.tgz) = 75f2d1b2a7ecde929c7c09dbe5e4ef1b +MD5 (ktelnet-0.61.tgz) = e55a86f7c64279d4c189375cfaa98f38 diff -ruN ktelnet.orig/pkg/PLIST ktelnet/pkg/PLIST --- ktelnet.orig/pkg/PLIST Sat Mar 27 16:00:31 1999 +++ ktelnet/pkg/PLIST Sat Mar 27 13:55:56 1999 @@ -8,9 +8,7 @@ share/apps/ktelnet/toolbar/session1.xpm share/apps/ktelnet/toolbar/sgi.xpm share/apps/ktelnet/toolbar/smalldown.xpm -share/apps/ktelnet/toolbar/smalldown_grey.xpm share/apps/ktelnet/toolbar/smallup.xpm -share/apps/ktelnet/toolbar/smallup_grey.xpm share/apps/ktelnet/toolbar/sun.xpm share/apps/ktelnet/pics/ktelnet.xpm share/apps/ktelnet/pics/ktname.xpm -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 21:20: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 4E0A615113 for ; Fri, 26 Mar 1999 21:20:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA32727; Fri, 26 Mar 1999 21:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 26 Mar 1999 21:20:02 -0800 (PST) Message-Id: <199903270520.VAA32727@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jim Mock Subject: Re: ports/10097 Reply-To: Jim Mock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10097; it has been noted by GNATS. From: Jim Mock To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/10097 Date: Sat, 27 Mar 1999 16:11:38 +1100 The following patch makes portlint happy (it complained about a multiple line pkg/COMMENT and some spaces instead of tabs in the Makefile). Also provides a better description than the one-liner originally included. diff -ruN kvirc.orig/Makefile kvirc/Makefile --- kvirc.orig/Makefile Sat Mar 27 16:07:49 1999 +++ kvirc/Makefile Sat Mar 27 10:58:14 1999 @@ -1,30 +1,32 @@ # New ports collection makefile for: kvirc -# Version required: 0.9.0 -# Date created: Mon Feb 15 02:53:29 CET 1999 -# Whom: Anders Nordby +# Version required: 0.9.0 +# Date created: Mon Feb 15 02:53:29 CET 1999 +# Whom: Anders Nordby # # $Id$ # -DISTNAME= kvirc-0.9.0 -CATEGORIES= net kde -MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= stable/1.1/apps/network - -MAINTAINER= anders@fix.no - -LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \ - kdeui.2:${PORTSDIR}/x11/kdelibs11 \ - khtmlw.2:${PORTSDIR}/x11/kdelibs11 - -USE_QT= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes - -KDEDIR= ${PREFIX} - -CONFIGURE_ARGS= --x-includes=$(X11BASE)/include --x-libraries=$(X11BASE)/lib \ - --datadir=$(PREFIX)/share/kde --includedir=$(PREFIX)/include \ - --libdir=$(PREFIX)/lib +DISTNAME= kvirc-0.9.0 +CATEGORIES= net kde +MASTER_SITES= $(MASTER_SITE_KDE) +MASTER_SITE_SUBDIR= stable/1.1/apps/network + +MAINTAINER= anders@fix.no + +LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \ + kdeui.2:${PORTSDIR}/x11/kdelibs11 \ + khtmlw.2:${PORTSDIR}/x11/kdelibs11 + +USE_QT= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes + +KDEDIR= ${PREFIX} + +CONFIGURE_ARGS= --x-includes=$(X11BASE)/include \ + --x-libraries=$(X11BASE)/lib \ + --datadir=$(PREFIX)/share/kde \ + --includedir=$(PREFIX)/include \ + --libdir=$(PREFIX)/lib .include diff -ruN kvirc.orig/pkg/COMMENT kvirc/pkg/COMMENT --- kvirc.orig/pkg/COMMENT Sat Mar 27 16:07:49 1999 +++ kvirc/pkg/COMMENT Sat Mar 27 10:58:44 1999 @@ -1,3 +1 @@ -KVIrc is an enchanced visual irc client. - -- Just another X IRC client? +KVIrc is an enchanced visual irc client for KDE. diff -ruN kvirc.orig/pkg/DESCR kvirc/pkg/DESCR --- kvirc.orig/pkg/DESCR Sat Mar 27 16:07:49 1999 +++ kvirc/pkg/DESCR Sat Mar 27 11:01:47 1999 @@ -1 +1,7 @@ -KVIrc is an enchanced visual irc client. +KVirc is a powerful Internet Relay Chat client designed for UNIX +platforms. It is distributed as Free Software under the terms of the +GNU General Public License. That means that you can get , copy and +redistribute it at no charge. KVirc was developed mainly on Linux but +can be installed on other UNIX platforms that support KDE. + +Official Web site: http://www.kvirc.org/ -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 21:20: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 090B515113 for ; Fri, 26 Mar 1999 21:20:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA32732; Fri, 26 Mar 1999 21:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 26 Mar 1999 21:20:03 -0800 (PST) Message-Id: <199903270520.VAA32732@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jim Mock Subject: Re: ports/10197 Reply-To: Jim Mock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10197; it has been noted by GNATS. From: Jim Mock To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/10197 Date: Sat, 27 Mar 1999 16:18:32 +1100 The following patch adds a better description and has some slight changes to the Makefile.. diff -ruN naim.orig/Makefile naim/Makefile --- naim.orig/Makefile Sat Mar 27 16:15:22 1999 +++ naim/Makefile Sat Mar 27 12:32:22 1999 @@ -1,28 +1,28 @@ -# New ports collection makefile for: naim -# Version required: 0.9.3 -# Date created: 02 March 1999 -# Whom: mharo@area51.fremont.ca.us +# New ports collection makefile for: naim +# Version required: 0.9.3 +# Date created: 02 March 1999 +# Whom: mharo@area51.fremont.ca.us # # $Id$ # -DISTNAME= naim-0.9.3 -CATEGORIES= net -MASTER_SITES= http://naim.n.ml.org/release/ -EXTRACT_SUFX= .tgz +DISTNAME= naim-0.9.3 +CATEGORIES= net +MASTER_SITES= http://naim.n.ml.org/release/ +EXTRACT_SUFX= .tgz -MAINTAINER= mharo@area51.fremont.ca.us +MAINTAINER= mharo@area51.fremont.ca.us -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes -MAN1= naim.1 +MAN1= naim.1 post-install: - ${ECHO} "Installing ${PREFIX}/share/examples/naim/faimrc_sample" - -${MKDIR} ${PREFIX}/share/examples/naim - ${INSTALL_DATA} ${WRKSRC}/doc/faimrc_sample ${PREFIX}/share/examples/naim/ - @${ECHO} "************************************************************" - @${CAT} ${MASTERDIR}/pkg/MESSAGE - @${ECHO} "************************************************************" + @${ECHO} "Installing ${PREFIX}/share/examples/naim/faimrc_sample" + @${MKDIR} ${PREFIX}/share/examples/naim + ${INSTALL_DATA} ${WRKSRC}/doc/faimrc_sample ${PREFIX}/share/examples/naim/ + @${ECHO} "************************************************************" + @${CAT} ${MASTERDIR}/pkg/MESSAGE + @${ECHO} "************************************************************" .include diff -ruN naim.orig/pkg/DESCR naim/pkg/DESCR --- naim.orig/pkg/DESCR Sat Mar 27 16:15:23 1999 +++ naim/pkg/DESCR Sat Mar 27 12:22:33 1999 @@ -1,4 +1,4 @@ - naim is a chat program for use with America Online's AOL + naim is a chat program for use with America Online's AOL Instant Messenger. The name naim is derived from n's AIM client, but it could also have been derived from ncurses AIM client because of naim's use of the ncurses text-mode screen library. -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 21:43:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 6672C150E3 for ; Fri, 26 Mar 1999 21:43:25 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu ([207.92.173.144]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id VAA07191; Fri, 26 Mar 1999 21:43:09 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id VAA21110; Fri, 26 Mar 1999 21:42:31 -0800 (PST) Date: Fri, 26 Mar 1999 21:42:31 -0800 (PST) Message-Id: <199903270542.VAA21110@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: nate@mt.sri.com Cc: freebsd-ports@FreeBSD.org In-reply-to: <199903261620.JAA00260@mt.sri.com> (message from Nate Williams on Fri, 26 Mar 1999 09:20:17 -0700) Subject: Re: Ports question From: asami@FreeBSD.org (Satoshi Asami) References: <199903261620.JAA00260@mt.sri.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Nate Williams * Second, on ELF systems, if the data of /usr/libexec/ld-elf.so.1 is older * than March 24, I need to install a new loader. Or, I need to abort the I'll add it to the upgrade kit. Thanks for the reminder! Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 26 22:38:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ccsun11.csie.nctu.edu.tw (ccsun11.csie.nctu.edu.tw [140.113.209.111]) by hub.freebsd.org (Postfix) with ESMTP id 1C88D14FCE for ; Fri, 26 Mar 1999 22:36:40 -0800 (PST) (envelope-from wkwu@ccsun11.csie.nctu.edu.tw) Received: (from wkwu@localhost) by ccsun11.csie.nctu.edu.tw (8.9.3/8.9.0) id OAA03493 for ports@freebsd.org; Sat, 27 Mar 1999 14:36:20 +0800 (CST) From: Wei-Kai Wu Message-Id: <199903270636.OAA03493@ccsun11.csie.nctu.edu.tw> Subject: Afterstep-1.7.25 make-error To: ports@freebsd.org Date: Sat, 27 Mar 1999 14:36:20 +0800 (CST) X-Mailer: ELM [version 2.4ME+ PL32 (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 cc add_window.o afterstep.o borders.o clientwin.o colormaps.o configure.o decor ations.o dirtree.o events.o functions.o icons.o menus.o misc.o module.o move.o myscandir.o pager.o placement.o resize.o style.o windows.o ../../asimagelib/li basimage.a ../../lib/libafterstep.a -L/usr/local/lib -ljpeg -L/usr/local/lib -lp ng -lz -lm -L/usr/X11R6/lib -lX11 -L/usr/X11R6/lib -lSM -lICE -lXpm -lXex t -o afterstep ../../asimagelib/libasimage.a(as_jpeg.o): In function `LoadJPEGFile': as_jpeg.o(.text+0x1e4): undefined reference to `jpeg_create_decompress' *** Error code 1 I have installed the jpeg-lib. Thanks a lot! -- E-mail: wkwu@csie.nctu.edu.tw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 27 1:57:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 935E215148 for ; Sat, 27 Mar 1999 01:57:01 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.2/8.9.1) with ESMTP id BAA87564; Sat, 27 Mar 1999 01:56:38 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id JAA01517; Sat, 27 Mar 1999 09:56:37 GMT (envelope-from obrien) Date: Sat, 27 Mar 1999 01:56:37 -0800 From: "David O'Brien" To: Brian Handy Cc: Steve Price , Nate Williams , freebsd-ports@FreeBSD.ORG Subject: Re: Ports question Message-ID: <19990327015637.A1483@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Brian Handy on Fri, Mar 26, 1999 at 10:56:20AM -0700 X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > lambic -> uname -r > 2.2.8-STABLE .... > You need to upgrade your loader. > *** Error code 1 This test shouldn't be performed in the a.out case, should it? -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 27 5:11:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id C00A614F44 for ; Sat, 27 Mar 1999 05:11:36 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu ([207.92.173.144]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id FAA08739; Sat, 27 Mar 1999 05:10:51 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id FAA22161; Sat, 27 Mar 1999 05:08:35 -0800 (PST) Date: Sat, 27 Mar 1999 05:08:35 -0800 (PST) Message-Id: <199903271308.FAA22161@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: sprice@hiwaay.net Cc: billf@chc-chimes.com, jim@corp.au.triax.com, ports@FreeBSD.ORG In-reply-to: (message from Steve Price on Fri, 26 Mar 1999 13:57:26 -0600 (CST)) Subject: Re: Makefile help From: asami@FreeBSD.ORG (Satoshi "the Wraith" Asami) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Steve Price * Youch! That isn't what I meant. I wanted to use the word, wrath, It wasn't? :) * instead. And no, before any of you other wise-acres out there get * anymore ideas it wasn't a Freudian Slip either. A finger fumble, * pure and simple. You know, I always thought people regarded me as the "dark lord". It never entered my mind that I might actually be one of his nine servants. :> -W P.S. If you haven't read "The Lord of the Rings", nevermind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 27 5:17:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id D1EEA1508B for ; Sat, 27 Mar 1999 05:17:46 -0800 (PST) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 59066 invoked by uid 1003); 27 Mar 1999 15:21:50 -0000 Date: Sat, 27 Mar 1999 15:21:50 +0000 From: Neil Blakey-Milner To: Satoshi Asami Cc: sjr@home.net, jim@corp.au.triax.com, jorbeton@pilot.net, freebsd-ports@FreeBSD.ORG Subject: Re: CVSup and Fetch Message-ID: <19990327152150.A57118@rucus.ru.ac.za> References: <199903261302.IAA19553@istari.home.net> <199903261348.FAA18790@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199903261348.FAA18790@silvia.hip.berkeley.edu>; from Satoshi Asami on Fri, Mar 26, 1999 at 05:48:50AM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri 1999-03-26 (05:48), Satoshi Asami wrote: > How about something like this? A file (/var/db/pkg/VERSION) records > the "version" of the system. The "version" is a number derived by > concatenating the year/month/date -- so it's "19990326" today. If the > "version" is too old, bsd.port.mk refuses to do anything. > > bsd.port.mk has a variable that contains the required version. When I > know there is an incompatible update, I'll change the BSDPORTMKVERSION > line. Damn, I was about to send-pr a system very much like this. A few problems, I think - it's probably a bad idea to make the ports system "not work" due to having an old system. For example, if someone commits my changes to pkg_* which allows for LICENSE=GPL variables, or pkg/LICENSE files two days after someone adds a new command line option for fetch, people are likely to become irritated. I think a better idea is to rather keep support for at least a release (theoretically 3 months), using checks around places in bsd.port.mk that use things in new versions. Just before a release, someone goes through bsd.port.mk removing unneeded checks, and bumps a variable which then becomes the minimum version of /var/db/pkg/.mkversion (or whatever), and then everyone has to upgrade. Between releases, if you want added functionality, you use the upgrade kits. An added bonus is that you now have a check to see if there's a new upgrade kit available, and we can warn people about it, yet allow them to use the system. This all changes if there's something that is entirely not backwards compatible, although this shouldn't happen. Yes, I volunteer to send patches every 3 months to get rid of unneeded crud. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 27 5:31:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id C0B7414F44 for ; Sat, 27 Mar 1999 05:31:11 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu ([207.92.173.144]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id FAA08843; Sat, 27 Mar 1999 05:30:49 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id FAA22229; Sat, 27 Mar 1999 05:29:54 -0800 (PST) Date: Sat, 27 Mar 1999 05:29:54 -0800 (PST) Message-Id: <199903271329.FAA22229@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: nbm@mithrandr.moria.org Cc: sjr@home.net, jim@corp.au.triax.com, jorbeton@pilot.net, freebsd-ports@FreeBSD.ORG In-reply-to: <19990327152150.A57118@rucus.ru.ac.za> (message from Neil Blakey-Milner on Sat, 27 Mar 1999 15:21:50 +0000) Subject: Re: CVSup and Fetch From: asami@FreeBSD.ORG (Satoshi "the Wraith" Asami) References: <199903261302.IAA19553@istari.home.net> <199903261348.FAA18790@silvia.hip.berkeley.edu> <19990327152150.A57118@rucus.ru.ac.za> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Neil Blakey-Milner * I think a better idea is to rather keep support for at least a release * (theoretically 3 months), using checks around places in bsd.port.mk that * use things in new versions. You are vastly underestimating the magnitude of the problem. :) For one thing, it's not only bsd.port.mk that needs those checks. Some changes in bsd.port.mk requires dozens or even hundreds of port Makefiles to be modified. We can't reasonably try to make that to work. And the fundamental flaw of your approach is that it will add more work to crunch time (just before the release). It has been proven in the past over and over that anything that adds more work to an already busy time is not a good idea. :> Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 27 6:20: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 43B5A1513A for ; Sat, 27 Mar 1999 06:20:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA18823; Sat, 27 Mar 1999 06:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 10ABA14FCE; Sat, 27 Mar 1999 06:15:24 -0800 (PST) Message-Id: <19990327141524.10ABA14FCE@hub.freebsd.org> Date: Sat, 27 Mar 1999 06:15:24 -0800 (PST) From: taguchi@tohoku.iij.ad.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10814: update: xtt-1.1 to 1.2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10814 >Category: ports >Synopsis: update: xtt-1.1 to 1.2.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: Sat Mar 27 06:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Taguchi Takeshi >Release: FreeBSD-3.1.0-PAO3 >Organization: IIJ >Environment: FreeBSD hoya.tohoku.iij.ad.jp 3.1-RELEASE FreeBSD 3.1-RELEASE #1: Sun Mar 21 16:09:58 JST 1999 root@hoya.tohoku.iij.ad.jp:/usr/src/PAO3/src/sys/compile/HOYAP i386 >Description: Ports-category: x11 Here is a update (1.1 to 1.2.1) patch for xtt. some bugs will be fix. >How-To-Repeat: >Fix: please commit following patch. BEGIN>---88--- begin 644 xtt.990324.patch.gz M'XL(""/H_#8"`WAT="XY.3`S,C0N<&%T8V@`W9M[=^+&%<#_AD\QW?CD[):5 MT!OAU.EBP(2L>1S$&J?='E>/D5&,$44B:\=U/WOOC`1(H)'QAK5SV`>@N??. MS+WSFZ<(TE!HG2L5N$?$JO5:K%4*CU1Q(:MK!W+=/T>W2%]>?'Q!X0XSG^S\*;8^>X(/)BL90MD$`$I3?,$"-[CN$+ MD@NBC!K8)G75B70T]F\AM3`TKQ?VV$-#J%8`WW\+HX0/H3_V;Q:\Y_W*FP[_ MZ^Q'L*).5MY74(E\4">+J(@:;6/8K76:)X4[N\CU/[;BBS",P\?1VF8)CAXN MF@.CW>L^\DH-VDT##$21E-.IM;M#^-\3SIJJ@P:4H)62REE)Y%4IXEX4C<%T=M4M(WPTA%M=G15".(0%(V!=`4,ZAX0,N9=!#4E\8GK8HZ4QZ4D(6 M/BFE#'YT)C]YEGL%B!1T:`01GS(0HLDOS%#'M,>RQ*1H0\SB:$/M623EVP)+ M4G5?+$5%'1I-D5<9/,6"5R!*4W*)TI2=B-)R5T>57**TO/61I.^3*$TY1*(T MA4$4%=#Z?C-\]%QZ])W@T;^>G;R)3:KL$QW]$,G1&>"\_-SF3WTV24DA$Z2D MTO,XRK'<+T90T,%1!#YE04227YBA?E40!"9$:2F+HK16!D8:$Z-<4\*1MB^. M:$F'!A)U*H.D*/V%43)D)D<)$0NBA,JS"&+;$7S4?>%CR(?&CB%G@`.)+T[- M10XV%SMP<_&UX%R\$#D7AX?.128[%R\.ST6KQJ8G*63BDU3*X$=E\Y-C20!2 M]@80%'1P!(%/60B1Y!=F"(H4-29$:2F+HK16!D8*$Z-DOC-(HYZ1QM,,QXRC_C)$-T2C_@'%OMUU'AW>Z.,H\6AR]_+FB[=_>^E,F M/QMB%D(;:ML4*>P]?;XM@"1*?P2D.LT>G4%"0&F*R5K>Q@_#/R-*L`,%EB3U M"9C^'G$3A3`%5%KR#*@Z-6/8'%P9[2%)+:SR MY1F]+LL\_"T'_F)NXS+Z7$2%V&AI8#MS_Y:'BN2:<87".*1V8_/+#>\%F+?' M"Y];\*8-H2D'X<+!T[`\@_8`6D((I/^[>5.^X\*P['A!&)1%_JY<+.TG'VCD M_H^651*]H[4FTH0'XT)SSD`:7CF^+(A?ZW&PB MB#SIA2`@%8Q4I:7JYT0:4:>`Q4)H>8ZVUW,;Q/7N<+#/P$;5B*-!R^#H)[]R M;16'E=?"2D132@('CS3,LH#$G;CCQ+"BD%'?]$S)RQ?6GO1\2BHCW7/07!\;+*7;>?C*: M5\9/M4&S<34:?#0&]7?H^^_14EKO=?K@]U7M_/S*:`Y(ME>UX56O6V^^*Z(M MVQ/T2].``O`4`D.'-5DG4Z1<>:_38:W=ZO8&S3B4H[DY&^/)C+=7)C3+RZL^ MT;D\*9#MD:].'RRQCCR7(\A;:!$?GH@:]_&M!VXOGM.9`&2:F2(,&G&$5I&8PXJ`7( M!'[2/&`BH$/4E?'I%!*BF>%R.*2_DWI1)(HEIDRB,HH&5=B2K]PNEE+$1%VI MT3S]U'JWSJ,V:$&3/ MS>DU#F@RK=2P-C@%MI<3YQR3)BZ6:HW&JCY'#U$('\LVE#CWK$6(RU&6@1N2 M>O(S,[3'416H]C*H42AIMK1$U.C5EXT1(?Y8INZ68=X@;!11U,F`FQ@/%$>; M-#D-'N(O#6F3K^%*\NCAX`J$=`-:G^ ML.8,:EE?5ZP,[)0)QEDU7".X:P79U4JV!D$M4=]\?],@@V74S.^6U$"/<+WK MQ1P?PQH0POXY@DW1(]@TE7P3V*#B1G/8[%X\HM[ISV>]0:B?'*"WIC^(GQ#G3CO0JP#%\7C+1_XT)G%=.S+:R&M2Z:- MQ+99C34P&]`:1:,5WI M9>Q>M:=VKRQCLGU-/;0'FUG8OT:C;J>AHK=W,-@GUR+OT`E2[(HJZI*N8$%U M=%W5S:JJ"J(C":)L5W5UVU1:FNJ6*%@5P5*KMJ!:;A6K>E57%,6J2*HKR-4B MMS1-KX^(;=74'%=V-45T7=MVL.!HJE2!"TUP35V44[:98S+)1:A619$4;@JB MJ58L!5S!DB6Z506[8J52+*5K("5J(*JJKF*]XKJF*:L.KMBN+MBF6'$=09(4 M;2!92MB((*\;=L M2S05VY6JIJ7(FB)(%4>R4I'8WN[0-L05B'O55!5%MRH:Y"9:6+=,'9NV*9B5 MC2RR]D;4&=E41-'51$VRP"55@6#"7U76;)VTUW8V6WLHVK2B8IJJ!JU24;&E MN)(DJR*NPD]%KCJFN9W-UH:+T@6NN&95UQP96[+@VBXAR[(TR38M33T?TWU9X8:C;5O^:\ M[(D\ML[-))T,/-$4S)'J+0_<^-Z@W2H89AB]?0)&^K$J'(O5Z""+(U58'"Y58C6[P5!C92O`ITE-0#M8!V![[:(!-!X5CC.9X@LT`HZD?X@#9 ML-IU%Y/)/0(88&$,RPC?QMCQIM?\VKCA$W4T-6\QNO<7S!+H%L M6-^@']'1V_;@$ZPC8/];'OM!R(,^,2=+I[?M3NUC<[DU/GI+KM[!]]EYK66\ M0S;X-R6Z:TDG%JWB;9%]XDKEJMYI)-4N\-QS[WL&6V.94$-;] MM7ZTE#9.V`;>U)XLG+PL'3R#B7L5AF&O_VZU9DV&`N9M4(+8C_SYQ#E>M^.; M-^O?-/(>6=J\'33/FS4##'V7(G*)1M[4\;\@XSX(\2T?D24)&D%+$N,#]E*2 MX/\5C,64LB\"^\JQ5#E6Q57_2=*;4I/E]0/4R3+@*SK$1YO`M*,HG4W,:]C1 MMO\]^^+\NXSOZ`ET.0[AF\_$L/`C"R.42>&EFR2085O*MCV#%H@H?CH+!)W` MACZ<)>1A^85RZNV1_H;`[X3"LD-<-6"QUVT")[#ONEN=P',-X(3LPFQV0]$\!;D>K/NP01WOWAGBH`+9EK=.' MMB&;C4U9O$?)$G7:1KW;&\9V7-QQRI=03S*:!&7;=S!L)W\KNZ%MSOCQ4SKD M>S>M^FYJ_2?5;KW`!J52CA*L7:+:/Z445W\7M?X.>K1]B1X9GF]]9T&V)BN- MVJ!VVJ[3G1A#WC'J[;;.UCAMMU2VM-$SFMUZK]'NMHA2;G^``8=YYS$I8_6# MI$[&G6N9V0=R#,F=ZS_VHB[;UW520LV6_4, M=+9EV^ALZ^R(SI.&?QP=*&+]V`.4]*WPD534LT/?@I(V`>K6/M9^;J.?O+E_ MO[@!@*;FC?FK]^%W[`78XQV@CK^Y]\/5'<2O`ZFJ@WL9*$7I7PW34Y7-AZI5 MJVHZ$ZNTE`566BL#+8F)5JXI@4O8'URTK$/&BSJ8"5@D>37$NJ>C6C\'LK2< MC5E:[YF@Y1KO'35:VF'#1EUDX!;)7@FX3N:SRMLR%FB=_">5V9!U\LJ0YG.6_YR7D89;[JI=8V2MEW^Y]KS\)9)FO?RTE MKX78QPLHG\U86LR$+*WV/,IR;?>-&2WLH#FC'F:#%HE>B;3^Z/R4R5E*R*(L MI?0LQO(L"6':_@@C11TR7\2_3+JHX-78,C[FP964LNE*:F7<5:CFX)5C2OA2 M]\D7E'78@(&##,*(Y)408[SWFB%D`?;$>Z\Y?#WQWJNH[`^O;_GFZY^!+L9; ML+'@E=@:MCZUF6REA"RV4DH9;.E,MO(L]\P6*>J0V2+^9;)%!:_$UJAVVF2? MN*:E++K26L_"*]>4\"7OCR]:UB$#1AW,)"R2O!YB1AYAQBZ`&5_-E_%R>!D' M3I?!@LMX-;:,+GO9E1(RV4HJ[?B*_].6Y#:1M$>VH*B#9@O\RV:+"+X=6_\' (.K]68;]?``", ` 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 From owner-freebsd-ports Sat Mar 27 6:30: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 8638A1522C for ; Sat, 27 Mar 1999 06:30:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA20727; Sat, 27 Mar 1999 06:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 30DCC151E2; Sat, 27 Mar 1999 06:22:49 -0800 (PST) Message-Id: <19990327142249.30DCC151E2@hub.freebsd.org> Date: Sat, 27 Mar 1999 06:22:49 -0800 (PST) From: taguchi@tohoku.iij.ad.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10815: update: japanese/tcl80 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10815 >Category: ports >Synopsis: update: japanese/tcl80 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 27 06:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Taguchi Takeshi >Release: FreeBSD-3.1.0-PAO3 >Organization: IIJ >Environment: FreeBSD hoya.tohoku.iij.ad.jp 3.1-RELEASE FreeBSD 3.1-RELEASE #1: Sun Mar 21 16:09:58 JST 1999 root@hoya.tohoku.iij.ad.jp:/usr/src/PAO3/src/sys/compile/HOYAP i386 >Description: Ports-category: japanese Here is a update (8.0.4jp1.3 to 8.0.5jp1.5) patch for ja-tcl80. some bugs will be fix. >How-To-Repeat: >Fix: please commit following patch. BEGIN>---88--- begin 644 tcl80.990324.patch.gz M'XL("`;I_#8"`W1C;#@P+CDY,#,R-"YP871C:`"E5WN/HM@2_UL_1:UC,NU5 MD#?HQJ11:9L=6SO"[-UD>N(B'$:Z;3&(L[.WU^]^ZQQ`\=%[;[)&@5/G5U6G MWAA$80C<+H'47QD"'Z^"]H/W0L)H13+285GE..X*JO)O$L`OWAHD`<1.5Y6Z M@H@/G4ZUV6R>B6#8!R\!20%1ZLI*5Q`R[.TM<%I+E*')KK>W5?@`=3OH0L'; M^@XB;S!T6Q#;5)N0:PM77KJ,5BNP?FR@CIQ5J')#VW$GYH/5J]`S\`*O5+G' M3Z.,].QQ2.4R>%1],=W%_A2SSD MX)\WC(=J8HRX1G,HRYT]IAR%D<\;D9?YC9?Z2_[;?]".2XQ*,>H1`_34]L3% MGS5#E/=MYR^CVS1>QB\[/HJ>>2_``R".1DD56CHTV95&B2?K(`JK4+FMOSF6 M:TU^W<.T_\O==/9@NKWZV^-TYA[6>ZB_C8>#Z>3.'NV!>\7EX\RZLW_;MU?1 M`H5%(5RP]'I0\^)=6L.@5I!_@IS;$)"!N?P9?13S(J^<"FN?[%>;?\.I_BWG MB848_CU*PN08VK-]^\%R''-DH6>"RS*B2;MMOP9J7@2']5DA'>A7*DD^KZ13 M<*F4Y*[:.9:2V)*@22\8(NYAJ,)-D1]\ZB48]`;T0).(&/H+T1<$@8@2D>6. MT`D-6=!T@>&%>.ZR`+6D M6I$4O:.KOB&(JBB$"UDW%KHFR?I"\A:>%YYQGB8L%2#ZLF9T?$^4!5TU5)0G M>VI'\(BD&)HD"M<"POC1>^S.>5[NTG/R67C.MZ]$23F/TE6>=_N>V-)HL#06 M+*KML%0!_[+Q#&"41K M?[4+"-#RX"FS.9@/[JW!I_F]90ZMV4VP"OTUOVS!E\SEK(F)11-K5K(S@3L8 MSYU[AOW1;T][UD$^%A+( M:DM*TIQ[*F0\[-56`7#][=)+"#.%^U'#R/TSI;SR$6/Q#V6HAZ.'$77;\=2# MN[$YS*(EWY2EU^57+ME$R%$G\9TQ(:!R8V M?*@/!O#T5B^S/>WA+_A]\T?P.QV#VR5P22W+;%'L:*R0)$'*M+/T$R5)RLB2 M41P*ITQ*MBG4ZM0[GR<7CJMAAZG5X&=(EV1=/7KX"I3Z^%=KYMC32=F['CJ6 M^I0>0:;G: M*,5OGDOEM#I*'-R-YMJF)05'(51G7E>-&[B)G/OW4R&9G M\7?A_=$I*Z7168*_/SF;[PH^F9"J4)J0YX*/2'P!4/0,"2P)<"*+F`5XTS+' M].W)W)XXKCG&G+)GT*O4;XKU;#IU&_4;\H/X\TV"*GXTVHN(-JELL"D:FVS* M(9Z56S8@<41"_8;ZK"2Y@:0S90WL>D]%9P[BXS,VS2_P$W`!U.L1?,V;(^ZS M!%/HE.]@,6J=EG1,,"4?_HPL%P=B;;YFK[L_#\O^[!/---88--- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 27 6:30: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 B8BB715257 for ; Sat, 27 Mar 1999 06:30:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA20745; Sat, 27 Mar 1999 06:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from news.ks.edu.tw (news.ks.edu.tw [163.16.1.11]) by hub.freebsd.org (Postfix) with ESMTP id 3C12E151E2 for ; Sat, 27 Mar 1999 06:28:55 -0800 (PST) (envelope-from foxfair@news.ks.edu.tw) Received: (from foxfair@localhost) by news.ks.edu.tw (8.9.3/8.9.2) id WAA53002; Sat, 27 Mar 1999 22:18:27 +0800 (CST) (envelope-from foxfair) Message-Id: <199903271418.WAA53002@news.ks.edu.tw> Date: Sat, 27 Mar 1999 22:18:27 +0800 (CST) From: foxfair@news.ks.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10817: [ports] Patch : Update sudo to v1.5.8p2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10817 >Category: ports >Synopsis: Update sudo to v1.5.8p2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 27 06:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Foxfair Hu >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: All envirorment follow current ports tree. >Description: This patch updates security/sudo to v1.5.8p2 and disable 'Mark broken with sudo' in the Makefile. >How-To-Repeat: >Fix: Apply this patch to security/sudo. ====== --- Makefile.org Sat Mar 27 22:03:50 1999 +++ Makefile Sat Mar 27 22:14:04 1999 @@ -6,16 +6,14 @@ # $Id: Makefile,v 1.17 1999/03/09 07:50:02 obrien Exp $ # -DISTNAME= cu-sudo.v1.5.8p1 -PKGNAME= sudo-1.5.8.1 +DISTNAME= cu-sudo.v1.5.8p2 +PKGNAME= sudo-1.5.8.2 CATEGORIES= security MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ MAINTAINER= erich@FreeBSD.ORG -BROKEN= '1.5.8p2 is out' - -WRKSRC= ${WRKDIR}/sudo.v1.5.8p1 +WRKSRC= ${WRKDIR}/sudo.v1.5.8p2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-skey \ --- pkg/DESCR.org Sat Mar 27 22:15:08 1999 +++ pkg/DESCR Sat Mar 27 22:15:24 1999 @@ -1,4 +1,4 @@ -This is the CU version of sudo, release 1.5.4. +This is the CU version of sudo, release 1.5.8. Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to give as few --- files/md5.org Sat Mar 27 22:09:05 1999 +++ files/md5 Sat Mar 27 22:17:15 1999 @@ -1 +1 @@ -MD5 (cu-sudo.v1.5.8p1.tar.gz) = 28aa7d95de3150953fd54b49576a1d64 +MD5 (cu-sudo.v1.5.8p2.tar.gz) = 2c53bea33818abbf07e7b2a63f940f8f >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 27 6:30: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 7E187151F2 for ; Sat, 27 Mar 1999 06:30:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA20736; Sat, 27 Mar 1999 06:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0A838151E2; Sat, 27 Mar 1999 06:24:34 -0800 (PST) Message-Id: <19990327142434.0A838151E2@hub.freebsd.org> Date: Sat, 27 Mar 1999 06:24:34 -0800 (PST) From: taguchi@tohoku.iij.ad.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10816: update: japanese/tk80 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10816 >Category: ports >Synopsis: update: japanese/tk80 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 27 06:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Taguchi Takeshi >Release: FreeBSD-3.1.0-PAO3 >Organization: IIJ >Environment: FreeBSD hoya.tohoku.iij.ad.jp 3.1-RELEASE FreeBSD 3.1-RELEASE #1: Sun Mar 21 16:09:58 JST 1999 root@hoya.tohoku.iij.ad.jp:/usr/src/PAO3/src/sys/compile/HOYAP i386 >Description: Ports-category: japanese Here is a update (8.0.4jp1.3 to 8.0.5jp1.5) patch for ja-tk80. some bugs will be fix. >How-To-Repeat: >Fix: please commit following patch. BEGIN>---88--- begin 644 tk80.990324.patch.gz M'XL("`[I_#8"`W1K.#`N.3DP,S(T+G!A=&-H`-5:_W/:R)+_&=?]$?.(ZP4, M"'U%$BY>&=O$CXV-74!V]VZS10EI``60.$DD=O+\OU_WS`@DP,392[VZH\H6 MZNF>Z6_SF9X9/'\R(;5U1)*Y)4OAPJO?.7,Z\1>4439O)[5:;9^G\!OUR"]. M0%29*';3T)JR`E]L^Z12J>0[8*QW3D14G2AJ4].:ALU9+RY(K5%5-%)A_R\N M3L@;X]3*+J-Q4CG`:)R0J_:P6W'!9 M7ZW']<1=X)\UDNN@,GEH#Z_^>4`N`>34.1=]Q8EA)V? M5HJD22LG<6?2]"L8L\=B((NQ92&H<[)!IX_.2&%B]-O@\ZPT_OUF=Q?_O+NOG_7'K9.OSW< M]X>;]V=R^NWV^NJ^]ZY[\TQJ2WA]Z'?>=7]_KB_\,73F3\B>2*M%BDZX3HHG MM0*(]T`PGA#@1W=_`O^$DB+I^:[JV>:3RLMRQC&YG'$0_F?H!W+CNMM_KM]U M!H/V30>XZJYS2 MU-2F:FVR;:?K/5;-Y*R$&2)7&V"(+)"`#-^/[KJ]^_[HUTY_T+WOM>23&A(Y MKMUV?NWM1J[>W;9O!J/KSN6'FQ93,TOA[E!DG0?72!TB>.X?AMV[[G]UI_Z,%` M'2;X%C`]3WI^*UQ'NA."P7`"CPSGQ(DH\8,X<18+R&<_(`@4-*)!0E8+QZ5Q M%4#MTQJ"#9'%!2)RHB>1*)K!5CO-JL*L3W/%:.B,VC`%E2<#).W@G^U^YWIT M^:%[>]U2LG3457@%LC;[_ES<\B$5U^H66X>X&T2?V#3X\`Y7*I8Z.LZ[BKZ9 M??CIMWO`UBHVL4NZB.D+FLG".A/*+1D,L;2JHFZG@LS)#24ELT0??+@<#$M< M/O0;6!2&UL@#HM1U_& M:2V+TQGV'9B&XE53,C"]U_$.](*$GD'I;,=[G!S_!4@;#9ZJ59L',D6D5J%P M6J*/U!WQ^5>NCWU$-9Y;%LLM*\VM-YG4!*!ER2DY?+:E39#*T'21>;W@6::I M;)W05!.S*DTR354XU1)4UMEUY^[^H7]_,X"NQE'X!2KL&5TL0N(_QC0AT1+^ MPD7HT4<2__<:)W;BPCODD;^D$?GB>U.:I%88-C/=3JV`^=\$EGB6PL00IOLD MA.Z_^,&40*4"PL2/MVN@1\9/Q%DG(5)($I(I#6CD))10'[`B2@VTF"F:+=9T M8:#-J#!#.9600K0D-:QP,^Y\1OK%7?M]!TF,Z[3$YW%YEQ.[-1GTL/^IT]ZP M=$CU_S+SW1F!>GFUQBT)0S2`MG#"ODLA6ILNZ!A-,A1Q+](FIZX?8[E`-_B%K@ MU"=_$EX%0#LWE%M2T95&5=T"J69;@FP*,BIT6MH,V!ZV48E,D,L'U*SG.5@G M)=<[P'E.,KF3$^)2[FP9>L0PC%>,PO!/8=G&'UQ]R,[!5;_[,-SUY`%JW5\Z M4QK_)9?JL/A`0:;K4"AOJS0=-&%455!1(USH2!*MJ1BH,/%S0P;TG%O#%W/^ MX+*9Y!`%R2;GZF<25"*'&H#<#1""#K2M$)ZFTBJ&Q@^][N^\-9FW5ZMNX">2 M^X(SJ#L+2;'+JQ2<4>"3XOG&&:;&%VI%R6*H#C#`R>H&1"'(7E8Q+X0A-V:> M2JH$\Y[.X)0_^%!;]S+4VMJ[G-_ZP1Q]<-?N*;F<>(6*VM9N"PRT ML5)7JVIC:[=E"+(FR*\Q0O`(#$;-M)T)<)K-FQB0KD;)V_K2"3Y*2\>-PK@> M$7@3+V_WF[VW(/_=VL8]6(JX1VL;MS!8!X#S3P0/P4PH;)JZ?KRV<8^?MRDL MFE7FOEJJ6('6VV/DN9.^0/D+J$DG:H_&RZ(A0X2X,V.$&,9@21M.0 M,Q72@2YS$HVFK#454T@PA-?9=@8?+`]9^72@FX-E%'0G9\JH0Z/O2%A-0^QY M*WQTDX]NYF;!O_Y%2@G(/R11[1\Q70R=*?^ZH-!3SGED%4-EJS<\%1%;058$6=TN0Z@-JYT*SZERO$!26.VJ;.+S MQI]X=(*5P_MV[Y?NZ/X]DUK2I;MZ*I5^O>]>D[,RE#NX)ZR2#:$4)Q&I0-TT M@UXH%.IGI+=>CJ&2A7(-B.LE;%)CB9S5!;,+%1@Y.X.FS^>,O2V82,P" MEO)^8ZY0T0D5M9$=CEM!%C28)K/SC`Y@%H`V;H8!/:,$.L/7[=L5#%TEF!N@ M8I5,_"A.!,WAW[*]N9`,50!+0*);-I1XX1(K)X[Y2.%*C$*=R)W]-@L7%.?A MQI4:*Z(5*]WG"E?JLB`K6=N@"AU=B\Q=L&X!"@4A56[(YOF`3IG7SF**29EO M1(W(&7;`FE@EQRH'3=\=K4^G>.D0T2D4J(3G/@\,KO:^L_"_.HD/>!90Z@&P MA,'B"8IKECCP(6=X0O69,H+Y(2Y`^-5E52 M!%X2,V;RL5BLXHRH;B9_\6.Q299X:C.FL**'$5I0);74&/C*3(T?0/Y<^-R9;"W6X9N6A8JB`WTF@4 M*?L9`;+WU+)Q=N-M]';,OG[WQGB!.YR5<+I_8?_)R@L5`?;^80M([^< MHFLVO#(/;X/=SC0VT^+`:+671ZL=&_\P,/)MUUB$J!N0*?,3309C)K;!:V`&U$_ M6-/S[4IP$/>9OJK*3JPK\#0S"0NOBB!;_R9XMM@R89G_;^%9536&P_#,NU)3 M!'E[@L1NT@BX)!.0K>/^&BK;[&S+-C)+?;"_UO^;L%IX1!<>T:T,-,"K\(AN MOQ:H\>@=`536?Q94JRI'/E5M:+EP&;H@Z__7H!I/'M@%"1Y%-_X:7*NJ:7'G M6U9Z!;*'R[6?ALO"IZ8MQDP7[)?TKAR;&[L03RH'U*0OJTD7OD0Z\CZ])-7#)@C1A6V[RJ>BV6.,X#>$/3MH?#_?KU0--8K'OM8/[QBO&9C M/#NPCYQ];V,\.[`Q5H]NC/,2[`I!E3-7"`V,I<*6A\ M/K%CW#1*'"#OQ!SG'>%B\L&'VV%`\77+SNF_A9''V,*(H14>/J\A`=,] M)0^B8;,@&N8VB(7MXL#/X\Y\?$`BE-G>#.@4YAI@5*'`V<"F^=72(Z-V;]`= MM?LW@U&IQ)O(F4BB:J9O@+LN0SCLFB-=6@]4LXL]CO>:5&%9>^@@131\)VD$ MUX\>J1P2>T7Z"+$78A%+" MCA!B/J]5FZ.(K:8I\1_P5S]#T;-:[>? M4.580+G4P7B:^>O%EP;<#Z>=O6ID2][VODW,_)3PLZZ$"?/NL$.3_2&K&9J M)5VW^+5[0S6R91F8>8T:XW4:XDAUJWN5WXI]IA'N`>:4G70G,[QFG*V#N90O M!9EUJH:);2J;6K$@=@"(J%CYN3Y;[3:4FCBF8F_G+QYZ?>&0Q?";V0]%KC6-+SX8[G/%32D/,- M+;U>QP]>VO+?.(X&PWZW=X.%TB8?H&`J\3B4V;S8?<5`[3`,YZ-[%ANQ5H%B MF03CYUME7C";XB<=IJED54KQU)U/`)A+F_XYH++5\OF%D./M:ES'I);8#Z+` M33NDO5#OM.^'637S83XF8#3E1E,V,C<`5H/M^_@CL?,QWQWXQ MWA4^MLK'WIP>20G^N(A&"8$RGA0?'Y^^$O8G(1I\A&4KW.QY8$L5D4?\D$NG M#T@0?@P8+_Q[Q-_L,`^C+C55EA3()+8KQAH=RY95%+K46T>TNCE]@+UZA#?T MSZSLQ@^[[?_#Q=T\^0;*\1*?U)[),I[^24[A_Z$KJOFT_G#;'0S%55+ZNG,I ME9(/_&15V_G):I[WQ9_8:.PV1TO/J/$WN"R3/JWJ8%[TA)>P>?(D=-?Q/GGN E!ZMUPNB5'7J,OV/>$T!'C---88--- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 27 6:53:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 562B414F4F for ; Sat, 27 Mar 1999 06:53:46 -0800 (PST) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 75562 invoked by uid 1003); 27 Mar 1999 16:57:50 -0000 Date: Sat, 27 Mar 1999 16:57:50 +0000 From: Neil Blakey-Milner To: Satoshi the Wraith Asami Cc: freebsd-ports@FreeBSD.ORG Subject: Re: CVSup and Fetch Message-ID: <19990327165750.A68075@rucus.ru.ac.za> References: <199903261302.IAA19553@istari.home.net> <199903261348.FAA18790@silvia.hip.berkeley.edu> <19990327152150.A57118@rucus.ru.ac.za> <199903271329.FAA22229@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199903271329.FAA22229@silvia.hip.berkeley.edu>; from Satoshi "the Wraith" Asami on Sat, Mar 27, 1999 at 05:29:54AM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat 1999-03-27 (05:29), Satoshi "the Wraith" Asami wrote: > * From: Neil Blakey-Milner > > * I think a better idea is to rather keep support for at least a release > * (theoretically 3 months), using checks around places in bsd.port.mk that > * use things in new versions. > > You are vastly underestimating the magnitude of the problem. :) Perhaps, but I think we'd better make sure people don't start getting irritated because they have to use upgrade kits too often. > For one thing, it's not only bsd.port.mk that needs those checks. > Some changes in bsd.port.mk requires dozens or even hundreds of port > Makefiles to be modified. We can't reasonably try to make that to > work. Well, if you give me a few examples, I'll take a look and see whether I've changed my mind about it. Obviously I'd rather have ports people spending more time updating port than laboriously changing a few hundred ports to make sure they work due to some change in bsd.port.mk. In implementing some form of LICENSE-based ports building - ie, I only want to make ports that are BSD or GPL or Artistic, or similar licensed, I added checks in pkg_info, and pkg_add, etc. My patches don't need us to change any ports necessarily, but will add some functionality if people become used to placing LICENSE files in pkg/, or use the LICENSE variable in their port. (so we don't have 500 copies of the GPL, etc) I think the ports system is integrated enough with the individual Makefiles that anything we want to do in a few ports should be implemented in bsd.port.mk, with the Makefile setting a variable. As an example, say we wanted to add something to a few ports that used a new option we've added to fetch, pkg_create, or similar. Let's make it to use the fictional fetch argument "-g" which does something exceptionally useful. We have two options - either make a change to each of the ports to FETCH_BEFORE_ARGS+= -g, or we set FETCH_FUNKY_G_ARGUMENT=1, and let bsd.port.mk take care of it. In bsd.port.mk we can do all the major version checking to make sure the fetch version installed currently supports -g. If it's a necessary option, we can complain and ask them to install the upgrade kit, or we can warn them and tell them there's added functionality available if they use the upgrade kit, or we can just be silent and ignore the option. If the use of FETCH_FUNKY_G_ARGUMENT becomes deprecated, we remove the check from bsd.port.mk, and it'll be ignored silently. People are more likely to cvsup the entire ports collection than just a few of them, and thus we don't run into any problems - they'll get bsd.port.mk at the same time they get the port which uses FETCH_FUNKY_G_ARGUMENT for some purpose. If they don't, it's easy enough to shout^H^H^H^H^Hpolitely ask them to track ports-Mk, since we've been doing that for ages already. After 3 months, or a release, or whenever we decide, we bump BSDPORTMKVERSION, and remove the checks to see if fetch supports -g, because if they're using an old version they'll be caught by the check which compares /var/db/pkg/.mkversion and BSDPORTMKVERSION, and they're likely to upgrade. This will only happen to them every few months, and they'll be happy. > And the fundamental flaw of your approach is that it will add more > work to crunch time (just before the release). It has been proven in > the past over and over that anything that adds more work to an already > busy time is not a good idea. :> Yes, I realize that's a major problem, and I'm amazed at the turn-around and fluidness of releases of late. However, these sorts of changes need not occur just before release, or just after release - because we're just removing checks that are automatically fulfilled in the new release, we're not going to run into trouble (well, in theory). The removal of these checks will just keep things fluid, and since the minimum BSDPORTMKVERSION will be bumped, older people won't trip over the removed checks. And the changes should be trivial enough that someone not seriously involved in the release-making process can do them. Enough of a lot of theoretical waffle (hmm... foood), if there's any interest, I have no problems following up with patches and code. (also, on a final note, would people be interested in my patches that add functionality to pkg_* and bsd.port.mk to handle LICENSE files or variables, considering package system rewrites?) Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 27 8:34:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 3DA5914F26; Sat, 27 Mar 1999 08:34:09 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id JAA10351; Sat, 27 Mar 1999 09:33:50 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id JAA04681; Sat, 27 Mar 1999 09:33:50 -0700 Date: Sat, 27 Mar 1999 09:33:50 -0700 Message-Id: <199903271633.JAA04681@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: asami@FreeBSD.org (Satoshi Asami) Cc: nate@mt.sri.com, freebsd-ports@FreeBSD.org Subject: Re: Ports question In-Reply-To: <199903270542.VAA21110@silvia.hip.berkeley.edu> References: <199903261620.JAA00260@mt.sri.com> <199903270542.VAA21110@silvia.hip.berkeley.edu> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > * From: Nate Williams > > * Second, on ELF systems, if the data of /usr/libexec/ld-elf.so.1 is older > * than March 24, I need to install a new loader. Or, I need to abort the > > I'll add it to the upgrade kit. Thanks for the reminder! No, THANK YOU! Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 27 11: 9:30 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 59F4414DE5 for ; Sat, 27 Mar 1999 11:09:28 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id NAA01610; Sat, 27 Mar 1999 13:09:05 -0600 (CST) Date: Sat, 27 Mar 1999 13:09:04 -0600 (CST) From: Steve Price To: "David O'Brien" Cc: Brian Handy , Nate Williams , freebsd-ports@FreeBSD.ORG Subject: Re: Ports question In-Reply-To: <19990327015637.A1483@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 27 Mar 1999, David O'Brien wrote: # > lambic -> uname -r # > 2.2.8-STABLE # .... # > You need to upgrade your loader. # > *** Error code 1 # # This test shouldn't be performed in the a.out case, should it? It is not. Check out what I committed to the port. # -- # -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 27 17:16:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ms1.eranet.net (ms1.eranet.net [203.95.230.34]) by hub.freebsd.org (Postfix) with ESMTP id 589A214D26 for ; Sat, 27 Mar 1999 17:16:42 -0800 (PST) (envelope-from supermi@usa.net) Received: from pentium-ii-450 (n243.n203-95-236.eranet.net [203.95.236.243]) by ms1.eranet.net (8.9.1a/8.9.1) with SMTP id IAA07293; Sun, 28 Mar 1999 08:48:36 +0800 (CST) Date: Sun, 28 Mar 1999 08:48:36 +0800 (CST) From: supermi@usa.net Message-Id: <199903280048.IAA07293@ms1.eranet.net> To: ¦U¦ìºô¤Í@ms1.eranet.net Subject: 99-3¤ë¥÷¥þ·s¥Ø¿ý¤W¥«¤F MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org sorry,¦pªG¦¹«Ê«H³y¦¨±zªº§xÂZ,¤U¦¸¨M¤£¦Aµoµ¹±z ¦ý¹ï±z¦b¤WInternet¤Î¨Ï¥Î¹q¸£µ´¹ï·|¦³À°§U¡ ±z¬O§_§ä¤£¨ì¤@­Ó¥iªø´Á°t¦XªºªwÄѨÑÀ³°Ó©O? ¬O§_ÁÙ¦bºô¸ô­W­W´M³V............¨M¹ï¥i¥HÅý±zªø´Á¨ÑÀ³³f·½ ¦U¦¡¦U¼ËVCD,DBT,MP3,IMAGE,CAD,GAME,CAI,DK,GIF,ADULT,FONT,DIC À³¦³ºÉ¦³,¤@¦¸´N¯àÅý±z§ä¨ì±z©Ò»Ý­nªºªwÄÑ,¦hºØ¿ï¾Ü. ¤@«ß¨Ï¥Î¥Õª÷¤ù.¤ôÂŤù©Î¬Oª÷ºñ¤ù¿N¿ý,«OÃÒÃa¤ù¥i´« ¥»¤u§@«ÇªÃ«ù»ù®æ¤½¹D,ªA°È§Ö³tªº®Ä²v¬°±z´£¨Ñ³Ì¦nªºªwÄÑ ¨M¤£¬O¤@¯ë¤£¯à¥ÎªºªwÄÑ,±z¥i¶Rªº¦w¤ß,¥Îªº©ñ¤ß,¤£©È±z¤ñ¸û ´£¨Ñµ¹¤©»Ý­nªººô¤Í,¦pªG¨Ï¥Î¤£¿ù,·q½ÐÁʶR­ìª©,¨Ã´£¨Ñ¶l±H¥Ø¿ýªA°È ºô§} http://www.supercd.surf1.com/ §Y¥i¦b¯¸¤WÂsÄý©Î¬O¤U¸ü¥Ø¿ýºCºC¬Ý,¬Ý¦n¦b¤U©w³æ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 27 21:20: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 AC78C14EF9 for ; Sat, 27 Mar 1999 21:20:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA37467; Sat, 27 Mar 1999 21:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from gforce.johnson.home (host-209-214-151-65.msy.bellsouth.net [209.214.151.65]) by hub.freebsd.org (Postfix) with ESMTP id E1B6C14E00 for ; Sat, 27 Mar 1999 21:17:21 -0800 (PST) (envelope-from gljohns@bellsouth.net) Received: (from glenn@localhost) by gforce.johnson.home (8.9.2/8.9.2) id XAA06752; Sat, 27 Mar 1999 23:17:01 -0600 (CST) (envelope-from glenn) Message-Id: <199903280517.XAA06752@gforce.johnson.home> Date: Sat, 27 Mar 1999 23:17:01 -0600 (CST) From: gljohns@bellsouth.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10827: update of WSoundPrefs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10827 >Category: ports >Synopsis: update of WSoundPrefs from 0.9.1 to 0.9.3 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 27 21:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Glenn Johnson >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Update of the Window Maker Sound Preferences utility from WSoundPrefs-0.9.1 to WSoundPrefs-0.9.3. >How-To-Repeat: >Fix: Apply the enclosed diff to ${PORTSDIR}/audio/wsoundprefs. diff -ruN wsoundprefs.old/Makefile wsoundprefs/Makefile --- wsoundprefs.old/Makefile Sat Mar 27 22:54:27 1999 +++ wsoundprefs/Makefile Sat Mar 27 23:07:50 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.2 1999/01/28 10:14:03 asami Exp $ # -DISTNAME= WSoundPrefs-0.9.1 +DISTNAME= WSoundPrefs-0.9.3 CATEGORIES= audio windowmaker MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/ diff -ruN wsoundprefs.old/files/md5 wsoundprefs/files/md5 --- wsoundprefs.old/files/md5 Sat Mar 27 21:14:31 1999 +++ wsoundprefs/files/md5 Sat Mar 27 23:07:50 1999 @@ -1 +1 @@ -MD5 (WSoundPrefs-0.9.1.tar.gz) = 309748ace94b9175663fa46daebbbbbf +MD5 (WSoundPrefs-0.9.3.tar.gz) = d52267ebc0dcf0ce2cb714aa436b199b diff -ruN wsoundprefs.old/patches/patch-aa wsoundprefs/patches/patch-aa --- wsoundprefs.old/patches/patch-aa Sat Mar 27 21:14:31 1999 +++ wsoundprefs/patches/patch-aa Sat Mar 27 23:07:50 1999 @@ -4,8 +4,8 @@ #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" --PREFIX = /usr/local -+XCOMM PREFIX = /usr/local +-PREFIX = /usr/X11R6 ++XCOMM PREFIX = /usr/X11R6 XCOMM CDEBUGFLAGS = -Wall -ggdb -DDEBUG -CDEBUGFLAGS = -O6 -m486 diff -ruN wsoundprefs.old/patches/patch-ab wsoundprefs/patches/patch-ab --- wsoundprefs.old/patches/patch-ab Sat Mar 27 21:14:31 1999 +++ wsoundprefs/patches/patch-ab Sat Mar 27 23:07:50 1999 @@ -1,11 +1,40 @@ ---- src/Imakefile.orig Wed Dec 23 23:18:50 1998 -+++ src/Imakefile Wed Dec 23 23:19:30 1998 -@@ -5,7 +5,7 @@ - - ICONS = WSoundPrefs.xpm WSoundPrefs.tiff - --CC = gcc -+XCOMM CC = gcc - - BINDIR = /GNUstep/Apps/WSoundPrefs.app - +*** src/Imakefile.orig Tue Mar 2 07:06:36 1999 +--- src/Imakefile Sat Mar 27 22:51:32 1999 +*************** +*** 5,11 **** + + ICONS = WSoundPrefs.xpm WSoundPrefs.tiff + +! CC = gcc + + BINDIR = /GNUstep/Apps/WSoundPrefs.app + +--- 5,11 ---- + + ICONS = WSoundPrefs.xpm WSoundPrefs.tiff + +! XCOMM CC = gcc + + BINDIR = /GNUstep/Apps/WSoundPrefs.app + +*************** +*** 17,25 **** + WRASTERCFLAGS = `get-wraster-flags --cflags` + WRASTERLFLAGS = `get-wraster-flags --lflags` + WRASTERLIBS = `get-wraster-flags --libs` +! WINGSLIBS = -lWINGs -lPropList + +! STD_INCLUDES = $(WRASTERCFLAGS) + DEPLIBS = $(DEPXLIB) + + LOCAL_LIBRARIES = $(XLIB) $(WINGSLIBS) $(WMSOUNDLIB) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB) +--- 17,25 ---- + WRASTERCFLAGS = `get-wraster-flags --cflags` + WRASTERLFLAGS = `get-wraster-flags --lflags` + WRASTERLIBS = `get-wraster-flags --libs` +! WINGSLIBS = -lWINGs -L/$(LOCALBASE)/lib -lPropList + +! STD_INCLUDES = $(WRASTERCFLAGS) -I/usr/local/include -I/usr/X11R6/include + DEPLIBS = $(DEPXLIB) + + LOCAL_LIBRARIES = $(XLIB) $(WINGSLIBS) $(WMSOUNDLIB) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message