From owner-freebsd-ports Sun Sep 30 1:57:27 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BBCB437B40C; Sun, 30 Sep 2001 01:57:25 -0700 (PDT) Received: (from markp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8U8qFY13866; Sun, 30 Sep 2001 01:52:15 -0700 (PDT) (envelope-from markp) Date: Sun, 30 Sep 2001 01:52:15 -0700 (PDT) From: Message-Id: <200109300852.f8U8qFY13866@freefall.freebsd.org> To: matt@gsicomp.on.ca, markp@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30896: Updated port version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Updated port version State-Changed-From-To: open->closed State-Changed-By: markp State-Changed-When: Sun Sep 30 01:52:02 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30896 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 3:10:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2ACD537B40B for ; Sun, 30 Sep 2001 03:10:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UAA5227156; Sun, 30 Sep 2001 03:10:05 -0700 (PDT) (envelope-from gnats) Received: from hand.dotat.at (host217-35-36-79.in-addr.btopenworld.com [217.35.36.79]) by hub.freebsd.org (Postfix) with ESMTP id 3298D37B408 for ; Sun, 30 Sep 2001 03:07:14 -0700 (PDT) Received: from fanf by hand.dotat.at with local (Exim 3.33 #2) id 15ndV6-0000Hr-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 30 Sep 2001 10:07:08 +0000 Message-Id: Date: Sun, 30 Sep 2001 10:07:08 +0000 From: Tony Finch Reply-To: Tony Finch To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30929: [net/pppoa] use usbd to initialize USB ADSL modem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30929 >Category: ports >Synopsis: [net/pppoa] use usbd to initialize USB ADSL modem >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 Sep 30 03:10:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Tony Finch >Release: FreeBSD 4.4-STABLE-20010929 i386 >Organization: dotat labs >Environment: System: FreeBSD hand.dotat.at 4.4-STABLE-20010929 FreeBSD 4.4-STABLE-20010929 #8: Sat Sep 29 05:23:12 GMT 2001 fanf@hand.dotat.at:/FreeBSD/obj/FreeBSD/releng4/sys/SHARP i386 >Description: Instead of blindly running the ADSL modem drivers at startup, these files configure usbd to run them whenever the modem is plugged in. It doesn't kill them automatically when the modem is unplugged because it is much safer to manually kill them first. I also include some relevant bits of my ppp configuration which handles bringing NAT and packet forwarding up and down gracefully. >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: # # etc/usbd.conf.patch # etc/usb_adsl # etc/ppp/adsl-ppp.conf # etc/ppp/adsl-ppp.linkdown # etc/ppp/adsl-ppp.linkup # echo x - etc/usbd.conf.patch sed 's/^X//' >etc/usbd.conf.patch << 'END-of-etc/usbd.conf.patch' XIndex: usbd.conf X=================================================================== XRCS file: /home/fanf/cvs/etc/usbd.conf,v Xretrieving revision 1.1 Xretrieving revision 1.3 Xdiff -u -r1.1 -r1.3 X--- usbd.conf 2001/09/01 13:59:14 1.1 X+++ usbd.conf 2001/09/19 00:49:36 1.3 X@@ -38,6 +38,15 @@ X devname "ums[0-9]+" X attach "/usr/sbin/moused -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid" X X+# The entry below initializes the modem and starts the PPP over ATM X+# implementation. X+# X+device "ALCATEL Speed Touch USB" X+ vendor 0x06b9 X+ product 0x4061 X+ release 0x0000 X+ attach "/etc/usb_adsl start" X+ X # The fallthrough entry: Nothing is specified, nothing is done. And it isn't X # necessary at all :-). Just for pretty printing in debugging mode. X # END-of-etc/usbd.conf.patch echo x - etc/usb_adsl sed 's/^X//' >etc/usb_adsl << 'END-of-etc/usb_adsl' X#!/bin/sh X# X# usb_adsl: initialize ALCATEL Speed Touch USB ADSL modem X# X# $Version: etc/usb_adsl,v 1.10 2001/09/30 07:28:12 fanf Exp $ X Xstartstop=$1 Xshift X X# allow us to find modem driver programs XPATH="/usr/local/sbin:/usr/local/bin:$PATH" X Xfirmware=/usr/local/libdata/mgmt.o X Xcase ${startstop} in X[Ss][Tt][Aa][Rr][Tt]) X { modem_run -f ${firmware} -v 1 -m X ppp -ddial adsl nat X } 2>&1 | logger -t usb_adsl -i & X ;; X[Ss][Tt][Oo][Pp]) X killall ppp X killall modem_run X ;; X*) X echo "$0: usage: $0 " X exit 1 X ;; Xesac END-of-etc/usb_adsl echo x - etc/ppp/adsl-ppp.conf sed 's/^X//' >etc/ppp/adsl-ppp.conf << 'END-of-etc/ppp/adsl-ppp.conf' X# ppp.conf fragment for Alcatel Speed Touch USB ADSL modem X Xnat: X nat enable yes X nat deny_incoming yes X nat use_sockets yes X enable iface-alias X Xadsl: X set speed sync X set device !"pppoa2m -vpi 0 -vci 38 -v 1" X set authname USERNAME X set authkey PASSWORD END-of-etc/ppp/adsl-ppp.conf echo x - etc/ppp/adsl-ppp.linkdown sed 's/^X//' >etc/ppp/adsl-ppp.linkdown << 'END-of-etc/ppp/adsl-ppp.linkdown' X# disable packet forwarding when PPP stops doing NAT X Xnat: X shell sysctl -w net.inet.ip.forwarding=0 END-of-etc/ppp/adsl-ppp.linkdown echo x - etc/ppp/adsl-ppp.linkup sed 's/^X//' >etc/ppp/adsl-ppp.linkup << 'END-of-etc/ppp/adsl-ppp.linkup' X# enable packet forwarding when PPP is doing NAT X Xnat: X shell sysctl -w net.inet.ip.forwarding=1 END-of-etc/ppp/adsl-ppp.linkup 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 Sep 30 3:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0481137B409 for ; Sun, 30 Sep 2001 03:40:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UAe4n30860; Sun, 30 Sep 2001 03:40:04 -0700 (PDT) (envelope-from gnats) Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 0D84B37B410; Sun, 30 Sep 2001 03:31:18 -0700 (PDT) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id f8UAVGl14295; Sun, 30 Sep 2001 12:31:16 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.11.6/8.11.6) with ESMTP id f8UAVG125913; Sun, 30 Sep 2001 12:31:16 +0200 (MET DST) Received: from reims.mchp.siemens.de (alaska [139.23.202.134]) by mars.cert.siemens.de (8.12.0/8.12.0/Siemens CERT [ $Revision: 1.17 ]) with ESMTP id f8UAVGJa026216; Sun, 30 Sep 2001 12:31:16 +0200 (CEST) Received: from reims.mchp.siemens.de (localhost [127.0.0.1]) by reims.mchp.siemens.de (8.12.0/8.12.0/alaska [ $Revision: 1.8 ]) with ESMTP id f8UAVFrq020828; Sun, 30 Sep 2001 12:31:15 +0200 (CEST) Received: (from ust@localhost) by reims.mchp.siemens.de (8.12.0/8.12.0/alaska [ $Revision: 1.2 ]) id f8UAVFgu020827; Sun, 30 Sep 2001 12:31:15 +0200 (CEST) Message-Id: <200109301031.f8UAVFgu020827@reims.mchp.siemens.de> Date: Sun, 30 Sep 2001 12:31:15 +0200 (CEST) From: Udo Schweigert Reply-To: Udo Schweigert To: FreeBSD-gnats-submit@freebsd.org Cc: "David W. Chapman Jr." X-Send-Pr-Version: 3.113 Subject: ports/30930: maintainer-update mail/mutt-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30930 >Category: ports >Synopsis: maintainer-update mail/mutt-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 30 03:40:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD alaska.cert.siemens.de 4.4-STABLE FreeBSD 4.4-STABLE #2: Sat Sep 29 11:05:40 CEST 2001 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386 >Description: Update mail/mutt-devel to fix that post-patch was not executed if NOPORTDOCS was set and thus additional docs were installed in /usr/local/share/doc/mutt. >How-To-Repeat: >Fix: diff -ru --exclude=CVS /usr/ports/mail/mutt-devel/Makefile mutt-devel/Makefile --- /usr/ports/mail/mutt-devel/Makefile Mon Sep 3 08:38:58 2001 +++ mutt-devel/Makefile Sun Sep 30 12:18:12 2001 @@ -119,7 +119,7 @@ MAN1= flea.1 mutt.1 mutt_dotlock.1 muttbug.1 MAN5= muttrc.5 mbox.5 -post-patch: +post-patch:: @${PERL} -pi.fbsd -e 's,/usr/bin/gpg,${LOCALBASE}/bin/gpg,g' \ ${WRKSRC}/contrib/gpg.rc @@ -730,7 +730,7 @@ PLIST_SUB+= SUB_ADD_L="@comment " PLIST_SUB+= SUB_ADD_M="@comment " PLIST_SUB+= SUB_ADD_N="@comment " -post-patch: +post-patch:: ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-nodoc ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-nodoc-contrib .endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 4: 7:30 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8D1C37B40D; Sun, 30 Sep 2001 04:07:25 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UB2j638589; Sun, 30 Sep 2001 04:02:45 -0700 (PDT) (envelope-from dinoex) Date: Sun, 30 Sep 2001 04:02:45 -0700 (PDT) From: Message-Id: <200109301102.f8UB2j638589@freefall.freebsd.org> To: dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org, dinoex@FreeBSD.org Subject: Re: ports/24207: port "tcl83" cannot load shared objects Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: port "tcl83" cannot load shared objects Responsible-Changed-From-To: freebsd-ports->dinoex Responsible-Changed-By: dinoex Responsible-Changed-When: Sun Sep 30 04:00:09 PDT 2001 Responsible-Changed-Why: I will look into it. The Symlink seem to be generated as desired now. . http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 7:27:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F9F237B40B; Sun, 30 Sep 2001 07:27:26 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UEQra88897; Sun, 30 Sep 2001 07:26:53 -0700 (PDT) (envelope-from lioux) Date: Sun, 30 Sep 2001 07:26:53 -0700 (PDT) From: Message-Id: <200109301426.f8UEQra88897@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/30927: LPRng port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: LPRng port update Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: lioux Responsible-Changed-When: Sun Sep 30 07:26:19 PDT 2001 Responsible-Changed-Why: I'll handle this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30927 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 7:27:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A25937B410; Sun, 30 Sep 2001 07:27:26 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UEQ4A88717; Sun, 30 Sep 2001 07:26:04 -0700 (PDT) (envelope-from lioux) Date: Sun, 30 Sep 2001 07:26:04 -0700 (PDT) From: Message-Id: <200109301426.f8UEQ4A88717@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/30924: LPRng 3.7.8 Port Update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: LPRng 3.7.8 Port Update Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: lioux Responsible-Changed-When: Sun Sep 30 07:25:51 PDT 2001 Responsible-Changed-Why: I'll handle this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30924 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 8:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BA9B37B410 for ; Sun, 30 Sep 2001 08:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UFo1C99477; Sun, 30 Sep 2001 08:50:01 -0700 (PDT) (envelope-from gnats) Received: from bifrost.lyngbol.dk (bifrost.lyngbol.dk [193.162.32.2]) by hub.freebsd.org (Postfix) with ESMTP id 7D01337B40D for ; Sun, 30 Sep 2001 08:40:57 -0700 (PDT) Received: (from lyngbol@localhost) by bifrost.lyngbol.dk (8.11.6/8.11.6) id f8UFesB11870; Sun, 30 Sep 2001 17:40:54 +0200 (CEST) (envelope-from lyngbol) Message-Id: <200109301540.f8UFesB11870@bifrost.lyngbol.dk> Date: Sun, 30 Sep 2001 17:40:54 +0200 (CEST) From: Michael Lyngbøl Reply-To: Michael Lyngbøl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30932: maintainer update: net/samplicator Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30932 >Category: ports >Synopsis: maintainer update: net/samplicator >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 Sep 30 08:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michael Lyngbøl >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD bifrost 4.4-STABLE FreeBSD 4.4-STABLE #3: Tue Sep 18 19:41:09 CEST 2001 root@bifrost:/usr/obj/usr/src/sys/BIFROST i386 >Description: Update to 1.3.2: - allow TTL specification - some bug fixes >How-To-Repeat: >Fix: diff -ruN /usr/ports/net/samplicator/Makefile samplicator/Makefile --- /usr/ports/net/samplicator/Makefile Tue Sep 4 06:57:19 2001 +++ samplicator/Makefile Sun Sep 30 17:34:48 2001 @@ -6,7 +6,7 @@ # PORTNAME= samplicator -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= net MASTER_SITES= http://www.switch.ch/tf-tant/floma/sw/samplicator/ @@ -15,8 +15,9 @@ GNU_CONFIGURE= yes post-install: - ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/${PORTNAME}/ - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}/ + ${MKDIR} ${DOCSDIR} +.for file in NEWS README + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor .include diff -ruN /usr/ports/net/samplicator/distinfo samplicator/distinfo --- /usr/ports/net/samplicator/distinfo Tue Sep 4 06:57:19 2001 +++ samplicator/distinfo Sun Sep 30 17:35:13 2001 @@ -1 +1 @@ -MD5 (samplicator-1.3.1.tar.gz) = ef1acb18f216251c49f8f64a842dabea +MD5 (samplicator-1.3.2.tar.gz) = 39f0999db9082beecb371a2ec720f56e >Release-Note: >Audit-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 Sep 30 9:40:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEB8F37B40E for ; Sun, 30 Sep 2001 09:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UGe1W07318; Sun, 30 Sep 2001 09:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B84E937B408 for ; Sun, 30 Sep 2001 09:31:54 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UGVs206416; Sun, 30 Sep 2001 09:31:54 -0700 (PDT) (envelope-from nobody) Message-Id: <200109301631.f8UGVs206416@freefall.freebsd.org> Date: Sun, 30 Sep 2001 09:31:54 -0700 (PDT) From: Jean-Sebastien Roy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30933: New port : lang/linux-j Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30933 >Category: ports >Synopsis: New port : lang/linux-j >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 Sep 30 09:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jean-Sebastien Roy >Release: 4.4 Stable >Organization: >Environment: FreeBSD durandal 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 15 23:13:12 CEST 2001 js@durandal:/mnt/backup/obj/opt/src/sys/JS i386 >Description: This is a new port for the langage J. For more information, see : http://www.jsoftware.com/ The uuencoded tar file of the port follow. You can also download it from http://www.jeannot.org/~js/linux-j.tgz begin 644 linux-j.tgz M'XL(``I'MSL``^R=;7/ M2^X5"R0Q,QB1!!4XZZLWD[+>3EZ*5D\Q(^I$_'_IO_&QR+>M6EJDTD_CB(B+P;QM=/I]\ M\K5M_KR5HJIT>Z[-^NRWQ'WS@Y'RN^N7W]#_SGYZ?_7AW8NWK[[]>KBC__?C^ZO6K:Z)$M?:5.WO[XOK#JZOD^O4'>V'3 MMO7SZ?3N[NY\V^A5>R>,/,]T.6WF:Z:G0A;?E/ MWMCBSMOUKY-MH5+ZE?^\D45M/SFYY/KG[UZ^OOK6/M,W_QAJ_7'J/_?U_7A& ME7K][@/]>W5%-WGX[&=7/[]+7K[ZZ=6[E]>NG"E5KQ;MU#T.?4^G17[>Z.>^ MS&NZW<>I++M"M-HTGDI2T_T_3LJZUXV9V?OW[WYS^2' M]U?)BZOO_T)W4+.GR[.S=^^3OUW]M:_]UPY\^^)=].VACOK&.(_.SG+]).U4 MD3\_^_K/C_W3UZH?7?W_^S>_]AS\\_\WDC]0&KB5='0?YR9_HU_9F M5]_O?^F*5!5UNJ*PA7[SC]?OKC^\>/,F^>GJ_8]7+]Y^/"*T5\OXJ\1:9[._ M%S62J\['::JJ\=?G]!^Z26I$EXIR#W#N!2UFA2UFA0UAA0UAA0U MAA0TAA2M(5I!M'Z@,:2@,:2@,:2@,62@BC/4:#+4:#+4:#)0Q1FHN@Q470:J M+@-5EX&JRT#5Y6!#YZCJ[]C&J-MJF-D*W;#*CZO9HR#,F M-Z:IWIUOZ_5I(!-EY;Z=;]H2P%2Y;J87%^=KM8+IB$7'+'K&HNL&BERSZ MDD4_9='/.#1+.1%+\1&O;);B(Y;B(Y;B(Y;B(Y;B(Y;B(Y;B(Y;B8Y8N8Y8N M8Y8N8Y8N8Y8N8Y8N8Y8NXX`N<^46N82YGXKLYG$'>\"FNCW?061FY\"FA4O. M4B,%7I&,1AI&X2MM<'BM6XW3:H6S5&=9T;@("QC)>,A&%CC<;HR^8^"&4[:Y MQ^&[C0TH4#R_H`&>`4<,..*4'+%*CAEPS*E&S*E&S*G&C%.-&:<:,T8U(HZZ M(XZZHPM.-3BV$7%L(^+81L2QC8AC&Q''-B*.;40,+SB-R+"_F6%[,L;R88WDQQ_)F',N;<2QO M%G'40C1#+3..,#8QH)C&PN.;2PX2EEPE++@ M*&5!TVL28TY+C:I8<[['D M&.J28ZA+CJ$N6;:W9-G>DF-[2Y;MS1F-)S)1YQI/-^2"1:=$,YK0XAV.9]S* M9SQ:5WC2QM%X4BC/J>X9GG!R/*OV.8N6W.(EBUZQZ`VW,HK3DO21!3/Z*7UD M=%3ZR!@(Z:-@T2F+SEATSJ(9B3[ZR.A$]''-HC611=,QU)P M.UO)HBN&&6I6R:RGY#WB+YRB#:OHAJF>A@.W7%VVK-*IZ)*',P;SCE.5CO64 M.];RP8ZU?D`TP^43S7#Y1,]9]()%+UGT)8M^QJ$Y60BB62T8L=HD>LJ@HYA# M<\Q[QS'OE=;@ZJRJ6H/7PM&,KN!YO#-X'E>FY_$.X7E<_9['.X7G\6[A>=QD M/(]W),9^J7,8OW/%._$5._C.[M>:9^(Z9^&0[$\TS],A(CGF?JEY$> M\3Q3OS%3OS%3OS%3OS%3OPR7[WER0/82'R:U(BR9L$,I^]P MW&85IE^'B'\[3*\/`.YVF5X=\=SM,JP[L[G*=5AF]W.$^K#,_>U#)3 M`M\:UZJ6L=GM5FBB0(_10H%D\ M%!CJ/!1(!'HHD/_S4"#MYZ%`ML]#@9VM'@IHVD.!O(N'("L(3``]%(@7//0+ M`@5VX'HHL,SBH<",V$.!A).'`LMT'@ILD_70#H$"VV(]]"L`/8Z$X\=""E.I M:CT-!7A[,#!<[,'`0+$'`T/$'@P,#GLP,"SLP<"`L`<#0\$>#`SM(Q@*U?8@ MJIE0>+8'4Q#53"C$VH-H@X?BI#V( M-GAH\\$!&(@:'I"/OODWDJG6@8%Q1',EUJ&W]1["@?=\'L*!UWP>PH&W?![" M@9=\'L*!=WP>PH%7?!["@;>U'L*!E[6&UT]%?BM-VB29KK9=Y<+0P/@]2I:I MNA6%K-IDQ92L:Z-WJA16!A0QJMV4LE6!8'7@4UWE2=:9T%LL`Y_1]Z1I!5T/ MO]TS"FV$$5DK`U'1B&O[YN\NJ3I[OB!Z#^A]HP/ZEFA<%3D]<=*J,A"YCW@G M"M6";2J3NNB,2KLFZ>B90:&=S#K[`*Y625.+#*R;W-6%RE2;Y*%LVB"Q4I6H MT.('&T]:D182;-ZUU&2TJ!&NI>FJ'"W:B)PZ.PHKM-P-^7,0=6$L7`=5-2J7 M2:IW:.LI,GU#+@;&R94UH#JW#>8?"U616TUN9=9JXQP=5GY!\WXRD\2>T4E- ME(1VDQW*49=LI#W"%!,A/[IQO@ML)^*-VB6B6,O4!`*"44::M4P$.<=`(F`4 M4$TFBT)44G=@O7J_2$-11RX,-:O:#@WW27-?,GH:";4*'WUJ:Z M93R#+NXK72HR]<2XVX3R48/D+YW(2:(S9#*JK!OTB>Q)HKKD#44D1@8;XVLJ'AB]/01MM!.Z%[X1VFT0;739\>3&ROR13Z+$Z*>@N*MZ;+ M2(NHVINN;))2"K3\5C9@VP#9S1$U@GQZLM*F3'P8"-$2&7VI.M#D5X/;A36-NFHE%98L]R).L"0IU>2N^2DOPG]GS9:MVIP$$5 MAVA@\CJ@&YG=U)K"ER0TO'XF@!G3@4`H'OE,`&R9O0!F5`<"H5"G%]`EW!W< MD>)V9+P%*T.\KMS45(6#]4%FG`&C/#(SV\-&%\G@Z,''Z+#FH5F<2&A.34-M M@W:47*;=.I'&A([5>,"O"YT&!ZE#`=@_YM*><`7UK_UR&5;R/>@-I,@"2TH# M6-84:!I)78C1F>FL0_E`@GS`]!J"]+4)IAC'L&[I-5)%\P">)SF]CN1 MM>`T:)"Q9R)A`6\O0;^'P"T[V@EF,3QV@UMXH6B2!YNJK2\&VG0(3F+JP^,\ M1[K'`K*#@PC-J>UG9:,.S#8J$4RD]J!8M^24V=%WBK+MZXZM M``<'7=FD&(;6LF*$X]KDTB1REWRR*L$0UJM$WH*F1B$E#8@;V8#J[6>)&%MH M;!1R(%IB8#WL@`PLAAV0":/'U49F,HYN_ M@L&$.QTPLND*&G\WHL:JXP]8=1,4#F\3RACO4LC)G6HWNJ/[&'"";C-PL(89 MCTMC6D'A5DO!#1XY(^L_/4G^*QE"KS&5(AG&GM2%-,`*G:?AIW1)/F'6 M';+4>R#";!]V]#`6I'S;M"0PTEP:`I_*)1>!W88COQ]$MA$ M.9`T3L-@,F9\(9%[W9DD%=G-VE"PA-WF5VC\,^1,:>R?1D]W@1U8`[G8!;9! M#>`R,+D;N,M=8./0`#[;A0X8.2`#NY8.R,!NI`,RL*UK3X;.-MF3X,W#YYF, M)'"T[<"FJC(RL(EV9'7([D82+A,Z&66$H;3D2(@/>P=9545F&4=L`W8 M#'EH.60$56@E<"#MN2?H[:4QI`>,M<$66J[=R`%ZG\V-$;>A$X('6`'+/",+ MFYEL>7,H;!>PNL&T>2L-Z/$^H)PI5(>MS7F)C MJ]__U3J<]ZN2D(`N2_O(KTEJLHF0]Q" M:4.SA%"?/)2RFS['K<')AIX*OBD0B8VH`=O5D472V+5>JAFU,B+F_M)Y4LD[ M(.'D)%Q3Y4;=AE+)G@Z%,`.5N"W*ID&V\8PRPQ]-`G%--[A5,N#Q/&X7J5'. M+69#E;`T!I8!U]AC37"IM`=O9148\#RH3%*(>\R-DM-"'L;F#4UB__HR`M_N M.U-HYC'Q4X*W)ST08W>50S(26HSZ3\`%.*A"',L7`=S5BX48$9WH@E]N^_)`+9<_F)#!Y5[&5*V6XT M_`A>AF&'>R$*20(S`2>P45C_5E7=V3469$Q0=LW4QW4Z3Q&70)50R?"']0"< MO+X1]29QSA*1V([&PY'9BEMA0]]"@@+:+BMTK:8@Q&#Q@9?)"A7<@>1QJA&( M>?.L1>@TT+T`(YIP_-8_);+U?2_$,&;'-S+K3/#5*L?3C";5(I1%'U"9PX-@ M07Z6U+J!9AP6WDB!>64+-Q+V/0YWUSCM2%)0X2HUP@1W\O=L8]\4.)PW0&+V M)1XW;5"_(N,^\3>D)]PSE"+S.[T@MJ[M,Y18#%)22&KN[;1"K(']ZKU,U7&& M+Y#"5MC4,!M_G$;"D$8++?=R%&?G.F*OJND MR8U`6MSO0X+!?A:$U*)VFT@AGUOGP%YM3P9W+(T8/&9Z6!<::MR>AOV-XZT/ M1UE=HT.5Q_'>Y7C[7A)<.*H5O'=1S)P6LH1J8'3>A5;3#DFP4(IK2YJ,V!<6 M,(&M3=_YU]L9`F"N:\"Q7-H!;:>FG`?@&(H704HW\H] MI[)-TM*O0=9.BADCJ^DJ>V!%`D9NQKX7'-K`T"4=6`(U.L@043R0.ND&G3`$.+1@?[21G/Z#=8X;Q+2.#XD,+`);8T MI629\9;YQ-LRL#7E`8P-_%;L!DW`..B@::1'Z=O1:'L:(5+T*10 MU(&7]#[A6YL!G=F+X%D\^-;*!>M5^` M%VLH"^H[";ZHWO/6PZH62UAZ$8P,GS7EP5\@__Y+D9!Z@"WU(VX/>R'-Y(G= MZ8T*H6>T>0$P1>H7)A-LK;!I-32I:+JZUMCM[QO&(INEX<4=!^/I0H_;7X*P M39!#?;!GT7+#IV"/J!WQP62KQ?$)FUUVQN>RCNY,HPV:A6XE3:XKC4U)+(RS MT*P1V.KGN:[5QAZ!M%_"(R/)0ON0/Y?M'3$JV]6Y/]HI`_V#_89@#'^*[OBY M$]!N@#O[YEL%K?+=B39T&H7GD$GJ7[RD)D14ZX[&M"E-D>I"W(=JUM/^WAB[;05=C%AT#-+# M1BJ,]L<#8*S6-4@V-+5OY..P/3AS*JA?N?`AC*:R:5I%ZEY0HI-*-) M#-4:(%>BI($+JNFJLFE:@+-'X`"]4`A>4.(NV\CT(SF%65#+35`6SC MMI.PC:;L(?#M2=?HB,+9XR-`G49<)/)9(78N,3W/;NT>:FWDD8MO MQ8VTB-77?;ZU"6;JCY^;?`3QZ[UF=D3 M%]M'FGE(B)ZX>M_8MYI.77;)T1.7;";T^"7;@:G]3Q4Z7CZNH^'RHTH:H<>T M-*9?/[L\9!NF;C%TFJW*(X]Y!+*IZR!GOW\>&1ZCHB566GO,[7X"5DT,%%>U MOGHASBX;A)B['"MK9R>,IR'GUZ9Y*IK'%.4I[P-/MZVGMB= MV?6XB4-A.-?\BM-II797Z00"2:215EI5:J5&>[%:K32])>``*0$*)&GZZ^MC M8NI<;)X#]+7JAS#2Y6W#H'AK`. MDM/"F*\ROH*1@3,)C#?V4OQ@@<;V)%,F:YV]_[;Q\;I1^A<"644PB"4M#Y9E'*F&,33V*$@ZUXNY"1L;RH[95UDOQ MF)+`OK,L5^V]<&E/6\LD*+ZEU>"XIWSY4`_42F=3JX5RU\28+.U0&R1V>"-" M!U1["T=.ESJ>$/'LMNV,E-,GR3GW;*)V&ESW-V_+EFOH M[)W,N5@$RG0^7Z2\R*F@WC39&2J#>2JA"XGB@4-S]"I"/`L/_'4F?I)UI-S> M@2:A8_AS$A5A=4A*#AQ'@NIS=L*)T&HDUH;](#F\8RA(E2[[!4BF[1$@.?F4 MF02Q]B"A9A6%J=*Q0E2D]R9A.[=BD5- M",NM1H1!5")]B=UUIT:T+Z7'='1LY].DSAIKVIY\$`4/;9%#5Q`6;N9.+:GNOR>6<\F[@#L*^^)SW:8(``?6OL-;51H:#\T6O.Z#0XV^U?OJM$SZ+3\AZP* MRF?(@RK_GCL[E/^I;6/Y]US/E/];:`Y)Q0T`?N->9D,0`<8A+_%=-18.(4ZB M&%*V96DS;_'+5;!2='YQYV2H93GN88[_XQGQ&CF$).,9;C&20,VS6O+E<(-= M)JSBLT&ZP4$\8.%G7_ET*/Z8;5E58]4$?N:G^RJIAGQEM2F;?<"/DK=B6`BH MF\%=Q=^J`(\B628!X!NS?AG$_`"S$%BX:<(,W%O6X^/C`\1U73R,1KO=[GY5 MY?(`SYY-)HKZGR^(\C]U>;W/;8'C3&>3`4R> M9W>Z^LW+?_?Z2U?XNGE0]M]QY/7W;,\9\Q6N-S7^WTWT^A6^How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 9:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 798CC37B40E for ; Sun, 30 Sep 2001 09:50:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UGo0R08135; Sun, 30 Sep 2001 09:50:00 -0700 (PDT) (envelope-from gnats) Received: from bifrost.lyngbol.dk (bifrost.lyngbol.dk [193.162.32.2]) by hub.freebsd.org (Postfix) with ESMTP id D227937B410 for ; Sun, 30 Sep 2001 09:49:07 -0700 (PDT) Received: (from lyngbol@localhost) by bifrost.lyngbol.dk (8.11.6/8.11.6) id f8UGn5L18095; Sun, 30 Sep 2001 18:49:05 +0200 (CEST) (envelope-from lyngbol) Message-Id: <200109301649.f8UGn5L18095@bifrost.lyngbol.dk> Date: Sun, 30 Sep 2001 18:49:05 +0200 (CEST) From: Michael Lyngbøl Reply-To: Michael Lyngbøl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30934: new port: net/stools Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30934 >Category: ports >Synopsis: new port: net/stools >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 Sep 30 09:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michael Lyngbøl >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD bifrost 4.4-STABLE FreeBSD 4.4-STABLE #3: Tue Sep 18 19:41:09 CEST 2001 root@bifrost:/usr/obj/usr/src/sys/BIFROST i386 >Description: Port of stools. stools is a collection of command line SNMP management tools. Please notice: installation of stools.info (info(1)) file seems to be broken, I haven't figured out why. I somebody could look into this I would appreciate it. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # stools # stools/Makefile # stools/distinfo # stools/pkg-comment # stools/pkg-descr # stools/pkg-plist # echo c - stools mkdir -p stools > /dev/null 2>&1 echo x - stools/Makefile sed 's/^X//' >stools/Makefile << 'END-of-stools/Makefile' X# New ports collection makefile for: stools X# Date created: 10 September 2001 X# Whom: Michael Lyngbøl X# X# $FreeBSD$ X# X XPORTNAME= stools XPORTVERSION= 0.1.20 XCATEGORIES= net XMASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PORTNAME}/ X XMAINTAINER= lyngbol@wheel.dk X XLIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 X XGNU_CONFIGURE= yes XUSE_GTK= yes X XMAN1= scli.1 stop.1 X X.include END-of-stools/Makefile echo x - stools/distinfo sed 's/^X//' >stools/distinfo << 'END-of-stools/distinfo' XMD5 (stools-0.1.20.tar.gz) = 382dbc3a9b61e70b49da2a04fbaa8dc5 END-of-stools/distinfo echo x - stools/pkg-comment sed 's/^X//' >stools/pkg-comment << 'END-of-stools/pkg-comment' XA collection of SNMP command line management tools END-of-stools/pkg-comment echo x - stools/pkg-descr sed 's/^X//' >stools/pkg-descr << 'END-of-stools/pkg-descr' XThe stools package (pronounced "s-tools") was written to address the Xneed for small and efficient command line utilities to monitor and Xconfigure network devices and host systems. The stools package is Xbased on the SNMP management protocol. X XWWW: http://www.ibr.cs.tu-bs.de/projects/stools/ X X- Michael Lyngbol Xlyngbol@wheel.dk END-of-stools/pkg-descr echo x - stools/pkg-plist sed 's/^X//' >stools/pkg-plist << 'END-of-stools/pkg-plist' Xbin/scli Xbin/stop X@unexec install-info --delete %D/info/stools.info %D/info/dir Xinfo/stools.info X@exec install-info %D/info/stools.info %D/info/dir END-of-stools/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 10: 0:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D7DE37B40B for ; Sun, 30 Sep 2001 10:00:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UH04d09039; Sun, 30 Sep 2001 10:00:04 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 083B637B40E for ; Sun, 30 Sep 2001 09:59:56 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UGxuw09020; Sun, 30 Sep 2001 09:59:56 -0700 (PDT) (envelope-from nobody) Message-Id: <200109301659.f8UGxuw09020@freefall.freebsd.org> Date: Sun, 30 Sep 2001 09:59:56 -0700 (PDT) From: ed hudson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30935: pips sc880 - needs to have syvr4 support enabled - print an advisory to user at install ? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30935 >Category: ports >Synopsis: pips sc880 - needs to have syvr4 support enabled - print an advisory to user at install ? >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 30 10:00:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: ed hudson >Release: 4.4-STABLE >Organization: self >Environment: FreeBSD m44.spnet.com 4.4-STABLE FreeBSD 4.4-STABLE #0: Fri Sep 14 17:20:39 PDT 2001 >Description: pips-sc880 works great - but not out of the box with the current install. if svr4 support is not enabled, then pips binaries just core dump. >How-To-Repeat: >Fix: install should print out a 'turn on svr4 in /etc/rc.conf' or something. alternatively, maybe a different error message could be sent to syslog by the kernel if it detects a required emulation mode to run a binary. in particular (a usefull fix for linux and svr4 binaries in general) >Release-Note: >Audit-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 Sep 30 10: 4:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from relay3-gui.server.ntli.net (relay3-gui.server.ntli.net [194.168.4.200]) by hub.freebsd.org (Postfix) with ESMTP id A714537B408 for ; Sun, 30 Sep 2001 10:04:44 -0700 (PDT) Received: from pc2-card3-0-cust79.cdf.cable.ntl.com ([213.107.2.79] helo=rhadamanth.private.submonkey.net ident=exim) by relay3-gui.server.ntli.net with esmtp (Exim 3.03 #2) id 15nk1C-0004qe-00; Sun, 30 Sep 2001 18:04:42 +0100 Received: from setantae by rhadamanth.private.submonkey.net with local (Exim 3.33 #1) id 15njy6-000DrQ-00; Sun, 30 Sep 2001 18:01:30 +0100 Date: Sun, 30 Sep 2001 18:01:30 +0100 From: setantae To: Thierry Thomas Cc: ports@FreeBSD.ORG Subject: Re: Breakage in /usr/ports/textproc/docproj Message-ID: <20010930180130.A53242@rhadamanth> References: <20010927151928.A73173@rhadamanth> <20010927210921.A71872@graf.pompo.net> <20010927210916.A1554@rhadamanth> <20010927223846.A75216@graf.pompo.net> <20010928102759.A13180@rhadamanth> <20010928214744.A79712@graf.pompo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <20010928214744.A79712@graf.pompo.net>; from thierry@thomas.as on Fri, Sep 28, 2001 at 09:47:44PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Sep 28, 2001 at 09:47:44PM +0200, Thierry Thomas wrote: > Hello, > > Le 28 Sep 01 à 10:27:59 +0000, setantae écrivait : > > > A lot of ports depend on libpng, but their portrevision have not been > > > incremented; nethertheless, you have to reinstall them (e.g. gd). > > > > I honestly don't think so. > > This system was cleanly installed from a 4.4-mini iso on Monday morning. > > I don't _have_ gd installed already. > > I do not understand: textproc/docproj depends on graphics/scr2png, and > scr2png requires gd... Yeah, it's dying when it tries to install graphics/gd; the breakage is in that port. Ceri -- keep a mild groove on To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 10:10: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2840F37B40F for ; Sun, 30 Sep 2001 10:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UHA1512948; Sun, 30 Sep 2001 10:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC1E637B40D for ; Sun, 30 Sep 2001 10:07:38 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UH7cZ12757; Sun, 30 Sep 2001 10:07:38 -0700 (PDT) (envelope-from nobody) Message-Id: <200109301707.f8UH7cZ12757@freefall.freebsd.org> Date: Sun, 30 Sep 2001 10:07:38 -0700 (PDT) From: ed hudson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30936: pips-sc880 installed script contains incorrect embedded path Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30936 >Category: ports >Synopsis: pips-sc880 installed script contains incorrect embedded path >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 Sep 30 10:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: ed hudson >Release: 4.4-stable >Organization: self >Environment: FreeBSD m44.spnet.com 4.4-STABLE FreeBSD 4.4-STABLE #0: Fri Sep 14 17:20:39 PDT 2001 >Description: the installed script /usr/local/libexec/pips-sc880/filter-sc880 contains an incorrect path '/usr/local/EPKowa/sc880' that should be '/usr/local/libexec/pips-sc880', like its companion script filter-sc880.rev >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 11:20: 4 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB40E37B40F for ; Sun, 30 Sep 2001 11:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UIK0k21678; Sun, 30 Sep 2001 11:20:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D34F037B401 for ; Sun, 30 Sep 2001 11:14:59 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UIEx021322; Sun, 30 Sep 2001 11:14:59 -0700 (PDT) (envelope-from nobody) Message-Id: <200109301814.f8UIEx021322@freefall.freebsd.org> Date: Sun, 30 Sep 2001 11:14:59 -0700 (PDT) From: Michael Johnson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30937: pnet 1.2 -> 1.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30937 >Category: ports >Synopsis: pnet 1.2 -> 1.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 30 11:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michael Johnson >Release: 4.4 >Organization: >Environment: >Description: diff -ruN pnet.orig/Makefile pnet/Makefile --- pnet.orig/Makefile Sun Sep 30 14:06:46 2001 +++ pnet/Makefile Sun Sep 30 14:06:56 2001 @@ -6,7 +6,7 @@ # PORTNAME= pnet -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.6 CATEGORIES= lang MASTER_SITES= http://www.southern-storm.com.au/download/ diff -ruN pnet.orig/distinfo pnet/distinfo --- pnet.orig/distinfo Sun Sep 30 14:06:46 2001 +++ pnet/distinfo Sun Sep 30 14:07:00 2001 @@ -1 +1 @@ -MD5 (pnet-0.1.2.tar.gz) = 98e989a9eb5c33987ee232cd49a51794 +MD5 (pnet-0.1.6.tar.gz) = 1a9991bb4ceda2834f1671b843372fba >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 13:30:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E82237B407 for ; Sun, 30 Sep 2001 13:30:08 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UKU8I41982; Sun, 30 Sep 2001 13:30:08 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 0847337B410; Sun, 30 Sep 2001 13:22:11 -0700 (PDT) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.6) id f8UKM9k40875; Sun, 30 Sep 2001 16:22:09 -0400 (EDT) (envelope-from root) Message-Id: <200109302022.f8UKM9k40875@cc92687-a.wlgrv1.pa.home.com> Date: Sun, 30 Sep 2001 16:22:09 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org Cc: sobomax@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30941: Fix x11-wm/windowmaker Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30941 >Category: ports >Synopsis: Fix x11-wm/windowmaker >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 Sep 30 13:30:07 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 29 17:22:31 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Hmmm... windowmaker ftp directory structure changed. >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/x11-wm/windowmaker/Makefile windowmaker/Makefile --- /usr/ports/x11-wm/windowmaker/Makefile Mon Sep 10 23:39:42 2001 +++ windowmaker/Makefile Sun Sep 30 16:16:42 2001 @@ -10,7 +10,7 @@ PORTREVISION= 1 CATEGORIES= x11-wm windowmaker MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} -MASTER_SITE_SUBDIR= beta/srcs +MASTER_SITE_SUBDIR= source/release DISTNAME= WindowMaker-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.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 Sep 30 14: 7:32 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15C3937B406; Sun, 30 Sep 2001 14:07:29 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UL2pH44762; Sun, 30 Sep 2001 14:02:51 -0700 (PDT) (envelope-from lioux) Date: Sun, 30 Sep 2001 14:02:51 -0700 (PDT) From: Message-Id: <200109302102.f8UL2pH44762@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/30941: Fix x11-wm/windowmaker Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix x11-wm/windowmaker Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: lioux Responsible-Changed-When: Sun Sep 30 14:02:27 PDT 2001 Responsible-Changed-Why: iCommitted, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30941 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 14:23:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from toole.uol.com.br (toole.uol.com.br [200.231.206.186]) by hub.freebsd.org (Postfix) with ESMTP id A604737B417 for ; Sun, 30 Sep 2001 14:19:07 -0700 (PDT) Received: from 200.181.49.233 ([200.181.49.233]) by toole.uol.com.br (8.9.1/8.9.1) with ESMTP id SAA07119 for ; Sun, 30 Sep 2001 18:16:47 -0300 (BRT) Received: (qmail 70140 invoked by uid 1001); 30 Sep 2001 21:19:00 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Sun, 30 Sep 2001 18:18:38 -0300 To: freebsd-ports@FreeBSD.ORG, sobomax@FreeBSD.ORG Subject: Re: ports/30941: Fix x11-wm/windowmaker Message-ID: <20010930181838.A69940@exxodus.fedaykin.here> References: <200109302102.f8UL2pH44762@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109302102.f8UL2pH44762@freefall.freebsd.org>; from lioux@FreeBSD.ORG on Sun, Sep 30, 2001 at 02:02:29PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Sep 30, 2001 at 02:02:29PM -0700, lioux@FreeBSD.ORG wrote: > Synopsis: Fix x11-wm/windowmaker > > Responsible-Changed-From-To: freebsd-ports->sobomax > Responsible-Changed-By: lioux > Responsible-Changed-When: Sun Sep 30 14:02:27 PDT 2001 > Responsible-Changed-Why: > iCommitted, thanks! Wrong window. I meant "Over to committer". Sorry :( -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 14:39:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.musha.org (daemon.musha.org [61.122.44.178]) by hub.freebsd.org (Postfix) with ESMTP id 5B2D337B407; Sun, 30 Sep 2001 14:39:30 -0700 (PDT) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 25BFB4D800; Mon, 1 Oct 2001 06:39:28 +0900 (JST) Date: Mon, 01 Oct 2001 06:39:28 +0900 Message-ID: <8666a01hpr.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: sumikawa@FreeBSD.org Cc: ports@FreeBSD.org Subject: removing mswordview In-Reply-To: <200109302128.f8ULSeL50414@freefall.freebsd.org> References: <200109302128.f8ULSeL50414@freefall.freebsd.org> User-Agent: Wanderlust/2.7.4 (Too Funky) SEMI/1.14.3 (Ushinoya) LIMIT/1.14.7 (Fujiidera) APEL/10.3 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At Sun, 30 Sep 2001 14:28:40 -0700 (PDT), Mikhail Teterin wrote: > mi 2001/09/30 14:28:39 PDT > > Modified files: > math/siag Makefile distinfo pkg-plist > math/siag/files patch-pw > Removed files: > math/siag/files patch-ae > Log: > Attempt to resurrect this port by updating it to the latest > version -- 3.4.10. A number of things remain to ironed out -- > most importantly, the consistent segfaulting of pw on startup. Now that math/siag has been updated to use wv instead of mswordview, I think you can safely retire the mswordview port. :) -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Freeze this moment a little bit longer, make each impression a little bit stronger.. Experience slips away -- Time stand still" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 14:45:33 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailx.dacom.co.kr (mailx.chollian.net [203.252.3.22]) by hub.freebsd.org (Postfix) with ESMTP id 6599F37B40C for ; Sun, 30 Sep 2001 14:45:29 -0700 (PDT) Received: from localhost ([61.43.255.67]) by mailx.dacom.co.kr (8.9.1a/8.9.1) with SMTP id GAA26081 for ; Mon, 1 Oct 2001 06:43:48 +0900 (KST) Message-Id: <200109302143.GAA26081@mailx.dacom.co.kr> Reply-To: neocd3@hotmail.com From: REN100 To: ports@freebsd.org Subject: ±ò²ûÇÑ ¼ºÀÎ ÀÚ·á½Ç! REN100.COM Mime-Version: 1.0 Content-Type: text/html; charset="ks_c_5601-1987" Date: Mon, 1 Oct 2001 06:52:42 +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org

¾È³çÇϼ¼¿ä?

±ò²ûÇѼºÀÎÆ÷Å» REN100.COM ÀÔ´Ï´Ù.

ã¾Æ¿À¼Å¼­...¹«·á·Î!!! ¹«Á¶°Ç ¹«·á·Î...Á¤¸» ±ò²ûÇÏ°í Á¤È®ÇÑ

ÀڷḸ ÀÖ´Â °÷¿¡ Á¤ÂøÇϽñ⠹ٶø´Ï´Ù.

¹«Á¶°Ç Áñ°Üã±â Ãß°¡¿ä~!!!

±×¸®°í Àý´ë·Î!!! 18¼¼ ¹Ì¸¸Àº µé¾î°¡Áö ¸¶¼¼¿ä!!!

http://www.ren100.com Å¬¸¯ÇÏ½Ã°í µé¾î°¡¼¼¿ä!


¸ÅÁ÷¿£ 3°³¿ù ¹«·á»ç¿ë

¸ÅÁ÷¿£ ¹«¼± ÀÎÅͳÝÀ» ¾Æ¹« Á¶°Ç¾øÀÌ 3´Þ°£ ¹«·á! Áï 120ºÐÀÌ ¹«·áÀÔ´Ï´Ù.

ÃÊ°úºÐÀº º»ÀÎÀÌ ºÎ´ãÇؾߵÇÁö¸¸...120ºÐ ÀÌÇÏ·Î »ç¿ëÇÏ½Ã¸é ºñ½Ñ

¹«¼±ÀÎÅͳÝÀ» ¹«·á·Î!!! »ç¿ëÇÒ ¼ö ÀÖ°ÚÁÒ?

ÀÚ¼¼ÇÑ»çÇ×Àº À§ÀÇ ¹è³Ê¸¦ Ŭ¸¯!

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 15:30:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2498137B40D for ; Sun, 30 Sep 2001 15:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UMU1d58814; Sun, 30 Sep 2001 15:30:01 -0700 (PDT) (envelope-from gnats) Received: from kiwi.isdnet.net (xbeaudouin.isdnet.net [62.4.2.36]) by hub.freebsd.org (Postfix) with ESMTP id DA04A37B40A for ; Sun, 30 Sep 2001 15:21:48 -0700 (PDT) Received: by kiwi.isdnet.net (Postfix, from userid 0) id 3425C26C1A; Mon, 1 Oct 2001 00:23:13 +0200 (CEST) Message-Id: <20010930222313.3425C26C1A@kiwi.isdnet.net> Date: Mon, 1 Oct 2001 00:23:13 +0200 (CEST) From: Xavier Beaudouin Reply-To: Xavier Beaudouin To: FreeBSD-gnats-submit@freebsd.org Cc: kiwi@oav.net, kiwi@isdnet.net X-Send-Pr-Version: 3.113 Subject: ports/30942: New port: Pike 7.0 from CVS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30942 >Category: ports >Synopsis: New port: Pike 7.0 from CVS >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 Sep 30 15:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 4.4-STABLE i386 >Organization: Caudium Group >Environment: System: FreeBSD kiwi.isdnet.net 4.4-STABLE FreeBSD 4.4-STABLE #1: Fri Sep 21 13:24:11 CEST 2001 root@kiwi.isdnet.net:/usr/src/sys/compile/KIWI i386 >Description: Current port/pike is pike 7.0.78 which is a bit updated. CVS version of pike 7.0 maybe needed for program like caudium. This is not a replacement for current port/pike but a possibility to choose a more recent pike 7.0 than the official one from Roxen/Idonex. >How-To-Repeat: >Fix: Use the following port: begin 644 pike70cvs.sh.gz M'XL("*N8MSL"`W!I:V4W,&-V&+4#\@+Q$A(X2&.ELG< MCV9H0J:4D>8W*!%2`C\"#(X\^$HBM(AB[-X("9,E(E%"F*`<\+D4=@`:KF@" M!`"$>`E"7$9P0I#G,^(FE/F$_R2A7,HL/49W/N1T0A"]BX@GQ"_I0H!`R%SD MVB-3O`@2%!,6^IS[-.)6\QM(E=9F)B*71@GV(WXBDAJQ?T/>OG1O>?ESB[O, MCY.MSUK`G_JS!2.62%N#7.(;(K*^]C"^F1UY!-AK3SV?)WXTI8^@<0`ICYZZ M-`S!F9!EXLXIGZ2V2<;ETO[M`@3*_U<9W,S8 M@/)DQHC`'JP^[\:'J=2P$L1YT$#9GP/;OG@$>`6U(`GC5E'*%GRS#@^%H2/- MP!=TZ?;&T`#8G]WVDB2J?7]R>?#KX/KXQAQMJ#:G;>@6+5Q5.3?^BLG,^O&D M7-`SAN.Y[_*62'O23-O$EJOUJS+&S'>$HGZ M64`ZT0(2Z]LGC-FP3_0?>F'SQ;P""'Z7()XTA*;N^DZ6%&U:O^L%UT]]_ZE]TRY5EI;45SR`;%T69[U7DX6,#83+)@-J!YK7(T-3;2:CRB% MYI56:,[,%$J"J97P3W/Q8ML*2K%LM&O-)`=L7R7)4\6Z"+HB=TC,7CG,MP,Q MT1/+%F'.AWGXB5Q9$M"N6'9+5]^\DT;CY1MDDQB]>OGR6*3^,::6DU33[\O3>T^]=7IXVWUDOK M]9LWS7&G/>J=7P_[/?NT$>!H!E/_MCWJ#1V[/Q+/IDE\TFK!3RM3V1(B6\!O M-3[+">LC@(L7GK\(Q3)9*\N87%V3:X@MM,'*T&M,'N&8SRF45:&L.>[V[9)1 M1^E@(3/H05A]V>Y?C>!?;WBZX:3F>&W$<=J8^)Q&ZP-YMP0!8LT> M=F!HDH?=0^OP:YZ%AQ9GKH3U;0>4]H;MSJC_.V1M2<#3YU>?G"*B(9;E0PNJ M`$S:><*_?13)UK90?BXXD1LL/`+51HMR`!02<`BF]0KU[]-L76R]P]]X*'K& MC4>R']EXMFKB-\&/'XDF2N0I\OSI9J:*89$`>F2RF.7#I!@J2OZ9TDG^,<3W M1U,Q^7X)?TK<\]%'410Q(T=3DKCSD]39__#`+Q'QOGW?'G4^B.'9+X=?[=ZH M=_7[`S0F=F?8'XQL)__Z8?50^G6CE2B,2!45J2>IW%[GP[40L&[B0P&'<5^4 M08>7#UL71ZU=RS#"X4=^Q!,/.NN;.EV]:(KI;9=[6B!6)[ M,UHD0SLZ$';Y'!',ERBA2*SU1NDFQU\+GB"\2EIP(O9*H']!LE+36"S4(SH5 MGKPC;+H($([CP'?E$C*WT`B@HNU;X)E4(M:'9V)'`Z1-B!`H.9&WDF"A-I8:; MX[+-R,61,(WAV/>"9>XHXEFIYKGPYRT-;D$6PV`G$[9`:$P(B0K_%)M,R(7$ M&>'0KWDDW?J1P-G"]]*-(1_Z/["-<2C+B!`/O-Z'=!(1AH,74L:$)&"1T28Q>@]B2R7AJWF[L#;%M;%/M&NJ,X!VX,Z3P4_7';?H&]E M7Y;UQE:"F37[\AR=HN_='UYYY/7DAV/O[8\3=S)Y\_;-VQ_^]7;J';_YX?M7 MQ\V=@G=5Q70;JZHJ2L3NJBB3(=MRE4(VB>*3;$`@L+-^6IC16B$>/=X&AYZH M)0,91@?M[LB*X4MKP'R(YF3I_+T@B[P-5M,^$!QK@W^K)]JB.O`1GD`3+C[J MH-,'VG">L(6;U#!4+^];G&]JM!Z^9+8>H61X):'#EG%"5?[LT#"DT06=6;Q* MV+E8]ZU&B+;K/E&`PE@!^%*=_F$T&EQ0JI#2#Z'AKX;\BF^QRC>.XTA8I:#+ M_F5/0Y"$50N"3D:!@-&E`K%40JZ]B:M`,.RJ*R+8E`$KA0TP@^Y(0U@&K!;F MQRIUV9/G>S\J*D4MQ7:!0M22)R1423J_4#33%Y]&U8@.#2A3&M]F M#"J&`G2VB.22D0HW8-0E7*GSO/M1;?XG)80D-%9&P'E$0V5+FM:Q%@RW7SLN M-,Z:/?LZ00UW&,>:4"%9$\I@_D/#2,/O*]D&F?:T\SP/L:Y0J'#8(`_Z?BM< MK%M\VN`--VO*-PLG@[P7SM8!K[E;RUBMG."`1!Y.AQ:M]@*&Q3Z.-+RSFZ?- M.F=D1LUI??O:C/#K(C!6>FY'TYGE5#CV.4A7Z52E9/OA(M`(&[#2O5&#Q*NE M*M1([I@K1[CIB&]@:P.[FLAQYTP7.;A4#\0G"S](?&4=)XQ1Y2RJ*W80TG*^ M6Q$JRWD[I6HP)L:TJS%DR\X^JYKK"IX!:X2-,ZC7W.Q29&23;N4Z'WVTT_=Y M4]XEB18P-4DH4XZ%-ZEV1[Z%JW#C)JL=$&9,BKL,WT$%;4/],^5^2OS`U+2X MDS"B7)L\S]ZMS/L)^)9^3#>1G0D6LQ!5=&I+V4/&+'VRGY#8K^\1C[I6AZM6_G?28!DOQKD5MJQ.B43^TBVZO*,H+KYX0[=9%RY7U1!3.K*1? M#`MB&&+FQ*LUP+H\#9:OT9_DV(#I(O,\:**S70-=/),EJH?E+HXB_:SX6MWR MAD.TL"67Z.'+3M%B%&[10I<=4TW(MH2SN!Y<]&V-H-Q!JJ)0%VD:W6 MLX.D26-]F#78\:W<(`SLDS8.:`E9P;LN3+D#]5%FIX<4C^7D"7P@TC(&/W[A,2 MI4=J:_';GT8?KH>V.2^A84V-"_7N@I:M-7PMWHFOZ:AQNJ%:CSNB^2-S+D#J M,9T]K'7JJTVGT'-C7E83:S"+6*P1$44T[EMS]XK&&N123-5AY\5;@^OLE6^G MENI1[^*J-S(,R.Z5;^(,FAGG8M`U9<@)B!'EZBKKL?4I`_&VN2''OC16 MT[]L9V,);Q&&2P>&Q;;]/6XBX:*;EWG@01V*F7^+$_*TN$P$8FY/#0 M:)2W(6`6T`D.:DJ(LX3:-I1<4*\DUG)@)&+)/UY?YF_FIDEU1OAE.1T:121[ MLTCX0(*8L#T$V$1>2[6'$\R;J(IRJ!L6Z;XP?Y*R M?+K0K"NI5*IU191#J[:,&EW`KMAZBH*M.6TRH>43)Z->KY@Z&1F939Z,./GT MR8143*!,2*LIE%7]*G5(L_<_Q**@=DVNX&FR],9D98:M-2-8RQD.`B,\C=(E M=7T*G?QE`F?IY[FYD[2+P]8$PPA>! MLDA6)'&"0AN\K(?6RS_UU.^H%N#\3+*IO4*),2<[(6*8-6U"C6+;H.@YF)F4 MGG%)F^='D!8:K\JL".D;_W7+6B]7VR++T+_:YM=U5C4EP>(-2(_GX[RKXZRO M)R[UR-,(J$/O17O1M69`.LKK&:\YRMW@#SYV[*QO(BSQI^(\MJD+2C+L86UN MUV[OK;>>Y;GF>FPYV@3'$<9KYW]P-J[-'>[A-]N?13B15TK4]?Q&U#R-#^M) MR;U8CSW<*PK6/:F0X?DTJ[/B&NIH2HU(P^R^(V4_LT./'D7O79#5SE^KG]X' MHC9E!T>/\4$>+,Q>2-K*T,+KO$ZZ!6VICZ>:6;"#HW/BW=(ZSFYI'A&W-$]_6YH'LBV- M4]*6]B%H2^^P;R5L[;AO)7)UX-?2/5CS&INN/L(),"5AQEJF[I5H>9*G&* MTSS9556M6>K!>04$RQ"H0DQ]Z+:K`,5TO@HDEU$J`4L5(L[*N0K#\Y*K!"D4 M<5FHU0@Q3*E&R!*OA"QY0+=#0@P5/5MR$]>/50&VI":BPTPO=2*!0OQF_!3> M%@^STVC.-*O9CYV_#@^H>^-`\TC=:B!VT]OB%*BML;FN$4J*1)X")*\BU&E8-W/[VW[HLT#C9%FUK*&\9X=!WG\YN;Z>&P**/0W/*SQ`(*BK$5-.6>)`CQMO M;5+6I45J*\4/)R2A.-=7K=ASQ'(XHX$*)]X?5-M0#4E?(E!@%(6\NH6/:?@@ M?7NG$C?'?)[(J[/T]%;#0AS'VYKC-5"`%7D*R+T2H+(_Q+XBZM(^WLE^PXL. M5B?JL,NHPCSH.1.?JUR9WJNHP,2B,G`5B#"<**MI3(BBI1(W+^+`F>/("Y3A MQT@VC%"US&KG9S=7:H$<#`,[K@?U%8U;>@-=)80MN)@-5KN-N`MY#*L2E?@A MQ&("'8]"6L(T^@(=0;)(_#M.+YJTCGRNT)VVXD5"/3":4&KGQ7A1J^NKQ`C=TXJZ\FG'?7CJ-K$$:FA!VG M;`V9:OC%4!>X=M91`[\Z3:@&[SJ'9\PL3J'59!K3BM>0S9G9Z[#&Q.*=27/F MZM4I4ZX:7WH70PW.=VHUD#NV&(V9Q?:(*5,'G^]4J+'E(V\J;+%8K(8ZY6-X M"O!N0-:+[`;(U82=R=L3REU3)6)[8MXI[4S=FK#VL+G[QN9=]T'GO\"TZD;H M#+/[3N@,\*PY;J-L"(+R.\[%KS8L;E47=_6+WVV;WI9>NB*]\]UWS2K13?E+ ,09O_!8?,IG(A=P`` ` 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 Sep 30 15:30:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4199E37B40F for ; Sun, 30 Sep 2001 15:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UMU1Z58823; Sun, 30 Sep 2001 15:30:01 -0700 (PDT) (envelope-from gnats) Received: from squigy.ddm.wox.org (p31b.neon.sentex.ca [64.7.130.143]) by hub.freebsd.org (Postfix) with ESMTP id E83B837B40B; Sun, 30 Sep 2001 15:26:31 -0700 (PDT) Received: from rama.ddm.wox.org (rama.ddm.wox.org [204.50.152.20]) by squigy.ddm.wox.org (Postfix) with ESMTP id 532F08B94D; Sun, 30 Sep 2001 18:26:30 -0400 (EDT) Received: by rama.ddm.wox.org (Postfix, from userid 5000) id C73CE3201A; Sun, 30 Sep 2001 18:26:28 -0400 (EDT) Message-Id: <20010930182627.A8084@ddm.wox.org> Date: Sun, 30 Sep 2001 18:26:28 -0400 From: Dave Chapeskie Reply-To: Dave Chapeskie To: FreeBSD-gnats-submit@freebsd.org Cc: dwcjr@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30943: [MAINTAINER UPDATE] doxygen 1.2.10_1 -> 1.2.11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30943 >Category: ports >Synopsis: [MAINTAINER UPDATE] doxygen 1.2.10_1 -> 1.2.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 30 15:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dave Chapeskie >Release: FreeBSD 4.4-RELEASE i386 >Organization: DDM Consulting >Environment: System: FreeBSD rama.ddm.wox.org 4.4-RELEASE FreeBSD 4.4-RELEASE #1: Thu Sep 20 13:39:29 EDT 2001 dchapes@rama.ddm.wox.org:/usr/obj/usr/src/sys/RAMA i386 >Description: Sorry that this patch is right on the heels of the last changes to the port. I was unaware that a new release was going to be out so soon. I took the opportunity to make some small improvements to the port building. Here's what's changed by the attached patch: - Update to 1.2.11 - Update URL in package description - Add an ECHO_MSG when HAVE_LATEX is not defined - Add latex and dvipdfm to BUILD_DEPENDS if HAVE_LATEX is defined - Patch the latex manual to not override the paper size default, the LaTeX installed article.cls should have the correct default instead. - Patch the doc build process to use dvipdfm instead of ps2pdf because the later would require another big dependency, namely ghostscript. A reminder: HAVE_LATEX was added because most people are fine with just the HTML documentation and the latex package is a _huge_ requirement for the *.dvi, *.ps, and *.pdf formats. Perhaps HAVE_LATEX wasn't the best name for the variable; feel free to change it (or request me to submit patches) to WANT_LATEX, WITH_LATEX, or reverse the logic and make it WITHOUT_LATEX. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/devel/doxygen/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 2001/09/29 22:21:07 1.13 +++ Makefile 2001/09/30 22:13:26 @@ -6,8 +6,7 @@ # PORTNAME= doxygen -PORTVERSION= 1.2.10 -PORTREVISION= 1 +PORTVERSION= 1.2.11 CATEGORIES= devel MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ EXTRACT_SUFX= .src.tar.gz @@ -30,9 +29,17 @@ ALL_TARGET= all docs .ifdef HAVE_LATEX ALL_TARGET+= ps +BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX \ + dvipdfm:${PORTSDIR}/print/dvipdfm PLIST_SUB+= HAVE_LATEX="" .else PLIST_SUB+= HAVE_LATEX="@comment " +pre-everything:: + @${ECHO_MSG} + @${ECHO_MSG} "If you want DVI, Postscript, and PDF documentation" + @${ECHO_MSG} "in addition to the HTML documentation," + @${ECHO_MSG} "hit Ctrl-C right now and use \"make HAVE_LATEX=yes\"" + @${ECHO_MSG} .endif .endif @@ -57,8 +64,10 @@ ${TAR} -C ${PREFIX}/share/doc/doxygen --unlink -xf - .ifdef HAVE_LATEX ${INSTALL_DATA} ${WRKSRC}/latex/doxygen_manual.dvi \ - ${PREFIX}/share/doc/doxygen - ${INSTALL_DATA} ${WRKSRC}/latex/doxygen_manual.ps \ + ${WRKSRC}/latex/doxygen_manual.pdf \ + ${WRKSRC}/latex/doxygen_manual.ps \ + ${WRKSRC}/latex/archoverview.eps \ + ${WRKSRC}/latex/doxygen_logo.eps \ ${PREFIX}/share/doc/doxygen .endif .endif Index: distinfo =================================================================== RCS file: /cvs/FreeBSD/ports/devel/doxygen/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 2001/09/25 14:50:04 1.5 +++ distinfo 2001/09/30 19:41:16 @@ -1 +1 @@ -MD5 (doxygen-1.2.10.src.tar.gz) = 16b6d5a2ceb9629f46695cb01069f115 +MD5 (doxygen-1.2.11.src.tar.gz) = a913f6bd9771eb89682e968933369776 Index: pkg-descr =================================================================== RCS file: /cvs/FreeBSD/ports/devel/doxygen/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 2001/01/28 19:50:35 1.2 +++ pkg-descr 2001/09/30 19:38:01 @@ -3,7 +3,4 @@ set of documented source files. The documentation is extracted directly from the sources. -WWW: http://www.stack.nl/~dimitri/doxygen/ - -Joep Grooten -joep@di.nl +WWW: http://www.doxygen.org/ Index: pkg-plist =================================================================== RCS file: /cvs/FreeBSD/ports/devel/doxygen/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 2001/09/29 22:21:07 1.4 +++ pkg-plist 2001/09/30 22:15:18 @@ -2,7 +2,10 @@ bin/doxytag bin/doxysearch bin/doxywizard +%%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/archoverview.eps +%%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/doxygen_logo.eps %%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/doxygen_manual.dvi +%%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/doxygen_manual.pdf %%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/doxygen_manual.ps %%PORTDOCS%%share/doc/doxygen/examples/afterdoc.cfg %%PORTDOCS%%share/doc/doxygen/examples/afterdoc.h @@ -298,6 +301,8 @@ %%PORTDOCS%%share/doc/doxygen/examples/template/html/functions.html %%PORTDOCS%%share/doc/doxygen/examples/template/html/hierarchy.html %%PORTDOCS%%share/doc/doxygen/examples/template/html/index.html +%%PORTDOCS%%share/doc/doxygen/html/arch.html +%%PORTDOCS%%share/doc/doxygen/html/archoverview.gif %%PORTDOCS%%share/doc/doxygen/html/autolink.html %%PORTDOCS%%share/doc/doxygen/html/commands.html %%PORTDOCS%%share/doc/doxygen/html/config.html Index: files/patch-ag =================================================================== RCS file: patch-ag diff -N patch-ag --- /dev/null Sun Sep 30 18:01:55 2001 +++ patch-ag Sun Sep 30 17:26:01 2001 @@ -0,0 +1,16 @@ +--- doc/Makefile.latex.orig Mon Mar 19 14:27:39 2001 ++++ doc/Makefile.latex Sun Sep 30 17:25:54 2001 +@@ -12,10 +12,10 @@ + # Documents produced by Doxygen are derivative works derived from the + # input used in their production; they are not affected by this license. + +-all: doxygen_manual.pdf ++all: doxygen_manual.ps doxygen_manual.pdf + +-doxygen_manual.pdf: doxygen_manual.ps +- ps2pdf doxygen_manual.ps doxygen_manual.pdf ++doxygen_manual.pdf: doxygen_manual.dvi ++ dvipdfm -o doxygen_manual.pdf doxygen_manual.dvi + + doxygen_manual.ps: doxygen_manual.dvi + dvips -o doxygen_manual.ps doxygen_manual.dvi Index: files/patch-ah =================================================================== RCS file: patch-ah diff -N patch-ah --- /dev/null Sun Sep 30 18:01:55 2001 +++ patch-ah Sun Sep 30 17:42:07 2001 @@ -0,0 +1,12 @@ +--- doc/doxygen_manual.tex.orig Tue Sep 11 12:56:42 2001 ++++ doc/doxygen_manual.tex Sun Sep 30 17:32:23 2001 +@@ -12,8 +12,7 @@ + % Documents produced by Doxygen are derivative works derived from the + % input used in their production; they are not affected by this license. + +-\documentclass[a4paper,ps2pdf]{article} +-\usepackage{a4wide} ++\documentclass{article} + \usepackage{makeidx} + \usepackage{fancyhdr} + \usepackage{float} -- Dave Chapeskie >Release-Note: >Audit-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 Sep 30 16: 0:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 061C037B407 for ; Sun, 30 Sep 2001 16:00:09 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UN08D61756; Sun, 30 Sep 2001 16:00:08 -0700 (PDT) (envelope-from gnats) Received: from jochem.dyndns.org (cc40670-a.groni1.gr.nl.home.com [217.120.131.23]) by hub.freebsd.org (Postfix) with ESMTP id 12EEC37B448 for ; Sun, 30 Sep 2001 15:54:42 -0700 (PDT) Received: (from jochem@localhost) by lola.jochem.dyndns.org (8.11.6/8.11.4) id f8UEAgI16594; Sun, 30 Sep 2001 16:10:42 +0200 (CEST) (envelope-from jochem) Message-Id: <200109301410.f8UEAgI16594@lola.jochem.dyndns.org> Date: Sun, 30 Sep 2001 16:10:42 +0200 (CEST) From: Jochem Kossen Reply-To: Jochem Kossen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30944: mail/postilion broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30944 >Category: ports >Synopsis: mail/postilion broken >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 30 16:00:08 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jochem Kossen >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD lola.jochem.dyndns.org 4.4-STABLE FreeBSD 4.4-STABLE #3: Wed Sep 26 00:13:07 CEST 2001 jochem@lisa.jochem.dyndns.org:/usr/src/sys/compile/LOLA i386 >Description: mail/postilion fails to make. I'm suspecting it's X or tk related (I use XFree86-4.1.0_6 and tk-8.3.3) The messages look like: In file included from /usr/ports/mail/postilion/work/postilion-0.9.3c/lib/rat.h:115, from /usr/ports/mail/postilion/work/postilion-0.9.3c/lib/ratFolder.h:33, from /usr/ports/mail/postilion/work/postilion-0.9.3c/lib/ratAppInit.c:34: /usr/local/include/tk8.3/tk.h:83: X11/Xlib.h: No such file or directory In file included from /usr/ports/mail/postilion/work/postilion-0.9.3c/lib/rat.h:115, from /usr/ports/mail/postilion/work/postilion-0.9.3c/lib/ratFolder.h:33, from /usr/ports/mail/postilion/work/postilion-0.9.3c/lib/ratAppInit.c:34: /usr/local/include/tk8.3/tk.h:581: syntax error before `Bool' /usr/local/include/tk8.3/tk.h:591: syntax error before `Bool' /usr/local/include/tk8.3/tk.h:597: syntax error before `Bool' /usr/local/include/tk8.3/tk.h:657: syntax error before `Display' ... and so on, and so on, and so on... >How-To-Repeat: su cd /usr/ports/mail/postilion make >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 16:10: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4E0937B40E for ; Sun, 30 Sep 2001 16:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UNA1B65434; Sun, 30 Sep 2001 16:10:01 -0700 (PDT) (envelope-from gnats) Received: from jochem.dyndns.org (cc40670-a.groni1.gr.nl.home.com [217.120.131.23]) by hub.freebsd.org (Postfix) with ESMTP id 86A5C37B405 for ; Sun, 30 Sep 2001 16:06:34 -0700 (PDT) Received: (from jochem@localhost) by jochem.dyndns.org (8.11.6/8.11.4) id f8UN6dw17937; Mon, 1 Oct 2001 01:06:39 +0200 (CEST) (envelope-from jochem) Message-Id: <200109302306.f8UN6dw17937@jochem.dyndns.org> Date: Mon, 1 Oct 2001 01:06:39 +0200 (CEST) From: Jochem Kossen Reply-To: Jochem Kossen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30945: mail/gnumail does not run without Pantomime (openapp) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30945 >Category: ports >Synopsis: mail/gnumail does not run without Pantomime (openapp) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 30 16:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jochem Kossen >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD lola.jochem.dyndns.org 4.4-STABLE FreeBSD 4.4-STABLE #3: Wed Sep 26 00:13:07 CEST 2001 jochem@lisa.jochem.dyndns.org:/usr/src/sys/compile/LOLA i386 >Description: The port mail/gnumail compiles perfectly, and installs perfectly, but one thing is forgotten: GNUmail.app needs Pantomime. Without Pantomime, GNUmail.app just won't run. The port does not install Pantomime currently. The complete description of how GNUmail uses Pantomime can be found at http://www.stupid-design.com/martin/GNUstep/GNUMail.app/gnumail.html Pantomime itself can be found at http://www.collaboration-world.com/pantomime >How-To-Repeat: cd /usr/ports/mail/gnumail && make install openapp GNUmail.app >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 Sep 30 16:30: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65E3D37B40C for ; Sun, 30 Sep 2001 16:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UNU1Z66644; Sun, 30 Sep 2001 16:30:01 -0700 (PDT) (envelope-from gnats) Received: from jochem.dyndns.org (cc40670-a.groni1.gr.nl.home.com [217.120.131.23]) by hub.freebsd.org (Postfix) with ESMTP id 4376437B408; Sun, 30 Sep 2001 16:21:57 -0700 (PDT) Received: (from jochem@localhost) by jochem.dyndns.org (8.11.6/8.11.4) id f8UNM1s18088; Mon, 1 Oct 2001 01:22:01 +0200 (CEST) (envelope-from jochem) Message-Id: <200109302322.f8UNM1s18088@jochem.dyndns.org> Date: Mon, 1 Oct 2001 01:22:01 +0200 (CEST) From: Jochem Kossen Reply-To: Jochem Kossen To: FreeBSD-gnats-submit@freebsd.org Cc: mikeh@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30946: mail/xfmail does not compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30946 >Category: ports >Synopsis: mail/xfmail does not compile >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 30 16:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jochem Kossen >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD lola.jochem.dyndns.org 4.4-STABLE FreeBSD 4.4-STABLE #3: Wed Sep 26 00:13:07 CEST 2001 jochem@lisa.jochem.dyndns.org:/usr/src/sys/compile/LOLA i386 >Description: When i try to make the port mail/xfmail, it fails with the following messages: fl_edit.cpp:52: glib.h: No such file or directory In file included from ../../src/mail/cfgfile.h:40, from ../../src/include/umail.h:103, from fl_edit.cpp:55: ../../src/mail/fmail.h:37: glib.h: No such file or directory In file included from fl_edit.cpp:56: fl_edit.h:24: glib.h: No such file or directory gmake[2]: *** [fl_edit.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/mail/xfmail/work/xfmail-1.5.0/src/editor' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/mail/xfmail/work/xfmail-1.5.0/src' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/mail/xfmail. line 52 of fl_edit.cpp (/usr/ports/mail/xfmail/work/xfmail-1.5.0/src/editor/fl_edit.cpp) says: #include glib.h is NOT in /usr/local/include/glib.h but it's in /usr/local/include/glib12/glib.h >How-To-Repeat: cd /usr/ports/mail/xfmail make >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 17: 7:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 373C837B406; Sun, 30 Sep 2001 17:07:27 -0700 (PDT) Received: (from mikeh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91009x69480; Sun, 30 Sep 2001 17:00:09 -0700 (PDT) (envelope-from mikeh) Date: Sun, 30 Sep 2001 17:00:09 -0700 (PDT) From: Message-Id: <200110010000.f91009x69480@freefall.freebsd.org> To: j.kossen@home.nl, mikeh@FreeBSD.org, freebsd-ports@FreeBSD.org, mikeh@FreeBSD.org Subject: Re: ports/30946: mail/xfmail does not compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mail/xfmail does not compile State-Changed-From-To: open->feedback State-Changed-By: mikeh State-Changed-When: Sun Sep 30 16:57:16 PDT 2001 State-Changed-Why: This is probably because you don't have the compat3 libs installed. Please try installing them and remaking the port. Responsible-Changed-From-To: freebsd-ports->mikeh Responsible-Changed-By: mikeh Responsible-Changed-When: Sun Sep 30 16:57:16 PDT 2001 Responsible-Changed-Why: maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30946 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 17:10: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF0C237B40F for ; Sun, 30 Sep 2001 17:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f910A1I72965; Sun, 30 Sep 2001 17:10:01 -0700 (PDT) (envelope-from gnats) Received: from jochem.dyndns.org (cc40670-a.groni1.gr.nl.home.com [217.120.131.23]) by hub.freebsd.org (Postfix) with ESMTP id E592737B408 for ; Sun, 30 Sep 2001 17:03:50 -0700 (PDT) Received: (from jochem@localhost) by jochem.dyndns.org (8.11.6/8.11.4) id f9103lE18310; Mon, 1 Oct 2001 02:03:47 +0200 (CEST) (envelope-from jochem) Message-Id: <200110010003.f9103lE18310@jochem.dyndns.org> Date: Mon, 1 Oct 2001 02:03:47 +0200 (CEST) From: Jochem Kossen Reply-To: Jochem Kossen To: FreeBSD-gnats-submit@freebsd.org Cc: sk-ports@vegamuse.org X-Send-Pr-Version: 3.113 Subject: ports/30947: mail/mahogany fails to build, conflicts with /usr/include/openssl/ssl.h Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30947 >Category: ports >Synopsis: mail/mahogany fails to build, conflicts with /usr/include/openssl/ssl.h >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 30 17:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jochem Kossen >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD lola.jochem.dyndns.org 4.4-STABLE FreeBSD 4.4-STABLE #3: Wed Sep 26 00:13:07 CEST 2001 jochem@lisa.jochem.dyndns.org:/usr/src/sys/compile/LOLA i386 >Description: When i try to make the port mail/mahogany (version 0.60, revision 1), it fails with these messages: In file included from /usr/local/include/python1.5/Python.h:39, from /usr/ports/mail/mahogany/work/mahogany-0.60/include/MPython.h:14, from MailFolderCC.cpp:45: /usr/local/include/python1.5/config.h:128: warning: `_POSIX_THREADS' redefined /usr/include/sys/unistd.h:71: warning: this is the location of the previous definition MailFolderCC.cpp: In function `int SSL_read(SSL *, char *, int)': MailFolderCC.cpp:3706: declaration of C function `int SSL_read(SSL *, char *, int)' conflicts with /usr/include/openssl/ssl.h:1064: previous declaration `int SSL_read(SSL *, void *, int)' here MailFolderCC.cpp: In function `int SSL_write(SSL *, const char *, int)': MailFolderCC.cpp:3708: declaration of C function `int SSL_write(SSL *, const char *, int)' conflicts with /usr/include/openssl/ssl.h:1066: previous declaration `int SSL_write(SSL *, const void *, int)' here gmake[2]: *** [MailFolderCC.o] Error 1 gmake[2]: Leaving directory `/usr/ports/mail/mahogany/work/mahogany-0.60/src/mail' gmake[1]: *** [subdirs] Error 2 >How-To-Repeat: cd /usr/ports/mail/mahogany make >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 17:20: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C521437B40F for ; Sun, 30 Sep 2001 17:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f910K1a73758; Sun, 30 Sep 2001 17:20:01 -0700 (PDT) (envelope-from gnats) Date: Sun, 30 Sep 2001 17:20:01 -0700 (PDT) Message-Id: <200110010020.f910K1a73758@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: John Merryweather Cooper Subject: Re: ports/30821: [MAINTAINER UPDATE] Fix Rexx-IMC for -CURRENT Reply-To: John Merryweather Cooper Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/30821; it has been noted by GNATS. From: John Merryweather Cooper To: freebsd-gnats-submit@FreeBSD.org, john_m_cooper@yahoo.com?sub.bmi.net Cc: Subject: Re: ports/30821: [MAINTAINER UPDATE] Fix Rexx-IMC for -CURRENT Date: Sun, 30 Sep 2001 17:13:27 -0700 This patch appears to fix things for -CURRENT: > > On 2001.09.30 13:16 Sameh Ghane wrote: > > Le (On) Sun, Sep 30, 2001 at 11:22:24AM -0700, John Merryweather > > Cooper ecrivit (wrote): > > > Rexx-IMC doesn't build on -CURRENT at the moment (so says Bento). > > This > > > PR contains a patch, but I'm -CURRENT-less. Could someone build > > things > > > and let me know? > > > > It builds now. But your patch did not work well for the Make.new date > > change. > > Maybe because you patched a patch ? ;) Or maybe because I copy-pasted > > it from > > Netscape. > > > > Probably the latter . . . :) > > Most browsers hose tab/space alignment, etc. > > > > In addition to the sample scripts in the examples directory tree > > (which > > > have all been modified to run from a commandline just like any other > > > script), doing: > > > > > > rexx -s 'say sqrt(2)' > > > > > > will verify that the math extensions work. > > > > 1.41421356 looks like a reasonable value ;) > > > > Cheers, > > > > -- > > Sameh > > > > Excellent! Thanks for taking the time to check things out for me. > Rexx-IMC 1.7 (the previous version) wouldn't even give you an > answer--the math libraries were hosed. > > -- > jmc > > MacroHard -- the perfection of form over > substance, marketing over > performance, and greed over > design . . . > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 18: 7:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0B9A37B40E; Sun, 30 Sep 2001 18:07:27 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9114tA83561; Sun, 30 Sep 2001 18:04:55 -0700 (PDT) (envelope-from kuriyama) Date: Sun, 30 Sep 2001 18:04:55 -0700 (PDT) From: Message-Id: <200110010104.f9114tA83561@freefall.freebsd.org> To: oyvindmo@initio.no, kuriyama@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30760: New port: audio/p5-CDDB_get Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: audio/p5-CDDB_get State-Changed-From-To: open->closed State-Changed-By: kuriyama State-Changed-When: Sun Sep 30 18:04:41 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30760 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 20:40:44 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6476037B40F for ; Sun, 30 Sep 2001 20:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f913e2t04437; Sun, 30 Sep 2001 20:40:02 -0700 (PDT) (envelope-from gnats) Received: from x20.gugod.org (103.c210-85-10.ethome.net.tw [210.85.10.103]) by hub.freebsd.org (Postfix) with ESMTP id 9512D37B412 for ; Sun, 30 Sep 2001 20:31:37 -0700 (PDT) Received: (from gugod@localhost) by x20.gugod.org (8.11.6/8.11.6) id f913V9b81555; Mon, 1 Oct 2001 11:31:09 +0800 (CST) (envelope-from gugod) Message-Id: <200110010331.f913V9b81555@x20.gugod.org> Date: Mon, 1 Oct 2001 11:31:09 +0800 (CST) From: Kang-min Liu Reply-To: Kang-min Liu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30950: port update : chinese/aterm with XIM path Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30950 >Category: ports >Synopsis: port update : chinese/aterm with XIM path >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 Sep 30 20:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Kang-min Liu >Release: FreeBSD 4.4-STABLE i386 >Organization: csie.ntu.edu.tw >Environment: System: FreeBSD x20.gugod.org 4.4-STABLE FreeBSD 4.4-STABLE #0: Fri Sep 28 01:02:46 CST 2001 root@x20.gugod.org:/usr/src/sys/compile/X20 i386 >Description: aterm 0.4.2 with XIM patch workes great. aterm XIM patch is originally here : http://www.bb.wakwak.com/~akk/kadu/aterm.html >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: # # aterm/Makefile # aterm/distinfo # aterm/files # aterm/pkg-comment # aterm/pkg-descr # aterm/pkg-plist # aterm/files/patch-aa # echo x - aterm/Makefile sed 's/^X//' >aterm/Makefile << 'END-of-aterm/Makefile' X# New ports collection Makefile for: rxvt X# Date created: Nov 16 1997 X# Whom: frankch@waru.life.nthu.edu.tw X# X# $FreeBSD: ports/chinese/rxvt/Makefile,v 1.21 2001/03/07 22:53:39 keichii Exp $ X# X XPORTNAME= aterm XPORTVERSION= 0.4.2 XCATEGORIES= chinese x11 XMASTER_SITES= http://download.sourceforge.net/aterm/ XDISTNAME= aterm-${PORTVERSION} X XMAINTAINER= gugod@gugod.org X XUSE_XPM= yes XHAS_CONFIGURE= yes XPATCH_WRKSRC= ${WRKSRC}/.. XCONFIGURE_ARGS= --enable-fading --enable-xim --enable-big5 X Xpost-install: X @${CHMOD} 4711 ${PREFIX}/bin/aterm X XMAN1= aterm.1 X X.include END-of-aterm/Makefile echo x - aterm/distinfo sed 's/^X//' >aterm/distinfo << 'END-of-aterm/distinfo' XMD5 (aterm-0.4.2.tar.gz) = d046fcf7fadd661dd5efb393a43c57b1 END-of-aterm/distinfo echo c - aterm/files mkdir -p aterm/files > /dev/null 2>&1 echo x - aterm/pkg-comment sed 's/^X//' >aterm/pkg-comment << 'END-of-aterm/pkg-comment' XA color vt102 terminal emulator with transparency support END-of-aterm/pkg-comment echo x - aterm/pkg-descr sed 's/^X//' >aterm/pkg-descr << 'END-of-aterm/pkg-descr' Xaterm is a color vt102 terminal emulator, based on rxvt 2.4.8 with Xadditions for fast transparency. X XIt was created with AfterStep users in mind, but is not tied to any Xlibraries, and can be used anywhere. X XWWW: http://aterm.sourceforge.net/ X X- Jim END-of-aterm/pkg-descr echo x - aterm/pkg-plist sed 's/^X//' >aterm/pkg-plist << 'END-of-aterm/pkg-plist' Xbin/aterm Xman/man1/aterm.1 END-of-aterm/pkg-plist echo x - aterm/files/patch-aa sed 's/^X//' >aterm/files/patch-aa << 'END-of-aterm/files/patch-aa' Xdiff -cNr aterm-0.4.2.orig/autoconf/acconfig.h aterm-0.4.2/autoconf/acconfig.h X*** aterm-0.4.2.orig/autoconf/acconfig.h Fri Sep 7 00:38:07 2001 X--- aterm-0.4.2/autoconf/acconfig.h Sun Sep 30 15:13:21 2001 X*************** X*** 38,44 **** X--- 38,49 ---- X /* Define if Xlocale support doesn't work */ X #undef NO_XLOCALE X X+ #undef USE_XIM X+ X /* Define is setlocale (defined to Xsetlocale) doesn't work */ X+ #undef NO_XSETLOCALE X+ X+ /* Define is plain setlocale doesn't work */ X #undef NO_SETLOCALE X X /* Define if you want Menubar support */ Xdiff -cNr aterm-0.4.2.orig/autoconf/config.h.in aterm-0.4.2/autoconf/config.h.in X*** aterm-0.4.2.orig/autoconf/config.h.in Fri Sep 7 00:38:07 2001 X--- aterm-0.4.2/autoconf/config.h.in Sun Sep 30 15:14:08 2001 X*************** X*** 88,94 **** X--- 88,99 ---- X /* Define if Xlocale support doesn't work */ X #undef NO_XLOCALE X X+ #undef USE_XIM X+ X /* Define is setlocale (defined to Xsetlocale) doesn't work */ X+ #undef NO_XSETLOCALE X+ X+ /* Define is plain setlocale doesn't work */ X #undef NO_SETLOCALE X X /* Define if you want Menubar support */ Xdiff -cNr aterm-0.4.2.orig/autoconf/configure.in aterm-0.4.2/autoconf/configure.in X*** aterm-0.4.2.orig/autoconf/configure.in Fri Sep 7 00:38:07 2001 X--- aterm-0.4.2/autoconf/configure.in Sun Sep 30 15:18:11 2001 X*************** X*** 106,111 **** X--- 106,117 ---- X AC_DEFINE(ZH) X fi]) X X+ AC_ARG_ENABLE(xim, X+ [ --enable-xim enable xim support], X+ [if test x$enableval = xyes; then X+ AC_DEFINE(USE_XIM) X+ fi]) X+ X AC_ARG_ENABLE(greek, X [ --enable-greek enable greek keyboard support], X [if test x$enableval = xyes; then X*************** X*** 642,647 **** X--- 648,654 ---- X dnl# this is a really hack test for some basic Xlocale stuff X SAVETHELIBS=$LIBS X LIBS="$LIBS $X_LIBS $X_PRE_LIBS $X_EXTRA_LIBS -lX11" X+ CFLAGS="$CFLAGS $X_CFLAGS" X AC_CACHE_CHECK(for working Xlocale, rxvt_cv_func_xlocale, X [AC_TRY_RUN( X [#define X_LOCALE 1 X*************** X*** 667,672 **** X--- 674,687 ---- X [setlocale(LC_CTYPE, "");], X rxvt_cv_func_xsetlocale=yes, rxvt_cv_func_xsetlocale=no)]) X if test "${rxvt_cv_func_xsetlocale}" = no; then X+ AC_DEFINE(NO_XSETLOCALE) X+ fi X+ X+ AC_CACHE_CHECK(for working plain setlocale, rxvt_cv_func_setlocale, X+ [AC_TRY_LINK([#include ], X+ [setlocale(LC_CTYPE, "");], X+ rxvt_cv_func_setlocale=yes, rxvt_cv_func_setlocale=no)]) X+ if test x${rxvt_cv_func_setlocale} = xno; then X AC_DEFINE(NO_SETLOCALE) X fi X Xdiff -cNr aterm-0.4.2.orig/configure aterm-0.4.2/configure X*** aterm-0.4.2.orig/configure Fri Sep 7 00:38:07 2001 X--- aterm-0.4.2/configure Sun Sep 30 17:00:35 2001 X*************** X*** 36,41 **** X--- 36,43 ---- X ac_help="$ac_help X --enable-big5 enable big5 support" X ac_help="$ac_help X+ --enable-xim enable xim support" X+ ac_help="$ac_help X --enable-greek enable greek keyboard support" X ac_help="$ac_help X --enable-thai enable thai support" X*************** X*** 786,791 **** X--- 788,804 ---- X fi X fi X X+ # Check whether --enable-xim or --disable-xim was given. X+ if test "${enable_xim+set}" = set; then X+ enableval="$enable_xim" X+ if test x$enableval = xyes; then X+ cat >> confdefs.h <<\EOF X+ #define USE_XIM 1 X+ EOF X+ X+ fi X+ fi X+ X X # Check whether --enable-greek or --disable-greek was given. X if test "${enable_greek+set}" = set; then X*************** X*** 4649,4654 **** X--- 4662,4668 ---- X X SAVETHELIBS=$LIBS X LIBS="$LIBS $X_LIBS $X_PRE_LIBS $X_EXTRA_LIBS -lX11" X+ CFLAGS="$CFLAGS $X_CFLAGS" X echo $ac_n "checking for working Xlocale""... $ac_c" 1>&6 X echo "configure:4654: checking for working Xlocale" >&5 X if eval "test \"`echo '$''{'rxvt_cv_func_xlocale'+set}'`\" = set"; then X*************** X*** 4724,4730 **** X echo "$ac_t""$rxvt_cv_func_xsetlocale" 1>&6 X if test "${rxvt_cv_func_xsetlocale}" = no; then X cat >> confdefs.h <<\EOF X! #define NO_SETLOCALE 1 X EOF X X fi X--- 4738,4777 ---- X echo "$ac_t""$rxvt_cv_func_xsetlocale" 1>&6 X if test "${rxvt_cv_func_xsetlocale}" = no; then X cat >> confdefs.h <<\EOF X! #define NO_XSETLOCALE 1 X! EOF X! X! fi X! X! echo $ac_n "checking for working plain setlocale""... $ac_c" 1>&6 X! echo "configure:4659: checking for working plain setlocale" >&5 X! if eval "test \"`echo '$''{'rxvt_cv_func_setlocale'+set}'`\" = set"; then X! echo $ac_n "(cached) $ac_c" 1>&6 X! else X! cat > conftest.$ac_ext < X! int main() { X! setlocale(LC_CTYPE, ""); X! ; return 0; } X! EOF X! if { (eval echo configure:4671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then X! rm -rf conftest* X! rxvt_cv_func_setlocale=yes X! else X! echo "configure: failed program was:" >&5 X! cat conftest.$ac_ext >&5 X! rm -rf conftest* X! rxvt_cv_func_setlocale=no X! fi X! rm -f conftest* X! fi X! X! echo "$ac_t""$rxvt_cv_func_setlocale" 1>&6 X! if test x${rxvt_cv_func_setlocale} = xno; then X! cat >> confdefs.h <<\EOF X! efine NO_SETLOCALE 1 X EOF X X fi Xdiff -cNr aterm-0.4.2.orig/scripts/random_colors aterm-0.4.2/scripts/random_colors X*** aterm-0.4.2.orig/scripts/random_colors Thu Jan 1 08:00:00 1970 X--- aterm-0.4.2/scripts/random_colors Sun Sep 30 17:01:24 2001 X*************** X*** 0 **** X--- 1,18 ---- X+ #!/bin/bash X+ X+ # This script will launch aterm with different tinting color X+ # every time you start it X+ # I don't really know how that can be of any use at all, but some X+ # folks like it - so here it is X+ X+ CLRCODE=`expr $RANDOM % 6` X+ ATRMPATH=$DESTDIR/usr/local/bin X+ X+ { [ "$CLRCODE" -eq "0" ] && CLRNAME="-tint blue -fg yellow -bg black"; } || X+ { [ "$CLRCODE" -eq "1" ] && CLRNAME="-tint red -fg white -bg black"; } || X+ { [ "$CLRCODE" -eq "2" ] && CLRNAME="-tint green -fg white -bg white"; } || X+ { [ "$CLRCODE" -eq "3" ] && CLRNAME="-tint cyan -fg white -bg white"; } || X+ { [ "$CLRCODE" -eq "4" ] && CLRNAME="-tint magenta -fg white -bg black"; } || X+ { [ "$CLRCODE" -eq "5" ] && CLRNAME="-tint yellow -fg blue -bg white"; } X+ X+ exec $ATRMPATH/aterm -fg white -tr $CLRNAME $@ Xdiff -cNr aterm-0.4.2.orig/src/command.c aterm-0.4.2/src/command.c X*** aterm-0.4.2.orig/src/command.c Fri Sep 7 00:38:07 2001 X--- aterm-0.4.2/src/command.c Sun Sep 30 14:36:49 2001 X*************** X*** 69,80 **** X #ifndef NO_XLOCALE X # if (XtSpecificationRelease < 6) X # define NO_XLOCALE X- # else X- # define X_LOCALE X- # include X # endif X #endif /* NO_XLOCALE */ X X #ifdef TTY_GID_SUPPORT X # include X #endif X--- 69,87 ---- X #ifndef NO_XLOCALE X # if (XtSpecificationRelease < 6) X # define NO_XLOCALE X # endif X #endif /* NO_XLOCALE */ X X+ #ifndef NO_XSETLOCALE X+ # define X_LOCALE X+ # include X+ #else X+ # ifndef NO_SETLOCALE X+ # include X+ # endif X+ #endif /* NO_XLOCALE */ X+ X+ X #ifdef TTY_GID_SUPPORT X # include X #endif X*************** X*** 182,190 **** X X /*{{{ defines: */ X X! #define KBUFSZ 8 /* size of keyboard mapping buffer */ X! #define STRING_MAX 512 /* max string size for process_xterm_seq() */ X! #define ESC_ARGS 32 /* max # of args for esc sequences */ X X /* a large REFRESH_PERIOD causes problems with `cat' */ X #define REFRESH_PERIOD 1 X--- 189,201 ---- X X /*{{{ defines: */ X X! #ifdef USE_XIM X! # define KBUFSZ 64 /* size of keyboard mapping buffer */ X! #else X! # define KBUFSZ 8 /* size of keyboard mapping buffer */ X! #endif X! #define STRING_MAX 512 /* max string size for process_xterm_seq() */ X! #define ESC_ARGS 32 /* max # of args for esc sequences */ X X /* a large REFRESH_PERIOD causes problems with `cat' */ X #define REFRESH_PERIOD 1 X*************** X*** 308,318 **** X--- 319,333 ---- X static Atom DndProtocol, DndSelection; X #endif /* OFFIX_DND */ X X+ #ifdef USE_XIM X+ static XIC Input_Context; /* input context */ X+ #else X #ifndef NO_XLOCALE X static char *rs_inputMethod = ""; /* XtNinputMethod */ X static char *rs_preeditType = NULL; /* XtNpreeditType */ X static XIC Input_Context; /* input context */ X #endif /* NO_XLOCALE */ X+ #endif /* USE_XIM */ X X /* command input buffering */ X #ifndef BUFSIZ X*************** X*** 534,540 **** X ttydev = tty_name; X X # define PTYCHAR1 "pqrstuvwxyz" X! # define PTYCHAR2 "0123456789abcdef" X for (c1 = PTYCHAR1; *c1; c1++) { X ptydev[len - 2] = ttydev[len - 2] = *c1; X for (c2 = PTYCHAR2; *c2; c2++) { X--- 549,555 ---- X ttydev = tty_name; X X # define PTYCHAR1 "pqrstuvwxyz" X! # define PTYCHAR2 "0123456789abcdefghijklmnopqrstuvwxyz" X for (c1 = PTYCHAR1; *c1; c1++) { X ptydev[len - 2] = ttydev[len - 2] = *c1; X for (c2 = PTYCHAR2; *c2; c2++) { X*************** X*** 1137,1143 **** X--- 1152,1167 ---- X DndSelection = XInternAtom(Xdisplay, "DndSelection", False); X #endif /* OFFIX_DND */ X X+ #ifndef NO_XLOCALE X init_xlocale(); X+ #else X+ setlocale(LC_CTYPE, ""); X+ #endif X+ X+ #ifdef USE_XIM X+ setTermFontSet(); X+ XRegisterIMInstantiateCallback(Xdisplay, NULL, NULL, NULL, IMInstantiateCallback, NULL); X+ #endif X X /* get number of available file descriptors */ X #ifdef _POSIX_VERSION X*************** X*** 1204,1209 **** X--- 1228,1234 ---- X init_xlocale(void) X { X #ifndef NO_XLOCALE X+ #ifndef USE_XIM X char *p, *s, buf[32], tmp[1024]; X XIM xim = NULL; X XIMStyle input_style = 0; X*************** X*** 1212,1218 **** X X Input_Context = NULL; X X! # ifndef NO_SETLOCALE X /* setlocale(LC_CTYPE, ""); /* XXX: should we do this? */ X # endif X if (rs_inputMethod == NULL || !*rs_inputMethod) { X--- 1237,1243 ---- X X Input_Context = NULL; X X! # if !defined(NO_SETLOCALE) || !defined(NO_XSETLOCALE) X /* setlocale(LC_CTYPE, ""); /* XXX: should we do this? */ X # endif X if (rs_inputMethod == NULL || !*rs_inputMethod) { X*************** X*** 1311,1316 **** X--- 1336,1342 ---- X print_error("Failed to create input context"); X XCloseIM(xim); X } X+ #endif /* USE_XIM */ X #endif /* NO_XLOCALE */ X } X /*}}} */ X*************** X*** 1379,1400 **** X numlock_state = (ev->xkey.state & ModNumLockMask); /* numlock toggle */ X PrivMode((!numlock_state), PrivMode_aplKP); X } X! #ifndef NO_XLOCALE X! if (!XFilterEvent(ev, *(&ev->xkey.window))) { X! if (Input_Context != NULL) { X! Status status_return; X! X! len = XmbLookupString(Input_Context, &ev->xkey, kbuf, X! sizeof(kbuf), &keysym, X! &status_return); X! } else { X! len = XLookupString(&ev->xkey, kbuf, X! sizeof(kbuf), &keysym, X! &compose); X! } X! } else X! len = 0; X! #else /* NO_XLOCALE */ X len = XLookupString(&ev->xkey, (char *) kbuf, sizeof(kbuf), &keysym, &compose); X /* X * have unmapped Latin[2-4] entries -> Latin1 X--- 1405,1425 ---- X numlock_state = (ev->xkey.state & ModNumLockMask); /* numlock toggle */ X PrivMode((!numlock_state), PrivMode_aplKP); X } X! #ifdef USE_XIM X! len = 0; X! if (Input_Context != NULL) { X! Status status_return; X! X! kbuf[0] = '\0'; X! len = XmbLookupString(Input_Context, &ev->xkey, kbuf, X! sizeof(kbuf), &keysym, X! &status_return); X! } else { X! len = XLookupString(&ev->xkey, kbuf, X! sizeof(kbuf), &keysym, X! &compose); X! } X! #else /* USE_XIM */ X len = XLookupString(&ev->xkey, (char *) kbuf, sizeof(kbuf), &keysym, &compose); X /* X * have unmapped Latin[2-4] entries -> Latin1 X*************** X*** 1404,1410 **** X len = 1; X kbuf[0] = (keysym & 0xFF); X } X! #endif /* NO_XLOCALE */ X X if (len && (Options & Opt_scrollKeypress)) X TermWin.view_start = 0; X--- 1429,1435 ---- X len = 1; X kbuf[0] = (keysym & 0xFF); X } X! #endif /* USE_XIM */ X X if (len && (Options & Opt_scrollKeypress)) X TermWin.view_start = 0; X*************** X*** 1977,1984 **** X--- 2002,2013 ---- X XEvent ev; X X refreshed = 0; X+ #ifdef USE_XIM X+ XProcessEvent(Xdisplay); X+ #else X XNextEvent(Xdisplay, &ev); X process_x_event(&ev); X+ #endif X X /* in case button actions pushed chars to cmdbuf */ X if (cmdbuf_ptr < cmdbuf_endp) X*************** X*** 2050,2055 **** X--- 2079,2087 ---- X refreshed = 1; X scr_refresh(refresh_type); X scrollbar_show(1); X+ #ifdef USE_XIM X+ IMSendSpot(); X+ #endif X } X } X } X*************** X*** 2225,2231 **** X on_colors_changed(Color_bg); X } X #endif X! #ifndef NO_XLOCALE X if (Input_Context != NULL) X XSetICFocus(Input_Context); X #endif X--- 2257,2263 ---- X on_colors_changed(Color_bg); X } X #endif X! #ifndef USE_XIM X if (Input_Context != NULL) X XSetICFocus(Input_Context); X #endif X*************** X*** 2242,2248 **** X on_colors_changed(Color_bg); X } X #endif X! #ifndef NO_XLOCALE X if (Input_Context != NULL) X XUnsetICFocus(Input_Context); X #endif X--- 2274,2280 ---- X on_colors_changed(Color_bg); X } X #endif X! #ifndef USE_XIM X if (Input_Context != NULL) X XUnsetICFocus(Input_Context); X #endif X*************** X*** 2720,2725 **** X--- 2752,2760 ---- X scr_refresh(refresh_type); X refresh_count = refresh_limit = 0; X scrollbar_show(1); X+ #ifdef USE_XIM X+ IMSendSpot(); X+ #endif X } X break; X } X*************** X*** 3444,3449 **** X--- 3479,3487 ---- X } X } X Gr_do_graphics(cmd, nargs, args, text); X+ #ifdef USE_XIM X+ IMSendSpot(); X+ #endif X #endif X } X /*}}} */ X*************** X*** 3611,3617 **** X--- 3649,4013 ---- X } X } X X+ #ifdef USE_XIM X+ /* PROTO */ X+ void X+ setSize( XRectangle *size ) X+ { X+ size->x = TermWin_internalBorder; X+ size->y = TermWin_internalBorder; X+ size->width = Width2Pixel (TermWin.ncol); X+ size->height = Height2Pixel(TermWin.nrow); X+ return; X+ } X+ X+ /* PROTO */ X+ void X+ setColor( unsigned long *fg, unsigned long *bg ) X+ { X+ *fg = PixColors[Color_fg]; X+ *bg = PixColors[Color_bg]; X+ return; X+ } X X+ /* PROTO */ X+ void X+ IMSendSpot( void ) X+ { X+ XPoint spot; X+ XVaNestedList preedit_attr; X+ XIMStyle input_style; X+ X+ if( Input_Context == NULL ) X+ return; X+ else { X+ XGetICValues(Input_Context,XNInputStyle,&input_style,NULL); X+ if (!(input_style & XIMPreeditPosition)) X+ return; X+ } X+ setPosition( &spot ); X+ X+ preedit_attr = XVaCreateNestedList( 0, XNSpotLocation, &spot, NULL ); X+ XSetICValues( Input_Context, XNPreeditAttributes, preedit_attr, NULL ); X+ XFree( preedit_attr ); X+ return; X+ } X+ X+ /* PROTO */ X+ void X+ setTermFontSet( void ) X+ { X+ char *string; X+ long length, i; X+ X+ if( TermWin.fontset != NULL ){ X+ XFreeFontSet( Xdisplay, TermWin.fontset ); X+ TermWin.fontset = NULL; X+ } X+ X+ length = 0; X+ for( i = 0 ; i < NFONTS ; i ++){ X+ if( rs_font[ i ] ) X+ length += strlen( rs_font[ i ] ) + 1; X+ # ifdef MULTICHAR_SET X+ if( rs_mfont[ i ] ) X+ length += strlen( rs_mfont[ i ] ) + 1; X+ # endif X+ } X+ if( ( string = malloc( length ) ) != NULL ){ X+ char **missing_charsetlist, *def_string; X+ int missing_charsetcount; X+ X+ string[ 0 ] = '\0'; X+ for( i = 0 ; i < NFONTS ; i ++){ X+ if( rs_font[ i ] ){ X+ strcat( string, rs_font[ i ] ); X+ strcat( string, "," ); X+ } X+ # ifdef MULTICHAR_SET X+ if( rs_mfont[ i ] ){ X+ strcat( string, rs_mfont[ i ] ); X+ strcat( string, "," ); X+ } X+ # endif X+ } X+ length = strlen( string ); X+ if( length > 0 && string[ length - 1 ] == ',' ){ X+ string[ length - 1 ] = '\0'; X+ length --; X+ } X+ if( length > 0 ){ X+ TermWin.fontset = XCreateFontSet X+ ( Xdisplay, string, X+ &missing_charsetlist, &missing_charsetcount, &def_string ); X+ } X+ free( string ); X+ } else { X+ TermWin.fontset = NULL; X+ } X+ return; X+ } X+ X+ /* PROTO */ X+ void X+ setPreeditArea(XRectangle *preedit_rect, XRectangle *status_rect, XRectangle *needed_rect) X+ { X+ preedit_rect->x = needed_rect->width X+ + (scrollbar_visible() && !(Options & Opt_scrollBar_right) X+ ? (SB_WIDTH + sb_shadow * 2) : 0); X+ preedit_rect->y = Height2Pixel(TermWin.nrow - 1) X+ + ((menuBar.state == 1) ? menuBar_TotalHeight() : 0); X+ X+ preedit_rect->width = Width2Pixel(TermWin.ncol + 1) - needed_rect->width X+ + (!(Options & Opt_scrollBar_right) X+ ? (SB_WIDTH + sb_shadow * 2) : 0); X+ preedit_rect->height = Height2Pixel(1); X+ X+ status_rect->x = (scrollbar_visible() && !(Options & Opt_scrollBar_right)) X+ ? (SB_WIDTH + sb_shadow * 2) : 0; X+ status_rect->y = Height2Pixel(TermWin.nrow - 1) X+ + ((menuBar.state == 1) ? menuBar_TotalHeight() : 0); X+ X+ status_rect->width = needed_rect->width ? needed_rect->width X+ : Width2Pixel(TermWin.ncol + 1); X+ status_rect->height = Height2Pixel(1); X+ } X+ X+ /* PROTO */ X+ void X+ IMDestroyCallback(XIM xim, XPointer client_data, XPointer call_data) X+ { X+ Input_Context = NULL; X+ XRegisterIMInstantiateCallback(Xdisplay, NULL, NULL, NULL, IMInstantiateCallback, NULL); X+ } X+ X+ X+ /* PROTO */ X+ void X+ IMInstantiateCallback(Display *display, XPointer client_data, XPointer call_data) X+ { X+ char *p, *s, buf[64], tmp[1024]; X+ char *end, *next_s; X+ XIM xim = NULL; X+ XIMStyle input_style = 0; X+ XIMStyles *xim_styles = NULL; X+ int found; X+ XPoint spot; X+ XRectangle rect, status_rect, needed_rect; X+ unsigned long fg, bg; X+ XVaNestedList preedit_attr = NULL; X+ XVaNestedList status_attr = NULL; X+ XIMCallback ximcallback; X+ X+ Input_Context = NULL; X+ X+ if (Input_Context) X+ return; X+ X+ ximcallback.callback = IMDestroyCallback; X+ ximcallback.client_data = NULL; X+ X+ if (rs_inputMethod && *rs_inputMethod) { X+ STRNCPY(tmp, rs_inputMethod, sizeof(tmp) - 1); X+ for (s = tmp; *s; s = next_s + 1) { X+ for (; *s && isspace(*s); s++); X+ if (!*s) X+ break; X+ for (end = s; (*end && (*end != ',')); end++); X+ for (next_s = end--; ((end >= s) && isspace(*end)); end--); X+ *(end + 1) = '\0'; X+ X+ if (*s) { X+ STRCPY(buf, "@im="); X+ strncat(buf, s, sizeof(buf) - 4 - 1); X+ if ((p = XSetLocaleModifiers(buf)) != NULL && *p X+ && (xim = XOpenIM(Xdisplay, NULL, NULL, NULL)) != NULL) X+ break; X+ } X+ if (!*next_s) X+ break; X+ } X+ } X+ X+ /* try with XMODIFIERS env. var. */ X+ if (xim == NULL && (p = XSetLocaleModifiers("")) != NULL && *p) X+ xim = XOpenIM(Xdisplay, NULL, NULL, NULL); X+ X+ /* try with no modifiers base */ X+ if (xim == NULL && (p = XSetLocaleModifiers("@im=none")) != NULL && *p) X+ xim = XOpenIM(Xdisplay, NULL, NULL, NULL); X+ X+ if (xim == NULL) X+ return; X+ XSetIMValues(xim, XNDestroyCallback, &ximcallback, NULL); X+ X+ if (XGetIMValues(xim, XNQueryInputStyle, &xim_styles, NULL) X+ || !xim_styles) { X+ print_error("input method doesn't support any style"); X+ XCloseIM(xim); X+ return; X+ } X+ STRNCPY(tmp, (rs_preeditType ? rs_preeditType X+ : "OverTheSpot,OffTheSpot,Root"), X+ sizeof(tmp) - 1); X+ for (found = 0, s = tmp; *s && !found; s = next_s + 1) { X+ unsigned short i; X+ X+ for (; *s && isspace(*s); s++); X+ if (!*s) X+ break; X+ for (end = s; (*end && (*end != ',')); end++); X+ for (next_s = end--; ((end >= s) && isspace(*end)); end--); X+ *(end + 1) = '\0'; X+ X+ if (!strcmp(s, "OverTheSpot")) X+ input_style = (XIMPreeditPosition | XIMStatusNothing); X+ else if (!strcmp(s, "OffTheSpot")) X+ input_style = (XIMPreeditArea | XIMStatusArea); X+ else if (!strcmp(s, "Root")) X+ input_style = (XIMPreeditNothing | XIMStatusNothing); X+ X+ for (i = 0; i < xim_styles->count_styles; i++) X+ if (input_style == xim_styles->supported_styles[i]) { X+ found = 1; X+ break; X+ } X+ } X+ XFree(xim_styles); X+ X+ if (found == 0) { X+ print_error("input method doesn't support my preedit type"); X+ XCloseIM(xim); X+ return; X+ } X+ if ((input_style != (XIMPreeditNothing | XIMStatusNothing)) X+ && (input_style != (XIMPreeditArea | XIMStatusArea)) X+ && (input_style != (XIMPreeditPosition | XIMStatusNothing))) { X+ print_error("This program does not support the preedit type"); X+ XCloseIM(xim); X+ return; X+ } X+ if (input_style & XIMPreeditPosition) { X+ setSize(&rect); X+ setPosition(&spot); X+ setColor(&fg, &bg); X+ X+ preedit_attr = XVaCreateNestedList(0, XNArea, &rect, X+ XNSpotLocation, &spot, X+ XNForeground, fg, X+ XNBackground, bg, X+ XNFontSet, TermWin.fontset, X+ NULL); X+ } else if (input_style & XIMPreeditArea) { X+ setColor(&fg, &bg); X+ X+ /* X+ * The necessary width of preedit area is unknown X+ * until create input context. X+ */ X+ needed_rect.width = 0; X+ X+ setPreeditArea(&rect, &status_rect, &needed_rect); X+ X+ preedit_attr = XVaCreateNestedList(0, XNArea, &rect, X+ XNForeground, fg, X+ XNBackground, bg, X+ XNFontSet, TermWin.fontset, X+ NULL); X+ status_attr = XVaCreateNestedList(0, XNArea, &status_rect, X+ XNForeground, fg, X+ XNBackground, bg, X+ XNFontSet, TermWin.fontset, X+ NULL); X+ } X+ Input_Context = XCreateIC(xim, XNInputStyle, input_style, X+ XNClientWindow, TermWin.parent, X+ XNFocusWindow, TermWin.parent, X+ XNDestroyCallback, &ximcallback, X+ preedit_attr ? XNPreeditAttributes : NULL, X+ preedit_attr, X+ status_attr ? XNStatusAttributes : NULL, X+ status_attr, X+ NULL); X+ XFree(preedit_attr); X+ XFree(status_attr); X+ if (Input_Context == NULL) { X+ print_error("Failed to create input context"); X+ XCloseIM(xim); X+ } X+ if (input_style & XIMPreeditArea) X+ IMSetStatusPosition(); X+ } X+ X+ /* PROTO */ X+ void X+ IMSetStatusPosition(void) X+ { X+ XIMStyle input_style; X+ XRectangle rect, status_rect, *needed_rect; X+ XVaNestedList preedit_attr, status_attr; X+ X+ if (Input_Context == NULL) X+ return; X+ X+ XGetICValues(Input_Context, XNInputStyle, &input_style, NULL); X+ X+ if (input_style & XIMPreeditArea) { X+ status_attr = XVaCreateNestedList(0, XNAreaNeeded, &needed_rect, NULL); X+ XGetICValues(Input_Context, XNStatusAttributes, status_attr, NULL); X+ XFree(status_attr); X+ X+ rect.x = needed_rect->width; X+ if (menuBar.state == 1) { X+ rect.y = Height2Pixel(TermWin.nrow - 1) - menuBar_TotalHeight(); X+ } else { X+ rect.y = Height2Pixel(TermWin.nrow - 1); X+ } X+ if (Options & Opt_scrollBar_right) { X+ rect.width = Width2Pixel(TermWin.ncol + 1) - needed_rect->width; X+ } else { X+ rect.width = Width2Pixel(TermWin.ncol + 1) + SB_WIDTH + SHADOW * 2 - needed_rect->width; X+ } X+ rect.height = needed_rect->height; X+ preedit_attr = XVaCreateNestedList(0, XNArea, &rect, NULL); X+ X+ if (scrollbar_visible()) { X+ if (Options & Opt_scrollBar_right) { X+ status_rect.x = 0; X+ } else { X+ status_rect.x = SB_WIDTH + SHADOW * 2; X+ } X+ } else { X+ status_rect.x = 0; X+ } X+ if (menuBar.state == 1) { X+ status_rect.y = Height2Pixel(TermWin.nrow - 1) + menuBar_TotalHeight(); X+ } else { X+ status_rect.y = Height2Pixel(TermWin.nrow - 1); X+ } X+ status_rect.width = needed_rect->width; X+ status_rect.height = needed_rect->height; X+ status_attr = XVaCreateNestedList(0, XNArea, &status_rect, NULL); X+ XSetICValues(Input_Context, X+ XNPreeditAttributes, preedit_attr, X+ XNStatusAttributes, status_attr, NULL); X+ XFree(preedit_attr); X+ XFree(status_attr); X+ } X+ } X+ X+ /* PROTO */ X+ void X+ XProcessEvent( Display *display ) X+ { X+ XEvent xev; X+ XNextEvent( display, &xev ); X+ if( !XFilterEvent( &xev, xev.xany.window ) ) X+ process_x_event( &xev ); X+ return; X+ } X+ X+ #endif X X /*}}} */ X /*----------------------- end-of-file (C source) -----------------------*/ Xdiff -cNr aterm-0.4.2.orig/src/feature.h aterm-0.4.2/src/feature.h X*** aterm-0.4.2.orig/src/feature.h Fri Sep 7 00:38:07 2001 X--- aterm-0.4.2/src/feature.h Sun Sep 30 14:38:03 2001 X*************** X*** 306,311 **** X--- 306,317 ---- X */ X #define SAVELINES 64 X X+ /* X+ * Default line space X+ */ X+ #define LINESPACE 0 X+ X+ X /* (Hops) Set to choose a number of lines of context between pages X * (rather than a proportion (1/5) of savedlines buffer) X * when paging the savedlines with SHIFT-{Prior,Next} keys. Xdiff -cNr aterm-0.4.2.orig/src/main.c aterm-0.4.2/src/main.c X*** aterm-0.4.2.orig/src/main.c Fri Sep 7 00:38:07 2001 X--- aterm-0.4.2/src/main.c Sun Sep 30 14:56:48 2001 X*************** X*** 901,906 **** X--- 901,909 ---- X X XResizeWindow(Xdisplay, TermWin.parent, width, height); X resize_window1(width, height); X+ #ifdef USE_XIM X+ IMSetStatusPosition(); X+ #endif X scr_clear(); X } X } X*************** X*** 1357,1363 **** X fw = TermWin.font->min_bounds.width; /* can be error !!!! */ X if( fw > 1000 ) fw = 0 ; /* added by suggestion from */ X X! fh = TermWin.font->ascent + TermWin.font->descent; X X if (TermWin.font->min_bounds.width == TermWin.font->max_bounds.width) X TermWin.fprop = 0; /* Mono-spaced (fixed width) font */ X--- 1360,1370 ---- X fw = TermWin.font->min_bounds.width; /* can be error !!!! */ X if( fw > 1000 ) fw = 0 ; /* added by suggestion from */ X X! #ifdef USE_LINESPACE X! fh = TermWin.font->ascent + TermWin.font->descent + TermWin.lineSpace; X! #else X! fh = TermWin.font->ascent + TermWin.font->descent; X! #endif X X if (TermWin.font->min_bounds.width == TermWin.font->max_bounds.width) X TermWin.fprop = 0; /* Mono-spaced (fixed width) font */ X*************** X*** 1624,1629 **** X--- 1631,1639 ---- X rs_geometry = NULL; /* window geometry */ X rs_minBufferWidth = NULL; X rs_saveLines = NULL; /* scrollback buffer [lines] */ X+ #ifdef USE_LINESPACE X+ rs_lineSpace = NULL; X+ #endif X rs_borderWidth = NULL; X rs_modifier = NULL; /* modifier */ X #if defined (HOTKEY_CTRL) || defined (HOTKEY_META) X*************** X*** 1750,1755 **** X--- 1760,1769 ---- X TermWin.min_bcol = 1; X if (!rs_saveLines || (TermWin.saveLines = atoi(rs_saveLines)) < 0) X TermWin.saveLines = SAVELINES; X+ #ifdef USE_LINESPACE X+ if (!rs_lineSpace || (TermWin.lineSpace = atoi(rs_lineSpace)) < 0) X+ TermWin.lineSpace = LINESPACE; X+ #endif X if (!rs_borderWidth || (TermWin.borderWidth = atoi(rs_borderWidth)) < 0) X TermWin.borderWidth = BORDERWIDTH; X X*************** X*** 1797,1802 **** X--- 1811,1819 ---- X rs_mfont[i] = def_mfontName[i]; X #endif X } X+ #ifdef USE_XIM X+ TermWin.fontset = NULL; X+ #endif X X #ifdef XTERM_REVERSE_VIDEO X /* this is how xterm implements reverseVideo */ Xdiff -cNr aterm-0.4.2.orig/src/rxvt.h aterm-0.4.2/src/rxvt.h X*** aterm-0.4.2.orig/src/rxvt.h Fri Sep 7 00:38:07 2001 X--- aterm-0.4.2/src/rxvt.h Sun Sep 30 15:01:00 2001 X*************** X*** 266,271 **** X--- 266,274 ---- X ncol, nrow, /* window size [characters] */ X bcol, /* current number of columns in the buffer */ X min_bcol, /* minimum horizontal columns in the buffer */ X+ #ifdef USE_LINESPACE X+ lineSpace, /* linespace */ X+ #endif X focus, /* window has focus */ X saveLines, /* number of lines that fit in scrollback */ X borderWidth,/* number of pixels in window border */ X*************** X*** 280,285 **** X--- 283,291 ---- X #ifdef MULTICHAR_SET X XFontStruct *mfont; /* Multichar font structure */ X #endif X+ #ifdef USE_XIM X+ XFontSet fontset; X+ #endif X #if defined(BACKGROUND_IMAGE) || defined(TRANSPARENT) || defined(_MYSTYLE_) X BackgroundInfo background; X #endif X*************** X*** 928,933 **** X--- 934,942 ---- X EXTERN const char *rs_geometry; /* window geometry */ X EXTERN const char *rs_minBufferWidth; /* minimum buffer width - so we can scroll horizontally */ X EXTERN const char *rs_saveLines; /* scrollback buffer [lines] */ X+ #ifdef USE_LINESPACE X+ EXTERN const char *rs_lineSpace; /* line space [pixels] */ X+ #endif X EXTERN const char *rs_borderWidth; /* border width [pixels] */ X EXTERN const char *rs_cutchars; /* chars for selection boundaries */ X #ifdef META8_OPTION X*************** X*** 948,953 **** X--- 957,966 ---- X #endif X #ifdef PRINTPIPE X EXTERN const char *rs_print_pipe; X+ #endif X+ #ifdef USE_XIM X+ EXTERN const char *rs_preeditType; X+ EXTERN const char *rs_inputMethod; X #endif X #ifndef NO_BRIGHTCOLOR X EXTERN unsigned int colorfgbg; Xdiff -cNr aterm-0.4.2.orig/src/screen.c aterm-0.4.2/src/screen.c X*** aterm-0.4.2.orig/src/screen.c Fri Sep 7 00:38:07 2001 X--- aterm-0.4.2/src/screen.c Sun Sep 30 15:03:36 2001 X*************** X*** 3439,3441 **** X--- 3439,3455 ---- X #endif X fprintf(stderr, "%s\n", name[color]); X } X+ X+ #ifdef USE_XIM X+ /* PROTO */ X+ void X+ setPosition(XPoint *pos) X+ { X+ XWindowAttributes xwa ; X+ X+ XGetWindowAttributes( Xdisplay, TermWin.vt, &xwa ) ; X+ pos->x = Col2Pixel ( screen.cur.col ) + xwa.x; X+ pos->y = Height2Pixel((screen.cur.row + 1)) + xwa.y; X+ return ; X+ } X+ #endif Xdiff -cNr aterm-0.4.2.orig/src/xdefaults.c aterm-0.4.2/src/xdefaults.c X*** aterm-0.4.2.orig/src/xdefaults.c Fri Sep 7 00:38:07 2001 X--- aterm-0.4.2/src/xdefaults.c Sun Sep 30 15:06:21 2001 X*************** X*** 276,281 **** X--- 276,286 ---- X STRG(rs_multichar_encoding, "multichar_encoding", "km", "mode", X "multiple-character font encoding; mode = eucj | sjis | big5"), X #endif /* MULTICHAR_SET */ X+ #ifdef USE_XIM X+ STRG(rs_preeditType, "preeditType", "pt", "style", X+ "input style of input method; style = OverTheSpot | OffTheSpot | Root"), X+ STRG(rs_inputMethod, "inputMethod", "im", "name", "name of input method"), X+ #endif /* USE_XIM */ X #ifdef GREEK_SUPPORT X STRG(rs_greek_keyboard, "greek_keyboard", "grk", "mode", X "greek keyboard mapping; mode = iso | ibm"), X*************** X*** 313,318 **** X--- 318,327 ---- X "minimum number of columns stored in buffer"), X STRG(rs_saveLines, "saveLines", "sl", "number", X "number of scrolled lines to save"), X+ #ifdef USE_LINESPACE X+ STRG(rs_lineSpace, "lineSpace", "lsp", "number", X+ "line space"), X+ #endif X BOOL(rs_utmpInhibit, "utmpInhibit", "ut", Opt_utmpInhibit, X "utmp inhibit"), X BOOL(rs_visualBell, "visualBell", "vb", Opt_visualBell, "visual bell"), END-of-aterm/files/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 23: 1: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailx2.dacom.co.kr (mailx2.dacom.co.kr [203.252.3.68]) by hub.freebsd.org (Postfix) with ESMTP id CD71237B409 for ; Sun, 30 Sep 2001 23:01:01 -0700 (PDT) Received: from localhost ([61.43.255.67]) by mailx2.dacom.co.kr (8.9.1a/8.9.1) with SMTP id PAA07993 for ; Mon, 1 Oct 2001 15:00:23 +0900 (KST) Message-Id: <200110010600.PAA07993@mailx2.dacom.co.kr> Reply-To: neocd3@hotmail.com From: REN100 To: ports@freebsd.org Subject: ±ò²ûÇÑ ¼ºÀÎÆ÷Å»! REN100.COM Mime-Version: 1.0 Content-Type: text/html; charset="ks_c_5601-1987" Date: Mon, 1 Oct 2001 15:08:03 +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org

¸ÅÁ÷¿£ ¹«¼± ÀÎÅͳÝÀ» ¾Æ¹« Á¶°Ç¾øÀÌ 3´Þ°£ ¹«·á! Áï 120ºÐÀÌ ¹«·áÀÔ´Ï´Ù.

ÃÊ°úºÐÀº º»ÀÎÀÌ ºÎ´ãÇؾߵÇÁö¸¸...120ºÐ ÀÌÇÏ·Î »ç¿ëÇÏ½Ã¸é ºñ½Ñ

¹«¼±ÀÎÅͳÝÀ» ¹«·á·Î!!! »ç¿ëÇÒ ¼ö ÀÖ°ÚÁÒ?

ÀÚ¼¼ÇÑ»çÇ×Àº À§ÀÇ ¹è³Ê¸¦ Ŭ¸¯!

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Sep 30 23: 1:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from toole.uol.com.br (toole.uol.com.br [200.231.206.186]) by hub.freebsd.org (Postfix) with ESMTP id 70C4637B416 for ; Sun, 30 Sep 2001 23:01:14 -0700 (PDT) Received: from 200.181.48.142 ([200.181.48.142]) by toole.uol.com.br (8.9.1/8.9.1) with ESMTP id CAA29305 for ; Mon, 1 Oct 2001 02:58:52 -0300 (BRT) Received: (qmail 1795 invoked by uid 1001); 1 Oct 2001 06:01:06 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Mon, 1 Oct 2001 03:00:44 -0300 To: freebsd-ports@FreeBSD.org Cc: portmgr@FreeBSD.org Subject: review final MASTER_SITES with grouping (ala OpenBSD) patch for bsd.port.mk Message-ID: <20011001030044.A1185@exxodus.fedaykin.here> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, With no further ado, this is the final proposal. First, a little background for first timers. ------ OpenBSD has a neat feature, inside the DISTFILES area, files can be postfixed with :n where n can be [0-9] and denotes a group. For example: DISTFILES= file1:0 file2:1 Distfile file1 will be associated with variable MASTER_SITES0 instead of our common MASTER_SITES and files2 with MASTER_SITES1 This is a very neat feature which can decrease that endless search for the correct download site. Just picture 2 DISTFILES and 20 MASTER_SITES, the sites are slow as hell and (of course); while file2 is carried by all MASTER_SITES, file1 is only carried by MASTER_SITE number 20. Seems a waste to check all of them if the maintainer knew beforehand, does not it? Not a good start for that lovely weekend. :-) Now that you got the picture, just imagine more distfiles and more master_sites. I am sure that our "distfiles survey meister" would appreciate the network strain relieve this would bring. :) ------ After debating this for some time and collecting suggestions, here goes our version of this idea: 1) Elements can be postfixed with :n where n is [^:,]+ n can be any alphanumerical string but we will limit it to [0-9a-zA-Z_]+ for now. We are not limited to a single numerical [0-9] as OpenBSD is. Also, n should be neither DEFAULT nor all words (since it is used internally in (3) and (C2***) respectively below), they are reserved words 2) Elements postfixed with :n belong to the group n, with :m belong to group m and so forth 3) Elements without a postfix are groupless; that is, they all do belong to the special group DEFAULT 4) Groups are not exclusive, an element can belong to several different groups at the same time and a group can have several different elements. Repeated elements within the same group will be simply that, repeated elements 5) The comma ',' operator; This one is tempting, what if we want an element belonging to several groups at the same time? Instead of repeating it several times, each time with a different postfix, we could list several groups at once in a single postfix. For instance, :m,n,o meaning an element belongs to group m, n and o 6) Group semantics can be used in any of the following variables {MASTER,PATCH}{FILES,_SITE_SUBDIR,_SITES} with the following syntax: 6.1) all {MASTER,PATCH}_{SITE_SUBDIR,SITES} elements must be terminated with the character slash '/'. If any elements belong to any groups, the group postfix :n will come right after the terminator '/'. The patch will rely on the existence of this terminator '/' to avoid confusing elements where a :n is a valid part of the element with occurences where :n denotes group n. For compatibility purposes, since the '/' terminator was not required before in {MASTER,PATCH}_SITE_SUBDIR elements, even if an element is postfixed with :n, if the postfix immediate preceeding character isn't a '/' then :n will be considered a valid part of the element instead of a group postfix MASTER_SITE_SUBDIR= old:n new/:NEW directories within group DEFAULT -> old:n directories within group NEW -> new MASTER_SITES= http://site1/%SUBDIR%/ http://site2/:DEFAULT \ http://site3/:group3 http://site4/:group4 \ http://site5/:group5 http://site6/:group6 \ http://site7/:DEFAULT,group6 \ http://site8/%SUBDIR%/:group6,group7 \ http://site9/:group8 DISTFILES= file1 file2:DEFAULT file3:group3 \ file4:group4,group5,group6 file5:grouping \ file6:group7 MASTER_SITE_SUBDIR= directory-trial:1 directory-n/:groupn \ directory-one/:group6,DEFAULT \ directory - results: o file1 will be fetched from ${_MASTER_SITE_OVERRIDE} http://site1/directory/ http://site1/directory-one/ http://site1/directory-trial:1/ http://site2/ http://site7/ ${_MASTER_SITE_BACKUP} o file2 will be fetched from same as file1 since they belong to the same group ${_MASTER_SITE_OVERRIDE} http://site1/directory/ http://site1/directory-one/ http://site1/directory-trial:1/ http://site2/ http://site7/ ${_MASTER_SITE_BACKUP} o file3 will be fetched from ${_MASTER_SITE_OVERRIDE} http://site3/ ${_MASTER_SITE_BACKUP} o file4 will be fetched from ${_MASTER_SITE_OVERRIDE} http://site4/ http://site5/ http://site6/ http://site7/ http://site8/directory-one/ ${_MASTER_SITE_BACKUP} o file5 will be fetched from ${_MASTER_SITE_OVERRIDE} ${_MASTER_SITE_BACKUP} o file6 will be fetched from ${_MASTER_SITE_OVERRIDE} http://site8/directory-one/ ${_MASTER_SITE_BACKUP} 7) How do I group one of the special variables from bsd.sites.mk? Example MASTER_SITES= http://site1/ ${MASTER_SITE_SOURCEFORGE:S/$/:sourceforge,TEST/} DISTFILES= something.tar.gz:sourceforge - something.tar.gz will be fetched from all sites within ${MASTER_SITE_SOURCEFORGE} 8) How do I use this with PATCH* variables? All examples were done with MASTER* but they are the same for PATCH* PATCH_SITES= http://site1/ http://site2/:test PATCHFILES= patch1:test 9) All sites within a given group are sorted according to ${MASTER_SORT_AWK}. All groups within {MASTER,PATCH}SITES are sorted ------ What changes for current working ports? What doesn't? C1) All current ports remain the same. The feature code is only activated if there are elements postfixed with :n given the aforementioned syntax rules, specially (6) C2) The port targets remain the same: checksum, makesum, patch, configure, build, ... All of them, with the obvious exceptions of do-fetch, fetch-list, master-sites and patch-sites - do-fetch: deploys the new grouping postfixed {DIST,PATCH}FILES with their matching group elements within {MASTER,PATCH}_SITES which use matching group elements within {MASTER,PATCH}_SITE_SUBDIR Check (6.1) for an example - fetch-list: works like old fetch-list with the exception that it groups just like do-fetch - {master,patch}-sites: (incompatible with older versions) only returns the elements of group DEFAULT, in fact, it executes targets {master,patch}-sites-default respectively * using target {master,patch}-sites is preferred to directly checking {MASTER,PATCH}_SITES. Also, directly checking is not guaranteed to work in any future versions ** (NEW) there are {master,patch}-sites-n targets which will list the elements of the respective group n within {MASTER,PATCH}_SITES. {master,patch}-sites-DEFAULT will return the elements of group DEFAULT *** (NEW) there are new targets {master,patch}-sites-all which do the work of the old {master,patch}-sites. Return the elements of all groups as if they all belonged to the same group with the caveat that it lists as many both MASTER_SITE_BACKUP and MASTER_SITE_OVERRIDE as there are groups defined within {DIST,PATCH}FILES ------ Please let me know if you agree with this and I'll start writing code for it right away. If I missed something, please correct me. This is important since I hope this email will be the base of The Porter's Handbook entry on this. Regards, -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 1: 0:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34D9337B40C for ; Mon, 1 Oct 2001 01:00:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91806I44507; Mon, 1 Oct 2001 01:00:06 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 6BEF237B410 for ; Mon, 1 Oct 2001 00:55:53 -0700 (PDT) Received: by totem.fix.no (Postfix, from userid 1000) id 546F93CE5; Mon, 1 Oct 2001 09:55:47 +0200 (CEST) Message-Id: <20011001075547.546F93CE5@totem.fix.no> Date: Mon, 1 Oct 2001 09:55:47 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/30953: New port: net/p5-Net-ParseWhois Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30953 >Category: ports >Synopsis: New port: net/p5-Net-ParseWhois >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 01:00:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: kern.osreldate: 430000 (4.3-STABLE) kern.osreldate: 500018 (5.0-20010618-CURRENT) >Description: New port of Net::ParseWhois, an extendable perl5 module for parsing whois information. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Net-ParseWhois # p5-Net-ParseWhois/Makefile # p5-Net-ParseWhois/distinfo # p5-Net-ParseWhois/pkg-comment # p5-Net-ParseWhois/pkg-descr # p5-Net-ParseWhois/pkg-plist # echo c - p5-Net-ParseWhois mkdir -p p5-Net-ParseWhois > /dev/null 2>&1 echo x - p5-Net-ParseWhois/Makefile sed 's/^X//' >p5-Net-ParseWhois/Makefile << 'END-of-p5-Net-ParseWhois/Makefile' X# New ports collection makefile for: p5-Net-ParseWhois X# Date created: 30 September 2001 X# Whom: Anders Nordby X# X# $FreeBSD$ X# X XPORTNAME= Net-ParseWhois XPORTVERSION= 0.62 XCATEGORIES= net perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Net XPKGNAMEPREFIX= p5- X XMAINTAINER= anders@fix.no X XPERL_CONFIGURE= YES X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Net::ParseWhois.3 X X.include END-of-p5-Net-ParseWhois/Makefile echo x - p5-Net-ParseWhois/distinfo sed 's/^X//' >p5-Net-ParseWhois/distinfo << 'END-of-p5-Net-ParseWhois/distinfo' XMD5 (Net-ParseWhois-0.62.tar.gz) = f648a2ba7d9aff1d5d1fdb685ce99bbc END-of-p5-Net-ParseWhois/distinfo echo x - p5-Net-ParseWhois/pkg-comment sed 's/^X//' >p5-Net-ParseWhois/pkg-comment << 'END-of-p5-Net-ParseWhois/pkg-comment' XExtendable perl5 module for parsing whois information END-of-p5-Net-ParseWhois/pkg-comment echo x - p5-Net-ParseWhois/pkg-descr sed 's/^X//' >p5-Net-ParseWhois/pkg-descr << 'END-of-p5-Net-ParseWhois/pkg-descr' XBased on Net::Whois, Net::ParseWhois was written with the intent to provide a Xreplacement for the (broken) Net::Whois module. It is otherwise different to XNet::Whois in that it a) is easily extendable b) has a work-around approach Xrather than wanting/expecting/wishing registrars to standardize their output. X XWWW: http://dajoba.com/projects/netparsewhois/ X X- Anders Nordby END-of-p5-Net-ParseWhois/pkg-descr echo x - p5-Net-ParseWhois/pkg-plist sed 's/^X//' >p5-Net-ParseWhois/pkg-plist << 'END-of-p5-Net-ParseWhois/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/BulkRegister.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/CoreNic.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/DomainBank.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/DomainDiscover.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/Dotster.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/Easyspace.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/INameWW.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/Netsol.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/OpenSRS.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/Register.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/Registrars.pm Xlib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar/Unknown.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/ParseWhois/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/ParseWhois X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain/Registrar X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois/Domain X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/ParseWhois X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true END-of-p5-Net-ParseWhois/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 Oct 1 1:19: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from menalto.com (www.menalto.com [198.144.206.35]) by hub.freebsd.org (Postfix) with ESMTP id 1039C37B40E; Mon, 1 Oct 2001 01:19:00 -0700 (PDT) Received: from firebrand (trilluser@firebrand.menalto.com [10.0.5.11]) by menalto.com (8.11.3/8.11.2) with SMTP id f918J7w83076; Mon, 1 Oct 2001 01:19:07 -0700 (PDT) Message-ID: <000801c14a51$b89e8f10$1e64a8c0@firebrand> From: "Bharat Mediratta" To: Cc: Subject: Fw: FreeBSD Port: rats-1.1 Date: Mon, 1 Oct 2001 01:18:58 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Kris -- Rats 1.3 is available from http://www.securesw.com/rats. To update the package to the new version all you have to do is bump the rev number in the Makefile (since the tarball is in the same place as before) and update the md5 checksum. I did this and was able to build and install it just fine on my FreeBSD 4.3-RELEASE-p19 box. -Bharat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 1:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1104937B410 for ; Mon, 1 Oct 2001 01:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f918e1L57940; Mon, 1 Oct 2001 01:40:01 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 6136537B40D for ; Mon, 1 Oct 2001 01:31:37 -0700 (PDT) Received: by totem.fix.no (Postfix, from userid 1000) id 317B83CE4; Mon, 1 Oct 2001 10:31:36 +0200 (CEST) Message-Id: <20011001083136.317B83CE4@totem.fix.no> Date: Mon, 1 Oct 2001 10:31:36 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/30954: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30954 >Category: ports >Synopsis: >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 01:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: >Description: * Upgrade to imap-2001.FINAL. * Install additional cclient header files. * Move SSL dependency generation for cclient to post-build. * Bump PORTEPOCH. * Removed -drac PKGNAMESUFFIX, I suppose it is more to confusion than extra info. * Remove futile build of imapd/ipop3d/ipop2d in cclient, and libc-client4.a in the imap-uw port. * Make ports obey CFLAGS and CC properly. >How-To-Repeat: >Fix: begin 600 imap.diff.bz2 M0EIH.3%!62936?G9*R\`%()?@%0T?____W__W_[__]__8!9]O2%'D#(`/9NN[+6=`:%%&M`Z[EGNPZ>$IJ!)B& MB83$VHVH$>J/)Z%/*/)-E/:H/29E!Z@/2/4:!*)H!-`304\*331H:;2>H`T, M@`&@``#0::&D24\U!#0#(``&0``-!FH:```$FHB"FIY1IIHU,THS)BC-1D>I MZGHC-0T'E#0T```X&C1B#1IDP@Q`8C$T:-&@#330```!(D$!,("&IZ:)HF5/ MU3RCU/U3;5/)H-)^H8U-JC1M0/2#3G.@5555V#QEGB&R8Q93=WXKP6U#%-.\ M;J\8A>,8Q`QW-93+DS,Z*-0JJ(C_3[:N?/G?;S^M?+!WG<>2IEWW*P(P3A$G M`[MB)((HF4-6L5AY5O5&1R5Z:7R+.E9%;X!:+;A,R[U\)G31=:V78 M.*(94Q@$`4_3`H]=#<;7AIW,2@=J?:E"=]_L@Z#CYQC3R)&6[$C>WJ(+;853 M@9S]\+]E&;-?)[I08[1SOTL(980`;LSCV["0^352(%3[Q0)4J^4RRN3K M:%QPXO5-EA!^31Z,.K9`N7SW_U7L_+V-V6W:QLX1V5=D2TZIU$&=&=!QFNV2 MN,V)>9\]"GKS])]4]E?&L;6'TI,\41U&(@DR40TD2`HE4,%)$)!GHH).S)#T M_`%SF42'8%>:!`NX:WO`J,Q8F]C0OWUV?.7AX'FUD0)V#F1-,`T`AR6O6)-[A][#>O`*VGJ0H^[YE>2_O7C(Z M^C0P7JQ2Q42YG#N.QU674BR__?B MMCE&M5[SJRHT9UI%&P,A.SO?3M2L7LXN:FL!>RR5KD.VNA49DL4H<9*N9[9S M\Z*AYQ?>##P7YZ'@/E$Q4`@/(7+3;PCBX(@D]ZY:FS6ALC.U."R>*F[FN,4>I0BT9$$W M%-4R9O._L5`J?$>L*:%2??W8;:0ZJFJ8HB&28XIX^[=&T$FGN[)+#5C72OU) MW?5UAC#2V*ZYXFZ.:1^AAJY0WC!G5!;>-J$(3.2$A+)OOV=:B9M^;OXZM%;9 MC733<+LT)-Z\GB^ M>LF_IY=K?AW9`ZN5*%_H,<=CJE&;/$49'%>)MMTYQ$>+%>*T4.N>NSD31YZ0 M[=;;.-US55R+H6KF]T.WX4TU3E`R*I2UV\\4KYM^!_=AU@B((<.(B&0XB*GH M[^%OI[L^D^X>YYX!&CWC-=V8J5AJ:G=K#I=[QE;3'"]1=#`L:)P^1?RWVY#[ M]?)Y;?LTG^Y4I"FP.@FE[1X#%VB:!C$OJ[8+#Y?F]=63Z?*430%$/F0AY#B2 MJB(E0&T.,)10(D2SZISSVF28!GM*#0L:!P=04V@>PS1]8P)NL9^6LG'M$Z3, M][??JN?L#W!ZY9]L$,>(:P->'MQ!G]Q.$I(Q2 M>>TOR#&=L=HWK$B9(0G61\/\[MRJ/!@O50].C:5-]H4VH$_N<0MT[:'FZ>*Q MO=&Z/G&90N"A/H9D#1^63R;#R\DN6BY-)EJ>:K]D).TV#Z%YSK@6=K M;;;3;2$/'@D"1M/KU\.1^0=UEN@ML';%P77D8.X0Q51*;@V(,@/U`+34;;W; MG!*4(B1$&!;ZC%-FP(0.YV#8VYEH\%G9!M&8H:B(B(JHC0??A^$V/I.YW34$ M#&XKYL!@#$Y\C>HB%><""H,!AD`$970-EKF^AI'R,FPN!WU^9(\P>"9#(./B MIS7R2E1H7/Z*UK5`@YZ"KJ22>$\9[#&9-*UNAA'<**1$@T#"[+&6";2Q%\\& MM+*P<#I.KCL'$Y%$)N)`Y<.'"2'$JT4/)MF[T7TWO88!C-;B%1$Z$CZ`KFXK M53,)@S1$BD0NA58S'2(@%[30-PFQ=[`PB"E(B)=U94!#I#!!$A(<=J%"50>D ME,201B`@FHW[1&0L2,QMDNW8F<[7B&6O56MF^[=6C7/M<9L:U)`[8D#T`8AA MT(K0-EHP),""=XRI$4G#B`X(B6D9DTZ0TY<. M;Z0>RB*YUN4.>R12]3!+I-`75]7J8TO2*1NE:(KRPS'`]26K,!W.E1S'' MT$Q9&#VED1HYZ&@N@?MK8#++5NFIC+H3VX)6%&0C+(?,]),6IHH,,1QZ.PC8 MUAB5:,\[I`7GG-#<>I&87S;!77D7Q%`H9!8LUS>; MW03OA3+"@!=4%%%N^U;L(TQ,U>(B]H00O#4_`36!N"!V7U!_OVG,B[4'NR$^AA`1``9 M]L@?]P`!]`1?M/.K2U:4W:4-VW(A.%*"3).(RTVGA"T`=B\U4U?,,0[X"*)=_\_YJ%N9D3@S`V$$42M0#=X<8B`P,P;T" M0HS!Q@-N$3.1F7`,6$*`$`52)8PU"07H&1@EU#`$[E7BK::XE@=R-`A'B',. M\:/PT%T0-,8-#!IL8F@8RQ7>(36'#M+CO2$N`:YI8]!G?TBE((`B!!W2`D*J M5$J!P`.RF9(2S6W:+>(,AAF=&9%[`O0AAWB[REB1A=)@#[I*#(M6""8DL:Z0SJ-2T.Y8T$9JM M4TE,-J%B'#S(S2[B$3"U(R#=J=DK`%AN31+;J!6:0F@-1&X/%EXPUQ3:34@,S0W(/`H@V*>TVOL1LH7DV(S8$#`8 MD,(V([.0"8-(GGS(!R+.\[D[N8::(.J!JE#D-_&(T#(-@CF'5=@ER#LZWKF, M5BVL,X8>BY`Q^84-,M%&AHO*"!4%OVJ%T%L"\+*[@,T$M#H(NW(.V+ MQ7`>9>)IH!>ETO1",$D88]`)LA)'M][&QL$N?WG-QI:6&)CH$-UW^?)85`!EE;'PML6NP/B MO,FP[1C_"P][B@\!QR32)Q3YHN@1(F-9E?&6W8)/8?`02F*-CWQ&,8PUAG6# M1>%AP`TD0=O*58(."G)5Y^=."U#($+^'X'Q/.>E<#H%QJ<0?\@$SF::(1N'N MTK:7@!_Z5%Q$WU=:GJU56^R'A8"P$(HQ!A!&0-B!+VNAYH0>$^7E&&F;!E(& M:>*R;H\)2(9H8(.`E<>\M;\)]"NMUU8BDWJC,L1'A@H$00@@)@44(E7:2#Z# MN.+%M:!&ORD?:EZ^(C,#%$'B0D?!"V*:Z")HY25Y0HSN^;R7`[;?&+`#(3.> M\ZOOQ830=DF:)WAR0Y0C`K3KN4M"42FE"T*UNH8$\(Q,:[`CC$,>+!8Y"$?Q M-Y!\OCIQN(N28+W?4C9\49G&JL1;[0-">6^0F]3Y_$J<0`L26;7+LJCM#*6, MP/!=M3CYQ&C`VC`03/#J-K(#'(IP)27&]E`_HR;L1"#4]@,GM%_M.ZB0$2+X M*I5^"VUMS!R,+I&7*XI"GM8HU/:.OD;TFXY^="D@F_6C`Z3-RZXK;B>LO$LS MF")L%:5`"$@D6C4FW\E0(`]76%1D\Y2&BJ+]B*$TI)54>\#LG0@^8K(&N_L- MR\3)=&MH((9"S@$28A0T-HZ`!V$!!FQ5^:IBF?6VR'T9.7D5)HL%`XR5JQ7( M'GN+9V^(*+W>1SGYW[JP@L8`CHD;A:0A7TJ)7>.,9I;.P$20B@Q)'COO*6F] M>L8S<9PP`A.3E"A..H%S?RSG9>D&>-(Q2,4JJ%8SMR2T?VW:MIM7.[2260T< MC*$N8D'$(N=I<>7AT#D.ZH(8:='7'%1H3,.,[)_S'N!XPH!(1"0#!&;L8E@+ M]?)'7('00',/-39),O+D"1$F-GNW%`MR,%#2AJG]=B].TTX_OMO')&ZJG.F8 M@5AV<>4JWF:9<;S=F,U@>$40@&'84JY=@@!5U]T8T9D&.+G-46=L"T@W(LT5 M;$KZ%40:&-C`#WRF;")K%O2/@TIU*N^(DD"8C60WA.#0R!ED# M7:I4F4(064*D09HU("84"Q"2&:K"PJ1!1!O#HRINXE?.CG7UUUE$V(U]]2ELPS*]X(F8#85;(">P2VU M-6V*85XOL@*6U#(R;_R^=;;YO?XG/NY=T`D4U4GR9`R!J:_H3"HB1,"AI[\- MP`5%8P;;;&P:,U^S21PK-DFL@PL?HW`KC:'`"BV>`<4!^_D9,V"#$E;)0;,.RZND[$XW>\-M,3()(E;6)&505-QDJ5*-L;)`Q3$+KK#J; M(6\8A:#ULC"\HWA*6I%RG2&&X+"UA[]X6\,!%!X]$R2IK;):O*9:.,41?"YI M(C``,4)HIDV*T+>VU0H9])QB;)[M#O4S>+7L7FP&VV`M#.+LABBA$(2BH=`" M&`R`&W(;F3:0N%%R#N,WN4&H@5Y\HL30ZGQ M8DQGXHM+R$CV!-'?UZL-L!/A&!] M0-2LHN3?DP`WF$["YK5R"S/85SLUG8RE*4G1@?=`LEX:VR[7+S,B)LE*^1>= M?(T"@5U%Q_U3,QYM)N/O8K%HZH,'2F;EC]?R90\7B!SB@K_\7Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 2: 5:23 2001 Delivered-To: freebsd-ports@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-227.dsl.lsan03.pacbell.net [64.165.226.227]) by hub.freebsd.org (Postfix) with ESMTP id 2073937B406; Mon, 1 Oct 2001 02:04:09 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 23E8066D6F; Mon, 1 Oct 2001 02:04:08 -0700 (PDT) Date: Mon, 1 Oct 2001 02:04:07 -0700 From: Kris Kennaway To: Kris Kennaway Cc: Akinori MUSHA , Kris Kennaway , ports@FreeBSD.org Subject: Re: cvs commit: ports/net/freebsd-uucp Makefile distinfo pkg-plist Message-ID: <20011001020407.A77548@xor.obsecurity.org> References: <200110010751.f917pB143607@freefall.freebsd.org> <86hetjaile.wl@archon.local.idaemons.org> <20011001014211.A76892@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="jRHKVT23PllUwdXP" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011001014211.A76892@xor.obsecurity.org>; from kris@obsecurity.org on Mon, Oct 01, 2001 at 01:42:11AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --jRHKVT23PllUwdXP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 01, 2001 at 01:42:11AM -0700, Kris Kennaway wrote: > On Mon, Oct 01, 2001 at 05:07:57PM +0900, Akinori MUSHA wrote: > > At Mon, 1 Oct 2001 00:51:11 -0700 (PDT), > > kkenn wrote: > > > kris 2001/10/01 00:51:11 PDT > > >=20 > > > Modified files: > > > net/freebsd-uucp Makefile distinfo pkg-plist=20 > > > Log: > > > Include the uucpd code as well. Bump the version number to 1.06.1.= 1. > >=20 > > Make sure to fix the breakage seen on o-bento. It has never succeeded > > in building a package since you added the port. ;) >=20 > Okay, thanks for pointing it out. Actually, I'm not immediately sure why it's breaking and how to fix it. Any ideas? Kris --jRHKVT23PllUwdXP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7uDGHWry0BWjoQKURArrNAKCox0D7KT0bxHc65MrQ/GU9NgDeVACfRRtL AddLh0W3esIfIeTStCtAiAY= =x+6M -----END PGP SIGNATURE----- --jRHKVT23PllUwdXP-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 2:40:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from jochem.dyndns.org (cc40670-a.groni1.gr.nl.home.com [217.120.131.23]) by hub.freebsd.org (Postfix) with ESMTP id 9EB6637B407; Mon, 1 Oct 2001 02:39:19 -0700 (PDT) Received: (from jochem@localhost) by jochem.dyndns.org (8.11.6/8.11.6) id f919dD511983; Mon, 1 Oct 2001 11:39:13 +0200 (CEST) (envelope-from jochem) Date: Mon, 1 Oct 2001 11:39:13 +0200 From: Jochem Kossen To: mikeh@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/30946: mail/xfmail does not compile Message-ID: <20011001113913.A11943@jochem.dyndns.org> Mail-Followup-To: mikeh@FreeBSD.org, freebsd-ports@FreeBSD.org References: <200110010000.f91009x69480@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110010000.f91009x69480@freefall.freebsd.org>; from mikeh@FreeBSD.org on Sun, Sep 30, 2001 at 05:00:09PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Sep 30, 2001 at 05:00:09PM -0700, mikeh@FreeBSD.org wrote: > Synopsis: mail/xfmail does not compile > > State-Changed-From-To: open->feedback > State-Changed-By: mikeh > State-Changed-When: Sun Sep 30 16:57:16 PDT 2001 > State-Changed-Why: > This is probably because you don't have the compat3 libs > installed. Please try installing them and remaking the port. > > > Responsible-Changed-From-To: freebsd-ports->mikeh > Responsible-Changed-By: mikeh > Responsible-Changed-When: Sun Sep 30 16:57:16 PDT 2001 > Responsible-Changed-Why: > maintainer > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30946 Yes. You are completely right. With the compat3 libs, it builds and installs perfectly. But isn't this something to note in a pkg-message? Anyway, thanks for your help... I think the PR can be closed... -- Jochem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 4:40:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 2826837B409 for ; Mon, 1 Oct 2001 04:40:46 -0700 (PDT) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.4) id f91BdE201603 for ports@freebsd.org; Mon, 1 Oct 2001 13:39:14 +0200 (CEST) (envelope-from ernst) Date: Mon, 1 Oct 2001 13:39:14 +0200 From: Ernst de Haan To: ports@freebsd.org Subject: Suggestion wrt www/orion Message-ID: <20011001133913.A1592@c104187.upc-c.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi all, As the maintainer of www/orion, I've got a suggestion for this port. Any input would be appreciated. I'm thinking about making the default port for this application server 8090. Currently it defaults to 80, but that port is taken by Apache. And Tomcat uses 8080 by default. Any comments? If I get none, then I will send a PR for this change sometime soon. /Ernst -- Ernst de Haan Euronet Internet B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 4:57:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E97637B409; Mon, 1 Oct 2001 04:57:28 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91Bnic00845; Mon, 1 Oct 2001 04:49:44 -0700 (PDT) (envelope-from tg) Date: Mon, 1 Oct 2001 04:49:44 -0700 (PDT) From: Message-Id: <200110011149.f91Bnic00845@freefall.freebsd.org> To: j.kossen@home.nl, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30945: mail/gnumail does not run without Pantomime (openapp) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mail/gnumail does not run without Pantomime (openapp) State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Mon Oct 1 04:46:27 PDT 2001 State-Changed-Why: I have committed a port for pantomime along with the upgrade of GNUMail. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30945 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 5:10:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D1E237B40E for ; Mon, 1 Oct 2001 05:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91CA0n05877; Mon, 1 Oct 2001 05:10:00 -0700 (PDT) (envelope-from gnats) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 86E1E37B401; Mon, 1 Oct 2001 05:02:19 -0700 (PDT) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.6/8.11.4) id f91C25j39580; Mon, 1 Oct 2001 14:02:05 +0200 (CEST) (envelope-from stijn) Message-Id: <200110011202.f91C25j39580@pcwin002.win.tue.nl> Date: Mon, 1 Oct 2001 14:02:05 +0200 (CEST) From: stijn@win.tue.nl Reply-To: stijn@win.tue.nl To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30955: [UPDATE]: x11/gdm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30955 >Category: ports >Synopsis: [UPDATE]: x11/gdm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 05:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Stijn Hoop >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD 4.4-STABLE #0: Tue Sep 25 04:55:50 CEST 2001 >Description: - Update x11/gdm to 2.2.4.1 - I couldn't test the functionality using XFree86-4.1.0; it hangs gdm, just as the previous version of this port did. I do submit this update in the hope that someone else is able to test it with previous versions of XFree86, or find a workaround for XFree86 4.1.0. - Add code taken from mail/mailman to install user 'gdm' & group 'gdm', instead of requiring people to add it by hand. I've taken UID 91 because a simple grep -r of /usr/ports didn't reveal it being taken before, but feel free to change this. - Besides updating pkg-plist, this diff sorts it as well - CC: maintainer >How-To-Repeat: N/A >Fix: diff -urN /usr/ports/x11/gdm/Makefile gdm/Makefile --- /usr/ports/x11/gdm/Makefile Fri Aug 17 05:39:45 2001 +++ gdm/Makefile Mon Oct 1 13:12:54 2001 @@ -6,7 +6,7 @@ # PORTNAME= gdm -PORTVERSION= 2.2.3.2 +PORTVERSION= 2.2.4.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gdm @@ -20,6 +20,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +USERNAME?= gdm +USERID?= 91 +GDMDIR?= ${PREFIX}/etc/gdm + pre-fetch: .if !defined(BATCH) && !defined(PACKAGE_BUILDING) ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL @@ -31,6 +35,10 @@ @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + +pre-configure: + # Add the username, uid, group and gid + ${SH} ${FILESDIR}/configure.sh ${USERNAME} ${USERID} ${GDMDIR} post-install: @${INSTALL_SCRIPT} ${WRKSRC}/config/gnomerc ${PREFIX}/etc/gdm/ diff -urN /usr/ports/x11/gdm/distinfo gdm/distinfo --- /usr/ports/x11/gdm/distinfo Fri Aug 17 05:39:45 2001 +++ gdm/distinfo Mon Oct 1 12:28:06 2001 @@ -1 +1 @@ -MD5 (gdm-2.2.3.2.tar.gz) = 5e05b0b4722061311121f63e02907b50 +MD5 (gdm-2.2.4.1.tar.gz) = b1ea0aca76480f14ae9eb3175da2a65a diff -urN /usr/ports/x11/gdm/files/configure.sh gdm/files/configure.sh --- /usr/ports/x11/gdm/files/configure.sh Thu Jan 1 01:00:00 1970 +++ gdm/files/configure.sh Mon Oct 1 13:13:18 2001 @@ -0,0 +1,38 @@ +#!/bin/sh + +# Taken from ports/mail/mailman + +USER=$1 +UID=$2 +GDMDIR=$3 +GROUP=${USER} +GID=${UID} + +if [ -z "$USER" -o -z "$UID" -o -z "$GDMDIR" ]; then + echo "Syntax: $0 " + exit 1 +fi + +if pw group show "${GROUP}" 2>/dev/null; then + echo "You already have a group \"${GROUP}\", so I will use it." +else + if pw groupadd ${GROUP} -g ${GID}; then + echo "Added group \"${GROUP}\"." + else + echo "Adding group \"${GROUP}\" failed..." + exit 1 + fi +fi + +if pw user show "${USER}" 2>/dev/null; then + echo "You already have a user \"${USER}\", so I will use it." +else + if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ + -d ${MAILMANDIR} -s /sbin/nologin -c "GDM User" + then + echo "Added user \"${USER}\"." + else + echo "Adding user \"${USER}\" failed..." + exit 1 + fi +fi diff -urN /usr/ports/x11/gdm/files/patch-ab gdm/files/patch-ab --- /usr/ports/x11/gdm/files/patch-ab Mon Apr 23 05:37:33 2001 +++ gdm/files/patch-ab Mon Oct 1 12:31:45 2001 @@ -1,6 +1,6 @@ ---- config/gdm.conf.in.orig Mon Mar 5 05:27:12 2001 -+++ config/gdm.conf.in Fri Apr 20 20:42:22 2001 -@@ -7,7 +7,7 @@ +--- config/gdm.conf.in.orig Sat Sep 1 12:03:45 2001 ++++ config/gdm.conf.in Mon Oct 1 12:31:22 2001 +@@ -11,7 +11,7 @@ Group=gdm HaltCommand=/sbin/shutdown -h now KillInitClients=true @@ -9,11 +9,11 @@ PidFile=/var/run/gdm.pid PostSessionScriptDir=@EXPANDED_SYSCONFDIR@/gdm/PostSession/ PreSessionScriptDir=@EXPANDED_SYSCONFDIR@/gdm/PreSession/ -@@ -47,11 +47,11 @@ +@@ -68,11 +68,11 @@ DefaultFace=@EXPANDED_PIXMAPDIR@/nobody.png - DefaultLocale=english + DefaultLocale=en_US Exclude=bin,daemon,adm,lp,sync,shutdown,halt,mail,news,uucp,operator,nobody,gdm,postgres,pvm --Font=-*-helvetica-bold-r-normal-*-*-180-*-*-*-*-*-* +-Font=-*-helvetica-bold-r-normal-*-*-180-*-*-*-*-*-*,* +Font=-*-helvetica-bold-r-normal-*-*-180-*-*-*-*-*-*,*-r-*,* GlobalFaceDir=@EXPANDED_DATADIR@/faces/ Icon=@EXPANDED_PIXMAPDIR@/gdm.xpm @@ -23,14 +23,10 @@ Quiver=true SystemMenu=true Welcome=Welcome to %n -@@ -75,8 +75,8 @@ - Enable=false +@@ -117,5 +117,5 @@ - [servers] --0=/usr/bin/X11/X --#1=/usr/bin/X11/X -+0=@EXPANDED_BINDIR@/X -+#1=@EXPANDED_BINDIR@/X - #Note: If you want to make sure X runs on a specific virtual console on linux, - # you can use the following (for console 7): - #0=/usr/bin/X11/X vt7 + [server-Standard] + name=Standard server +-command=/usr/bin/X11/X ++command=/usr/X11R6/bin/X + flexible=true diff -urN /usr/ports/x11/gdm/files/patch-ar gdm/files/patch-ar --- /usr/ports/x11/gdm/files/patch-ar Thu Jan 1 01:00:00 1970 +++ gdm/files/patch-ar Mon Oct 1 12:38:28 2001 @@ -0,0 +1,15 @@ +--- daemon/gdm-net.c.orig Mon Oct 1 12:37:53 2001 ++++ daemon/gdm-net.c Mon Oct 1 12:37:34 2001 +@@ -156,7 +156,12 @@ + if ( ! conn->writable) + return FALSE; + ++#ifndef __FreeBSD__ + if (send (conn->fd, str, strlen (str), MSG_NOSIGNAL) < 0) ++#else ++ /* According to send(2), FreeBSD doesn't return SIGPIPE */ ++ if (send (conn->fd, str, strlen (str), 0) < 0) ++#endif + return FALSE; + else + return TRUE; diff -urN /usr/ports/x11/gdm/files/patch-as gdm/files/patch-as --- /usr/ports/x11/gdm/files/patch-as Thu Jan 1 01:00:00 1970 +++ gdm/files/patch-as Mon Oct 1 12:40:23 2001 @@ -0,0 +1,14 @@ +--- gui/gdmflexiserver.c.orig Mon Oct 1 12:39:52 2001 ++++ gui/gdmflexiserver.c Mon Oct 1 12:40:08 2001 +@@ -59,7 +59,11 @@ + g_print ("Sending command: '%s'\n", command); + + cstr = g_strdup_printf ("%s\n", command); ++#ifndef __FreeBSD__ + if (send (fd, cstr, strlen (cstr), MSG_NOSIGNAL) < 0) ++#else ++ if (send (fd, cstr, strlen (cstr), 0) < 0) ++#endif + return NULL; + + if ( ! get_response) diff -urN /usr/ports/x11/gdm/files/patch-at gdm/files/patch-at --- /usr/ports/x11/gdm/files/patch-at Thu Jan 1 01:00:00 1970 +++ gdm/files/patch-at Mon Oct 1 12:43:17 2001 @@ -0,0 +1,11 @@ +--- utils/Makefile.in.orig Mon Oct 1 12:42:50 2001 ++++ utils/Makefile.in Mon Oct 1 12:43:00 2001 +@@ -161,7 +161,7 @@ + gdmopen_SOURCES = gdmopen.c + + +-gdmaskpass_LDADD = $(GNOME_LIBDIR) $(INTLLIBS) -lpam -lpam_misc ++gdmaskpass_LDADD = $(GNOME_LIBDIR) $(INTLLIBS) -lpam + + + gdmopen_LDADD = $(GNOME_LIBDIR) $(INTLLIBS) diff -urN /usr/ports/x11/gdm/pkg-descr gdm/pkg-descr --- /usr/ports/x11/gdm/pkg-descr Sat Sep 16 14:12:28 2000 +++ gdm/pkg-descr Mon Oct 1 13:23:19 2001 @@ -1,14 +1,6 @@ -GNOME version of xdm display manager +The GNOME version of the xdm display manager. It has support for +face pixmaps, multiple sessions plus clean shutdowns from the login +menu. -- This port doesn't work on the normal FreeBSD 3.x-RELEASEs because - those pam is not stable. - I'm sure this works on 5.0-current, and it may works on 4.x-RELEASE - - You should append those lines to your /etc/pam.conf - -# gdm config -gdm auth requisite pam_unix.so try_first_pass -gdm account requisite pam_unix.so try_first_pass -gdm session required pam_permit.so - -This notes is written by: Yukihiro Nakai +For now it only works with the 3.3.x series of XFree86 and a fairly +recent FreeBSD (4.x-STABLE). diff -urN /usr/ports/x11/gdm/pkg-message gdm/pkg-message --- /usr/ports/x11/gdm/pkg-message Mon Apr 23 05:37:33 2001 +++ gdm/pkg-message Mon Oct 1 13:12:08 2001 @@ -1,11 +1,8 @@ GDM is installed. Please note the following: -- Add 'gdm' user and 'gdm' group by handle. -- This port doesn't work on the normal FreeBSD 3.x-RELEASEs because - PAM is not stable. -- This port has been tested on 5.0-CURRENT and 4.1.1-STABLE. - 4.x-RELEASE may or may not work. +- This port has been tested on 5.0-CURRENT and 4.4-STABLE. It only works + with XFree86-3.3.x. It will not work on 3.x. - You should append these lines to your /etc/pam.conf, otherwise GDM will refuse all logins: diff -urN /usr/ports/x11/gdm/pkg-plist gdm/pkg-plist --- /usr/ports/x11/gdm/pkg-plist Fri Aug 17 05:39:45 2001 +++ gdm/pkg-plist Mon Oct 1 12:59:10 2001 @@ -1,63 +1,44 @@ bin/gdm +bin/gdmXnestchooser bin/gdmchooser bin/gdmconfig +bin/gdmflexiserver bin/gdmlogin bin/gdmphotosetup -sbin/gdm-restart -sbin/gdm-safe-restart etc/gdm/Init/Default etc/gdm/PostSession/Default etc/gdm/PreSession/Default -etc/gdm/Sessions/Xsession etc/gdm/Sessions/Gnome -etc/gdm/factory-gdm.conf +etc/gdm/Sessions/Xsession etc/gdm/XKeepsCrashing +etc/gdm/factory-gdm.conf etc/gdm/gdm.conf etc/gdm/gnomerc etc/gdm/locale.alias -share/gnome/apps/System/gdmconfig.desktop +sbin/gdm-restart +sbin/gdm-safe-restart +sbin/gdmaskpass share/gnome/apps/Settings/gdmphotosetup.desktop +share/gnome/apps/System/gdmconfig.desktop +share/gnome/apps/System/gdmflexiserver-xnest.desktop +share/gnome/apps/System/gdmflexiserver.desktop share/gnome/gdm/gdmchooser.glade share/gnome/gdm/gdmconfig.glade share/gnome/help/gdm/C/configuration.html share/gnome/help/gdm/C/daemonov.html -share/gnome/help/gdm/C/docbook.css share/gnome/help/gdm/C/f39.html share/gnome/help/gdm/C/gdm.html share/gnome/help/gdm/C/index.html share/gnome/help/gdm/C/intro.html -share/gnome/help/gdm/C/x155.html +share/gnome/help/gdm/C/ln33.html +share/gnome/help/gdm/C/x156.html share/gnome/help/gdm/C/x80.html share/gnome/help/gdm/C/x89.html -share/gnome/help/gdmconfig/C/index.html -share/gnome/help/gdmconfig/C/gdmconfig.sgml -share/gnome/help/gdmconfig/C/authors.html share/gnome/help/gdmconfig/C/basic.html -share/gnome/help/gdmconfig/C/bugs.html -share/gnome/help/gdmconfig/C/expert.html -share/gnome/help/gdmconfig/C/license.html -share/gnome/help/gdmconfig/C/ln7.html -share/gnome/help/gdmconfig/C/system.html -share/gnome/help/gdmconfig/C/usage.html -share/gnome/help/gdmconfig/C/docbook.css -share/gnome/help/gdmconfig/C/topic.dat -share/gnome/help/gdmconfig/C/stylesheet-images/caution.gif -share/gnome/help/gdmconfig/C/stylesheet-images/home.gif -share/gnome/help/gdmconfig/C/stylesheet-images/important.gif -share/gnome/help/gdmconfig/C/stylesheet-images/next.gif -share/gnome/help/gdmconfig/C/stylesheet-images/note.gif -share/gnome/help/gdmconfig/C/stylesheet-images/prev.gif -share/gnome/help/gdmconfig/C/stylesheet-images/tip.gif -share/gnome/help/gdmconfig/C/stylesheet-images/toc-blank.gif -share/gnome/help/gdmconfig/C/stylesheet-images/toc-minus.gif -share/gnome/help/gdmconfig/C/stylesheet-images/toc-plus.gif -share/gnome/help/gdmconfig/C/stylesheet-images/up.gif -share/gnome/help/gdmconfig/C/stylesheet-images/warning.gif share/gnome/help/gdmconfig/C/figures/GDM_auto_login.png share/gnome/help/gdmconfig/C/figures/GDM_background.png share/gnome/help/gdmconfig/C/figures/GDM_chooser.png share/gnome/help/gdmconfig/C/figures/GDM_enviro.png -share/gnome/help/gdmconfig/C/figures/GDM_expert_misc.png share/gnome/help/gdmconfig/C/figures/GDM_face_brow.png share/gnome/help/gdmconfig/C/figures/GDM_full.png share/gnome/help/gdmconfig/C/figures/GDM_login_appear.png @@ -69,6 +50,11 @@ share/gnome/help/gdmconfig/C/figures/GDM_security.png share/gnome/help/gdmconfig/C/figures/GDM_xdmcp.png share/gnome/help/gdmconfig/C/figures/GDM_xserv_setup.png +share/gnome/help/gdmconfig/C/gdmconfig.sgml +share/gnome/help/gdmconfig/C/index.html +share/gnome/help/gdmconfig/C/ln7.html +share/gnome/help/gdmconfig/C/topic.dat +share/gnome/help/gdmconfig/C/usage.html share/gnome/omf/gdm/gdmconfig-C.omf share/gnome/pixmaps/gdm.xpm share/gnome/pixmaps/nobody.png @@ -104,19 +90,19 @@ share/locale/tr/LC_MESSAGES/gdm.mo share/locale/uk/LC_MESSAGES/gdm.mo share/locale/zh_CN.GB2312/LC_MESSAGES/gdm.mo -share/locale/zh_TW.Big5/LC_MESSAGES/gdm.mo -@dirrm etc/gdm/Init -@dirrm etc/gdm/PostSession -@dirrm etc/gdm/PreSession -@dirrm etc/gdm/Sessions -@dirrm etc/gdm -@dirrm etc/pam.d +share/locale/zh_TW/LC_MESSAGES/gdm.mo @dirrm share/gnome/omf/gdm -@dirrm share/gnome/gdm -@dirrm share/gnome/help/gdm/C/images -@dirrm share/gnome/help/gdm/C -@dirrm share/gnome/help/gdm @dirrm share/gnome/help/gdmconfig/C/stylesheet-images @dirrm share/gnome/help/gdmconfig/C/figures @dirrm share/gnome/help/gdmconfig/C @dirrm share/gnome/help/gdmconfig +@dirrm share/gnome/help/gdm/C/images +@dirrm share/gnome/help/gdm/C +@dirrm share/gnome/help/gdm +@dirrm share/gnome/gdm +@dirrm etc/pam.d +@dirrm etc/gdm/Sessions +@dirrm etc/gdm/PreSession +@dirrm etc/gdm/PostSession +@dirrm etc/gdm/Init +@dirrm etc/gdm >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 6:29:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id D694937B413; Mon, 1 Oct 2001 06:21:21 -0700 (PDT) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.6/8.11.4) id f91DLKD01243; Mon, 1 Oct 2001 15:21:20 +0200 (CEST) (envelope-from stijn) Date: Mon, 1 Oct 2001 15:21:20 +0200 From: Stijn Hoop To: freebsd-ports@freebsd.org Cc: kde@freebsd.org Subject: KDE update to 2.2.1 Message-ID: <20011001152120.A1192@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="a8Wt8u1KmwUX3Y2C" Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --a8Wt8u1KmwUX3Y2C Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, Attached is my attempt at upgrading KDE to 2.2.1. It seems to work, however I'm not a hardcore KDE user so YMMV. Insert standard disclaimer here. I hope this is useful to someone. CC: kde@freebsd.org team. --Stijn -- Fictitious Country Song Title of the Week: "How Can I Miss You if You Won't Go Away?" --a8Wt8u1KmwUX3Y2C Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="kde-mega-2.2.1.patch" diff -urN /usr/ports/audio/kdemultimedia2/Makefile audio/kdemultimedia2/Makefile --- /usr/ports/audio/kdemultimedia2/Makefile Wed Sep 12 10:45:32 2001 +++ audio/kdemultimedia2/Makefile Thu Sep 27 13:24:32 2001 @@ -6,7 +6,7 @@ # PORTNAME= kdemultimedia -PORTVERSION= 2.2 +PORTVERSION= 2.2.1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src diff -urN /usr/ports/audio/kdemultimedia2/distinfo audio/kdemultimedia2/distinfo --- /usr/ports/audio/kdemultimedia2/distinfo Wed Sep 12 10:45:32 2001 +++ audio/kdemultimedia2/distinfo Thu Sep 27 13:28:58 2001 @@ -1 +1 @@ -MD5 (KDE/kdemultimedia-2.2.tar.bz2) = 530a05d3671aaf093805083658dd8030 +MD5 (KDE/kdemultimedia-2.2.1.tar.bz2) = c4724c00c6d2c69ccc923de944cf7983 diff -urN /usr/ports/audio/kdemultimedia2/pkg-plist audio/kdemultimedia2/pkg-plist --- /usr/ports/audio/kdemultimedia2/pkg-plist Sat Sep 1 05:30:58 2001 +++ audio/kdemultimedia2/pkg-plist Fri Sep 28 11:05:47 2001 @@ -109,6 +109,8 @@ lib/libnoatunkaiman.so lib/libnoatunkeyz.la lib/libnoatunkeyz.so +lib/libnoatunmain.la +lib/libnoatunmain.so lib/libnoatunmarquis.la lib/libnoatunmarquis.so lib/libnoatunmonoscope.la @@ -208,8 +210,6 @@ lib/mcop/noatunarts.mcoptype %%OGGVORBIS%%lib/mcop/oggarts.mcopclass %%OGGVORBIS%%lib/mcop/oggarts.mcoptype -lib/noatun.la -lib/noatun.so share/applnk/Multimedia/aktion.desktop share/applnk/Multimedia/artsbuilder.desktop share/applnk/Multimedia/artscontrol.desktop diff -urN /usr/ports/games/kdegames2/Makefile games/kdegames2/Makefile --- /usr/ports/games/kdegames2/Makefile Wed Sep 12 10:46:14 2001 +++ games/kdegames2/Makefile Thu Sep 27 13:21:06 2001 @@ -6,7 +6,7 @@ # PORTNAME= kdegames -PORTVERSION= 2.2 +PORTVERSION= 2.2.1 CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src diff -urN /usr/ports/games/kdegames2/distinfo games/kdegames2/distinfo --- /usr/ports/games/kdegames2/distinfo Wed Sep 12 10:46:14 2001 +++ games/kdegames2/distinfo Thu Sep 27 13:23:34 2001 @@ -1 +1 @@ -MD5 (KDE/kdegames-2.2.tar.bz2) = 82d711796217e24fa0a0da52550bdadf +MD5 (KDE/kdegames-2.2.1.tar.bz2) = ddfb22843331f548bac51dc6a167958f diff -urN /usr/ports/games/kdegames2/pkg-plist games/kdegames2/pkg-plist --- /usr/ports/games/kdegames2/pkg-plist Thu Aug 16 05:33:26 2001 +++ games/kdegames2/pkg-plist Fri Sep 28 10:56:55 2001 @@ -879,6 +879,7 @@ share/apps/katomic/levels/CVS/Entries share/apps/katomic/levels/CVS/Repository share/apps/katomic/levels/CVS/Root +share/apps/katomic/levels/CVS/Tag share/apps/katomic/levels/level_1 share/apps/katomic/levels/level_10 share/apps/katomic/levels/level_11 @@ -1944,6 +1945,9 @@ @dirrm share/apps/kspaceduel/icons/hicolor/22x22 @dirrm share/apps/kspaceduel/icons/hicolor/16x16/actions @dirrm share/apps/kspaceduel/icons/hicolor/16x16 +@dirrm share/apps/kspaceduel/icons/hicolor +@dirrm share/apps/kspaceduel/icons/locolor +@dirrm share/apps/kspaceduel/icons @dirrm share/apps/kspaceduel @dirrm share/apps/ksnake/pics @dirrm share/apps/ksnake/levels diff -urN /usr/ports/graphics/kdegraphics2/Makefile graphics/kdegraphics2/Makefile --- /usr/ports/graphics/kdegraphics2/Makefile Wed Sep 12 10:46:24 2001 +++ graphics/kdegraphics2/Makefile Thu Sep 27 13:23:12 2001 @@ -6,7 +6,7 @@ # PORTNAME= kdegraphics -PORTVERSION= 2.2 +PORTVERSION= 2.2.1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src diff -urN /usr/ports/graphics/kdegraphics2/distinfo graphics/kdegraphics2/distinfo --- /usr/ports/graphics/kdegraphics2/distinfo Wed Sep 12 10:46:24 2001 +++ graphics/kdegraphics2/distinfo Thu Sep 27 13:23:41 2001 @@ -1 +1 @@ -MD5 (KDE/kdegraphics-2.2.tar.bz2) = 32125d00243c884017daa4345b87e2fe +MD5 (KDE/kdegraphics-2.2.1.tar.bz2) = a2d0b9242f20264167f8b96a8ba3a5c7 diff -urN /usr/ports/misc/kdeutils2/Makefile misc/kdeutils2/Makefile --- /usr/ports/misc/kdeutils2/Makefile Wed Sep 12 10:47:08 2001 +++ misc/kdeutils2/Makefile Thu Sep 27 13:32:09 2001 @@ -6,7 +6,7 @@ # PORTNAME= kdeutils -PORTVERSION= 2.2 +PORTVERSION= 2.2.1 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src diff -urN /usr/ports/misc/kdeutils2/distinfo misc/kdeutils2/distinfo --- /usr/ports/misc/kdeutils2/distinfo Wed Sep 12 10:47:08 2001 +++ misc/kdeutils2/distinfo Thu Sep 27 13:32:36 2001 @@ -1 +1 @@ -MD5 (KDE/kdeutils-2.2.tar.bz2) = 2ee57c259669232cb301359fb9000d08 +MD5 (KDE/kdeutils-2.2.1.tar.bz2) = a511f6be6949d5b1c2f943f3f9ce27a5 diff -urN /usr/ports/net/kdenetwork2/Makefile net/kdenetwork2/Makefile --- /usr/ports/net/kdenetwork2/Makefile Wed Sep 12 10:47:13 2001 +++ net/kdenetwork2/Makefile Thu Sep 27 13:31:23 2001 @@ -6,7 +6,7 @@ # PORTNAME= kdenetwork -PORTVERSION= 2.2 +PORTVERSION= 2.2.1 CATEGORIES?= net news kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src diff -urN /usr/ports/net/kdenetwork2/distinfo net/kdenetwork2/distinfo --- /usr/ports/net/kdenetwork2/distinfo Wed Sep 12 10:47:13 2001 +++ net/kdenetwork2/distinfo Thu Sep 27 13:32:01 2001 @@ -1 +1 @@ -MD5 (KDE/kdenetwork-2.2.tar.bz2) = 8b83592546aa96ce69fb80dffde32f68 +MD5 (KDE/kdenetwork-2.2.1.tar.bz2) = 39c731ada7e3b898ee5596babb35e7db diff -urN /usr/ports/net/kdenetwork2/pkg-plist net/kdenetwork2/pkg-plist --- /usr/ports/net/kdenetwork2/pkg-plist Wed Aug 22 05:44:44 2001 +++ net/kdenetwork2/pkg-plist Fri Sep 28 10:59:07 2001 @@ -17,7 +17,10 @@ bin/mail.local bin/reslisa include/kmailIface.h +include/mimelib/address.h +include/mimelib/addrlist.h include/mimelib/binhex.h +include/mimelib/body.h include/mimelib/bodypart.h include/mimelib/boyermor.h include/mimelib/config.h @@ -369,6 +372,7 @@ share/apps/kppp/Rules/Germany/City_Activ_Plus_Option.rst share/apps/kppp/Rules/Germany/Cityweb.rst share/apps/kppp/Rules/Germany/Freenet_Enterprise.rst +share/apps/kppp/Rules/Germany/Freenet_special_call_by_call.rst share/apps/kppp/Rules/Germany/MSN.rst share/apps/kppp/Rules/Germany/Mobilcom_Freenet.rst share/apps/kppp/Rules/Germany/NGI_Call_By_Call.rst @@ -377,6 +381,7 @@ share/apps/kppp/Rules/Germany/Nikoma_Internet_by_Call.rst share/apps/kppp/Rules/Germany/Nikoma_Study_and_Surf.rst share/apps/kppp/Rules/Germany/Planet-Interkom_Internet_by_call.rst +share/apps/kppp/Rules/Germany/Telekom_City.rst share/apps/kppp/Rules/Germany/Telekom_City_Select_5_30.rst share/apps/kppp/Rules/Germany/expressnet.rst share/apps/kppp/Rules/Germany/knUUt-by-Call.rst @@ -478,6 +483,7 @@ share/apps/kppp/Rules/Slovakia/Internetovy_tarif_019XY.rst share/apps/kppp/Rules/Slovakia/ST_medzimesto.rst share/apps/kppp/Rules/Slovakia/ST_mesto.rst +share/apps/kppp/Rules/Slovakia/Slovenske_Telekomunikacie_Internet.rst share/apps/kppp/Rules/South_Afrika/South_Afrika.rst share/apps/kppp/Rules/Spain/Infovia.rst share/apps/kppp/Rules/Spain/Infovia_IVA.rst @@ -598,15 +604,19 @@ share/apps/ksirc/tester.pl share/apps/lisa/README share/config/ksircrc +share/config/ktalkdrc share/doc/HTML/en/kdict/applet.png share/doc/HTML/en/kdict/common share/doc/HTML/en/kdict/conf.png +share/doc/HTML/en/kdict/index.cache.bz2 share/doc/HTML/en/kdict/index.docbook share/doc/HTML/en/kdict/mainwin.png share/doc/HTML/en/kdict/seteditor.png share/doc/HTML/en/kit/common +share/doc/HTML/en/kit/index.cache.bz2 share/doc/HTML/en/kit/index.docbook share/doc/HTML/en/kmail/common +share/doc/HTML/en/kmail/index.cache.bz2 share/doc/HTML/en/kmail/index.docbook share/doc/HTML/en/knewsticker/TODO share/doc/HTML/en/knewsticker/about-icon.png @@ -615,6 +625,7 @@ share/doc/HTML/en/knewsticker/contextmenu.png share/doc/HTML/en/knewsticker/downarrow-icon.png share/doc/HTML/en/knewsticker/help-icon.png +share/doc/HTML/en/knewsticker/index.cache.bz2 share/doc/HTML/en/knewsticker/index.docbook share/doc/HTML/en/knewsticker/kcmnewsticker-general.png share/doc/HTML/en/knewsticker/kcmnewsticker-newssources.png @@ -632,6 +643,7 @@ share/doc/HTML/en/knode/german_original.docbook share/doc/HTML/en/knode/greyball.png share/doc/HTML/en/knode/greyballchk.png +share/doc/HTML/en/knode/index.cache.bz2 share/doc/HTML/en/knode/index.docbook share/doc/HTML/en/knode/knode-cleanup.png share/doc/HTML/en/knode/knode-colors-fonts.png @@ -648,6 +660,7 @@ share/doc/HTML/en/knode/knode-new-article.png share/doc/HTML/en/knode/knode-news-account.png share/doc/HTML/en/knode/knode-post-settings.png +share/doc/HTML/en/knode/knode-read-news-appearance-dialog.png share/doc/HTML/en/knode/knode-read-news-settings.png share/doc/HTML/en/knode/knode-reply.png share/doc/HTML/en/knode/knode-search.png @@ -659,6 +672,7 @@ share/doc/HTML/en/knode/redballchk.png share/doc/HTML/en/knode/translation.po share/doc/HTML/en/korn/common +share/doc/HTML/en/korn/index.cache.bz2 share/doc/HTML/en/korn/index.docbook share/doc/HTML/en/kppp/accounting.docbook share/doc/HTML/en/kppp/callback.docbook @@ -670,6 +684,7 @@ share/doc/HTML/en/kppp/getting-online.docbook share/doc/HTML/en/kppp/global-settings.docbook share/doc/HTML/en/kppp/hayes.docbook +share/doc/HTML/en/kppp/index.cache.bz2 share/doc/HTML/en/kppp/index.docbook share/doc/HTML/en/kppp/kppp-account-accounting-tab.png share/doc/HTML/en/kppp/kppp-account-dial-tab.png @@ -692,10 +707,13 @@ share/doc/HTML/en/kppp/ttyS-cua.txt share/doc/HTML/en/kppp/wizard.docbook share/doc/HTML/en/ksirc/common +share/doc/HTML/en/ksirc/index.cache.bz2 share/doc/HTML/en/ksirc/index.docbook share/doc/HTML/en/ktalkd/common +share/doc/HTML/en/ktalkd/index.cache.bz2 share/doc/HTML/en/ktalkd/index.docbook share/doc/HTML/en/lisa/common +share/doc/HTML/en/lisa/index.cache.bz2 share/doc/HTML/en/lisa/index.docbook share/icons/hicolor/16x16/apps/kdict.png share/icons/hicolor/16x16/apps/kit.png diff -urN /usr/ports/x11/kde2/Makefile x11/kde2/Makefile --- /usr/ports/x11/kde2/Makefile Sun Aug 26 05:54:49 2001 +++ x11/kde2/Makefile Thu Sep 27 13:21:46 2001 @@ -6,7 +6,7 @@ # PORTNAME= kde -PORTVERSION= 2.2 +PORTVERSION= 2.2.1 CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # none diff -urN /usr/ports/x11/kdebase2/Makefile x11/kdebase2/Makefile --- /usr/ports/x11/kdebase2/Makefile Wed Sep 12 10:47:58 2001 +++ x11/kdebase2/Makefile Thu Sep 27 11:39:52 2001 @@ -6,8 +6,7 @@ # PORTNAME= kdebase -PORTVERSION= 2.2 -PORTREVISION= 2 +PORTVERSION= 2.2.1 CATEGORIES?= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src diff -urN /usr/ports/x11/kdebase2/distinfo x11/kdebase2/distinfo --- /usr/ports/x11/kdebase2/distinfo Wed Sep 12 10:47:58 2001 +++ x11/kdebase2/distinfo Thu Sep 27 11:42:08 2001 @@ -1 +1 @@ -MD5 (KDE/kdebase-2.2.tar.bz2) = 15e0232aa73029ac10346157b6eb079b +MD5 (KDE/kdebase-2.2.1.tar.bz2) = 14c7e9a73f5b60c6b4ed7c14acbfb69a diff -urN /usr/ports/x11/kdebase2/pkg-plist x11/kdebase2/pkg-plist --- /usr/ports/x11/kdebase2/pkg-plist Mon Sep 3 05:53:05 2001 +++ x11/kdebase2/pkg-plist Thu Sep 27 13:50:14 2001 @@ -787,6 +787,8 @@ share/apps/kcmkeys/standard/app-win3.kksrc share/apps/kcmlocale/pics/background.png share/apps/kcmusb/usb.ids +share/apps/kconf_update/klipper-1-2.pl +share/apps/kconf_update/klipperrc.upd share/apps/kconf_update/konsole.upd share/apps/kcontrol/kcontrolui.rc share/apps/kcontrol/pics/energybig.png @@ -1282,6 +1284,7 @@ share/config/interferencerc share/config/kdesktop_custom_menu1 share/config/kdesktop_custom_menu2 +share/config/kdm/README share/config/kdm/kdmrc share/config/klipperrc share/config/konqsidebartng.rc @@ -1379,14 +1382,149 @@ share/doc/HTML/en/kdebugdialog/common share/doc/HTML/en/kdebugdialog/index.cache.bz2 share/doc/HTML/en/kdebugdialog/index.docbook +share/doc/HTML/en/kdeprint/KDE-printingmanager-im-controlcenter-2.png +share/doc/HTML/en/kdeprint/KDE-printingmanager-im-controlcenter.png +share/doc/HTML/en/kdeprint/PPD-options-for-HP8100mopier.png +share/doc/HTML/en/kdeprint/PPD-options-for-infotecP450.png +share/doc/HTML/en/kdeprint/PrintQueue-KJobViewer.png +share/doc/HTML/en/kdeprint/add-printer-wizard-confirmation-1.png +share/doc/HTML/en/kdeprint/big-ppd-esppp-gui.png share/doc/HTML/en/kdeprint/common +share/doc/HTML/en/kdeprint/cups-filterarchitecture-kivio-50Percent-scaled.png +share/doc/HTML/en/kdeprint/cups-filterarchitecture-kivio-70Percent-scaled.png +share/doc/HTML/en/kdeprint/cups-filterarchitecture-kivio.png +share/doc/HTML/en/kdeprint/cups-server-configuration-2.png +share/doc/HTML/en/kdeprint/cups-server-configuration-3.png +share/doc/HTML/en/kdeprint/cups-server-configuration-4.png +share/doc/HTML/en/kdeprint/cups-server-configuration.png +share/doc/HTML/en/kdeprint/cupsaddpostscriptprinter_fromcommandline.png share/doc/HTML/en/kdeprint/cupsaddprinterwizard1.png share/doc/HTML/en/kdeprint/cupsaddprinterwizard2_backendselection.png share/doc/HTML/en/kdeprint/cupsaddprinterwizard3_networkscan.png share/doc/HTML/en/kdeprint/cupsaddprinterwizard3_networkscan_results.png share/doc/HTML/en/kdeprint/cupsaddprinterwizard4_networkscan_config.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard5_networkscan_SMBresults.png +share/doc/HTML/en/kdeprint/cupsserverconfig_broadcastaddress_add_button.png +share/doc/HTML/en/kdeprint/cupsserverconfig_browse_relay_add_button.png +share/doc/HTML/en/kdeprint/cupsserverconfig_browserelay_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_browsetimeouts_browseinterval_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_browsetimeouts_browsetimeout_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_browsingconnection_browseaddress_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_browsingconnection_browsepoll_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_browsingconnection_browseport_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_browsinggeneral_browseshortnames_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_browsinggeneral_browsingonoff_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_browsinggeneral_implicitclasses_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_browsingmasks_add_button.png +share/doc/HTML/en/kdeprint/cupsserverconfig_browsingmasks_browseallowdeny_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_browsingmasks_browseorder_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_networkclients_keepalive_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_networkclients_keepalivetimeout_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_networkclients_maxclients_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_networkgeneral_hostnamelookups_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_networkgeneral_maxrequestsize_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_networkgeneral_portsaddresses_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_networkgeneral_timeout_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_securityconfig_accesspermissions_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_securityconfig_allowfrom_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_securityconfig_authclass_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_securityconfig_authgroupname_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_securityconfig_authtype_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_securityconfig_denyfrom_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_securityconfig_encryption_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_securityconfig_order_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_securityconfig_systemgroup_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_serverdirectories_data_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_serverdirectories_defaultcharset_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_serverdirectories_defaultlanguage.png +share/doc/HTML/en/kdeprint/cupsserverconfig_serverdirectories_documenttroot_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_serverdirectories_executables_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_serverdirectories_fontpath_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_serverdirectories_requestroot_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_serverdirectories_serverroot_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_serverdirectories_temdir_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_serverdirectories_tempdir_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_serverencryptionconfig_servercertificate_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_serverencryptionconfig_serverkey_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_servergeneral_group_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_servergeneral_remoteroot_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_servergeneral_serveradmin_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_servergeneral_servername_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_servergeneral_user_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_serverhttpconfig_defaultcharset_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_serverhttpconfig_defaultlanguage.png +share/doc/HTML/en/kdeprint/cupsserverconfig_serverhttpconfig_documenttroot_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_serverlogging_accesslog_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_serverlogging_errorlog_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_serverlogging_loglevel_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_serverlogging_maxlogsize_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_serverlogging_pagelog_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_servermiscellaneous_filterlimit_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_servermiscellaneous_preservehistory_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_servermiscellaneous_preservejobfiles_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_servermiscellaneous_printcap_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfig_servermiscellaneous_ripcache_blurb.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration10_browsinggeneral.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration11_browsingconnections.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration11_browsingmasks.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration12_browsingtimeouts.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration14_browsingrelay.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration15a_resourceallprinters_defineaccess.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration15b_resourceallprinters_defineaccess.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration15c_resourceallprinters_defineaccess.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration1_welcome.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration2_general.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration3_logging.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration4_directories.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration5_HTTP.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration6_encryption.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration7_miscellanious.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration8_networkgeneral.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration9_networkclients.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration_resourceadminaccessmasks.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration_resourceadminaddprinters.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration_resourceadminaddprinters_defineaccess.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration_resourceadminauthorization.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration_securityoverview.png +share/doc/HTML/en/kdeprint/cupsserverconfiguration_securityoverview1.png +share/doc/HTML/en/kdeprint/hi32-action-wizard.png +share/doc/HTML/en/kdeprint/iconview-printerwindow.png share/doc/HTML/en/kdeprint/index.cache.bz2 share/doc/HTML/en/kdeprint/index.docbook +share/doc/HTML/en/kdeprint/info-tab.png +share/doc/HTML/en/kdeprint/ipp-scan-result-1.png +share/doc/HTML/en/kdeprint/kcontrol-icon.png +share/doc/HTML/en/kdeprint/kcontrolcenter-printmanager-jobcontrol-2.png +share/doc/HTML/en/kdeprint/kcontrolcenter-printmanager-jobcontrol.png +share/doc/HTML/en/kdeprint/kcontrolcenter-printmanager-spartanicview.png +share/doc/HTML/en/kdeprint/kcontrolcenter-printmanager-toolbarplusinfoview.png +share/doc/HTML/en/kdeprint/kcontrolcenter-printsystem.png +share/doc/HTML/en/kdeprint/kcron_to_be_printed.png +share/doc/HTML/en/kdeprint/kdeprint-jobviewer.png +share/doc/HTML/en/kdeprint/kdeprint_printer.png +share/doc/HTML/en/kdeprint/kdeprint_printer_class.png +share/doc/HTML/en/kdeprint/kdeprint_printer_class_stopped.png +share/doc/HTML/en/kdeprint/kdeprint_printer_remote.png +share/doc/HTML/en/kdeprint/kdeprint_printer_stopped.png +share/doc/HTML/en/kdeprint/kprinter-as-netscape-printcommand.png +share/doc/HTML/en/kdeprint/kprinter-dialog.png +share/doc/HTML/en/kdeprint/kprinter-fonts.png +share/doc/HTML/en/kdeprint/kprinter-kivio.png +share/doc/HTML/en/kdeprint/kprinter.png +share/doc/HTML/en/kdeprint/kprinter_called_from_run_command.png +share/doc/HTML/en/kdeprint/kprinter_with_kcron_developer_special.png +share/doc/HTML/en/kdeprint/kprinter_with_kcron_developer_special_nodeco.png +share/doc/HTML/en/kdeprint/printericons-meanings.png +share/doc/HTML/en/kdeprint/ps-boxes.png +share/doc/HTML/en/kdeprint/selecting-printingsystem.png +share/doc/HTML/en/kdeprint/smb-scan-result-2.png +share/doc/HTML/en/kdeprint/smb-scan-result-3.png +share/doc/HTML/en/kdeprint/steinbruch.png +share/doc/HTML/en/kdeprint/steinbruch_scaled.png +share/doc/HTML/en/kdeprint/taskbar-icons.png +share/doc/HTML/en/kdeprint/test_size_withdecoration.png +share/doc/HTML/en/kdeprint/test_size_without_decoration.png +share/doc/HTML/en/kdeprint/xpp-fonts.png share/doc/HTML/en/kdesu/common share/doc/HTML/en/kdesu/index.cache.bz2 share/doc/HTML/en/kdesu/index.docbook diff -urN /usr/ports/x11/kdelibs2/Makefile x11/kdelibs2/Makefile --- /usr/ports/x11/kdelibs2/Makefile Wed Sep 12 10:48:00 2001 +++ x11/kdelibs2/Makefile Thu Sep 27 09:19:17 2001 @@ -6,8 +6,7 @@ # PORTNAME= kdelibs -PORTVERSION= 2.2 -PORTREVISION= 3 +PORTVERSION= 2.2.1 CATEGORIES?= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src diff -urN /usr/ports/x11/kdelibs2/distinfo x11/kdelibs2/distinfo --- /usr/ports/x11/kdelibs2/distinfo Wed Sep 12 10:48:00 2001 +++ x11/kdelibs2/distinfo Thu Sep 27 09:21:12 2001 @@ -1 +1 @@ -MD5 (KDE/kdelibs-2.2.tar.bz2) = 2aca0c00143f4f7bc1ee7afdbe892912 +MD5 (KDE/kdelibs-2.2.1.tar.bz2) = 3aa73b3fe7095b3bab3081bece73f56f diff -urN /usr/ports/x11/kdelibs2/files/patch-kdoctools::Makefile.in x11/kdelibs2/files/patch-kdoctools::Makefile.in --- /usr/ports/x11/kdelibs2/files/patch-kdoctools::Makefile.in Wed Aug 29 03:53:47 2001 +++ x11/kdelibs2/files/patch-kdoctools::Makefile.in Thu Sep 27 10:38:49 2001 @@ -1,5 +1,5 @@ ---- kdoctools/Makefile.in Sun Aug 5 20:27:17 2001 -+++ kdoctools/Makefile.in.new Tue Aug 28 20:08:34 2001 +--- kdoctools/Makefile.orig Thu Sep 27 09:23:06 2001 ++++ kdoctools/Makefile.in Thu Sep 27 09:23:24 2001 @@ -757,10 +757,7 @@ diff -urN /usr/ports/x11/kdelibs2/files/patch-kdoctools::xml2man.cpp x11/kdelibs2/files/patch-kdoctools::xml2man.cpp --- /usr/ports/x11/kdelibs2/files/patch-kdoctools::xml2man.cpp Thu Aug 30 12:59:09 2001 +++ x11/kdelibs2/files/patch-kdoctools::xml2man.cpp Thu Sep 27 09:31:47 2001 @@ -1,5 +1,5 @@ ---- kdoctools/xml2man.cpp Sat Jul 28 23:55:05 2001 -+++ kdoctools/xml2man.cpp.new Wed Aug 29 18:10:54 2001 +--- kdoctools/xml2man.cpp.orig Thu Sep 27 09:31:27 2001 ++++ kdoctools/xml2man.cpp Thu Sep 27 09:24:43 2001 @@ -63,9 +63,7 @@ QString pat = args->arg( 0 ); QFile xmlFile( pat ); diff -urN /usr/ports/x11/kdelibs2/files/patch-kdoctools::xslt.cpp x11/kdelibs2/files/patch-kdoctools::xslt.cpp --- /usr/ports/x11/kdelibs2/files/patch-kdoctools::xslt.cpp Wed Aug 29 03:53:47 2001 +++ x11/kdelibs2/files/patch-kdoctools::xslt.cpp Thu Sep 27 09:33:04 2001 @@ -1,5 +1,5 @@ ---- kdoctools/xslt.cpp Mon Jul 30 17:11:20 2001 -+++ kdoctools/xslt.cpp.new Tue Aug 28 20:09:34 2001 +--- kdoctools/xslt.cpp.orig Thu Sep 27 09:32:04 2001 ++++ kdoctools/xslt.cpp Thu Sep 27 09:32:36 2001 @@ -86,9 +86,7 @@ INFO(i18n("Reading document")); QFile xmlFile( pat ); diff -urN /usr/ports/x11/kdelibs2/files/patch-netsupp.cpp x11/kdelibs2/files/patch-netsupp.cpp --- /usr/ports/x11/kdelibs2/files/patch-netsupp.cpp Fri Aug 17 03:32:24 2001 +++ x11/kdelibs2/files/patch-netsupp.cpp Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- kdecore/netsupp.cpp.orig Thu Aug 16 17:00:37 2001 -+++ kdecore/netsupp.cpp Thu Aug 16 16:52:30 2001 -@@ -781,7 +781,7 @@ - if (name != NULL && ((*name == '*' && name[1] == '\0') || *name == '\0')) - name = NULL; - // Treat service of "*" as NULL, which I guess means no port (0) -- if (serv != NULL && (*serv == '*' && serv[1] == '\0') || *serv == '\0') -+ if (serv != NULL && ((*serv == '*' && serv[1] == '\0') || *serv == '\0')) - serv = NULL; - - if (name == NULL && serv == NULL) // what the hell do you want? diff -urN /usr/ports/x11/kdelibs2/pkg-plist x11/kdelibs2/pkg-plist --- /usr/ports/x11/kdelibs2/pkg-plist Fri Aug 31 05:52:26 2001 +++ x11/kdelibs2/pkg-plist Thu Sep 27 11:16:23 2001 @@ -556,6 +556,9 @@ lib/libartsdsp.la lib/libartsdsp.so lib/libartsdsp.so.0 +lib/libartsdsp_st.la +lib/libartsdsp_st.so +lib/libartsdsp_st.so.0 lib/libartsflow.la lib/libartsflow.so lib/libartsflow.so.0 --a8Wt8u1KmwUX3Y2C-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 6:30: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A541937B413 for ; Mon, 1 Oct 2001 06:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91DU1l25998; Mon, 1 Oct 2001 06:30:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8AC337B410 for ; Mon, 1 Oct 2001 06:22:29 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91DMTa25038; Mon, 1 Oct 2001 06:22:29 -0700 (PDT) (envelope-from nobody) Message-Id: <200110011322.f91DMTa25038@freefall.freebsd.org> Date: Mon, 1 Oct 2001 06:22:29 -0700 (PDT) From: Michael Lucas To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30956: update to ports/net/gq Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30956 >Category: ports >Synopsis: update to ports/net/gq >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 06:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michael Lucas >Release: 4.4-stable >Organization: >Environment: FreeBSD pedicular.blackhelicopters.org 4.4-STABLE FreeBSD 4.4-STABLE #7: Wed Sep 19 10:07:18 EDT 2001 mwlucas@pedicular.blackhelicopters.org:/usr/obj/usr/src/sys/PEDICULAR i386 >Description: The gq port defaults to requiring openldap1. It has added functionality when linked against openldap2, and appears to work fine. Adding this functionality will not damage openldap1 users. >How-To-Repeat: Please find attached a patch to add WITH_OPENLDAP2 switch. I know the web form will destroy the formatting, but I don't have access to a real email client right now and the patch is trivial to reproduce if it's truly awful. Sorry! >Fix: --- Makefile-dist Mon Oct 1 08:57:03 2001 +++ Makefile Mon Oct 1 09:02:06 2001 @@ -12,7 +12,11 @@ MAINTAINER= roman@xpert.com -LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap +.if defined(WITH_OPENLDAP2) +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 +.else +LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap +.endif USE_X_PREFIX= yes USE_GTK= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 6:40:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4431837B416 for ; Mon, 1 Oct 2001 06:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91De1E70215; Mon, 1 Oct 2001 06:40:01 -0700 (PDT) (envelope-from gnats) Received: from miata.iec.hiroshima-u.ac.jp (miata.iec.hiroshima-u.ac.jp [133.41.37.29]) by hub.freebsd.org (Postfix) with ESMTP id 0A64337B40E for ; Mon, 1 Oct 2001 06:36:31 -0700 (PDT) Received: (from katsu@localhost) by miata.iec.hiroshima-u.ac.jp (8.11.6/8.11.4) id f91DaS126117; Mon, 1 Oct 2001 22:36:28 +0900 (JST) (envelope-from katsu) Message-Id: <200110011336.f91DaS126117@miata.iec.hiroshima-u.ac.jp> Date: Mon, 1 Oct 2001 22:36:28 +0900 (JST) From: TATEISHI Katsuyuki Reply-To: TATEISHI Katsuyuki To: FreeBSD-gnats-submit@freebsd.org Cc: lyngbol@wheel.dk X-Send-Pr-Version: 3.113 Subject: ports/30957: New port: japanese/gqmpeg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30957 >Category: ports >Synopsis: New port: japanese/gqmpeg >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 06:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: TATEISHI Katsuyuki >Release: FreeBSD 4.4-STABLE i386 >Organization: Hiroshima University >Environment: System: FreeBSD 4.4-STABLE FreeBSD 4.4-STABLE #23: Sun Sep 23 08:16:14 JST 2001 >Description: Another gtk-based MP3 frontend with Japanese This port is made as a SLAVE of audio/gqmpeg. So please apply the following patch to Makefile in MASTERDIR(audio/gqmpeg). Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/gqmpeg/Makefile,v retrieving revision 1.35 diff -u -r1.35 Makefile --- Makefile 2001/08/31 12:41:25 1.35 +++ Makefile 2001/10/01 12:28:30 @@ -8,11 +8,11 @@ PORTNAME= gqmpeg PORTVERSION= 0.9.0 PORTREVISION= 2 -CATEGORIES= audio +CATEGORIES+= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= lyngbol@wheel.dk +MAINTAINER?= lyngbol@wheel.dk LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 =================================================================== >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: # # gqmpeg # gqmpeg/Makefile # gqmpeg/distinfo # gqmpeg/pkg-descr # gqmpeg/pkg-comment # echo c - gqmpeg mkdir -p gqmpeg > /dev/null 2>&1 echo x - gqmpeg/Makefile sed 's/^X//' >gqmpeg/Makefile << 'END-of-gqmpeg/Makefile' X# New ports collection makefile for: ja-gqmpeg X# Date Created: 19 Sep 2001 X# Whom: TATEISHI Katsuyuki X# X# $FreeBSD$ X# X XCATEGORIES= japanese X XMAINTAINER= katsu@iec.hiroshima-u.ac.jp X XPATCH_SITES= http://linuxlovers.yi.org/softarc/ XPATCHFILES= gqmpeg-0.9.0-jp_title.patch X XMASTERDIR= ${.CURDIR}/../../audio/gqmpeg XMD5_FILE= ${.CURDIR}/distinfo XCOMMENT= ${.CURDIR}/pkg-comment XDESCR= ${.CURDIR}/pkg-descr X XCONFIGURE_ARGS= --enable-japanese X XNOMAN= yes X X.include "${MASTERDIR}/Makefile" END-of-gqmpeg/Makefile echo x - gqmpeg/distinfo sed 's/^X//' >gqmpeg/distinfo << 'END-of-gqmpeg/distinfo' XMD5 (gqmpeg-0.9.0.tar.gz) = 78e30f5ff2fa7af0d2501fe6bd373f1b XMD5 (gqmpeg-0.9.0-jp_title.patch) = 3dbfe441de2915a8277c674f70c42588 END-of-gqmpeg/distinfo echo x - gqmpeg/pkg-descr sed 's/^X//' >gqmpeg/pkg-descr << 'END-of-gqmpeg/pkg-descr' XA GTK-based mp3 front-end with Japanese support. Uses mpg123 for Xdecoding and supports winamp themes. X XWWW: http://gqmpeg.sourceforge.net/ X X-- XTATEISHI Katsuyuki X END-of-gqmpeg/pkg-descr echo x - gqmpeg/pkg-comment sed 's/^X//' >gqmpeg/pkg-comment << 'END-of-gqmpeg/pkg-comment' XAnother gtk-based MP3 frontend with Japanese END-of-gqmpeg/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 7:27: 0 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mout01.kundenserver.de (mout01.kundenserver.de [195.20.224.132]) by hub.freebsd.org (Postfix) with ESMTP id 5998E37B417; Mon, 1 Oct 2001 07:25:23 -0700 (PDT) Received: from [195.20.224.209] (helo=mrvdom02.schlund.de) by mout01.kundenserver.de with esmtp (Exim 2.12 #2) id 15o40X-00059a-00; Mon, 1 Oct 2001 16:25:21 +0200 Received: from pd9017236.dip.t-dialin.net ([217.1.114.54]) by mrvdom02.schlund.de with esmtp (Exim 2.12 #2) id 15o40X-0004Xg-00; Mon, 1 Oct 2001 16:25:21 +0200 Date: Mon, 1 Oct 2001 14:24:51 +0000 (GMT) From: "P. U. (Uli) Kruppa" X-X-Sender: To: Cc: Subject: Re: libglade fails In-Reply-To: Message-ID: <20010930045518.O77602-100000@big> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, 30 Sep 2001, Maxim Sobolev wrote: > On Fri, 28 Sep 2001 17:28:58 +0000 (GMT), P. U. (Uli) Kruppa wrote: > > Hi! > > > > I am running -stable and in /usr/ports/devel/libglade > > # make install > > fails with > > Unfortunately, from the log I do not see what the problem is. Please > do the following: > > 1. Recvsup your ports tree. I did that on saturday morning. > 2. Ensure that you have latest versions of all ports installed > Hint: se pkg_version(1) to find outdated ones and then > rebuild/reinstall them. Yes, it took me some time to figure this out but there were many - and there are still some - outdated versions (probably binaries of some old RELEASE) of applications. I will try to get rid of them all. > 3. Try to build libglade again, and if it still fails, then remove > libglade/work and send me a full log of running make in libglade > directory (hint: use script(1) to get the log). No problems anymore. Thanks for your advice! Uli. ************************************ * P. U. Kruppa - Wuppertal * * Germany * * www.pukruppa.de www.2000d.de * ************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 7:29:19 2001 Delivered-To: freebsd-ports@freebsd.org Received: from franklin.physics.purdue.edu (franklin.physics.purdue.edu [128.210.146.222]) by hub.freebsd.org (Postfix) with ESMTP id 9C45237B406; Mon, 1 Oct 2001 07:26:22 -0700 (PDT) Received: from physics.purdue.edu (curie.physics.purdue.edu [128.210.68.223]) by franklin.physics.purdue.edu (Postfix) with ESMTP id D941720F1F; Mon, 1 Oct 2001 09:26:34 -0500 (EST) Received: by physics.purdue.edu (Postfix, from userid 12409) id 9B02B85; Mon, 1 Oct 2001 09:26:20 -0500 (EST) Date: Mon, 1 Oct 2001 09:26:20 -0500 From: Will Andrews To: Stijn Hoop Cc: ports@freebsd.org, kde@freebsd.org Subject: Re: KDE update to 2.2.1 Message-ID: <20011001092620.Q40556@curie.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Stijn Hoop , ports@freebsd.org, kde@freebsd.org References: <20011001152120.A1192@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <20011001152120.A1192@pcwin002.win.tue.nl>; from stijn@win.tue.nl on Mon, Oct 01, 2001 at 03:21:20PM +0200 X-Operating-System: FreeBSD 4.3-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Oct 01, 2001 at 03:21:20PM +0200, Stijn Hoop (stijn@win.tue.nl) wrote: > Attached is my attempt at upgrading KDE to 2.2.1. It seems to work, however > I'm not a hardcore KDE user so YMMV. Insert standard disclaimer here. > I hope this is useful to someone. Thanks for your work, Stijn. Sometime tonight, I think, I'll be applying this patch against my copy of the ports tree and trying to build this on my copy of bento. We'll see how it goes. I haven't taken the time to upgrade it because the changes between 2.2 and 2.2.1 are rather trivial and don't really help FreeBSD. Thanks, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 9:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 44CED37B40F for ; Mon, 1 Oct 2001 09:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91Ge1C77388; Mon, 1 Oct 2001 09:40:01 -0700 (PDT) (envelope-from gnats) Received: from tl.kom.tuwien.ac.at (tl.kom.tuwien.ac.at [128.130.34.35]) by hub.freebsd.org (Postfix) with ESMTP id 08A1037B406 for ; Mon, 1 Oct 2001 09:36:35 -0700 (PDT) Received: (from root@localhost) by tl.kom.tuwien.ac.at (8.11.5/8.11.1) id f91GbYL14928; Mon, 1 Oct 2001 18:37:34 +0200 (CEST) (envelope-from tilman) Message-Id: <200110011637.f91GbYL14928@tl.kom.tuwien.ac.at> Date: Mon, 1 Oct 2001 18:37:34 +0200 (CEST) From: Tilman Linneweh Reply-To: Tilman Linneweh To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30960: New Port: net/scdp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30960 >Category: ports >Synopsis: New Port: net/scdp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 09:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Tilman Linneweh >Release: FreeBSD 4.4-STABLE i386 >Organization: TU Wien >Environment: System: FreeBSD tl.kom.tuwien.ac.at 4.4-RC FreeBSD 4.4-RC #0: Fri Sep 14 16:44:41 CEST 2001 tilman@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: scdp sends CDP (Cisco Discovery Protocol) packets out on selected interfaces and tells the connected switch (cisco only) where the host is connected. WWW: http://sourceforge.net/projects/scdp/ Author: Mikael Wedlin >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./pkg-comment # ./pkg-descr # ./pkg-plist # ./distinfo # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: scdp X# Date created: 14 September 2001 X# Whom: arved X# X# $FreeBSD$ X XPORTNAME= scdp XPORTVERSION= 1.0b XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR=scdp X XMAINTAINER= freebsdports@arved.de X XBUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X X.include END-of-./Makefile echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XTool, that sends CDP (CISCO Discovery Protocol) Packets END-of-./pkg-comment echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XThis program sends CDP (Cisco Discovery Protocol) packets out on selected Xinterfaces and tells the connected switch (cisco only) where the host is Xconnected. X XWWW: http://sourceforge.net/projects/scdp/ X X-arved Xarved@arved.de END-of-./pkg-descr echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/scdp END-of-./pkg-plist echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (scdp-1.0b.tar.gz) = 7eafaf5a422e37d04715613993ed5d95 END-of-./distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 9:58:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gifw.genroco.com (genroco.com [205.254.195.202]) by hub.freebsd.org (Postfix) with ESMTP id 135C537B40F; Mon, 1 Oct 2001 09:56:23 -0700 (PDT) Received: from gi2.genroco.com (IDENT:root@gi2.genroco.com [192.133.120.3]) by gifw.genroco.com (8.9.3/8.9.3) with ESMTP id LAA18711; Mon, 1 Oct 2001 11:56:18 -0500 Received: from scot.genroco.com (scot.genroco.com [192.133.120.125]) by gi2.genroco.com (8.9.3/8.9.3) with SMTP id LAA17853; Mon, 1 Oct 2001 11:55:19 -0500 Message-ID: <024201c14a99$db60f220$7d7885c0@genroco.com> From: "Scot W. Hetzel" To: "Jochem Kossen" , Cc: References: <200110010000.f91009x69480@freefall.freebsd.org> <20011001113913.A11943@jochem.dyndns.org> Subject: Re: ports/30946: mail/xfmail does not compile Date: Mon, 1 Oct 2001 11:55:18 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org From: "Jochem Kossen" > On Sun, Sep 30, 2001 at 05:00:09PM -0700, mikeh@FreeBSD.org wrote: > > Synopsis: mail/xfmail does not compile > > > > State-Changed-From-To: open->feedback > > State-Changed-By: mikeh > > State-Changed-When: Sun Sep 30 16:57:16 PDT 2001 > > State-Changed-Why: > > This is probably because you don't have the compat3 libs > > installed. Please try installing them and remaking the port. > > > > > > Responsible-Changed-From-To: freebsd-ports->mikeh > > Responsible-Changed-By: mikeh > > Responsible-Changed-When: Sun Sep 30 16:57:16 PDT 2001 > > Responsible-Changed-Why: > > maintainer > > > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30946 > > Yes. You are completely right. With the compat3 libs, it builds and > installs perfectly. But isn't this something to note in a pkg-message? > > Anyway, thanks for your help... > > I think the PR can be closed... > A dependency on the misc/compat3 port needs to be added to this port. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 10:20:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13DDD37B419 for ; Mon, 1 Oct 2001 10:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91HK1H87271; Mon, 1 Oct 2001 10:20:01 -0700 (PDT) (envelope-from gnats) Received: from nohow.demon.co.uk (nohow.demon.co.uk [212.228.18.189]) by hub.freebsd.org (Postfix) with ESMTP id C2A1137B40F for ; Mon, 1 Oct 2001 10:12:17 -0700 (PDT) Received: (from noway@localhost) by nohow.demon.co.uk (8.11.6/8.11.6) id f91HC5W09997; Mon, 1 Oct 2001 18:12:05 +0100 (BST) (envelope-from noway) Message-Id: <200110011712.f91HC5W09997@nohow.demon.co.uk> Date: Mon, 1 Oct 2001 18:12:05 +0100 (BST) From: Jose Marques Reply-To: Jose Marques To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30962: Update: java/cos (fix distfile checksum) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30962 >Category: ports >Synopsis: Update: java/cos (fix distfile checksum) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 10:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jose Marques >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD nohow.demon.co.uk 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 22 15:03:06 BST 2001 jose@nohow.demon.co.uk:/usr/obj/usr/src/sys/LIBRETTO i386 >Description: Update to fix distfile checksum error. Two readme files in the distfile changed from ".html" to ".txt". >How-To-Repeat: >Fix: diff -ruN /usr/ports/java/cos/Makefile cos/Makefile --- /usr/ports/java/cos/Makefile Thu Jul 5 23:23:29 2001 +++ cos/Makefile Mon Oct 1 18:09:37 2001 @@ -25,8 +25,8 @@ @${MKDIR} ${PREFIX}/share/java/classes ${PREFIX}/share/java/cos @${INSTALL_DATA} ${WRKSRC}/lib/cos.jar ${PREFIX}/share/java/classes @cd ${WRKSRC}; \ - ${CP} readme.html ${PREFIX}/share/java/cos; \ - ${CP} license.html ${PREFIX}/share/java/cos; \ + ${CP} readme.txt ${PREFIX}/share/java/cos; \ + ${CP} license.txt ${PREFIX}/share/java/cos; \ ${CP} -R doc ${PREFIX}/share/java/cos; \ ${CP} upload.war ${PREFIX}/share/java/cos/doc diff -ruN /usr/ports/java/cos/distinfo cos/distinfo --- /usr/ports/java/cos/distinfo Thu Jul 5 23:23:29 2001 +++ cos/distinfo Mon Oct 1 18:07:18 2001 @@ -1 +1 @@ -MD5 (cos-19Jun2001.zip) = 642eda8d1b544150e77396ac6d9ae955 +MD5 (cos-19Jun2001.zip) = 7fe897e007445f094ade1fb826a5a9fc diff -ruN /usr/ports/java/cos/pkg-plist cos/pkg-plist --- /usr/ports/java/cos/pkg-plist Thu Jul 5 23:23:29 2001 +++ cos/pkg-plist Mon Oct 1 18:07:12 2001 @@ -1,6 +1,6 @@ share/java/classes/cos.jar -share/java/cos/readme.html -share/java/cos/license.html +share/java/cos/readme.txt +share/java/cos/license.txt share/java/cos/doc/AllNames.html share/java/cos/doc/Package-com.oreilly.servlet.html share/java/cos/doc/Package-com.oreilly.servlet.multipart.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 10:20:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 665D937B41A for ; Mon, 1 Oct 2001 10:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91HK1B87280; Mon, 1 Oct 2001 10:20:01 -0700 (PDT) (envelope-from gnats) Received: from puce.csi.cam.ac.uk (puce.csi.cam.ac.uk [131.111.8.40]) by hub.freebsd.org (Postfix) with ESMTP id D2A8B37B408 for ; Mon, 1 Oct 2001 10:13:08 -0700 (PDT) Received: from m218-3.phy.cam.ac.uk ([131.111.79.217]) by puce.csi.cam.ac.uk with esmtp (Exim 3.22 #1) id 15o6cr-0003Zm-00; Mon, 01 Oct 2001 18:13:05 +0100 Received: from sa264 by m218-3.phy.cam.ac.uk with local (Exim 3.33 #1) id 15o6cr-0000jU-00; Mon, 01 Oct 2001 18:13:05 +0100 Message-Id: Date: Mon, 01 Oct 2001 18:13:05 +0100 From: AMAKAWA Shuhei Reply-To: AMAKAWA Shuhei To: FreeBSD-gnats-submit@freebsd.org Cc: tonym@biolateral.com.au X-Send-Pr-Version: 3.113 Subject: ports/30963: Make net/generic-nqs honor CFLAGS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30963 >Category: ports >Synopsis: Make net/generic-nqs honor CFLAGS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 10:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: AMAKAWA Shuhei >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD m218-3.phy.cam.ac.uk 4.4-STABLE FreeBSD 4.4-STABLE #0: Thu Sep 27 07:01:16 BST 2001 sa264@m218-3.phy.cam.ac.uk:/usr/obj/usr/src/sys/KERNCONF i386 >Description: This is an attempt to make net/generic-nqs honor CFLAGS. >How-To-Repeat: >Fix: Removed file: files/patch-ab diff -uNr /usr/ports/net/generic-nqs/Makefile generic-nqs/Makefile --- /usr/ports/net/generic-nqs/Makefile Wed Aug 8 21:56:45 2001 +++ generic-nqs/Makefile Sun Sep 30 22:18:30 2001 @@ -95,11 +95,18 @@ # Rename man page to fit BSD extensions # +post-patch: + @${MV} ${WRKSRC}/SETUPDir/GSetup-Scripts/GPort-Scripts/1020-Is-gcc.sh \ + ${WRKSRC}/SETUPDir/GSetup-Scripts/GPort-Scripts/1020-Is-gcc.sh.orig ; \ + ${SED} -e 's/-O6 -fno-strength-reduce/${CFLAGS}/' \ + ${WRKSRC}/SETUPDir/GSetup-Scripts/GPort-Scripts/1020-Is-gcc.sh.orig \ + > ${WRKSRC}/SETUPDir/GSetup-Scripts/GPort-Scripts/1020-Is-gcc.sh + pre-configure: - @ ${CP} ${FILESDIR}/${TEMPLATE} ${PLATFORMDIR}/${PLATFORM}; \ + @ ${SED} -e 's/XX_CFLAGS_XX/${CFLAGS}/' ${FILESDIR}/${TEMPLATE} > ${PLATFORMDIR}/${PLATFORM}; \ ${CP} ${FILESDIR}/${DUMMYMAKE} ${WRKSRC}; \ - ${CHMOD} 555 ${WRKDIR}/${DISTNAME}/Source-Tree/SETUP/all-systems/* - ${RM} ${MANDIR}/*.man ; \ + ${CHMOD} 555 ${WRKSRC}/Source-Tree/SETUP/all-systems/* + ${RM} -f ${MANDIR}/*.man ; \ ${MV} ${MANDIR}/nmapmgr.1m ${MANDIR}/nmapmgr.1 # diff -uNr /usr/ports/net/generic-nqs/files/i386-unknown-freebsd2.2.6 generic-nqs/files/i386-unknown-freebsd2.2.6 --- /usr/ports/net/generic-nqs/files/i386-unknown-freebsd2.2.6 Mon Dec 27 00:45:59 1999 +++ generic-nqs/files/i386-unknown-freebsd2.2.6 Sat Sep 29 01:00:55 2001 @@ -3,7 +3,7 @@ # PLATFORM DESCRIPTION FILE C_COMPILER "cc" -C_COMPILER_FLAGS_OPTIMISE "-O2" +C_COMPILER_FLAGS_OPTIMISE "XX_CFLAGS_XX" C_COMPILER_FLAGS_DEBUG "" C_COMPILER_FLAGS_COMMON "" C_COMPILER_FLAGS_INCLUDE "" diff -uNr /usr/ports/net/generic-nqs/files/patch-ab generic-nqs/files/patch-ab --- /usr/ports/net/generic-nqs/files/patch-ab Mon Dec 27 00:46:02 1999 +++ generic-nqs/files/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,20 +0,0 @@ ---- SETUPDir/GSetup-Scripts/GPort-Scripts/1020-Is-gcc.sh.orig Sat Nov 13 19:32:02 1999 -+++ SETUPDir/GSetup-Scripts/GPort-Scripts/1020-Is-gcc.sh Sat Nov 13 19:32:36 1999 -@@ -72,7 +72,7 @@ - F_ECHO_LN "egcs" - - F_DEFINE_STRING GPORT_CC_FLAGS_DEBUG "-Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations" -- F_DEFINE_STRING GPORT_CC_FLAGS_OPTIMISE "-O6 -fno-strength-reduce" -+ F_DEFINE_STRING GPORT_CC_FLAGS_OPTIMISE "-O2" - F_DEFINE_STRING GPORT_CC_FLAGS_COMMON "-Wall" - elif [ "$GPORT_HAS_GCC" = 1 ]; then - F_TEST_TYPE BLANK -@@ -80,7 +80,7 @@ - F_ECHO_LN "gcc" - - F_DEFINE_STRING GPORT_CC_FLAGS_DEBUG "-Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations" -- F_DEFINE_STRING GPORT_CC_FLAGS_OPTIMISE "-O6 -fno-strength-reduce" -+ F_DEFINE_STRING GPORT_CC_FLAGS_OPTIMISE "-O2" - F_DEFINE_STRING GPORT_CC_FLAGS_COMMON "-Wall" - fi - } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 10:24:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id 1272D37B407 for ; Mon, 1 Oct 2001 10:20:07 -0700 (PDT) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id f91HK5834134 for ; Tue, 2 Oct 2001 05:20:05 +1200 (NZST) (envelope-from dan@langille.org) From: "Dan Langille" Organization: novice in training To: ports@FreeBSD.org Date: Mon, 1 Oct 2001 13:19:55 -0400 MIME-Version: 1.0 Subject: port trees which are not chmod root:wheel Reply-To: dan@langille.org Message-ID: <3BB86D7B.28940.44B171@localhost> X-mailer: Pegasus Mail for Win32 (v4.0, beta 40) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have need to use a a ports tree which is not chmod root:wheel. This tree will be used exclusively by FreshPorts. Is anyone already using a non root:wheel ports tree? I'm guessing that I just need to run cvsup as the uid which owns the tree and all will be well. Suggestions/comments welcomed here. -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 11: 0:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB49B37B411 for ; Mon, 1 Oct 2001 11:00:08 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91I08092458 for freebsd-ports@freebsd.org; Mon, 1 Oct 2001 11:00:08 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 1 Oct 2001 11:00:08 -0700 (PDT) Message-Id: <200110011800.f91I08092458@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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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 [2001/05/07] ports/27186 ports Firebird's gbak failed at make install o [2001/07/30] ports/29325 ports Dbview contains an error, because of whic o [2001/09/23] ports/30758 ports nntpcache-2.4.0b5 doesn't build on FreeBS o [2001/09/27] ports/30877 ports unable to build kdepim-port o [2001/09/30] ports/30935 ports pips sc880 - needs to have syvr4 support 5 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2000/06/13] ports/19238 ports sgmltools1 a [2000/10/30] ports/22421 ports New port: Enhydra 3.1 beta 1 o [2000/11/26] ports/23125 ports Successful emulation of StarOffice depend o [2000/12/07] ports/23358 ports New port: java/jakarta-oro o [2000/12/09] ports/23401 ports NetHack 3.3.1 with GNOME support a [2001/01/09] ports/24190 ports [NEW PORT] kde-18n polish internationaliz a [2001/01/31] ports/24753 ports Pipsecd may get a tun device with the IFH a [2001/02/08] ports/24948 ports New port: Orchard - innovative, lightweig o [2001/04/09] ports/26464 ports Citrix client no longer reads files in lo o [2001/04/27] ports/26891 ports Star Office 5.2 doesn't run after install o [2001/05/15] ports/27358 ports Naming scheme for JDK ports (java) a [2001/05/29] ports/27739 ports Broken Port: textproc/pspell-ispell -- co o [2001/06/04] ports/27875 ports invoked on boot, SIGHUP is delivered and o [2001/06/11] ports/28030 ports VMware requires block device for linux /d o [2001/06/20] ports/28301 ports Isakmpd port hogs 99% of cpu capacity. o [2001/06/23] ports/28378 ports p5-Net-IRC-0.70_1 eats irc text with col o [2001/06/24] ports/28398 ports ja-dvips cannot find tex.pro o [2001/06/27] ports/28458 ports Gnome-1.4's use of Xalf out of sync with o [2001/07/02] ports/28623 ports New port: Sun's Java Communication API o [2001/07/02] ports/28624 ports New port: FreeBSD-specific support for Su o [2001/07/03] ports/28673 ports New Port: nhc98 - a haskell compiler to p o [2001/08/03] ports/29422 ports New port: archivers/stuffit (un)compress o [2001/08/05] ports/29468 ports apache+ssl-1.3.12.1.40 port doesn't insta o [2001/08/22] ports/29954 ports Tircproxy breaks in transparent proxy mod a [2001/08/24] ports/30056 ports mod_php4 with gd selected doesn't compile o [2001/09/05] ports/30364 ports Installing XFree86-Server-4.0.3 with sysi o [2001/09/06] ports/30401 ports Make the archivers/freeze port honor CFLA o [2001/09/09] ports/30455 ports news/newsx: fix problem when inn has tagg o [2001/09/09] ports/30477 ports mogrify (ImageMagick-5.3.7) is not moving o [2001/09/13] ports/30563 ports port update o [2001/09/14] ports/30576 ports java/jdk13 attempts to build even if one o [2001/09/16] ports/30613 ports ttcp should print statistics on stderr o [2001/09/17] ports/30638 ports SQL-Ledger port update o [2001/09/18] ports/30663 ports NEW PORT: devel/libCxClient o [2001/09/20] ports/30679 ports Update port: Sablot-0.70 o [2001/09/21] ports/30728 ports pkg_add causes install of multiple versio o [2001/09/22] ports/30748 ports replace target of ssmtp port is wrong o [2001/09/23] ports/30767 ports o [2001/09/24] ports/30807 ports NEW PORT: net/citadel o [2001/09/25] ports/30823 ports New port: KinterbasDB, Python module to a o [2001/09/27] ports/30872 ports Patch for IPv6 compat doesn't handle extr o [2001/09/27] ports/30879 ports Incorrect version number for Yorick port o [2001/09/28] ports/30886 ports upgrade port of lla.pl o [2001/09/30] ports/30944 ports mail/postilion broken o [2001/09/30] ports/30947 ports mail/mahogany fails to build, conflicts w 45 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/04/05] ports/10965 ports lcc-3.6 unable to compile anything o [2000/03/19] ports/17489 ports Zephyr port is broken with Kerberos enabl o [2000/05/29] ports/18896 ports Tcl "info hostname" command returns chop- a [2000/08/14] ports/20601 ports DESTDIR and /etc/shells a [2000/09/04] ports/21021 ports graphics/quickpics bogus colorspace error f [2000/09/10] ports/21179 ports New port: math/gul-vdog-qt f [2000/09/16] ports/21313 ports vmwarIPv6 and vmware2 panic: Fatal trap 1 f [2000/10/28] ports/22379 ports New port: libudbc f [2000/11/07] ports/22683 ports New port net/dnip-update f [2000/11/28] ports/23151 ports NEW PORT : sysutils/wake-on-lan a [2000/12/02] ports/23232 ports gettext/xview port collision a [2000/12/12] ports/23499 ports [NEW PORT]: Two LaTeX macro package ports o [2000/12/24] ports/23822 ports mtree entries for German X11 man pages f [2001/01/04] ports/24071 ports security/digest - md5,md4,sha1,ripemd160 a [2001/01/10] ports/24237 ports new port: kde-i18n-pl o [2001/01/12] ports/24299 ports Configure the synaptics touchpad. f [2001/01/16] ports/24395 ports Date object is not deserialized correct a [2001/01/26] ports/24660 ports New port: Xerces-C 1.3.0 o [2001/01/27] ports/24687 ports QUAKE FORGE & SVGALIB a [2001/01/30] ports/24736 ports New port: SGI's open inventor (graphics/i a [2001/02/17] ports/25177 ports New port: java/jdbcpool-current f [2001/02/19] ports/25219 ports New port: plist-builder a [2001/02/24] ports/25342 ports saint: user authentication fails in remot o [2001/02/28] ports/25448 ports mpmf20 fails to correctly display the dir o [2001/03/04] ports/25530 ports ports/net/cricket port does dependencies a [2001/03/05] ports/25560 ports New port: ftp/kbear: An ftp client for KD a [2001/03/11] ports/25710 ports New port: news/slrn-pl, slrn with polish a [2001/03/21] ports/25983 ports New port: databases/py-bsddb3 o [2001/03/28] ports/26192 ports apel appeared both in xemacs/site-package a [2001/04/01] ports/26274 ports New port: Perl/TK Jabber client a [2001/04/02] ports/26292 ports New port: Version 3 of Squeak, the Smallt a [2001/04/02] ports/26297 ports New port: devel/florist a [2001/04/03] ports/26313 ports New Port: german/eagle: A tool for design a [2001/04/16] ports/26628 ports New port: audio/qtecasound, well done o [2001/04/23] ports/26801 ports cyrus port should add periodic file to pr a [2001/04/24] ports/26825 ports port xmms-avi won't compile libavixmms.so a [2001/04/26] ports/26884 ports new port for visualworks 5i.3 f [2001/04/28] ports/26931 ports (NEW PORT) Virtual Terrain Applications o [2001/05/06] ports/27167 ports ETHOberonV4 won't run a [2001/05/11] ports/27272 ports New Port: John McCalpin's STREAM Benchmar f [2001/05/15] ports/27332 ports New port: swedish/staroffice52 a [2001/05/23] ports/27569 ports bootup error problem with Apache 2 o [2001/05/23] ports/27573 ports The port of ascd dumped core o [2001/05/24] ports/27610 ports www/apache-jserv: some docs are installed f [2001/05/29] ports/27740 ports new port: isoqlog Qmail Log Analyzer o [2001/05/31] ports/27805 ports New port: SQL-Ledger Accounting o [2001/06/07] ports/27931 ports devel/pth vs. native pthreads conflict fi a [2001/06/08] ports/27956 ports New port:A messenging client supporting A o [2001/06/10] ports/28025 ports New port: net/spread o [2001/06/12] ports/28106 ports New port: libCxClient-0.10 - Citadel/UX C o [2001/06/12] ports/28111 ports pcb port has unlisted dependencies a [2001/06/12] ports/28115 ports New Port - textproc/htmldoc o [2001/06/15] ports/28183 ports JDK Documentation ports for JDK 1.1, 1.2, o [2001/06/17] ports/28225 ports [New Port] net/xipdump - displays ip pack o [2001/06/18] ports/28252 ports New port: xpp: A tool for choosing and co o [2001/06/18] ports/28256 ports New port: citadel-5.74 a [2001/06/19] ports/28272 ports Update port: net/libsocket++ o [2001/06/21] ports/28332 ports Gimp manual port 1-2 years out of date, m o [2001/06/23] ports/28363 ports New port: audacity-0.95 - a graphical wav o [2001/06/26] ports/28428 ports New port: graphics/xmms-xvs o [2001/06/27] ports/28450 ports New ports: sword bible library, sword-mod o [2001/06/27] ports/28464 ports New port: www/orion-current o [2001/06/28] ports/28482 ports PostgreSQL Compile problem o [2001/06/29] ports/28521 ports inconsistency: daemontools and serialmail f [2001/06/30] ports/28551 ports ports/mail/faces doesn't build (linking w o [2001/07/02] ports/28658 ports new port: x11/mwheel.el o [2001/07/05] ports/28727 ports patch to make expect build WITHOUT_X11 o [2001/07/06] ports/28771 ports opendx server fails to start o [2001/07/07] ports/28796 ports New port: russian/tac+ia o [2001/07/08] ports/28812 ports New port: databases/ccc o [2001/07/09] ports/28851 ports New port: conserver-7.0.2 o [2001/07/14] ports/28964 ports New port: chat client for VChat conferenc o [2001/07/19] ports/29080 ports New port: net/icradius - IC-Radius daemon o [2001/07/19] ports/29081 ports New port: net/p5-IC-Radius o [2001/07/21] ports/29120 ports [PATCH] net/radiusd-cistron: Add PAM supp o [2001/07/25] ports/29223 ports cyrus-imapd and postfix master.8 manpage o [2001/07/25] ports/29227 ports New port: zclock time/date applet for GNO o [2001/07/28] ports/29286 ports New port: french/xtel - an emulator for t o [2001/07/29] ports/29297 ports NEW PORT: System Maintenance Aid written o [2001/07/30] ports/29332 ports Refiling New Port: ripem-2.1 o [2001/07/30] ports/29343 ports new postgresql7 port feature o [2001/07/31] ports/29346 ports New port: misc/afbackup-beta o [2001/08/01] ports/29369 ports new port for the CHTML package o [2001/08/02] ports/29392 ports Small built-time glitch in Makefile for a o [2001/08/03] ports/29418 ports New Port: www/waccess-1.1 - A Quick-N-Dir o [2001/08/03] ports/29426 ports New port: he2 - a Hebrew LaTeX oriented e o [2001/08/04] ports/29456 ports New port of blimitd (daemon to enforce lo o [2001/08/04] ports/29461 ports new port: x11-wm/bbapm (blackbox APM mete o [2001/08/04] ports/29462 ports new port: x11-wm/bbrun (blackbox run box) o [2001/08/07] ports/29514 ports new port submission: games/xlogical (SDL o [2001/08/07] ports/29519 ports X11 ports generate undef pthread refs wit o [2001/08/09] ports/29573 ports New port: A script to fetch mail from a H o [2001/08/09] ports/29590 ports [new port] www/parser-bin One more server o [2001/08/10] ports/29616 ports ports/net/generic-nqs loaddaemon does not o [2001/08/11] ports/29630 ports New port : xtexsh o [2001/08/11] ports/29637 ports New port: logjam livejournal client (prev o [2001/08/12] ports/29667 ports New port: www/mod_auth_pwcheck o [2001/08/13] ports/29674 ports diclookup-mule port which works on emacs- o [2001/08/14] ports/29711 ports New port: xjumpx -- improved version of g o [2001/08/15] ports/29731 ports minor errors in docs, install o [2001/08/17] ports/29805 ports New port: devel/c2man o [2001/08/17] ports/29836 ports New port: cyrus-imspd o [2001/08/18] ports/29843 ports StarOffice 5.2 port does not find CD-ROM o [2001/08/18] ports/29857 ports New port: www/py-websvcs o [2001/08/18] ports/29858 ports Updated port: audio/lame (3.89b) o [2001/08/20] ports/29905 ports Update port to 1.2.9.1, add doxywizard an o [2001/08/20] ports/29907 ports New port: sysutils/sha o [2001/08/21] ports/29924 ports remove port smalleiffel-0.76.b4 o [2001/08/21] ports/29948 ports Update port converters/tnef to version 1. o [2001/08/22] ports/29960 ports ports/devel/glg has a checksum error o [2001/08/23] ports/30007 ports [NEW PORT] of Gary Pearlman's unix|stat s a [2001/08/23] ports/30014 ports Installation of PHP with GD fails o [2001/08/24] ports/30029 ports new port: net/papaya-plugins (plugins for o [2001/08/24] ports/30030 ports new port: net/papaya-plugins (graphical m o [2001/08/24] ports/30050 ports New port: audio/ecawave o [2001/08/25] ports/30094 ports New port: ferite o [2001/08/26] ports/30115 ports New Port: pdnmesh a finite element progra o [2001/08/26] ports/30116 ports New Port: x86info shows interesting info o [2001/08/27] ports/30122 ports print/ttf2pt1 is compiled with freetype2 f [2001/08/28] ports/30166 ports ports o [2001/08/28] ports/30170 ports majordomo port: scripts/createuser does n f [2001/09/01] ports/30249 ports SmallEiffel update to -0.75 o [2001/09/02] ports/30274 ports isc-dhcp3 port out of date o [2001/09/04] ports/30314 ports [PATCH] Add Exim packages to CDROM 1 o [2001/09/04] ports/30332 ports OpenSSL port does not allow for upgrade o o [2001/09/05] ports/30337 ports Update to new distribution/ old one broke f [2001/09/05] ports/30358 ports new port: www/httpgrabber - HTTP traffic o [2001/09/05] ports/30361 ports Update port: russian/apache13 o [2001/09/06] ports/30368 ports New port: net/p5-RPC-XML o [2001/09/06] ports/30381 ports Updated port: textproc/latex2html (pkg-me o [2001/09/06] ports/30382 ports New port: x11-toolkits/notif2 (1.0) o [2001/09/06] ports/30395 ports New port: lang/spl o [2001/09/06] ports/30411 ports new port: mail/ricochet o [2001/09/08] ports/30431 ports ircd-hybrid fails to open logfile when st o [2001/09/09] ports/30476 ports new port o [2001/09/13] ports/30549 ports Maintainer update: Jakarta Ant 1.4 o [2001/09/13] ports/30557 ports bitchx fails to build when WITH_TCL=yes i o [2001/09/13] ports/30560 ports Typos in /usr/ports/french/staroffice52/p o [2001/09/13] ports/30569 ports Gdm won't compile o [2001/09/14] ports/30573 ports /usr/X11R6/bin/xfce_setup does not create o [2001/09/15] ports/30604 ports postgresql7 doesn't build with kerberos5 o [2001/09/16] ports/30615 ports The 'bcwipe' port installs Linux binaries o [2001/09/17] ports/30625 ports [PATCH] vmware2 patch for -current with K o [2001/09/18] ports/30643 ports ports update : ftp/pure-ftpd (roam) o [2001/09/18] ports/30646 ports New Port: astro/p5-SETI-Stats o [2001/09/18] ports/30650 ports Port Update Unix2Dos o [2001/09/18] ports/30651 ports New port: textproc/p5-WDDX o [2001/09/19] ports/30667 ports update port: mail/ezmlm-web - config file o [2001/09/19] ports/30669 ports New port: www/moinmoin o [2001/09/19] ports/30677 ports New Port: International Components for Un o [2001/09/20] ports/30698 ports New port: news/pl-slrn o [2001/09/20] ports/30701 ports setiathome port misuses the 'nobody' user o [2001/09/21] ports/30711 ports New port: C++ SOAP Library based on expat o [2001/09/21] ports/30713 ports 'gtar --version' segfaults o [2001/09/21] ports/30722 ports Update port: math/oleo o [2001/09/22] ports/30741 ports ftp.proxy's syslog facility is LOG_MAIL o [2001/09/23] ports/30761 ports Fix/upgrade port: audio/ripit [MAINTAINER o [2001/09/23] ports/30763 ports Maintainer UPDATE: net/gtk-gnutella o [2001/09/23] ports/30770 ports gnu barcode port o [2001/09/23] ports/30776 ports new port: sysutils/pkg_tree o [2001/09/24] ports/30779 ports make deinstall fails on mysql-server-3.23 o [2001/09/24] ports/30793 ports Maintainer update: devel/adabroker o [2001/09/24] ports/30799 ports New port: lang/hope o [2001/09/24] ports/30800 ports Update port: russian/apache13 o [2001/09/24] ports/30804 ports new: linux-openmotif o [2001/09/25] ports/30810 ports Wish: apcupsd port o [2001/09/25] ports/30811 ports new port o [2001/09/25] ports/30814 ports Added option to specify the mysql server o [2001/09/25] ports/30821 ports [MAINTAINER UPDATE] Fix Rexx-IMC for -CUR o [2001/09/25] ports/30822 ports New port: devel/glui o [2001/09/25] ports/30824 ports security/amavis-perl port update o [2001/09/25] ports/30826 ports NEW PORT: vterrain-sdk o [2001/09/25] ports/30827 ports NEW PORT: vterrain-apps o [2001/09/25] ports/30828 ports NEW PORT: gdal o [2001/09/25] ports/30829 ports NEW PORT: usgs-proj o [2001/09/26] ports/30840 ports [NEW PORT]: x11-fonts/mkfontalias o [2001/09/26] ports/30841 ports News port: fortuneru, contains fortune fi o [2001/09/26] ports/30845 ports New port: textproc/xerces-c: Xerces C++ X o [2001/09/26] ports/30847 ports Maintainer update for games/ifm o [2001/09/26] ports/30849 ports news/ntpcache fails compiling authinfo_pa o [2001/09/26] ports/30856 ports Updated port: mail/elm+ME - 2.4ME+94 (pat o [2001/09/26] ports/30859 ports A New Port o [2001/09/27] ports/30866 ports [Maintainer] Upgrade math/p5-Date-Handler o [2001/09/27] ports/30867 ports [Maintainer] Upgrade devel/p5-Test-Simple o [2001/09/27] ports/30868 ports [Maintainer] Upgrade devel/p5-Test-Harnes o [2001/09/27] ports/30870 ports httpd in free(): warning: recursive call o [2001/09/27] ports/30875 ports fix bug in 'prompt' variable processing i o [2001/09/27] ports/30878 ports [PATH] Fixes build of port strace for -CU o [2001/09/27] ports/30885 ports ports update : chinese/moefonts-cid o [2001/09/28] ports/30888 ports [NMU] Upgrade for security/p5-Net-SSLeay o [2001/09/28] ports/30890 ports Mark ports/devel/stlport as broken for Fr o [2001/09/28] ports/30891 ports Maintainer update: irc/{irchat-pj-*,pure- o [2001/09/28] ports/30903 ports Updated port: mail/pgp4pine (NOPORTDOCS a o [2001/09/29] ports/30910 ports New port: lang/ghc5, rename lang/ghc to l o [2001/09/29] ports/30911 ports Update devel/happy to version 1.11 o [2001/09/29] ports/30912 ports [PATCH] port editors/AbiWord fails to set o [2001/09/29] ports/30920 ports Fix environment install for databases/db3 o [2001/09/29] ports/30923 ports small fix for devel/gindent port o [2001/09/29] ports/30925 ports ifhp port update o [2001/09/29] ports/30926 ports LPRngTool port update o [2001/09/29] ports/30928 ports ifhp port update o [2001/09/30] ports/30929 ports [net/pppoa] use usbd to initialize USB AD o [2001/09/30] ports/30930 ports maintainer-update mail/mutt-devel o [2001/09/30] ports/30932 ports maintainer update: net/samplicator o [2001/09/30] ports/30933 ports New port : lang/linux-j o [2001/09/30] ports/30934 ports new port: net/stools o [2001/09/30] ports/30936 ports pips-sc880 installed script contains inco o [2001/09/30] ports/30937 ports pnet 1.2 -> 1.6 o [2001/09/30] ports/30942 ports New port: Pike 7.0 from CVS o [2001/09/30] ports/30943 ports [MAINTAINER UPDATE] doxygen 1.2.10_1 -> 1 o [2001/09/30] ports/30950 ports port update : chinese/aterm with XIM path o [2001/10/01] ports/30953 ports New port: net/p5-Net-ParseWhois o [2001/10/01] ports/30954 ports o [2001/10/01] ports/30955 ports [UPDATE]: x11/gdm o [2001/10/01] ports/30956 ports update to ports/net/gq o [2001/10/01] ports/30957 ports New port: japanese/gqmpeg o [2001/10/01] ports/30960 ports New Port: net/scdp o [2001/10/01] ports/30962 ports Update: java/cos (fix distfile checksum) o [2001/10/01] ports/30963 ports Make net/generic-nqs honor CFLAGS 219 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 11:10:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 951C037B43F for ; Mon, 1 Oct 2001 11:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91IA0297779; Mon, 1 Oct 2001 11:10:00 -0700 (PDT) (envelope-from gnats) Received: from femail47.sdc1.sfba.home.com (femail47.sdc1.sfba.home.com [24.254.60.41]) by hub.freebsd.org (Postfix) with ESMTP id 9EC2237B40D for ; Mon, 1 Oct 2001 11:00:58 -0700 (PDT) Received: from cheshire.blacktabby.org ([24.9.168.244]) by femail47.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011001180058.LBNR9922.femail47.sdc1.sfba.home.com@cheshire.blacktabby.org> for ; Mon, 1 Oct 2001 11:00:58 -0700 Received: by cheshire.blacktabby.org (Postfix, from userid 1000) id 628465A23; Sun, 30 Sep 2001 12:28:05 -0700 (PDT) Message-Id: <20010930192805.628465A23@cheshire.blacktabby.org> Date: Sun, 30 Sep 2001 12:28:05 -0700 (PDT) From: Adam Kranzel Reply-To: Adam Kranzel To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30964: Maintainer update: games/slashem-tty Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30964 >Category: ports >Synopsis: Maintainer update: games/slashem-tty >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 11:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Adam Kranzel >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD cheshire.blacktabby.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Sep 24 09:25:51 PDT 2001 adam@cheshire.blacktabby.org:/usr/obj/usr/src/sys/CHESHIRE-NODEBUG i386 >Description: Update to a new version of Slash'Em (0.0.6e4f5), which fixes a number of serious bugs. Fix pkg-plist to properly support PORTDOCS. Change the maintainer email to my new one. >How-To-Repeat: n/a >Fix: diff -ruN slashem-tty.good/Makefile slashem-tty/Makefile --- slashem-tty.good/Makefile Tue Jun 26 13:28:23 2001 +++ slashem-tty/Makefile Sun Sep 30 12:17:02 2001 @@ -6,19 +6,19 @@ # PORTNAME= slashem -PORTVERSION= 0.0.6E.4F.4 +PORTVERSION= 0.0.6E.4F.5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMESUFFIX= -tty -DISTNAME= se006e4f4 +DISTNAME= se006e4f5 -MAINTAINER= adam@alameda.edu +MAINTAINER= adam@blacktabby.org USE_GMAKE= yes MAN6= dgn_comp.6 dlb.6 lev_comp.6 slashem-tty.6 recover.6 -WRKSRC= ${WRKDIR}/slashem-0.0.6E4F4 +WRKSRC= ${WRKDIR}/slashem-0.0.6E4F5 post-patch: ${PERL} -pi -e "s@/usr/local@${PREFIX}@g" ${WRKSRC}/include/config.h @@ -32,9 +32,9 @@ @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} - ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/slashem${PKGNAMESUFFIX} - ${CP} ${WRKSRC}/slamfaq.txt ${PREFIX}/share/doc/slashem${PKGNAMESUFFIX} - ${CP} ${FILESDIR}/sample.slashemrc ${PREFIX}/share/doc/slashem${PKGNAMESUFFIX} + ${INSTALL_MAN} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/slashem${PKGNAMESUFFIX} + ${INSTALL_MAN} ${WRKSRC}/slamfaq.txt ${PREFIX}/share/doc/slashem${PKGNAMESUFFIX} + ${INSTALL_MAN} ${FILESDIR}/sample.slashemrc ${PREFIX}/share/doc/slashem${PKGNAMESUFFIX} .endif @${CAT} ${PKGMESSAGE} diff -ruN slashem-tty.good/distinfo slashem-tty/distinfo --- slashem-tty.good/distinfo Tue Jun 26 13:28:23 2001 +++ slashem-tty/distinfo Sun Sep 30 12:17:02 2001 @@ -1 +1 @@ -MD5 (se006e4f4.tar.gz) = 7899a948c64ed4d4e716c1080e1bb980 +MD5 (se006e4f5.tar.gz) = ab03bfcc47f71bcfbb943102a6cb36cb diff -ruN slashem-tty.good/pkg-plist slashem-tty/pkg-plist --- slashem-tty.good/pkg-plist Wed Jul 25 23:26:18 2001 +++ slashem-tty/pkg-plist Sun Sep 30 12:17:02 2001 @@ -5,10 +5,9 @@ @exec chmod 2755 %D/share/slashem-tty/save @exec chown games:games %D/share/slashem-tty/save @unexec rm -rf %D/share/slashem-tty/save -@exec chmod -R 775 %D/share/doc/slashem-tty -share/doc/slashem-tty/Guidebook.txt -share/doc/slashem-tty/slamfaq.txt -share/doc/slashem-tty/sample.slashemrc +%%PORTDOCS%%share/doc/slashem-tty/Guidebook.txt +%%PORTDOCS%%share/doc/slashem-tty/slamfaq.txt +%%PORTDOCS%%share/doc/slashem-tty/sample.slashemrc share/slashem-tty/license share/slashem-tty/nhshare share/slashem-tty/nhushare @@ -17,4 +16,4 @@ share/slashem-tty/record share/slashem-tty/perm @dirrm share/slashem-tty -@dirrm share/doc/slashem-tty +%%PORTDOCS%%@dirrm share/doc/slashem-tty >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 11:33:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 2C47337B40F for ; Mon, 1 Oct 2001 11:33:37 -0700 (PDT) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.6/8.11.4) id f91IXRo06119; Mon, 1 Oct 2001 20:33:27 +0200 (CEST) (envelope-from stijn) Date: Mon, 1 Oct 2001 20:33:27 +0200 From: Stijn Hoop To: Dan Langille Cc: ports@FreeBSD.ORG Subject: Re: port trees which are not chmod root:wheel Message-ID: <20011001203327.A5887@pcwin002.win.tue.nl> References: <3BB86D7B.28940.44B171@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BB86D7B.28940.44B171@localhost>; from dan@langille.org on Mon, Oct 01, 2001 at 01:19:55PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Oct 01, 2001 at 01:19:55PM -0400, Dan Langille wrote: > I have need to use a a ports tree which is not chmod root:wheel. This tree s/chmod/chown/ > will be used exclusively by FreshPorts. Is anyone already using a non > root:wheel ports tree? I'm guessing that I just need to run cvsup as the > uid which owns the tree and all will be well. Suggestions/comments welcomed > here. No problems in actual use - although a very few ports will not *build* as a non-root user (converters/libiconv comes to mind), the majority works flawlessly here: [stijn@firsa] <~> ls -ld /usr/ports drwxr-xr-x 55 src src 1536 Sep 25 05:30 /usr/ports Note that this is not writable for me, so I set WRKDIRPREFIX in /etc/make.conf to something like /local/build - if you can't write to $WRKDIR, the system will barf. --Stijn -- "I'm not under the alkafluence of inkahol that some thinkle peep I am. It's just the drunker I sit here the longer I get." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 11:53:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id 7067637B407 for ; Mon, 1 Oct 2001 11:53:51 -0700 (PDT) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id f91IrbJ35141; Tue, 2 Oct 2001 06:53:38 +1200 (NZST) (envelope-from dan@langille.org) From: "Dan Langille" Organization: novice in training To: Stijn Hoop Date: Mon, 1 Oct 2001 14:53:27 -0400 MIME-Version: 1.0 Subject: Re: port trees which are not chmod root:wheel Reply-To: dan@langille.org Cc: ports@FreeBSD.ORG Message-ID: <3BB88367.29449.9A51B6@localhost> In-reply-to: <20011001203327.A5887@pcwin002.win.tue.nl> References: <3BB86D7B.28940.44B171@localhost>; from dan@langille.org on Mon, Oct 01, 2001 at 01:19:55PM -0400 X-mailer: Pegasus Mail for Win32 (v4.0, beta 40) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 1 Oct 2001 at 20:33, Stijn Hoop wrote: > On Mon, Oct 01, 2001 at 01:19:55PM -0400, Dan Langille wrote: > > I have need to use a a ports tree which is not chmod root:wheel. This > > tree > > s/chmod/chown/ Doh, thanks. That's what I meant.... and what I used. I've already chown'd the tree. Now I'm just waiting for a commit to come through. > > will be used exclusively by FreshPorts. Is anyone already using a non > > root:wheel ports tree? I'm guessing that I just need to run cvsup as > > the uid which owns the tree and all will be well. Suggestions/comments > > welcomed here. > > No problems in actual use - although a very few ports will not *build* as > a non-root user (converters/libiconv comes to mind), the majority works > flawlessly here: > > [stijn@firsa] <~> ls -ld /usr/ports > drwxr-xr-x 55 src src 1536 Sep 25 05:30 /usr/ports I don't be building ports in this tree. Just running a large number of "make -V" commands. If I did want to build from the tree, I'd run as root. > Note that this is not writable for me, so I set WRKDIRPREFIX in > /etc/make.conf to something like /local/build - if you can't write to > $WRKDIR, the system will barf. Ahhh! Now that's a good tip. thank you. -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 12:23:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from trinity.magpage.com (trinity.magpage.com [216.155.0.8]) by hub.freebsd.org (Postfix) with ESMTP id 3056537B401; Mon, 1 Oct 2001 12:23:23 -0700 (PDT) Received: from magpage.com (dfrazier@poomba.magpage.com [216.155.24.136]) by trinity.magpage.com (8.11.6/8.11.3) with ESMTP id f91JNMp91151; Mon, 1 Oct 2001 15:23:22 -0400 (EDT) Message-ID: <3BB8C2A9.50003@magpage.com> Date: Mon, 01 Oct 2001 15:23:21 -0400 From: Daniel Frazier User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.3) Gecko/20010807 X-Accept-Language: en-us MIME-Version: 1.0 To: Maxim Sobolev Cc: ports@FreeBSD.ORG Subject: Re: GNOME megaupdate [gal/gtkhtml/gnomevfs/bonobo/evolution/sodipodi] References: <3BB46CF1.C5FEED65@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-RRT-Status: UNKNOWN Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Maxim Sobolev wrote: > Hi Gnome'rs! > > Attached please find a patch that updates four core GNOME > components and two applications included into GNOME metaport > to the latest versions. Please test this patch and report > any problems. If there are no serious problems I'm planning > to commit it at the very beginning of the next week. > has this been commited yet? I'm setting up a new personal box and I'd like to wait till it has before I start compiling gnome stuff. TIA. -- ---------------------------------------------------------------------- Daniel Frazier Tel: 302-239-5900 Ext. 231 Systems Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, Historical Review of Pennsylvania, 1759. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 12:34:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from raq3.onecall.net (Raq3.OneCall.Net [216.37.2.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E1B337B401 for ; Mon, 1 Oct 2001 12:34:52 -0700 (PDT) Received: from paul (www.cytranz.com [216.37.43.147]) by raq3.onecall.net (8.9.3/8.9.3) with ESMTP id OAA08593; Mon, 1 Oct 2001 14:34:43 -0500 Received: from 10.0.0.8 by paul ([10.0.0.101] running VPOP3) with SMTP; Mon, 1 Oct 2001 14:29:40 -0500 From: "Jeff Hertig" To: Cc: Subject: FreeBSD Port: unixODBC-2.0.9 Date: Mon, 1 Oct 2001 14:28:07 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 X-Server: VPOP3 V1.4.0e - Registered to: Cytranz Inc. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org please help! I am trying to get unixODBC running on my freebsd 4.1 machine. The package doesn't install the DataManager or the ODBCConfig programs. When I try to build the package myself I get the following errors on the "make install": touch /usr/local/etc/odbcinst.ini touch /usr/local/etc/odbc.ini echo "[TXT]" > txt_tmp.ini echo "Description = Text file driver" >> txt_tmp.ini echo "Driver = /usr/local/lib/libodbctxt.so" >> txt_tmp.ini echo "Setup = /usr/local/lib/libodbctxtS.so" >> txt_tmp.ini /usr/local/bin/odbcinst -d -i -f txt_tmp.ini [odbcinst] Driver installed. Usage count increased to 2. Target directory is /usr/lib ===> Generating temporary packing list usage: mkdir [-pv] [-m mode] directory ... *** Error code 64 Stop in /usr/ports/databases/unixODBC-2.0.9. *** Error code 1 Stop in /usr/ports/databases/unixODBC-2.0.9. *** Error code 1 Stop in /usr/ports/databases/unixODBC-2.0.9. I looked for the binarys for these programs after the make. It doesn't look like they are being built. Is there something simple I'm missing? Thanks, Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 12:36:23 2001 Delivered-To: freebsd-ports@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 7AC5837B40D; Mon, 1 Oct 2001 12:36:18 -0700 (PDT) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id f91JZNP98053; Mon, 1 Oct 2001 15:35:23 -0400 (EDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) with ESMTP id f91JbKX40651; Mon, 1 Oct 2001 15:37:21 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Mon, 1 Oct 2001 15:37:20 -0400 (EDT) From: Joe Clarke To: Daniel Frazier Cc: Maxim Sobolev , Subject: Re: GNOME megaupdate [gal/gtkhtml/gnomevfs/bonobo/evolution/sodipodi] In-Reply-To: <3BB8C2A9.50003@magpage.com> Message-ID: <20011001153658.M40526-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Looks like it was committed late last night (9/30/2001). Joe On Mon, 1 Oct 2001, Daniel Frazier wrote: > Maxim Sobolev wrote: > > Hi Gnome'rs! > > > > Attached please find a patch that updates four core GNOME > > components and two applications included into GNOME metaport > > to the latest versions. Please test this patch and report > > any problems. If there are no serious problems I'm planning > > to commit it at the very beginning of the next week. > > > > has this been commited yet? I'm setting up a new personal box and I'd > like to wait till it has before I start compiling gnome stuff. TIA. > > -- > ---------------------------------------------------------------------- > Daniel Frazier Tel: 302-239-5900 Ext. 231 > Systems Administrator Fax: 302-239-3909 > MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ > > "They that can give up essential liberty to obtain a little temporary > safety deserve neither liberty nor safety." > - Benjamin Franklin, Historical Review of Pennsylvania, 1759. > > > > 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 Mon Oct 1 12:57:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E80A37B405; Mon, 1 Oct 2001 12:57:33 -0700 (PDT) Received: (from keichii@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91Jlrk16695; Mon, 1 Oct 2001 12:47:53 -0700 (PDT) (envelope-from keichii) Date: Mon, 1 Oct 2001 12:47:53 -0700 (PDT) From: Message-Id: <200110011947.f91Jlrk16695@freefall.freebsd.org> To: gugod@gugod.org, keichii@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30950: port update : chinese/aterm with XIM path Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: port update : chinese/aterm with XIM path State-Changed-From-To: open->closed State-Changed-By: keichii State-Changed-When: Mon Oct 1 12:47:37 PDT 2001 State-Changed-Why: Committed, Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30950 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 13: 0: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A61D37B40A for ; Mon, 1 Oct 2001 13:00:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91K04817930; Mon, 1 Oct 2001 13:00:04 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 447BC37B405 for ; Mon, 1 Oct 2001 12:53:15 -0700 (PDT) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.6) id f91JrDU96356; Mon, 1 Oct 2001 15:53:14 -0400 (EDT) (envelope-from pat) Message-Id: <200110011953.f91JrDU96356@cc92687-a.wlgrv1.pa.home.com> Date: Mon, 1 Oct 2001 15:53:14 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30967: Update port: games/mahjong Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30967 >Category: ports >Synopsis: Update port: games/mahjong >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 13:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 29 17:22:31 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: update port >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/games/mahjong/Makefile mahjong/Makefile --- /usr/ports/games/mahjong/Makefile Thu Sep 6 04:06:51 2001 +++ mahjong/Makefile Mon Oct 1 15:47:04 2001 @@ -7,7 +7,7 @@ # PORTNAME= mahjong -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= games net MASTER_SITES= http://www.stevens-bradfield.com/MahJong/Source/ DISTNAME= mj-${PORTVERSION}-src diff -ruN /usr/ports/games/mahjong/distinfo mahjong/distinfo --- /usr/ports/games/mahjong/distinfo Thu Sep 6 04:06:51 2001 +++ mahjong/distinfo Mon Oct 1 15:47:17 2001 @@ -1 +1 @@ -MD5 (mj-1.2.2-src.tar.gz) = 9d35d53f14b2113f2d90bc9aa39ccd92 +MD5 (mj-1.2.3-src.tar.gz) = 8f8b6b0b15cd86fa72fe92b29d0d3c5d >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 13:39:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ginsberg.uol.com.br (ginsberg.uol.com.br [200.231.206.26]) by hub.freebsd.org (Postfix) with ESMTP id 68F6337B40E for ; Mon, 1 Oct 2001 13:39:24 -0700 (PDT) Received: from 200.181.49.18 ([200.181.49.18]) by ginsberg.uol.com.br (8.9.1/8.9.1) with ESMTP id RAA02897 for ; Mon, 1 Oct 2001 17:37:18 -0300 (BRT) Received: (qmail 1160 invoked by uid 1001); 1 Oct 2001 20:39:01 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Mon, 1 Oct 2001 17:38:38 -0300 To: Dan Langille Cc: ports@FreeBSD.ORG Subject: Re: port trees which are not chmod root:wheel Message-ID: <20011001173838.A855@exxodus.fedaykin.here> References: <3BB86D7B.28940.44B171@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BB86D7B.28940.44B171@localhost>; from dan@langille.org on Mon, Oct 01, 2001 at 01:19:33PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Oct 01, 2001 at 01:19:33PM -0400, Dan Langille wrote: > I have need to use a a ports tree which is not chmod root:wheel. This tree will be used > exclusively by FreshPorts. Is anyone already using a non root:wheel ports tree? I'm guessing > that I just need to run cvsup as the uid which owns the tree and all will be well. > Suggestions/comments welcomed here. Shouldn't be a problem. I cvsup doc/ports/src with non-root uids. I can build too. :) Only thing I do as root is install. Regards, -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 13:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1224437B407 for ; Mon, 1 Oct 2001 13:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91Ko1Z27087; Mon, 1 Oct 2001 13:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 711FD37B40E for ; Mon, 1 Oct 2001 13:44:04 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91Ki4P26354; Mon, 1 Oct 2001 13:44:04 -0700 (PDT) (envelope-from nobody) Message-Id: <200110012044.f91Ki4P26354@freefall.freebsd.org> Date: Mon, 1 Oct 2001 13:44:04 -0700 (PDT) From: Volker Jahns To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30969: mkisofs path grafting will not work Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30969 >Category: ports >Synopsis: mkisofs path grafting will not work >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 13:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Volker Jahns >Release: FreeBSD 4.3-RELEASE (PEGASUS) >Organization: Thalreit/DE >Environment: FreeBSD pegasus.thalreit 4.3-RELEASE FreeBSD 4.3-RELEASE #1: Mon Aug 13 21:24:43 CEST 2001 volker@pegasus.thalreit:/usr/src/sys/compile/PEGASUS i386 >Description: mkisofs will not do path grafting, i.e. mapping recorded file paths onto some different file path on the isofs file image. >How-To-Repeat: first create directories dummy/hermes mkisofs -r -o /tmp/test.raw dummy/hermes=. mkisofs: No such file or directory. Invalid node - dummy/hermes=. >Fix: Running mkisofs w/ same options under SuSE 7.0 LINUX works fine: (this in an automounter environment!) mkisofs -r -o /tmp/test.raw dummy/hermes=. Using CSH.000;1 for ./etc/csh.logout (csh.login) Using SERVICE.000;1 for ./etc/mail/service.switch-nodns (service.switch) Using XMONISDN.000;1 for ./etc/isdn/xmonisdn-netdown (xmonisdn-netup) ... blubber ... 1495 extents written (2 Mb) then mounting: mount -t iso9660 -o ro,loop=/dev/loop1 /tmp/test.raw /cdrom >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 13:57:31 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 451C437B40B; Mon, 1 Oct 2001 13:57:29 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91Kn6927013; Mon, 1 Oct 2001 13:49:06 -0700 (PDT) (envelope-from lioux) Date: Mon, 1 Oct 2001 13:49:06 -0700 (PDT) From: Message-Id: <200110012049.f91Kn6927013@freefall.freebsd.org> To: pat@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30967: Update port: games/mahjong Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: games/mahjong State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Mon Oct 1 13:48:56 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30967 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 16: 0:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 656A837B40F for ; Mon, 1 Oct 2001 16:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91N01s48001; Mon, 1 Oct 2001 16:00:01 -0700 (PDT) (envelope-from gnats) Received: from aeon.conundrum.com (aeon.conundrum.com [216.191.219.140]) by hub.freebsd.org (Postfix) with ESMTP id C5E1737B40F for ; Mon, 1 Oct 2001 15:53:27 -0700 (PDT) Received: (from mattp@localhost) by aeon.conundrum.com (8.9.3/8.9.2) id SAA61638; Mon, 1 Oct 2001 18:53:22 -0400 (EDT) (envelope-from mattp) Message-Id: <200110012253.SAA61638@aeon.conundrum.com> Date: Mon, 1 Oct 2001 18:53:22 -0400 (EDT) From: mattp@conundrum.com Reply-To: mattp@conundrum.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/30973: ports update: sysutils/sarah Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30973 >Category: ports >Synopsis: update to port sysutils/sarah >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 16:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Matt Pounsett >Release: FreeBSD 3.4-RC i386 >Organization: >Environment: >Description: diff -ruN sarah-0.6b/Makefile sarah/Makefile --- sarah-0.6b/Makefile Sun Feb 25 23:12:30 2001 +++ sarah/Makefile Mon Oct 1 18:44:30 2001 @@ -6,7 +6,7 @@ # PORTNAME= sarah -PORTVERSION= 0.6b +PORTVERSION= 0.7b CATEGORIES= sysutils MASTER_SITES= ftp://ftp.conundrum.com/pub/sarah/ @@ -29,6 +29,7 @@ ${MKDIR} ${PREFIX}/share/doc/sarah ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/sarah ${INSTALL_MAN} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/sarah + ${INSTALL_MAN} ${WRKSRC}/TODO ${PREFIX}/share/doc/sarah .endif .include diff -ruN sarah-0.6b/distinfo sarah/distinfo --- sarah-0.6b/distinfo Sun Feb 25 23:12:30 2001 +++ sarah/distinfo Mon Oct 1 18:43:12 2001 @@ -1 +1 @@ -MD5 (sarah-0.6b.tar.gz) = af184d26768034c28108a34f996ff600 +MD5 (sarah-0.7b.tar.gz) = 77cb587f2416966d98258917979d1bce diff -ruN sarah-0.6b/pkg-descr sarah/pkg-descr --- sarah-0.6b/pkg-descr Mon Jan 10 14:31:24 2000 +++ sarah/pkg-descr Mon Oct 1 18:45:13 2001 @@ -1,3 +1,3 @@ -Sarah is a program which is used to trim, rotate, archive and delete log +Sarah is a program which is used to rotate, archive, compress and delete log files. It is meant to run periodically out of cron, determining what to do based on a configuration file. diff -ruN sarah-0.6b/pkg-plist sarah/pkg-plist --- sarah-0.6b/pkg-plist Mon Jan 17 19:33:26 2000 +++ sarah/pkg-plist Mon Oct 1 18:45:24 2001 @@ -2,4 +2,5 @@ etc/sarah.conf.sample share/doc/sarah/README share/doc/sarah/CHANGES +share/doc/sarah/TODO @dirrm share/doc/sarah >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 Oct 1 16:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ACD7437B40C for ; Mon, 1 Oct 2001 16:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91NK1x53198; Mon, 1 Oct 2001 16:20:01 -0700 (PDT) (envelope-from gnats) Received: from mail.tgd.net (rand.tgd.net [64.81.67.117]) by hub.freebsd.org (Postfix) with SMTP id 06D3837B40D for ; Mon, 1 Oct 2001 16:15:26 -0700 (PDT) Received: (qmail 13068 invoked by uid 1001); 1 Oct 2001 23:15:21 -0000 Message-Id: <20011001231521.13067.qmail@rand.tgd.net> Date: 1 Oct 2001 23:15:21 -0000 From: Sean Chittenden Reply-To: Sean Chittenden To: FreeBSD-gnats-submit@freebsd.org Cc: seang@mha.ca X-Send-Pr-Version: 3.113 Subject: ports/30974: pspell doesn't add the modules needed for php Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30974 >Category: ports >Synopsis: pspell doesn't add the modules needed for php >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 16:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sean Chittenden >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD rand.tgd.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Tue Sep 25 10:14:33 PDT 2001 sean@rand.tgd.net:/usr/obj/usr/src/sys/RAND i386 >Description: When pspell is built via the ports, it doesn't run the add-modules script so that the functionality is available to PHP or other external programs (?). >How-To-Repeat: Test any PHP page that uses pspell. >Fix: cd textproc/pspell make cd work/pspell-.12.2/modules <- ./add-modules <- gmake <- gmake install <- cd ../../../ <- make install clean >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 16:44:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by hub.freebsd.org (Postfix) with ESMTP id 5B1CD37B40F for ; Mon, 1 Oct 2001 16:44:41 -0700 (PDT) Received: from dagger.cc.vt.edu (IDENT:mirapoint@dagger.cc.vt.edu [198.82.161.182]) by lennier.cc.vt.edu (8.11.4/8.11.4) with ESMTP id f91NhjM365849; Mon, 1 Oct 2001 19:43:45 -0400 (EDT) Received: from mail.vt.edu (gkar.cc.vt.edu [198.82.161.190]) by dagger.cc.vt.edu (Mirapoint) with ESMTP id ALF81627; Mon, 1 Oct 2001 19:43:44 -0400 (EDT) Received: from enterprise.muriel.penguinpowered.com ([198.82.100.125]) by gkar.cc.vt.edu (Sun Internet Mail Server sims.3.5.2001.05.04.11.50.p10) with ESMTP id <0GKJ00I0AWKVFU@gkar.cc.vt.edu>; Mon, 1 Oct 2001 19:43:43 -0400 (EDT) Date: Mon, 01 Oct 2001 19:40:14 -0400 (EDT) From: Mike Heffner Subject: Re: ports/30946: mail/xfmail does not compile In-reply-to: <024201c14a99$db60f220$7d7885c0@genroco.com> To: "Scot W. Hetzel" Cc: freebsd-ports@FreeBSD.ORG, Jochem Kossen Message-id: MIME-version: 1.0 X-Mailer: XFMail 1.5.1 on FreeBSD Content-type: multipart/signed; boundary="_=XFMail.1.5.1.FreeBSD:20011001194014:422=_"; micalg=pgp-md5; protocol="application/pgp-signature" X-Priority: 3 (Normal) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This message is in MIME format --_=XFMail.1.5.1.FreeBSD:20011001194014:422=_ Content-Type: text/plain; charset=us-ascii On 01-Oct-2001 Scot W. Hetzel wrote: |> | A dependency on the misc/compat3 port needs to be added to this port. | Cool, I didn't know that the compat3x libraries could be installed as a port. Anyways, I've just added compat3x as a lib. depend for the XForms port. Mike -- Mike Heffner Blacksburg, VA --_=XFMail.1.5.1.FreeBSD:20011001194014:422=_ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7uP7eFokZQs3sv5kRAowqAJ92UM9Zhf7/qfe7jPLhnzR/nwOtJACbBwP1 GxRUkDe4mA4mB0Bl959kcQw= =E7sQ -----END PGP SIGNATURE----- --_=XFMail.1.5.1.FreeBSD:20011001194014:422=_-- End of MIME message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 17:40: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B103137B40E for ; Mon, 1 Oct 2001 17:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f920e3i71793; Mon, 1 Oct 2001 17:40:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 1 Oct 2001 17:40:03 -0700 (PDT) Message-Id: <200110020040.f920e3i71793@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jun Kuriyama Subject: Re: ports/30761: Fix/upgrade port: audio/ripit [MAINTAINER] Reply-To: Jun Kuriyama Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/30761; it has been noted by GNATS. From: Jun Kuriyama To: oyvindmo@initio.no Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/30761: Fix/upgrade port: audio/ripit [MAINTAINER] Date: Tue, 02 Oct 2001 09:33:25 +0900 It seems submitted version depends on lame to retrieve genre list. Should this port depends on lame although users can choose another encoder? # And latest lame port seems not to have --genre-list option... -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 18:13: 9 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pris.polaris.ca (pris.polaris.ca [199.247.156.218]) by hub.freebsd.org (Postfix) with SMTP id 59FFA37B40B for ; Mon, 1 Oct 2001 18:13:06 -0700 (PDT) Received: (qmail 50861 invoked by uid 85); 2 Oct 2001 01:16:13 -0000 Received: from tornado.northwestel.net (HELO tornado) (216.126.126.210) by 0 with SMTP; 2 Oct 2001 01:16:12 -0000 From: "Seamus.Venasse" To: Subject: Storing Options Date: Mon, 1 Oct 2001 18:16:03 -0700 Message-ID: <003d01c14adf$ce9f66c0$d27e7ed8@POLARIS.CA> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! Is there a preferred way of storing which options a user selects when installing a port? For example, if you have an pkg_install script which modifies configuration files depending on which user option was selected, have it so that your pkg_deinstall script unmodifies the existing (ie: sendmail) configuration files again to the original state. ie: make WITH_XXX=yes WITH_YYY=yes install I would like to store these options, WITH_XXX and WITH_YYY, to some file that my pkg_deinstall script would "learn" about. Is there a preferred way, or am I free to devise my own plan... like create a file in the ${LOCALBASE}/share/doc/{portname} directory? Thanks, Seamus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 19:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C6C237B40F for ; Mon, 1 Oct 2001 19:30:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f922U0X88625; Mon, 1 Oct 2001 19:30:00 -0700 (PDT) (envelope-from gnats) Received: from femail25.sdc1.sfba.home.com (femail25.sdc1.sfba.home.com [24.254.60.15]) by hub.freebsd.org (Postfix) with ESMTP id A5B4737B405 for ; Mon, 1 Oct 2001 19:24:53 -0700 (PDT) Received: from cc158233-a.catv1.md.home.com ([24.3.25.17]) by femail25.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011002022452.ZOOF11797.femail25.sdc1.sfba.home.com@cc158233-a.catv1.md.home.com> for ; Mon, 1 Oct 2001 19:24:52 -0700 Received: (from sjr@localhost) by cc158233-a.catv1.md.home.com (8.11.6/8.11.6) id f922Opl00710; Mon, 1 Oct 2001 22:24:52 -0400 (EDT) (envelope-from sjr) Message-Id: <200110020224.f922Opl00710@cc158233-a.catv1.md.home.com> Date: Mon, 1 Oct 2001 22:24:52 -0400 (EDT) From: "Stephen J. Roznowski" Reply-To: "Stephen J. Roznowski" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30978: NEW PORT sysutils/p5-Parse-Syslog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30978 >Category: ports >Synopsis: NEW PORT sysutils/p5-Parse-Syslog >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 19:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Stephen J. Roznowski >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: >Description: Parse::Syslog presents a simple interface to parse syslog files: you create a parser on a file (with new) and call next to get one line at a time with Unix-timestamp, host, program, pid and text returned in a hash-reference. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Parse-Syslog # p5-Parse-Syslog/Makefile # p5-Parse-Syslog/distinfo # p5-Parse-Syslog/pkg-comment # p5-Parse-Syslog/pkg-descr # p5-Parse-Syslog/pkg-plist # echo c - p5-Parse-Syslog mkdir -p p5-Parse-Syslog > /dev/null 2>&1 echo x - p5-Parse-Syslog/Makefile sed 's/^X//' >p5-Parse-Syslog/Makefile << 'END-of-p5-Parse-Syslog/Makefile' X# New ports collection makefile for: p5-Parse-Syslog X# Date created: 27 August 2001 X# Whom: Stephen Roznowski (sjr@home.com) X# X# $FreeBSD$ X# X XPORTNAME= Parse-Syslog XPORTVERSION= 0.03 XCATEGORIES= sysutils perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Parse-Syslog XPKGNAMEPREFIX= p5- X XMAINTAINER= ports@FreeBSD.org X XPERL_CONFIGURE= YES X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Parse::Syslog.3 X X.include END-of-p5-Parse-Syslog/Makefile echo x - p5-Parse-Syslog/distinfo sed 's/^X//' >p5-Parse-Syslog/distinfo << 'END-of-p5-Parse-Syslog/distinfo' XMD5 (Parse-Syslog-0.03.tar.gz) = 1cfe359fd8a9a297fcf72ed48258987e END-of-p5-Parse-Syslog/distinfo echo x - p5-Parse-Syslog/pkg-comment sed 's/^X//' >p5-Parse-Syslog/pkg-comment << 'END-of-p5-Parse-Syslog/pkg-comment' XPerl5 routines that present a simple interface to parse syslog files END-of-p5-Parse-Syslog/pkg-comment echo x - p5-Parse-Syslog/pkg-descr sed 's/^X//' >p5-Parse-Syslog/pkg-descr << 'END-of-p5-Parse-Syslog/pkg-descr' XParse::Syslog presents a simple interface to parse syslog Xfiles: you create a parser on a file (with new) and call Xnext to get one line at a time with Unix-timestamp, host, Xprogram, pid and text returned in a hash-reference. END-of-p5-Parse-Syslog/pkg-descr echo x - p5-Parse-Syslog/pkg-plist sed 's/^X//' >p5-Parse-Syslog/pkg-plist << 'END-of-p5-Parse-Syslog/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Parse/Syslog.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Parse/Syslog/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Parse/Syslog X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Parse 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Parse 2>/dev/null || true END-of-p5-Parse-Syslog/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 Oct 1 19:40:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 349BB37B40C for ; Mon, 1 Oct 2001 19:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f922e2789504; Mon, 1 Oct 2001 19:40:02 -0700 (PDT) (envelope-from gnats) Received: from shiva.tri.asanuma.co.jp (shiva.tri.asanuma.co.jp [210.160.188.2]) by hub.freebsd.org (Postfix) with ESMTP id CE9D537B40C for ; Mon, 1 Oct 2001 19:30:47 -0700 (PDT) Received: from yashoda.tri.asanuma.co.jp (yashoda.tri.asanuma.co.jp [172.16.57.11]) by shiva.tri.asanuma.co.jp (Postfix) with ESMTP id 433A65444 for ; Tue, 2 Oct 2001 11:30:45 +0900 (JST) Received: from localhost (kurishna.tri.asanuma.co.jp [172.16.57.2]) by yashoda.tri.asanuma.co.jp (8.11.0/8.11.0) with ESMTP id f922Uix05336; Tue, 2 Oct 2001 11:30:44 +0900 (JST) Message-Id: <20011002.113043.49201503.mori@tri.asanuma.co.jp> Date: Tue, 02 Oct 2001 11:30:43 +0900 (JST) From: MORI Kouji To: FreeBSD-gnats-submit@freebsd.org Subject: ports/30979: New port for "txfonts" TeX's font package Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30979 >Category: ports >Synopsis: New port for "txfonts" TeX's font package >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 19:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Koji Mori >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD kurishna.tri.asanuma.co.jp 4.4-STABLE FreeBSD 4.4-STABLE #59: Tue Sep 18 15:28:43 JST 2001 root@kurishna.tri.asanuma.co.jp:/opt/FreeBSD-RELENG_4/obj/opt/FreeBSD-RELENG_4/src/sys/KOTONE i386 >Description: TXFonts is for TeX fontset to use PostScript font (Times, Helvetica) intead of Computer Modern font. WWW: http://www.utdallas.edu/~ryoung/txfonts/ >How-To-Repeat: >Fix: begin 644 txfonts.tar.gz M'XL(`/\BN3L``^Q::8\<1W+5U^E?T0M1@-;&#O,^M*:Q(W(H#T3.$)R1ENN+ MR'/5NW.ANREW6^!_]\OJZ:K,5A5%P>;Z@SV`Q(K.C,C(R#A>9-5ZD^]NUZO' MGWW"O[D@6LKY9_,YU5(__$O*O_L_,I]K+A5CE$N.8:(Y^VPN/Z52^[]WJ[5; MSN>?W=PM%Q^>EY9_"WW^QG_KA_-_Z?Z:\N(Z?8HU*"%*B*GSIT*2_OP)5PP_ M,4G49W/R*90Y_/L_?OZ?S\_3?\SO[Y;KU3S<75^GL%[+U/Z^O+9(U"S5Q>OK\Y/7IX^Z<667[X_?7UY=G'^Y(@?TV,Z>WIR M=?H-9)Q>/CFZ7RYNU[.7)Y=7IZ_?7IY=E=^.'OU4_?#VZO3-VZ=7)^?OZVEO M+[_[^MG9ZR='.P_?K_;L[/+J^=D+2)G_ZPQRGE^<7UV^/7G^\JO++_[]"Y=O M'G_QOAZY>AA9_VSD^^?=P(_YD.-/KTYI-W2??3_V[/NS5\\>9,4?%_>QDE?& M+ON15?_["YCA3??[XO;^W1J_#^K_?3'@VWNW#C_0X_]KDX=BMW^^[&'8>[X[]@3A'=&VUOKN\N3]_^ M\]FK)T?;M.J7.'E>C'SR^AL_B_-%/5V]>G5P]_2=POI^=7[S]^KNS%\]V M+#/LH#-+)_713Z]>GSX_>_/^\>H'MTR/UVESDQ_O5NHV^_+DZ>N+#TS%_Q]? MP_LVL\YF3R_.GW]@]LZ:X>XV+_X,3=Z4'7;.4QZ*LH]WCP^[?C\;]E%$_O'U MM]VDWI:SV<,I%OLL^?&-N]_]=%E^,,OC=!O*R6&PC#T\TNJ9[7BZO3XYNM[2 M,C7',MH1JU5-K=K];:0[XI*[F'L7=E512R'QUY:>=ZZFO`U$0:B M6W(VJZ*PB_'E.FS\,6*Q)Q8-A94JLAE;UD0]KQ;8R-OXFX9:A89:M50S6O,U M0BHM-@U'(ZZ6MJ8;#VLT5#/:##9CH>$,]W"AAFI&F\%F+#2:K36IE&F\[^*PGYJJA%1+_#@C2U=SZZE M-DO<__"C/R#O6GIY0#;#ZQM_0"X.Z(/IRP/R8'HCO9[;[*[96F.'`S/45BAQ M5#\O:F+@ZJB&:5A@1QW,/5@"#ME0[6S0]>Q:AV7UW#`U'(TR![HK!;KK9Y MTSS3FJ@8AK.IO;`^IOJ46A=LCVQ3[[K9=+/G9LOUCML--_O=5D>^K0]VVQS8 MMCFQ;7-DVX,SVQX*P9ZMFUW%9L+34,&H=* MXU`K&6HE0ZM5V%0\R^&QGE$SU[S#TM7*79JHGNE`#'NHM:N5:PW8:CHHNKFI M'X<%>O4KFU8;J?;1&+39TW;8U+;:U;;6?ENKOZWUW[8;V+8[V(5'3313.Z?L MR6KIY?!8,]2S:Q5:#5H%ZO7;Y1]6G\WBW>\6MZNUN[[^:G;TAT6>_\O\-_/= MM/%A/B'\^+C-OTVP_IO?XU M>J]_0>^KC]1[/:[W^E?H_6/^>+5WU_O[Y1RD-*2,Z[V1_G*FW]XG^"F/O MIT^;NUR2?)3NY2ISS.#[):;T;V[UWG]0]Y]/'=&[F_11&N^N3'+[256;62-:=N,?I>7NBG*G92.U5K`6_7!%^;;M?#I?_ MD:60`W_!R6?W=ZOUD!:/<02_B2DO;E/\\ORBO!%X=O'TLBA46;V]XHUWH;_4 M+],^I%29^W7'7+??O-R]/+RY-O3M_/H.%MN'X7T_P? M_"H>EQ M_ZGR_O?_W_]]^K^7S^3\R[T3E*K?WW3^=OYD'@P7P3`O9&*&:Z,218"F(?,,*9P%0EDF M>&2.1>=9Y(KI<0']^BGXP)4ST6&VS,0YE[0S+&@O`XT3^B_W["8D0FE.-"II M)-,,R.1QWR&/]@_"RDHH'* M2"-W*AN%TV"61^>LBMF.&J^R?2(Z8I]9&RJ]8TG(;`*SR29C&;%QG/VFYR<, M@6D=S4I+(YRAX)1XA/8V)>;&^7=WGX7?B9Q8,@'VYI3"W"%PD45D@@@:HIG@ M[XV'>4I)'1W/WE)KI4K4.LNX(5)IPJ;X!PVTX=Z'X&(.BJI@([**SQX.D644 M0HU*Z/?O*34Z28O_G%%64QMSE@(>R8,*8MS\-Y7K*TER=MX$$:-WVD<+>TAN M+!5F@KWW/`>5,XG$:`JW<\7_+3:O#<%^,ATW_K!S3'6&,!N-=MR:Q),+M%@? M6]=$BW'VWO3*X=P0^CZPI*R$UCHG35V4G";X[@1[M;['\C$F*RF,H`157F=. M9"!<:R9&?&]XV]#Y7H:_&7#!=`$6A!=XF>&*TONDJ)WBKS00.*\HB@4"4DV6 MRBNE3+;(((B*D=#MWV@4=FZ)2YD'232B7?C$>4J9X!!I(D*-1&[U#J3+G-88 M&Z+4*5&&["=Q\HXSN)1VFM$T(B#4%H@R1Q*09)%VE(8K*F0P;ZPLRLL\X@#] M>Y;N!'-T(@;471=R<`X)*%IKE,Z2.D9&@J]_,]/9'WI'IH,0Q&<6?'3*"2&D MR9JY-)9ZAGI"@4=]8#EX:A$UG-O`O_8>H2 M![(#:AV+5`GOHX+YD\=I!`?\`I-,\/>9VZ'(>>F M^'OGD2A:QA$A'/,2)9"XCHV/!LQF<1S.-$I$E#,?A^0:EA_E` M,R4T(Y6/^E[E.RP[2;AQP4FD&Z%1<&U2G#@J$`AR+/0VE>L8!+FB)(:D2]5* M'O6'(NDH8Y)$&(ZQ#YZCD?A4T`H*,*5+[D?:#=B-2AJ@9Z3H].\(.\LCRV@> M>18620\N(#G@DS9>>Z(8'_7[RF]8TLC6*F)MN(`-S#O$#`?\(IE:-:'[4.\( M%,8I.X0/B,FF"$JX%0[TS(_5N7:4,AIH#Q:5#HK669F>#4RS!A,;F-*Y[ M[30Z4*I*>=#)X>R]0@2'('V0"4(.G6;=0\WU0\8UP;$@D:V(8>5)P^D`%+15 M)IHPQ;[8\P,5<0*$":!9S.`8D"8*)T7.1`KA9H)_=VO=[1^`K`.&.12HQ^&" M`OG76.0"_*.G!*SV`FS9IQ6.4&[@KR9Z063V3EKJ=-1Y4L!=+P'Y`:`6VT>E MLT$#>J(I\HQK0D7P:5Q";X*2[ZT1`L`6@"_HQ(%3M&+!V,C<8=':LR_W[-JA M1!=OEX!-"&+`)T4(-3(K9K.8,,!@0&6XS0B=H)&`)-*&]I8A!@&_<:13!ASL M!Z5AL@20(X$Z/'*VCSFART#11CUP4_R#!B@3V1/B(<%G8,P0E0+2C)P",";% MQB0,'AA*ND'P)JY%UQ]080':G$PA@I;CW+WU`V7HH9))UR!RE`JO#X-_S[U["='@53I()@0*`72KS M9.$QD1$X`N4J^0G^WG@H;"1(]$=,6H!&G2@E2-O$H%X#STUL?SB^4B50-\'% M)#S6F=(K2N!&.*&1AYAMX!]V$*@'5/(IX\RH!FJ1*+\$15<'[U$$)B4,,1R0 M.`C`FLM$>10K6#)9HN#1#G$Y&@%#_`!?!X"5#)S%N0?R)MH61=`R"AQD&.6N M#I#!V%A8JP0W(CP'JC-:"$H$8?2P[#ZP[[]\*`)0'I$\!=JT%`1:#<$,:F@R M!N@[0^ZD@#Z!,"$1PHAY@IZ5(Z,Q!9THA#I9$/V4A"$'*.VUEMY$-%O1:A0@ M)E5(S`N3@`HG!0PY#,V-BXEE'"!5P*',$W3<"E@`!K7C1MQ_P;$[0Z0[@$^/ M,^"?U7(ETL M^9*"8T`4P7W02[CD<[!6,S3%9L*7]]^5[!J82)RV*)^(8$IY$E%DBNC&&1.N M)NRX_Q*E"X8"/0PBT*/O!G90:"6%BL1+1DMNGY30;X(F`P1;7#ISSM".:XAE"L#D?7%>Y4L? ME8P'"K.TM$($4XH?);DA&(HL]8B&,<$1T2/Q.#^^['. M!R*Z2(Y:HI@JZ9>A#"H:B.I/'^B[,.##*"4DH#L[*D$4X=(H_[&)&6 M*2#%./MP>@7&9UWN.H)']ASZ$$S0A!)6T=!220Q^!BLP%,'48/[O:^2+@ M4@#PXB9'AW6!'HQ##A+:%)@VM?ZP@>Q+UQ1*(^1"*L709HM6&"%$D,7'$F#5 M#2)VT3(EM`1H29%XF-/>4`2>3L$CGL>Y>]<%8D4'88POSAJ]0RDGT@"-:U(R MXYCC-[T@E^".B-ARE:&,9RB^27$++"#A%R-8N&T%F=421PW#:91+$P4Z*F8D M`$6*!"WZ%']M/@`6I\J%#S`U&FDGX#F).91R!H<:ES`X`!H(SRRUDEN%[&D&'40G]"<#[F4$501.C M#2.2Y=*_CNX(%[4)UZ M6!]UPRH)T)IR2C$()K)%BZ0"&?>>X?0X$C;`(Z9F0*T8>`800_0C>3E!R5CP MM'UH\7LI&=P5?2@A+%L:T)89H'-`&3M^>,/9P<:H46@CRCLG])1,>HK(#QPP M*,$-)M@KYU'H^!'!$KVTMP%=?+D"0"5'"J5TM'Y7V`,U4Q!K/0!K(*@W'L`+ M91<)":4@CZV^_]ZUJUJ)&*^Y4X(SY13B!ID/2+8TDL(>7M_U[&Z`_XE$Y!Y` METB"+N^K',I%Q#8"6I"QT*UO@2Q\)(04$PI/]!;N`^3.!8IPTC2/Y=VZ!PI,=L,T?Q0Q]($](-,^4=8-#` MKW%<_:IH(N5&@TJ#C@G=CO'9,V4X9`'XH@T;9^_#QD=F4LF[&9V6*/4^_!=[ MY])CR6W=\?U\B@NM;,0:%=^D=T:`(%D8"!(!]I9/J^-YH;L5J3?Y[/F=NK?J MUMRIGEN`'04)U):A40]/%7EX'O\_><@B;VK?4@0UM%\#5[A%MX-2J(\@_ZXSRE`]0"2^3OY?UEZKH&2YU.*MF MWLCQ%K1G9`UY2E"?3D+86\"[UE'/L!5+BHFE5)6&[,&^)G]= M@%+X&7;32/`C2:1W9&PG.R"P\%W(N-9JG^6[;'%JL")Z",0[8Z3THF&]*NZF MW&W*D'TFA&(C[C$&0C6.6#*1:T;S^^K?8@:5(_06CLTD,NM!H_-!_L[.E0CK M?>T!U_FS)?0V0&RJP9AEMP;H9L+(+;?>=GMPC3S%!]!MR0KH`[_URLG:MR-O M88!ECW.O5>KSRQUQTCY;@;L3=!)X#*B+6]NYSP=@G7HC)?`+Z3W<7*UTQ-2@D)HH2U M=`GO1&I,76L0&-VYW6@\"U\MQA=47I))9%F"G<5)C"'KN-&5^",\-NO-HL-T=/FI*B%$=:,SE978PND"[9LMO%B)]! M_*AK"B81\%4L/>@&8Y\ZT5^;Z)7>337;8)7'4)XPFPG.JG@7A>*9/`>[D,JN ML5]CE6J*?*2U38&TBIV,)HOD0>H5LMH%^#]O0A5]'R-7V=W$[(`GDP(=D*_P M5QC[KKUN(A7F4;/LE55P02#-PBZQV%9:[;)8M"^^JBZX#KDGLQ.50S9*=]NE MV@)IUY/95=TU3JF):>JA,539X^Y&EG:PP`GG4:7O]GT;IJRI&6!(>*`3Y'=9 MHL9BFZRY>W];'+'*7\E!-15R.;P;JF$UO;4`PHBQ$WSJ[LK`RQ5>H>1,>"3$ MX-^X&]S`#N=@)DX2[E[O7S8`!SP7;:@>9&"9?7)%4B2[/N#+!/V]SK]L(8+3 M$EQEFXI@HS!@VW2>%^Q!N'[LV/D,)&0(8'%UGBW''(+R$]V![!"!;BL#KO*;Q2D0K9-RFJE,5=;D])SFC-23 M51[^ZA.NRU,MI%9SZG"ZN1"H2/!C$@$*8/8]ZWW9)DI>Z1,TB*"-#Q&G_+SI M&XU6\-1=E/;R>:8DF2M92BTE#P!#][*^T_D#OXECO#*+6R.T=@P](`AXDHF% M_.A]E.T.)QRG[<_C:D6VNBGC^PJ2!BT&\P!Y02U5ZE[\*QJX+NT40ITL;*>I M-E]:+-9;0$,B31>([J[T=?#0UT)^)_2"3;LLT]LDD9PUU(`3?S+Y7?YU-@9_\O.A+_6P8E&&L[ MGJS@2+82$DRVN[(/%V$E527\4^9=4?)=0(39)/21C&[+@B["\Y&<.>$"9W)0 MD'N2+C';@5M-;U)*5.D)>6]DV3=O^])/%VD' M(2Z$;&4L%,,4'Z-H71F'"8];:+Y*KWU/>&KNCL23(+)@4O$^0PQU9X[[FOS2 M>Z?A3[`K3*U'@LXP";(WD\N,#YL]^47KAD1I`9A$S2(K^Z@.>B`9L*>H[:[L MX])OS!I08R3;M2$7?&4(&="#F)&(5WNRUPFS`A)J,38"94.$D0T=2Q6`/HW; M7',17D;L&^:H@C*C3M-$CH"/06Z,@Z%I+&=7>)DN-5(K'3`1"$P:B-$@E2XD M+]4PL>].]F:VIJ)A@0'BFG`/YS`:U:.JV%^-_9;(KN)+UTV99/\8)"B%7-+= MDH#SB1RG'!3S2_&Z^E=(^/%4B64@C*(#?@&(MPF,(=77^[++3(/_4S,-*J(U M]*5".NEP8]9G+>X,NVX\1,A.%+*7!,Q`0X"%SD9'3E"R>+DOO:@\X!,=))>) MR"Y-'295I6PUF@JF2CO>63^S\(!N,QD-P@O52(V5'17>HQSL$Q"4)P,`!M)VJ3S= M?_-58:"WX`2$VUS2U#2(6-8.&,&`4ND=(UV-C`2@NY+5T9X'$%+;!@TCKFS9Z-?>97!.P$6/0) M?(-IM`AIA:1ZIT<8>>RI_&%U#5B)U#&-J2HG!74Y*:)JD95\)G!'=)UII3!# M19YRDZ2[*3K035->ZFN4PF,>^_=``S3'5`VPPR"K,7":07=2OUY3[L> M=;40.R-IJ?F'V$1RH^Q^M4#F\PQW)]==`T%S!)"BH<21E(>!99AA[,J&AJ?< M+OM>9-=>%]DGE0IE)_L+UIU$*T#@)?8,U1"7U(GV*V"D^N]2/+R MF4/[YJMUP"@RH\(H"0)P1P#5A/ZG:5+OG,5)LJ<$X M"5B^*S\?]/^.5@_&QNFA@VDI8`YJ4F M7$IR*L^29(\1O":_YOD(TU`D22OK'W%(=5S#84":OJ1;^G667W./[[6&0*8O M#>Y+.$BMR7([.*_FVPV.L^P2&.0(3`>51=D#A\1DJ$N=I)@+2!=O=Z3/LNN@ MJYDK6KIQ7@S,FRX%!1GZ#`NI>]3CY1H:)L#?E.3<">^!-407*BPBIY!5G&Y/ MXUR$GU9C04NZR4F&T*"M_#.R9"U8K[)Y)WR_;(-#A=HR49*J4X(OZ.J'!OT7 MG-67V^6:57P%X48/V8D@-8=&7&U9"$\JNJ6L0MH!X9<+%>9Q2Z[L.',.&)IIW2BI^0&-DL'4\#/W4'V04.-M.?(JOOIXD>-:@'V" M2TC5&#F`HSS)!"_/MV!!3L>OUPR>XWGI38JXFVP!%^BN&\D"N0Q`)^3XBOC# M(J_+-*J6;9]21(>0B+DJ4R@!7#^\(G^^$/!L->#@T!"4K\\N)ER M6X.U/&!]OW5:=E]LF0I\&6@I) MR,HN:XBD2G9?_-I[2'8K%LSDXE3AF*A3022E(*QB5&9/_JI\O)L0(4;G=1#K MC[(M4P9Q)Y3D=Y6_T7WP*M:(C6EBU83-]AR=;)%8P<>WN&41?[_*ETQ`AJ@3 M964K@UF;2*5$>OY@TVV86>3/%P^>U_:LG'AEDB(Y(24Y#`@G5)J$.L+M1NHJ M?YUZ9AJPY<>H<8QBFW66][=<@?4PJ]?DKST@GWLU,%3@-H$G5EL@H;[+,JO6 MMTOLXS?$"24PWSE"3HMV$)MEY88\.<7;XU<7Z:OZ@!&`B8GTV"HYP#=^E$%KE?>5=1ZZ]G/8P2@FR M:`0/4!EQ1V7`!MBY[HNOJD\3D-@2M`8L(744@*##CPQTQ0;_BOCU_5EU!BD[ M(616%Z;!$-HT*<;M/!GGRP=NFWB\`Q&1Q"EG!V;'^]3K1>7UUB@7/H:]6PW)"P.5UU1E" MVSSX_Q7QZ_N#''>&9CD'-M$*FE&BD:WU0M#&-78>4+<:D!,_&N(0>]4./-H( M`0%8TR%"?;HM?KG(7\5QL=3HM$M*S"U.S&0O)`,LF3'LO7ZY%G7V/6']MH'# M@HU-C2;4MAMM>QDJW&:=53Q??6H9G M1KB*A@D`%.`A0<[/\GHG:ZYZ;_Z7RUK/:PH5"Y9:V0GVP701PI,93=R77+;_ M^LL]J[.\5!Z3+@OA?D`R>:GDD0A[DK/7>^:[7@A[IE\I&\A`M-!<[3R>UX@= MY'*!+'Y?^Y?;7&?U"[:4@XY!=OF@%+DVV5G(.L^;[+OR&^^1SH?).3GV#RJT M/*U-4'V"A^NW==>K^-5XTY0(,]:42J0G:P#3)7MEV7:#9[6]!UR-1_;,=8/J MF^&`35))0MQ#\;`X-]UN;2W2J_*3X,$!SS[#A&CX/^X_R"5&:B?WQ#>F@S!M MH!""&@.1*JA%U8@JYL:]ALLXYC+VS\ MO#$<7$Q[G`6/:<0ZC?Y@Q++&`3>HM[L:B_AJ-Z2ZB3%6S!5#3[@`BF[T$>,[8H^`VM\R#-08,LCMMFXCC$ID!7$2<`AO!H\EY M(%QQPA;,KN*V1M-RE-7Q0HC3H=>@0>D^S/3(5W.[(;3<';]<0#['3&!9#S[) M%0.^A5A+$-CII!;(?'%V['SET')?^6QXMH/I&[F:V1M:^.BH)A-"HU'N=GM@ MD7]<7M^\,#\W7S8A)I!)P,`^K">%Y+Q_15PM\A:D$60OE(!5/*C#3%`[,)2Q M8(;;OGV>PY+GT`(S4 M0C?\!XG#-8@^/G1;>;5YP'Q)^9D>1LB%\XR[3*`^.![6:%"+@-C;BO'-$^8[ MRV<'(F4D^$FUXG3S]I;U)N>*!<$9^MX3KM?"SSX4Y'A&EW-C1#%40O\GXN=D MLBI?G)S>/&%1`^P&8X?1@Q6;M@KT/7=)H9MN;[GY\H"GZP/F^B\[0=50(\"9 MC#G)T1!\78I6R;?0'O`4AAEASX'>=8MZ5N>L%QS?U[\ M&SQ`P9*RPH3)IDX;F.Z8CP/=[H!^YB\X#5&("OD?`#@.K%.$&#RH.H/10PR/;\JT]8C<&2`.0\,?!)#JU%%&L# MN;TK/2F3IKTG;,=098=^:G8$-XT496]`BDL<<0ZUUO*:_#J$>2G3ITFE-)Q4 M81J@7QQ266:!I*\^8!U!*+XF*'AJQ#9CH;.A9O+4[8++Y@'K&&13>)(JKR0+L%.18E2IT)4JOR\O4=D\ M81T$024)::WD55GZEM,L*+3+A1:XZ*Y'7?Y+/G=PWI#S3@YF:Y@OC$:.5T;9 M,,C%3@QOMQ/K)Q+.>'::8.&3\]$5@DRWU==<:^W6A'Z[*;<^X/Q9A3.HL7(' MDIX"Z)$QR$E*E"-!%HUX2]NX\_+B- MC%/'=UJ3JEX'+@\NEYZ'T6I*^+A^3?YEZ7_M?0I=;E0`CX%-9%D#3EEE=\Y_ ML1*S>4!9%%`=^;3&9&1+$SKMT.E0,^?_^WC^_Q! MO@%U^K[_^20J>/H_?^/AKS_;GZW_,_OU?\+&[_G_[/.7^Q^=/=__J,*O_O]+ M_'S_YSD"G!Z>5COXH'G_ZUX]/S_]>'Q\^/<]_<_K-'!I^=_KG_NX_ M^_-#S;]]\_#A&6W[W+3V][^_&[_WI\^?CCA[]<;V)]\^VWI],;^7H//*]\K^MU7W_^)GZ_],ZU/^R]__$Y#W_-]KN_B_4S28\[_]U?]_B9_OSTY^ M,8/33P_//YSF!9;?G7)K^.^[=Q]_.KU[^-`E'N"HCZ=OSM_3>_OIZ9N3?"/R M+?[Z[=R:%NO?G?CEFT^G?[@L$\UM^H?2_Z2\[_U_T_O'I[^_NC_GO\+ M)U_E.Y]<:_,'> M?8^U>3C2Z'Q-[IU61Y[T>*#-@9<=&-J1D2U7 M/]]I=/FVW9U&1WJ]W!?\]68'^G2DW_=U_?.1WAP9V(%Q72\[OMOHR+../.K( MD^J17M4#KUNN$K[7)M]O=+G9]>N-SO>WWFMSZ$'WG.EZ4>_7&QU1TI$Y^?F` M)H\H\H@>#ZCQB!:/*/&(#@^H\"L:?/XL^#_?;_-PI-'E(V?W6CT=:_7Q0+,C MW7H\T.90SP]U?#G+^-5F!W1^1.7+Y2QW&IT/-]YK=*37!S1P/8Y\O]F!5QX8 MWQ$=+!>)WF]UW^K6*T'OMSKRL,OEGO=;'1GF5BRCM-[BGR>L7DO49'.G17`]L;(>\W._+*\Q'LNXT. MO7+]7.97FAW1^@&EWS/+]=K%.VT.J.C(I!R;DV-3&7BGV7U%U6,V>1^/'(`C1]#($3!R#(NL5^O=:W/$(\^W3=UKD^\W MNJO&`\CG>O?L<"S($8AM5N6&5&Y>P<0F;J4ZCZC2J3D/O&WK?A*]D*[JZ7!,#Q($0 MR@C7CDMG-I^I+A7WC(ZP(1`/W+L8'TR/V+@B7Z&`!1,63D5J5<]_?Y\>'OZ^?R!MNYG8J8V/H*F1K<.M+^\S/&>^WI30X^87[+O`01_K-G`B8/Y?N/.`]72[AES865U!I5*I5"J52J52J50JE4JE4JE4*I5*I5*I /5"J5_IN^`%]/C,L`R``` ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 20:17:31 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C9F9137B40F; Mon, 1 Oct 2001 20:17:29 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f923CLC95837; Mon, 1 Oct 2001 20:12:21 -0700 (PDT) (envelope-from lioux) Date: Mon, 1 Oct 2001 20:12:21 -0700 (PDT) From: Message-Id: <200110020312.f923CLC95837@freefall.freebsd.org> To: john_m_cooper@yahoo.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30821: [MAINTAINER UPDATE] Fix Rexx-IMC for -CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [MAINTAINER UPDATE] Fix Rexx-IMC for -CURRENT State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Mon Oct 1 20:10:48 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30821 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 21:41:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from corp4.cbn.net.id (corp4.cbn.net.id [202.158.3.28]) by hub.freebsd.org (Postfix) with ESMTP id F1A4537B40E for ; Mon, 1 Oct 2001 21:41:33 -0700 (PDT) Received: from dante.naver.co.id (unknown [202.158.90.246]) by corp4.cbn.net.id (Postfix) with ESMTP id 98CCF557E4 for ; Tue, 2 Oct 2001 11:41:19 +0700 (JAVT) Received: by dante.naver.co.id (Postfix, from userid 1000) id 929A61713B9; Tue, 2 Oct 2001 11:41:21 +0700 (JAVT) Date: Tue, 2 Oct 2001 11:41:21 +0700 From: John Indra To: freebsd-ports@freebsd.org Subject: x11/gnome fails to build under -CURRENT Message-ID: <20011002114121.A59839@office.naver.co.id> Mail-Followup-To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mailer: Mutt 1.2.5i on FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi... I am running a fairly recent -CURRENT and seems like x11/gnome can't be build on top of it. Here's the error message: cc -DHAVE_CONFIG_H -I. -I. -I../.. -D_IN_LIBGTOP -D_GNU_SOURCE -DGLIBTOP_NAMES -I../.. -I../.. -I../../sysdeps/freebsd -I../../include -I../../intl -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -I/usr/X11R6/include -DGLIBTOP_GUILE -DGLIBTOP_GUILE_NAMES -I/usr/local/include -DGTOPLOCALEDIR=\"/usr/local/share/gnome/locale\" -DLIBGTOP_VERSION=\"1.0.12\" -DLIBGTOP_SERVER_VERSION=\"5\" -DLIBGTOP_VERSION_CODE=1000012 -DLIBGTOP_SERVER=\"/usr/local/bin/libgtop_server\" -I/usr/local/include -O -pipe -march=pentiumpro -Wall -Wunused -I/usr/local/include -c proctime.c -fPIC -DPIC -o .libs/proctime.lo proctime.c: In function `calcru': proctime.c:71: structure has no member named `p_sticks' proctime.c:72: structure has no member named `p_uticks' proctime.c:73: structure has no member named `p_iticks' proctime.c:69: warning: unused variable `tv' proctime.c:68: warning: `st' might be used uninitialized in this function proctime.c:68: warning: `ut' might be used uninitialized in this function proctime.c:68: warning: `it' might be used uninitialized in this function proctime.c: In function `glibtop_get_proc_time_p': proctime.c:124: warning: unused variable `pstats' proctime.c:122: warning: unused variable `u_addr' proctime.c: At top level: proctime.c:62: warning: `calcru' defined but not used gmake[3]: *** [proctime.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-1.0.12/sysdeps/freebsd' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-1.0.12/sysdeps' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-1.0.12' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/devel/libgtop. *** Error code 1 Stop in /usr/ports/devel/libgtop. *** Error code 1 Stop in /usr/ports/devel/libgtop. *** Error code 1 Stop in /usr/ports/devel/libgtop. *** Error code 1 Stop in /usr/ports/x11/gnomeapplets. *** Error code 1 Stop in /usr/ports/x11/gnomeapplets. *** Error code 1 Stop in /usr/ports/x11/gnomeapplets. *** Error code 1 Stop in /usr/ports/x11/gnomeapplets. *** Error code 1 Stop in /usr/ports/x11/gnomeapplets. *** Error code 1 Stop in /usr/ports/x11/gnomeapplets. *** Error code 1 Stop in /usr/ports/x11/gnomeapplets. *** Error code 1 Stop in /usr/ports/x11/gnome. *** Error code 1 Stop in /usr/ports/x11/gnome. *** Error code 1 Stop in /usr/ports/x11/gnome. tq... /john Live Free OR Die To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 21:50: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D376437B411 for ; Mon, 1 Oct 2001 21:50:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f924o0O07882; Mon, 1 Oct 2001 21:50:00 -0700 (PDT) (envelope-from gnats) Received: from mail.tgd.net (rand.tgd.net [64.81.67.117]) by hub.freebsd.org (Postfix) with SMTP id 7821537B40E for ; Mon, 1 Oct 2001 21:42:16 -0700 (PDT) Received: (qmail 15064 invoked from network); 2 Oct 2001 04:42:08 -0000 Received: from dsl081-067-239.sfo1.dsl.speakeasy.net (64.81.67.239) by rand.tgd.net with QMQP; 2 Oct 2001 04:42:08 -0000 Message-Id: <20011002044203.17620.qmail@wheel.tgd.net> Date: 2 Oct 2001 04:42:03 -0000 From: Sean Chittenden Reply-To: Sean Chittenden To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30981: ports www/mod_backhand needs to be updated Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30981 >Category: ports >Synopsis: ports www/mod_backhand needs to be updated >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 21:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sean Chittenden >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD wheel.tgd.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Sep 30 16:25:00 PDT 2001 sean@wheel.tgd.net:/usr/obj/usr/src/sys/WHEEL i386 >Description: www/mod_backhand needs updating >How-To-Repeat: >Fix: Updated to 1.2.0. -sc PS Would be interested in taking ownership of maintenance of this module (talk with author frequently). --- distinfo.orig Mon Oct 1 21:20:19 2001 +++ distinfo Mon Oct 1 21:21:43 2001 @@ -1 +1 @@ -MD5 (mod_backhand-1.1.1pre4.tar.gz) = f271be1b2c607d87d84c90432f01f4ac +MD5 (mod_backhand-1.2.0.tar.gz) = 1a51f58ca1f180fd66e09b57474b98c1 --- Makefile.orig Mon Oct 1 21:18:35 2001 +++ Makefile Mon Oct 1 21:19:25 2001 @@ -6,7 +6,7 @@ # PORTNAME= mod_backhand -PORTVERSION= 1.1.1pre4 +PORTVERSION= 1.2.0 CATEGORIES= www MASTER_SITES= ftp://ftp.cnds.jhu.edu/pub/backhand/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 22: 7:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B36A37B407; Mon, 1 Oct 2001 22:07:30 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9251X409593; Mon, 1 Oct 2001 22:01:33 -0700 (PDT) (envelope-from dinoex) Date: Mon, 1 Oct 2001 22:01:33 -0700 (PDT) From: Message-Id: <200110020501.f9251X409593@freefall.freebsd.org> To: spork@inch.com, dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30332: OpenSSL port does not allow for upgrade of system OpenSSL. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: OpenSSL port does not allow for upgrade of system OpenSSL. State-Changed-From-To: open->closed State-Changed-By: dinoex State-Changed-When: Mon Oct 1 21:58:08 PDT 2001 State-Changed-Why: The current port of openssl will build on 4.x without complaints. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30332 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Oct 1 23:38:25 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 94B0F37B40A; Mon, 1 Oct 2001 23:38:20 -0700 (PDT) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.1/8.11.1) with ESMTP id f926cJa77292; Tue, 2 Oct 2001 08:38:19 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Tue, 2 Oct 2001 08:38:52 +0200 (CEST) From: Martin Blapp To: Cc: Subject: [PATCH] CD_MOUNTPT defined in the wrong section Message-ID: <20011002083334.F10086-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In some ports I've checks like: .if !exists(${CD_MOUNTPT}/linux/office52/setup) These checks fail, cause CD_MOUNTPT is defined in the post makefile section of bsd.port.mk. II move the definition of CD_MOUNTPT to the PRE makefile section of bsd.port.mk it works again. See this patch that fixes it: (http://home.teleport.ch/freebsd/ports.mk.diff) --- bsd.port.mk Fri Sep 28 18:45:15 2001 +++ bsd.port.mk.new Tue Oct 2 00:40:10 2001 @@ -723,6 +723,9 @@ # defaults to 3.3.6; will be changed to 4.0 when it is ready XFREE86_VERSION?= 3 +# Define CD_MOUNTPT here, else some ports will fail +CD_MOUNTPT?= /cdrom + .endif # End of pre-makefile section. @@ -1158,7 +1163,6 @@ # Search CDROM first if mounted, symlink instead of copy if # FETCH_SYMLINK_DISTFILES is set -CD_MOUNTPT?= /cdrom .if exists(${CD_MOUNTPT}/ports/distfiles) _MASTER_SITE_OVERRIDE:= file:${CD_MOUNTPT}/ports/distfiles/${DIST_SUBDIR}/ ${_MASTER_SITE_OVERRIDE} .if defined(FETCH_SYMLINK_DISTFILES) Thanks for committing it. Martin Martin Blapp, mb@imp.ch ------------------------------------------------------------------ Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 061 826 93 00: +41 61 826 93 01 PGP Fingerprint: 57E 7CCD 2769 E7AC C5FA DF2C 19C6 DCD1 1B3A EC9C ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 1: 2:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 114F837B405 for ; Tue, 2 Oct 2001 01:02:27 -0700 (PDT) Received: from vega.vega.com (h119.227.dialup.iptcom.net [212.9.227.119]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id LAA72593; Tue, 2 Oct 2001 11:02:17 +0300 (EEST) (envelope-from max@vega.com) Received: (from max@localhost) by vega.vega.com (8.11.6/8.11.3) id f9281jt73605; Tue, 2 Oct 2001 11:01:45 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200110020801.f9281jt73605@vega.vega.com> Subject: Re: x11/gnome fails to build under -CURRENT To: john@office.naver.co.id (John Indra) Date: Tue, 2 Oct 2001 11:01:45 +0300 (EEST) Cc: freebsd-ports@FreeBSD.ORG In-Reply-To: <20011002114121.A59839@office.naver.co.id> from "John Indra" at Oct 02, 2001 11:41:21 AM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > Hi... > > I am running a fairly recent -CURRENT and seems like x11/gnome can't be > build on top of it. > Here's the error message: > > proctime.c:71: structure has no member named `p_sticks' > proctime.c:72: structure has no member named `p_uticks' > proctime.c:73: structure has no member named `p_iticks' Should be fixed now. Please recvsup and try again. Thank you for reporting! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 1: 4:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 41B3A37B407 for ; Tue, 2 Oct 2001 01:04:40 -0700 (PDT) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.4) id f92831g04840; Tue, 2 Oct 2001 10:03:01 +0200 (CEST) (envelope-from ernst) Date: Tue, 2 Oct 2001 10:03:01 +0200 From: Ernst de Haan To: Chris Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: jakarta-ant-1.4 Message-ID: <20011002100301.A1611@c104187.upc-c.chello.nl> References: <5.1.0.14.2.20011002002402.029f1560@www.carttest.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.1.0.14.2.20011002002402.029f1560@www.carttest.com>; from chris@ooc2000.com on Tue, Oct 02, 2001 at 12:26:08AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Chris, Thanks for your email. What do you mean by 'beta' ? The 1.4 is final. I don't think I really understand your message :-) /Ernst Chris wrote: > Hi Ernst, > > There's recently been a beta released for ant 1.4. Unless I'm mistaken, the > only reason for the beta is that the signature for ant 1.4 didn't work for > pgp (though it worked for gpg). I'm the one who reported the sig problem, > so I figure that just because I know about it it isn't necessarily common > knowledge. > > I have no idea how this affects you and maintaining the port, but I figured > you could use the info. > > Keep up the good work! > Chris > > -- Ernst de Haan Euronet Internet B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 2:47:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E68B37B406; Tue, 2 Oct 2001 02:47:30 -0700 (PDT) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f929eEw60774; Tue, 2 Oct 2001 02:40:14 -0700 (PDT) (envelope-from tom) Date: Tue, 2 Oct 2001 02:40:14 -0700 (PDT) From: Message-Id: <200110020940.f929eEw60774@freefall.freebsd.org> To: tom@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/30969: mkisofs path grafting will not work Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mkisofs path grafting will not work Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: tom Responsible-Changed-When: Tue Oct 2 02:38:58 PDT 2001 Responsible-Changed-Why: Over to MAINTAINER http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30969 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 2:47:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A30AA37B409; Tue, 2 Oct 2001 02:47:30 -0700 (PDT) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f929hkd61196; Tue, 2 Oct 2001 02:43:46 -0700 (PDT) (envelope-from tom) Date: Tue, 2 Oct 2001 02:43:46 -0700 (PDT) From: Message-Id: <200110020943.f929hkd61196@freefall.freebsd.org> To: tom@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/30974: pspell doesn't add the modules needed for php Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: pspell doesn't add the modules needed for php Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: tom Responsible-Changed-When: Tue Oct 2 02:42:43 PDT 2001 Responsible-Changed-Why: Over to MAINTAINER http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30974 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 2:50:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A6CA37B40A for ; Tue, 2 Oct 2001 02:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f929o1L62171; Tue, 2 Oct 2001 02:50:01 -0700 (PDT) (envelope-from gnats) Received: from fuchur.lan.attic.ch (fuchur.lan.attic.ch [194.235.47.21]) by hub.freebsd.org (Postfix) with ESMTP id 1ADF237B408; Tue, 2 Oct 2001 02:44:09 -0700 (PDT) Received: (from root@localhost) by fuchur.lan.attic.ch (8.11.6/8.11.6) id f929prk69460; Tue, 2 Oct 2001 11:51:53 +0200 (CEST) (envelope-from mb) Message-Id: <200110020951.f929prk69460@fuchur.lan.attic.ch> Date: Tue, 2 Oct 2001 11:51:53 +0200 (CEST) From: mb@imp.ch Reply-To: mb@imp.ch To: FreeBSD-gnats-submit@freebsd.org Cc: jedgar@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30983: [PATCH] Some staroffice cdrom fixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30983 >Category: ports >Synopsis: [PATCH] Some staroffice cdrom fixes >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 Oct 02 02:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Martin Blapp >Release: FreeBSD 5.0-CURRENT i386 >Organization: Improware AG >Environment: System: FreeBSD fuchur.lan.attic.ch 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Sep 30 17:11:52 CEST 2001 root@fuchur.lan.attic.ch:/usr/obj/usr/src/sys/FUCHUR i386 >Description: Really fix the CDROM install of Staroffice. CD_MOUNTPT was defined to late in bsd.port.mk. This caused the staroffice installation to fail. Also do not download the distfiles if we do a CDROm install. Since I have got now a "old" SO-cdrom, I could test the install and it works now. >How-To-Repeat: >Fix: http://home.teleport.ch/freebsd/staroffice-011202.patch --- Mk/bsd.port.mk Fri Sep 28 18:45:15 2001 +++ Mk/bsd.port.mk.new Tue Oct 2 00:40:10 2001 @@ -723,6 +723,9 @@ # defaults to 3.3.6; will be changed to 4.0 when it is ready XFREE86_VERSION?= 3 +# Define CD_MOUNTPT here, else some ports will fail +CD_MOUNTPT?= /cdrom + .endif # End of pre-makefile section. @@ -1158,7 +1163,6 @@ # Search CDROM first if mounted, symlink instead of copy if # FETCH_SYMLINK_DISTFILES is set -CD_MOUNTPT?= /cdrom .if exists(${CD_MOUNTPT}/ports/distfiles) _MASTER_SITE_OVERRIDE:= file:${CD_MOUNTPT}/ports/distfiles/${DIST_SUBDIR}/ ${_MASTER_SITE_OVERRIDE} .if defined(FETCH_SYMLINK_DISTFILES) --- german/staroffice52/Makefile.orig Tue Oct 2 10:59:34 2001 +++ german/staroffice52/Makefile Tue Oct 2 11:31:04 2001 @@ -16,10 +16,14 @@ ftp://sunsite.uio.no/pub/sun/sun-patches/ \ ftp://ftp.sunet.se/pub7/security/vendor/sun/patches/ DISTNAME= so-5_2-ga-bin-linux-de.bin +.if defined(WITH_CDROM) +DISTFILES= 109939-02.tar.Z +.else DISTFILES= so-5_2-ga-bin-linux-de.bin 109939-02.tar.Z .if defined(WITH_ADABAS) DISTFILES+= soa-5_2-ga-bin-linux-de.bin .endif +.endif EXTRACT_ONLY= 109939-02.tar.Z MAINTAINER= mb@imp.ch @@ -94,13 +98,6 @@ .endif .endif -.if defined(WITH_CDROM) -do-extract: do-extract-cdrom -do-extract-cdrom: - @${MKDIR} ${WRKSRC} - @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/office52/* . -.endif - do-extract: .if !defined(DISPLAY) || ${DISPLAY} == "" @ ${ECHO} @@ -112,6 +109,17 @@ .else @${MKDIR} ${WRKSRC} @${MKDIR} ${TMPDIR} +.if defined(WITH_CDROM) +.if !exists(${CD_MOUNTPT}/linux/office52/setup) +.if defined(WITH_ADABAS) + @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/adabas/adabas . + @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/adabas/f_0000 . + @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/adabas/f_0001 . +.endif + @${MKDIR} ${WRKSRC} + @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/office52/* . +.endif +.else @${CP} ${_DISTDIR}/${DISTNAME} ${WRKSRC} @${CHMOD} 755 ${WRKSRC}/${DISTNAME} .if defined(WITH_ADABAS) @@ -121,6 +129,7 @@ @cd ${WRKSRC} @SAL_IGNOREXERRORS=1 ${WRKSRC}/${DISTNAME} -extract ${WRKSRC} @${RM} ${WRKSRC}/${DISTNAME} +.endif @cd ../../ @for file in ${EXTRACT_ONLY}; do \ if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ --- editors/staroffice52/Makefile.orig Tue Oct 2 01:08:06 2001 +++ editors/staroffice52/Makefile Tue Oct 2 11:22:57 2001 @@ -18,10 +18,14 @@ ftp://ftp.hu-berlin.de/pub/mirrors/sunsolve.sun.com/pub/patches/ \ ftp://ftp.sunet.se/pub7/security/vendor/sun/patches/ DISTNAME= so-5_2-ga-bin-linux-en.bin +.if defined(WITH_CDROM) +DISTFILES= 109939-02.tar.Z +.else DISTFILES= so-5_2-ga-bin-linux-en.bin 109939-02.tar.Z .if defined(WITH_ADABAS) DISTFILES+= soa-5_2-ga-bin-linux-en.bin .endif +.endif EXTRACT_ONLY= 109939-02.tar.Z MAINTAINER= mb@imp.ch @@ -97,13 +101,6 @@ .endif .endif -.if defined(WITH_CDROM) -do-extract: do-extract-cdrom -do-extract-cdrom: - @${MKDIR} ${WRKSRC} - @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/office52/* . -.endif - do-extract: .if !defined(DISPLAY) || ${DISPLAY} == "" @ ${ECHO} @@ -114,6 +111,17 @@ .else @${MKDIR} ${WRKSRC} @${MKDIR} ${TMPDIR} +.if defined(WITH_CDROM) +.if !exists(${CD_MOUNTPT}/linux/office52/setup) +.if defined(WITH_ADABAS) + @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/adabas/adabas . + @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/adabas/f_0000 . + @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/adabas/f_0001 . +.endif + @${MKDIR} ${WRKSRC} + @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/office52/* . +.endif +.else @${CP} ${_DISTDIR}/${DISTNAME} ${WRKSRC} @${CHMOD} 755 ${WRKSRC}/${DISTNAME} .if defined(WITH_ADABAS) @@ -123,6 +131,7 @@ @cd ${WRKSRC} @SAL_IGNOREXERRORS=1 ${WRKSRC}/${DISTNAME} -extract ${WRKSRC} @${RM} ${WRKSRC}/${DISTNAME} +.endif @cd ../../ @for file in ${EXTRACT_ONLY}; do \ if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ --- french/staroffice52/Makefile.orig Tue Oct 2 11:07:49 2001 +++ french/staroffice52/Makefile Tue Oct 2 11:26:30 2001 @@ -18,10 +18,14 @@ ftp://ftp.gtn.com/os/Sun/patches/ DISTNAME= so-5_2-ga-bin-linux-fr.bin +.if defined(WITH_CDROM) +DISTFILES= 109939-02.tar.Z +.else DISTFILES= so-5_2-ga-bin-linux-fr.bin 109939-02.tar.Z .if defined(WITH_ADABAS) DISTFILES+= soa-5_2-ga-bin-linux-fr.bin so-5_2-ga-bin-linux-fr.bin .endif +.endif EXTRACT_ONLY= 109939-02.tar.Z MAINTAINER= mb@imp.ch @@ -97,13 +101,6 @@ .endif .endif -.if defined(WITH_CDROM) -do-extract: do-extract-cdrom -do-extract-cdrom: - @${MKDIR} ${WRKSRC} - @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/office52/* . -.else - do-extract: .if !defined(DISPLAY) || ${DISPLAY} == "" @ ${ECHO} @@ -114,6 +111,17 @@ .else @${MKDIR} ${WRKSRC} @${MKDIR} ${TMPDIR} +.if defined(WITH_CDROM) +.if !exists(${CD_MOUNTPT}/linux/office52/setup) +.if defined(WITH_ADABAS) + @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/adabas/adabas . + @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/adabas/f_0000 . + @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/adabas/f_0001 . +.endif + @${MKDIR} ${WRKSRC} + @cd ${WRKSRC} && ${LN} -s ${CD_MOUNTPT}/linux/office52/* . +.endif +.else @${CP} ${_DISTDIR}/${DISTNAME} ${WRKSRC} @${CHMOD} 755 ${WRKSRC}/${DISTNAME} .if defined(WITH_ADABAS) @@ -123,6 +131,7 @@ @cd ${WRKSRC} @SAL_IGNOREXERRORS=1 ${WRKSRC}/${DISTNAME} -extract ${WRKSRC} @${RM} ${WRKSRC}/${DISTNAME} +.endif @cd ../../ @for file in ${EXTRACT_ONLY}; do \ if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ @@ -131,7 +140,6 @@ exit 1; \ fi \ done -.endif .endif post-configure: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 2:57:32 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AC0B37B40B; Tue, 2 Oct 2001 02:57:30 -0700 (PDT) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f929mDp61932; Tue, 2 Oct 2001 02:48:13 -0700 (PDT) (envelope-from tom) Date: Tue, 2 Oct 2001 02:48:13 -0700 (PDT) From: Message-Id: <200110020948.f929mDp61932@freefall.freebsd.org> To: papowell@lprng.com, tom@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30928: ifhp port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ifhp port update State-Changed-From-To: open->closed State-Changed-By: tom State-Changed-When: Tue Oct 2 02:45:41 PDT 2001 State-Changed-Why: Duplicate of ports/30925 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30928 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 4: 1: 9 2001 Delivered-To: freebsd-ports@freebsd.org Received: from rekl.com (ss01.nc.us.ibm.com [32.97.136.231]) by hub.freebsd.org (Postfix) with SMTP id A349E37B403 for ; Tue, 2 Oct 2001 04:01:03 -0700 (PDT) From: "ARP RF" To: "Ports" Subject: =?KOI8-R?B?8sXLzMHNwSDXINLFx8nPzsHM2M7PyiDQ0sXT08U=?= Date: Tue, 2 Oct 2001 15:03:32 +0400 MIME-Version: 1.0 X-Priority: 1 X-MSMail-Priority: High Reply-To: "ARP RF" X-Mailer: Internet Mail Service Content-Type: text/plain; charset="KOI8-R" Content-Transfer-Encoding: QUOTED-PRINTABLE Message-Id: <20011002110103.A349E37B403@hub.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org =E1=D3=D3=CF=C3=C9=C1=C3=C9=D1 =F2=C5=C7=C9=CF=CE=C1=CC=D8=CE=CF=CA =F0=D2=C5=D3=D3=D9 =F2=E6 =D0=D2=C5=C4=CC=C1=C7=C1=C5=D4: 2.550 =D2=D5=C2=CC=C5=CA - =C9 =F7=C1=DB=C1 =D2=C5=CB=CC=C1=CD=C1 =D7 65 =CF=C2=CC=C1=D3=D4=CE=D9=C8 =C7=C1=DA=C5=D4=C1=C8 =F2=CF=D3=D3=C9=C9 (=CF=C2=DD=C9=CA =D4=C9=D2=C1=D6 - 1.700.000 =DC=CB=DA.) =FA=C1 =C4=CF=D0=CF=CC=CE=C9=D4=C5=CC=D8=CE=CF=CA =C9=CE=C6=CF=D2=CD=C1=C3=C9=C5=CA =DA=D7=CF=CE=C9=D4=C5: =ED=EF=F3=EB=F7=E1 (095) 956-1872 =F3.-=F0=E5=F4=E5=F2=E2=F5=F2=E7 (812) 321-8842 =E5=EB=E1=F4=E5=F2=E9=EE=E2=F5=F2=E7 (3432)78-55-45 _____________________________________ =E4=C1=CE=CE=C1=D1 =D2=C1=D3=D3=D9=CC=CB=C1 =D0=D2=CF=C9=DA=D7=C5=C4=C5=CE=C1 =CB=CF=CD=D0=C1=CE=C9=C5=CA E-Market Research Inc. (Seattle, US) =D7 =D3=CF=CF=D4=D7=C5=D4=D3=D4=D7=C9=C9 =D3 =D0. 4 =D3=D4. 29 =EB=CF=CE=D3=D4=C9=D4=D5=C3=C9=C9 =F2=E6. =F7=C1=DB =DC=CC=C5=CB=D4=D2=CF=CE=CE=D9=CA =C1=C4=D2=C5=D3 =D0=CF=CC=D5=DE=C5=CE =C9=DA =CF=D4=CB=D2=D9=D4=D9=C8 =C9=D3=D4=CF=DE=CE=C9=CB=CF=D7 =C9 =C9=D3=D0=CF=CC=D8=DA=D5=C5=D4=D3=D1 =C4=CC=D1 =C5=C4=C9=CE=C9=DE=CE=CF=CA =C4=CF=D3=D4=C1=D7=CB=C9 =D3=CF=CF=C2=DD=C5=CE=C9=D1. =F7 =D3=CC=D5=DE=C1=C5 =CE=C5=D6=C5=CC=C1=CE=C9=D1 =D0=CF=CC=D5=DE=C1=D4=D8 =D0=D2=C5=C4=CC=CF=D6=C5=CE=C9=D1 =CE=C1=DB=C9=C8 =CB=CC=C9=C5=CE=D4=CF=D7 =CF=D4=D7=C5=D4=D8=D4=C5 =CE=C1 =DC=D4=CF =D0=C9=D3=D8=CD=CF =D3 =D0=CF=CD=C5=D4=CB=CF=CA =D7 =F4=C5=CD=C5 "REMOVE" - =F7=C1=DB e-mail =C2=D5=C4=C5=D4 =D5=C4=C1=CC=C5=CE =C9=DA =C2=C1=DA=D9 =C4=C1=CE=CE=D9=C8 =C1=D7=D4=CF=CD=C1=D4=C9=DE=C5=D3=CB=C9. =EE=C1=DB =D4=C5=CC./=C6=C1=CB=D3 +1 (360) 351-6818. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 4:17:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33DD637B408; Tue, 2 Oct 2001 04:17:34 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92BH3v91948; Tue, 2 Oct 2001 04:17:03 -0700 (PDT) (envelope-from tobez) Date: Tue, 2 Oct 2001 04:17:03 -0700 (PDT) From: Message-Id: <200110021117.f92BH3v91948@freefall.freebsd.org> To: root@sankofa.setjmp.net, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30646: New Port: astro/p5-SETI-Stats Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New Port: astro/p5-SETI-Stats State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Tue Oct 2 04:16:39 PDT 2001 State-Changed-Why: New port added, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30646 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 4:36:27 2001 Delivered-To: freebsd-ports@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id 645B837B432; Tue, 2 Oct 2001 04:36:22 -0700 (PDT) Received: from naos.dbai.tuwien.ac.at (naos [128.130.111.28]) by vexpert.dbai.tuwien.ac.at (8.11.6/8.11.6) with ESMTP id f92BaI610168; Tue, 2 Oct 2001 13:36:19 +0200 (MET DST) Date: Tue, 2 Oct 2001 13:36:17 +0200 (CEST) From: Gerald Pfeifer To: , , Cc: Subject: Re: ports/30786: LPRng-3.7.5: Checksum mismatch, no in 4.4-RELEASE, not up-to-date In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ping. On Thu, 27 Sep 2001, Gerald Pfeifer wrote: > The patch below fixes all of the problems mentioned in the PR and updates > the sysutils/LPRng port from 3.7.5 to 3.7.6. > > Given that the port is currently broken and has been for a while, > this should go in ASAP (and files/patch-aj removed) without waiting > for maintainer approval. This port has been broken since before 4.4-RELEASE (and thus the release lacks the corresponding package). There are two high priority PRs filed, but the maintainer of that port hasn't reacted in any way. Could someone *please* install my fix (which is part of ports/30786)? Gerald To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 4:47:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85CC137B407; Tue, 2 Oct 2001 04:47:36 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92Bdi795658; Tue, 2 Oct 2001 04:39:44 -0700 (PDT) (envelope-from tobez) Date: Tue, 2 Oct 2001 04:39:44 -0700 (PDT) From: Message-Id: <200110021139.f92Bdi795658@freefall.freebsd.org> To: root@sankofa.setjmp.net, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30651: New port: textproc/p5-WDDX Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: textproc/p5-WDDX State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Tue Oct 2 04:39:26 PDT 2001 State-Changed-Why: New port added, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30651 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 5: 7:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B7B5A37B40B; Tue, 2 Oct 2001 05:07:31 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92C3Xu98855; Tue, 2 Oct 2001 05:03:33 -0700 (PDT) (envelope-from knu) Date: Tue, 2 Oct 2001 05:03:33 -0700 (PDT) From: Message-Id: <200110021203.f92C3Xu98855@freefall.freebsd.org> To: adam@blacktabby.org, knu@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30964: Maintainer update: games/slashem-tty Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer update: games/slashem-tty State-Changed-From-To: open->closed State-Changed-By: knu State-Changed-When: Tue Oct 2 21:03:21 JST 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30964 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 5:17:34 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C129337B403; Tue, 2 Oct 2001 05:17:30 -0700 (PDT) Received: (from markp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92CELF03821; Tue, 2 Oct 2001 05:14:21 -0700 (PDT) (envelope-from markp) Date: Tue, 2 Oct 2001 05:14:21 -0700 (PDT) From: Message-Id: <200110021214.f92CELF03821@freefall.freebsd.org> To: mattp@conundrum.com, markp@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30973: update to port sysutils/sarah Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update to port sysutils/sarah State-Changed-From-To: open->closed State-Changed-By: markp State-Changed-When: Tue Oct 2 05:14:03 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30973 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 5:19:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F007937B403; Tue, 2 Oct 2001 05:19:16 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92CJGI04507; Tue, 2 Oct 2001 05:19:16 -0700 (PDT) (envelope-from sobomax) Date: Tue, 2 Oct 2001 05:19:16 -0700 (PDT) From: Message-Id: <200110021219.f92CJGI04507@freefall.freebsd.org> To: stijn@win.tue.nl, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30955: [UPDATE]: x11/gdm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [UPDATE]: x11/gdm State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Tue Oct 2 05:18:50 PDT 2001 State-Changed-Why: Committed, thanmk you! http://www.freebsd.org/cgi/query-pr.cgi?pr=30955 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 5:30: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AECA37B409 for ; Tue, 2 Oct 2001 05:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92CU1M08442; Tue, 2 Oct 2001 05:30:01 -0700 (PDT) (envelope-from gnats) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id BA1A537B40A for ; Tue, 2 Oct 2001 05:28:55 -0700 (PDT) Received: from home.dinoex.sub.org (root@home [217.6.200.196]) by net2.dinoex.sub.org (8.11.6/8.11.6) with ESMTP id f92CSUb11877 for ; Tue, 2 Oct 2001 14:28:30 +0200 (CEST) (envelope-from dm@home.dinoex.sub.org) Received: (from dm@localhost) by home.dinoex.sub.org (8.11.6/8.11.6) id f92CPn463899; Tue, 2 Oct 2001 14:25:49 +0200 (CEST) (envelope-from dm) Message-Id: <200110021225.f92CPn463899@home.dinoex.sub.org> Date: Tue, 2 Oct 2001 14:25:49 +0200 (CEST) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30984: repro-copy for ports/sendmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30984 >Category: ports >Synopsis: repro-copy for ports/sendmail >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 02 05:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 4.4-STABLE i386 >Organization: privat >Environment: FreeBSD port system >Description: Support for both sendmail 8.11.x and sendmail 8.12.x >How-To-Repeat: >Fix: repro-copy ports/mail/sendmail ports/mail/sendmail-old >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 5:36:15 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (straylight.ringlet.net [217.75.134.254]) by hub.freebsd.org (Postfix) with SMTP id CBC5737B40B for ; Tue, 2 Oct 2001 05:36:09 -0700 (PDT) Received: (qmail 10952 invoked by uid 1000); 2 Oct 2001 12:24:57 -0000 Date: Tue, 2 Oct 2001 15:24:57 +0300 From: Peter Pentchev To: "Hartmann, O." Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: FBSD4.4/OPIE/WU-FTP fucked up! Message-ID: <20011002152457.A10919@ringworld.oblivion.bg> Mail-Followup-To: "Hartmann, O." , freebsd-questions@freebsd.org, freebsd-ports@freebsd.org References: <20010929200310.P5492-100000@klima.physik.uni-mainz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010929200310.P5492-100000@klima.physik.uni-mainz.de>; from ohartman@klima.physik.uni-mainz.de on Sat, Sep 29, 2001 at 08:19:56PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Sep 29, 2001 at 08:19:56PM +0200, Hartmann, O. wrote: [snip] > Due the fact the wu-ftp sources did not change I think something changed > in FreeBSD 4.3 to 4.4 and especially FreeBSD 4.4-STABLE that targets > login authentication. Can anyone give a hint or a tip? Yep, Andrey Chernov already fixed a problem with wu-ftpd-2.6.1_3; it kind of required S/Key or OPIE. 2.6.1_4 should work. G'luck, Peter -- If you think this sentence is confusing, then change one pig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 9:40: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67F4537B408 for ; Tue, 2 Oct 2001 09:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92Ge1R80467; Tue, 2 Oct 2001 09:40:01 -0700 (PDT) (envelope-from gnats) Received: from ice.42.org (ice.42.org [194.246.250.222]) by hub.freebsd.org (Postfix) with ESMTP id 3420937B408; Tue, 2 Oct 2001 09:32:27 -0700 (PDT) Received: by ice.42.org (Postfix, from userid 0) id 81F833CC; Tue, 2 Oct 2001 18:32:25 +0200 (CEST) Message-Id: <20011002163225.81F833CC@ice.42.org> Date: Tue, 2 Oct 2001 18:32:25 +0200 (CEST) From: Stefan `Sec` Zehl To: FreeBSD-gnats-submit@freebsd.org Cc: obrien@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30986: vim6 LITE=YES packing list incorrect Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30986 >Category: ports >Synopsis: vim6 LITE=YES packing list incorrect >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 Oct 02 09:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Stefan `Sec` Zehl >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD ice 4.4-STABLE FreeBSD 4.4-STABLE #9: Sat Sep 29 19:25:00 CEST 2001 root@ice:/usr/export/obj/usr/export/src/sys/ICE i386 >Description: The vim6 port, when used with LITE=YES produces an incorrect packing list. ice:/usr/ports/editors/vim6#pkg_delete vim-6.0ax pkg_delete: file `/usr/local/bin/gvimdiff' doesn't really exist make instpkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 9:50:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DF2137B409 for ; Tue, 2 Oct 2001 09:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92Go0V81723; Tue, 2 Oct 2001 09:50:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AB0837B40B for ; Tue, 2 Oct 2001 09:40:37 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92GebE80543; Tue, 2 Oct 2001 09:40:37 -0700 (PDT) (envelope-from nobody) Message-Id: <200110021640.f92GebE80543@freefall.freebsd.org> Date: Tue, 2 Oct 2001 09:40:37 -0700 (PDT) From: Tobias Richter To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30987: mail/evolution does not depend on db3 and gal 12 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30987 >Category: ports >Synopsis: mail/evolution does not depend on db3 and gal 12 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 02 09:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Tobias Richter >Release: 4.2-RELEASE >Organization: TU-Berlin >Environment: FreeBSD atom.physik.tu-berlin.de 4.2-RELEASE FreeBSD 4.2-RELEASE #1: Tue Jan 23 13:11:37 CET 2001 root@pcpz12.physik.tu-berlin.de:/usr/src/sys/compile/ATOMKERN i386 >Description: mail/evolution needs db3 and gal v12 in order to build (at least) but it does not depend on them. So the buuild fails unless you have them installed already. These were the ones that popped up here, there may be more uncovered dependencies which are fulfilled here by accident. >How-To-Repeat: cd /usr/ports/mail/evolution make install >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 9:50:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 37A2837B406 for ; Tue, 2 Oct 2001 09:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92Go1b81732; Tue, 2 Oct 2001 09:50:01 -0700 (PDT) (envelope-from gnats) Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 67A9537B403; Tue, 2 Oct 2001 09:42:22 -0700 (PDT) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id JAA25447; Tue, 2 Oct 2001 09:40:35 -0700 Received: by johncoop.MSHOME (Postfix, from userid 1001) id 9815D15503; Tue, 2 Oct 2001 05:23:58 -0700 (PDT) Message-Id: <20011002122358.9815D15503@johncoop.MSHOME> Date: Tue, 2 Oct 2001 05:23:58 -0700 (PDT) From: John Merryweather Cooper Reply-To: John Merryweather Cooper To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30988: AbiWord's american.hash dictionary appears corrupted/useless Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30988 >Category: ports >Synopsis: AbiWord's american.hash dictionary appears corrupted/useless >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 Oct 02 09:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD johncoop.MSHOME 4.4-STABLE FreeBSD 4.4-STABLE #17: Sun Sep 30 23:56:37 PDT 2001 root@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: The american.hash supplied with AbiWord (0.9.4) appears to be either corrupted or useless. You know a spell checker is having a bad day when it marks words like "the", "a", and "an" as spelling errors--along with every other word. Fortunately, the fix is easy! :) >How-To-Repeat: Load up or create an American English document. Spell check it. Enjoy how it marks every word as a spelling error. :) >Fix: Steps: 1) build/install the ispell port if you haven't already; 2) compare the american.hash files in the two installs-- ${LOCALBASE}/share/AbiSuite/dictionary/american.hash 859352 bytes ${LOCALBASE}/share/ispell/american.hash 5524040 bytes :) 3) rename AbiSuite's american.hash to american.hash.bad 4) copy ispell's american.hash to AbiSuite/dictionary/american.hash . . . and observe how spell checking now works . . . :) NOTE: This technique probably works for other languages too (untested). >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 10:10:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 130F837B40A for ; Tue, 2 Oct 2001 10:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92HA1I87815; Tue, 2 Oct 2001 10:10:01 -0700 (PDT) (envelope-from gnats) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id E613637B406 for ; Tue, 2 Oct 2001 10:03:23 -0700 (PDT) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id KAA74238 for freebsd-gnats-submit@freebsd.org; Tue, 2 Oct 2001 10:03:45 -0700 (PDT) (envelope-from scottj) Received: (from scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) id KAA74228; Tue, 2 Oct 2001 10:03:44 -0700 (PDT) (envelope-from scottj) Message-Id: <200110021703.KAA74228@pebkac.owp.csus.edu> Date: Tue, 2 Oct 2001 10:03:44 -0700 (PDT) From: Joseph Scott Reply-To: Joseph Scott To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/30989: MAINTAINER UPDATE : net/balance 2.28 -> 2.33 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30989 >Category: ports >Synopsis: MAINTAINER UPDATE : net/balance 2.28 -> 2.33 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 02 10:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joseph Scott >Release: FreeBSD 3.5-STABLE i386 >Organization: >Environment: >Description: MAINTAINER UPDATE : net/balance 2.28 -> 2.33 NOTE: I changed the name of the one patch file to more accurately reflect what was being patched. >How-To-Repeat: >Fix: diff -ruN balance.orig/Makefile balance/Makefile --- balance.orig/Makefile Tue Oct 2 09:50:29 2001 +++ balance/Makefile Tue Oct 2 09:51:28 2001 @@ -6,7 +6,7 @@ # PORTNAME= balance -PORTVERSION= 2.28 +PORTVERSION= 2.33 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= balance diff -ruN balance.orig/distinfo balance/distinfo --- balance.orig/distinfo Tue Oct 2 09:50:29 2001 +++ balance/distinfo Tue Oct 2 09:51:49 2001 @@ -1 +1 @@ -MD5 (balance-2.28.tar.gz) = 66df77083edd0d4700d11d76e2de076c +MD5 (balance-2.33.tar.gz) = b38da3e03218a9adb50356a00eda3b07 diff -ruN balance.orig/files/patch-Makefile balance/files/patch-Makefile --- balance.orig/files/patch-Makefile Wed Dec 31 16:00:00 1969 +++ balance/files/patch-Makefile Tue Oct 2 09:56:17 2001 @@ -0,0 +1,17 @@ +--- Makefile.orig Tue Oct 2 09:53:26 2001 ++++ Makefile Tue Oct 2 09:53:52 2001 +@@ -1,12 +1,12 @@ + # $Id: Makefile,v 1.20 2001/09/15 22:30:46 tommy Exp $ + + #CFLAGS=-g -I. +-CFLAGS=-O ++#CFLAGS=-O + + # uncomment for Solaris: + # LIBRARIES=-lsocket -lnsl + +-CC=gcc ++#CC=gcc + RELEASE=2.33 + + balance: balance.c diff -ruN balance.orig/files/patch-aa balance/files/patch-aa --- balance.orig/files/patch-aa Tue Oct 2 09:50:29 2001 +++ balance/files/patch-aa Wed Dec 31 16:00:00 1969 @@ -1,35 +0,0 @@ ---- ../balance-2.28.orig/Makefile Mon Jul 30 03:20:11 2001 -+++ Makefile Mon Jul 30 03:21:16 2001 -@@ -1,11 +1,11 @@ - # $Id: Makefile,v 1.12 2001/07/18 17:07:12 tommy Exp tommy $ - --CFLAGS=-g -I. -+#CFLAGS=-g -I. - - # uncomment for Solaris: - # LIBRARIES=-lsocket -lnsl - --CC=gcc -+#CC=gcc - RELEASE=2.28 - - balance: balance.c ---- ../balance-2.28.orig/balance.c Mon Jul 30 03:20:11 2001 -+++ balance.c Mon Jul 30 03:22:23 2001 -@@ -26,6 +26,7 @@ - // thanks to Anthony Baxter - // - -+#include - #include - #include - #include -@@ -34,7 +35,7 @@ - #include - #include - #include --#include -+#include - - #ifdef __FreeBSD__ - #define MYBSD 1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 10:50:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D411E37B409 for ; Tue, 2 Oct 2001 10:50:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92Ho0w92542; Tue, 2 Oct 2001 10:50:00 -0700 (PDT) (envelope-from gnats) Received: from mail.crackula.com (adsl-64-169-68-38.dsl.snfc21.pacbell.net [64.169.68.38]) by hub.freebsd.org (Postfix) with ESMTP id A8BB237B407 for ; Tue, 2 Oct 2001 10:47:06 -0700 (PDT) Received: (from monkey@localhost) by mail.crackula.com (8.9.3/8.9.3) id KAA03564 for FreeBSD-gnats-submit@freebsd.org; Tue, 2 Oct 2001 10:47:18 -0700 (PDT) Received: from localhost.crackula.com ([64.166.72.230]) by mail.crackula.com (8.9.3/8.9.3) with ESMTP id KAA05742 for ; Tue, 2 Oct 2001 10:45:34 -0700 (PDT) Received: (from monkey@localhost) by localhost.crackula.com (8.11.6/8.11.6) id f92Hkvj00585; Tue, 2 Oct 2001 10:46:57 -0700 (PDT) (envelope-from monkey) Message-Id: <200110021746.f92Hkvj00585@localhost.crackula.com> Date: Tue, 2 Oct 2001 10:46:57 -0700 (PDT) From: Adam Weinberger Reply-To: Adam Weinberger To: FreeBSD-gnats-submit@freebsd.org Cc: monkey@crackula.com X-Send-Pr-Version: 3.113 Subject: ports/30990: biology/ncbi-toolkit will not compile (PATCH) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30990 >Category: ports >Synopsis: biology/ncbi-toolkit will not compile (PATCH) >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 Oct 02 10:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: System: FreeBSD codon.pherin.com 4.4-RELEASE FreeBSD 4.4-RELEASE #1: Sat Sep 22 01:13:58 PDT 2001 root@codon.pherin.com:/usr/src/sys/compile/AMINO i386 initial 4.4-RELEASE install. has ports/x11-toolkits/openmotif >Description: ncbi-toolkit wants to link against static Motif libraries, which are not installed by the motif port upon which it depends. i can't even get openmotif to install static libs at all. this simple patch links >How-To-Repeat: build ports/biology/ncbi-toolkit >Fix: the following patch should be applied in ports/biology/ncbi-toolkit/. it will modify the files/freebsd.ncbi.mk file. =============BEGIN patch-freebsd.ncbi.mk --- files/freebsd.ncbi.mk Tue Oct 2 22:28:19 2001 +++ files/freebsd.ncbi.mk.orig Tue Oct 2 22:27:50 2001 @@ -18,7 +18,7 @@ #will work only when you have Motif installed! NCBI_VIBFLAG = -I/usr/X11R6/include -L/usr/X11R6/lib -DWIN_MOTIF NCBI_VIBLIBS = -lXm -lXmu -lXp -lXpm -lXt -lX11 -lXext -NCBI_DISTVIBLIBS = -L/usr/X11R6/lib /usr/X11R6/lib/libXm.a -lXp -lXpm - lXmu -lXt -lX11 -lXext +NCBI_DISTVIBLIBS = -L/usr/X11R6/lib /usr/X11R6/lib/libXm.a /usr/X11R6/l ib/libXp.a /usr/X11R6/lib/libXpm.a -lXmu -lXt -lX11 -lXext NCBI_OTHERLIBS = -lm NCBI_RANLIB = ranlib # Used by makedis.csh ============END patch-freebsd.ncbi.mk >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 10:57:34 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC7C537B408; Tue, 2 Oct 2001 10:57:31 -0700 (PDT) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92Hlv692157; Tue, 2 Oct 2001 10:47:57 -0700 (PDT) (envelope-from tom) Date: Tue, 2 Oct 2001 10:47:57 -0700 (PDT) From: Message-Id: <200110021747.f92Hlv692157@freefall.freebsd.org> To: tom@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/30986: vim6 LITE=YES packing list incorrect Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: vim6 LITE=YES packing list incorrect Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: tom Responsible-Changed-When: Tue Oct 2 10:47:36 PDT 2001 Responsible-Changed-Why: Over to MAINTAINER http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30986 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 10:57:34 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A82837B407; Tue, 2 Oct 2001 10:57:31 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92HtNB93415; Tue, 2 Oct 2001 10:55:23 -0700 (PDT) (envelope-from tobez) Date: Tue, 2 Oct 2001 10:55:23 -0700 (PDT) From: Message-Id: <200110021755.f92HtNB93415@freefall.freebsd.org> To: shell@shellhung.org, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30866: [Maintainer] Upgrade math/p5-Date-Handler from 0.09 to 0.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [Maintainer] Upgrade math/p5-Date-Handler from 0.09 to 0.10 State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Tue Oct 2 10:55:08 PDT 2001 State-Changed-Why: Update committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30866 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 11: 7:37 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B701237B405; Tue, 2 Oct 2001 11:07:31 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92Hxjq93985; Tue, 2 Oct 2001 10:59:45 -0700 (PDT) (envelope-from tobez) Date: Tue, 2 Oct 2001 10:59:45 -0700 (PDT) From: Message-Id: <200110021759.f92Hxjq93985@freefall.freebsd.org> To: shell@shellhung.org, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30867: [Maintainer] Upgrade devel/p5-Test-Simple from 0.17 to 0.19 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [Maintainer] Upgrade devel/p5-Test-Simple from 0.17 to 0.19 State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Tue Oct 2 10:59:31 PDT 2001 State-Changed-Why: Update committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30867 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 11:17:32 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4875C37B407; Tue, 2 Oct 2001 11:17:31 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92IE7299057; Tue, 2 Oct 2001 11:14:08 -0700 (PDT) (envelope-from tobez) Date: Tue, 2 Oct 2001 11:14:08 -0700 (PDT) From: Message-Id: <200110021814.f92IE7299057@freefall.freebsd.org> To: shell@shellhung.org, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30868: [Maintainer] Upgrade devel/p5-Test-Harness from 1.23 to 1.25 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [Maintainer] Upgrade devel/p5-Test-Harness from 1.23 to 1.25 State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Tue Oct 2 11:13:47 PDT 2001 State-Changed-Why: Update committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30868 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 12:21:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.noos.fr (zola.noos.net [212.198.2.76]) by hub.freebsd.org (Postfix) with ESMTP id 3576D37B401 for ; Tue, 2 Oct 2001 12:21:21 -0700 (PDT) Received: (qmail 13072447 invoked by uid 0); 2 Oct 2001 19:13:56 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.76 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 2 Oct 2001 19:13:56 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f92JDrJ85189; Tue, 2 Oct 2001 21:13:53 +0200 (CEST) (envelope-from root) Message-Id: <200110021913.f92JDrJ85189@gits.dyndns.org> Subject: Re: ports/30761: Fix/upgrade port: audio/ripit [MAINTAINER] In-Reply-To: <200110020040.f920e3i71793@freefall.freebsd.org> To: Jun Kuriyama Date: Tue, 2 Oct 2001 21:13:53 +0200 (CEST) Cc: freebsd-ports@FreeBSD.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL94c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Jun Kuriyama wrote: > The following reply was made to PR ports/30761; it has been noted by GNATS. > > From: Jun Kuriyama > To: oyvindmo@initio.no > Cc: FreeBSD-gnats-submit@freebsd.org > Subject: Re: ports/30761: Fix/upgrade port: audio/ripit [MAINTAINER] > Date: Tue, 02 Oct 2001 09:33:25 +0900 > > It seems submitted version depends on lame to retrieve genre list. > Should this port depends on lame although users can choose another > encoder? > > # And latest lame port seems not to have --genre-list option... what do you call "latest" ? # lame --version | head -1 LAME version 3.89 MMX (beta 1, Sep 29 2001) (http://www.mp3dev.org/) # lame --genre-list | head -1 123 A Cappella see PR #29858 (http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29858) for details. Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 12:30: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B12B237B406 for ; Tue, 2 Oct 2001 12:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92JU1n12267; Tue, 2 Oct 2001 12:30:01 -0700 (PDT) (envelope-from gnats) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id 8F85B37B405 for ; Tue, 2 Oct 2001 12:28:56 -0700 (PDT) Received: by freebsd.org.ru (Postfix, from userid 1000) id 35C3826E; Tue, 2 Oct 2001 23:28:41 +0400 (MSD) Message-Id: <20011002192841.35C3826E@freebsd.org.ru> Date: Tue, 2 Oct 2001 23:28:41 +0400 (MSD) From: "Sergey A.Osokin" Reply-To: "Sergey A.Osokin" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30992: [MAINTAINER] update databases/gigabase from 2.45 to 2.46 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30992 >Category: ports >Synopsis: [MAINTAINER] update databases/gigabase from 2.45 to 2.46 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 02 12:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: FreeBSD 5.0-CURRENT i386 >Organization: Russian FreeBSD Team >Environment: System: FreeBSD 5.0-CURRENT i386 >Description: update databases/gigabase from 2.45 to 2.46 from CHANGES: Fix bug with autoincrement fields update >How-To-Repeat: >Fix: diff -ruN gigabase.old/Makefile gigabase/Makefile --- gigabase.old/Makefile Tue Oct 2 23:24:46 2001 +++ gigabase/Makefile Tue Oct 2 23:13:26 2001 @@ -6,7 +6,7 @@ # PORTNAME= gigabase -PORTVERSION= 2.45 +PORTVERSION= 2.46 CATEGORIES= databases MASTER_SITES= http://www.ispras.ru/~knizhnik/ diff -ruN gigabase.old/distinfo gigabase/distinfo --- gigabase.old/distinfo Tue Oct 2 23:24:46 2001 +++ gigabase/distinfo Tue Oct 2 23:19:01 2001 @@ -1 +1 @@ -MD5 (gigabase-2.45.tar.gz) = 54cda2dcd0d10e74b5f7ece6f62f26e9 +MD5 (gigabase-2.46.tar.gz) = 984d2c5a7b0a7edbb0bc45850c8f7fd0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 13: 2:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from fe070.worldonline.dk (fe070.worldonline.dk [212.54.64.208]) by hub.freebsd.org (Postfix) with SMTP id CBB0C37B407 for ; Tue, 2 Oct 2001 13:02:33 -0700 (PDT) Received: (qmail 14323 invoked by uid 0); 2 Oct 2001 20:02:30 -0000 Received: from unknown (HELO NEIGAARD?MOB) (213.237.13.224) by fe070.worldonline.dk with SMTP; 2 Oct 2001 20:02:30 -0000 Date: Tue, 2 Oct 2001 22:03:46 +0200 From: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= X-Mailer: The Bat! (v1.51) Reply-To: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= X-Priority: 3 (Normal) Message-ID: <13915957846.20011002220346@e-box.dk> To: freebsd-ports@FreeBSD.ORG Subject: Difference between webalizer and webalizer-2 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org What's the difference between webalizer and webalizer-2? -- Med venlig hilsen/Best regards, Søren Neigaard mailto:neigaard@e-box.dk -- "The biggest difference between time and space is that you can't reuse time." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 13:47:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.noos.fr (racine.noos.net [212.198.2.71]) by hub.freebsd.org (Postfix) with ESMTP id 411C637B405 for ; Tue, 2 Oct 2001 13:47:48 -0700 (PDT) Received: (qmail 78069424 invoked by uid 0); 2 Oct 2001 20:23:13 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.71 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 2 Oct 2001 20:23:13 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f92KMoK87568; Tue, 2 Oct 2001 22:22:50 +0200 (CEST) (envelope-from root) Message-Id: <200110022022.f92KMoK87568@gits.dyndns.org> Subject: Re: ports/30274: Maintainer Update: isc-dhcp3 port out of date (was Re: rc12 timeline) In-Reply-To: <4BC10D47D7ACD3119FA800104B1F8836013A4D1B@exchange.cigital.com> To: Yanek Korff Date: Tue, 2 Oct 2001 22:22:50 +0200 (CEST) Cc: ports@FreeBSD.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL94c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Yanek Korff wrote: > Hello there, thanks for porting DHCP. > > Any idea when you might have the opportunity to bring rc12 into ports? humm! in fact, they are pending changes since sep 2 2001... I thought they have been commited, but they aren't :( can someone commit PR #30274, please ? thanks in advance. see the following URL for details : http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30274 CC -ports Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 14:50:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B781637B409 for ; Tue, 2 Oct 2001 14:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92Lo1F33492; Tue, 2 Oct 2001 14:50:01 -0700 (PDT) (envelope-from gnats) Received: from Mgw1-out.NCTU.edu.tw (Mgw1-out.NCTU.edu.tw [140.113.1.3]) by hub.freebsd.org (Postfix) with ESMTP id 6713737B408 for ; Tue, 2 Oct 2001 14:46:02 -0700 (PDT) Received: from Mgw1-out.NCTU.edu.tw (localhost [127.0.0.1]) by Mgw1-out.NCTU.edu.tw (8.12.0/8.12.0) with ESMTP id f92Lk1F0010548 for ; Wed, 3 Oct 2001 05:46:01 +0800 (CST) Received: (from root@localhost) by Mgw1-out.NCTU.edu.tw (8.12.0/8.12.0) id f92Lk1NF010547 for FreeBSD-gnats-submit@freebsd.org.procmail; Wed, 3 Oct 2001 05:46:01 +0800 (CST) Received: from infomath.math.nctu.edu.tw (infomath.math.nctu.edu.tw [140.113.22.119]) by Mgw1-out.NCTU.edu.tw (8.12.0/8.12.0) with ESMTP id f92Lk1F0010543 for ; Wed, 3 Oct 2001 05:46:01 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id 14CD93D86; Wed, 3 Oct 2001 05:46:00 +0800 (CST) Message-Id: <20011002214600.14CD93D86@infomath.math.nctu.edu.tw> Date: Wed, 3 Oct 2001 05:46:00 +0800 (CST) From: Gea-Suan Lin Reply-To: Gea-Suan Lin To: FreeBSD-gnats-submit@freebsd.org Cc: gslin@infomath.math.nctu.edu.tw X-Send-Pr-Version: 3.113 Subject: ports/30994: Update port: bftpd 1.0.22 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30994 >Category: ports >Synopsis: Update port: bftpd 1.0.22 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 02 14:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.4-STABLE FreeBSD 4.4-STABLE #3: Fri Sep 21 18:13:19 CST 2001 root@InfoMath.Math.NCTU.edu.tw:/usr/src/sys/compile/InFoMath i386 >Description: Update to 1.0.22 >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/ftp/bftpd/Makefile bftpd/Makefile --- /usr/ports/ftp/bftpd/Makefile Fri Aug 24 01:37:06 2001 +++ bftpd/Makefile Wed Oct 3 05:44:29 2001 @@ -6,19 +6,19 @@ # PORTNAME= bftpd -PORTVERSION= 1.0.21 +PORTVERSION= 1.0.22 CATEGORIES= ftp -MASTER_SITES= http://www.bftpd.f2s.com/downloads/src/ +MASTER_SITES= http://bftpd.sourceforge.net/downloads/src/ MAINTAINER= petef@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-pam +USE_GMAKE= yes MAN8= bftpd.8 post-patch: - @${PERL} -pi -e "s@@@g" ${WRKSRC}/commands.c @${PERL} -pi -e "s@chmod 644 /var@#chmod 644 /var@g; \ s@touch /var@#touch /var@g; \ s@DESTDIR\)/etc@prefix\)/etc@g; \ @@ -28,8 +28,8 @@ post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/bftpd - ${INSTALL_DATA} ${WRKSRC}/doc/bftpddoc.txt ${PREFIX}/share/doc/bftpd + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/en/bftpddoc-en.txt ${DOCSDIR} .endif .include diff -ruN /usr/ports/ftp/bftpd/distinfo bftpd/distinfo --- /usr/ports/ftp/bftpd/distinfo Tue Jul 10 15:23:47 2001 +++ bftpd/distinfo Wed Oct 3 05:33:34 2001 @@ -1 +1 @@ -MD5 (bftpd-1.0.21.tar.gz) = a0a438bb5c90cd9852db489c5a4c2448 +MD5 (bftpd-1.0.22.tar.gz) = 7f2d6911bdb64b6798bf57ab1b59e889 diff -ruN /usr/ports/ftp/bftpd/pkg-plist bftpd/pkg-plist --- /usr/ports/ftp/bftpd/pkg-plist Tue Jul 10 15:23:47 2001 +++ bftpd/pkg-plist Wed Oct 3 05:43:25 2001 @@ -1,5 +1,5 @@ @unexec if cmp -s %D/etc/bftpd.conf %D/etc/bftpd.conf.sample; then rm -f %D/etc/bftpd.conf; fi etc/bftpd.conf.sample sbin/bftpd -%%PORTDOCS%%share/doc/bftpd/bftpddoc.txt +%%PORTDOCS%%share/doc/bftpd/bftpddoc-en.txt %%PORTDOCS%%@dirrm share/doc/bftpd >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 15:10:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from infoviaplus.net.ar (adv18.infoviaplus.net.ar [200.9.212.60]) by hub.freebsd.org (Postfix) with ESMTP id B3BB537B408 for ; Tue, 2 Oct 2001 15:09:02 -0700 (PDT) Received: from localhost ([200.63.129.181]) by infoviaplus.net.ar (Tid InfoMail Exchanger v2.20) with SMTP id #1002060413.009180007; Tue, 2 Oct 2001 19:06:53 -0300 X-Sender: dariober@speedy.com.ar From: Valeria Soria To: ports@FreeBSD.org Date: Tue, 02 Oct 2001 19:10:30 -0300 Subject: Solicitud de Trabajo. Reply-To: dariober@speedy.com.ar MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_NextPart_000_001__11862587_69030,99" X-Infomail-Id: 1002060413.039607AC1E039F.413 Message-Id: <20011002220902.B3BB537B408@hub.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a Multipart MIME message. ------=_NextPart_000_001__11862587_69030,99 Content-Type: multipart/alternative; boundary="----=_NextPart_001_002__11862587_69030,99" ------=_NextPart_001_002__11862587_69030,99 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit ------=_NextPart_001_002__11862587_69030,99 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: base64 PGh0bWwgeG1sbnM6dj0idXJuOnNjaGVtYXMtbWljcm9zb2Z0LWNvbTp2bWwiIHhtbG5zOm89 InVybjpzY2hlbWFzLW1pY3Jvc29mdC1jb206b2ZmaWNlOm9mZmljZSIgeG1sbnM9Imh0dHA6 Ly93d3cudzMub3JnL1RSL1JFQy1odG1sNDAiPg0KDQo8aGVhZD4NCjxtZXRhIG5hbWU9IkdF TkVSQVRPUiIgY29udGVudD0iTWljcm9zb2Z0IEZyb250UGFnZSA1LjAiPg0KPG1ldGEgbmFt ZT0iUHJvZ0lkIiBjb250ZW50PSJGcm9udFBhZ2UuRWRpdG9yLkRvY3VtZW50Ij4NCjxtZXRh IGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0 PXdpbmRvd3MtMTI1MiI+DQo8bGluayByZWw9IkZpbGUtTGlzdCIgaHJlZj0iY3VycmljdWx1 bXZhbGVyaWFfYXJjaGl2b3MvZmlsZWxpc3QueG1sIj4NCjx0aXRsZT5DdXJy7WN1bHVtIFZp dGFlPC90aXRsZT4NCjxzdHlsZT4NCjwhLS0NCnANCgl7bWFyZ2luLXJpZ2h0OjBjbTsNCglt YXJnaW4tbGVmdDowY207DQoJZm9udC1zaXplOjEyLjBwdDsNCglmb250LWZhbWlseToiVGlt ZXMgTmV3IFJvbWFuIjsNCgl9DQogdGFibGUuTXNvTm9ybWFsVGFibGUNCgl7bXNvLXN0eWxl LXBhcmVudDoiIjsNCglmb250LXNpemU6MTAuMHB0Ow0KCWZvbnQtZmFtaWx5OiJUaW1lcyBO ZXcgUm9tYW4ifQ0KIHAuTXNvTm9ybWFsDQoJe21zby1zdHlsZS1wYXJlbnQ6IiI7DQoJbWFy Z2luLWJvdHRvbTouMDAwMXB0Ow0KCWZvbnQtc2l6ZToxMC4wcHQ7DQoJZm9udC1mYW1pbHk6 IlRpbWVzIE5ldyBSb21hbiI7DQoJbWFyZ2luLWxlZnQ6MGNtOyBtYXJnaW4tcmlnaHQ6MGNt OyBtYXJnaW4tdG9wOjBjbX0NCnAuT3JnYW5pemFjaW4NCgl7bWFyZ2luLXRvcDoxMS4wcHQ7 DQoJbWFyZ2luLXJpZ2h0OjBjbTsNCgltYXJnaW4tYm90dG9tOjBjbTsNCgltYXJnaW4tbGVm dDowY207DQoJbWFyZ2luLWJvdHRvbTouMDAwMXB0Ow0KCWxpbmUtaGVpZ2h0OjExLjBwdDsN Cgl0YWItc3RvcHM6NzIuMHB0IHJpZ2h0IDMyNC4wcHQ7DQoJZm9udC1zaXplOjExLjBwdDsN Cglmb250LWZhbWlseTpHYXJhbW9uZDsNCgl9DQogZGl2Lk1zb05vcm1hbA0KCXttc28tc3R5 bGUtcGFyZW50OiIiOw0KCW1hcmdpbi1ib3R0b206LjAwMDFwdDsNCglmb250LXNpemU6MTAu MHB0Ow0KCWZvbnQtZmFtaWx5OiJUaW1lcyBOZXcgUm9tYW4iOw0KCW1hcmdpbi1sZWZ0OjBj bTsgbWFyZ2luLXJpZ2h0OjBjbTsgbWFyZ2luLXRvcDowY219DQpwLk1zb0JvZHlUZXh0DQoJ e21hcmdpbi10b3A6MGNtOw0KCW1hcmdpbi1yaWdodDowY207DQoJbWFyZ2luLWJvdHRvbTo2 LjBwdDsNCgltYXJnaW4tbGVmdDowY207DQoJZm9udC1zaXplOjEwLjBwdDsNCglmb250LWZh bWlseToiVGltZXMgTmV3IFJvbWFuIjsNCgl9DQpoMg0KCXttYXJnaW4tYm90dG9tOi4wMDAx cHQ7DQoJdGV4dC1hbGlnbjpjZW50ZXI7DQoJcGFnZS1icmVhay1hZnRlcjphdm9pZDsNCglm b250LXNpemU6OS4wcHQ7DQoJZm9udC1mYW1pbHk6VmVyZGFuYTsNCglmb250LXdlaWdodDpi b2xkOyBtYXJnaW4tbGVmdDowY207IG1hcmdpbi1yaWdodDowY207IG1hcmdpbi10b3A6MGNt fQ0KcC5Mb2dybw0KCXttYXJnaW4tdG9wOjBjbTsNCgltYXJnaW4tcmlnaHQ6MGNtOw0KCW1h cmdpbi1ib3R0b206My4wcHQ7DQoJbWFyZ2luLWxlZnQ6MGNtOw0KCXRleHQtYWxpZ246anVz dGlmeTsNCgl0ZXh0LWluZGVudDowY207DQoJbGluZS1oZWlnaHQ6MTIuMHB0Ow0KCXRhYi1z dG9wczpsaXN0IDE4LjBwdDsNCglmb250LXNpemU6MTEuMHB0Ow0KCWZvbnQtZmFtaWx5Okdh cmFtb25kOw0KCX0NCnAuTXNvSGVhZGVyDQoJe21hcmdpbi1ib3R0b206LjAwMDFwdDsNCgl0 YWItc3RvcHM6Y2VudGVyIDIxNi4wcHQgcmlnaHQgNDMyLjBwdDsNCglmb250LXNpemU6MTAu MHB0Ow0KCWZvbnQtZmFtaWx5OiJUaW1lcyBOZXcgUm9tYW4iOw0KCW1hcmdpbi1sZWZ0OjBj bTsgbWFyZ2luLXJpZ2h0OjBjbTsgbWFyZ2luLXRvcDowY219DQpoMQ0KCXttYXJnaW4tYm90 dG9tOi4wMDAxcHQ7DQoJcGFnZS1icmVhay1hZnRlcjphdm9pZDsNCglmb250LXNpemU6MTAu MHB0Ow0KCWZvbnQtZmFtaWx5OiJUaW1lcyBOZXcgUm9tYW4iOw0KCWZvbnQtd2VpZ2h0OmJv bGQ7IG1hcmdpbi1sZWZ0OjBjbTsgbWFyZ2luLXJpZ2h0OjBjbTsgbWFyZ2luLXRvcDowY219 DQotLT4NCjwvc3R5bGU+DQo8IS0tW2lmICFtc29dPg0KPHN0eWxlPg0Kdlw6KiAgICAgICAg IHsgYmVoYXZpb3I6IHVybCgjZGVmYXVsdCNWTUwpIH0NCm9cOiogICAgICAgICB7IGJlaGF2 aW9yOiB1cmwoI2RlZmF1bHQjVk1MKSB9DQouc2hhcGUgICAgICAgeyBiZWhhdmlvcjogdXJs KCNkZWZhdWx0I1ZNTCkgfQ0KPC9zdHlsZT4NCjwhW2VuZGlmXS0tPjwhLS1baWYgZ3RlIG1z byA5XT4NCjx4bWw+PG86c2hhcGVkZWZhdWx0cyB2OmV4dD0iZWRpdCIgc3BpZG1heD0iMTAy NyIvPg0KPC94bWw+PCFbZW5kaWZdLS0+DQo8L2hlYWQ+DQoNCjxib2R5Pg0KDQo8dGFibGUg Y2xhc3M9Ik1zb05vcm1hbFRhYmxlIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIwIiBjZWxs cGFkZGluZz0iMCIgc3R5bGU9IndpZHRoOiA5NyU7IG1hcmdpbi1sZWZ0OiAtLjQ1cHQiPg0K ICA8dHI+DQogICAgPHRkIHdpZHRoPSIzJSIgc3R5bGU9IndpZHRoOiAzLjc2JTsgcGFkZGlu ZzogMGNtIj4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj4NCiAgICA8c3BhbiBsYW5nPSJF Ti1VUyIgc3R5bGU9ImZvbnQtc2l6ZTogMTIuMHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+ Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRkIHN0eWxlPSJ3aWR0aDogNjYlOyBwYWRkaW5n OiAwY20iPg0KICAgIDxmb250IHNpemU9IjMiPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyBNaSBub21icmUgZXMgVmFsZXJpYSwgbm8gDQogICAgcXVpZXJvIG1vbGVzdGFyIGNv biBlc3RlIG1haWwsIHNpIG5vIGNvbnNlZ3VpciB1biB0cmFiYWpvLiBTZSBxdWUgcXVpeuEg YSBVRC4gbm8gbGUgaW50ZXJlc2UgbWkgY3Vycu1jdWx1bSwgcGVybyBzZSBxdWUgY29ub2Nl IA0KICAgIGEgYWxndWllbiBhIHF1aWVuIHNpIGxlIHB1ZWRlIGludGVyZXNhciwgc2kgbWUg aGljaWVyYSBlbCBmYXZvciBkZSANCiAgICBwYXPhcnNlbG8uPC9mb250Pjxmb250IFNJWkU9 IjEiPjxwPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyBHcmFjaWFzIHkgDQogICAg c2FsdWRvcywgc2kgZW4gYWxnbyBtb2xlc3RvIG1pIG1haWwsIG5vIGR1ZGUgZW4gYm9ycmFy bG8sIG5vIGVzIG1pIGludGVuY2nzbiANCiAgICBtb2xlc3RhciwgYSBjb250aW51YWNp824g bGUgZGV0YWxsbyBtaSBjdXJy7WN1bHVtLCBncmFjaWFzIHBvciBzdSB0aWVtcG8uPC9wPg0K ICAgIDxwPlZhbGVyaWEuPC9wPg0KICAgIDwvZm9udD4NCiAgICA8cCBhbGlnbj0iY2VudGVy IiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCiAgICAmbmJzcDs8cCBhbGlnbj0iY2Vu dGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCiAgICA8c3BhbiBzdHlsZT0iZm9u dC1zaXplOiAyMi4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjogbmF2eSI+DQog ICAgQ3Vycu1jdWx1bSBWaXRhZTwvc3Bhbj48L3RkPg0KICAgIDx0ZCBzdHlsZT0id2lkdGg6 IDMwJTsgcGFkZGluZzogMGNtIj4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBz dHlsZT0iZm9udC1zaXplOiAxMi4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8 L3NwYW4+PC90ZD4NCiAgPC90cj4NCiAgPHRyPg0KICAgIDx0ZCB3aWR0aD0iMyUiIHN0eWxl PSJ3aWR0aDogMy43NiU7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1h bCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTIuMHB0OyBmb250LWZhbWlseTogVmVyZGFu YSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRkIHN0eWxlPSJ3aWR0aDogNjYlOyBwYWRk aW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250 LXNpemU6IDEyLjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3Rk Pg0KICAgIDx0ZCBzdHlsZT0id2lkdGg6IDMwJTsgcGFkZGluZzogMGNtIj4NCiAgICA8cCBj bGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMi4wcHQ7IGZvbnQt ZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC90ZD4NCiAgPC90cj4NCiAgPHRyPg0K ICAgIDx0ZCB3aWR0aD0iMyUiIHN0eWxlPSJ3aWR0aDogMy43NiU7IHBhZGRpbmc6IDBjbSI+ DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTIu MHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRk IHdpZHRoPSI5NiUiIGNvbHNwYW49IjIiIHN0eWxlPSJ3aWR0aDogOTYuMjQlOyBwYWRkaW5n OiAwY20iPg0KICAgIDxwIGFsaWduPSJyaWdodCIgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0 Ij4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bh bj48L3RkPg0KICA8L3RyPg0KPC90YWJsZT4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFu IHN0eWxlPSJmb250LXNpemU6IDEyLjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNw Ozwvc3Bhbj48L3A+DQo8dGFibGUgY2xhc3M9Ik1zb05vcm1hbFRhYmxlIiBib3JkZXI9IjAi IGNlbGxzcGFjaW5nPSIxIiBjZWxscGFkZGluZz0iMCIgd2lkdGg9IjcyMCIgc3R5bGU9Indp ZHRoOiA1MzkuOHB0Ij4NCiAgPHRyIHN0eWxlPSJoZWlnaHQ6IDEyLjBwdCI+DQogICAgPHRk IHdpZHRoPSI3MTgiIGNvbHNwYW49IjMiIHN0eWxlPSJ3aWR0aDogNTM4LjRwdDsgaGVpZ2h0 OiAxMi4wcHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8dT48c3BhbiBzdHlsZT0iZm9udC1z aXplOiAxMC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjogbmF2eSI+REFUT1Mg DQogICAgUEVSU09OQUxFUzwvc3Bhbj48L3U+PC90ZD4NCiAgPC90cj4NCiAgPHRyIHN0eWxl PSJoZWlnaHQ6IDkuNzVwdCI+DQogICAgPHRkIHdpZHRoPSIxMiIgc3R5bGU9IndpZHRoOiA5 LjJwdDsgaGVpZ2h0OiA5Ljc1cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0i TXNvTm9ybWFsIiBhbGlnbj0icmlnaHQiIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodCI+DQog ICAgPHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC90 ZD4NCiAgICA8dGQgd2lkdGg9IjE4OCIgc3R5bGU9IndpZHRoOiAxNDEuMjVwdDsgaGVpZ2h0 OiA5Ljc1cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIiBh bGlnbj0icmlnaHQiIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodCI+PGI+DQogICAgPHNwYW4g c3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj5Ob21icmU6Jm5ic3A7Jm5ic3A7PC9zcGFu PjwvYj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iNTE1IiBzdHlsZT0id2lkdGg6IDM4Ni41NXB0 OyBoZWlnaHQ6IDkuNzVwdDsgcGFkZGluZzogLjc1cHQiPg0KICAgIDxwIGNsYXNzPSJNc29O b3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+VmFsZXJpYSBTb3Jp YTwvc3Bhbj48L3RkPg0KICA8L3RyPg0KICA8dHIgc3R5bGU9ImhlaWdodDogOS43NXB0Ij4N CiAgICA8dGQgd2lkdGg9IjEyIiBzdHlsZT0id2lkdGg6IDkuMnB0OyBoZWlnaHQ6IDkuNzVw dDsgcGFkZGluZzogLjc1cHQiPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiIGFsaWduPSJy aWdodCIgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0Ij4NCiAgICA8c3BhbiBzdHlsZT0iZm9u dC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3aWR0aD0i MTg4IiBzdHlsZT0id2lkdGg6IDE0MS4yNXB0OyBoZWlnaHQ6IDkuNzVwdDsgcGFkZGluZzog Ljc1cHQiPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiIGFsaWduPSJyaWdodCIgc3R5bGU9 InRleHQtYWxpZ246IHJpZ2h0Ij48Yj4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6 IFZlcmRhbmEiPkRvY3VtZW50bzombmJzcDsmbmJzcDs8L3NwYW4+PC9iPjwvdGQ+DQogICAg PHRkIHdpZHRoPSI1MTUiIHN0eWxlPSJ3aWR0aDogMzg2LjU1cHQ7IGhlaWdodDogOS43NXB0 OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5 bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj5ETkkgOiAyNTYyMDEyMjwvc3Bhbj48L3RkPg0K ICA8L3RyPg0KICA8dHIgc3R5bGU9ImhlaWdodDogOS43NXB0Ij4NCiAgICA8dGQgd2lkdGg9 IjEyIiBzdHlsZT0id2lkdGg6IDkuMnB0OyBoZWlnaHQ6IDkuNzVwdDsgcGFkZGluZzogLjc1 cHQiPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiIGFsaWduPSJyaWdodCIgc3R5bGU9InRl eHQtYWxpZ246IHJpZ2h0Ij4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRh bmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iMTg4IiBzdHlsZT0id2lk dGg6IDE0MS4yNXB0OyBoZWlnaHQ6IDkuNzVwdDsgcGFkZGluZzogLjc1cHQiPg0KICAgIDxw IGNsYXNzPSJNc29Ob3JtYWwiIGFsaWduPSJyaWdodCIgc3R5bGU9InRleHQtYWxpZ246IHJp Z2h0Ij48Yj4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPkZlY2hh IGRlIE5hY2ltaWVudG86Jm5ic3A7Jm5ic3A7PC9zcGFuPjwvYj48L3RkPg0KICAgIDx0ZCB3 aWR0aD0iNTE1IiBzdHlsZT0id2lkdGg6IDM4Ni41NXB0OyBoZWlnaHQ6IDkuNzVwdDsgcGFk ZGluZzogLjc1cHQiPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJm b250LWZhbWlseTogVmVyZGFuYSI+MjEgZGUgT2N0dWJyZSBkZSANCiAgICAxOTc2PC9zcGFu PjwvdGQ+DQogIDwvdHI+DQogIDx0ciBzdHlsZT0iaGVpZ2h0OiA3LjVwdCI+DQogICAgPHRk IHdpZHRoPSIxMiIgc3R5bGU9IndpZHRoOiA5LjJwdDsgaGVpZ2h0OiA3LjVwdDsgcGFkZGlu ZzogLjc1cHQiPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiIGFsaWduPSJyaWdodCIgc3R5 bGU9InRleHQtYWxpZ246IHJpZ2h0Ij4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1zaXplOiA4 LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICAgIDx0 ZCB3aWR0aD0iMTg4IiBzdHlsZT0id2lkdGg6IDE0MS4yNXB0OyBoZWlnaHQ6IDcuNXB0OyBw YWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCIgYWxpZ249InJpZ2h0 IiBzdHlsZT0idGV4dC1hbGlnbjogcmlnaHQiPjxiPg0KICAgIDxzcGFuIHN0eWxlPSJmb250 LWZhbWlseTogVmVyZGFuYSI+THVnYXIgZGUgTmFjaW1pZW50bzombmJzcDsmbmJzcDs8L3Nw YW4+PC9iPjwvdGQ+DQogICAgPHRkIHdpZHRoPSI1MTUiIHN0eWxlPSJ3aWR0aDogMzg2LjU1 cHQ7IGhlaWdodDogNy41cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0iTXNv Tm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPk1lbmRvemEgQXJn ZW50aW5hPC9zcGFuPjwvdGQ+DQogIDwvdHI+DQogIDx0ciBzdHlsZT0iaGVpZ2h0OiA5Ljc1 cHQiPg0KICAgIDx0ZCB3aWR0aD0iMTIiIHN0eWxlPSJ3aWR0aDogOS4ycHQ7IGhlaWdodDog OS43NXB0OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCIgYWxp Z249InJpZ2h0IiBzdHlsZT0idGV4dC1hbGlnbjogcmlnaHQiPg0KICAgIDxzcGFuIHN0eWxl PSJmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdp ZHRoPSIxODgiIHN0eWxlPSJ3aWR0aDogMTQxLjI1cHQ7IGhlaWdodDogOS43NXB0OyBwYWRk aW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCIgYWxpZ249InJpZ2h0IiBz dHlsZT0idGV4dC1hbGlnbjogcmlnaHQiPjxiPg0KICAgIDxzcGFuIHN0eWxlPSJmb250LWZh bWlseTogVmVyZGFuYSI+RG9taWNpbGlvOiZuYnNwOyZuYnNwOzwvc3Bhbj48L2I+PC90ZD4N CiAgICA8dGQgd2lkdGg9IjUxNSIgc3R5bGU9IndpZHRoOiAzODYuNTVwdDsgaGVpZ2h0OiA5 Ljc1cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3Bh biBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPihubyBlc3BlY2lmaWNhZG8gcG9yIA0K ICAgIHJhem9uZXMgZGUgc2VndXJpZGFkKTwvc3Bhbj48L3RkPg0KICA8L3RyPg0KICA8dHIg c3R5bGU9ImhlaWdodDogOS43NXB0Ij4NCiAgICA8dGQgd2lkdGg9IjEyIiBzdHlsZT0id2lk dGg6IDkuMnB0OyBoZWlnaHQ6IDkuNzVwdDsgcGFkZGluZzogLjc1cHQiPg0KICAgIDxwIGNs YXNzPSJNc29Ob3JtYWwiIGFsaWduPSJyaWdodCIgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0 Ij4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bh bj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iMTg4IiBzdHlsZT0id2lkdGg6IDE0MS4yNXB0OyBo ZWlnaHQ6IDkuNzVwdDsgcGFkZGluZzogLjc1cHQiPg0KICAgIDxwIGNsYXNzPSJNc29Ob3Jt YWwiIGFsaWduPSJyaWdodCIgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0Ij48Yj4NCiAgICA8 c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPkNpdWRhZDombmJzcDsmbmJzcDs8 L3NwYW4+PC9iPjwvdGQ+DQogICAgPHRkIHdpZHRoPSI1MTUiIHN0eWxlPSJ3aWR0aDogMzg2 LjU1cHQ7IGhlaWdodDogOS43NXB0OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9 Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj5TYW4gSm9z 6S1HdWF5bWFsbOluIA0KICAgICg1NTE5KTwvc3Bhbj48L3RkPg0KICA8L3RyPg0KICA8dHIg c3R5bGU9ImhlaWdodDogOS43NXB0Ij4NCiAgICA8dGQgd2lkdGg9IjEyIiBzdHlsZT0id2lk dGg6IDkuMnB0OyBoZWlnaHQ6IDkuNzVwdDsgcGFkZGluZzogLjc1cHQiPg0KICAgIDxwIGNs YXNzPSJNc29Ob3JtYWwiIGFsaWduPSJyaWdodCIgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0 Ij4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bh bj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iMTg4IiBzdHlsZT0id2lkdGg6IDE0MS4yNXB0OyBo ZWlnaHQ6IDkuNzVwdDsgcGFkZGluZzogLjc1cHQiPg0KICAgIDxwIGNsYXNzPSJNc29Ob3Jt YWwiIGFsaWduPSJyaWdodCIgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0Ij48Yj4NCiAgICA8 c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPlByb3ZpbmNpYTombmJzcDsmbmJz cDs8L3NwYW4+PC9iPjwvdGQ+DQogICAgPHRkIHdpZHRoPSI1MTUiIHN0eWxlPSJ3aWR0aDog Mzg2LjU1cHQ7IGhlaWdodDogOS43NXB0OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xh c3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj5NZW5k b3phPC9zcGFuPjwvdGQ+DQogIDwvdHI+DQogIDx0ciBzdHlsZT0iaGVpZ2h0OiA5Ljc1cHQi Pg0KICAgIDx0ZCB3aWR0aD0iMTIiIHN0eWxlPSJ3aWR0aDogOS4ycHQ7IGhlaWdodDogOS43 NXB0OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCIgYWxpZ249 InJpZ2h0IiBzdHlsZT0idGV4dC1hbGlnbjogcmlnaHQiPg0KICAgIDxzcGFuIHN0eWxlPSJm b250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdpZHRo PSIxODgiIHN0eWxlPSJ3aWR0aDogMTQxLjI1cHQ7IGhlaWdodDogOS43NXB0OyBwYWRkaW5n OiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCIgYWxpZ249InJpZ2h0IiBzdHls ZT0idGV4dC1hbGlnbjogcmlnaHQiPjxiPg0KICAgIDxzcGFuIHN0eWxlPSJmb250LWZhbWls eTogVmVyZGFuYSI+UGHtczombmJzcDsmbmJzcDs8L3NwYW4+PC9iPjwvdGQ+DQogICAgPHRk IHdpZHRoPSI1MTUiIHN0eWxlPSJ3aWR0aDogMzg2LjU1cHQ7IGhlaWdodDogOS43NXB0OyBw YWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9 ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj5BcmdlbnRpbmE8L3NwYW4+PC90ZD4NCiAgPC90cj4N CiAgPHRyIHN0eWxlPSJoZWlnaHQ6IDkuNzVwdCI+DQogICAgPHRkIHdpZHRoPSIxMiIgc3R5 bGU9IndpZHRoOiA5LjJwdDsgaGVpZ2h0OiA5Ljc1cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAg ICA8cCBjbGFzcz0iTXNvTm9ybWFsIiBhbGlnbj0icmlnaHQiIHN0eWxlPSJ0ZXh0LWFsaWdu OiByaWdodCI+DQogICAgPHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJz cDs8L3NwYW4+PC90ZD4NCiAgICA8dGQgd2lkdGg9IjE4OCIgc3R5bGU9IndpZHRoOiAxNDEu MjVwdDsgaGVpZ2h0OiA5Ljc1cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0i TXNvTm9ybWFsIiBhbGlnbj0icmlnaHQiIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodCI+PGI+ DQogICAgPHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+ VGVsOiZuYnNwOyZuYnNwOzwvc3Bhbj48L2I+PC90ZD4NCiAgICA8dGQgd2lkdGg9IjUxNSIg c3R5bGU9IndpZHRoOiAzODYuNTVwdDsgaGVpZ2h0OiA5Ljc1cHQ7IHBhZGRpbmc6IC43NXB0 Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9 ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4NCiAgICA1NC0yNjEtMTU2NTM1MzYyIG8gNTQtMjYx LTQ0NTM3Mjk8L3NwYW4+PC90ZD4NCiAgPC90cj4NCiAgPHRyIHN0eWxlPSJoZWlnaHQ6IDku NzVwdCI+DQogICAgPHRkIHdpZHRoPSIxMiIgc3R5bGU9IndpZHRoOiA5LjJwdDsgaGVpZ2h0 OiA5Ljc1cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIiBh bGlnbj0icmlnaHQiIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodCI+DQogICAgPHNwYW4gbGFu Zz0iRU4tVVMiIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwv dGQ+DQogICAgPHRkIHdpZHRoPSIxODgiIHN0eWxlPSJ3aWR0aDogMTQxLjI1cHQ7IGhlaWdo dDogOS43NXB0OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCIg YWxpZ249InJpZ2h0IiBzdHlsZT0idGV4dC1hbGlnbjogcmlnaHQiPjxiPg0KICAgIDxzcGFu IGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPkVtYWlsOiZuYnNw OyZuYnNwOzwvc3Bhbj48L2I+PC90ZD4NCiAgICA8dGQgd2lkdGg9IjUxNSIgc3R5bGU9Indp ZHRoOiAzODYuNTVwdDsgaGVpZ2h0OiA5Ljc1cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8 cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtZmFt aWx5OiBWZXJkYW5hIj4NCiAgICBXYWxlc29yaWFAaG90bWFpbC5jb208L3NwYW4+PC90ZD4N CiAgPC90cj4NCiAgPHRyIHN0eWxlPSJoZWlnaHQ6IDkuNzVwdCI+DQogICAgPHRkIHdpZHRo PSIxMiIgc3R5bGU9IndpZHRoOiA5LjJwdDsgaGVpZ2h0OiA5Ljc1cHQ7IHBhZGRpbmc6IC43 NXB0Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIiBhbGlnbj0icmlnaHQiIHN0eWxlPSJ0 ZXh0LWFsaWduOiByaWdodCI+DQogICAgPHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250 LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdpZHRoPSI3 MDUiIGNvbHNwYW49IjIiIHN0eWxlPSJ3aWR0aDogNTI4LjVwdDsgaGVpZ2h0OiA5Ljc1cHQ7 IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIiBhbGlnbj0icmln aHQiIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodCI+DQogICAgPHNwYW4gbGFuZz0iRU4tVVMi IHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogIDwv dHI+DQogIDx0ciBzdHlsZT0iaGVpZ2h0OiA5Ljc1cHQiPg0KICAgIDx0ZCB3aWR0aD0iMTIi IHN0eWxlPSJ3aWR0aDogOS4ycHQ7IGhlaWdodDogOS43NXB0OyBwYWRkaW5nOiAuNzVwdCI+ DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCIgYWxpZ249InJpZ2h0IiBzdHlsZT0idGV4dC1h bGlnbjogcmlnaHQiPg0KICAgIDxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+ Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdpZHRoPSI3MDUiIGNvbHNwYW49IjIiIHN0 eWxlPSJ3aWR0aDogNTI4LjVwdDsgaGVpZ2h0OiA5Ljc1cHQ7IHBhZGRpbmc6IC43NXB0Ij4N CiAgICA8cCBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCiAg ICA8c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5h Ij5Fc3RveSBkaXNwdWVzdG8gYSANCiAgICByZXViaWNhcm1lIGVuIG90cmEgY2l1ZGFkIHkg UGHtczwvc3Bhbj48L3RkPg0KICA8L3RyPg0KPC90YWJsZT4NCjxwIGNsYXNzPSJNc29Ob3Jt YWwiPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+PGJyPg0KPC9zcGFuPjx1 PjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9y OiAjMjk0NDc5Ij4NCk9CSkVUSVZPPC9zcGFuPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0i Zm9udC1mYW1pbHk6IFZlcmRhbmEiPiA8L3NwYW4+PC91PjwvcD4NCjx0YWJsZSBjbGFzcz0i TXNvTm9ybWFsVGFibGUiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjAiIGNlbGxwYWRkaW5n PSIwIiB3aWR0aD0iNzE4IiBzdHlsZT0id2lkdGg6IDUzOC4zNXB0Ij4NCiAgPHRyPg0KICAg IDx0ZCB3aWR0aD0iMTAiIHZhbGlnbj0idG9wIiBzdHlsZT0id2lkdGg6IDcuNXB0OyBwYWRk aW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVT IiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPjwhLS1baWYgZ3RlIHZtbCAxXT48djpz aGFwZXR5cGUgaWQ9Il94MDAwMF90NzUiDQogY29vcmRzaXplPSIyMTYwMCwyMTYwMCIgbzpz cHQ9Ijc1IiBvOnByZWZlcnJlbGF0aXZlPSJ0IiBwYXRoPSJtQDRANWxANEAxMUA5QDExQDlA NXhlIg0KIGZpbGxlZD0iZiIgc3Ryb2tlZD0iZiI+DQogPHY6c3Ryb2tlIGpvaW5zdHlsZT0i bWl0ZXIiLz4NCiA8djpmb3JtdWxhcz4NCiAgPHY6ZiBlcW49ImlmIGxpbmVEcmF3biBwaXhl bExpbmVXaWR0aCAwIi8+DQogIDx2OmYgZXFuPSJzdW0gQDAgMSAwIi8+DQogIDx2OmYgZXFu PSJzdW0gMCAwIEAxIi8+DQogIDx2OmYgZXFuPSJwcm9kIEAyIDEgMiIvPg0KICA8djpmIGVx bj0icHJvZCBAMyAyMTYwMCBwaXhlbFdpZHRoIi8+DQogIDx2OmYgZXFuPSJwcm9kIEAzIDIx NjAwIHBpeGVsSGVpZ2h0Ii8+DQogIDx2OmYgZXFuPSJzdW0gQDAgMCAxIi8+DQogIDx2OmYg ZXFuPSJwcm9kIEA2IDEgMiIvPg0KICA8djpmIGVxbj0icHJvZCBANyAyMTYwMCBwaXhlbFdp ZHRoIi8+DQogIDx2OmYgZXFuPSJzdW0gQDggMjE2MDAgMCIvPg0KICA8djpmIGVxbj0icHJv ZCBANyAyMTYwMCBwaXhlbEhlaWdodCIvPg0KICA8djpmIGVxbj0ic3VtIEAxMCAyMTYwMCAw Ii8+DQogPC92OmZvcm11bGFzPg0KIDx2OnBhdGggbzpleHRydXNpb25vaz0iZiIgZ3JhZGll bnRzaGFwZW9rPSJ0IiBvOmNvbm5lY3R0eXBlPSJyZWN0Ii8+DQogPG86bG9jayB2OmV4dD0i ZWRpdCIgYXNwZWN0cmF0aW89InQiLz4NCjwvdjpzaGFwZXR5cGU+PHY6c2hhcGUgaWQ9Il94 MDAwMF9zMTAyNSIgdHlwZT0iI194MDAwMF90NzUiIGFsdD0iIiBzdHlsZT0nd2lkdGg6Ljc1 cHQ7DQogaGVpZ2h0Oi43NXB0Jz4NCiA8djppbWFnZWRhdGEgc3JjPSJjaWQ6MTE4NjI2Nzcy Njk5MEBpbWFnZTAwMS5naWYiIG86aHJlZj0iaHR0cDovL2J1bWVyYW4udGVycmEuY29tLmFy L2FwbGljYW50ZXMvaW1hZ2VzL3RyYXBvaW50LmdpZiIvPg0KPC92OnNoYXBlPjwhW2VuZGlm XS0tPjwhW2lmICF2bWxdPjxpbWcgYm9yZGVyPTAgd2lkdGg9MSBoZWlnaHQ9MQ0Kc3JjPSJj aWQ6MTE4NjI2NzcyNjk5MEBpbWFnZTAwMS5naWYiIHY6c2hhcGVzPSJfeDAwMDBfczEwMjUi PjwhW2VuZGlmXT48L3NwYW4+PC90ZD4NCiAgICA8dGQgd2lkdGg9IjcwOCIgc3R5bGU9Indp ZHRoOiA1MzAuODVwdDsgcGFkZGluZzogMGNtIj4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFs Ij48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPkVuY29udHJhciB1biB0cmFi YWpvIA0KICAgIHF1ZSBtZSBwZXJtaXRhIGRlc2Fycm9sbGFybWUgaW50ZWxlY3R1YWxtZW50 ZSB5IGNvbW8gcGVyc29uYSA8L3NwYW4+PC90ZD4NCiAgPC90cj4NCiAgPHRyIHN0eWxlPSJo ZWlnaHQ6IDcuNXB0Ij4NCiAgICA8dGQgd2lkdGg9IjcxOCIgY29sc3Bhbj0iMiIgc3R5bGU9 IndpZHRoOiA1MzguMzVwdDsgaGVpZ2h0OiA3LjVwdDsgcGFkZGluZzogMGNtIj4NCiAgICA8 cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtZmFt aWx5OiBWZXJkYW5hIj48IS0tW2lmIGd0ZSB2bWwgMV0+PHY6c2hhcGUNCiBpZD0iX3gwMDAw X3MxMDI2IiB0eXBlPSIjX3gwMDAwX3Q3NSIgYWx0PSIiIHN0eWxlPSd3aWR0aDouNzVwdDto ZWlnaHQ6Ny41cHQnPg0KIDx2OmltYWdlZGF0YSBzcmM9ImNpZDoxMTg2MjY3NzI2OTkwQGlt YWdlMDAxLmdpZiIgbzpocmVmPSJodHRwOi8vYnVtZXJhbi50ZXJyYS5jb20uYXIvYXBsaWNh bnRlcy9pbWFnZXMvdHJhcG9pbnQuZ2lmIi8+DQo8L3Y6c2hhcGU+PCFbZW5kaWZdLS0+PCFb aWYgIXZtbF0+PGltZyBib3JkZXI9MCB3aWR0aD0xIGhlaWdodD0xMA0Kc3JjPSJjaWQ6MTE4 NjI3ODcyODU5NkBpbWFnZTAwMi5naWYiIHY6c2hhcGVzPSJfeDAwMDBfczEwMjYiPjwhW2Vu ZGlmXT48L3NwYW4+PC90ZD4NCiAgPC90cj4NCjwvdGFibGU+DQo8cCBjbGFzcz0iTXNvTm9y bWFsIj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4m bmJzcDs8L3NwYW4+PC9wPg0KPHRhYmxlIGNsYXNzPSJNc29Ob3JtYWxUYWJsZSIgYm9yZGVy PSIwIiBjZWxscGFkZGluZz0iMCI+DQogIDx0cj4NCiAgICA8dGQgc3R5bGU9InBhZGRpbmc6 IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48dT48c3BhbiBzdHlsZT0iZm9u dC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiAjMjk0NDc5Ij4NCiAgICBFU1RVRElPUzwvc3Bh bj48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiA8L3NwYW4+PC91PjwvdGQ+ DQogIDwvdHI+DQo8L3RhYmxlPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9 ImZvbnQtZmFtaWx5OiBWZXJkYW5hOyBkaXNwbGF5OiBub25lIj4mbmJzcDs8L3NwYW4+PC9w Pg0KPHRhYmxlIGNsYXNzPSJNc29Ob3JtYWxUYWJsZSIgYm9yZGVyPSIwIiBjZWxsc3BhY2lu Zz0iMCIgY2VsbHBhZGRpbmc9IjAiIHdpZHRoPSI3MTgiIHN0eWxlPSJ3aWR0aDogNTM4LjM1 cHQiPg0KICA8dHIgc3R5bGU9ImhlaWdodDogMTUuNzVwdCI+DQogICAgPHRkIHdpZHRoPSIx MiIgdmFsaWduPSJ0b3AiIHN0eWxlPSJ3aWR0aDogOS4wcHQ7IGhlaWdodDogMTUuNzVwdDsg cGFkZGluZzogMGNtIj4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0i Zm9udC1zaXplOiAxMi4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+ PC90ZD4NCiAgICA8dGQgd2lkdGg9IjcwNiIgdmFsaWduPSJ0b3AiIHN0eWxlPSJ3aWR0aDog NTI5LjM1cHQ7IGhlaWdodDogMTUuNzVwdDsgcGFkZGluZzogMGNtIj4NCiAgICA8cCBjbGFz cz0iTXNvTm9ybWFsIj48Yj48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNv bG9yOiBuYXZ5Ij4NCiAgICBQcmltYXJpbyBDb21wbGV0bzwvc3Bhbj48L2I+PHNwYW4gc3R5 bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4gPC9zcGFuPjwvdGQ+DQogIDwvdHI+DQogIDx0 ciBzdHlsZT0iaGVpZ2h0OiAxNS43NXB0Ij4NCiAgICA8dGQgd2lkdGg9IjEyIiB2YWxpZ249 InRvcCIgc3R5bGU9IndpZHRoOiA5LjBwdDsgaGVpZ2h0OiAxNS43NXB0OyBwYWRkaW5nOiAw Y20iPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6 IDEyLjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICAg IDx0ZCB3aWR0aD0iNzA2IiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiA1MjkuMzVwdDsg aGVpZ2h0OiAxNS43NXB0OyBwYWRkaW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJPcmdhbml6 YWNpbiI+PGI+DQogICAgPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTAuMHB0OyBmb250LWZh bWlseTogVmVyZGFuYSI+MTk4MiAtIDE5ODk8L3NwYW4+PC9iPjxzcGFuIHN0eWxlPSJmb250 LXNpemU6IDEwLjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOyANCiAgICAmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgRXNjdWVsYSBBcu1zdGlk ZXMgVmlsbGFudWV2YSZuYnNwOyAtJm5ic3A7Jm5ic3A7IENpdWRhZCwgTWVuZG96YTwvc3Bh bj48L3RkPg0KICA8L3RyPg0KICA8dHIgc3R5bGU9ImhlaWdodDogMTUuNzVwdCI+DQogICAg PHRkIHdpZHRoPSIxMiIgdmFsaWduPSJ0b3AiIHN0eWxlPSJ3aWR0aDogOS4wcHQ7IGhlaWdo dDogMTUuNzVwdDsgcGFkZGluZzogMGNtIj4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48 c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMi4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4m bmJzcDs8L3NwYW4+PC90ZD4NCiAgICA8dGQgd2lkdGg9IjcwNiIgdmFsaWduPSJ0b3AiIHN0 eWxlPSJ3aWR0aDogNTI5LjM1cHQ7IGhlaWdodDogMTUuNzVwdDsgcGFkZGluZzogMGNtIj4N CiAgICA8ZGl2IGNsYXNzPSJNc29Ob3JtYWwiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0 LWFsaWduOiBjZW50ZXIiPg0KICAgICAgPHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250 LWZhbWlseTogVmVyZGFuYSI+DQogICAgICA8aHIgc2l6ZT0iMiIgd2lkdGg9IjEwMCUiIG5v c2hhZGUgY29sb3I9ImdyYXkiIGFsaWduPSJjZW50ZXIiPjwvc3Bhbj4NCiAgICA8L2Rpdj4N CiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj4mbmJzcDs8L3RkPg0KICA8L3RyPg0KICA8dHIg c3R5bGU9ImhlaWdodDogMTUuMHB0Ij4NCiAgICA8dGQgd2lkdGg9IjEyIiB2YWxpZ249InRv cCIgc3R5bGU9IndpZHRoOiA5LjBwdDsgaGVpZ2h0OiAxNS4wcHQ7IHBhZGRpbmc6IDBjbSI+ DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTIu MHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRk IHdpZHRoPSI3MDYiIHZhbGlnbj0idG9wIiBzdHlsZT0id2lkdGg6IDUyOS4zNXB0OyBoZWln aHQ6IDE1LjBwdDsgcGFkZGluZzogMGNtIj4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48 Yj48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBuYXZ5Ij4NCiAg ICBTZWN1bmRhcmlvIENvbXBsZXRvPC9zcGFuPjwvYj48c3BhbiBzdHlsZT0iZm9udC1mYW1p bHk6IFZlcmRhbmEiPiA8L3NwYW4+DQogICAgPC90ZD4NCiAgPC90cj4NCiAgPHRyIHN0eWxl PSJoZWlnaHQ6IDE1Ljc1cHQiPg0KICAgIDx0ZCB3aWR0aD0iMTIiIHZhbGlnbj0idG9wIiBz dHlsZT0id2lkdGg6IDkuMHB0OyBoZWlnaHQ6IDE1Ljc1cHQ7IHBhZGRpbmc6IDBjbSI+DQog ICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTIuMHB0 OyBmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdp ZHRoPSI3MDYiIHZhbGlnbj0idG9wIiBzdHlsZT0id2lkdGg6IDUyOS4zNXB0OyBoZWlnaHQ6 IDE1Ljc1cHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik9yZ2FuaXphY2luIj48 Yj4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMC4wcHQ7IGZvbnQtZmFtaWx5OiBW ZXJkYW5hIj4xOTkwIJYgMTk5NTwvc3Bhbj48L2I+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTog MTAuMHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7IA0KICAgIE5vcm1hbCBTdXBlcmlvciBUb23hcyBHb2RveSBD cnV6Jm5ic3A7Jm5ic3A7IC0mbmJzcDsmbmJzcDsgQ2l1ZGFkLCBNZW5kb3phPC9zcGFuPjwv dGQ+DQogIDwvdHI+DQogIDx0ciBzdHlsZT0iaGVpZ2h0OiAxNS43NXB0Ij4NCiAgICA8dGQg d2lkdGg9IjEyIiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiA5LjBwdDsgaGVpZ2h0OiAx NS43NXB0OyBwYWRkaW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFu IHN0eWxlPSJmb250LXNpemU6IDEyLjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNw Ozwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iNzA2IiB2YWxpZ249InRvcCIgc3R5bGU9 IndpZHRoOiA1MjkuMzVwdDsgaGVpZ2h0OiAxNS43NXB0OyBwYWRkaW5nOiAwY20iPg0KICAg IDxkaXYgY2xhc3M9Ik1zb05vcm1hbCIgYWxpZ249ImNlbnRlciIgc3R5bGU9InRleHQtYWxp Z246IGNlbnRlciI+DQogICAgICA8c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtZmFt aWx5OiBWZXJkYW5hIj4NCiAgICAgIDxociBzaXplPSIyIiB3aWR0aD0iMTAwJSIgbm9zaGFk ZSBjb2xvcj0iZ3JheSIgYWxpZ249ImNlbnRlciI+PC9zcGFuPg0KICAgIDwvZGl2Pg0KICAg IDxwIGNsYXNzPSJNc29Ob3JtYWwiPiZuYnNwOzwvdGQ+DQogIDwvdHI+DQogIDx0ciBzdHls ZT0iaGVpZ2h0OiAxNS43NXB0Ij4NCiAgICA8dGQgd2lkdGg9IjEyIiB2YWxpZ249InRvcCIg c3R5bGU9IndpZHRoOiA5LjBwdDsgaGVpZ2h0OiAxNS43NXB0OyBwYWRkaW5nOiAwY20iPg0K ICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9u dC1mYW1pbHk6IFZlcmRhbmEiPjwhLS1baWYgZ3RlIHZtbCAxXT48djpzaGFwZQ0KIGlkPSJf eDAwMDBfczEwMjciIHR5cGU9IiNfeDAwMDBfdDc1IiBhbHQ9IiIgc3R5bGU9J3dpZHRoOjcu NXB0O2hlaWdodDouNzVwdCc+DQogPHY6aW1hZ2VkYXRhIHNyYz0iY2lkOjExODYyNjc3MjY5 OTBAaW1hZ2UwMDEuZ2lmIiBvOmhyZWY9Imh0dHA6Ly9idW1lcmFuLnRlcnJhLmNvbS5hci9h cGxpY2FudGVzL2ltYWdlcy90cmFwb2ludC5naWYiLz4NCjwvdjpzaGFwZT48IVtlbmRpZl0t LT48IVtpZiAhdm1sXT48aW1nIGJvcmRlcj0wIHdpZHRoPTEwIGhlaWdodD0xDQpzcmM9ImNp ZDoxMTg2Mjg4NzE1NjdAaW1hZ2UwMDMuZ2lmIiB2OnNoYXBlcz0iX3gwMDAwX3MxMDI3Ij48 IVtlbmRpZl0+PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdpZHRoPSI3MDYiIHZhbGlnbj0idG9w IiBzdHlsZT0id2lkdGg6IDUyOS4zNXB0OyBoZWlnaHQ6IDE1Ljc1cHQ7IHBhZGRpbmc6IDBj bSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+DQogICAgPHNwYW4gbGFuZz0iRU4tVVMi IHN0eWxlPSJmb250LXNpemU6IDEyLjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNw Ozwvc3Bhbj48L3RkPg0KICA8L3RyPg0KICA8dHIgc3R5bGU9ImhlaWdodDogMTUuNzVwdCI+ DQogICAgPHRkIHdpZHRoPSI3MTgiIGNvbHNwYW49IjIiIHN0eWxlPSJ3aWR0aDogNTM4LjM1 cHQ7IGhlaWdodDogMTUuNzVwdDsgcGFkZGluZzogMGNtIj4NCiAgICA8cCBjbGFzcz0iTXNv Tm9ybWFsIj4NCiAgICA8c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZTogMTIu MHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogIDwvdHI+ DQo8L3RhYmxlPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+DQo8c3BhbiBsYW5nPSJFTi1VUyIg c3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjogIzI5NDQ3OSI+Jm5ic3A7PC9z cGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPg0KPHNwYW4gbGFuZz0iRU4tVVMiIHN0 eWxlPSJmb250LWZhbWlseTogVmVyZGFuYTsgY29sb3I6ICMyOTQ0NzkiPiZuYnNwOzwvc3Bh bj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj4NCjxzcGFuIGxhbmc9IkVOLVVTIiBzdHls ZT0iZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiAjMjk0NDc5Ij4mbmJzcDs8L3NwYW4+ PC9wPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+DQo8c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9 ImZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjogIzI5NDQ3OSI+Jm5ic3A7PC9zcGFuPjwv cD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjx1PjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTog VmVyZGFuYTsgY29sb3I6ICMyOTQ0NzkiPg0KQ1VSU09TIFkgU0VNSU5BUklPUzwvc3Bhbj48 c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj48YnI+DQo8 IVtpZiAhc3VwcG9ydExpbmVCcmVha05ld0xpbmVdPjxicj4NCiZuYnNwOzwhW2VuZGlmXT48 L3NwYW4+PC91PjwvcD4NCjx0YWJsZSBjbGFzcz0iTXNvTm9ybWFsVGFibGUiIGJvcmRlcj0i MCIgY2VsbHBhZGRpbmc9IjAiIHdpZHRoPSI3MTQiIHN0eWxlPSJ3aWR0aDogNTM1LjhwdCI+ DQogIDx0cj4NCiAgICA8dGQgd2lkdGg9IjE0IiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRo OiAxMC41cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48 c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj48IS0tW2lm IGd0ZSB2bWwgMV0+PHY6c2hhcGUNCiBpZD0iX3gwMDAwX3MxMDI4IiB0eXBlPSIjX3gwMDAw X3Q3NSIgYWx0PSIiIHN0eWxlPSd3aWR0aDo3LjVwdDtoZWlnaHQ6Ljc1cHQnPg0KIDx2Omlt YWdlZGF0YSBzcmM9ImNpZDoxMTg2MjY3NzI2OTkwQGltYWdlMDAxLmdpZiIgbzpocmVmPSJo dHRwOi8vYnVtZXJhbi50ZXJyYS5jb20uYXIvYXBsaWNhbnRlcy9pbWFnZXMvdHJhcG9pbnQu Z2lmIi8+DQo8L3Y6c2hhcGU+PCFbZW5kaWZdLS0+PCFbaWYgIXZtbF0+PGltZyBib3JkZXI9 MCB3aWR0aD0xMCBoZWlnaHQ9MQ0Kc3JjPSJjaWQ6MTE4NjI4ODcxNTY3QGltYWdlMDAzLmdp ZiIgdjpzaGFwZXM9Il94MDAwMF9zMTAyOCI+PCFbZW5kaWZdPjwvc3Bhbj48L3RkPg0KICAg IDx0ZCB3aWR0aD0iNjk0IiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiA1MjAuOHB0OyBw YWRkaW5nOiAuNzVwdCI+PGI+PGk+DQogICAgPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTAu MHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7IDwvc3Bhbj48L2k+DQogICAgPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTAuMHB0OyBm b250LWZhbWlseTogVmVyZGFuYSI+MTk5OTxpPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyANCiAgICAmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDs8L2k+PC9zcGFuPjwvYj48c3BhbiBzdHlsZT0iZm9u dC1zaXplOiAxMC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj5DdXJzbyANCiAgICBkZSB0 cmF0YW1pZW50byB5IHJldGVuY2nzbiBkZSBjbGllbnRlcy4gPC9zcGFuPjwvdGQ+DQogIDwv dHI+DQogIDx0cj4NCiAgICA8dGQgd2lkdGg9IjE0IiB2YWxpZ249InRvcCIgc3R5bGU9Indp ZHRoOiAxMC41cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFs Ij48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3Rk Pg0KICAgIDx0ZCB3aWR0aD0iNjk0IiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiA1MjAu OHB0OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTAu MHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7Jm5ic3A7IA0KICAgICZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOzwvc3Bhbj48c3BhbiBsYW5nPSJFTi1HQiIgc3R5bGU9ImZvbnQtc2l6ZTog MTAuMHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+Q29uc3VsdG9yYSANCiAgICBQcmljZSCW V2F0ZXJob3VzZS48L3NwYW4+PC90ZD4NCiAgPC90cj4NCiAgPHRyPg0KICAgIDx0ZCB3aWR0 aD0iMTQiIHZhbGlnbj0idG9wIiBzdHlsZT0id2lkdGg6IDEwLjVwdDsgcGFkZGluZzogLjc1 cHQiPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHls ZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPjwhLS1baWYgZ3RlIHZtbCAxXT48djpzaGFwZQ0K IGlkPSJfeDAwMDBfczEwMjkiIHR5cGU9IiNfeDAwMDBfdDc1IiBhbHQ9IiIgc3R5bGU9J3dp ZHRoOjcuNXB0O2hlaWdodDouNzVwdCc+DQogPHY6aW1hZ2VkYXRhIHNyYz0iY2lkOjExODYy Njc3MjY5OTBAaW1hZ2UwMDEuZ2lmIiBvOmhyZWY9Imh0dHA6Ly9idW1lcmFuLnRlcnJhLmNv bS5hci9hcGxpY2FudGVzL2ltYWdlcy90cmFwb2ludC5naWYiLz4NCjwvdjpzaGFwZT48IVtl bmRpZl0tLT48IVtpZiAhdm1sXT48aW1nIGJvcmRlcj0wIHdpZHRoPTEwIGhlaWdodD0xDQpz cmM9ImNpZDoxMTg2Mjg4NzE1NjdAaW1hZ2UwMDMuZ2lmIiB2OnNoYXBlcz0iX3gwMDAwX3Mx MDI5Ij48IVtlbmRpZl0+PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdpZHRoPSI2OTQiIHZhbGln bj0idG9wIiBzdHlsZT0id2lkdGg6IDUyMC44cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8 cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1HQiIgc3R5bGU9ImZvbnQtZmFt aWx5OiBWZXJkYW5hIj4mbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgDQog ICAgJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7QlMgQVMsIEFyZ2VudGluYS4NCiAgICA8L3NwYW4+PC90 ZD4NCiAgPC90cj4NCiAgPHRyPg0KICAgIDx0ZCB3aWR0aD0iMTQiIHZhbGlnbj0idG9wIiBz dHlsZT0id2lkdGg6IDEwLjVwdDsgcGFkZGluZzogLjc1cHQiPg0KICAgIDxwIGNsYXNzPSJN c29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDEyLjBwdDsgZm9udC1mYW1pbHk6 IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iNjk0IiB2YWxp Z249InRvcCIgc3R5bGU9IndpZHRoOiA1MjAuOHB0OyBwYWRkaW5nOiAuNzVwdCI+DQogICAg PHAgY2xhc3M9Ik1zb0JvZHlUZXh0Ij48Yj48aT48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6 IFZlcmRhbmEiPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyA8L3NwYW4+DQogICAg PC9pPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+MTk5OTxpPiZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyA8L2k+PC9zcGFuPg0KICAgIDwv Yj48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPlTpY25pY2FzIGRlIFZlbnRh IHkgUHJvZHVjdG8gcGFyYSANCiAgICBUZWxlZm9u7WEgTfN2aWwuPC9zcGFuPjwvcD4NCiAg ICA8cCBjbGFzcz0iTXNvQm9keVRleHQiIHN0eWxlPSJtYXJnaW4tbGVmdDogMTExLjBwdCI+ DQogICAgPHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgVW5pZvNu Ljwvc3Bhbj48L3A+DQogICAgPHAgY2xhc3M9Ik1zb0JvZHlUZXh0IiBzdHlsZT0ibWFyZ2lu LWxlZnQ6IDExMS4wcHQiPg0KICAgIDxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFu YSI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IE1lbmRvemEsIA0KICAgIEFyZ2Vu dGluYS48L3NwYW4+PC9wPg0KICAgIDxwPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVy ZGFuYSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogIDwvdHI+DQogIDx0cj4NCiAgICA8dGQgd2lk dGg9IjE0IiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiAxMC41cHQ7IHBhZGRpbmc6IC43 NXB0Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1mYW1p bHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iNjk0IiBz dHlsZT0id2lkdGg6IDUyMC44cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFzcz0i TXNvQm9keVRleHQiIHN0eWxlPSJ0ZXh0LWFsaWduOiBqdXN0aWZ5OyBsaW5lLWhlaWdodDog MTIuMHB0OyBtYXJnaW4tYm90dG9tOiAxMS4wcHQiPg0KICAgIDxiPjxpPjxzcGFuIHN0eWxl PSJmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7IDwvc3Bhbj48L2k+DQogICAgPHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJk YW5hIj4xOTk5PC9zcGFuPjwvYj48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEi PiANCiAgICAmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDtDdXJzbyBkZSBU ZWxlIG1hcmtldGluZyB5IFRlbGVnZXN0afNuLjwvc3Bhbj48L3A+DQogICAgPHAgY2xhc3M9 Ik1zb0JvZHlUZXh0IiBzdHlsZT0ibWFyZ2luLWxlZnQ6IDExMS4wcHQiPg0KICAgIDxzcGFu IHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7ICZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwO0hhcmRjb3JlIA0K ICAgIFMuQS48L3NwYW4+PC9wPg0KICAgIDxwIGNsYXNzPSJNc29Cb2R5VGV4dCIgc3R5bGU9 Im1hcmdpbi1sZWZ0OiAxMTEuMHB0Ij4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6 IFZlcmRhbmEiPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyANCiAgICBN ZW5kb3phLCBBcmdlbnRpbmEuJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IDwvc3Bhbj48L3A+ DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTIu MHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogIDwvdHI+ DQo8L3RhYmxlPg0KPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFt aWx5OiBWZXJkYW5hOyBkaXNwbGF5OiBub25lIj4mbmJzcDs8L3NwYW4+PC9wPg0KPHRhYmxl IGNsYXNzPSJNc29Ob3JtYWxUYWJsZSIgYm9yZGVyPSIwIiBjZWxscGFkZGluZz0iMCIgd2lk dGg9IjcxNCIgc3R5bGU9IndpZHRoOiA1MzUuOHB0Ij4NCiAgPHRyPg0KICAgIDx0ZCB3aWR0 aD0iMTQiIHZhbGlnbj0idG9wIiBzdHlsZT0id2lkdGg6IDEwLjc1cHQ7IHBhZGRpbmc6IC43 NXB0Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1mYW1p bHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iNjk0IiBz dHlsZT0id2lkdGg6IDUyMC41NXB0OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9 Ik1zb0JvZHlUZXh0IiBzdHlsZT0idGV4dC1hbGlnbjoganVzdGlmeTsgdGV4dC1pbmRlbnQ6 IC0xOC4wcHQ7IGxpbmUtaGVpZ2h0OiAxMi4wcHQ7IG1hcmdpbi1sZWZ0OiAzNi4wcHQ7IG1h cmdpbi1yaWdodDogMGNtOyBtYXJnaW4tdG9wOiAwY207IG1hcmdpbi1ib3R0b206IDExLjBw dCI+DQogICAgPGI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4yMDAwPHNw YW4gc3R5bGU9ImZvbnQtc3R5bGU6IG5vcm1hbDsgZm9udC12YXJpYW50OiBub3JtYWw7IGZv bnQtd2VpZ2h0OiBub3JtYWw7IGZvbnQtc2l6ZTogNy4wcHQ7IGZvbnQtZmFtaWx5OiBUaW1l cyBOZXcgUm9tYW4iPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw Ow0KICAgIDwvc3Bhbj48L3NwYW4+PC9iPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVy ZGFuYSI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7VOljbmljYXMgZGUgDQogICAgVmVudGEgeSBQcm9kdWN0bywgQWR2YW5j ZS48L3NwYW4+PC9wPg0KICAgIDxwIGNsYXNzPSJNc29Cb2R5VGV4dCIgc3R5bGU9Im1hcmdp bi1sZWZ0OiAxMTQuMHB0Ij4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRh bmEiPiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyAmbmJzcDtUZWxlZvNuaWNhIA0KICAgIGRlIEFyZ2VudGluYTwvc3Bhbj48 L3A+DQogICAgPHAgY2xhc3M9Ik1zb0JvZHlUZXh0IiBzdHlsZT0ibWFyZ2luLWxlZnQ6IDEx NC4wcHQiPg0KICAgIDxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IE1lbmRvemEsIA0KICAgIEFyZ2VudGluYS4mbmJz cDsgPC9zcGFuPjwvcD4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0i Zm9udC1zaXplOiAxMi4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+ PC90ZD4NCiAgPC90cj4NCiAgPHRyPg0KICAgIDx0ZCB3aWR0aD0iMTQiIHZhbGlnbj0idG9w IiBzdHlsZT0id2lkdGg6IDEwLjc1cHQ7IHBhZGRpbmc6IC43NXB0Ij4NCiAgICA8cCBjbGFz cz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNw Ozwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iNjk0IiBzdHlsZT0id2lkdGg6IDUyMC41 NXB0OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9Ik1zb0JvZHlUZXh0Ij48Yj48 aT48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyA8L3NwYW4+DQogICAgPC9pPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVy ZGFuYSI+MjAwMSAmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDs8L3NwYW4+PC9iPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTog VmVyZGFuYSI+U2VydmljaW9zIA0KICAgIEVzcGVjaWFsZXMsIFByb2R1Y3RvIEUtbW9jaW9u Ljwvc3Bhbj48L3A+DQogICAgPHAgY2xhc3M9Ik1zb0JvZHlUZXh0IiBzdHlsZT0ibWFyZ2lu LWxlZnQ6IDExMS4wcHQiPg0KICAgIDxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFu YSI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7IDwvc3Bhbj4NCiAgICA8c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9 ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj5Vbmlm824uPC9zcGFuPjwvcD4NCiAgICA8cCBjbGFz cz0iTXNvQm9keVRleHQiIHN0eWxlPSJtYXJnaW4tbGVmdDogMTExLjBwdCI+DQogICAgPHNw YW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+DQogICAgJm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IE1lbmRvemEsIEFyZ2VudGluYS4mbmJzcDsm bmJzcDsgPGI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7PC9i Pjwvc3Bhbj48L3A+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZv bnQtc2l6ZTogMTIuMHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwv dGQ+DQogIDwvdHI+DQogIDx0cj4NCiAgICA8dGQgd2lkdGg9IjE0IiB2YWxpZ249InRvcCIg c3R5bGU9IndpZHRoOiAxMC43NXB0OyBwYWRkaW5nOiAuNzVwdCI+DQogICAgPHAgY2xhc3M9 Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8 L3NwYW4+PC90ZD4NCiAgICA8dGQgd2lkdGg9IjY5NCIgc3R5bGU9IndpZHRoOiA1MjAuNTVw dDsgcGFkZGluZzogLjc1cHQiPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0 eWxlPSJmb250LXNpemU6IDEyLjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwv c3Bhbj48L3RkPg0KICA8L3RyPg0KPC90YWJsZT4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxz cGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjx0 YWJsZSBjbGFzcz0iTXNvTm9ybWFsVGFibGUiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjAi IGNlbGxwYWRkaW5nPSIwIiB3aWR0aD0iNzEwIiBzdHlsZT0id2lkdGg6IDUzMi4zNXB0Ij4N CiAgPHRyIHN0eWxlPSJoZWlnaHQ6IDMuMjVwdCI+DQogICAgPHRkIHdpZHRoPSI3MTAiIHN0 eWxlPSJ3aWR0aDogNTMyLjM1cHQ7IGhlaWdodDogMy4yNXB0OyBwYWRkaW5nOiAwY20iPg0K ICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDEyLjBw dDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICA8L3RyPg0K PC90YWJsZT4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LWZhbWls eTogVmVyZGFuYTsgY29sb3I6ICMyOTQ0NzkiPiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFz cz0iTXNvTm9ybWFsIj48dT48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNv bG9yOiAjMjk0NDc5Ij4NClBSRUZFUkVOQ0lBUyBMQUJPUkFMRVM8L3NwYW4+PHNwYW4gc3R5 bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4gPGJyPg0KPCFbaWYgIXN1cHBvcnRMaW5lQnJl YWtOZXdMaW5lXT48YnI+DQombmJzcDs8IVtlbmRpZl0+PC9zcGFuPjwvdT48L3A+DQo8dGFi bGUgY2xhc3M9Ik1zb05vcm1hbFRhYmxlIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIwIiBj ZWxscGFkZGluZz0iMCIgd2lkdGg9IjcxMSIgc3R5bGU9IndpZHRoOiA1MzMuNTVwdCI+DQog IDx0cj4NCiAgICA8dGQgd2lkdGg9IjIwIiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiAx NS4wcHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4g bGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+PCEtLVtpZiBndGUg dm1sIDFdPjx2OnNoYXBlDQogaWQ9Il94MDAwMF9zMTAzMCIgdHlwZT0iI194MDAwMF90NzUi IGFsdD0iIiBzdHlsZT0nd2lkdGg6Ny41cHQ7aGVpZ2h0Oi43NXB0Jz4NCiA8djppbWFnZWRh dGEgc3JjPSJjaWQ6MTE4NjI2NzcyNjk5MEBpbWFnZTAwMS5naWYiIG86aHJlZj0iaHR0cDov L2J1bWVyYW4udGVycmEuY29tLmFyL2FwbGljYW50ZXMvaW1hZ2VzL3RyYXBvaW50LmdpZiIv Pg0KPC92OnNoYXBlPjwhW2VuZGlmXS0tPjwhW2lmICF2bWxdPjxpbWcgYm9yZGVyPTAgd2lk dGg9MTAgaGVpZ2h0PTENCnNyYz0iY2lkOjExODYyODg3MTU2N0BpbWFnZTAwMy5naWYiIHY6 c2hhcGVzPSJfeDAwMDBfczEwMzAiPjwhW2VuZGlmXT48L3NwYW4+PC90ZD4NCiAgICA8dGQg d2lkdGg9IjEzOSIgdmFsaWduPSJ0b3AiIHN0eWxlPSJ3aWR0aDogMTA0LjU1cHQ7IHBhZGRp bmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCIgYWxpZ249InJpZ2h0IiBzdHls ZT0idGV4dC1hbGlnbjogcmlnaHQiPjxiPg0KICAgIDxzcGFuIHN0eWxlPSJmb250LXNpemU6 IDkuMHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+QVJFQSA6IDwvc3Bhbj48L2I+DQogICAg PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogOS4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj48 YnI+DQogICAgJm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdpZHRoPSI1NTIiIHZhbGln bj0idG9wIiBzdHlsZT0id2lkdGg6IDQxNC4wcHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAg Y2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj5B ZG1pbmlzdHJhY2nzbiAvIA0KICAgIFZlbnRhcyA8L3NwYW4+PC90ZD4NCiAgPC90cj4NCiAg PHRyPg0KICAgIDx0ZCB3aWR0aD0iMjAiIHZhbGlnbj0idG9wIiBzdHlsZT0id2lkdGg6IDE1 LjBwdDsgcGFkZGluZzogMGNtIj4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBz dHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICAgIDx0 ZCB3aWR0aD0iMTM5IiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiAxMDQuNTVwdDsgcGFk ZGluZzogMGNtIj4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIiBhbGlnbj0icmlnaHQiIHN0 eWxlPSJ0ZXh0LWFsaWduOiByaWdodCI+PGI+DQogICAgPHNwYW4gc3R5bGU9ImZvbnQtc2l6 ZTogOS4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj5JTkRVU1RSSUEgOiA8L3NwYW4+PC9i Pg0KICAgIDwvdGQ+DQogICAgPHRkIHdpZHRoPSI1NTIiIHZhbGlnbj0idG9wIiBzdHlsZT0i d2lkdGg6IDQxNC4wcHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1h bCIgc3R5bGU9InRleHQtYWxpZ246IGp1c3RpZnkiPg0KICAgIDxzcGFuIHN0eWxlPSJmb250 LWZhbWlseTogVmVyZGFuYSI+Q29tdW5pY2FjaW9uZXMgLyBUZWxlZm9u7WEgQ2VsdWxhciAv DQogICAgPC9zcGFuPjwvdGQ+DQogIDwvdHI+DQogIDx0cj4NCiAgICA8dGQgd2lkdGg9IjIw IiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiAxNS4wcHQ7IHBhZGRpbmc6IDBjbSI+DQog ICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250 LWZhbWlseTogVmVyZGFuYSI+PCEtLVtpZiBndGUgdm1sIDFdPjx2OnNoYXBlDQogaWQ9Il94 MDAwMF9zMTAzMSIgdHlwZT0iI194MDAwMF90NzUiIGFsdD0iIiBzdHlsZT0nd2lkdGg6Ny41 cHQ7aGVpZ2h0Oi43NXB0Jz4NCiA8djppbWFnZWRhdGEgc3JjPSJjaWQ6MTE4NjI2NzcyNjk5 MEBpbWFnZTAwMS5naWYiIG86aHJlZj0iaHR0cDovL2J1bWVyYW4udGVycmEuY29tLmFyL2Fw bGljYW50ZXMvaW1hZ2VzL3RyYXBvaW50LmdpZiIvPg0KPC92OnNoYXBlPjwhW2VuZGlmXS0t PjwhW2lmICF2bWxdPjxpbWcgYm9yZGVyPTAgd2lkdGg9MTAgaGVpZ2h0PTENCnNyYz0iY2lk OjExODYyODg3MTU2N0BpbWFnZTAwMy5naWYiIHY6c2hhcGVzPSJfeDAwMDBfczEwMzEiPjwh W2VuZGlmXT48L3NwYW4+PC90ZD4NCiAgICA8dGQgd2lkdGg9IjEzOSIgdmFsaWduPSJ0b3Ai IHN0eWxlPSJ3aWR0aDogMTA0LjU1cHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9 Ik1zb05vcm1hbCIgYWxpZ249InJpZ2h0IiBzdHlsZT0idGV4dC1hbGlnbjogcmlnaHQiPjxi Pg0KICAgIDxzcGFuIHN0eWxlPSJmb250LXNpemU6IDkuMHB0OyBmb250LWZhbWlseTogVmVy ZGFuYSI+UFVFU1RPIDogPC9zcGFuPjwvYj4NCiAgICA8L3RkPg0KICAgIDx0ZCB3aWR0aD0i NTUyIiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiA0MTQuMHB0OyBwYWRkaW5nOiAwY20i Pg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTog VmVyZGFuYSI+QW5hbGlzdGEgZGUgVmVudGFzIC8gDQogICAgQWRtaW5pc3RyYXRpdmE8L3Nw YW4+PC90ZD4NCiAgPC90cj4NCiAgPHRyIHN0eWxlPSJwYWdlLWJyZWFrLWluc2lkZTogYXZv aWQ7IGhlaWdodDogOC44NXB0Ij4NCiAgICA8dGQgd2lkdGg9IjIwIiByb3dzcGFuPSIyIiB2 YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiAxNS4wcHQ7IGhlaWdodDogOC44NXB0OyBwYWRk aW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVT IiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPjwhLS1baWYgZ3RlIHZtbCAxXT48djpz aGFwZQ0KIGlkPSJfeDAwMDBfczEwMzIiIHR5cGU9IiNfeDAwMDBfdDc1IiBhbHQ9IiIgc3R5 bGU9J3dpZHRoOjcuNXB0O2hlaWdodDouNzVwdCc+DQogPHY6aW1hZ2VkYXRhIHNyYz0iY2lk OjExODYyNjc3MjY5OTBAaW1hZ2UwMDEuZ2lmIiBvOmhyZWY9Imh0dHA6Ly9idW1lcmFuLnRl cnJhLmNvbS5hci9hcGxpY2FudGVzL2ltYWdlcy90cmFwb2ludC5naWYiLz4NCjwvdjpzaGFw ZT48IVtlbmRpZl0tLT48IVtpZiAhdm1sXT48aW1nIGJvcmRlcj0wIHdpZHRoPTEwIGhlaWdo dD0xDQpzcmM9ImNpZDoxMTg2Mjg4NzE1NjdAaW1hZ2UwMDMuZ2lmIiB2OnNoYXBlcz0iX3gw MDAwX3MxMDMyIj48IVtlbmRpZl0+PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdpZHRoPSIxMzki IHZhbGlnbj0idG9wIiBzdHlsZT0id2lkdGg6IDEwNC41NXB0OyBoZWlnaHQ6IDguODVwdDsg cGFkZGluZzogMGNtIj4NCiAgICA8aDI+U1VFTERPIE1JTklNTzwvaDI+DQogICAgPC90ZD4N CiAgICA8dGQgd2lkdGg9IjU1MiIgcm93c3Bhbj0iMiIgdmFsaWduPSJ0b3AiIHN0eWxlPSJ3 aWR0aDogNDE0LjBwdDsgaGVpZ2h0OiA4Ljg1cHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAg Y2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj48 YnI+DQogICAgVSRTIDcwMCBNZW5zdWFsLiBFbCB2YWxvciBkZWwgc3VlbGRvIGVzdOEgZW4g cmVsYWNp824gY29uIGxhIHJlc3BvbnNhYmlsaWRhZCANCiAgICBkZWwgY2FyZ28sIGNvbmRp Y2nzbiBkZSBjb250cmF0YWNp824geSBsdWdhciBkZSByZXNpZGVuY2lhLjwvc3Bhbj48L3Rk Pg0KICA8L3RyPg0KICA8dHIgc3R5bGU9InBhZ2UtYnJlYWstaW5zaWRlOiBhdm9pZDsgaGVp Z2h0OiAxMi4zNXB0Ij4NCiAgICA8dGQgd2lkdGg9IjEzOSIgdmFsaWduPSJ0b3AiIHN0eWxl PSJ3aWR0aDogMTA0LjU1cHQ7IGhlaWdodDogMTIuMzVwdDsgcGFkZGluZzogMGNtIj4NCiAg ICA8cCBjbGFzcz0iTXNvTm9ybWFsIiBhbGlnbj0icmlnaHQiIHN0eWxlPSJ0ZXh0LWFsaWdu OiByaWdodCI+PGI+DQogICAgPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogOS4wcHQ7IGZvbnQt ZmFtaWx5OiBWZXJkYW5hIj5QUkVURU5ESURPIDo8L3NwYW4+PC9iPjwvdGQ+DQogIDwvdHI+ DQogIDx0ciBzdHlsZT0iaGVpZ2h0OiA3LjVwdCI+DQogICAgPHRkIHdpZHRoPSI3MTEiIGNv bHNwYW49IjMiIHN0eWxlPSJ3aWR0aDogNTMzLjU1cHQ7IGhlaWdodDogNy41cHQ7IHBhZGRp bmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQt ZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC90ZD4NCiAgPC90cj4NCjwvdGFibGU+ DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48dT48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZl cmRhbmE7IGNvbG9yOiAjMjk0NDc5Ij4NCkVYUEVSSUVOQ0lBIExBQk9SQUw8L3NwYW4+PHNw YW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj4gPGJyPg0KPCFbaWYgIXN1cHBvcnRM aW5lQnJlYWtOZXdMaW5lXT48YnI+DQombmJzcDs8IVtlbmRpZl0+PC9zcGFuPjwvdT48L3A+ DQo8dGFibGUgY2xhc3M9Ik1zb05vcm1hbFRhYmxlIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5n PSIwIiBjZWxscGFkZGluZz0iMCIgd2lkdGg9IjcxNSIgc3R5bGU9IndpZHRoOiA1MzUuOTVw dCI+DQogIDx0ciBzdHlsZT0iaGVpZ2h0OiAxNS43NXB0Ij4NCiAgICA8dGQgd2lkdGg9IjIw IiB2YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiAxNS4wcHQ7IGhlaWdodDogMTUuNzVwdDsg cGFkZGluZzogMGNtIj4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48Yj48c3BhbiBsYW5n PSJFTi1VUyIgc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hIj48IS0tW2lmIGd0ZSB2bWwg MV0+PHY6c2hhcGUNCiBpZD0iX3gwMDAwX3MxMDMzIiB0eXBlPSIjX3gwMDAwX3Q3NSIgYWx0 PSIiIHN0eWxlPSd3aWR0aDo3LjVwdDtoZWlnaHQ6Ljc1cHQnPg0KIDx2OmltYWdlZGF0YSBz cmM9ImNpZDoxMTg2MjY3NzI2OTkwQGltYWdlMDAxLmdpZiIgbzpocmVmPSJodHRwOi8vYnVt ZXJhbi50ZXJyYS5jb20uYXIvYXBsaWNhbnRlcy9pbWFnZXMvdHJhcG9pbnQuZ2lmIi8+DQo8 L3Y6c2hhcGU+PCFbZW5kaWZdLS0+PCFbaWYgIXZtbF0+PGltZyBib3JkZXI9MCB3aWR0aD0x MCBoZWlnaHQ9MQ0Kc3JjPSJjaWQ6MTE4NjI4ODcxNTY3QGltYWdlMDAzLmdpZiIgdjpzaGFw ZXM9Il94MDAwMF9zMTAzMyI+PCFbZW5kaWZdPjwvc3Bhbj48L2I+PC90ZD4NCiAgICA8dGQg d2lkdGg9IjY5NSIgY29sc3Bhbj0iMiIgdmFsaWduPSJ0b3AiIHN0eWxlPSJ3aWR0aDogNTIw Ljk1cHQ7IGhlaWdodDogMTUuNzVwdDsgcGFkZGluZzogMGNtIj4NCiAgICA8cCBjbGFzcz0i T3JnYW5pemFjaW4iPjxiPg0KICAgIDxzcGFuIHN0eWxlPSJmb250LXNpemU6IDEwLjBwdDsg Zm9udC1mYW1pbHk6IFZlcmRhbmEiPjAzLzE5OTcgliAxMi8xOTk3PC9zcGFuPjxzcGFuIHN0 eWxlPSJmb250LXNpemU6IDEwLjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOyZu YnNwOyZuYnNwOyANCiAgICB8Jm5ic3A7Jm5ic3A7Jm5ic3A7IEhpdGVjaCwgRW5zYW1ibGFt aWVudG9zIEVsZWN0cvNuaWNvcyBkZSBtYXF1aW5hcmlhcyBwYXJhIHN1YnRlcnLhbmVvcy48 L3NwYW4+PC9iPjwvcD4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48Yj48c3BhbiBzdHls ZT0iZm9udC1mYW1pbHk6IFZlcmRhbmEiPg0KICAgICZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyAmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDs8L3NwYW4+PHNw YW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+TnVldmEgDQog ICAgWW9yaywgRUUgVVU8L3NwYW4+PC9iPjwvdGQ+DQogIDwvdHI+DQogIDx0ciBzdHlsZT0i aGVpZ2h0OiAxNS43NXB0Ij4NCiAgICA8dGQgd2lkdGg9IjIwIiB2YWxpZ249InRvcCIgc3R5 bGU9IndpZHRoOiAxNS4wcHQ7IGhlaWdodDogMTUuNzVwdDsgcGFkZGluZzogMGNtIj4NCiAg ICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQt ZmFtaWx5OiBWZXJkYW5hIj48IS0tW2lmIGd0ZSB2bWwgMV0+PHY6c2hhcGUNCiBpZD0iX3gw MDAwX3MxMDM0IiB0eXBlPSIjX3gwMDAwX3Q3NSIgYWx0PSIiIHN0eWxlPSd3aWR0aDo3LjVw dDtoZWlnaHQ6Ljc1cHQnPg0KIDx2OmltYWdlZGF0YSBzcmM9ImNpZDoxMTg2MjY3NzI2OTkw QGltYWdlMDAxLmdpZiIgbzpocmVmPSJodHRwOi8vYnVtZXJhbi50ZXJyYS5jb20uYXIvYXBs aWNhbnRlcy9pbWFnZXMvdHJhcG9pbnQuZ2lmIi8+DQo8L3Y6c2hhcGU+PCFbZW5kaWZdLS0+ PCFbaWYgIXZtbF0+PGltZyBib3JkZXI9MCB3aWR0aD0xMCBoZWlnaHQ9MQ0Kc3JjPSJjaWQ6 MTE4NjI4ODcxNTY3QGltYWdlMDAzLmdpZiIgdjpzaGFwZXM9Il94MDAwMF9zMTAzNCI+PCFb ZW5kaWZdPjwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iNjk1IiBjb2xzcGFuPSIyIiB2 YWxpZ249InRvcCIgc3R5bGU9IndpZHRoOiA1MjAuOTVwdDsgaGVpZ2h0OiAxNS43NXB0OyBw YWRkaW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJm b250LWZhbWlseTogVmVyZGFuYSI+VGlwbyBkZSBQdWVzdG86IA0KICAgIEFkbWluaXN0cmF0 aXZhPC9zcGFuPjwvcD4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0i Zm9udC1mYW1pbHk6IFZlcmRhbmEiPlRhcmVhIERlc2VtcGXxYWRhOiANCiAgICBGaWRlbGl6 YWNp824gYSBjbGllbnRlcyB5IGVtcHJlc2FzIDwvc3Bhbj48L3RkPg0KICA8L3RyPg0KICA8 dHIgc3R5bGU9InBhZ2UtYnJlYWstaW5zaWRlOiBhdm9pZDsgaGVpZ2h0OiAxNS43NXB0Ij4N CiAgICA8dGQgd2lkdGg9IjcxNSIgY29sc3Bhbj0iMyIgc3R5bGU9IndpZHRoOiA1MzUuOTVw dDsgaGVpZ2h0OiAxNS43NXB0OyBwYWRkaW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29O b3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFu PjwvdGQ+DQogIDwvdHI+DQogIDx0ciBzdHlsZT0iaGVpZ2h0OiAxNS43NXB0Ij4NCiAgICA8 dGQgd2lkdGg9IjIwIiBzdHlsZT0id2lkdGg6IDE1LjBwdDsgaGVpZ2h0OiAxNS43NXB0OyBw YWRkaW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxiPg0KICAgIDxzcGFu IHN0eWxlPSJmb250LXNpemU6IDEyLjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNw Ozwvc3Bhbj48L2I+PC90ZD4NCiAgICA8dGQgd2lkdGg9IjY5NSIgY29sc3Bhbj0iMiIgc3R5 bGU9IndpZHRoOiA1MjAuOTVwdDsgaGVpZ2h0OiAxNS43NXB0OyBwYWRkaW5nOiAwY20iPg0K ICAgIDxwIGNsYXNzPSJPcmdhbml6YWNpbiI+PGI+DQogICAgPHNwYW4gc3R5bGU9ImZvbnQt c2l6ZTogMTAuMHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+MDEvMTk5OCCWIDA0LzE5OTk8 L3NwYW4+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTAuMHB0OyBmb250LWZhbWlseTogVmVy ZGFuYSI+Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IA0KICAgIHwmbmJzcDsmbmJzcDsgV2lu ZGhhbSwgSG90ZWxzICZhbXA7IFJlc29ydHMsIENhZGVuYSBkZSBIb3RlbGVzPC9zcGFuPjwv Yj48L3A+DQogICAgPHAgY2xhc3M9Ik9yZ2FuaXphY2luIj48Yj4NCiAgICA8c3BhbiBzdHls ZT0iZm9udC1zaXplOiAxMC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4NCiAgICAmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7IE51ZXZhIFlvcmssIEVFIFVVPC9zcGFuPjwvYj48L3A+DQogICAg PHAgY2xhc3M9Ik1zb05vcm1hbCI+PGI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJk YW5hIj4mbmJzcDs8L3NwYW4+PC9iPjwvdGQ+DQogIDwvdHI+DQogIDx0ciBzdHlsZT0iaGVp Z2h0OiAxNS43NXB0Ij4NCiAgICA8dGQgd2lkdGg9IjIwIiBzdHlsZT0id2lkdGg6IDE1LjBw dDsgaGVpZ2h0OiAxNS43NXB0OyBwYWRkaW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29O b3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDEyLjBwdDsgZm9udC1mYW1pbHk6IFZl cmRhbmEiPiZuYnNwOzwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iNjk1IiBjb2xzcGFu PSIyIiBzdHlsZT0id2lkdGg6IDUyMC45NXB0OyBoZWlnaHQ6IDE1Ljc1cHQ7IHBhZGRpbmc6 IDBjbSI+DQogICAgPHAgY2xhc3M9IkxvZ3JvIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAx MC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj5UaXBvIA0KICAgIGRlIFB1ZXN0bzogU3Vw ZXJ2aXNvcmE8L3NwYW4+PC9wPg0KICAgIDxwIGNsYXNzPSJMb2dybyI+PHNwYW4gc3R5bGU9 ImZvbnQtc2l6ZTogMTAuMHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+VGFyZWEgDQogICAg ZGVzZW1wZfFhZGE6IFN1cGVydmlzb3JhIGRlIEhvdXNla2VlcGluZywgQXRlbmNp824geSBn de1hIGEgdHVyaXN0YXMgZGUgDQogICAgaGFibGEgaGlzcGFuYTwvc3Bhbj48L3A+DQogICAg PHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5h Ij4mbmJzcDs8L3NwYW4+PC90ZD4NCiAgPC90cj4NCiAgPHRyIHN0eWxlPSJoZWlnaHQ6IDE1 Ljc1cHQiPg0KICAgIDx0ZCB3aWR0aD0iMjAiIHN0eWxlPSJ3aWR0aDogMTUuMHB0OyBoZWln aHQ6IDE1Ljc1cHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+ PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTIuMHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+ Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdpZHRoPSI2OTUiIGNvbHNwYW49IjIiIHN0 eWxlPSJ3aWR0aDogNTIwLjk1cHQ7IGhlaWdodDogMTUuNzVwdDsgcGFkZGluZzogMGNtIj4N CiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZl cmRhbmEiPjxicj4NCiAgICA8IVtpZiAhc3VwcG9ydExpbmVCcmVha05ld0xpbmVdPjxicj4N CiZuYnNwOzwhW2VuZGlmXT48L3NwYW4+PC90ZD4NCiAgPC90cj4NCiAgPHRyIHN0eWxlPSJo ZWlnaHQ6IDE1Ljc1cHQiPg0KICAgIDx0ZCB3aWR0aD0iNzE1IiBjb2xzcGFuPSIzIiBzdHls ZT0id2lkdGg6IDUzNS45NXB0OyBoZWlnaHQ6IDE1Ljc1cHQ7IHBhZGRpbmc6IDBjbSI+DQog ICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJk YW5hIj4mbmJzcDs8L3NwYW4+PC90ZD4NCiAgPC90cj4NCiAgPHRyIHN0eWxlPSJoZWlnaHQ6 IDE1Ljc1cHQiPg0KICAgIDx0ZCB3aWR0aD0iMjAiIHN0eWxlPSJ3aWR0aDogMTUuMHB0OyBo ZWlnaHQ6IDE1Ljc1cHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1h bCI+PGI+DQogICAgPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMTIuMHB0OyBmb250LWZhbWls eTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvYj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iNjk1 IiBjb2xzcGFuPSIyIiBzdHlsZT0id2lkdGg6IDUyMC45NXB0OyBoZWlnaHQ6IDE1Ljc1cHQ7 IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik9yZ2FuaXphY2luIj48Yj4NCiAgICA8 c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4w Ni8xOTk5IJYgMDgvMjAwMTwvc3Bhbj48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMC4wcHQ7 IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDsmbmJzcDsmbmJzcDsgDQogICAgfCZuYnNw OyZuYnNwOyZuYnNwOyBIYXJkY29yZSBTLkEuICwgQWdlbnRlIE9maWNpYWwgVW5pZvNuPC9z cGFuPjwvYj48L3A+DQogICAgPHAgY2xhc3M9Ik9yZ2FuaXphY2luIj48Yj4NCiAgICA8c3Bh biBzdHlsZT0iZm9udC1zaXplOiAxMC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4NCiAg ICAmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7ICZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwO01lbmRvemEsIA0KICAgIEFyZ2Vu dGluYTwvc3Bhbj48L2I+PC9wPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxiPjxzcGFu IHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvYj48L3RkPg0K ICA8L3RyPg0KICA8dHIgc3R5bGU9ImhlaWdodDogMTUuNzVwdCI+DQogICAgPHRkIHdpZHRo PSIyMCIgc3R5bGU9IndpZHRoOiAxNS4wcHQ7IGhlaWdodDogMTUuNzVwdDsgcGFkZGluZzog MGNtIj4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1zaXpl OiAxMi4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC90ZD4NCiAg ICA8dGQgd2lkdGg9IjY5NSIgY29sc3Bhbj0iMiIgc3R5bGU9IndpZHRoOiA1MjAuOTVwdDsg aGVpZ2h0OiAxNS43NXB0OyBwYWRkaW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29Ob3Jt YWwiPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+VGlwbyBkZSBQdWVzdG86 IA0KICAgIEFkbWluaXN0cmF0aXZhPC9zcGFuPjwvcD4NCiAgICA8cCBjbGFzcz0iTG9ncm8i PjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDEwLjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEi PlRhcmVhIA0KICAgIERlc2VtcGXxYWRhOiBFbmNhcmdhZGEgZGUgUG9zdCBWZW50YSB5IHNh bPNuIGRlIHZlbnRhcyBkZSBjYXNhIGNlbnRyYWw8L3NwYW4+PC9wPg0KICAgIDxwIGNsYXNz PSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IA0KICAgICZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwO0VuY2FyZ2FkYSZuYnNwOyBQb3N0IFZlbnRhIGRlIEhhcmRj b3JlIFMuQS4gU2FuIEp1YW4geSBTYW4gTHVpczwvc3Bhbj48L3RkPg0KICA8L3RyPg0KICA8 dHIgc3R5bGU9InBhZ2UtYnJlYWstaW5zaWRlOiBhdm9pZDsgaGVpZ2h0OiAxNS43NXB0Ij4N CiAgICA8dGQgd2lkdGg9IjcxNSIgY29sc3Bhbj0iMyIgc3R5bGU9IndpZHRoOiA1MzUuOTVw dDsgaGVpZ2h0OiAxNS43NXB0OyBwYWRkaW5nOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29O b3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFu PjwvdGQ+DQogIDwvdHI+DQogIDx0ciBzdHlsZT0iaGVpZ2h0OiA3LjVwdCI+DQogICAgPHRk IHdpZHRoPSI3MTAiIGNvbHNwYW49IjIiIHN0eWxlPSJ3aWR0aDogNTMyLjM1cHQ7IGhlaWdo dDogNy41cHQ7IHBhZGRpbmc6IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCI+PHNw YW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+PCEtLVtpZiBn dGUgdm1sIDFdPjx2OnNoYXBlDQogaWQ9Il94MDAwMF9zMTAzNSIgdHlwZT0iI194MDAwMF90 NzUiIGFsdD0iIiBzdHlsZT0nd2lkdGg6Ljc1cHQ7aGVpZ2h0OjcuNXB0Jz4NCiA8djppbWFn ZWRhdGEgc3JjPSJjaWQ6MTE4NjI2NzcyNjk5MEBpbWFnZTAwMS5naWYiIG86aHJlZj0iaHR0 cDovL2J1bWVyYW4udGVycmEuY29tLmFyL2FwbGljYW50ZXMvaW1hZ2VzL3RyYXBvaW50Lmdp ZiIvPg0KPC92OnNoYXBlPjwhW2VuZGlmXS0tPjwhW2lmICF2bWxdPjxpbWcgYm9yZGVyPTAg d2lkdGg9MSBoZWlnaHQ9MTANCnNyYz0iY2lkOjExODYyNzg3Mjg1OTZAaW1hZ2UwMDIuZ2lm IiB2OnNoYXBlcz0iX3gwMDAwX3MxMDM1Ij48IVtlbmRpZl0+PC9zcGFuPjwvdGQ+DQogICAg PHRkIHN0eWxlPSJib3JkZXI6IG1lZGl1bSBub25lOyBwYWRkaW5nOiAwY20iIHdpZHRoPSI1 Ij4NCiAgICA8cCBjbGFzcz0iTXNvTm9ybWFsIj4mbmJzcDs8L3RkPg0KICA8L3RyPg0KICA8 IVtpZiAhc3VwcG9ydE1pc2FsaWduZWRDb2x1bW5zXT4NCiAgPHRyIGhlaWdodD0iMCI+DQog ICAgPHRkIHdpZHRoPSIyMCIgc3R5bGU9ImJvcmRlcjogbWVkaXVtIG5vbmUiPiZuYnNwOzwv dGQ+DQogICAgPHRkIHdpZHRoPSI2OTAiIHN0eWxlPSJib3JkZXI6IG1lZGl1bSBub25lIj4m bmJzcDs8L3RkPg0KICAgIDx0ZCB3aWR0aD0iNSIgc3R5bGU9ImJvcmRlcjogbWVkaXVtIG5v bmUiPiZuYnNwOzwvdGQ+DQogIDwvdHI+DQogIDwhW2VuZGlmXT4NCjwvdGFibGU+DQo8cCBj bGFzcz0iTXNvTm9ybWFsIj48dT48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmE7 IGNvbG9yOiAjMjk0NDc5Ij4NClJFRkVSRU5DSUFTPC9zcGFuPjxzcGFuIHN0eWxlPSJmb250 LWZhbWlseTogVmVyZGFuYSI+IDwvc3Bhbj48L3U+PC9wPg0KPHRhYmxlIGNsYXNzPSJNc29O b3JtYWxUYWJsZSIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9IjAi IHdpZHRoPSI3MTEiIHN0eWxlPSJ3aWR0aDogNTMzLjU1cHQiPg0KICA8dHIgc3R5bGU9Imhl aWdodDogMTYyLjE1cHQiPg0KICAgIDx0ZCB3aWR0aD0iMTIiIHZhbGlnbj0idG9wIiBzdHls ZT0id2lkdGg6IDkuMHB0OyBoZWlnaHQ6IDE2Mi4xNXB0OyBwYWRkaW5nOiAwY20iPg0KICAg IDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1m YW1pbHk6IFZlcmRhbmEiPjwhLS1baWYgZ3RlIHZtbCAxXT48djpzaGFwZQ0KIGlkPSJfeDAw MDBfczEwMzYiIHR5cGU9IiNfeDAwMDBfdDc1IiBhbHQ9IiIgc3R5bGU9J3dpZHRoOjcuNXB0 O2hlaWdodDouNzVwdCc+DQogPHY6aW1hZ2VkYXRhIHNyYz0iY2lkOjExODYyNjc3MjY5OTBA aW1hZ2UwMDEuZ2lmIiBvOmhyZWY9Imh0dHA6Ly9idW1lcmFuLnRlcnJhLmNvbS5hci9hcGxp Y2FudGVzL2ltYWdlcy90cmFwb2ludC5naWYiLz4NCjwvdjpzaGFwZT48IVtlbmRpZl0tLT48 IVtpZiAhdm1sXT48aW1nIGJvcmRlcj0wIHdpZHRoPTEwIGhlaWdodD0xDQpzcmM9ImNpZDox MTg2Mjg4NzE1NjdAaW1hZ2UwMDMuZ2lmIiB2OnNoYXBlcz0iX3gwMDAwX3MxMDM2Ij48IVtl bmRpZl0+PC9zcGFuPjwvdGQ+DQogICAgPHRkIHdpZHRoPSI2OTkiIHZhbGlnbj0idG9wIiBz dHlsZT0id2lkdGg6IDUyNC41NXB0OyBoZWlnaHQ6IDE2Mi4xNXB0OyBwYWRkaW5nOiAwY20i Pg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTog VmVyZGFuYSI+PGJyPg0KICAgIDxiPkd1c3Rhdm8gQ2lhcnJhcGljbzwvYj4gRWplY3V0aXZv IGRlIFZlbnRhcyBkZSBTaWVtYnJhIEFGSlAgTWVuZG96YSANCiAgICBBcmdlbnRpbmEgVEVM OiA1NC0yNjEtNDIwMTAxNTxicj4NCiAgICA8YnI+DQogICAgPGI+TWFyaWFubyBad2FuaWs8 L2I+IEdlcmVudGUgZGUgSVBQIFNSTCBTdWN1cnNhbCBNZW5kb3phIFRFTDogDQogICAgNTQt MjYxLTQyOTY1ODEmbmJzcDs8YnI+DQogICAgPGJyPg0KICAgIDxiPiZuYnNwOzwvYj48L3Nw YW4+PC9wPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiPjx1Pg0KICAgIDxzcGFuIHN0eWxl PSJ0ZXh0LWRlY29yYXRpb246IG5vbmU7IGZvbnQtc2l6ZTogNy41cHQ7IGZvbnQtZmFtaWx5 OiBWZXJkYW5hIj4NCiAgICAmbmJzcDs8L3NwYW4+PC91PjwvcD4NCiAgICA8cCBjbGFzcz0i TXNvTm9ybWFsIj48c3BhbiBzdHlsZT0iZm9udC1zaXplOiAxMi4wcHQ7IGZvbnQtZmFtaWx5 OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC90ZD4NCiAgPC90cj4NCjwvdGFibGU+DQo8cCBj bGFzcz0iTXNvTm9ybWFsIj4mbmJzcDs8L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVyIiBhbGln bj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCjxzcGFuIHN0eWxlPSJm b250LXNpemU6IDI4LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48 L3A+DQo8dGFibGUgY2xhc3M9Ik1zb05vcm1hbFRhYmxlIiBib3JkZXI9IjAiIGNlbGxzcGFj aW5nPSIwIiBjZWxscGFkZGluZz0iMCIgc3R5bGU9ImJvcmRlci1jb2xsYXBzZTogY29sbGFw c2UiPg0KICA8dHI+DQogICAgPHRkIHdpZHRoPSI0ODEiIHZhbGlnbj0idG9wIiBzdHlsZT0i d2lkdGg6IDM2MS4xcHQ7IHBhZGRpbmctbGVmdDogMy41cHQ7IHBhZGRpbmctcmlnaHQ6IDMu NXB0OyBwYWRkaW5nLXRvcDogMGNtOyBwYWRkaW5nLWJvdHRvbTogMGNtIj4NCiAgICA8cCBj bGFzcz0iTXNvTm9ybWFsIiBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2Vu dGVyIj4NCiAgICA8c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBu YXZ5Ij4mbmJzcDs8L3NwYW4+PC90ZD4NCiAgICA8dGQgd2lkdGg9IjIzOCIgdmFsaWduPSJ0 b3AiIHN0eWxlPSJ3aWR0aDogMTc4LjhwdDsgcGFkZGluZy1sZWZ0OiAzLjVwdDsgcGFkZGlu Zy1yaWdodDogMy41cHQ7IHBhZGRpbmctdG9wOiAwY207IHBhZGRpbmctYm90dG9tOiAwY20i Pg0KICAgIDxoMT48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBu YXZ5Ij5WYWxlcmlhIFNvcmlhPC9zcGFuPjwvaDE+DQogICAgPHAgY2xhc3M9Ik1zb0hlYWRl ciI+PHNwYW4gc3R5bGU9ImNvbG9yOiBuYXZ5Ij5URUwgOiANCiAgICA1NC0yNjEtMTU2NTM1 MzYyLzQ0NTM3Mjk8L3NwYW4+PC9wPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiIHN0eWxl PSJ0ZXh0LWluZGVudDogLTM2LjBwdDsgbWFyZ2luLWxlZnQ6IDM2LjBwdCI+DQogICAgPHNw YW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjogbmF2eSI+TWFpbCA6IHdh bGVzb3JpYUBob3RtYWlsLmNvbTwvc3Bhbj48L3A+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1h bCI+PHNwYW4gc3R5bGU9ImZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjogbmF2eSI+TWVu ZG96YSANCiAgICCWIEFyZ2VudGluYTwvc3Bhbj48L3RkPg0KICAgIDx0ZCB3aWR0aD0iMTki IHZhbGlnbj0idG9wIiBzdHlsZT0id2lkdGg6IDE0LjNwdDsgcGFkZGluZy1sZWZ0OiAzLjVw dDsgcGFkZGluZy1yaWdodDogMy41cHQ7IHBhZGRpbmctdG9wOiAwY207IHBhZGRpbmctYm90 dG9tOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiIGFsaWduPSJyaWdodCIgc3R5 bGU9InRleHQtYWxpZ246IHJpZ2h0Ij4NCiAgICA8c3BhbiBzdHlsZT0iY29sb3I6IG5hdnki PiZuYnNwOzwvc3Bhbj48L3RkPg0KICA8L3RyPg0KPC90YWJsZT4NCjxwIGNsYXNzPSJNc29I ZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNw YW4gc3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+Jm5i c3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29IZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0 eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMjgu MHB0OyBmb250LWZhbWlseTogVmVyZGFuYTsgY29sb3I6IG5hdnkiPiZuYnNwOzwvc3Bhbj48 L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVyIiBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1h bGlnbjogY2VudGVyIj4NCjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDI4LjBwdDsgZm9udC1m YW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBuYXZ5Ij4mbmJzcDs8L3NwYW4+PC9wPg0KPHAgY2xh c3M9Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRlciIgc3R5bGU9InRleHQtYWxpZ246IGNlbnRl ciI+DQo8c3BhbiBzdHlsZT0iZm9udC1zaXplOiAyOC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJk YW5hOyBjb2xvcjogbmF2eSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29IZWFk ZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4g c3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBmb250LWZhbWlseTogVmVyZGFuYTsgY29sb3I6 IG5hdnkiPiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVyIiBhbGlnbj0i Y2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCjxzcGFuIHN0eWxlPSJmb250 LXNpemU6IDI4LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBuYXZ5Ij4mbmJz cDs8L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRlciIgc3R5 bGU9InRleHQtYWxpZ246IGNlbnRlciI+DQo8c3BhbiBzdHlsZT0iZm9udC1zaXplOiAyOC4w cHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjogbmF2eSI+Jm5ic3A7PC9zcGFuPjwv cD4NCjxwIGNsYXNzPSJNc29IZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFs aWduOiBjZW50ZXIiPg0KPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBmb250LWZh bWlseTogVmVyZGFuYTsgY29sb3I6IG5hdnkiPiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFz cz0iTXNvSGVhZGVyIiBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVy Ij4NCjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDI4LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRh bmE7IGNvbG9yOiBuYXZ5Ij4mbmJzcDs8L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb0hlYWRl ciIgYWxpZ249ImNlbnRlciIgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlciI+DQo8c3BhbiBz dHlsZT0iZm9udC1zaXplOiAyOC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjog bmF2eSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29IZWFkZXIiIGFsaWduPSJj ZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4gc3R5bGU9ImZvbnQt c2l6ZTogMjguMHB0OyBmb250LWZhbWlseTogVmVyZGFuYTsgY29sb3I6IG5hdnkiPiZuYnNw Ozwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVyIiBhbGlnbj0iY2VudGVyIiBzdHls ZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDI4LjBw dDsgZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBuYXZ5Ij4mbmJzcDs8L3NwYW4+PC9w Pg0KPHAgY2xhc3M9Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRlciIgc3R5bGU9InRleHQtYWxp Z246IGNlbnRlciI+DQo8c3BhbiBzdHlsZT0iZm9udC1zaXplOiAyOC4wcHQ7IGZvbnQtZmFt aWx5OiBWZXJkYW5hOyBjb2xvcjogbmF2eSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNz PSJNc29IZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIi Pg0KPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBmb250LWZhbWlseTogVmVyZGFu YTsgY29sb3I6IG5hdnkiPiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVy IiBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCjxzcGFuIHN0 eWxlPSJmb250LXNpemU6IDI4LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBu YXZ5Ij4mbmJzcDs8L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb0hlYWRlciIgYWxpZ249ImNl bnRlciIgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlciI+DQo8c3BhbiBzdHlsZT0iZm9udC1z aXplOiAyOC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjogbmF2eSI+Jm5ic3A7 PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29IZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxl PSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0 OyBmb250LWZhbWlseTogVmVyZGFuYTsgY29sb3I6IG5hdnkiPiZuYnNwOzwvc3Bhbj48L3A+ DQo8cCBjbGFzcz0iTXNvSGVhZGVyIiBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGln bjogY2VudGVyIj4NCjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDI4LjBwdDsgZm9udC1mYW1p bHk6IFZlcmRhbmE7IGNvbG9yOiBuYXZ5Ij4mbmJzcDs8L3NwYW4+PC9wPg0KPHAgY2xhc3M9 Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRlciIgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlciI+ DQo8c3BhbiBzdHlsZT0iZm9udC1zaXplOiAyOC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5h OyBjb2xvcjogbmF2eSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29IZWFkZXIi IGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4gc3R5 bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBmb250LWZhbWlseTogVmVyZGFuYTsgY29sb3I6IG5h dnkiPiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVyIiBhbGlnbj0iY2Vu dGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCjxzcGFuIHN0eWxlPSJmb250LXNp emU6IDI4LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBuYXZ5Ij4mbmJzcDs8 L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRlciIgc3R5bGU9 InRleHQtYWxpZ246IGNlbnRlciI+DQo8c3BhbiBzdHlsZT0iZm9udC1zaXplOiAyOC4wcHQ7 IGZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjogbmF2eSI+Jm5ic3A7PC9zcGFuPjwvcD4N CjxwIGNsYXNzPSJNc29IZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWdu OiBjZW50ZXIiPg0KPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBmb250LWZhbWls eTogVmVyZGFuYTsgY29sb3I6IG5hdnkiPiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFzcz0i TXNvSGVhZGVyIiBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4N CjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDI4LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmE7 IGNvbG9yOiBuYXZ5Ij4mbmJzcDs8L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb0hlYWRlciIg YWxpZ249ImNlbnRlciIgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlciI+DQo8c3BhbiBzdHls ZT0iZm9udC1zaXplOiAyOC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjogbmF2 eSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29IZWFkZXIiIGFsaWduPSJjZW50 ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4gc3R5bGU9ImZvbnQtc2l6 ZTogMjguMHB0OyBmb250LWZhbWlseTogVmVyZGFuYTsgY29sb3I6IG5hdnkiPiZuYnNwOzwv c3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVyIiBhbGlnbj0iY2VudGVyIiBzdHlsZT0i dGV4dC1hbGlnbjogY2VudGVyIj4NCjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDI4LjBwdDsg Zm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBuYXZ5Ij4mbmJzcDs8L3NwYW4+PC9wPg0K PHAgY2xhc3M9Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRlciIgc3R5bGU9InRleHQtYWxpZ246 IGNlbnRlciI+DQo8c3BhbiBzdHlsZT0iZm9udC1zaXplOiAyOC4wcHQ7IGZvbnQtZmFtaWx5 OiBWZXJkYW5hOyBjb2xvcjogbmF2eSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJN c29IZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0K PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBmb250LWZhbWlseTogVmVyZGFuYTsg Y29sb3I6IG5hdnkiPiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVyIiBh bGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCjxzcGFuIHN0eWxl PSJmb250LXNpemU6IDI4LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBuYXZ5 Ij4mbmJzcDs8L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRl ciIgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlciI+DQo8c3BhbiBzdHlsZT0iZm9udC1zaXpl OiAyOC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hOyBjb2xvcjogbmF2eSI+Jm5ic3A7PC9z cGFuPjwvcD4NCjxwIGNsYXNzPSJNc29IZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0 ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBm b250LWZhbWlseTogVmVyZGFuYTsgY29sb3I6IG5hdnkiPiZuYnNwOzwvc3Bhbj48L3A+DQo8 cCBjbGFzcz0iTXNvSGVhZGVyIiBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjog Y2VudGVyIj4NCjxzcGFuIHN0eWxlPSJmb250LXNpemU6IDI4LjBwdDsgZm9udC1mYW1pbHk6 IFZlcmRhbmE7IGNvbG9yOiBuYXZ5Ij4mbmJzcDs8L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1z b0hlYWRlciIgYWxpZ249ImNlbnRlciIgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlciI+DQo8 c3BhbiBzdHlsZT0iZm9udC1zaXplOiAyOC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hOyBj b2xvcjogbmF2eSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29IZWFkZXIiIGFs aWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4gbGFuZz0i RU4tVVMiIHN0eWxlPSJmb250LXNpemU6IDI4LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEi PiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVyIiBhbGlnbj0iY2VudGVy IiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCjxzcGFuIGxhbmc9IkVOLVVTIiBzdHls ZT0iZm9udC1zaXplOiAyOC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3Nw YW4+PC9wPg0KPHAgY2xhc3M9Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRlciIgc3R5bGU9InRl eHQtYWxpZ246IGNlbnRlciI+DQo8c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6 ZTogMjguMHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjxw IGNsYXNzPSJNc29IZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBj ZW50ZXIiPg0KPHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LXNpemU6IDI4LjBwdDsg Zm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNv SGVhZGVyIiBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCjxz cGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOiAyOC4wcHQ7IGZvbnQtZmFtaWx5 OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb0hlYWRlciIgYWxp Z249ImNlbnRlciIgc3R5bGU9InRleHQtYWxpZ246IGNlbnRlciI+DQo8c3BhbiBsYW5nPSJF Ti1VUyIgc3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+ Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29IZWFkZXIiIGFsaWduPSJjZW50ZXIi IHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxl PSJmb250LXNpemU6IDI4LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bh bj48L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVyIiBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4 dC1hbGlnbjogY2VudGVyIj4NCjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXpl OiAyOC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC9wPg0KPHAg Y2xhc3M9Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRlciIgc3R5bGU9InRleHQtYWxpZ246IGNl bnRlciI+DQo8c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9ImZvbnQtc2l6ZTogMjguMHB0OyBm b250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29I ZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0LWFsaWduOiBjZW50ZXIiPg0KPHNw YW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LXNpemU6IDI4LjBwdDsgZm9udC1mYW1pbHk6 IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvSGVhZGVyIiBhbGln bj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2VudGVyIj4NCjxzcGFuIGxhbmc9IkVO LVVTIiBzdHlsZT0iZm9udC1zaXplOiAyOC4wcHQ7IGZvbnQtZmFtaWx5OiBWZXJkYW5hIj4m bmJzcDs8L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb0hlYWRlciIgYWxpZ249ImNlbnRlciIg c3R5bGU9InRleHQtYWxpZ246IGNlbnRlciI+DQo8c3BhbiBsYW5nPSJFTi1VUyIgc3R5bGU9 ImZvbnQtc2l6ZTogMjguMHB0OyBmb250LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFu PjwvcD4NCjxwIGNsYXNzPSJNc29IZWFkZXIiIGFsaWduPSJjZW50ZXIiIHN0eWxlPSJ0ZXh0 LWFsaWduOiBjZW50ZXIiPg0KPHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LXNpemU6 IDI4LjBwdDsgZm9udC1mYW1pbHk6IFZlcmRhbmEiPiZuYnNwOzwvc3Bhbj48L3A+DQo8cCBj bGFzcz0iTXNvSGVhZGVyIiBhbGlnbj0iY2VudGVyIiBzdHlsZT0idGV4dC1hbGlnbjogY2Vu dGVyIj4NCjxzcGFuIGxhbmc9IkVOLVVTIiBzdHlsZT0iZm9udC1zaXplOiAyOC4wcHQ7IGZv bnQtZmFtaWx5OiBWZXJkYW5hIj4mbmJzcDs8L3NwYW4+PC9wPg0KPHAgY2xhc3M9Ik1zb0hl YWRlciI+PHNwYW4gbGFuZz0iRU4tVVMiIHN0eWxlPSJmb250LWZhbWlseTogVmVyZGFuYSI+ Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIGFsaWduPSJyaWdodCIg c3R5bGU9InRleHQtYWxpZ246IHJpZ2h0Ij4NCjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTog VmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiIGFsaWdu PSJyaWdodCIgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0Ij4NCjxzcGFuIHN0eWxlPSJmb250 LWZhbWlseTogVmVyZGFuYSI+Jm5ic3A7PC9zcGFuPjwvcD4NCjx0YWJsZSBjbGFzcz0iTXNv Tm9ybWFsVGFibGUiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjAiIGNlbGxwYWRkaW5nPSIw IiBzdHlsZT0iYm9yZGVyLWNvbGxhcHNlOiBjb2xsYXBzZSI+DQogIDx0cj4NCiAgICA8dGQg d2lkdGg9IjUwMiIgdmFsaWduPSJ0b3AiIHN0eWxlPSJ3aWR0aDogMzc2LjdwdDsgcGFkZGlu Zy1sZWZ0OiAzLjVwdDsgcGFkZGluZy1yaWdodDogMy41cHQ7IHBhZGRpbmctdG9wOiAwY207 IHBhZGRpbmctYm90dG9tOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29Ob3JtYWwiIGFsaWdu PSJyaWdodCIgc3R5bGU9InRleHQtYWxpZ246IHJpZ2h0Ij4NCiAgICA8c3BhbiBzdHlsZT0i Zm9udC1mYW1pbHk6IFZlcmRhbmE7IGNvbG9yOiBuYXZ5Ij4mbmJzcDs8L3NwYW4+PC90ZD4N CiAgICA8dGQgd2lkdGg9IjIxOCIgdmFsaWduPSJ0b3AiIHN0eWxlPSJ3aWR0aDogMTYzLjJw dDsgcGFkZGluZy1sZWZ0OiAzLjVwdDsgcGFkZGluZy1yaWdodDogMy41cHQ7IHBhZGRpbmct dG9wOiAwY207IHBhZGRpbmctYm90dG9tOiAwY20iPg0KICAgIDxwIGNsYXNzPSJNc29Ob3Jt YWwiPjxzcGFuIHN0eWxlPSJjb2xvcjogbmF2eSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogICAg PHRkIHdpZHRoPSIxOSIgdmFsaWduPSJ0b3AiIHN0eWxlPSJ3aWR0aDogMTQuM3B0OyBwYWRk aW5nLWxlZnQ6IDMuNXB0OyBwYWRkaW5nLXJpZ2h0OiAzLjVwdDsgcGFkZGluZy10b3A6IDBj bTsgcGFkZGluZy1ib3R0b206IDBjbSI+DQogICAgPHAgY2xhc3M9Ik1zb05vcm1hbCIgYWxp Z249InJpZ2h0IiBzdHlsZT0idGV4dC1hbGlnbjogcmlnaHQiPg0KICAgIDxzcGFuIHN0eWxl PSJjb2xvcjogbmF2eSI+Jm5ic3A7PC9zcGFuPjwvdGQ+DQogIDwvdHI+DQo8L3RhYmxlPg0K PHAgY2xhc3M9Ik1zb05vcm1hbCIgYWxpZ249InJpZ2h0IiBzdHlsZT0idGV4dC1hbGlnbjog cmlnaHQiPiZuYnNwOzwvcD4NCg0KPC9ib2R5Pg0KDQo8L2h0bWw+ ------=_NextPart_001_002__11862587_69030,99-- ------=_NextPart_000_001__11862587_69030,99 Content-Type: image/gif; name="image001.gif" Content-Transfer-Encoding: base64 Content-ID: <1186267726990@image001.gif> R0lGODlhAQABAHcAACH/C01TT0ZGSUNFOS4wGAAAAAxtc09QTVNPRkZJQ0U5LjAC8Zm0lgAh /wtNU09GRklDRTkuMBgAAAAMY21QUEpDbXAwNzEyAAAAB09tt6UAIfkEAQAAAAAsAAAAAAEA AQCBwMDAAAAAAQIDAQIDAgJEAQA7 ------=_NextPart_000_001__11862587_69030,99 Content-Type: image/gif; name="image002.gif" Content-Transfer-Encoding: base64 Content-ID: <1186278728596@image002.gif> R0lGODlhAQAKAHcAMSH+GlNvZnR3YXJlOiBNaWNyb3NvZnQgT2ZmaWNlACH5BAEAAAAALAAA AAABAAEAgAAAAAECAwICRAEAOw== ------=_NextPart_000_001__11862587_69030,99 Content-Type: image/gif; name="image003.gif" Content-Transfer-Encoding: base64 Content-ID: <118628871567@image003.gif> R0lGODlhCgABAHcAMSH+GlNvZnR3YXJlOiBNaWNyb3NvZnQgT2ZmaWNlACH5BAEAAAAALAAA AAABAAEAgAAAAAECAwICRAEAOw== ------=_NextPart_000_001__11862587_69030,99-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 15:17:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B406637B405; Tue, 2 Oct 2001 15:17:31 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92MBRt38741; Tue, 2 Oct 2001 15:11:27 -0700 (PDT) (envelope-from petef) Date: Tue, 2 Oct 2001 15:11:27 -0700 (PDT) From: Message-Id: <200110022211.f92MBRt38741@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/30994: Update port: bftpd 1.0.22 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: bftpd 1.0.22 Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: petef Responsible-Changed-When: Tue Oct 2 15:11:22 PDT 2001 Responsible-Changed-Why: My port http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30994 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 15:32:23 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mackinac.eng.cenus.com (mackinac.eng.cenus.com [63.207.27.241]) by hub.freebsd.org (Postfix) with SMTP id 1550937B408 for ; Tue, 2 Oct 2001 15:32:16 -0700 (PDT) Received: from ca-fsnt-01.CENUS.COM (mail.cenus.com [10.10.10.1]) by mackinac.eng.cenus.com (8.9.3/8.9.3) with ESMTP id PAA36981 for ; Tue, 2 Oct 2001 15:32:15 -0700 (PDT) (envelope-from dsmith@cenus.com) Received: by mail.cenus.com with Internet Mail Service (5.5.2650.21) id ; Tue, 2 Oct 2001 15:32:51 -0700 Message-ID: <7557E25563CCD411827F00B0D022DACD14EE05@mail.cenus.com> From: David Smith To: "'freebsd-ports@FreeBSD.ORG'" Subject: Problems with GVD v1.0.1 (port) and FreeBSD v4.4 Date: Tue, 2 Oct 2001 15:32:50 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello all. I have been unable to build GVD on a new machine, with a clean install of FreeBSD 4.4. I should note that on an older box I was able to build the port, under FreeBSD v4.3 with the ports (dependecies) as they were about 3-4 months ago. However, on the new box all attempts to build the port have failed. Details are: Going into the /usr/ports/devel/gvd directory and issuing a make command; after successfulling building and installing gtkada 1.1.12 and gnat 3.13p, the compile for GVD fails with the following (these printouts are after a couple of build attempts).: ===> Building for gvd-1.0.1 gmake CFLAGS="-g -O2" -C pixmaps gmake[1]: Entering directory `/usr/ports/devel/gvd/work/gvd-1.0.1/pixmaps' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/devel/gvd/work/gvd-1.0.1/pixmaps' gmake CFLAGS="-g -O2" -C gnat gmake[1]: Entering directory `/usr/ports/devel/gvd/work/gvd-1.0.1/gnat' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/devel/gvd/work/gvd-1.0.1/gnat' gmake CFLAGS="-g -O2" -C gvd gmake[1]: Entering directory `/usr/ports/devel/gvd/work/gvd-1.0.1/gvd' gnatmake -m -g -O2 -gnatwuwe -I/usr/X11R6/include/gtkada -I../gnat gvd_main -o gvd -bargs -E -largs ../gnat/gexpect.o ../gnat/gexpect_tty.o ../pixmaps/pixmaps.o -L/usr/X11R6/include/gtkada -L/usr/X11R6/lib -lgtkada -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm adagcc -c -g -O2 -gnatwuwe -I/usr/X11R6/include/gtkada -I../gnat gvd_main.adb display_items.ads:186:09: type must be declared abstract or "Draw" overridden gnatmake: "gvd_main.adb" compilation error gmake[1]: *** [gvd] Error 4 gmake[1]: Leaving directory `/usr/ports/devel/gvd/work/gvd-1.0.1/gvd' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/devel/gvd. *** Error code 1 Stop in /usr/ports/devel/gvd. *** Error code 1 Stop in /usr/ports/devel/gvd. What is interesting to me is that the tarball is the same on my 4.4 machine as my 4.3 machine which leads me to believe that something outside of gvd may be wrong; of course I could be wrong as well. :) Any advice would be greatly appreciated!! P.S. Regarding the v1.2.0 source from the GVD web-site, if anyone understands why I could build it (details listed below) I would also appreciate any advice on this subject as well. I downloaded the source for v1.2.0 of GVD and attempted to build it. Alas, the powers that be decided to frown further upon and I got the following messages while attempting to configure: checking for gtkada-config... (cached) /usr/X11R6/bin/gtkada-config checking for GtkAda - version >= 1.2.12... gtk-config: not found glib-config: not found gtk-config: not found yes updating cache ./config.cache A bit of searching indicated that the gtk-config binary was actually gtk12-config on FreeBSD (due to support for multiple versions). Anyway, the first recommendations were to set the GTK_CONFIG and GLIB_CONFIG environment variables. setenv GTK_CONFIG /usr/X11R6/bin/gtk12-config setenv GLIB_CONFIG /usr/local/bin/glib12-config This resulted in no change from the configure output, as can be seen below: checking for gtkada-config... (cached) /usr/X11R6/bin/gtkada-config checking for GtkAda - version >= 1.2.12... gtk-config: not found glib-config: not found gtk-config: not found yes updating cache ./config.cache So I decided to create links as follows: ln -sv /usr/X11R6/bin/gtk12-config /usr/X11R6/bin/gtk-config ln -sv /usr/X11R6/bin/glib12-config /usr/X11R6/bin/glib-config Which appears to have satisfied configure: checking for gtkada-config... (cached) /usr/X11R6/bin/gtkada-config checking for GtkAda - version >= 1.2.12... yes updating cache ./config.cache Unfortunately, the build still failed as can be seen below: gmake CFLAGS="-g -O2" -C pixmaps gmake[1]: Entering directory `/home/dsmith/gvd-1.2.0-src/pixmaps' gcc -c -g -O2 pixmaps.c gmake[1]: Leaving directory `/home/dsmith/gvd-1.2.0-src/pixmaps' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 16:50: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E91D37B408 for ; Tue, 2 Oct 2001 16:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92No1L50896; Tue, 2 Oct 2001 16:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C83B37B403 for ; Tue, 2 Oct 2001 16:41:01 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92Nf1950042; Tue, 2 Oct 2001 16:41:01 -0700 (PDT) (envelope-from nobody) Message-Id: <200110022341.f92Nf1950042@freefall.freebsd.org> Date: Tue, 2 Oct 2001 16:41:01 -0700 (PDT) From: Rich Wales To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/30995: ImageMagick port chokes on "ltconfig --build=i386--freebsd4.4" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30995 >Category: ports >Synopsis: ImageMagick port chokes on "ltconfig --build=i386--freebsd4.4" >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 02 16:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Rich Wales >Release: 4.4-STABLE >Organization: >Environment: FreeBSD wyattearp.stanford.edu 4.4-STABLE FreeBSD 4.4-STABLE #0: Wed Sep 26 10:53:17 PDT 2001 richw@wyattearp.stanford.edu:/misc/cvs/obj/misc/cvs/STABLE/src/sys/WYATTEARP i386 >Description: I tried to build ImageMagick (5.2.7_1). While configuring, the make failed with the following error: ltconfig: unrecognized option `--build=i386--freebsd4.4' >How-To-Repeat: cd /usr/ports/graphics/ImageMagick; make >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 17:10:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBC4A37B403 for ; Tue, 2 Oct 2001 17:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f930A0k55348; Tue, 2 Oct 2001 17:10:00 -0700 (PDT) (envelope-from gnats) Received: from palle.girgensohn.se (c213.89.167.190.cm-upc.chello.se [213.89.167.190]) by hub.freebsd.org (Postfix) with ESMTP id BE9FC37B403 for ; Tue, 2 Oct 2001 17:04:42 -0700 (PDT) Received: (from girgen@localhost) by palle.girgensohn.se (8.11.6/8.11.5) id f9304fH03477; Wed, 3 Oct 2001 02:04:41 +0200 (CEST) (envelope-from girgen) Message-Id: <200110030004.f9304fH03477@palle.girgensohn.se> Date: Wed, 3 Oct 2001 02:04:41 +0200 (CEST) From: Palle Girgensohn Reply-To: Palle Girgensohn To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30996: Update textproc/crimson Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30996 >Category: ports >Synopsis: Update textproc/crimson >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 02 17:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.4-RELEASE i386 >Organization: Partitur >Environment: System: FreeBSD palle.girgensohn.se 4.4-RELEASE FreeBSD 4.4-RELEASE #4: Wed Sep 19 04:13:32 CEST 2001 root@palle.girgensohn.se:/usr/obj/usr/src/sys/STORDATAN i386 >Description: Update crimson to version 1.1.2. Don't bother about the "beta", crimson 1.1.2beta2 is said to be more stable than previous release versions: "The latest and most stable Crimson distribution is version 1.1.2beta2." The jaxp.jar file is removed and content incorporated into crimson.jar, added a note about this in pkg_message. Also, there are no uncertainties about the license, it is apache license. Removed that clause. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/crimson/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 2001/03/30 05:09:20 1.1 +++ Makefile 2001/10/02 23:44:54 @@ -6,40 +6,32 @@ # PORTNAME= crimson -PORTVERSION= 1.1 +PORTVERSION= 1.1.2beta2 CATEGORIES= textproc java MASTER_SITES= http://xml.apache.org/dist/crimson/ MAINTAINER= girgen@partitur.se +DISTFILES= ${DISTNAME}-bin${EXTRACT_SUFX} +DISTNAME= ${PORTNAME}-${PORTVERSION} + RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper -USE_ZIP= YES NO_BUILD= yes -RESTRICTED= "uncertain about the license of jaxp.jar" JAVAVM?= ${LOCALBASE}/bin/javavm - -FIND?= /usr/bin/find -JARS= jaxp.jar crimson.jar -READMES= README.txt -CRIMSON_SUBDIR= ${DISTNAME} +CRIMSON_SUBDIR= ${PORTNAME}-${PORTVERSION:S/beta2//} PORTDESTDIR= ${PREFIX}/share/java/${CRIMSON_SUBDIR} PLIST_SUB= CRIMSON_SUBDIR=${CRIMSON_SUBDIR} -post-extract: - cd ${WRKDIR}; \ - ${FIND} ${DISTNAME} -type d -exec ${CHMOD} +x \{} \; - do-install: ${MKDIR} ${PREFIX}/share/java/classes cd ${INSTALL_WRKSRC}; \ - ${INSTALL_DATA} ${JARS} ${PREFIX}/share/java/classes + ${INSTALL_DATA} crimson.jar ${PREFIX}/share/java/classes .if !defined(NOPORTDOCS) ${MKDIR} ${PORTDESTDIR} cd ${INSTALL_WRKSRC}; \ - ${INSTALL_DATA} ${READMES} ${PORTDESTDIR}; \ pax -rw docs examples ${PORTDESTDIR} .endif Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/crimson/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 2001/03/30 05:09:20 1.1 +++ distinfo 2001/10/02 23:16:29 @@ -1 +1 @@ -MD5 (crimson-1.1.zip) = e54b96e4f694e708a99ff497ddcd527b +MD5 (crimson-1.1.2beta2-bin.tar.gz) = abb6beb9f6867dfef09a012d53da3f52 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/crimson/pkg-descr,v retrieving revision 1.1 diff -u -u -r1.1 pkg-descr --- pkg-descr 2001/03/30 05:09:20 1.1 +++ pkg-descr 2001/10/03 00:02:49 @@ -6,7 +6,7 @@ hierarchy is Xalan 2, which is available as a separate port in java/xalan. -More info about JAXP: + More info about JAXP: WWW: http://www.javasoft.com/xml/ Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/textproc/crimson/pkg-message,v retrieving revision 1.1 diff -u -u -r1.1 pkg-message --- pkg-message 2001/03/30 05:09:20 1.1 +++ pkg-message 2001/10/02 23:59:36 @@ -1,7 +1,12 @@ -The following jar files have been installed: +The following jar file has been installed: %%PREFIX%%/share/java/classes/crimson.jar - %%PREFIX%%/share/java/classes/jaxp.jar -Add them to your CLASSPATH to use JAXP. -Documentation is in %%PREFIX%%/share/java/crimson-1.1 +Add it to your CLASSPATH to use JAXP. + +NOTE: + If you used previous versions of crimson, please note that there is + now only one jar file, crimson.jar. You should remove the old port + and any references to the jaxp.jar to avoid confusion. + +Documentation is in %%PREFIX%%/share/java/crimson-1.1.2 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/crimson/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 2001/03/30 05:09:20 1.1 +++ pkg-plist 2001/10/02 23:35:03 @@ -1,251 +1,180 @@ -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/AttributeList.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/Attributes.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/ContentHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/DTDHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/DocumentHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/EntityResolver.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/ErrorHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/HandlerBase.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/InputSource.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/Locator.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/Parser.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/SAXException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/SAXNotRecognizedException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/SAXNotSupportedException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/SAXParseException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/XMLFilter.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/XMLReader.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/class-use/DeclHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/class-use/LexicalHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/DeclHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/LexicalHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/package-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/package-summary.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/package-tree.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/package-use.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/AttributeListImpl.html +share/java/classes/crimson.jar +@dirrm share/java/classes +share/java/%%CRIMSON_SUBDIR%%/docs/api/package-list +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/NodeList.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/EntityReference.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Attr.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Element.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Text.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/DOMException.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/CDATASection.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Document.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/DOMImplementation.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Comment.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/DocumentType.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Entity.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Notation.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/CharacterData.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/ProcessingInstruction.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/NamedNodeMap.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/DocumentFragment.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Node.html +@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/CharacterData.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Entity.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/package-summary.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/DocumentType.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Attr.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Notation.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Text.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/NamedNodeMap.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/package-tree.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/EntityReference.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Element.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/ProcessingInstruction.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/package-frame.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/DocumentFragment.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Comment.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/DOMImplementation.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/DOMException.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/package-use.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/NodeList.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/CDATASection.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Node.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Document.html +@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom +@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/DTDHandler.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/DefaultHandler.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/package-tree.html share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/AttributesImpl.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/DefaultHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/LocatorImpl.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/NamespaceSupport.html share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/ParserAdapter.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/ParserFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/XMLFilterImpl.html share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/XMLReaderAdapter.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/ParserFactory.html share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/XMLReaderFactory.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/AttributeListImpl.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/XMLFilterImpl.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/LocatorImpl.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/NamespaceSupport.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/DefaultHandler.html +@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/package-use.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/XMLFilterImpl.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/package-summary.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/XMLReaderFactory.html share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/AttributeListImpl.html share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/AttributesImpl.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/DefaultHandler.html share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/LocatorImpl.html share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/NamespaceSupport.html share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/ParserAdapter.html share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/ParserFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/XMLFilterImpl.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/XMLReaderAdapter.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/XMLReaderFactory.html share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/package-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/package-summary.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/package-tree.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/package-use.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/XMLReaderAdapter.html +@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/SAXNotSupportedException.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/DocumentHandler.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/AttributeList.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/SAXParseException.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/HandlerBase.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/ErrorHandler.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/SAXException.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/Attributes.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/Parser.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/InputSource.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/EntityResolver.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/SAXNotSupportedException.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/XMLFilter.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/DTDHandler.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/Locator.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/SAXNotRecognizedException.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/XMLReader.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/ContentHandler.html +@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/LexicalHandler.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/class-use/DeclHandler.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/class-use/LexicalHandler.html +@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/class-use +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/package-use.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/package-frame.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/DeclHandler.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/package-summary.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/package-tree.html +@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/SAXNotRecognizedException.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/package-summary.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/XMLFilter.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/Parser.html share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/AttributeList.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/Attributes.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/XMLReader.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/HandlerBase.html share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ContentHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/DTDHandler.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/package-frame.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/package-use.html share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/DocumentHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/EntityResolver.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ErrorHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/HandlerBase.html share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/InputSource.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/Attributes.html share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/Locator.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/Parser.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/SAXException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/SAXNotRecognizedException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/SAXNotSupportedException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/SAXParseException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/XMLFilter.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/XMLReader.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/package-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/package-summary.html share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/package-tree.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/package-use.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Attr.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/CDATASection.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/CharacterData.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Comment.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/DOMException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/DOMImplementation.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Document.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/DocumentFragment.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/DocumentType.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Element.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Entity.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/EntityReference.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/NamedNodeMap.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Node.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/NodeList.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Notation.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/ProcessingInstruction.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Text.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Attr.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/CDATASection.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/CharacterData.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Comment.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/DOMException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/DOMImplementation.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Document.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/DocumentFragment.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/DocumentType.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Element.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Entity.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/EntityReference.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/NamedNodeMap.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Node.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/NodeList.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Notation.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/ProcessingInstruction.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Text.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/package-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/package-summary.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/package-tree.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/package-use.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/class-use/DocumentBuilder.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/SAXParseException.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ErrorHandler.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/SAXException.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/EntityResolver.html +@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax +@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml +@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org +share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/package-summary.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/package-use.html share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/class-use/DocumentBuilderFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/class-use/FactoryConfigurationError.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/class-use/ParserConfigurationException.html share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/class-use/SAXParser.html share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/class-use/SAXParserFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/DocumentBuilder.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/DocumentBuilderFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/FactoryConfigurationError.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/class-use/ParserConfigurationException.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/class-use/DocumentBuilder.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/class-use/FactoryConfigurationError.html +@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/class-use share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/ParserConfigurationException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/SAXParser.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/DocumentBuilder.html share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/SAXParserFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/package-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/package-summary.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/SAXParser.html share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/package-tree.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/package-use.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/class-use/SAXResult.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/class-use/SAXSource.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/class-use/SAXTransformerFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/class-use/TemplatesHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/class-use/TransformerHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/SAXResult.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/SAXSource.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/SAXTransformerFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/TemplatesHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/TransformerHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/package-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/package-summary.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/package-tree.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/package-use.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/stream/class-use/StreamResult.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/stream/class-use/StreamSource.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/stream/StreamResult.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/stream/StreamSource.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/stream/package-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/stream/package-summary.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/stream/package-tree.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/stream/package-use.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/class-use/DOMLocator.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/class-use/DOMResult.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/class-use/DOMSource.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/DOMLocator.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/DOMResult.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/DOMSource.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/package-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/package-summary.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/package-tree.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/package-use.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/ErrorListener.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/OutputKeys.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/Result.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/Source.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/SourceLocator.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/Templates.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/Transformer.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/TransformerConfigurationException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/TransformerException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/TransformerFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/TransformerFactoryConfigurationError.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/URIResolver.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/ErrorListener.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/OutputKeys.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/Result.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/Source.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/SourceLocator.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/Templates.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/Transformer.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/TransformerConfigurationException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/TransformerException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/TransformerFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/TransformerFactoryConfigurationError.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/URIResolver.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/package-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/package-summary.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/package-tree.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/package-use.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/allclasses-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/deprecated-list.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/FactoryConfigurationError.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/DocumentBuilderFactory.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/package-frame.html +@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers +@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml +@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax +share/java/%%CRIMSON_SUBDIR%%/docs/api/overview-summary.html share/java/%%CRIMSON_SUBDIR%%/docs/api/help-doc.html share/java/%%CRIMSON_SUBDIR%%/docs/api/index-all.html share/java/%%CRIMSON_SUBDIR%%/docs/api/index.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/deprecated-list.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/stylesheet.css share/java/%%CRIMSON_SUBDIR%%/docs/api/overview-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/overview-summary.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/serialized-form.html +share/java/%%CRIMSON_SUBDIR%%/docs/api/allclasses-frame.html share/java/%%CRIMSON_SUBDIR%%/docs/api/overview-tree.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/package-list share/java/%%CRIMSON_SUBDIR%%/docs/api/packages.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/serialized-form.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/stylesheet.css -share/java/%%CRIMSON_SUBDIR%%/README.txt -share/java/%%CRIMSON_SUBDIR%%/examples/SAXTagCount/SAXTagCount.java -share/java/%%CRIMSON_SUBDIR%%/examples/SAXTagCount/build.xml -share/java/%%CRIMSON_SUBDIR%%/examples/samples/REC-xml-19980210.xml -share/java/%%CRIMSON_SUBDIR%%/examples/samples/book-order.xml -share/java/%%CRIMSON_SUBDIR%%/examples/samples/java.xml +@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api +share/java/%%CRIMSON_SUBDIR%%/docs/style/default.css +@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/style +@dirrm share/java/%%CRIMSON_SUBDIR%%/docs share/java/%%CRIMSON_SUBDIR%%/examples/samples/namespace.xml +share/java/%%CRIMSON_SUBDIR%%/examples/samples/weekly-euc-jp.dtd +share/java/%%CRIMSON_SUBDIR%%/examples/samples/two_gent.xml +share/java/%%CRIMSON_SUBDIR%%/examples/samples/java.xml +share/java/%%CRIMSON_SUBDIR%%/examples/samples/book-order.xml share/java/%%CRIMSON_SUBDIR%%/examples/samples/play.dtd -share/java/%%CRIMSON_SUBDIR%%/examples/samples/rich_iii.xml share/java/%%CRIMSON_SUBDIR%%/examples/samples/spec.dtd -share/java/%%CRIMSON_SUBDIR%%/examples/samples/two_gent.xml -share/java/%%CRIMSON_SUBDIR%%/examples/samples/weekly-euc-jp.dtd +share/java/%%CRIMSON_SUBDIR%%/examples/samples/rich_iii.xml share/java/%%CRIMSON_SUBDIR%%/examples/samples/weekly-euc-jp.xml -share/java/%%CRIMSON_SUBDIR%%/examples/DOMEcho/DOMEcho$MyErrorHandler.class -share/java/%%CRIMSON_SUBDIR%%/examples/DOMEcho/DOMEcho.class +share/java/%%CRIMSON_SUBDIR%%/examples/samples/REC-xml-19980210.xml +@dirrm share/java/%%CRIMSON_SUBDIR%%/examples/samples share/java/%%CRIMSON_SUBDIR%%/examples/DOMEcho/DOMEcho.java share/java/%%CRIMSON_SUBDIR%%/examples/DOMEcho/build.xml -share/java/%%CRIMSON_SUBDIR%%/examples/DOMEcho/t1.xml -share/java/%%CRIMSON_SUBDIR%%/examples/index.html -share/java/classes/crimson.jar -share/java/classes/jaxp.jar -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/class-use -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/class-use -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/class-use -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/stream/class-use -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/stream -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/class-use -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs -@dirrm share/java/%%CRIMSON_SUBDIR%%/examples/SAXTagCount -@dirrm share/java/%%CRIMSON_SUBDIR%%/examples/samples @dirrm share/java/%%CRIMSON_SUBDIR%%/examples/DOMEcho +share/java/%%CRIMSON_SUBDIR%%/examples/SAXTagCount/build.xml +share/java/%%CRIMSON_SUBDIR%%/examples/SAXTagCount/SAXTagCount.java +@dirrm share/java/%%CRIMSON_SUBDIR%%/examples/SAXTagCount +share/java/%%CRIMSON_SUBDIR%%/examples/index.html @dirrm share/java/%%CRIMSON_SUBDIR%%/examples @dirrm share/java/%%CRIMSON_SUBDIR%% -@unexec rmdir %D/share/java/classes 2>/dev/null || true -@unexec rmdir %D/share/java 2>/dev/null || true +@dirrm share/java >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 17:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BB2937B410 for ; Tue, 2 Oct 2001 17:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f930K1S56243; Tue, 2 Oct 2001 17:20:01 -0700 (PDT) (envelope-from gnats) Date: Tue, 2 Oct 2001 17:20:01 -0700 (PDT) Message-Id: <200110030020.f930K1S56243@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Anders Nordby Subject: Re: ports/30995: ImageMagick port chokes on "ltconfig --build=i386--freebsd4.4" Reply-To: Anders Nordby Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/30995; it has been noted by GNATS. From: Anders Nordby To: Rich Wales Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/30995: ImageMagick port chokes on "ltconfig --build=i386--freebsd4.4" Date: Wed, 3 Oct 2001 02:17:15 +0200 On Tue, Oct 02, 2001 at 04:41:01PM -0700, Rich Wales wrote: > I tried to build ImageMagick (5.2.7_1). > (..) Did you try 5.3.8.2, which is the latest in CVS? Also, is your libtool up to date (1.3.4_2 is in CVS)? Cheers, -- Anders. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 17:35:23 2001 Delivered-To: freebsd-ports@freebsd.org Received: from freeway.dcfinc.com (cx74889-a.phnx3.az.home.com [24.1.193.157]) by hub.freebsd.org (Postfix) with ESMTP id AD9C837B403 for ; Tue, 2 Oct 2001 17:35:20 -0700 (PDT) Received: (from chad@localhost) by freeway.dcfinc.com (8.8.8/8.8.8) id RAA26372 for ports@FreeBSD.org; Tue, 2 Oct 2001 17:23:06 -0700 (MST) (envelope-from chad) Date: Tue, 2 Oct 2001 17:23:06 -0700 From: "Chad R. Larson" To: ports@FreeBSD.org Subject: bzip2 make breakage Message-ID: <20011002172306.A26342@freeway.dcfinc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I had to make the following edit to get bzip2 to build on my 2.2.8-STABLE system. It doesn't look to me like this is an O/S version issue, however. We were passing the name of the shared object being built to the linker as an option. Can't work, doesn't exist yet. And wouldn't make much sense even if it did. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= *** -patch-aa Tue Oct 2 17:10:46 2001 --- patch-aa Tue Oct 2 17:11:32 2001 *************** *** 40,46 **** fi +libbz2.so.1: $(SO_OBJS) ! + $(CC) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1 $(SO_OBJS) + ln -sf libbz2.so.1 libbz2.so + test: bzip2 --- 40,46 ---- fi +libbz2.so.1: $(SO_OBJS) ! + $(CC) -shared -Wl,-soname -o libbz2.so.1 $(SO_OBJS) + ln -sf libbz2.so.1 libbz2.so + test: bzip2 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -crl -- Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? chad@dcfinc.com chad@larsons.org larson1@home.com DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 19:15:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id CDDB737B409; Tue, 2 Oct 2001 19:15:12 -0700 (PDT) Received: by squall.waterspout.com (Postfix, from userid 1050) id 2D6239B19; Tue, 2 Oct 2001 21:14:42 -0500 (EST) Date: Tue, 2 Oct 2001 21:14:42 -0500 From: Will Andrews To: Vladimir Vrzi? Cc: kde@FreeBSD.org, ports@FreeBSD.org Subject: Re: When will KDE 2.2.1 be in the ports collection? Message-ID: <20011002211442.N24038@squall.waterspout.com> Reply-To: Will Andrews Mail-Followup-To: Vladimir Vrzi? , kde@FreeBSD.org, ports@FreeBSD.org References: <200110030131.f931VLj02602@amber.bsd.org.yu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110030131.f931VLj02602@amber.bsd.org.yu> User-Agent: Mutt/1.3.22.1i X-Operating-System: FreeBSD 4.3-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 03, 2001 at 03:31:21AM +0200, Vladimir Vrzi? wrote: > It seems an unusual amount of time has passed from the release of KDE > 2.2.1, and it's not ported yet, so I was wondering when will it be in the > ports tree? I rather wouldn't bother compiling it myself, and I'm > currently using a broken early binary distribution of 2.2, so it's kind of > an itch -- that's why I must ask. I've been getting a lot of people asking about when 2.2.1 will be in ports. Well, the answer is that I've been bogged down by school and especially exams in the last few weeks, and this has delayed 2.2.1 in ports quite a bit. Someone submitted a patch recently but I don't have time to test it until Friday afternoon. In any case, there is no showstopper in 2.2 in ports that's fixed in 2.2.1 which is another primary reason the ports haven't been upgraded yet. Sorry for the delays, but there's good reasons. By the way, in case you didn't notice, I've formed a group (kde@FreeBSD.org) to work together on the KDE ports in FreeBSD, so I'm no longer a bottleneck in upgrades and such. I suspect the others are also busy and for the reasons above they haven't committed any updates either. As for your "broken early binary distribution", you really should obtain a newer binary distribution of 2.2 that has all the fixes we made in the weeks following the official release. Consult the manual page for pkg_add(1) on your FreeBSD box to see how to tell it to get KDE and dependencies, or use portupgrade(1) from ports. SY, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 20: 0:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B8D037B408 for ; Tue, 2 Oct 2001 20:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93302o80823; Tue, 2 Oct 2001 20:00:02 -0700 (PDT) (envelope-from gnats) Received: from mail.ubergeeks.com (lorax.ubergeeks.com [209.145.65.55]) by hub.freebsd.org (Postfix) with ESMTP id 080B637B401 for ; Tue, 2 Oct 2001 19:56:32 -0700 (PDT) Received: (from adrian@localhost) by mail.ubergeeks.com (8.11.6/8.11.6) id f932uUr31620; Tue, 2 Oct 2001 22:56:30 -0400 (EDT) (envelope-from adrian) Message-Id: <200110030256.f932uUr31620@mail.ubergeeks.com> Date: Tue, 2 Oct 2001 22:56:30 -0400 (EDT) From: Adrian Filipi-Martin Reply-To: Adrian Filipi-Martin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30997: new port: security/p5-Digest-HMAC Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30997 >Category: ports >Synopsis: new port: security/p5-Digest-HMAC >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 02 20:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Adrian Filipi-Martin >Release: FreeBSD 4.4-RELEASE i386 >Organization: Ubergeeks Consulting >Environment: System: FreeBSD lorax.ubergeeks.com 4.4-RELEASE FreeBSD 4.4-RELEASE #12: Mon Sep 17 11:05:50 EDT 2001 root@lorax.ubergeeks.com:/usr/obj/usr/src/sys/LORAX i386 >Description: This is a new port of a useful Perl module. >How-To-Repeat: N/A. >Fix: Add the contents of this sharfile to ports/security. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # pkg-comment # pkg-descr # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' XPORTNAME= Digest-HMAC XPORTVERSION= 1.01 XCATEGORIES= security perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Digest XPKGNAMEPREFIX= p5- X XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Digest::HMAC.3 X X.include END-of-Makefile echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (Digest-HMAC-1.01.tar.gz) = 32dc54c765100c638b5d7f7ff4c5c626 END-of-distinfo echo x - pkg-comment sed 's/^X//' >pkg-comment << 'END-of-pkg-comment' XPerl5 interface to HMAC Message-Digest Algorithms END-of-pkg-comment echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' XDigest:: HMAC X--------------------------------- X XThis package provide modules which calculate HMAC digests. X XTo build the extensions, unpack this distribution somewhere, create Xthe Makefile by running 'perl Makefile.PL' and do a 'make', 'make Xtest', and if successful 'make install'. X XYou will need perl version 5.004 or better to install these modules. XFurther documentation is embedded in the individual modules. X XCopyright 1998-1999 Gisle Aas. XCopyright 1998 Graham Barr. XCopyright 1997 Uwe Hollerbach. XCopyright 1995-1996 Neil Winton. XCopyright 1990-1992 RSA Data Security, Inc. X XThis library is free software; you can redistribute it and/or Xmodify it under the same terms as Perl itself. END-of-pkg-descr echo x - pkg-plist sed 's/^X//' >pkg-plist << 'END-of-pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/Digest/HMAC.pm Xlib/perl5/site_perl/%%PERL_VER%%/Digest/HMAC_SHA1.pm Xlib/perl5/site_perl/%%PERL_VER%%/Digest/HMAC_MD5.pm END-of-pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 20:39:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC22037B405; Tue, 2 Oct 2001 20:39:12 -0700 (PDT) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f933alN87387; Tue, 2 Oct 2001 20:36:47 -0700 (PDT) (envelope-from vanilla) Date: Tue, 2 Oct 2001 20:36:47 -0700 (PDT) From: Message-Id: <200110030336.f933alN87387@freefall.freebsd.org> To: gugod@x20.gugod.org, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30885: ports update : chinese/moefonts-cid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports update : chinese/moefonts-cid State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Tue Oct 2 20:36:32 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30885 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 20:39:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 230B937B407; Tue, 2 Oct 2001 20:39:13 -0700 (PDT) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f933WaX86796; Tue, 2 Oct 2001 20:32:36 -0700 (PDT) (envelope-from vanilla) Date: Tue, 2 Oct 2001 20:32:36 -0700 (PDT) From: Message-Id: <200110030332.f933WaX86796@freefall.freebsd.org> To: joseph@randomnetworks.com, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30989: MAINTAINER UPDATE : net/balance 2.28 -> 2.33 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: MAINTAINER UPDATE : net/balance 2.28 -> 2.33 State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Tue Oct 2 20:32:20 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30989 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 20:39:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A35C37B406; Tue, 2 Oct 2001 20:39:13 -0700 (PDT) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f933XhL87026; Tue, 2 Oct 2001 20:33:43 -0700 (PDT) (envelope-from vanilla) Date: Tue, 2 Oct 2001 20:33:43 -0700 (PDT) From: Message-Id: <200110030333.f933XhL87026@freefall.freebsd.org> To: osa@FreeBSD.org.ru, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30992: [MAINTAINER] update databases/gigabase from 2.45 to 2.46 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [MAINTAINER] update databases/gigabase from 2.45 to 2.46 State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Tue Oct 2 20:33:33 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30992 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 20:56: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from corp4.cbn.net.id (corp4.cbn.net.id [202.158.3.28]) by hub.freebsd.org (Postfix) with ESMTP id F2E2A37B403 for ; Tue, 2 Oct 2001 20:55:55 -0700 (PDT) Received: from dante.naver.co.id (unknown [202.158.90.246]) by corp4.cbn.net.id (Postfix) with ESMTP id 5649A557E5 for ; Wed, 3 Oct 2001 10:55:48 +0700 (JAVT) Received: by dante.naver.co.id (Postfix, from userid 1000) id E3C5C1713E9; Wed, 3 Oct 2001 10:55:46 +0700 (JAVT) Date: Wed, 3 Oct 2001 10:55:46 +0700 From: John Indra To: freebsd-ports@freebsd.org Subject: x11/gnome still fails to build on -CURRENT Message-ID: <20011003105546.A7555@office.naver.co.id> Mail-Followup-To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mailer: Mutt 1.2.5i on FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi... I don't know whether anyone is facing the same problem, but at least here's what I have from my -CURRENT box: cc -o e2fsck.shared unix.o e2fsck.o super.o pass1.o pass1b.o pass2.o pass3.o pass4.o pass5.o journal.o swapfs.o badblocks.o util.o dirinfo.o ehandler.o problem.o message.o recovery.o revoke.o ../lib/libext2fs.so /usr/lib/libcom_err.so ../lib/libuuid.so ../util/subst -f ../util/subst.conf ./e2fsck.8.in e2fsck.8 gmake[2]: Leaving directory `/usr/ports/sysutils/e2fsprogs/work/e2fsprogs-1.22/e2fsck' making all in debugfs gmake[2]: Entering directory `/usr/ports/sysutils/e2fsprogs/work/e2fsprogs-1.22/debugfs' mk_cmds ./debug_cmds.ct gmake[2]: mk_cmds: Command not found gmake[2]: *** [debug_cmds.c] Error 127 gmake[2]: Leaving directory `/usr/ports/sysutils/e2fsprogs/work/e2fsprogs-1.22/debugfs' gmake[1]: *** [all-progs-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/sysutils/e2fsprogs/work/e2fsprogs-1.22' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/sysutils/e2fsprogs. *** Error code 1 Stop in /usr/ports/sysutils/e2fsprogs. *** Error code 1 Stop in /usr/ports/sysutils/e2fsprogs. *** Error code 1 Stop in /usr/ports/sysutils/e2fsprogs. *** Error code 1 Stop in /usr/ports/misc/gnomeutils. *** Error code 1 Stop in /usr/ports/misc/gnomeutils. *** Error code 1 Stop in /usr/ports/misc/gnomeutils. *** Error code 1 Stop in /usr/ports/misc/gnomeutils. *** Error code 1 Stop in /usr/ports/misc/gnomeutils. *** Error code 1 Stop in /usr/ports/misc/gnomeutils. *** Error code 1 Stop in /usr/ports/misc/gnomeutils. *** Error code 1 Stop in /usr/ports/x11/gnome. *** Error code 1 Stop in /usr/ports/x11/gnome. *** Error code 1 Stop in /usr/ports/x11/gnome. tq... /john Live Free OR Die To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 21:46:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail7.sdc1.sfba.home.com (femail7.sdc1.sfba.home.com [24.0.95.87]) by hub.freebsd.org (Postfix) with ESMTP id 1EF4A37B407 for ; Tue, 2 Oct 2001 21:46:22 -0700 (PDT) Received: from cheshire.blacktabby.org ([24.9.168.244]) by femail7.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20011003044621.ILED17662.femail7.sdc1.sfba.home.com@cheshire.blacktabby.org> for ; Tue, 2 Oct 2001 21:46:21 -0700 Date: Tue, 2 Oct 2001 21:46:11 -0700 From: Adam Kranzel To: ports@freebsd.org Subject: Shared library versioning policy? Message-Id: <20011002214611.6f98aecc.adam@blacktabby.org> X-Mailer: Sylpheed version 0.6.2 (GTK+ 1.2.10; i386--freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi... I am creating a port which installs a shared library. Section 7 of the porters handbook has a link to the "shared library versioning policy", but this link is broken. Can anyone point me at where this document has moved to or what the policy is? thanks -Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 22:11:23 2001 Delivered-To: freebsd-ports@freebsd.org Received: from host185.dolanmedia.com (host185.dolanmedia.com [209.98.197.185]) by hub.freebsd.org (Postfix) with SMTP id A2E4337B405 for ; Tue, 2 Oct 2001 22:11:19 -0700 (PDT) Received: (qmail 29089 invoked by uid 0); 3 Oct 2001 05:11:18 -0000 Received: from greg.panula@dolaninformation.com by proxy with qmail-scanner-0.96 (. Clean. Processed in 0.362795 secs); 03 Oct 2001 05:11:18 -0000 X-Qmail-Scanner-Mail-From: greg.panula@dolaninformation.com via proxy X-Qmail-Scanner-Rcpt-To: jeh@FreeBSD.org,ports@FreeBSD.org X-Qmail-Scanner: 0.96 (No viruses found. Processed in 0.362795 secs) Received: from mail.dolanmedia.com (10.1.1.23) by proxy.dolanmedia.com with SMTP; 3 Oct 2001 05:11:18 -0000 Received: from dolaninformation.com (10.1.1.135) by mail.dolanmedia.com (Worldmail 1.3.167); 3 Oct 2001 00:11:17 -0500 Message-ID: <3BBA9DF5.953C782D@dolaninformation.com> Date: Wed, 03 Oct 2001 00:11:17 -0500 From: Greg Panula Reply-To: greg.panula@dolaninformation.com Organization: Dolan Information Inc X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: jeh@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: uvscan-4.14e Content-Type: multipart/mixed; boundary="------------523A6F89FCA24ED17BC6F11C" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------523A6F89FCA24ED17BC6F11C Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Attached is a corrected update_dat script for updating the dat file to version 4163. Should also work for future dat files, unless McAfee changes the layout of the readme.txt file. Thanks, Greg --------------523A6F89FCA24ED17BC6F11C Content-Type: text/plain; charset=us-ascii; name="update_dat" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="update_dat" #!/bin/sh cd /usr/local/libexec/uvscan/ fetch http://download.nai.com/products/datfiles/4.x/nai/readme.txt > /dev/null 2>&1 AVVER=`head -2 readme.txt | grep McAfee | cut -d' ' -f14` if [ ! -f dat-$AVVER.tar ]; then for i in *.tar ; do mv $i $i.old done if fetch http://download.nai.com/products/datfiles/4.x/nai/dat-$AVVER.tar > /dev/null 2>&1 ; then for i in *.dat ; do cp -p $i $i.bak done if tar xf dat-$AVVER.tar ; then rm -f *.old echo `date` Successfully updated AntiVirus DAT files to $AVVER fi fi fi --------------523A6F89FCA24ED17BC6F11C-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 23:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C1AB37B406 for ; Tue, 2 Oct 2001 23:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f936A1c10534; Tue, 2 Oct 2001 23:10:01 -0700 (PDT) (envelope-from gnats) Received: from lucretia.karlson.ca (a3hp4382y45og.bc.hsia.telus.net [64.180.246.214]) by hub.freebsd.org (Postfix) with ESMTP id 33C7337B405 for ; Tue, 2 Oct 2001 23:08:08 -0700 (PDT) Received: (from root@localhost) by lucretia.karlson.ca (8.11.4/8.9.3) id f9365Fl11971; Tue, 2 Oct 2001 23:05:15 -0700 (PDT) (envelope-from carpathia) Message-Id: <200110030605.f9365Fl11971@lucretia.karlson.ca> Date: Tue, 2 Oct 2001 23:05:15 -0700 (PDT) From: karlj000@unbc.ca Reply-To: karlj000@unbc.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30998: Update Port: java/bluej 1.1.4 -> 1.1.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30998 >Category: ports >Synopsis: Update Port: java/bluej 1.1.4 -> 1.1.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 02 23:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeremy Karlson >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD lucretia.karlson.ca 4.3-STABLE FreeBSD 4.3-STABLE #8: Thu Jun 14 20:46:57 PDT 2001 root@h24-76-76-76.vc.shawcable.net:/usr/src/sys/compile/LUCRETIA i386 >Description: Update of port java/bluej, from 1.1.4 to 1.1.5. Updates Makefile and distinfo. >How-To-Repeat: >Fix: Apply this diff: --- distinfo.BACKUP Mon Oct 1 21:57:07 2001 +++ distinfo Mon Oct 1 21:57:29 2001 @@ -1 +1 @@ -MD5 (bluej-114.jar) = ebfaab9e4b831954eac4112af02ec745 +MD5 (bluej-115.jar) = f0825ed328e7c0c2ed52b3979beae7fd --- Makefile.BACKUP Mon Oct 1 21:54:36 2001 +++ Makefile Mon Oct 1 21:56:30 2001 @@ -6,11 +6,11 @@ # PORTNAME= bluej -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.5 CATEGORIES= java editors MASTER_SITES= ftp://mars.pscit.monash.edu.au/pub/mik/bluej/ \ ftp://ftp.monash.edu.au/pub/bluej/ -DISTNAME= bluej-114 +DISTNAME= bluej-115 EXTRACT_SUFX= .jar MAINTAINER= karlj000@unbc.ca >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Oct 2 23:30:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BBC0737B406; Tue, 2 Oct 2001 23:30:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f936U0S14785; Tue, 2 Oct 2001 23:30:00 -0700 (PDT) (envelope-from gnats) Received: from squigy.ddm.wox.org (p27b.neon4.sentex.ca [64.7.131.187]) by hub.freebsd.org (Postfix) with ESMTP id B8D1037B406 for ; Tue, 2 Oct 2001 23:27:42 -0700 (PDT) Received: from rama.ddm.wox.org (rama.ddm.wox.org [204.50.152.20]) by squigy.ddm.wox.org (Postfix) with ESMTP id 1864D8B94E; Wed, 3 Oct 2001 02:27:41 -0400 (EDT) Received: by rama.ddm.wox.org (Postfix, from userid 5000) id 057A23200F; Wed, 3 Oct 2001 02:27:39 -0400 (EDT) Message-Id: <20011003022739.A64979@ddm.wox.org> Date: Wed, 3 Oct 2001 02:27:39 -0400 From: Dave Chapeskie Reply-To: Dave Chapeskie To: FreeBSD-gnats-submit@freebsd.org Cc: teramoto@comm.eng.osaka-u.ac.jp X-Send-Pr-Version: 3.113 X-GNATS-Notify: teramoto@comm.eng.osaka-u.ac.jp Subject: ports/30999: [PORT UPDATE] security/gpgme 0.2.2 -> 0.2.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30999 >Category: ports >Synopsis: [PORT UPDATE] security/gpgme 0.2.2 -> 0.2.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 02 23:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dave Chapeskie >Release: FreeBSD 4.4-STABLE i386 >Organization: DDM Consulting >Environment: System: FreeBSD rama.ddm.wox.org 4.4-STABLE FreeBSD 4.4-STABLE #3: Mon Oct 1 17:21:47 EDT 2001 dchapes@rama.ddm.wox.org:/usr/obj/usr/src/sys/RAMA i386 >Description: [I've cc:ed the port maintainer; could they please review and add a followup to the PR to indicate their (dis)approval. Thanks.] The attached patch has the following changes: - Update to 0.2.3 - Update the URL in the package description - The author hacks a LIBTOOL path into their Makefiles that doesn't work under the ports system. Make it work by a small patch to aclocal.m4 (which requires the addition of USE_AUTOCONF) and passing in the port system's value of LIBTOOL (using a different variable name since they already use LIBTOOL themselves). This was simpler than patching all their Makefiles. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/security/gpgme/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 2001/08/31 14:20:27 1.2 +++ Makefile 2001/10/03 05:52:18 @@ -6,7 +6,7 @@ # PORTNAME= gpgme -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/ @@ -15,7 +15,9 @@ BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg USE_LIBTOOL= yes +USE_AUTOCONF= yes USE_GMAKE= yes INSTALLS_SHLIB= yes +MAKE_ENV+= PORT_LIBTOOL=${LIBTOOL} .include Index: distinfo =================================================================== RCS file: /cvs/FreeBSD/ports/security/gpgme/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 2001/07/06 18:15:29 1.1 +++ distinfo 2001/10/03 03:59:31 @@ -1 +1 @@ -MD5 (gpgme-0.2.2.tar.gz) = 5ac08884612ad7fd5bdb640e4b949c79 +MD5 (gpgme-0.2.3.tar.gz) = 2e2eeedb5a708c75bf8e581de2091dc1 Index: pkg-descr =================================================================== RCS file: /cvs/FreeBSD/ports/security/gpgme/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 2001/07/06 18:15:29 1.1 +++ pkg-descr 2001/10/03 03:56:37 @@ -1,6 +1,6 @@ GPGME(GnuPG Make Easy) is a library desined to make access to GnuPG easier for applications. -WWW: http://www.gnupg.org/gpgme/ +WWW: http://www.gnupg.org/gpgme.html tetarmoto@comm.eng.osaka-u.ac.jp Index: pkg-plist =================================================================== RCS file: /cvs/FreeBSD/ports/security/gpgme/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2001/07/06 18:15:29 1.1 +++ pkg-plist 2001/10/03 05:56:36 @@ -1,6 +1,7 @@ bin/gpgme-config include/gpgme.h lib/libgpgme.a +lib/libgpgme.la lib/libgpgme.so -lib/libgpgme.so.3 +lib/libgpgme.so.4 share/aclocal/gpgme.m4 Index: files/patch-aa =================================================================== RCS file: patch-aa diff -N patch-aa --- /dev/null Wed Oct 3 01:56:44 2001 +++ patch-aa Wed Oct 3 01:50:55 2001 @@ -0,0 +1,11 @@ +--- aclocal.m4.orig Mon Sep 17 04:25:38 2001 ++++ aclocal.m4 Wed Oct 3 01:50:51 2001 +@@ -213,7 +213,7 @@ + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++LIBTOOL='$(PORT_LIBTOOL)' + AC_SUBST(LIBTOOL)dnl + + # Prevent multiple expansion -- Dave Chapeskie >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 0:50:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1364F37B407 for ; Wed, 3 Oct 2001 00:50:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f937o6X32120; Wed, 3 Oct 2001 00:50:06 -0700 (PDT) (envelope-from gnats) Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 42CEE37B403; Wed, 3 Oct 2001 00:47:18 -0700 (PDT) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.4) id f937jh308148; Wed, 3 Oct 2001 09:45:43 +0200 (CEST) (envelope-from ernst) Message-Id: <200110030745.f937jh308148@heinz.jollem.com> Date: Wed, 3 Oct 2001 09:45:43 +0200 (CEST) From: ernst@jollem.com Reply-To: ernst@jollem.com To: FreeBSD-gnats-submit@freebsd.org Cc: java@freebsd.org, sobomax@freebsd.org, jeh@freebsd.org, ernst@jollem.com X-Send-Pr-Version: 3.113 Subject: ports/31001: Maintainer update: www/orion 1.4.5_7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31001 >Category: ports >Synopsis: Maintainer update: www/orion 1.4.5_7 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 00:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.3-RELEASE i386 >Organization: Jollem Information Technology >Environment: System: FreeBSD heinz.jollem.com 4.3-RELEASE FreeBSD 4.3-RELEASE #5: Mon May 14 16:08:56 CEST 2001 root@heinz.jollem.com:/usr/src/sys/compile/HEINZ i386 >Description: Makes this port more advanced. Summary of changes: * Now uses the native JDK 1.3.1 by default (option: JAVA_HOME) * Now allows automatic configuration for use with Jikes. By default Orion is now configured to use Jikes (option: WITH_JIKES) * Now runs as a different user (options: USER_NAME, GROUP_NAME, USER_ID, GROUP_ID), this user and the corresponding group are created during installation and removed at deinstallation. The default name for both the user and for the group is 'orion'. The default ID for both is 7104. * Now allows one to configure the port the web server should listen at at installation time. The default changed from 80 to 8090, to avoid clashes with the default ports of other web server products, especially Apache (port 80) and Tomcat (8080 and 8007) (option: LISTEN_PORT) * Now allows that Orion is automatically started after installation (option: AUTO_START). By default it now is. * Now prints the installation settings at pre-install stage. >How-To-Repeat: N/A >Fix: diff -ruN --exclude=work --exclude=CVS --exclude=README.html /usr/ports/www/orion/Makefile /home/ernst/freebsd-ports/www/orion/Makefile --- /usr/ports/www/orion/Makefile Wed Jun 27 03:51:26 2001 +++ /home/ernst/freebsd-ports/www/orion/Makefile Tue Oct 2 19:22:34 2001 @@ -7,7 +7,7 @@ PORTNAME= orion PORTVERSION= 1.4.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www java MASTER_SITES= ftp://ftp.sunet.se/pub/database/utils/orionserver/ \ ${MASTER_SITE_LOCAL} \ @@ -18,7 +18,7 @@ MAINTAINER= ernst@jollem.com -RUN_DEPENDS= ${JAVA_HOME}/bin/java:${PORTSDIR}/java/linux-jdk13 +RUN_DEPENDS= ${JAVA_HOME}/bin/java:${PORTSDIR}/java/jdk13 USE_ZIP= YES NO_BUILD= YES @@ -30,36 +30,104 @@ ORIONCTL_NAME= orionctl ORIONCTL_DEST= ${PREFIX}/bin/${ORIONCTL_NAME} RC_SCRIPT= ${PREFIX}/etc/rc.d/${PORTNAME}.sh -JAVA_HOME?= ${LOCALBASE}/linux-jdk1.3.1 +JAVA_HOME?= ${LOCALBASE}/jdk1.3.1 +JIKES_LOCATION= ${LOCALBASE}/bin/jikes +WITH_JIKES?= YES +.if ${WITH_JIKES} == "YES" +RUN_DEPENDS+= ${JIKES_LOCATION}:${PORTSDIR}/java/jikes +.endif +USER_NAME?= ${PORTNAME} +GROUP_NAME?= ${USER_NAME} +USER_ID?= 7104 +GROUP_ID?= ${USER_ID} +PW?= /usr/sbin/pw +LISTEN_PORT?= 8090 +AUTO_START?= YES .include +pre-install: + @${ECHO} "Installation settings:" + @${ECHO} " Destination directory: ${ORION_HOME}" + @${ECHO} " Control script location: ${ORIONCTL_DEST}" + @${ECHO} " Startup script location: ${RC_SCRIPT}" + @${ECHO} " Startup script location: ${RC_SCRIPT}" + @${ECHO} " Location of JDK: ${JAVA_HOME}" + @${ECHO} " Using Jikes: ${WITH_JIKES}" + @${ECHO} " Running as (user/group): ${USER_NAME}/${GROUP_NAME} (${USER_ID}:${GROUP_ID})" + @${ECHO} " Port to listen at: ${LISTEN_PORT}" + @${ECHO} " Starting after install: ${AUTO_START}" + do-install: + @# Add the group and the user if they do not exist + ${PW} groupadd -n ${GROUP_NAME} -g ${GROUP_ID} || true + ${PW} useradd -n ${USER_NAME} -u ${USER_ID} -g ${GROUP_NAME} -c "Orion Server account" -d ${ORION_HOME} -s ${SH} -h - || true + + @# Create the destination directory for Orion ${MKDIR} ${ORION_HOME} + + @# Copy all files and make them rwxr-xr-x ${CP} -R ${WRKSRC}/* ${ORION_HOME} ${CHMOD} 755 `find ${ORION_HOME} -type d` + + @# Configure for use of Jikes, if necessary +.if ${WITH_JIKES} == "YES" + ${CAT} ${WRKSRC}/config/server.xml \ + | ${SED} "/\/s//\/" \ + > ${ORION_HOME}/config/server.xml +.endif + + @# Configure the port to listen to + ${CAT} ${WRKSRC}/config/default-web-site.xml \ + | ${SED} "/port=\"80\"/s//port=\"${LISTEN_PORT}\"/" \ + > ${ORION_HOME}/config/default-web-site.xml + + @# Install the 'orionctl' script ${CAT} ${FILESDIR}/${ORIONCTL_NAME} \ | ${SED} "/%%PORTNAME%%/s//${PORTNAME}/" \ | ${SED} "/%%PORTVERSION%%/s//${PORTVERSION}/" \ | ${SED} "/%%ORION_HOME%%/s//${ORION_HOME:S/\//\\\//g}/" \ | ${SED} "/%%RC_SCRIPT_NAME%%/s//${PORTNAME}.sh/" \ | ${SED} "/%%JAVA_HOME%%/s//${JAVA_HOME:S/\//\\\//g}/" \ + | ${SED} "/%%USER_NAME%%/s//${USER_NAME}/" \ > ${ORIONCTL_DEST} - ${CAT} ${FILESDIR}/${ORIONCTL_NAME}.1 \ - | ${SED} "/%%PREFIX%%/s//${PREFIX:S/\//\\\//g}/" \ - > ${WRKDIR}/${ORIONCTL_NAME}.1 ${CHMOD} 755 ${ORIONCTL_DEST} + + @# Fix a small typo in the index.html served as the root + ${CAT} ${WRKSRC}/default-web-app/index.html \ + | ${SED} "/1\.4\.0/s//${PORTVERSION}/" \ + > ${ORION_HOME}/default-web-app/index.html + + @# Install the startup script ${LN} -sf ${ORIONCTL_DEST} ${RC_SCRIPT} + + @# Create the 'application-deployments' directory, since Orion will + @# otherwise create it when it is first run ${MKDIR} ${ORION_HOME}/application-deployments + + @# Install the tools.jar file from the JDK, since it is needed by Orion ${LN} -sf ${JAVA_HOME}/lib/tools.jar ${ORION_HOME}/tools.jar + + @# Change ownership for the files + ${CHOWN} -R ${USER_NAME}:${GROUP_NAME} ${ORION_HOME} + + @# Install the man page .if !defined(NOPORTDOCS) - ${INSTALL_MAN} ${WRKDIR}/orionctl.1 ${MANPREFIX}/man/man1 + ${CAT} ${FILESDIR}/${ORIONCTL_NAME}.1 \ + | ${SED} "/%%PREFIX%%/s//${PREFIX:S/\//\\\//g}/" \ + > ${WRKDIR}/${ORIONCTL_NAME}.1 + ${INSTALL_MAN} ${WRKDIR}/${ORIONCTL_NAME}.1 ${MANPREFIX}/man/man1 .endif post-install: @${ECHO} "${PORTTITLE} ${PORTVERSION} has been installed in ${ORION_HOME}." .if !defined(NOPORTDOCS) @${ECHO} "Use 'man orionctl' for information about starting and stopping Orion." +.endif +.if ${AUTO_START} == "YES" + @${ECHO} -n "Starting..." + @${RC_SCRIPT} start + @${ECHO} "" .endif .include diff -ruN --exclude=work --exclude=CVS --exclude=README.html /usr/ports/www/orion/files/orionctl /home/ernst/freebsd-ports/www/orion/files/orionctl --- /usr/ports/www/orion/files/orionctl Tue Jun 12 12:20:48 2001 +++ /home/ernst/freebsd-ports/www/orion/files/orionctl Tue Oct 2 19:22:34 2001 @@ -1,9 +1,10 @@ #!/bin/sh -# Set some more variables +# Set some variables NAME=%%PORTNAME%% VERSION=%%PORTVERSION%% ORION_HOME=%%ORION_HOME%% +USER_NAME=%%USER_NAME%% LOG=${ORION_HOME}/log/${NAME}.log PID_FILE=/var/run/${NAME}.pid JAR_FILE=${ORION_HOME}/${NAME}.jar @@ -64,13 +65,16 @@ # Create the process ID file rm -f ${PID_FILE} touch ${PID_FILE} - chown root:wheel ${PID_FILE} + chown ${USER_NAME} ${PID_FILE} chmod 600 ${PID_FILE} if [ "${AS_RC_SCRIPT}" = "yes" ]; then echo -n " ${NAME}" fi - ( cd ${ORION_HOME} && ${JAVA_CMD} -jar orion.jar & echo $! > ${PID_FILE} ) > ${LOG} 2>&1 + touch ${PID_FILE} + chown ${USER_NAME} ${PID_FILE} + chmod 600 ${PID_FILE} + su - ${USER_NAME} -c "(cd ${ORION_HOME} && ${JAVA_CMD} -jar orion.jar & echo \$! > ${PID_FILE}) > ${LOG} 2>&1" ;; stop) if [ ! -e ${PID_FILE} ]; then diff -ruN --exclude=work --exclude=CVS --exclude=README.html /usr/ports/www/orion/pkg-plist /home/ernst/freebsd-ports/www/orion/pkg-plist --- /usr/ports/www/orion/pkg-plist Wed Jun 27 02:15:07 2001 +++ /home/ernst/freebsd-ports/www/orion/pkg-plist Tue Oct 2 14:30:31 2001 @@ -394,3 +394,5 @@ @dirrm %%T%%/persistence/ejb @dirrm %%T%%/persistence @dirrm %%T%% +@unexec pw groupdel orion || true +@unexec pw userdel orion || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 1: 7:34 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C67B537B401; Wed, 3 Oct 2001 01:07:32 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93872d37241; Wed, 3 Oct 2001 01:07:02 -0700 (PDT) (envelope-from dinoex) Date: Wed, 3 Oct 2001 01:07:02 -0700 (PDT) From: Message-Id: <200110030807.f93872d37241@freefall.freebsd.org> To: dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org, cvs@FreeBSD.org Subject: Re: ports/30984: repro-copy for ports/sendmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: repro-copy for ports/sendmail Responsible-Changed-From-To: freebsd-ports->cvs Responsible-Changed-By: dinoex Responsible-Changed-When: Wed Oct 3 01:06:12 PDT 2001 Responsible-Changed-Why: CVS-master issue. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30984 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 2:17:34 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0274737B401; Wed, 3 Oct 2001 02:17:33 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9398S048787; Wed, 3 Oct 2001 02:08:28 -0700 (PDT) (envelope-from brian) Date: Wed, 3 Oct 2001 02:08:28 -0700 (PDT) From: Message-Id: <200110030908.f9398S048787@freefall.freebsd.org> To: noway@nohow.demon.co.uk, brian@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30962: Update: java/cos (fix distfile checksum) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update: java/cos (fix distfile checksum) State-Changed-From-To: open->closed State-Changed-By: brian State-Changed-When: Wed Oct 3 02:08:17 PDT 2001 State-Changed-Why: Applied - thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30962 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 2:35:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id 8E8DB37B405 for ; Wed, 3 Oct 2001 02:35:22 -0700 (PDT) Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.11.6/8.11.6) with BSMTP id f939Z6615167 for ; Wed, 3 Oct 2001 11:35:06 +0200 (CEST) (envelope-from dirk.meyer@dinoex.sub.org) X-MDaemon-Deliver-To: To: freebsd-ports@FreeBSD.ORG Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: Difference between webalizer and webalizer-2 Date: Wed, 03 Oct 2001 11:29:40 +0200 X-Mailer: Dinoex 1.77 References: <13915957846.20011002220346@e-box.dk> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.93] X-Accept-Language: de,en X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Noad: Please don't send me ad's by mail. I'm bored by this type of mail. X-Copyright: (C) Copyright 2001 by Dirk Meyer -- All rights reserved. X-Note: sending SPAM is a violation of both german and US law and will at least trigger a complaint at your provider's postmaster. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-No-Archive: yes X-ZC-VIA: 20011003000000S+2@dinoex.sub.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org neigaard@e-box.dk wrote: > What's the difference between webalizer and webalizer-2? webalizer and webalizer-2 only existed when we had webalizer-1.30.x and webalizer-2.01.x After updateing webalizer to 2.x in 1999, webalizer-2 has benn obsolete and deleted. Your ports directory may out of date. They are only 3 ports now: ports/www/webalizer ports/german/webalizer2 ports/ukrainian/webalizer kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 2:37:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AF9C37B405; Wed, 3 Oct 2001 02:37:33 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f939UGf51634; Wed, 3 Oct 2001 02:30:16 -0700 (PDT) (envelope-from roam) Date: Wed, 3 Oct 2001 02:30:16 -0700 (PDT) From: Message-Id: <200110030930.f939UGf51634@freefall.freebsd.org> To: richw@webcom.com, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30995: ImageMagick port chokes on "ltconfig --build=i386--freebsd4.4" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ImageMagick port chokes on "ltconfig --build=i386--freebsd4.4" State-Changed-From-To: open->feedback State-Changed-By: roam State-Changed-When: Wed Oct 3 02:29:53 PDT 2001 State-Changed-Why: As Anders Nordby asked, is your libtool up to date? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30995 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 2:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6298037B405 for ; Wed, 3 Oct 2001 02:40:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f939e5D53510; Wed, 3 Oct 2001 02:40:05 -0700 (PDT) (envelope-from gnats) Date: Wed, 3 Oct 2001 02:40:05 -0700 (PDT) Message-Id: <200110030940.f939e5D53510@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/30996: Update textproc/crimson Reply-To: Peter Pentchev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/30996; it has been noted by GNATS. From: Peter Pentchev To: Palle Girgensohn Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/30996: Update textproc/crimson Date: Wed, 3 Oct 2001 12:18:10 +0300 On Wed, Oct 03, 2001 at 02:04:41AM +0200, Palle Girgensohn wrote: > > >Number: 30996 > >Category: ports > >Synopsis: Update textproc/crimson > >Originator: Palle Girgensohn > >Release: FreeBSD 4.4-RELEASE i386 > >Organization: > Partitur > >Environment: > System: FreeBSD palle.girgensohn.se 4.4-RELEASE FreeBSD 4.4-RELEASE #4: Wed Sep 19 04:13:32 CEST 2001 root@palle.girgensohn.se:/usr/obj/usr/src/sys/STORDATAN i386 > > >Description: > Update crimson to version 1.1.2. Don't bother about the "beta", > crimson 1.1.2beta2 is said to be more stable than previous release > versions: > > "The latest and most stable Crimson distribution is version 1.1.2beta2." [snip] > >Fix: > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/textproc/crimson/Makefile,v > retrieving revision 1.1 > diff -u -u -r1.1 Makefile > --- Makefile 2001/03/30 05:09:20 1.1 > +++ Makefile 2001/10/02 23:44:54 > @@ -6,40 +6,32 @@ > # > > PORTNAME= crimson > -PORTVERSION= 1.1 > +PORTVERSION= 1.1.2beta2 I think this would be better phrased as 1.1.2.b2, as per the Porter's Handbook (and pkg_version(1) version comparison rules), so that when 1.1.2 is officially out, it would sort as newer than this beta. G'luck, Peter -- "yields falsehood, when appended to its quotation." yields falsehood, when appended to its quotation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 3: 0: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 328D237B403 for ; Wed, 3 Oct 2001 03:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93A01Y55932; Wed, 3 Oct 2001 03:00:01 -0700 (PDT) (envelope-from gnats) Received: from chowder.dons.net.au (chowder.dons.net.au [203.31.81.11]) by hub.freebsd.org (Postfix) with ESMTP id A946B37B405 for ; Wed, 3 Oct 2001 02:59:28 -0700 (PDT) Received: (from darius@localhost) by chowder.gsoft.com.au (8.11.6/8.11.4) id f931Wts12809; Wed, 3 Oct 2001 11:02:55 +0930 (CST) (envelope-from darius) Message-Id: <200110030132.f931Wts12809@chowder.gsoft.com.au> Date: Wed, 3 Oct 2001 11:02:55 +0930 (CST) From: "Daniel O'Connor" Reply-To: "Daniel O'Connor" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31005: New port for XPP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31005 >Category: ports >Synopsis: New port for XPP >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 03:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Daniel O'Connor >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD chowder.gsoft.com.au 4.4-RC FreeBSD 4.4-RC #10: Fri Sep 28 13:42:01 CST 2001 root@chowder.localdomain:/usr/obj/usr/src/sys/CHOWDER i386 >Description: >How-To-Repeat: >Fix: Fetch port at http://www.gsoft.com.au/~doconnor/xpp-port.tgz >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 3: 5:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.noos.fr (descartes.noos.net [212.198.2.74]) by hub.freebsd.org (Postfix) with ESMTP id A8EC937B405 for ; Wed, 3 Oct 2001 03:05:40 -0700 (PDT) Received: (qmail 20571330 invoked by uid 0); 3 Oct 2001 09:36:03 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.74 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 3 Oct 2001 09:36:03 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f939ZsQ18653; Wed, 3 Oct 2001 11:35:54 +0200 (CEST) (envelope-from root) Message-Id: <200110030935.f939ZsQ18653@gits.dyndns.org> Subject: Re: bzip2 make breakage In-Reply-To: <20011002172306.A26342@freeway.dcfinc.com> To: "Chad R. Larson" Date: Wed, 3 Oct 2001 11:35:54 +0200 (CEST) Cc: ports@FreeBSD.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL94c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Chad R. Larson wrote: > I had to make the following edit to get bzip2 to build on my > 2.2.8-STABLE system. It doesn't look to me like this is an O/S > version issue, however. We were passing the name of the shared > object being built to the linker as an option. Can't work, doesn't > exist yet. And wouldn't make much sense even if it did. > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > > *** -patch-aa Tue Oct 2 17:10:46 2001 > --- patch-aa Tue Oct 2 17:11:32 2001 > *************** > *** 40,46 **** > fi > > +libbz2.so.1: $(SO_OBJS) > ! + $(CC) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1 $(SO_OBJS) > + ln -sf libbz2.so.1 libbz2.so > + > test: bzip2 > --- 40,46 ---- > fi > > +libbz2.so.1: $(SO_OBJS) > ! + $(CC) -shared -Wl,-soname -o libbz2.so.1 $(SO_OBJS) try this instead : $(CC) -shared -Wl,-soname,libbz2.so.1 -o libbz2.so.1 $(SO_OBJS) or completly delete -Wl,-soname... > + ln -sf libbz2.so.1 libbz2.so > + > test: bzip2 Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 3:47: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id 9946B37B401 for ; Wed, 3 Oct 2001 03:46:59 -0700 (PDT) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2:290:27ff:fe98:c0b7]) by white.imgsrc.co.jp (Postfix) with ESMTP id 452D324D36 for ; Wed, 3 Oct 2001 19:46:58 +0900 (JST) Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [2001:218:422:2:2d0:b7ff:fea0:d487]) by black.imgsrc.co.jp (Postfix) with ESMTP id 9A868D1407 for ; Wed, 3 Oct 2001 19:46:56 +0900 (JST) Date: Wed, 03 Oct 2001 19:46:53 +0900 Message-ID: <7mofnpovaa.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: Ports Team Subject: [ucd-snmp] Help wanted about libtool User-Agent: Wanderlust/2.6.0 (Twist And Shout) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 MULE XEmacs/21.4 (patch 4) (Artificial Intelligence) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: multipart/mixed; boundary="Multipart_Wed_Oct__3_19:46:53_2001-1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Multipart_Wed_Oct__3_19:46:53_2001-1 Content-Type: text/plain; charset=US-ASCII I'm trying to upgrade net/net-snmp port to 4.2.2 (currently 4.2.2pre4). Almost all of compilation problem is solved on my -current box, but I cannot understand libtool's behavior. I'm using LIBTOOLFLAGS= --disable-ltlibs --release-ignore to ignore release number indicator in library filename. But it didn't work. If I do "make install" with attached tarball, installed library is named as libsnmp-4.2.2.0.4.0.so.4. It seems my patch for aclocal.m4 -LIBTOOL='$(SHELL) $(top_builddir)/libtool' +LIBTOOL='$(PREFIX)/bin/libtool' is wrong. "./libtool" should be created from system libtool with release_suffix=no, but I don't know how to create ${WRKSRC}/libtool. Could someone please to help solving this problem? -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project --Multipart_Wed_Oct__3_19:46:53_2001-1 Content-Type: application/octet-stream; type=tar+gzip Content-Disposition: attachment; filename="net-snmp.tgz" Content-Transfer-Encoding: base64 H4sIADvsujsAA+w9a3faSLLzFX5FTx47JraEBBLYZJ0bAjhhYsAHcJI5s3N0ZKkBrYWkq4cd b9b7229V64HAEjiJTe69oZPY6q6qflR1VVc/Y1Gf86y5U/7l8QKRhLosk18IEet19huCEP2O IqRelWvwRwREIop1ofYLkR+xTkkIPF91CfnlMnCNG3Wu5uFdzyg1t1Gh7QYrln/rw+ix+sDX y79SlcSd/LcRluQ/tG3/EcoQBaEmSWvkL1ZB/pUqYFUFoYLxigjyFx6hLnfCTy7/8sye07Kl XXnFH12VXfgBYVn/qWN7hm+7Nw9axkb9r6zqvyRJtZ3+byM4tut7ZegF5bgn7OzAzxSW9L9j +a5BvYcuA/W/tkb/wdlb8f+qdbmy0/9thHZ5YpjUK0Molp3LKadTT3PLIi+Vx7OA/K5aRDyE vw3psFE9JBVBEBGzp15SJAREuc4we+oNEQXElKWGUE0wdcPzDWtiA6YorcXE0h0T0BF1faaI qtnzObV8VtUT1yDNYBrjVhpiLcb90Qz+Xx4S/Y8l+ghlbBj/a4JUXei/KKL+S9Xd+L+V8JT0 6TVhXgDRbNOkmm/YFplHvYFMbLdRCDQ9dA2ekrbqU6K5FH7pjQKESo38HliUiEdHNYB/hPkE Sy9MHdWcU7f4FFKfnbiUvhm1G+Suv5H0vIMrgtYkVFxBLoMyC3JDqoHpIbF0SOezQ55BnsWz wXDcb/Y6x4vaYdKHznDUHfSPCxJfgT+OS6ViqznuvB0Mu53RcQFKJYZzVSv2mqNxZ6iMumNI JoVnX1IJymhwPmx1TgbDt51b8o9ioTDxnUa5HJfEw4d6ZXg81YNyCu4FFrjPlNcsU73gvGvD 12a8NivPDde13YQ8TQI/+WvD4m2X/6dTdoIL5Mu17V6WGWZCUlyq3vmbdnd4TBKXDaDd/hj+ dYbHhQvDNCevI45DxtNi8XzUUZrn40Fr0D85LtxQj6Wcdt+MB4PTMKHbH42bp6cjZfQO0sO0 COHktPkWWMdxYMvVC5Nypm8aFx7hOJeaVPUoZ0wt26XFIubffXs+hNKGb0f7x4BCLUbizVSX 6hAHpsy4uXHBzW09gJHn+MnM9vwnMWRqBZypF3ljQnToFRbV9940x613pay8GQWgqYHpe3Hc u/FgbLB8VfOPLfvC1m9eWzYP6gsV5Knp0WJ3pAC3OsNma9z90Dkm2FSeWroxQUb2xeNCAbl6 EZiXU+rzIolj16p5GUW1uR5/2dYk+sQkFC37pqavxukxwiI7+LLo5ziGA6Q7T1GDZMEuxWAv IcPEwIsiPnI2/qaen6L3XdXyTFDSGOyqTvQZePPoK2wONrkKTVZ1XQG56IbLVwmLMAEpLnVM VaM41gIg4rbiwSyRQhwLhLbEyJatY6phGT5mlvpUDMunrqWaHiRiXHWMiN5xAaYwx8Nw0PxA epgWZhF+2xf/NPQkdqWaAV2iv1JdgzGkSsA86YpqmkjvxXGUkzGNY2HOSB1GWfUT4FJjWFJc ujcLfN2+tlIZICsVdQr8idoUJpgqSDSOpNIdQ6Gu64GnbU3TOWim7dEYi6LBSEMnoM6Kowcx gu1QK/527mBjlWOoR9GoK9jF0igedPgFiuel6xjGvRtLi9FSZABaqipLiWuwSEG53yFM15ol 3K06S16uPyTkNoLBrFVkzwt70SLNN+bUDlZqFHbMa9W1QBbeAh+6t3pF0z3SSxMu8gqjoFsh 91CV5Mh68MwuyCFK1PfkyEpEoJSyLhLjbuzxMmZ3eJzGOSy+6fZT5gk1ODYnabNCUjYktiBJ caENSaxGbB9Ce5FYi8RCFEeLMvUErBeLMF4Mx+dnykn3FEbhZ1/Ohp2T7qfbMvW1sqvxejls rDcrgjm3NDPQKfn7hafz6APgyMzPL18Vmal/9mUwikbuW/LqmEgC+ADSmuGEDeGxzWYjlrIY +Ytnp93RGEfJ/eOCN4Ox6vjZlyWk22LRgVGHc1QYoRvFwutnX1pnt1ANbMsIxtbbMiocVFbi Z5D8cfh+NGzdlr11qPIKavEpKyOUfeDSRvFp4bWmL3BekgXT2PhYhqr6tm2WTT+kAoT0GHxL eADNVfAXkKsse8MCeZomNmKPsNzjLC8Mi/ztbwQtDfhMX0CKt6R0F81bwRvlIUYyTHwSJAJm vOsN2rcEHfwXmdmzhjEfBq1xDhG4X++Rl3cI6Wd17uAENfHyCq9hrCQnMLCkuN351OydnXaY EpFUOjPLWPDUtQNnKbc2ndtnwYVpaIzqJdFtpiLPvkSukNJujptQo2cnm2tFkNyiUDnozX+S XwmHnTqtIbfkr5fEn1ErKqTTeje4JU9a6EqD9SFr9IfgFMUPHIJeMv/k5Uo1R61h92x8S7g5 qcviUs+Mc+A9Vt/VKrGcINdsBYXexTT0R09RduERQzILi9dpHqGMTet/oiBF83+hLlXZ/p8s Srv5/zZCry2TvdiKcYtJMw9c4af/KpFjmIRXhEOprol1WRb0yaEkHx0dyRVNv6gJglq52BmI /8Mh0f/UkupDl7Fx/0+qoP5XZaFSkyUB9//AYOz0fxuhaRGYL4AjjW41GfV7Z8RAVwH7gYoz n512/78OS/rPJrwPX8Ym/a9VJLb/L9aqMNTU2Pi/2//bThjPDI/A3/NWm2n/AVGJTl3jCpT/ ihJ7Qlq989+80DI4qnYJMyq+WPyguoYdeARnqx5xqRlOYnwbpzhkxEwI6Ycr2aSnWkCFFoWc ubZva7ZJwvkG0DRIsYidIDZEnoGGiM3bSAxghcPc2FXdmzAxLBeKc+l/B7iIAVNCXOMIF1KZ 4SIT156HpCw3b4US0qiLKx6qpZMZ/IjtHy5vRMgquaIuriUhI7BlgWV8Jr9FKyu/ERwwkTzw sPWMOqIbX5Yd6pq40kkuXPvaoy409OPHjw0y89nKf6x5vGcHrkah3sBZ3BjZqsVd0n+2+/rw ZazXf1GoyPH+vyRXqkz/a7K80/9thAvDKlNLs3WqXNIbDfRgSouYCB23orGv1F7IUpwtDsYJ 2oxqqZhtTZII2wlZxBaAdIbRwmUSDxU5iUYal8S9FGm4nplE2a7IIgbGYRGJVznTKU4SCbxF gVeqtogkLfUvgS3Fuwucq0tj4bqTYlg6/czngtPbEmuQpqCU7k0+BtvbyYJ6lpiZHvi2YqGq Z0E11TQvwM5nwZY3f7IQvHAjJAs2g9ZSF9qLY0MmVwzLr0lZAOiZzGxnwXAFP9qvyWclbtZk J2NaFshRXS+ziRuE5mm4E5AFQFOfk875Wh4on5+pXaZcaH5VFM001mWs04sgu4EIxfE9F2ja 0ynubeXBGWsV1Z1mypOhXAFKHhD3L3NAV9VMiO8GWnZLbzyfZuaW292YCUHTpNiGnomRLKYw yXERfD1qfn9KUNbm4xumMgksLRMKzFTyeRA5OAB6rRuuOyerGEVwvHBjgnVgdSnm2StR/vlz tt/y/HkMwJMSrAerd1IW1KmkzBzYNq66mrBEH6WkyL1kxFl8hjtXOWv4S5sIuUh3dw5ixuVt WCzvgFS0dP6pVDSq6FxnQ0GI/o0D4s8Ae+Xm205//Inrdd/wPgyiq+B2d9Rr9rlR612nfX7a 2YyHGwq5WB1whN1T45LmYrxr9c973LiVDRyMxtywEx6xGeXnsYw2/uOsM8pE7Db7Ta7ZbgPu iDtp9rqnf3BQ/JvOMD9zRnPa7L89B86txTImY2B7PsoJ1+1/6AzHnTY3Gjdb79dh5oL6nXHS glyks3Wgk8HwY3PYXoPyocZ1W711mQDGWmCOPCPYhpzP2/kIw5OWKMoyN+p1c+EVsbqOngME ORvYG/RzKUe983ytwekc1xr0euf97viP9Wgnw2av83EwzJc/Q+ud5YuIIfQH4+5Jt9Ucd9fV GjHPhoNPGyo1bg7fdvL1mOGcjzpD7k1zhP23tx71Q7fzMUJtttbjXlU43LtfB99AntcXInBO X4yhvUzouk563mpz7U5vsB6hO3rf3YBy2hvkyxgxumcnH5ut1lqcsLPkIWSrEv7AwSH0NNkX ePoz2/G9DWjM10OXbQMelr4BxQ58J8ivlh7VSzM3oVyonoGnj/zA2YQarl+vq36EOLctvNy0 Cc12cF0Il743IIbu4yYstpxkWJf5rFuc/ymHq1f+usaksPEzXLkqvg5g+kw1An4INyHP26vn Lso8m4wu+yoJNCP5rnA3Ien3wlpUfw3mXdBuG+JxQrL+F14DeZQyvub+d11g938EcXf/eyth Rf6P8grA/eRfqYP8xTreBRerkiTs5L+NkCH/B38F4Ovu/6P8peru/M92wu7+/88dsvT/oV8B 2Kj/VXFF/2VZFnb6v42QcR+P9YSdNfg5Qob+P/grABvP/9TqK/6fLNR253+2ElL3XPDaffkj 1UnTAYbUiVhrCPWGJODV3iO8dR9O8pPbBAn+74FJiEzESqNaa0gyXuAV2C19vF3DqSogVte+ JhAh6vdFxKpW7oN4eV9E9jxBGlE4asiAKKwimgniCb2Angq+K3JJrK4gxpeaed92lkkgb7FR kRqV+grJzFW8azeweC3hQ877B+2Hs84Z+r9am4PvnQ1sOv8fzf+qtUpdgJkfognC7vzvVkKu /NMd+Dt7wD3lLwnVulyt4PsP6Azu5L+NsCL/xWjwgGVsfv+rBk5AXQD1F2Hij/P/Wn33/t9W wtP44t+TSPRVfvZk5/z/NGFF/2OX7UHL2Oj/V+WV8/+StDv/u53AcRy7048nqZIhn71HY0wL PdsiA80HA01EsSHBX/asllDc39/Poiqw2QA60HX0WStHDRA7+qzF168JVxcOamQffoJH+/p1 kRRJfHDs2R7eze98Gnf6eDu/FMaju/qlBvaRZ1/Ggze/j26LpBBCT9tKq9cu3TOPBf1+wdQJ 94btLLI7T5xnW+qcktQpNon8A/AKnJ1KxDcK4gws3GNNgRg2z6cPwkmsosNmH2px30oiS6Lr /Lrheo1tmOHs8V/e/vjP9v+qtVqo/3VxN//fStiN/z93yB7/9QctY4P+V2rR+7/p8b9e3+n/ NgKO/yuPpMBHt1tmz3VNVA2PHIfeAD6y2aYaW/SSGmK9AVP1xBvYmEchvbgmNASpIVUWvoFY OTqok/3wFzoHT40Jedf80FFGf4zwX2t8qrzD5PidEu/GwwNYmm/ys1cwcnJAodMJic1Ycf9p 6g25OLVE/v3v1UQpK1GG0fgp9s4wneB7eVE1uif4vBCA2WNygJUqB+H9zriEz9z8upJlpRQ2 9VCqoAu0H34csuYWCgVnduOpuu5eBBN8dOElJqK7UzAmc0jYC4/wQ2HK3JvOdJe8KLn+/OX3 t3MfiyB7cfke+RWKL5Ek/qfFfv2FlbiyDf1FaQ+rtE/E0kskDsH7+1iV8EUmrLRJwUs6hurO uVfwAysNSaxVmkP2syHQoFRTXX/RVM1hCNczfJRyj+X+CmwIsBlouFfwQ8Hz8eT4mAzHPZDB RzxQXSJfHoQ/SXOSwuJKIzBsz11Q1EGQ3ALBeYpqGqqXCBe4ri5LVl0RLUmV7Bn/ovZk7wUS Ad/DnlQ7RJdaPKzXIrXBhzdvw1+emsrbs7VLFNOCk4CWEtdmzmOut2GxR4cVpqxHR2JSLPYg EKbO4w9FV30VvgzFVD0/vFTI+1eKB9YDBIRiQxpUr400QUyEssSamrY1VVzqB64VspIrFJDR 5N5V+Hv4oBI+4xYlMSHfku/OJqwitutOLUlSQA7OXqBgQmm7zlfm+L9Y+3+QMja9/ysK1ZX9 v1pl5/9vJ2SM//gea3nRBf7DZvU9YJIIk/lKQ5Ibcvi6dtbAv0JcGAeU0VbqbH+w3oge+GWW pFqT0ZDgL1EMDQl2CDBCmnOzFz6ReUAc19YUGBW5Vw5aA5cP8BIpGkESGzCwtLG/8P5DT3nb GZ8NB61Rpu2X2eCsKNEDuUp8w//VMZHDZwf3SSpkVYZdMf7z1L4+g1gXz1X/xV8aca1iu/9N uTgKwngnlVm6iXFbTMMKPpdifrEHUCd7JM7+SRkzKT/Xy+Hd6CdQoqET5FhkdMne3sQBozPB FzlThO6TUgmtbf/89LREItuEkXDEkcQ6CkyqiEsCe6E5YmTldhLZIBFtrgMqfTCRyLKAIpHl wyWR3C7804eUQ9g69rA12VvLevb0aOh/RW7QPUkTfqdzyOK4Z5uqa3iVUthGZXTaHL1TsHlK rzN+N2grK4XGhoT8V9qmuIp57fCOy8qjpEFG3fYpFovcrVXFgyOyX5OqB2J9wV0cv9NmyUMn 4AWMc4+nAazc8gvy6dOnBmlqGr5xa00JcNphjp2mgm30wE2cwtyC5/mIYtnHWCcwlg2zsb6h XXpkP8ohaesmOu8b6QxG95K8KGfWWXi53IXu26KkHyXtIfeoV6r3fQtV1JaHMNsPZiFq9SrO EmpH0Ier4eQ6p2uS1Tn013KcMjZQ5WrOX8FESHV4nLaURaEihVL83q7/1b36au45qka5V1Af HyvD+uemvpmm8r6JSkeql5nVTcdekL0p9R1wohB/r0TK+B6OVFqnDeTbtGFZNjEvyIZWrdLF 3MCOdSgeHRyS/UOpttyxMgx0IapiqiAtcF18voQlwYd7s7//18uHt5uoN+vLXYxXuPJBShHj 71llZssMPWWl7lXi8jAXFUy+ruAkj7j8xObcux7fU35U7o+ewuzCd4Ts9f+H3P3bvP9XYft/ y+v/td35r60EnP+btqaa4dtW4WQfD/SCTITDhlxtVFJ7/inMlb3+aqUhp9fzDySyLx6wUYF7 +ms58Fx8j569iQcGajmBcNe49Y1P+RkuJfLOpGwvZOv/5YOWsUH/Rbm6+v6nJO/O/24nLNb/ 7pz+GQUwi7CviHiES3fyYUOore735Z/9qdYbQsoe1A7Zlhf+Olwc/knefbrXAaBTSGMPHbFz OCT17tOmYzV3jwzds+S7pZIkK/g1Kq09TnTfQlKHjVIvYYX/98ei6PTBozRa6vBR+h2tOweQ 7sus4v2RY8H0um9yD2fdL6d0Ll/L4/jpL2mFkVE6ZJ3Ub5mFMcIyB5Psvp2BmklVayvHt747 ZNv/hzV0G87/i+z/fGX3P+R6TRCZ/d/d/95OQPuf/A9FYMb/UxjBdBDvHZEaXlSSaksOYBo1 2he6YRZfbAhHDeEwxAxPdBzW2OY0/oYs0Og3W0qr2XrXUeBf6/0e27C3J8T12ZSShJvPkPmB qinalTIEDRsP/6e9o39OG1f+DH+FSmmx+bSxIS2Z5C6hJOlcaDOBzJv3kozPYHPxYTBjm6ad u/7vt7uSjSF85K6ZtG/O246DZWm1kq3VStqP/xro+62cZdcwtErW1GU6DHV0I2qG5Ct6MA9B dkSGYDFY+4u9gGwJasPS7Y/di/fnHekadxCS2iPcn97dIaQLJY9fOpcfOueLeyNOWFY78YZj O+Ql51PcMIvz8ds15dDC1vfmoU3FbstADe1oUP5e//Kq3Y/be3bUg9/Gu15/QYofGlZAB/MY lS6oHPpTdNgbL/pLeEYSn97z/vTDfYbJfliNyl0rt1UoOXBCdsDU/cVTQE53t2X2sPMPctCh Fej2HDDjLFt+B/Ralzuabejo7/2xp/AA1vP/p40CtGv932gK+b+h7amR/l/K/58Ftpz/0xfx JVb/S8r3b5Hb6292agHEKFZKq0qrnlgdaG9IDeBNrPsXc4/QctF18+HiWI0U/bbrc0GCo8uP UPziGf+WSmC0NX3a6Z/0ev2jPk+LsnZPehiU+LyDgmDEu7sfrz70jQ8nvUxuOgp+LO3qlfG/ YuL9NHXsHP9k/6NqCgqA+FsFKTAd/88CL1/QNhyGk4TP+AXjQQgP8pL9eeazvMJaLHcj1arF G1kEJrypWrW8NDADErkgi3yTz8k8tiGpWNjDO4/l8kqLtc3p1AthcIS2P8GRgCE0eA05dvi6 zrN/BmFEzWIUwiEghZJqjjnTLCnXydnMNat8XglXyT9TdsuDSa55AulERWXKCjzmaiGb2d8H nN4MUI4d1zVdl23PXIScvC1XAfC3Fvs10ehf2R9E4J+I8itvDRayA3OYzVKblB9qoG+A9fP/ kDZ6qxP9SerYZf/dqEfxPzSNYoHg+E/1/54FaP6PX/dipiezP42pDVT0F24w+EwfZ17J12hC 1sWcDj9wUud/cFYXgWyNd52L3kHuQTB5OhHg5wursXBFwNscbq28ZEfuvfklYHNgFd7cZ979 lIms1WwlCmlfyEu9sw6qQ+QlGKDGYO64luX4coS2kC0l8nIWIhMrjDPguqZ3ddzrSyKnDAsf TsOFb3/CAEWTuRs6GOoIuKU5Df4Pw6Vt0v+FtzN+IvXfnfs/usr9fzX1ht6k8d/Ya2rp+H8O 2CL/80+AswRU442GutbS9Jb+dqPtz3J5Mhsixzd14hJKS1cT54QNlTaJGrFC6UYVEoQjyzLO Lo13gJmrITCJ5WqW/anmW8G4NlTCV0NLCV4Nc2VWUApwaRaiX3TZK5BC1aNwWa+GSUzaOkyb dJq4xuqaKngNJhHJkauITcfLDSE28XJXkPd34lC/GYdlfjsdlvkYOtjajtI2v1eO/P5RHbUL x2MI/N4D8TvBWv6f9P3zBHXsOv9VtGbk/wfEP7L/0Oup/4dnAeT/yde9cPyAR791hSkNOvpt LNh9Mntmxa2ZumTV2VBJNT2yEnvJuk4wZG1vMnNcCpgYzkejLGu3M9FS4ID93G5T1kiVbzqf DGwfQ1TOfKj2M8icgy/MhO9n5Pnwd2CHsLrknuKtOEjkcmmSC8WhZFRPPpbqWKUy8Sz7AEga Q3K7jUJj++T86LQHz3wYEneQAJhRfoQE27VxnapU81J8fFnxSJ586joWNVQVVhGNqmBsPKZj nWzpJJLqdE2eKgpySnjS+TsMyvH+lEhcRx3wZidIEPJvZYr/Itho/xdFo3qCOnbI/1qzXo/i f9Ybe3vI/2EaSPn/c8A2+7/oE1jMCT17hjv4Ciz18f9uK8AIxdJeQbPVeNtqJDwDNep8okCz MiWyYx74tjlO2NNkMrQ9eHbZozNJo3t8ddLipwGxo4AL3GA4W975f6Advl1nvK6iNgh+l7Vi Jja8eCEEVmMymI+k1wmte1nmqvqZzJLhRSmhxp6gbK0BMybiZCY5dM8cNC3m5t6TAapnVyfG hA5R5dr69GvlVoZypZIsFPqXDQNKB2y1gHMrzMeavOubevntD9Pz/6wnoVNmuAs0843pb3bI KiyRMJuHcnFxj93IzeRLUG7orhZMpPCSiwRu2LGynuke41kQ0Nc9hvlUqLyp5QaqvDXLGu9a hNHQ9QJbGs2iZYsgX6I3bng+mrhaaM0D3d3/eAltfv+/DvuJHrMWo6eysKhh2dLXpAbAP+z8 puh8ZxpmS0sfOqQUk18SrGv/4MtBojZks+FsLhaI6OMAxC3DG/welJkjUrlROwu9EJ6V8S9W IB4KfQV4LWSEUCxGvw6idy9Qwwjkvj4GX3D/XcqNbX9adWbD6mRABgxIB6zvsFSZvca76EaR YTSR84BS5t70p1KOY2phz/uO/QkF0QQW5trTHDm2EG9GEcR+XdAiLejEcLneUFo0XAzQ1abJ SROtBS28eAvQ0EkJ3aEV4sSeeCDGIlcQKED+9cifSvBY6oApPJrAbydvG1VR5ThIoQ2yRB1d 20SKKLzKEiMsgtGVMlE7HWxnotEl+voysTpOF4fQQpWGbjMZwUMrh+ixAwiR4xyZ7vFF5/Li FPKgZRaNeKCWyiVynXY+nPf6kCluXoWpcvTN8i8+QRjPfgv1DWBwzX4LWJGJimAkf43Z7fPO /5vkP7JNfEL/D1v1/9TI/5uuqzrqf6AfiFT+ew7YIv+JT2BlA7iOrtGVyPnTVulPIFiS/fZa aj3yZM51P+iYCK58jsRZhMrZvmHZoem4BvdhQIxjfzmD7fuev/REBBm/8ylL7M/mk+k7pDlc LHuOBddo/oJfkC95+x/fCe2uHd55kK8oC/9KJH2cX3CFj5P35x0YvP58arg0tsktUtI1AP7L 1IrrgDdaJV+YmloXWyOA7t4J7+j4eTB3xxhxHnklG5lDIM8J2di2ZwEdoPPI3WzkexM6PMdg gYjAglcUegxN0b15GMhVTK1tpD/7oAFZYfSu1bWyBtTVm2VdKOsnJJWRRebHI4tbHhPvKn0X 3pVCCimkkEIKKaSQQgoppJBCCimkkEIKKaSQQgoppJDCQ/gL2KcHfADIAAA= --Multipart_Wed_Oct__3_19:46:53_2001-1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 3:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 462DB37B407 for ; Wed, 3 Oct 2001 03:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Ao1j69566; Wed, 3 Oct 2001 03:50:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B9FD37B407 for ; Wed, 3 Oct 2001 03:47:41 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93AlfW68829; Wed, 3 Oct 2001 03:47:41 -0700 (PDT) (envelope-from nobody) Message-Id: <200110031047.f93AlfW68829@freefall.freebsd.org> Date: Wed, 3 Oct 2001 03:47:41 -0700 (PDT) From: Shell Hung To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31006: [MAINTAINER] Upgrade devel/p5-Test-Simple from 0.19 to 0.30 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31006 >Category: ports >Synopsis: [MAINTAINER] Upgrade devel/p5-Test-Simple from 0.19 to 0.30 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 03:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Shell Hung >Release: 4.4-RELEASE >Organization: >Environment: >Description: Newest version released, Please see /modules/module/Test/ >How-To-Repeat: >Fix: The diff file was made for this upgrade : http://www.shellhung.org/FreeBSD/patches/p5-Test-Simple.diff thanks >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 5:48:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw2.be.to (mailgw2.be.to [210.235.212.6]) by hub.freebsd.org (Postfix) with ESMTP id 5844937B403 for ; Wed, 3 Oct 2001 05:48:36 -0700 (PDT) Received: from mail1.be.to (mail1.be.to [210.235.212.2]) by mailgw2.be.to (8.11.0+3.3W/8.11.0/BETO3.11-20000910123456) with ESMTP id f93CmUc00708; Wed, 3 Oct 2001 21:48:30 +0900 (envelope-from okazaki@be.to) Received: from truk.isolanet (hawaii.isola.co.jp [211.0.101.206]) by mail1.be.to (8.9.3+3.2W/BETO.2.0-2000090621000000) with ESMTP id VAA07297; Wed, 3 Oct 2001 21:48:28 +0900 Date: Wed, 03 Oct 2001 21:46:54 +0900 Message-ID: From: OKAZAKI Tetsurou To: "Chad R. Larson" Cc: ports@FreeBSD.org Subject: Re: bzip2 make breakage In-Reply-To: <20011002172306.A26342@freeway.dcfinc.com> References: <20011002172306.A26342@freeway.dcfinc.com> User-Agent: Wanderlust/2.6.0 (Twist And Shout) Emacs/21.0 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In the message <20011002172306.A26342@freeway.dcfinc.com> "Chad R. Larson" wrote: > I had to make the following edit to get bzip2 to build on my > 2.2.8-STABLE system. It doesn't look to me like this is an O/S > version issue, however. We were passing the name of the shared No. This is an OS version issue (ELF platform vs a.out platform). ELF based linker takes `-soname' as an option which requires one argument to specify an internal name of the shared library (see ld(1) on ELF-based FreeBSD). On the other hand, a.out based linker does not have an option `-soname' and ignores `-soname' from command arguments, then takes the next argument `libbz2.so.1' as an file name of an existing library or object to link with the ld-output specifed by `-o' option. > object being built to the linker as an option. Can't work, doesn't > exist yet. And wouldn't make much sense even if it did. > *** -patch-aa Tue Oct 2 17:10:46 2001 > --- patch-aa Tue Oct 2 17:11:32 2001 > *************** > *** 40,46 **** > fi > +libbz2.so.1: $(SO_OBJS) > ! + $(CC) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1 $(SO_OBJS) > + ln -sf libbz2.so.1 libbz2.so > + > test: bzip2 > --- 40,46 ---- > fi > +libbz2.so.1: $(SO_OBJS) > ! + $(CC) -shared -Wl,-soname -o libbz2.so.1 $(SO_OBJS) > + ln -sf libbz2.so.1 libbz2.so > + > test: bzip2 > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= So, this change will not work on ELF based FreeBSD (3-STABLE and later). One workaround is change this line to, $(CC) -shared -Wl,-soname=libbz2.so.1 -o libbz2.so.1 $(SO_OBJS) which will work on both platforms. -- Tetsurou To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 6: 0: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39A2937B403 for ; Wed, 3 Oct 2001 06:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93D02207269; Wed, 3 Oct 2001 06:00:02 -0700 (PDT) (envelope-from gnats) Received: from yori.schoko.org (yori.schoko.org [62.109.128.56]) by hub.freebsd.org (Postfix) with ESMTP id 6009837B405 for ; Wed, 3 Oct 2001 05:55:01 -0700 (PDT) Received: (from nick@localhost) by yori.schoko.org (8.11.6/8.11.6) id f93CsrT30325; Wed, 3 Oct 2001 14:54:53 +0200 (CEST) (envelope-from nick) Message-Id: <200110031254.f93CsrT30325@yori.schoko.org> Date: Wed, 3 Oct 2001 14:54:53 +0200 (CEST) From: Markus `Nick` Wennrich Reply-To: Markus `Nick` Wennrich To: FreeBSD-gnats-submit@freebsd.org Cc: obrien@NUXI.com X-Send-Pr-Version: 3.113 Subject: ports/31007: vim-lite port outdated Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31007 >Category: ports >Synopsis: vim-lite port outdated >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 06:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Markus `Nick` Wennrich >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD yori.schoko.org 4.4-STABLE FreeBSD 4.4-STABLE #17: Thu Sep 20 00:30:30 CEST 2001 root@yori.schoko.org:/usr/src/sys/compile/SCHOKO i386 >Description: The vim-lite ports installs vim5 with LITE=YES. But with the official release of vim6 it should be vim6 imho. >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 Oct 3 6: 3:34 2001 Delivered-To: freebsd-ports@freebsd.org Received: from web11302.mail.yahoo.com (web11302.mail.yahoo.com [216.136.131.205]) by hub.freebsd.org (Postfix) with SMTP id 6665C37B401 for ; Wed, 3 Oct 2001 06:03:32 -0700 (PDT) Message-ID: <20011003130331.17463.qmail@web11302.mail.yahoo.com> Received: from [216.138.192.228] by web11302.mail.yahoo.com via HTTP; Wed, 03 Oct 2001 09:03:31 EDT Date: Wed, 3 Oct 2001 09:03:31 -0400 (EDT) From: David David Reply-To: ddavid_3@yahoo.com Subject: Port Depend's To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm working on porting a KDE File Manager at the moment: http://krusader.sourceforge.net , and the program is capable of using a wide array of archivering program's after it's installed , but it does not require these programs to build or too run itself. Is it best too add these as dependacies in the Makefile and install them when the port is installed, or put a description in pkg-descr or pkg-message making people aware of there use? I'm thinking it would be best too just have a message about them instead of installing them with the port, considering there 8 different archivers that it can use, and i figure not everyone will have use for all 8 of them, leaving them too install the one's they prefer. Thanks David _______________________________________________________ Do You Yahoo!? Get your free @yahoo.ca address at http://mail.yahoo.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 6: 7:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47AB037B407; Wed, 3 Oct 2001 06:07:33 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93D4EN08048; Wed, 3 Oct 2001 06:04:14 -0700 (PDT) (envelope-from jedgar) Date: Wed, 3 Oct 2001 06:04:14 -0700 (PDT) From: Message-Id: <200110031304.f93D4EN08048@freefall.freebsd.org> To: jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: ports/30983: [PATCH] Some staroffice cdrom fixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] Some staroffice cdrom fixes Responsible-Changed-From-To: freebsd-ports->portmgr Responsible-Changed-By: jedgar Responsible-Changed-When: Wed Oct 3 06:02:37 PDT 2001 Responsible-Changed-Why: Over to portmgr to handle the bsd.port.mk changes http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30983 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 6:10:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C507637B403 for ; Wed, 3 Oct 2001 06:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93DA0911861; Wed, 3 Oct 2001 06:10:00 -0700 (PDT) (envelope-from gnats) Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.128.241]) by hub.freebsd.org (Postfix) with ESMTP id 9C0AC37B403; Wed, 3 Oct 2001 06:05:07 -0700 (PDT) Received: (from ernst@localhost) by zaphod.euronet.nl (8.11.6/8.11.6) id f92HF5D31245; Tue, 2 Oct 2001 19:15:05 +0200 (CEST) (envelope-from ernst) Message-Id: <200110021715.f92HF5D31245@zaphod.euronet.nl> Date: Tue, 2 Oct 2001 19:15:05 +0200 (CEST) From: Ernst de Haan Reply-To: Ernst de Haan To: FreeBSD-gnats-submit@freebsd.org Cc: java@freebsd.org, sobomax@freebsd.org, jeh@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31008: Maintainer update: www/orion (1.4.5_7) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31008 >Category: ports >Synopsis: Maintainer update: www/orion (1.4.5_7) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 06:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.4-STABLE i386 >Organization: Jollem Information Technology >Environment: System: FreeBSD zaphod.euronet.nl 4.4-STABLE FreeBSD 4.4-STABLE #2: Mon Sep 24 18:08:27 CEST 2001 root@zaphod.euronet.nl:/usr/obj/usr/src/sys/ZAPHOD i386 >Description: Update of the Orion J2EE Application Server port. Still based on Orion 1.4.5. Changes: * Bumped PORTREVISION to 7 * Creating a group 'orion' and a user 'orion' when installing, and removing these when deinstalling. Orion now runs as this user. * Orion now by default listens to port 7104 instead of 80, this can be configured using the LISTEN_PORT option * Now using the FreeBSD JDK 1.3.1 by default, instead of the Sun Linux JDK 1.3.1, this can be configured using the JAVA_HOME option * Now configuring Orion for use with Jikes by default. This can be disabled by using WITH_JIKES=NO * Now automatically starting Orion after installation, this can be disabled with the option AUTO_START=NO >How-To-Repeat: N/A >Fix: diff -ruN --exclude=work --exclude=CVS --exclude=README.html /usr/ports/www/orion/Makefile /home/ernst/freebsd-ports/www/orion/Makefile --- /usr/ports/www/orion/Makefile Wed Jun 27 03:51:26 2001 +++ /home/ernst/freebsd-ports/www/orion/Makefile Tue Oct 2 19:02:57 2001 @@ -7,7 +7,7 @@ PORTNAME= orion PORTVERSION= 1.4.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www java MASTER_SITES= ftp://ftp.sunet.se/pub/database/utils/orionserver/ \ ${MASTER_SITE_LOCAL} \ @@ -18,7 +18,7 @@ MAINTAINER= ernst@jollem.com -RUN_DEPENDS= ${JAVA_HOME}/bin/java:${PORTSDIR}/java/linux-jdk13 +RUN_DEPENDS= ${JAVA_HOME}/bin/java:${PORTSDIR}/java/jdk13 USE_ZIP= YES NO_BUILD= YES @@ -30,36 +30,104 @@ ORIONCTL_NAME= orionctl ORIONCTL_DEST= ${PREFIX}/bin/${ORIONCTL_NAME} RC_SCRIPT= ${PREFIX}/etc/rc.d/${PORTNAME}.sh -JAVA_HOME?= ${LOCALBASE}/linux-jdk1.3.1 +JAVA_HOME?= ${LOCALBASE}/jdk1.3.1 +JIKES_LOCATION= ${LOCALBASE}/bin/jikes +WITH_JIKES?= YES +.if ${WITH_JIKES} == "YES" +RUN_DEPENDS+= ${JIKES_LOCATION}:${PORTSDIR}/java/jikes +.endif +USER_NAME?= ${PORTNAME} +GROUP_NAME?= ${USER_NAME} +USER_ID?= 7104 +GROUP_ID?= ${USER_ID} +PW?= /usr/sbin/pw +LISTEN_PORT?= 8090 +AUTO_START?= YES .include +pre-install: + @${ECHO} "Installation settings:" + @${ECHO} " Destination directory: ${ORION_HOME}" + @${ECHO} " Control script location: ${ORIONCTL_DEST}" + @${ECHO} " Startup script location: ${RC_SCRIPT}" + @${ECHO} " Startup script location: ${RC_SCRIPT}" + @${ECHO} " Location of JDK: ${JAVA_HOME}" + @${ECHO} " Using Jikes: ${WITH_JIKES}" + @${ECHO} " Running as (user/group): ${USER_NAME}/${GROUP_NAME} (${USER_ID}:${GROUP_ID})" + @${ECHO} " Port to listen at: ${LISTEN_PORT}" + @${ECHO} " Starting after install: ${AUTO_START}" + do-install: + @# Add the group and the user if they do not exist + ${PW} groupadd -n ${GROUP_NAME} -g ${GROUP_ID} || true + ${PW} useradd -n ${USER_NAME} -u ${USER_ID} -g ${GROUP_NAME} -c "Orion Server account" -d ${ORION_HOME} -s ${SH} -h - || true + + @# Create the destination directory for Orion ${MKDIR} ${ORION_HOME} + + @# Copy all files and make them rwxr-xr-x ${CP} -R ${WRKSRC}/* ${ORION_HOME} ${CHMOD} 755 `find ${ORION_HOME} -type d` + + @# Configure for use of Jikes, if necessary +.if ${WITH_JIKES} == "YES" + ${CAT} ${WRKSRC}/config/server.xml \ + | ${SED} "/\/s//\/" \ + > ${ORION_HOME}/config/server.xml +.endif + + @# Configure the port to listen to + ${CAT} ${WRKSRC}/config/default-web-site.xml \ + | ${SED} "/port=\"80\"/s//port=\"${LISTEN_PORT}\"/" \ + > ${ORION_HOME}/config/default-web-site.xml + + @# Install the 'orionctl' script ${CAT} ${FILESDIR}/${ORIONCTL_NAME} \ | ${SED} "/%%PORTNAME%%/s//${PORTNAME}/" \ | ${SED} "/%%PORTVERSION%%/s//${PORTVERSION}/" \ | ${SED} "/%%ORION_HOME%%/s//${ORION_HOME:S/\//\\\//g}/" \ | ${SED} "/%%RC_SCRIPT_NAME%%/s//${PORTNAME}.sh/" \ | ${SED} "/%%JAVA_HOME%%/s//${JAVA_HOME:S/\//\\\//g}/" \ + | ${SED} "/%%USER_NAME%%/s//${USER_NAME}/" \ > ${ORIONCTL_DEST} - ${CAT} ${FILESDIR}/${ORIONCTL_NAME}.1 \ - | ${SED} "/%%PREFIX%%/s//${PREFIX:S/\//\\\//g}/" \ - > ${WRKDIR}/${ORIONCTL_NAME}.1 ${CHMOD} 755 ${ORIONCTL_DEST} + + @# Fix a small typo in the index.html served as the root + ${CAT} ${WRKSRC}/default-web-app/index.html \ + | ${SED} "/1\.4\.0/s//${PORTVERSION}/" \ + > ${ORION_HOME}/default-web-app/index.html + + @# Install the startup script ${LN} -sf ${ORIONCTL_DEST} ${RC_SCRIPT} + + @# Create the 'application-deployments' directory, since Orion will + @# otherwise create it when it is first run ${MKDIR} ${ORION_HOME}/application-deployments + + @# Install the tools.jar file from the JDK, since it is needed by Orion ${LN} -sf ${JAVA_HOME}/lib/tools.jar ${ORION_HOME}/tools.jar + + @# Change ownership for the files + ${CHOWN} -R ${USER_NAME}:${GROUP_NAME} ${ORION_HOME} + + @# Install the man page .if !defined(NOPORTDOCS) - ${INSTALL_MAN} ${WRKDIR}/orionctl.1 ${MANPREFIX}/man/man1 + ${CAT} ${FILESDIR}/${ORIONCTL_NAME}.1 \ + | ${SED} "/%%PREFIX%%/s//${PREFIX:S/\//\\\//g}/" \ + > ${WRKDIR}/${ORIONCTL_NAME}.1 + ${INSTALL_MAN} ${WRKDIR}/${ORIONCTL_NAME}.1 ${MANPREFIX}/man/man1 .endif post-install: @${ECHO} "${PORTTITLE} ${PORTVERSION} has been installed in ${ORION_HOME}." .if !defined(NOPORTDOCS) @${ECHO} "Use 'man orionctl' for information about starting and stopping Orion." +.endif +.if ${AUTO_START} == "YES" + @${ECHO} -n "Starting..." + @${RC_SCRIPT} start + @${ECHO} "" .endif .include diff -ruN --exclude=work --exclude=CVS --exclude=README.html /usr/ports/www/orion/files/orionctl /home/ernst/freebsd-ports/www/orion/files/orionctl --- /usr/ports/www/orion/files/orionctl Tue Jun 12 12:20:48 2001 +++ /home/ernst/freebsd-ports/www/orion/files/orionctl Tue Oct 2 18:57:32 2001 @@ -1,9 +1,10 @@ #!/bin/sh -# Set some more variables +# Set some variables NAME=%%PORTNAME%% VERSION=%%PORTVERSION%% ORION_HOME=%%ORION_HOME%% +USER_NAME=%%USER_NAME%% LOG=${ORION_HOME}/log/${NAME}.log PID_FILE=/var/run/${NAME}.pid JAR_FILE=${ORION_HOME}/${NAME}.jar @@ -64,13 +65,16 @@ # Create the process ID file rm -f ${PID_FILE} touch ${PID_FILE} - chown root:wheel ${PID_FILE} + chown ${USER_NAME} ${PID_FILE} chmod 600 ${PID_FILE} if [ "${AS_RC_SCRIPT}" = "yes" ]; then echo -n " ${NAME}" fi - ( cd ${ORION_HOME} && ${JAVA_CMD} -jar orion.jar & echo $! > ${PID_FILE} ) > ${LOG} 2>&1 + touch ${PID_FILE} + chown ${USER_NAME} ${PID_FILE} + chmod 600 ${PID_FILE} + su - ${USER_NAME} -c "(cd ${ORION_HOME} && ${JAVA_CMD} -jar orion.jar & echo \$! > ${PID_FILE}) > ${LOG} 2>&1" ;; stop) if [ ! -e ${PID_FILE} ]; then diff -ruN --exclude=work --exclude=CVS --exclude=README.html /usr/ports/www/orion/pkg-plist /home/ernst/freebsd-ports/www/orion/pkg-plist --- /usr/ports/www/orion/pkg-plist Wed Jun 27 02:15:07 2001 +++ /home/ernst/freebsd-ports/www/orion/pkg-plist Tue Oct 2 14:29:19 2001 @@ -394,3 +394,5 @@ @dirrm %%T%%/persistence/ejb @dirrm %%T%%/persistence @dirrm %%T%% +@unexec pw groupdel orion || true +@unexec pw userdel orion || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 6:15:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from web11304.mail.yahoo.com (web11304.mail.yahoo.com [216.136.131.207]) by hub.freebsd.org (Postfix) with SMTP id A297F37B406 for ; Wed, 3 Oct 2001 06:15:41 -0700 (PDT) Message-ID: <20011003131541.85704.qmail@web11304.mail.yahoo.com> Received: from [216.138.192.228] by web11304.mail.yahoo.com via HTTP; Wed, 03 Oct 2001 09:15:41 EDT Date: Wed, 3 Oct 2001 09:15:41 -0400 (EDT) From: David David Reply-To: ddavid_3@yahoo.com Subject: Re: When will KDE 2.2.1 be in the ports collection? To: Vladimir Vrzi? Cc: kde@freebsd.org, ports@freebsd.org, will@physics.purdue.edu MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Vladimir, If you dont mind doing a little editing, all thats needed to get 2.2.1 running is grabbing the distfiles, changing the Portversion in the Makefiles and updating the distinfo files: example cd /usr/ports/graphics/kdegraphics2 md5 /usr/ports/distfiles/KDE/kdegraphics-2.2.1.tar.bz2 > distinfo and add a "1" to the Portversion in the Makefile, and install. I'm running it now, it pretty nice, some graphics tuning, "seems" to to run a wee better, but hey my kdeinit core dumps have shrunk to 2 MB instead of 5 MB with <2.2 :) _______________________________________________________ Do You Yahoo!? Get your free @yahoo.ca address at http://mail.yahoo.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 6:39:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id C9AC037B407; Wed, 3 Oct 2001 06:39:34 -0700 (PDT) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.4) id f93Dc4t08785; Wed, 3 Oct 2001 15:38:04 +0200 (CEST) (envelope-from ernst) Date: Wed, 3 Oct 2001 15:38:04 +0200 From: Ernst de Haan To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31008: Maintainer update: www/orion (1.4.5_7) Message-ID: <20011003153804.A8738@c104187.upc-c.chello.nl> References: <200110021715.f92HF5D31245@zaphod.euronet.nl> <200110031310.f93DA0a11857@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110031310.f93DA0a11857@freefall.freebsd.org>; from gnats-admin@FreeBSD.org on Wed, Oct 03, 2001 at 06:10:00AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This one is a duplicate of 31001... Please delete it. /Ernst gnats-admin@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/31008'. > The individual assigned to look at your > report is: freebsd-ports. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=31008 > > >Category: ports > >Responsible: freebsd-ports > >Synopsis: Maintainer update: www/orion (1.4.5_7) > >Arrival-Date: Wed Oct 03 06:10:00 PDT 2001 > -- Ernst de Haan Euronet Internet B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 6:46:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from night.its.uiowa.edu (night.its.uiowa.edu [128.255.56.106]) by hub.freebsd.org (Postfix) with ESMTP id 8CBDB37B406 for ; Wed, 3 Oct 2001 06:46:43 -0700 (PDT) Received: from dsp42.uiowa.edu (dsp42.dsp.uiowa.edu [128.255.242.42]) by night.its.uiowa.edu (8.11.3/8.11.1/ns-mx-1.13) with ESMTP id f93DkVI10802; Wed, 3 Oct 2001 08:46:32 -0500 Message-Id: <5.0.0.25.2.20011003084601.0324b050@mail.vpr.uiowa.edu> X-Sender: manjoine@mail.vpr.uiowa.edu X-Mailer: QUALCOMM Windows Eudora Version 5.0 Date: Wed, 03 Oct 2001 08:46:29 -0500 To: dirk.meyer@dinoex.sub.org From: Chris Manjoine Subject: FreeBSD Port: sendmail-sasl-8.11.4 Cc: ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I get this error when installing on my freebsd 4.1.1 box your sendmail-sasl port ===> Returning to build of sendmail-sasl-8.11.6_1 ===> Patching for sendmail-sasl-8.11.6_1 ===> Applying FreeBSD patches for sendmail-sasl-8.11.6_1 ===> Configuring for sendmail-sasl-8.11.6_1 /usr/bin/sed -e "s=%%PREFIX%%=/usr/local=" -e "s=%%LOCALBASE%%=/usr/local=" /usr/ports/mail/sendmail-sasl/../sendmail/files/site.config.m4.pre4 /usr/ports/mail/sendmail-sasl/../sendmail/files/site.config.m4 /usr/ports/mail/sendmail-sasl/../sendmail/files/site.config.m4.ipv6 /usr/ports/mail/sendmail-sasl/../sendmail/files/site.config.m4.sfio /usr/ports/mail/sendmail-sasl/../sendmail/files/site.config.m4.tls /usr/ports/mail/sendmail-sasl/../sendmail/files/site.config.m4.sasl /usr/ports/mail/sendmail-sasl/../sendmail/files/site.config.m4.milter > /usr/ports/mail/sendmail-sasl/work/sendmail-8.11.6/devtools/Site/site.config.m4 ===> Building for sendmail-sasl-8.11.6_1 Making all in: /usr/ports/mail/sendmail-sasl/work/sendmail-8.11.6/libsmutil Configuration: pfx=, os=FreeBSD, rel=4.1.1-RELEASE, rbase=4, rroot=4.1, arch=i386, sfx=, variant=optimized Using M4=/usr/local/bin/gm4 Creating ../obj.FreeBSD.4.1.1-RELEASE.i386/libsmutil using ../devtools/OS/FreeBSD Including ../devtools/Site/site.config.m4 Making dependencies in ../obj.FreeBSD.4.1.1-RELEASE.i386/libsmutil mkdep -a -f Makefile -I. -I../../sendmail -I../../include -I/usr/local/include/sfio -I/usr/local/include -DNEWDB -DNIS -DMAP_REGEX -U_FFR_TLS_TOREK -DSFIO -DNOT_SENDMAIL debug.c errstring.c lockfile.c safefile.c snprintf.c strl.c In file included from debug.c:15: ../../sendmail/sendmail.h:33: sfio/stdio.h: No such file or directory In file included from ../../sendmail/sendmail.h:53, from debug.c:15: ../../include/sendmail/sendmail.h:21: sfio/stdio.h: No such file or directory In file included from errstring.c:18: ../../sendmail/sendmail.h:33: sfio/stdio.h: No such file or directory In file included from ../../sendmail/sendmail.h:53, from errstring.c:18: ../../include/sendmail/sendmail.h:21: sfio/stdio.h: No such file or directory In file included from lockfile.c:18: ../../sendmail/sendmail.h:33: sfio/stdio.h: No such file or directory In file included from ../../sendmail/sendmail.h:53, from lockfile.c:18: ../../include/sendmail/sendmail.h:21: sfio/stdio.h: No such file or directory In file included from safefile.c:18: ../../sendmail/sendmail.h:33: sfio/stdio.h: No such file or directory In file included from ../../sendmail/sendmail.h:53, from safefile.c:18: ../../include/sendmail/sendmail.h:21: sfio/stdio.h: No such file or directory In file included from snprintf.c:18: ../../sendmail/sendmail.h:33: sfio/stdio.h: No such file or directory In file included from ../../sendmail/sendmail.h:53, from snprintf.c:18: ../../include/sendmail/sendmail.h:21: sfio/stdio.h: No such file or directory In file included from strl.c:15: ../../sendmail/sendmail.h:33: sfio/stdio.h: No such file or directory In file included from ../../sendmail/sendmail.h:53, from strl.c:15: ../../include/sendmail/sendmail.h:21: sfio/stdio.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/ports/mail/sendmail-sasl/work/sendmail-8.11.6/obj.FreeBSD.4.1.1-RELEASE.i386/libsmutil. Making in ../obj.FreeBSD.4.1.1-RELEASE.i386/libsmutil cc -O -I. -I../../sendmail -I../../include -I/usr/local/include/sfio -I/usr/local/include -DNEWDB -DNIS -DMAP_REGEX -U_FFR_TLS_TOREK -DSFIO -DNOT_SENDMAIL -c debug.c In file included from debug.c:15: ../../sendmail/sendmail.h:33: sfio/stdio.h: No such file or directory In file included from ../../sendmail/sendmail.h:53, from debug.c:15: ../../include/sendmail/sendmail.h:21: sfio/stdio.h: No such file or directory *** Error code 1 Stop in /usr/ports/mail/sendmail-sasl/work/sendmail-8.11.6/obj.FreeBSD.4.1.1-RELEASE.i386/libsmutil. *** Error code 1 Stop in /usr/ports/mail/sendmail-sasl/work/sendmail-8.11.6. *** Error code 1 Stop in /usr/ports/mail/sendmail-sasl. *** Error code 1 Stop in /usr/ports/mail/sendmail-sasl. *** Error code 1 Stop in /usr/ports/mail/sendmail-sasl. *** Error code 1 Stop in /usr/ports/mail/sendmail-sasl. =~=~=~=~=~=~=~=~=~=~=~=~=~=~= Christopher A. Manjoine Senior Systems Analyst Research Information Systems The University of Iowa 2 Gilmore Hall Iowa City, IA 52242 Voice: 319-335-3019 Fax: 319-335-2130 Email: chris-manjoine@uiowa.edu =~=~=~=~=~=~=~=~=~=~=~=~=~=~= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 6:47:34 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E9D837B406; Wed, 3 Oct 2001 06:47:33 -0700 (PDT) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93DhnB77736; Wed, 3 Oct 2001 06:43:49 -0700 (PDT) (envelope-from tom) Date: Wed, 3 Oct 2001 06:43:49 -0700 (PDT) From: Message-Id: <200110031343.f93DhnB77736@freefall.freebsd.org> To: ernst@jollem.com, tom@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31008: Maintainer update: www/orion (1.4.5_7) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer update: www/orion (1.4.5_7) State-Changed-From-To: open->closed State-Changed-By: tom State-Changed-When: Wed Oct 3 06:43:07 PDT 2001 State-Changed-Why: Duplicate of ports/31001 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31008 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 7: 4:34 2001 Delivered-To: freebsd-ports@freebsd.org Received: from night.its.uiowa.edu (night.its.uiowa.edu [128.255.56.106]) by hub.freebsd.org (Postfix) with ESMTP id 4F3C037B408 for ; Wed, 3 Oct 2001 07:04:32 -0700 (PDT) Received: from dsp42.uiowa.edu (dsp42.dsp.uiowa.edu [128.255.242.42]) by night.its.uiowa.edu (8.11.3/8.11.1/ns-mx-1.13) with ESMTP id f93E4QI14540; Wed, 3 Oct 2001 09:04:26 -0500 Message-Id: <5.0.0.25.2.20011003090414.0324a670@mail.vpr.uiowa.edu> X-Sender: manjoine@mail.vpr.uiowa.edu X-Mailer: QUALCOMM Windows Eudora Version 5.0 Date: Wed, 03 Oct 2001 09:04:24 -0500 To: dirk.meyer@dinoex.sub.org From: Chris Manjoine Subject: FreeBSD Port: sendmail-sasl-8.11.4 Cc: ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org strike my last message my bad works like a charm as long as im not an idiot! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 7:17:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72A9137B403; Wed, 3 Oct 2001 07:17:33 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93EHGR34852; Wed, 3 Oct 2001 07:17:16 -0700 (PDT) (envelope-from petef) Date: Wed, 3 Oct 2001 07:17:16 -0700 (PDT) From: Message-Id: <200110031417.f93EHGR34852@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/31007: vim-lite port outdated Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: vim-lite port outdated Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: petef Responsible-Changed-When: Wed Oct 3 07:17:10 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31007 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 7:18:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id 8072B37B403 for ; Wed, 3 Oct 2001 07:18:17 -0700 (PDT) Received: (qmail 89094 invoked by uid 1001); 3 Oct 2001 14:18:11 -0000 Date: Wed, 3 Oct 2001 10:18:11 -0400 From: Pete Fritchman To: David David Cc: ports@freebsd.org Subject: Re: Port Depend's Message-ID: <20011003101811.A88748@databits.net> References: <20011003130331.17463.qmail@web11302.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011003130331.17463.qmail@web11302.mail.yahoo.com>; from ddavid_3@yahoo.com on Wed, Oct 03, 2001 at 09:03:31AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ++ 03/10/01 09:03 -0400 - David David: | | I'm working on porting a KDE File Manager at the moment: | http://krusader.sourceforge.net , and the program is capable of using | a wide array of archivering program's after it's installed , but it | does not require these programs to build or too run itself. | | Is it best too add these as dependacies in the Makefile and install | them when the port is installed, or put a description in pkg-descr or | pkg-message making people aware of there use? | | I'm thinking it would be best too just have a message about them | instead of installing them with the port, considering there 8 | different archivers that it can use, and i figure not everyone will | have use for all 8 of them, leaving them too install the one's they | prefer. I'd tend to agree with you here, it's probably best to mention the program is only useful if those archiver ports are installed. -pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] finger petef@databits.net 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 Wed Oct 3 7:23: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id 89B8E37B405 for ; Wed, 3 Oct 2001 07:23:01 -0700 (PDT) Received: by peitho.fxp.org (Postfix, from userid 1501) id 492B513651; Wed, 3 Oct 2001 10:22:48 -0400 (EDT) Date: Wed, 3 Oct 2001 10:22:47 -0400 From: Chris Faulhaber To: David David Cc: ports@freebsd.org Subject: Re: Port Depend's Message-ID: <20011003102247.A66712@peitho.fxp.org> References: <20011003130331.17463.qmail@web11302.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nFreZHaLTZJo0R7j" Content-Disposition: inline In-Reply-To: <20011003130331.17463.qmail@web11302.mail.yahoo.com> User-Agent: Mutt/1.3.20i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 03, 2001 at 09:03:31AM -0400, David David wrote: >=20 > I'm thinking it would be best too just have a message about them > instead of installing them with the port, considering there 8 > different archivers that it can use, and i figure not everyone will > have use for all 8 of them, leaving them too install the one's they > prefer. >=20 Personally I would depend on the most-used archivers in the ports tree, bzip2 (which is in the base system now) and zip/unzip. For the others, a message, and perhaps a hook to depend on the other supported archivers, seems appropriate. --=20 Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org --nFreZHaLTZJo0R7j Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: FreeBSD: The Power To Serve iEYEARECAAYFAju7HzYACgkQObaG4P6BelD04ACdFicRsg1xhSm9Xf9Mw/kXhGrY vh8Ani3JCGmOTbZqBVms4vE34DiJvDS2 =548H -----END PGP SIGNATURE----- --nFreZHaLTZJo0R7j-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 7:25: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id EC09537B403 for ; Wed, 3 Oct 2001 07:24:59 -0700 (PDT) Received: (qmail 89291 invoked by uid 1001); 3 Oct 2001 14:24:59 -0000 Date: Wed, 3 Oct 2001 10:24:59 -0400 From: Pete Fritchman To: David David Cc: ports@freebsd.org Subject: Re: When will KDE 2.2.1 be in the ports collection? Message-ID: <20011003102459.B88748@databits.net> References: <20011003131541.85704.qmail@web11304.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011003131541.85704.qmail@web11304.mail.yahoo.com>; from ddavid_3@yahoo.com on Wed, Oct 03, 2001 at 09:15:41AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ++ 03/10/01 09:15 -0400 - David David: | example | cd /usr/ports/graphics/kdegraphics2 | md5 /usr/ports/distfiles/KDE/kdegraphics-2.2.1.tar.bz2 > distinfo | and add a "1" to the Portversion in the Makefile, and install. Kind of unrelated, you can just do "make makesum" and it will do this for you. :-) This is especially useful when you have more than one distfile... -pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] finger petef@databits.net 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 Wed Oct 3 7:33:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 3C52537B407; Wed, 3 Oct 2001 07:33:39 -0700 (PDT) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.4) id f93EUw208956; Wed, 3 Oct 2001 16:30:58 +0200 (CEST) (envelope-from ernst) Date: Wed, 3 Oct 2001 16:30:58 +0200 From: Ernst de Haan To: David David Cc: Vladimir Vrzi? , kde@FreeBSD.ORG, ports@FreeBSD.ORG, will@physics.purdue.edu Subject: Re: When will KDE 2.2.1 be in the ports collection? Message-ID: <20011003163058.D8738@c104187.upc-c.chello.nl> References: <20011003131541.85704.qmail@web11304.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011003131541.85704.qmail@web11304.mail.yahoo.com>; from ddavid_3@yahoo.com on Wed, Oct 03, 2001 at 09:15:41AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org You haven't checked that the pkg-plist file is still up to date, have you? /Ernst David David wrote: > > Vladimir, > > If you dont mind doing a little editing, all thats needed to get > 2.2.1 running is grabbing the distfiles, changing the Portversion in > the Makefiles and updating the distinfo files: > > example > cd /usr/ports/graphics/kdegraphics2 > md5 /usr/ports/distfiles/KDE/kdegraphics-2.2.1.tar.bz2 > distinfo > and add a "1" to the Portversion in the Makefile, and install. > > I'm running it now, it pretty nice, some graphics tuning, "seems" to > to run a wee better, but hey my kdeinit core dumps have shrunk to 2 > MB instead of 5 MB with <2.2 :) > > > > _______________________________________________________ > Do You Yahoo!? > Get your free @yahoo.ca address at http://mail.yahoo.ca > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > -- Ernst de Haan Euronet Internet B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 7:40: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F7C037B405 for ; Wed, 3 Oct 2001 07:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Ee3H38480; Wed, 3 Oct 2001 07:40:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 3 Oct 2001 07:40:03 -0700 (PDT) Message-Id: <200110031440.f93Ee3H38480@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Palle Girgensohn Subject: Re: ports/30996: Update textproc/crimson Reply-To: Palle Girgensohn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/30996; it has been noted by GNATS. From: Palle Girgensohn To: Peter Pentchev Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/30996: Update textproc/crimson Date: Wed, 03 Oct 2001 16:35:49 +0200 Peter Pentchev wrote: > > I think this would be better phrased as 1.1.2.b2, as per the Porter's > Handbook (and pkg_version(1) version comparison rules), so that when > 1.1.2 is officially out, it would sort as newer than this beta. Ok, I will. Please hold this PR. /Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 7:47:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1DCB37B401; Wed, 3 Oct 2001 07:47:33 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93EdeB38371; Wed, 3 Oct 2001 07:39:40 -0700 (PDT) (envelope-from petef) Date: Wed, 3 Oct 2001 07:39:40 -0700 (PDT) From: Message-Id: <200110031439.f93EdeB38371@freefall.freebsd.org> To: darius@chowder.dons.net.au, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31005: New port for XPP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port for XPP State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Wed Oct 3 07:39:33 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31005 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 7:47:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9714F37B405; Wed, 3 Oct 2001 07:47:34 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93EeIi38557; Wed, 3 Oct 2001 07:40:18 -0700 (PDT) (envelope-from petef) Date: Wed, 3 Oct 2001 07:40:18 -0700 (PDT) From: Message-Id: <200110031440.f93EeIi38557@freefall.freebsd.org> To: michiel.dewilde@rug.ac.be, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28252: New port: xpp: A tool for choosing and configuring the desired printer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: xpp: A tool for choosing and configuring the desired printer State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Wed Oct 3 07:39:42 PDT 2001 State-Changed-Why: A more functional port of xpp has been committed, thanks for your submission! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28252 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 8: 7:34 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85BDF37B403; Wed, 3 Oct 2001 08:07:33 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93F1pM41667; Wed, 3 Oct 2001 08:01:51 -0700 (PDT) (envelope-from petef) Date: Wed, 3 Oct 2001 08:01:51 -0700 (PDT) From: Message-Id: <200110031501.f93F1pM41667@freefall.freebsd.org> To: shell@shellhung.org, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31006: [MAINTAINER] Upgrade devel/p5-Test-Simple from 0.19 to 0.30 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [MAINTAINER] Upgrade devel/p5-Test-Simple from 0.19 to 0.30 State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Wed Oct 3 08:01:31 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31006 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 8:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 433F737B406 for ; Wed, 3 Oct 2001 08:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93FA2V45722; Wed, 3 Oct 2001 08:10:02 -0700 (PDT) (envelope-from gnats) Received: from scepter.st.hirosaki-u.ac.jp (scepter.st.hirosaki-u.ac.jp [133.60.103.40]) by hub.freebsd.org (Postfix) with ESMTP id 43D7837B407 for ; Wed, 3 Oct 2001 08:05:59 -0700 (PDT) Received: (from rmiya@localhost) by scepter.st.hirosaki-u.ac.jp (8.11.3/8.11.3) id f93F5pp42698; Thu, 4 Oct 2001 00:05:51 +0900 (JST) (envelope-from rmiya) Message-Id: <200110031505.f93F5pp42698@scepter.st.hirosaki-u.ac.jp> Date: Thu, 4 Oct 2001 00:05:51 +0900 (JST) From: rmiya@cc.hirosaki-u.ac.jp To: FreeBSD-gnats-submit@freebsd.org Cc: rmiya@cc.hirosaki-u.ac.jp X-Send-Pr-Version: 3.113 Subject: ports/31010: Update port biology/molden for checksum error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31010 >Category: ports >Synopsis: update port biology/molden for checksum error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 08:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ryo MIYAMOTO >Release: FreeBSD 4.3-STABLE i386 >Organization: Hirosaki-u >Environment: System: FreeBSD scepter.st.hirosaki-u.ac.jp 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon May 28 22:09:45 JST 2001 root@scepter.st.hirosaki-u.ac.jp:/home/FreeBSD/src/sys/compile/SCEPTER i386 >Description: >How-To-Repeat: >Fix: diff -ruN molden/distinfo molden.new/distinfo --- molden/distinfo Fri Oct 13 19:59:34 2000 +++ molden.new/distinfo Wed Oct 3 20:16:30 2001 @@ -1,2 +1,2 @@ -MD5 (molden3.6.tar.Z) = aa5250dabd9b94bb9f9d7e19b6f3d16b +MD5 (molden3.6.tar.Z) = 33fe2031c540569b7d55ea2b8de04443 MD5 (molden3.6-freebsd) = 6c0b10b7ad5f64534c9f0d2410f0c4c2 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 8:27:46 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A24337B40C; Wed, 3 Oct 2001 08:27:41 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93FQvs48276; Wed, 3 Oct 2001 08:26:57 -0700 (PDT) (envelope-from petef) Date: Wed, 3 Oct 2001 08:26:57 -0700 (PDT) From: Message-Id: <200110031526.f93FQvs48276@freefall.freebsd.org> To: obonilla@galileo.edu, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30650: Port Update Unix2Dos Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Port Update Unix2Dos State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Wed Oct 3 08:26:45 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30650 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 8:27:46 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 114A837B40B; Wed, 3 Oct 2001 08:27:41 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93FN9447733; Wed, 3 Oct 2001 08:23:09 -0700 (PDT) (envelope-from petef) Date: Wed, 3 Oct 2001 08:23:09 -0700 (PDT) From: Message-Id: <200110031523.f93FN9447733@freefall.freebsd.org> To: jev@ecad.org, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30770: gnu barcode port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: gnu barcode port State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Wed Oct 3 08:22:56 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30770 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 8:37:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B926237B408; Wed, 3 Oct 2001 08:37:33 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93FTwu48794; Wed, 3 Oct 2001 08:29:58 -0700 (PDT) (envelope-from petef) Date: Wed, 3 Oct 2001 08:29:58 -0700 (PDT) From: Message-Id: <200110031529.f93FTwu48794@freefall.freebsd.org> To: pete_g23@hotmail.com, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30569: Gdm won't compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Gdm won't compile State-Changed-From-To: open->feedback State-Changed-By: petef State-Changed-When: Wed Oct 3 08:29:21 PDT 2001 State-Changed-Why: Could you try cvsup'ing and trying out the latest port, version 2.2.4.1? If it doesn't work, please paste the actual error instead of summing it up. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30569 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 8:40:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 68E7237B429 for ; Wed, 3 Oct 2001 08:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Fe3750151; Wed, 3 Oct 2001 08:40:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 3 Oct 2001 08:40:03 -0700 (PDT) Message-Id: <200110031540.f93Fe3750151@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Pete Fritchman Subject: Re: ports/31010: Update port biology/molden for checksum error Reply-To: Pete Fritchman Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31010; it has been noted by GNATS. From: Pete Fritchman To: rmiya@cc.hirosaki-u.ac.jp Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/31010: Update port biology/molden for checksum error Date: Wed, 3 Oct 2001 11:35:22 -0400 ++ 04/10/01 00:05 +0900 - rmiya@cc.hirosaki-u.ac.jp: | --- molden/distinfo Fri Oct 13 19:59:34 2000 | +++ molden.new/distinfo Wed Oct 3 20:16:30 2001 | @@ -1,2 +1,2 @@ | -MD5 (molden3.6.tar.Z) = aa5250dabd9b94bb9f9d7e19b6f3d16b | +MD5 (molden3.6.tar.Z) = 33fe2031c540569b7d55ea2b8de04443 | MD5 (molden3.6-freebsd) = 6c0b10b7ad5f64534c9f0d2410f0c4c2 Do you have a copy of the old distfile so you can see what actually changed? -pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] finger petef@databits.net 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 Wed Oct 3 8:47:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BC5737B401; Wed, 3 Oct 2001 08:47:35 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93FfV250471; Wed, 3 Oct 2001 08:41:31 -0700 (PDT) (envelope-from petef) Date: Wed, 3 Oct 2001 08:41:31 -0700 (PDT) From: Message-Id: <200110031541.f93FfV250471@freefall.freebsd.org> To: j@pureftpd.org, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30643: ports update : ftp/pure-ftpd (roam) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports update : ftp/pure-ftpd (roam) State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Wed Oct 3 08:41:19 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30643 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 8:47:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 135E737B401; Wed, 3 Oct 2001 08:47:39 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Ff1H50300; Wed, 3 Oct 2001 08:41:01 -0700 (PDT) (envelope-from dinoex) Date: Wed, 3 Oct 2001 08:41:01 -0700 (PDT) From: Message-Id: <200110031541.f93Ff1H50300@freefall.freebsd.org> To: thierry@thomas.as, dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30455: news/newsx: fix problem when inn has tagged-hash enabled Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: news/newsx: fix problem when inn has tagged-hash enabled State-Changed-From-To: open->closed State-Changed-By: dinoex State-Changed-When: Wed Oct 3 08:39:57 PDT 2001 State-Changed-Why: Comitted, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30455 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 8:47:45 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1762237B403; Wed, 3 Oct 2001 08:47:41 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93FhHq50732; Wed, 3 Oct 2001 08:43:17 -0700 (PDT) (envelope-from petef) Date: Wed, 3 Oct 2001 08:43:17 -0700 (PDT) From: Message-Id: <200110031543.f93FhHq50732@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/30923: small fix for devel/gindent port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: small fix for devel/gindent port Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: petef Responsible-Changed-When: Wed Oct 3 08:43:10 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30923 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 8:57:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AC1337B401; Wed, 3 Oct 2001 08:57:33 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93FnIX51764; Wed, 3 Oct 2001 08:49:18 -0700 (PDT) (envelope-from dinoex) Date: Wed, 3 Oct 2001 08:49:18 -0700 (PDT) From: Message-Id: <200110031549.f93FnIX51764@freefall.freebsd.org> To: anarcat@anarcat.dyndns.org, dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30748: replace target of ssmtp port is wrong Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: replace target of ssmtp port is wrong State-Changed-From-To: open->closed State-Changed-By: dinoex State-Changed-When: Wed Oct 3 08:48:52 PDT 2001 State-Changed-Why: Committed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30748 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 9: 0:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D33D37B406 for ; Wed, 3 Oct 2001 09:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93G02l53088; Wed, 3 Oct 2001 09:00:02 -0700 (PDT) (envelope-from gnats) Received: from scepter.st.hirosaki-u.ac.jp (scepter.st.hirosaki-u.ac.jp [133.60.103.40]) by hub.freebsd.org (Postfix) with ESMTP id ADDC837B401 for ; Wed, 3 Oct 2001 08:56:55 -0700 (PDT) Received: (from rmiya@localhost) by scepter.st.hirosaki-u.ac.jp (8.11.3/8.11.3) id f93FunT42972; Thu, 4 Oct 2001 00:56:49 +0900 (JST) (envelope-from rmiya) Message-Id: <200110031556.f93FunT42972@scepter.st.hirosaki-u.ac.jp> Date: Thu, 4 Oct 2001 00:56:49 +0900 (JST) From: rmiya@cc.hirosaki-u.ac.jp To: FreeBSD-gnats-submit@freebsd.org Cc: rmiya@cc.hirosaki-u.ac.jp X-Send-Pr-Version: 3.113 Subject: ports/31011: Update port biology/psi88 for unreachable web site in pkg-descr Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31011 >Category: ports >Synopsis: Update port biology/psi88 for unreachable web site in pkg-descr >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 09:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ryo MIYAMOTO >Release: FreeBSD 4.3-STABLE i386 >Organization: Hirosaki-u >Environment: System: FreeBSD scepter.st.hirosaki-u.ac.jp 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon May 28 22:09:45 JST 2001 root@scepter.st.hirosaki-u.ac.jp:/home/FreeBSD/src/sys/compile/SCEPTER i386 >Description: URL in pkg-descr was moved and unreachable. This problem is corrected. >How-To-Repeat: >Fix: diff -ruN psi88/Makefile psi88.new/Makefile --- psi88/Makefile Thu Jul 19 15:28:42 2001 +++ psi88.new/Makefile Thu Oct 4 00:47:34 2001 @@ -8,7 +8,8 @@ PORTNAME= psi88 PORTVERSION= 1.0 CATEGORIES= biology -MASTER_SITES= ftp://ftp.ccl.net/pub/chemistry/software/SOURCES/FORTRAN/psi88/ +MASTER_SITES= ftp://ftp.ccl.net/pub/chemistry/software/SOURCES/FORTRAN/psi88/ \ + ftp://ftp.orgchm.bas.bg/pub/mirror/ftp.CCL.net/pub/chemistry/software/SOURCES/FORTRAN/psi88/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tar.Z diff -ruN psi88/pkg-descr psi88.new/pkg-descr --- psi88/pkg-descr Thu Mar 15 22:25:33 2001 +++ psi88.new/pkg-descr Thu Oct 4 00:42:29 2001 @@ -6,4 +6,11 @@ 6-31++G(d,p) basis sets are implemented for atoms H-Ar. -WWW: http://zarbi.chem.yale.edu/programs/psi88/index.shtml +WWW: http://zarbi.chem.yale.edu/products/psi88/index.shtml + +On-line manual is available at this web site. + +You can also download the source code of psi88 from +the above site as a ``psi88.tar.gz''. When you do ungzip and +untar this archive, you will obtain some documents and +the ``psi88.tar.Z'' file which is required at this 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 Wed Oct 3 9:17:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2D9237B403; Wed, 3 Oct 2001 09:17:33 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93GAVY57573; Wed, 3 Oct 2001 09:10:31 -0700 (PDT) (envelope-from dinoex) Date: Wed, 3 Oct 2001 09:10:31 -0700 (PDT) From: Message-Id: <200110031610.f93GAVY57573@freefall.freebsd.org> To: wea@llnl.gov, dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30879: Incorrect version number for Yorick port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Incorrect version number for Yorick port State-Changed-From-To: open->analyzed State-Changed-By: dinoex State-Changed-When: Wed Oct 3 09:06:47 PDT 2001 State-Changed-Why: work as excpected http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30879 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 9:17:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4290837B408; Wed, 3 Oct 2001 09:17:34 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93GBkw57819; Wed, 3 Oct 2001 09:11:46 -0700 (PDT) (envelope-from dinoex) Date: Wed, 3 Oct 2001 09:11:46 -0700 (PDT) From: Message-Id: <200110031611.f93GBkw57819@freefall.freebsd.org> To: ecronin@devon.eecs.umich.edu, dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30872: Patch for IPv6 compat doesn't handle extra :'s in conversation Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Patch for IPv6 compat doesn't handle extra :'s in conversation State-Changed-From-To: open->feedback State-Changed-By: dinoex State-Changed-When: Wed Oct 3 09:11:26 PDT 2001 State-Changed-Why: which port needs to be patched? please give the pathname. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30872 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 9:20: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EFCD37B405 for ; Wed, 3 Oct 2001 09:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93GK1q59037; Wed, 3 Oct 2001 09:20:01 -0700 (PDT) (envelope-from gnats) Date: Wed, 3 Oct 2001 09:20:01 -0700 (PDT) Message-Id: <200110031620.f93GK1q59037@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Subject: Re: ports/30879: Incorrect version number for Yorick port Reply-To: dirk.meyer@dinoex.sub.org (Dirk Meyer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/30879; it has been noted by GNATS. From: dirk.meyer@dinoex.sub.org (Dirk Meyer) To: freebsd-gnats-submit@FreeBSD.org, wea@llnl.gov Cc: Subject: Re: ports/30879: Incorrect version number for Yorick port Date: Wed, 03 Oct 2001 18:12:08 +0200 This is intended. Whenever a new patchlevel came out, Makefile and distinfo has to be updated. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 9:58:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from jordan.llnl.gov (jordan.llnl.gov [128.115.36.14]) by hub.freebsd.org (Postfix) with ESMTP id B9F5337B406; Wed, 3 Oct 2001 09:58:47 -0700 (PDT) Received: from localhost (wea@localhost) by jordan.llnl.gov (8.11.6/8.11.4) with ESMTP id f93Gwl714210; Wed, 3 Oct 2001 09:58:47 -0700 (PDT) Date: Wed, 3 Oct 2001 09:58:47 -0700 (PDT) From: Ed Alley To: Cc: Subject: Re: ports/30879: Incorrect version number for Yorick port In-Reply-To: <200110031610.f93GAVY57573@freefall.freebsd.org> Message-ID: <20011003095356.M14207-100000@jordan.llnl.gov> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 3 Oct 2001 dinoex@freebsd.org wrote: > Synopsis: Incorrect version number for Yorick port > > State-Changed-From-To: open->analyzed > State-Changed-By: dinoex > State-Changed-When: Wed Oct 3 09:06:47 PDT 2001 > State-Changed-Why: > work as excpected > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30879 > > Thanks for looking at this. I have since realized that my concern was foolish. It has been pointed out to me that the distinfo would be inconsistent if the ftp archive is changed. This would disable the build (and rightly so). This helps to keep the port sanitary. Ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 10: 0: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D8D737B405 for ; Wed, 3 Oct 2001 10:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93H02964571; Wed, 3 Oct 2001 10:00:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 3 Oct 2001 10:00:02 -0700 (PDT) Message-Id: <200110031700.f93H02964571@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ed Alley Subject: Re: ports/30879: Incorrect version number for Yorick port Reply-To: Ed Alley Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/30879; it has been noted by GNATS. From: Ed Alley To: Dirk Meyer Cc: Subject: Re: ports/30879: Incorrect version number for Yorick port Date: Wed, 3 Oct 2001 09:52:52 -0700 (PDT) On Wed, 3 Oct 2001, Dirk Meyer wrote: > > This is intended. Whenever a new patchlevel came out, > Makefile and distinfo has to be updated. Thanks for the reply Dirk. I have since realized the importance of the distinfo file in keeping the port sanitary. It makes a lot of since from that perspective. Ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 10: 0:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FDFE37B406 for ; Wed, 3 Oct 2001 10:00:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93H04664585; Wed, 3 Oct 2001 10:00:04 -0700 (PDT) (envelope-from gnats) Date: Wed, 3 Oct 2001 10:00:04 -0700 (PDT) Message-Id: <200110031700.f93H04664585@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: rmiya@cc.hirosaki-u.ac.jp (Ryo MIYAMOTO) Subject: Re: ports/31010: Update port biology/molden for checksum error Reply-To: rmiya@cc.hirosaki-u.ac.jp (Ryo MIYAMOTO) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31010; it has been noted by GNATS. From: rmiya@cc.hirosaki-u.ac.jp (Ryo MIYAMOTO) To: petef@FreeBSD.org Cc: FreeBSD-gnats-submit@freebsd.org, rmiya@cc.hirosaki-u.ac.jp Subject: Re: ports/31010: Update port biology/molden for checksum error Date: Thu, 4 Oct 2001 01:58:14 +0900 (JST) In <20011003113522.A90521@databits.net>, petef@FreeBSD.org wrote: >>++ 04/10/01 00:05 +0900 - rmiya@cc.hirosaki-u.ac.jp: >>| --- molden/distinfo Fri Oct 13 19:59:34 2000 >>| +++ molden.new/distinfo Wed Oct 3 20:16:30 2001 >>| @@ -1,2 +1,2 @@ >>| -MD5 (molden3.6.tar.Z) = aa5250dabd9b94bb9f9d7e19b6f3d16b >>| +MD5 (molden3.6.tar.Z) = 33fe2031c540569b7d55ea2b8de04443 >>| MD5 (molden3.6-freebsd) = 6c0b10b7ad5f64534c9f0d2410f0c4c2 >> >>Do you have a copy of the old distfile so you can see what actually >>changed? No, I don't have an old ``molden3.6.tar.Z''. However, the latest cvsuped distinfo does not work well at the ``molden3.6.tar.Z'' which is now available to obtain. The author does not change file name, though the software is updated. Because he wants that only the latest revision is distributed. ----- Ryo MIYAMOTO; rmiya@cc.hirosaki-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 Wed Oct 3 10: 0:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 124F237B407 for ; Wed, 3 Oct 2001 10:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93H03M64580; Wed, 3 Oct 2001 10:00:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CE7B37B405 for ; Wed, 3 Oct 2001 09:57:08 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Gv8964190; Wed, 3 Oct 2001 09:57:08 -0700 (PDT) (envelope-from nobody) Message-Id: <200110031657.f93Gv8964190@freefall.freebsd.org> Date: Wed, 3 Oct 2001 09:57:08 -0700 (PDT) From: Hendrik Scholz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31012: security/aide doesn't compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31012 >Category: ports >Synopsis: security/aide doesn't compile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 10:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Hendrik Scholz >Release: 4.4-RELEASE on i386 >Organization: >Environment: FreeBSD telonius.lan.raisdorf.net 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Sep 18 11:57:08 PDT 2001 murray@builder.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 >Description: The aide port stops compiling with the following error message: In file included from /usr/ports/security/aide/work/aide-0.7/src/conf_lex.l:18: /usr/ports/security/aide/work/aide-0.7/src/conf_yacc.h:1: warning: `#ifndef' argument starts with punctuation /usr/ports/security/aide/work/aide-0.7/src/conf_yacc.h:2: invalid macro name *** Error code 1 Compiling on 4.3-STABLE and 4.4-STABLE works ! >How-To-Repeat: Get 4.4-RELEASE and "make" in security/aide. >Fix: The first two lines in /usr/ports/security/aide/work/aide-0.7/src/conf_yacc.h are: #ifndef /USR/PORTS/SECURITY/AIDE/WORK/AIDE-0_7/SRC/CONF_YACC_H # define /USR/PORTS/SECURITY/AIDE/WORK/AIDE-0_7/SRC/CONF_YACC_H On 4.4-STABLE the lines are missing. Deleting the lines works. I removed the leading / and it works too. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 10: 0:20 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CEC837B403 for ; Wed, 3 Oct 2001 10:00:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93H05g64590; Wed, 3 Oct 2001 10:00:05 -0700 (PDT) (envelope-from gnats) Date: Wed, 3 Oct 2001 10:00:05 -0700 (PDT) Message-Id: <200110031700.f93H05g64590@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Eric Cronin Subject: Re: ports/30872: Patch for IPv6 compat doesn't handle extra :'s in conversation Reply-To: Eric Cronin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/30872; it has been noted by GNATS. From: Eric Cronin To: dinoex@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/30872: Patch for IPv6 compat doesn't handle extra :'s in conversation Date: Wed, 3 Oct 2001 12:59:46 -0400 Sorry. The e-mail Subject: had it, but the PR body didn't. The port is irc/p5-IRC, the patch is /usr/ports/irc/p5-IRC/files/patch-Connection.pm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 10:10: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80F4637B407 for ; Wed, 3 Oct 2001 10:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93HA0J68733; Wed, 3 Oct 2001 10:10:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A740C37B405 for ; Wed, 3 Oct 2001 10:04:44 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93H4iE65066; Wed, 3 Oct 2001 10:04:44 -0700 (PDT) (envelope-from nobody) Message-Id: <200110031704.f93H4iE65066@freefall.freebsd.org> Date: Wed, 3 Oct 2001 10:04:44 -0700 (PDT) From: Joseph Mallett To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31013: John The Ripper Package Lists Bad Path Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31013 >Category: ports >Synopsis: John The Ripper Package Lists Bad Path >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 10:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joseph Mallett >Release: RELENG_4 >Organization: NA >Environment: >Description: Aphex% sudo pkg_add -r john Fetching ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-current/Latest/john.tgz... Done. Before running John the Ripper, copy /share/ucfjohn/john.ini to the current directory. -- The path is wrong. >How-To-Repeat: pkg_add -r john >Fix: replace '/share/ucfjohn/john.ini' with '/share/john/john.ini' >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 10:37:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0E8D37B403; Wed, 3 Oct 2001 10:37:33 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93HWCx71978; Wed, 3 Oct 2001 10:32:12 -0700 (PDT) (envelope-from petef) Date: Wed, 3 Oct 2001 10:32:12 -0700 (PDT) From: Message-Id: <200110031732.f93HWCx71978@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/31013: John The Ripper Package Lists Bad Path Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: John The Ripper Package Lists Bad Path Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: petef Responsible-Changed-When: Wed Oct 3 10:31:48 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31013 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 11: 7:37 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B50FF37B401; Wed, 3 Oct 2001 11:07:35 -0700 (PDT) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93I5WY78981; Wed, 3 Oct 2001 11:05:32 -0700 (PDT) (envelope-from okazaki) Date: Wed, 3 Oct 2001 11:05:32 -0700 (PDT) From: Message-Id: <200110031805.f93I5WY78981@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, taoka@FreeBSD.org Subject: Re: ports/30936: pips-sc880 installed script contains incorrect embedded path Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: pips-sc880 installed script contains incorrect embedded path Responsible-Changed-From-To: freebsd-ports->taoka Responsible-Changed-By: okazaki Responsible-Changed-When: Wed Oct 3 11:05:03 PDT 2001 Responsible-Changed-Why: over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30936 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 11:17:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E17DC37B405; Wed, 3 Oct 2001 11:17:33 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93ICLv80129; Wed, 3 Oct 2001 11:12:21 -0700 (PDT) (envelope-from dinoex) Date: Wed, 3 Oct 2001 11:12:21 -0700 (PDT) From: Message-Id: <200110031812.f93ICLv80129@freefall.freebsd.org> To: wea@llnl.gov, dinoex@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30879: Incorrect version number for Yorick port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Incorrect version number for Yorick port State-Changed-From-To: analyzed->closed State-Changed-By: dinoex State-Changed-When: Wed Oct 3 11:11:03 PDT 2001 State-Changed-Why: no action needed. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30879 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 12:20:57 2001 Delivered-To: freebsd-ports@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id 51BD637B405; Wed, 3 Oct 2001 12:20:51 -0700 (PDT) Received: by squall.waterspout.com (Postfix, from userid 1050) id CB49B9B08; Wed, 3 Oct 2001 14:20:19 -0500 (EST) Date: Wed, 3 Oct 2001 14:20:19 -0500 From: Will Andrews To: ports@FreeBSD.org Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/mswordview Message-ID: <20011003142019.Y24038@squall.waterspout.com> Reply-To: Will Andrews Mail-Followup-To: ports@FreeBSD.org References: <200110031625.f93GPjn80598@vega.vega.com> <20011003093800.A36625@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011003093800.A36625@xor.obsecurity.org> User-Agent: Mutt/1.3.22.1i X-Operating-System: FreeBSD 4.3-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 03, 2001 at 09:38:01AM -0700, Kris Kennaway wrote: > I thought we didn't do this immediately when removing ports. We do, because usually when a port is removed it's *really* DEAD. The same isn't true for src bits. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 12:54:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id C146F37B407; Wed, 3 Oct 2001 12:54:20 -0700 (PDT) Received: from klima.Physik.Uni-Mainz.DE (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.6/8.11.4) with ESMTP id f93JsJd35806; Wed, 3 Oct 2001 21:54:19 +0200 (CEST) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Wed, 3 Oct 2001 21:54:19 +0200 (CEST) From: "Hartmann, O." To: Cc: Subject: ProFTP / FBSD 4.4 couriosity Message-ID: <20011003214537.O35721-100000@klima.physik.uni-mainz.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Sirs. After recommendation to drop wu-ftp and to install proFTP due to security issues, I installed on our systems the proFTP server from the FreeBSD ports. Our actual OS is FreeBSD 4.4-STABLE on all systems. Because many of our users haven't already switched yet to scp, we need a simple ftp server for the time of migration. Now I run into some serious problems with proFTP. The machine hosting the proFTP server mounts the user's home directories via NFS and the FTP server is configured to grant valid users within our LAN login. That works fine, but each user on the NFS filesystem __must__ have the x-bit set in world-access (chmod 711) - otherwise the proFTP server blocks service with the error that the ftp service is not valid and the log file reports an error while chrooting to the specific user's home directory. This phenomenon occurs __not__ on local users, so I suspect NFS to be some kind of 'problematic' to proFTP. Users UID and GID are FreeBSD specific, means the users GID is identical to the users UID. Local users have chmod 700 and ftp'ing to these accounts works well, but not those on NFS filesystems having set chmod 700, they must have set their permissions to chmod 711 ... Can anybody help or confirm this strange behaviour? Thanks. Oliver -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institutes fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinenraum) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 12:56:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id C351837B405 for ; Wed, 3 Oct 2001 12:56:46 -0700 (PDT) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id C5B1810F4C5; Wed, 3 Oct 2001 14:56:44 -0500 (CDT) Date: Wed, 3 Oct 2001 14:56:44 -0500 From: "David W. Chapman Jr." To: Ernst de Haan Cc: ports@freebsd.org Subject: Re: When will KDE 2.2.1 be in the ports collection? Message-ID: <20011003145644.C98706@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Ernst de Haan , ports@freebsd.org References: <20011003131541.85704.qmail@web11304.mail.yahoo.com> <20011003163058.D8738@c104187.upc-c.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011003163058.D8738@c104187.upc-c.chello.nl> User-Agent: Mutt/1.3.22.1i X-Operating-System: FreeBSD 4.4-RC i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 03, 2001 at 04:30:58PM +0200, Ernst de Haan wrote: > You haven't checked that the pkg-plist file is still up to date, have you? > The patch submitted has this updated pkg-plist, there are some addittions. -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 12:59:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 5051937B403; Wed, 3 Oct 2001 12:59:34 -0700 (PDT) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 94E6010F4C5; Wed, 3 Oct 2001 14:59:37 -0500 (CDT) Date: Wed, 3 Oct 2001 14:59:37 -0500 From: "David W. Chapman Jr." To: ports@FreeBSD.org Cc: will@freebsd.org, kris@freebsd.org Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/mswordview Message-ID: <20011003145936.D98706@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: ports@FreeBSD.org, will@freebsd.org, kris@freebsd.org References: <200110031625.f93GPjn80598@vega.vega.com> <20011003093800.A36625@xor.obsecurity.org> <20011003142019.Y24038@squall.waterspout.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011003142019.Y24038@squall.waterspout.com> User-Agent: Mutt/1.3.22.1i X-Operating-System: FreeBSD 4.4-RC i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 03, 2001 at 02:20:19PM -0500, Will Andrews wrote: > On Wed, Oct 03, 2001 at 09:38:01AM -0700, Kris Kennaway wrote: > > I thought we didn't do this immediately when removing ports. > > We do, because usually when a port is removed it's *really* DEAD. > The same isn't true for src bits. > Originally I was told by steve to leave it in for one release or so, but I do not know if this has changed. -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 13: 2: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id 071C937B406; Wed, 3 Oct 2001 13:02:06 -0700 (PDT) Received: by squall.waterspout.com (Postfix, from userid 1050) id 7F7C69B08; Wed, 3 Oct 2001 15:01:24 -0500 (EST) Date: Wed, 3 Oct 2001 15:01:24 -0500 From: Will Andrews To: ports@FreeBSD.org Cc: will@freebsd.org, kris@freebsd.org Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/mswordview Message-ID: <20011003150124.B24038@squall.waterspout.com> Reply-To: Will Andrews Mail-Followup-To: ports@FreeBSD.org, will@freebsd.org, kris@freebsd.org References: <200110031625.f93GPjn80598@vega.vega.com> <20011003093800.A36625@xor.obsecurity.org> <20011003142019.Y24038@squall.waterspout.com> <20011003145936.D98706@leviathan.inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011003145936.D98706@leviathan.inethouston.net> User-Agent: Mutt/1.3.22.1i X-Operating-System: FreeBSD 4.3-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 03, 2001 at 02:59:37PM -0500, David W. Chapman Jr. wrote: > Originally I was told by steve to leave it in for one release or so, > but I do not know if this has changed. I don't see the purpose in this. If a port is dead, it's DEAD! -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 13:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9692837B408 for ; Wed, 3 Oct 2001 13:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Ko2m03454; Wed, 3 Oct 2001 13:50:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 3 Oct 2001 13:50:02 -0700 (PDT) Message-Id: <200110032050.f93Ko2m03454@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Rich Wales Subject: Re: ports/30995: ImageMagick port chokes on "ltconfig--build=i386--freebsd4.4" Reply-To: Rich Wales Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/30995; it has been noted by GNATS. From: Rich Wales To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/30995: ImageMagick port chokes on "ltconfig--build=i386--freebsd4.4" Date: Wed, 3 Oct 2001 13:48:20 -0700 (PDT) Problem fixed. My ports tree was out of date. The newest ImageMagick (5.3.8.2) compiles successfully with the newest libtool (1.3.4_2) -- though I did have to build and install libtool explicitly (it wasn't automatically updated in the course of building ImageMagick). My fault; sorry for the confusion. Close this one up. Rich Wales richw@webcom.com http://www.webcom.com/richw/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 14:23:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 89E7E37B407; Wed, 3 Oct 2001 14:23:10 -0700 (PDT) Received: (from ernst@localhost) by heinz.jollem.com (8.11.3/8.11.4) id f93LLeM10047; Wed, 3 Oct 2001 23:21:40 +0200 (CEST) (envelope-from ernst) Date: Wed, 3 Oct 2001 23:21:40 +0200 From: Ernst de Haan To: ports@freebsd.org, java@freebsd.org Subject: Port for JBuilder ? Message-ID: <20011003232140.A10035@c104187.upc-c.chello.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Has there been any attempt to create a port for JBuilder 5 ? I've got a license for it at the office, so I'm gonna try to get the Linux version running. Shouldn't be a problem. I can probably get it running with our native JDK 1.3.1 too. So. If there's been any attempt, I'd love to know. Otherwise I'll just write my own. Regards. /Ernst -- Ernst de Haan Euronet Internet B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 14:27:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14E6F37B408; Wed, 3 Oct 2001 14:27:34 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93LPxw10545; Wed, 3 Oct 2001 14:25:59 -0700 (PDT) (envelope-from tobez) Date: Wed, 3 Oct 2001 14:25:59 -0700 (PDT) From: Message-Id: <200110032125.f93LPxw10545@freefall.freebsd.org> To: shell@shellhung.org, tobez@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30888: [NMU] Upgrade for security/p5-Net-SSLeay from 1.07 ro 1.09 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [NMU] Upgrade for security/p5-Net-SSLeay from 1.07 ro 1.09 State-Changed-From-To: open->closed State-Changed-By: tobez State-Changed-When: Wed Oct 3 14:24:00 PDT 2001 State-Changed-Why: Update committed, thanks! You are now the maintainer of this port. Please do more extensive testing in the future - the good flags to use with portlint are -abt. I also fixed the plist. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30888 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 14:40:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7304937B40C for ; Wed, 3 Oct 2001 14:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Le1K11844; Wed, 3 Oct 2001 14:40:01 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 43CAF37B403 for ; Wed, 3 Oct 2001 14:32:18 -0700 (PDT) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.6) id f93LWHp48956; Wed, 3 Oct 2001 17:32:17 -0400 (EDT) (envelope-from pat) Message-Id: <200110032132.f93LWHp48956@cc92687-a.wlgrv1.pa.home.com> Date: Wed, 3 Oct 2001 17:32:17 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31016: Fix pkg-plist for devel/stlport Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31016 >Category: ports >Synopsis: Fix pkg-plist for devel/stlport >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 14:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 29 17:22:31 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: - Stop the change of recursive permissions - Add missing entry to pkg-plist >How-To-Repeat: http://bento.freebsd.org/errorlogs/4-latest/stlport-4.0.log >Fix: diff -ruN /usr/ports/devel/stlport/Makefile stlport/Makefile --- /usr/ports/devel/stlport/Makefile Fri Aug 31 12:36:50 2001 +++ stlport/Makefile Wed Oct 3 16:44:02 2001 @@ -39,9 +39,6 @@ do-install: cd ${WRKSRC}/.. ; pax -rw stlport ${PREFIX}/include - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/include - ${CHMOD} -R ${SHAREMODE} ${PREFIX}/include - ${CHMOD} -R ugo+X ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/../lib/* ${PREFIX}/lib .for lib in libstlport_gcc.so libstlport_gcc_debug.so libstlport_gcc_stldebug.so cd ${PREFIX}/lib ; ${LN} -sf ${lib}.4_0_${PORTREVISION} ${lib} @@ -51,4 +48,3 @@ cd ${WRKSRC}/../doc ; ${INSTALL_MAN} images/* ${PREFIX}/share/doc/html/stlport/images .include - diff -ruN /usr/ports/devel/stlport/pkg-plist stlport/pkg-plist --- /usr/ports/devel/stlport/pkg-plist Thu May 17 17:09:19 2001 +++ stlport/pkg-plist Wed Oct 3 16:45:05 2001 @@ -333,6 +333,7 @@ share/doc/html/stlport/wrappers.html @dirrm share/doc/html/stlport/images @dirrm share/doc/html/stlport +@unexec rmdir %D/share/doc/html 2>/dev/null || true @dirrm include/stlport/wrap_std/h @dirrm include/stlport/wrap_std @dirrm include/stlport/using/h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 14:40:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B34837B40A for ; Wed, 3 Oct 2001 14:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Le1v11835; Wed, 3 Oct 2001 14:40:01 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 0D4FB37B406 for ; Wed, 3 Oct 2001 14:32:11 -0700 (PDT) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.6) id f93LWAS48864; Wed, 3 Oct 2001 17:32:10 -0400 (EDT) (envelope-from pat) Message-Id: <200110032132.f93LWAS48864@cc92687-a.wlgrv1.pa.home.com> Date: Wed, 3 Oct 2001 17:32:10 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31015: Fix port audio/rioutil Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31015 >Category: ports >Synopsis: Fix port audio/rioutil >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 14:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 29 17:22:31 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: - Add patch-ltmain.sh - Fix pkg-plist >How-To-Repeat: http://bento.freebsd.org/errorlogs/4-latest/rioutil-1.0.0.log >Fix: diff -ruN /usr/ports/audio/rioutil/files/patch-ltmain.sh rioutil/files/patch-ltmain.sh --- /usr/ports/audio/rioutil/files/patch-ltmain.sh Wed Dec 31 19:00:00 1969 +++ rioutil/files/patch-ltmain.sh Wed Oct 3 17:08:08 2001 @@ -0,0 +1,16 @@ +--- ltmain.sh.orig Wed Oct 3 17:06:43 2001 ++++ ltmain.sh Wed Oct 3 17:07:44 2001 +@@ -4174,11 +4174,13 @@ + IFS="$save_ifs" + fi + ++ if false; then + # Install the pseudo-library for information purposes. + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff -ruN /usr/ports/audio/rioutil/pkg-plist rioutil/pkg-plist --- /usr/ports/audio/rioutil/pkg-plist Fri Sep 28 01:15:49 2001 +++ rioutil/pkg-plist Wed Oct 3 17:10:32 2001 @@ -1,8 +1,6 @@ -/usr/local/bin/rioutil -/usr/local/bin/riofck -/usr/local/man/man1/rioutil.1.gz -/usr/local/include/rio.h -/usr/local/lib/librioutil.so.0 -/usr/local/lib/librioutil.so -/usr/local/lib/librioutil.la -/usr/local/lib/librioutil.a +bin/riofck +bin/rioutil +include/rio.h +lib/librioutil.a +lib/librioutil.so +lib/librioutil.so.0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 14:40:34 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9BB237B411 for ; Wed, 3 Oct 2001 14:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Le1H11872; Wed, 3 Oct 2001 14:40:01 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id D747B37B401 for ; Wed, 3 Oct 2001 14:32:30 -0700 (PDT) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.6) id f93LWU749232; Wed, 3 Oct 2001 17:32:30 -0400 (EDT) (envelope-from pat) Message-Id: <200110032132.f93LWU749232@cc92687-a.wlgrv1.pa.home.com> Date: Wed, 3 Oct 2001 17:32:30 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31019: Fix x11/xmascot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31019 >Category: ports >Synopsis: Fix x11/xmascot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 14:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 29 17:22:31 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: - Fix mtree errors from bento >How-To-Repeat: http://bento.freebsd.org/errorlogs/4-latest/xmascot-2.6a.log >Fix: diff -ruN /usr/ports/x11/xmascot/pkg-plist xmascot/pkg-plist --- /usr/ports/x11/xmascot/pkg-plist Sat Jan 22 06:46:39 2000 +++ xmascot/pkg-plist Wed Oct 3 16:35:59 2001 @@ -43,3 +43,5 @@ lib/X11/xmascot/yubi.xbm lib/X11/xmascot/yubi.xbmmsk @dirrm lib/X11/xmascot +@unexec rmdir %D/lib/X11/ja_JP.EUC/app-defaults 2>/dev/null || true +@unexec rmdir %D/lib/X11/ja_JP.EUC 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 14:40:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F0C137B413 for ; Wed, 3 Oct 2001 14:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Le1g11881; Wed, 3 Oct 2001 14:40:01 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 7A13037B401 for ; Wed, 3 Oct 2001 14:32:35 -0700 (PDT) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.6) id f93LWZ949324; Wed, 3 Oct 2001 17:32:35 -0400 (EDT) (envelope-from pat) Message-Id: <200110032132.f93LWZ949324@cc92687-a.wlgrv1.pa.home.com> Date: Wed, 3 Oct 2001 17:32:35 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31020: Fix pkg-plist for net/xmlrpc-c Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31020 >Category: ports >Synopsis: Fix pkg-plist for net/xmlrpc-c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 14:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 29 17:22:31 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: - Add missing pkg-plist entry >How-To-Repeat: http://bento.freebsd.org/errorlogs/4-latest/xmlrpc-c-0.9.10.log >Fix: diff -ruN /usr/ports/net/xmlrpc-c/pkg-plist xmlrpc-c/pkg-plist --- /usr/ports/net/xmlrpc-c/pkg-plist Tue Sep 11 03:19:46 2001 +++ xmlrpc-c/pkg-plist Wed Oct 3 16:26:53 2001 @@ -1,5 +1,6 @@ bin/meerkat-app-list bin/query-meerkat +bin/xml-rpc-api2cpp bin/xml-rpc-api2txt bin/xmlrpc-c-config include/XmlRpcCpp.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 14:40:47 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 959DB37B409 for ; Wed, 3 Oct 2001 14:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Le1E11853; Wed, 3 Oct 2001 14:40:01 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id BDE9437B403 for ; Wed, 3 Oct 2001 14:32:22 -0700 (PDT) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.6) id f93LWMi49048; Wed, 3 Oct 2001 17:32:22 -0400 (EDT) (envelope-from pat) Message-Id: <200110032132.f93LWMi49048@cc92687-a.wlgrv1.pa.home.com> Date: Wed, 3 Oct 2001 17:32:22 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31017: Add missing manpage entry to news/tin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31017 >Category: ports >Synopsis: Add missing manpage entry to news/tin >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 14:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 29 17:22:31 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Add missing manpage to news/tin >How-To-Repeat: http://bento.freebsd.org/errorlogs/4-latest/tin-1.5.9.log >Fix: diff -ruN /usr/ports/news/tin/Makefile tin/Makefile --- /usr/ports/news/tin/Makefile Sun Aug 12 16:40:15 2001 +++ tin/Makefile Wed Oct 3 16:41:04 2001 @@ -40,6 +40,7 @@ LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib' ALL_TARGET= build MAN1= tin.1 +MAN5= tin.5 .if defined(WITH_TIN_NNTP_ONLY) CONFIGURE_ARGS+= --enable-nntp-only >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 14:40:55 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C08B537B40F for ; Wed, 3 Oct 2001 14:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Le1W11863; Wed, 3 Oct 2001 14:40:01 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 3133237B405 for ; Wed, 3 Oct 2001 14:32:27 -0700 (PDT) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.6) id f93LWQG49140; Wed, 3 Oct 2001 17:32:26 -0400 (EDT) (envelope-from pat) Message-Id: <200110032132.f93LWQG49140@cc92687-a.wlgrv1.pa.home.com> Date: Wed, 3 Oct 2001 17:32:26 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31018: Fix games/xhexagons Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31018 >Category: ports >Synopsis: Fix games/xhexagons >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 14:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 29 17:22:31 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Fix manpage install/deinstall >How-To-Repeat: http://bento.freebsd.org/errorlogs/4-latest/xhexagons-5.5.2.log >Fix: diff -ruN /usr/ports/games/xhexagons/Makefile xhexagons/Makefile --- /usr/ports/games/xhexagons/Makefile Fri Apr 14 08:27:26 2000 +++ xhexagons/Makefile Wed Oct 3 16:30:33 2001 @@ -16,7 +16,8 @@ WRKSRC= ${WRKDIR}/xhexagons USE_IMAKE= yes MAN1= xhexagons.1 -MANCOMPRESSED= no +XFREE86_HTML_MAN= no +NO_INSTALL_MANPAGES= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xhexagons ${PREFIX}/bin >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 14:40:57 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4266B37B40B for ; Wed, 3 Oct 2001 14:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Le2V11890; Wed, 3 Oct 2001 14:40:02 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 68A0437B401 for ; Wed, 3 Oct 2001 14:32:39 -0700 (PDT) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.6) id f93LWcY49416; Wed, 3 Oct 2001 17:32:38 -0400 (EDT) (envelope-from pat) Message-Id: <200110032132.f93LWcY49416@cc92687-a.wlgrv1.pa.home.com> Date: Wed, 3 Oct 2001 17:32:38 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31021: Fix plist for audio/xmms-kde Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31021 >Category: ports >Synopsis: Fix plist for audio/xmms-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 Oct 03 14:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 29 17:22:31 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: - Add missing pkg-plist entries >How-To-Repeat: http://bento.freebsd.org/errorlogs/4-latest/xmms-kde-0.6.5.log >Fix: diff -ruN /usr/ports/audio/xmms-kde/pkg-plist xmms-kde/pkg-plist --- /usr/ports/audio/xmms-kde/pkg-plist Fri May 4 15:52:40 2001 +++ xmms-kde/pkg-plist Wed Oct 3 16:25:12 2001 @@ -28,3 +28,6 @@ share/apps/xmms-kde/wm63x42.tgz share/apps/xmms-kde/xmms-kderc @dirrm share/apps/xmms-kde +@dirrm share/apps/kicker/applets +@dirrm share/apps/kicker +@unexec rmdir %D/share/apps 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 14:41: 1 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3F9D37B415 for ; Wed, 3 Oct 2001 14:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Le2O11899; Wed, 3 Oct 2001 14:40:02 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 760F837B406 for ; Wed, 3 Oct 2001 14:32:49 -0700 (PDT) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.6) id f93LWnl49508; Wed, 3 Oct 2001 17:32:49 -0400 (EDT) (envelope-from pat) Message-Id: <200110032132.f93LWnl49508@cc92687-a.wlgrv1.pa.home.com> Date: Wed, 3 Oct 2001 17:32:49 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31022: Fix port games/xrubik Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31022 >Category: ports >Synopsis: Fix port games/xrubik >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 14:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 29 17:22:31 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: - Fix install/deinstall of manpage >How-To-Repeat: http://bento.freebsd.org/errorlogs/4-latest/xrubik-5.5.2.log >Fix: diff -ruN /usr/ports/games/xrubik/Makefile xrubik/Makefile --- /usr/ports/games/xrubik/Makefile Fri Apr 14 08:28:14 2000 +++ xrubik/Makefile Wed Oct 3 16:29:52 2001 @@ -16,7 +16,8 @@ WRKSRC= ${WRKDIR}/xrubik USE_IMAKE= yes MAN1= xrubik.1 -MANCOMPRESSED= no +XFREE86_HTML_MAN= no +NO_INSTALL_MANPAGES= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xrubik ${PREFIX}/bin >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 15:27: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 5149D37B403; Wed, 3 Oct 2001 15:27:00 -0700 (PDT) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.1/8.11.1) with ESMTP id f93MQxW57340; Thu, 4 Oct 2001 00:26:59 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Thu, 4 Oct 2001 00:27:31 +0200 (CEST) From: Martin Blapp To: Cc: Subject: staroffice-de-6.0-beta port (on CURRENT) Message-ID: <20011004001224.H31272-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I tried to setup an early 6.0 port and it seems not to be an easy job to get it running. At the moment it is broken. If someone has already downloaded the english version, I need the md5 checksum of this 129MB file, so I can add a english port. At the moment only a german one exists. The main installation works so far, a user install works 90% then it segfaults. If I try to start the soffice.bin itself, one thread of it does just poll()s and getpid()s and uses 100% cpu. It would be great if I get some help and people try this out. To run the install, you'll need: 1.) Recent CURRENT 2.) linux_base-7 port, available from URL: http://www.xcllnt.net/~marcel/linux_base-7.tar.gz 3.) Run the installation 4.) See how it segfaults or hangs ;( I have seen some other things: Netscape and many other Linux apps are linked against libstdc++-libc6.1-1.so.2, and this lib does not exist anymore in the linux_base-7 of Marcel. Is this library missing, or can't we install it cause it generates conflicts ? Martin Martin Blapp, mb@imp.ch ------------------------------------------------------------------ Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 061 826 93 00: +41 61 826 93 01 PGP Fingerprint: 57E 7CCD 2769 E7AC C5FA DF2C 19C6 DCD1 1B3A EC9C ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 15:32:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 927D137B405; Wed, 3 Oct 2001 15:32:21 -0700 (PDT) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.1/8.11.1) with ESMTP id f93MWKW57536; Thu, 4 Oct 2001 00:32:20 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Thu, 4 Oct 2001 00:32:52 +0200 (CEST) From: Martin Blapp To: Cc: Subject: Re: staroffice-de-6.0-beta port (on CURRENT) In-Reply-To: <20011004001224.H31272-100000@levais.imp.ch> Message-ID: <20011004003214.M31272-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ouch, I forgot to post the port-URL too ... http://home.teleport.ch/freebsd/ports/staroffice60.tgz Martin Martin Blapp, mb@imp.ch ------------------------------------------------------------------ Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 061 826 93 00: +41 61 826 93 01 PGP Fingerprint: 57E 7CCD 2769 E7AC C5FA DF2C 19C6 DCD1 1B3A EC9C ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 15:47:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 37FD937B405; Wed, 3 Oct 2001 15:47:34 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Mixm20937; Wed, 3 Oct 2001 15:44:59 -0700 (PDT) (envelope-from petef) Date: Wed, 3 Oct 2001 15:44:59 -0700 (PDT) From: Message-Id: <200110032244.f93Mixm20937@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, greid@FreeBSD.org Subject: Re: ports/31015: Fix port audio/rioutil Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix port audio/rioutil Responsible-Changed-From-To: freebsd-ports->greid Responsible-Changed-By: petef Responsible-Changed-When: Wed Oct 3 15:44:44 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31015 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 15:57:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E01037B406; Wed, 3 Oct 2001 15:57:34 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Mn5h21370; Wed, 3 Oct 2001 15:49:05 -0700 (PDT) (envelope-from petef) Date: Wed, 3 Oct 2001 15:49:05 -0700 (PDT) From: Message-Id: <200110032249.f93Mn5h21370@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/31017: Add missing manpage entry to news/tin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Add missing manpage entry to news/tin Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: petef Responsible-Changed-When: Wed Oct 3 15:48:56 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31017 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 15:57:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6987D37B405; Wed, 3 Oct 2001 15:57:34 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Ms4j21948; Wed, 3 Oct 2001 15:54:04 -0700 (PDT) (envelope-from petef) Date: Wed, 3 Oct 2001 15:54:04 -0700 (PDT) From: Message-Id: <200110032254.f93Ms4j21948@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/31019: Fix x11/xmascot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix x11/xmascot Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: petef Responsible-Changed-When: Wed Oct 3 15:53:55 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31019 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 16: 7:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6508137B407; Wed, 3 Oct 2001 16:07:34 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93N23w22930; Wed, 3 Oct 2001 16:02:03 -0700 (PDT) (envelope-from petef) Date: Wed, 3 Oct 2001 16:02:03 -0700 (PDT) From: Message-Id: <200110032302.f93N23w22930@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/31022: Fix port games/xrubik Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix port games/xrubik Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: petef Responsible-Changed-When: Wed Oct 3 16:01:56 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31022 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 16: 7:36 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 383BC37B406; Wed, 3 Oct 2001 16:07:34 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93MxlK22605; Wed, 3 Oct 2001 15:59:47 -0700 (PDT) (envelope-from petef) Date: Wed, 3 Oct 2001 15:59:47 -0700 (PDT) From: Message-Id: <200110032259.f93MxlK22605@freefall.freebsd.org> To: pat@databits.net, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31018: Fix games/xhexagons Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix games/xhexagons State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Wed Oct 3 15:59:41 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31018 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 16:24:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from beotel.yu (pluton.beotel.net [194.106.162.14]) by hub.freebsd.org (Postfix) with ESMTP id 4196737B407; Wed, 3 Oct 2001 16:24:17 -0700 (PDT) Received: from amber.bsd.org.yu ([194.106.163.100]) by beotel.yu (8.11.2/8.11.2) with ESMTP id f93NYGc13779; Thu, 4 Oct 2001 01:34:17 +0200 Received: (from random@localhost) by amber.bsd.org.yu (8.11.6/8.11.5) id f93NUM601396; Thu, 4 Oct 2001 01:30:22 +0200 (CEST) (envelope-from random) Message-Id: <200110032330.f93NUM601396@amber.bsd.org.yu> Content-Type: text/plain; charset="iso-8859-2" From: Vladimir =?iso-8859-2?q?Vrzi=E6?= Organization: BSD Users Group of Yugoslavia To: Ernst de Haan , David David Subject: Re: When will KDE 2.2.1 be in the ports collection? Date: Thu, 4 Oct 2001 01:30:22 +0200 X-Mailer: KMail [version 1.3] Cc: kde@FreeBSD.ORG, ports@FreeBSD.ORG, will@physics.purdue.edu References: <20011003131541.85704.qmail@web11304.mail.yahoo.com> <20011003163058.D8738@c104187.upc-c.chello.nl> In-Reply-To: <20011003163058.D8738@c104187.upc-c.chello.nl> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wednesday, 03 October 2001 16:30, Ernst de Haan wrote: > You haven't checked that the pkg-plist file is still up to date, have > you? As it is a bugfix release, I think it is safe to assume that the only files changed in the packing list (if any) would be in $PREFIX/share/, and it's not that much of a problem to wipe them out by hand. But that's not the point. No, I don't mind editing the Makefiles, I don't mind compiling and installing the damn thing by hand either (I've even compiled the whole of GNOME on Slackware twice, and that _is_ a good few hours work), I even wouldn't mind making a package myself if I had to (had to say that so you wouldn't think I'm whining because I'm clueless). For a few days I just figured "someone would do it any minute now, when I'm in the middle of downloading the 2.2 packages or compiling it by hand or whatever". And as I also have some exams these days, thought it would be wiser to just wait a day or two more, and do something more important -- like studying -- instead. The next day, as I did the cvsup of the ports tree, noticed that it's still not there, and out of impulse mailed Will to see what's happening. In other words, there's no problem at all. P.S. David, kdeinit dumps core on exit? Here too, but I thought it was just another perk of this distribution I have. Can't remember if it happened in 2.1.1, though... -- Vladimir Vrzic "Zdehrr riedjah dne uogjed zzzmak, nierrrdnev" -- John Lennon, "Rain", 1966 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 16:40:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7653437B407 for ; Wed, 3 Oct 2001 16:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Ne1o28889; Wed, 3 Oct 2001 16:40:01 -0700 (PDT) (envelope-from gnats) Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 2257337B403 for ; Wed, 3 Oct 2001 16:30:03 -0700 (PDT) Received: from jonc.itouch ([192.168.2.21]) by itouch.co.nz with esmtp (Exim 3.33 #1) id 15ov16-000OEv-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 04 Oct 2001 11:01:28 +1200 Received: (from jonc@localhost) by jonc.itouch (8.11.6/8.11.6) id f93N1SZ87952; Thu, 4 Oct 2001 11:01:28 +1200 (NZST) (envelope-from jonc) Message-Id: <200110032301.f93N1SZ87952@jonc.itouch> Date: Thu, 4 Oct 2001 11:01:28 +1200 (NZST) From: Jonathan Chen Reply-To: Jonathan Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31024: update of deskutils/kdepim to build kpilot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31024 >Category: ports >Synopsis: update of deskutils/kdepim to build kpilot >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 16:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jonathan Chen >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD jonc.itouch 4.4-STABLE FreeBSD 4.4-STABLE #3: Thu Sep 20 12:35:18 NZST 2001 root@jonc.itouch:/usr/obj/usr/src/sys/JONC i386 >Description: The current desktuils/kdepim port doesn't build kpilot. >How-To-Repeat: # cd /usr/ports/deskutils/kdepim # make && make install # ls -l /usr/local/bin/kpilot >Fix: The following patch will modify the port to allow kpilot to build and install. Unsure of kpilot's working status. Note that it creates a patch to the configure.in file. diff -ur --new-file /usr/ports/deskutils/kdepim/Makefile ./Makefile --- /usr/ports/deskutils/kdepim/Makefile Wed Sep 12 11:38:32 2001 +++ ./Makefile Wed Oct 3 22:19:20 2001 @@ -21,6 +21,25 @@ USE_AUTOCONF= yes USE_GMAKE= yes +LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link + +QT_NONSTANDARD= yes + +CONFIGURE_ARGS= \ + --with-qt-includes=${X11BASE}/include/qt2 \ + --with-qt-libraries=${X11BASE}/lib \ + --with-extra-libs=${LOCALBASE}/lib:/usr/local/pilot/lib + +CONFIGURE_ENV= \ + MOC="${X11BASE}/bin/moc2" LIBQT="-l${QTNAME}" \ + CPPFLAGS="${QTCPPFLAGS} -I/usr/local/pilot/include" \ + LIBS="${QTCFGLIBS} -L/usr/local/pilot/lib -lpisock" + +MAKE_ENV= \ + MOC="${X11BASE}/bin/moc2" LIBQT="-l${QTNAME}" \ + CPPFLAGS="${QTCPPFLAGS} -I/usr/local/pilot/include" \ + LIBS="${QTCFGLIBS} -L/usr/local/pilot/lib -lpisock" + pre-configure: find ${WRKSRC}/libical -name Makefile.in | xargs ${PERL} -pi -e \ "s|INSTALL = \@INSTALL\@|INSTALL=${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP}|g" diff -ur --new-file /usr/ports/deskutils/kdepim/files/patch-aa ./files/patch-aa --- /usr/ports/deskutils/kdepim/files/patch-aa Thu Jan 1 12:00:00 1970 +++ ./files/patch-aa Wed Oct 3 21:08:31 2001 @@ -0,0 +1,41 @@ +--- configure.in.orig Mon Aug 6 13:42:39 2001 ++++ configure.in Wed Oct 3 21:05:55 2001 +@@ -149,17 +149,6 @@ + AC_CHECK_HEADER(pi-file.h,[HAVE_PISOCK=1 + AC_MSG_RESULT(found)], ) + +-if test "$HAVE_PISOCK" = "0" ; then +- for i in $include_dirs ; do +- if test -r $i/pi-file.h; then +- HAVE_PISOCK=1 +- LIBPISOCK_PATH="$i" +- AC_MSG_RESULT(found) +- break +- fi +- done +-fi +- + dnl warn if no headers found + dnl + if test "$HAVE_PISOCK" = "0" ; then +@@ -167,18 +156,8 @@ + fi + + if test "$HAVE_PISOCK" = "1" ; then +- HAVE_PISOCK=0 +- ac_save_cppflags="$CPPFLAGS" +- for pisock_libs in "pisock" "socket" "xnet" "socket -lxnet" ; do +- AC_CHECK_LIB("$pisock_libs", +- pi_accept, +- [LIBPISOCK="-l$pisock_libs" +- HAVE_PISOCK=1 +- break +- ], +- []) +- done +- CPPFLAGS="$ac_save_cppflags" ++ LIBPISOCK_PATH="/usr/local/pilot/lib" ++ LIBPISOCK="-lpisock" + fi + + if test "$HAVE_PISOCK" = "0" ; then diff -ur --new-file /usr/ports/deskutils/kdepim/pkg-plist ./pkg-plist --- /usr/ports/deskutils/kdepim/pkg-plist Thu Aug 16 09:57:34 2001 +++ ./pkg-plist Thu Oct 4 10:46:20 2001 @@ -1,8 +1,18 @@ +bin/abbrowser_conduit bin/alarmd +bin/conduitExpense +bin/conduitKNotes bin/ical2vcal bin/kandy bin/kandy_client bin/korganizer +bin/kpilot +bin/kpilotDaemon +bin/null_conduit +bin/pilotListener +bin/popmail_conduit +bin/todoconduit +bin/vcalconduit include/ical.h include/icalss.h include/kgantt/KGantt.h @@ -93,6 +103,8 @@ lib/libvcard.so.0 share/applnk/Applications/korganizer.desktop share/applnk/Utilities/kandy.desktop +share/applnk/Utilities/kpilot.desktop +share/applnk/Utilities/kpilotdaemon.desktop share/apps/kandy/default.kandy share/apps/kandy/kandymobileui.rc share/apps/kandy/kandyui.rc @@ -208,6 +220,11 @@ share/apps/korganizer/sounds/onscreen.wav share/apps/korganizer/sounds/spinout.wav share/apps/korganizer/tips +share/apps/kpilot/icons/hicolor/16x16/actions/backup.png +share/apps/kpilot/icons/hicolor/16x16/actions/fastsync.png +share/apps/kpilot/icons/hicolor/16x16/actions/hotsync.png +share/apps/kpilot/icons/hicolor/16x16/actions/restore.png +share/apps/kpilot/kpilotui.rc share/autostart/alarmd.desktop share/config/korganizerrc share/doc/HTML/en/kandy/common @@ -270,9 +287,20 @@ share/doc/HTML/en/kpilot/toolbar_hotsync.png share/icons/hicolor/16x16/apps/kandy.png share/icons/hicolor/16x16/apps/korganizer.png +share/icons/hicolor/16x16/apps/kpilot.png share/icons/hicolor/32x32/apps/kandy.png share/icons/hicolor/32x32/apps/korganizer.png +share/icons/hicolor/32x32/apps/kpilot.png share/icons/hicolor/48x48/apps/korganizer.png +share/icons/locolor/16x16/apps/kpilot.xpm +share/services/abbrowser_conduit.desktop +share/services/expense-conduit.desktop +share/services/knotes-conduit.desktop +share/services/null-conduit.desktop +share/services/popmail-conduit.desktop +share/services/todo-conduit.desktop +share/services/vcal-conduit.desktop +share/servicetypes/kpilotconduit.desktop @dirrm share/icons/hicolor/48x48/apps @dirrm share/icons/hicolor/32x32/apps @dirrm share/icons/hicolor/16x16/apps @@ -281,18 +309,32 @@ @dirrm share/doc/HTML/en/kandy @dirrm share/config @dirrm share/autostart +@dirrm share/apps/kpilot/icons/hicolor/16x16/actions +@dirrm share/apps/kpilot/icons/hicolor/16x16 +@dirrm share/apps/kpilot/icons/hicolor +@dirrm share/apps/kpilot/icons +@dirrm share/apps/kpilot @dirrm share/apps/korganizer/sounds @dirrm share/apps/korganizer/icons/hicolor/32x32/actions @dirrm share/apps/korganizer/icons/hicolor/32x32 @dirrm share/apps/korganizer/icons/hicolor/22x22/actions/emptybox @dirrm share/apps/korganizer/icons/hicolor/22x22/actions/checkedbox @dirrm share/apps/korganizer/icons/hicolor/22x22/actions +@dirrm share/apps/korganizer/icons/hicolor/22x22 @dirrm share/apps/korganizer/icons/hicolor/16x16/actions +@dirrm share/apps/korganizer/icons/hicolor/16x16 @dirrm share/apps/korganizer/icons/hicolor +@dirrm share/apps/korganizer/icons @dirrm share/apps/korganizer @dirrm share/apps/kgantt/icons/hicolor/32x32/actions +@dirrm share/apps/kgantt/icons/hicolor/32x32 @dirrm share/apps/kgantt/icons/hicolor/22x22/actions +@dirrm share/apps/kgantt/icons/hicolor/22x22 @dirrm share/apps/kgantt/icons/hicolor/16x16/actions +@dirrm share/apps/kgantt/icons/hicolor/16x16 +@dirrm share/apps/kgantt/icons/hicolor +@dirrm share/apps/kgantt/icons +@dirrm share/apps/kgantt @dirrm share/apps/kandy @dirrm share/applnk/Utilities @dirrm share/applnk/Applications >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 16:57:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 578A237B405; Wed, 3 Oct 2001 16:57:34 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93NoIg29904; Wed, 3 Oct 2001 16:50:18 -0700 (PDT) (envelope-from lioux) Date: Wed, 3 Oct 2001 16:50:18 -0700 (PDT) From: Message-Id: <200110032350.f93NoIg29904@freefall.freebsd.org> To: pat@databits.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31020: Fix pkg-plist for net/xmlrpc-c Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for net/xmlrpc-c State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Wed Oct 3 16:50:08 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31020 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 16:57:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8571537B406; Wed, 3 Oct 2001 16:57:34 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93NqDL30114; Wed, 3 Oct 2001 16:52:13 -0700 (PDT) (envelope-from petef) Date: Wed, 3 Oct 2001 16:52:13 -0700 (PDT) From: Message-Id: <200110032352.f93NqDL30114@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, kde@FreeBSD.org Subject: Re: ports/31024: update of deskutils/kdepim to build kpilot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: update of deskutils/kdepim to build kpilot Responsible-Changed-From-To: freebsd-ports->kde Responsible-Changed-By: petef Responsible-Changed-When: Wed Oct 3 16:52:05 PDT 2001 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31024 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 17:37:37 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AEEC37B401; Wed, 3 Oct 2001 17:37:34 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f940UVc40617; Wed, 3 Oct 2001 17:30:31 -0700 (PDT) (envelope-from lioux) Date: Wed, 3 Oct 2001 17:30:31 -0700 (PDT) From: Message-Id: <200110040030.f940UVc40617@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/31016: Fix pkg-plist for devel/stlport Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Fix pkg-plist for devel/stlport Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: lioux Responsible-Changed-When: Wed Oct 3 17:30:12 PDT 2001 Responsible-Changed-Why: I'll handle this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31016 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 19:41: 2 2001 Delivered-To: freebsd-ports@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id B502E37B401; Wed, 3 Oct 2001 19:40:57 -0700 (PDT) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by kayak.xcllnt.net (8.11.4/8.11.4) with ESMTP id f942evI56720; Wed, 3 Oct 2001 19:40:57 -0700 (PDT) (envelope-from marcel@kayak.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.11.6/8.11.5) id f942evs00773; Wed, 3 Oct 2001 19:40:57 -0700 (PDT) (envelope-from marcel) Date: Wed, 3 Oct 2001 19:40:57 -0700 From: Marcel Moolenaar To: Martin Blapp Cc: freebsd-ports@FreeBSD.ORG, freebsd-emulation@FreeBSD.ORG Subject: Re: staroffice-de-6.0-beta port (on CURRENT) Message-ID: <20011003194057.B431@athlon.pn.xcllnt.net> References: <20011004001224.H31272-100000@levais.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011004001224.H31272-100000@levais.imp.ch> User-Agent: Mutt/1.3.21i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Oct 04, 2001 at 12:27:31AM +0200, Martin Blapp wrote: > > I have seen some other things: Netscape and many other Linux apps > are linked against libstdc++-libc6.1-1.so.2, and this lib does not > exist anymore in the linux_base-7 of Marcel. Is this library missing, > or can't we install it cause it generates conflicts ? libstdc++-2.96-85.i386.rpm (and libstdc++-2.96-87.alpha.rpm) are part of linux_devtools-7. It's probably best I move those to linux_base-7. I don't think there's a conflict; it's more likely I forgot to add it. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 19:43: 4 2001 Delivered-To: freebsd-ports@freebsd.org Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by hub.freebsd.org (Postfix) with ESMTP id 4EF4C37B401; Wed, 3 Oct 2001 19:42:56 -0700 (PDT) Received: from dsto-ms2.dsto.defence.gov.au (dsto-ms2.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au (8.10.1/8.10.1) with ESMTP id f942gI818166; Thu, 4 Oct 2001 12:12:18 +0930 (CST) Received: from muttley.dsto.defence.gov.au (unverified) by dsto-ms2.dsto.defence.gov.au (Content Technologies SMTPRS 4.1.5) with ESMTP id ; Thu, 4 Oct 2001 12:10:42 +0930 Received: from salex001.dsto.defence.gov.au (salex001.dsto.defence.gov.au [131.185.2.9]) by muttley.dsto.defence.gov.au (8.9.3/8.9.3/8.9.3.LMD.990513) with ESMTP id MAA18331; Thu, 4 Oct 2001 12:07:22 +0930 (CST) Received: from fang.dsto.defence.gov.au ([131.185.2.5]) by salex001.dsto.defence.gov.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 4AVVR48Q; Thu, 4 Oct 2001 12:07:18 +0930 Received: from dsto.defence.gov.au (fuzz.dsto.defence.gov.au [131.185.75.229]) by fang.dsto.defence.gov.au (8.9.3/8.9.3/8.9.3.LMD.990513) with ESMTP id MAA17117; Thu, 4 Oct 2001 12:07:22 +0930 (CST) Message-ID: <3BBBCB63.9840B269@dsto.defence.gov.au> Date: Thu, 04 Oct 2001 12:07:23 +0930 From: "Thyer, Matthew" X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: olgeni@freebsd.org Cc: ports@freebsd.org Subject: ports/security/nessus-devel ? Content-Type: multipart/mixed; boundary="------------00D3BD59DD4FB37497CC4843" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------00D3BD59DD4FB37497CC4843 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Nessus comes in two streams, the stable 1.0.X (currently 1.0.9) and the development 1.1.X (currently 1.1.3) which will evolve into the 1.2 major release when debugged. The ports collection has 1.0.9 in ports/security/nessus. The developer wants a lot more people to test/debug the 1.1 stream and 1.1 has some neat attributes such as: - much faster - supports SSL - has experimental features of 1.0.X enabled by default - has a safe check option Would you consider making ports/security/nessus-devel (downside being it could change weekly or fortnightly) ? Please find attached the release notes from Renaud Deraison re: the 1.0.9 and 1.1.3 releases. -- Matthew Thyer Phone: +61 8 8259 7249 Science Corporate Information Systems Fax: +61 8 8259 5537 Defence Science and Technology Organisation, Edinburgh PO Box 1500 Edinburgh South Australia 5111 IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 1914. If you have received this email in error, you are requested to contact the sender and delete the email. --------------00D3BD59DD4FB37497CC4843 Content-Type: text/plain; charset=us-ascii; name="nessus.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="nessus.txt" I'm glad to announce the availability of Nessus 1.0.9 and 1.1.3. . Nessus 1.0.9 -------------- As Nessus 1.0.9 is considered as being stable, this release is a bugfix release only. No new stuff to play with. Among the fixed things : - fixed a possible deadlock in libpeks - fixed a bug which would cause the client to crash when sending a too long plugin list - fixed the 'too many plugins selected' bug that would make the client crash - workaround for a Linux bug^H^H^Hfeature that makes recv() behave completely differently than the rest of the world (thanks to Andreas Steinmetz) - various issues - more plugins . Nessus 1.1.3 -------------- Nessus 1.1.3 is a developement version, considered as being unstable (even though I'm more than happy with it :). The whole 1.1.x series is being considered as being unstable and serves as a testbed for Nessus 1.2. By unstable, I don't mean full of bugs (even though they can be here), but rather consider that the behavior of the new features can be inconsistent between two minor releases. Note that the more you test Nessus 1.1.x, the quicker Nessus 1.2 will get out. There will be more 1.1.x releases (I aim to do that on a weekly basis). I've been busy as hell these last months, hence the long lifetime of 1.1.2 Ok, here's what's different between 1.1.2 and 1.1.3 : - bugfixes. Gazillions of them (and this includes the 1.0.x fixes) - torturecgis.nasl and webmirror.nasl, two plugins that attempt to do 'smarter' CGI checks - filter support in the client (ala mutt ;). Type 'l' and fill the pop-up dialog with a regular expression you'd like to see applied to plugin names. (".*" shows every plugin) - Added the 'safe checks' option. When enabled, this option makes the 'dangerous' plugins look at banner version instead of actually try to exploit the flaw. Note that there still are dangerous plugins out there (Denial of services being one category of them), so don't just enable this option and launch all plugins against your network, or you may loose your job. As a reminder, Nessus 1.1.x is much faster, supports SSL, and has all the 'experimental' features of 1.0.x enabled by default. And now it has those cool 'safe checks'. . Where to get all this nice stuff ----------------------------------- See http://www.nessus.org for a list of mirrors, but basically : ftp://ftp.nessus.org/pub/nessus/nessus-1.0.9/src/ ftp://ftp.nessus.org/pub/nessus/unstable/nessus-1.1.3/src/ You can also type : lynx -source http://install.nessus.org | sh (or wget -O - http://install.nessus.org | sh) and ask for the version of your choice. This now works well on Solaris. . Bonus : How to make Nessus 1.0.x and 1.1.x co-exist on the same host ---------------------------------------------------------------------- That's easy : - uninstall your current version of Nessus. - Install Nessus-1.0.x, by supplying the option --prefix=/usr/local/nessus-1.0.x/ to the 'configure' script of nessus-core, nessus-libraries, nessus-plugins, and libnasl - Then install Nessus-1.1.x by supplying the option --prefix=/usr/local/nessus-1.1.x/ to the 'configure' script of nessus-core, nessus-libraries, nessus-plugins, and libnasl - Do 'ln -s /usr/local/nessus-1.0.x /usr/local/nessus' as root - Edit /etc/ld.so.conf and add the entry '/usr/local/nessus/lib' - start /usr/local/sbin/nessusd -s - Do 'cp /usr/local/nessus-1.0.x/etc/nessus/nessusd.private-keys \ /usr/local/nessus-1.1.x/etc/nessus/' Whenever you want to change from Nessus 1.1.x to 1.0.x, just change then symlink /usr/local/nessus so that it points to the right version. Don't forget to add users for each installation using nessus-adduser (user accounts can't be shared between the two versions), and don't forget to delete your ~/.nessusrc whenever you switch from 1.0.x to 1.1.x and back. -- Renaud -- Renaud Deraison The Nessus Project http://www.nessus.org -- Nessus-announce is not a conventional mailing list, it is a 'one-way' announcement list for Nessus. If you would not like to receive nessus announcements send a message: To: majordomo@list.nessus.org Subject: unsubscribe nessus-announce end For more info about Nessus see http://www.nessus.org. For more info about Nessus mailing lists see http://list.nessus.org. For more general information about majordomo send a message: To: majordomo@list.nessus.org Subject: help end Problems/difficulties > jb@list.nessus.org Have a :) day! --------------00D3BD59DD4FB37497CC4843-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 20: 0:27 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B304237B406 for ; Wed, 3 Oct 2001 20:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94302E59758; Wed, 3 Oct 2001 20:00:02 -0700 (PDT) (envelope-from gnats) Received: from zeus.carroll.com (zeus.carroll.com [199.224.10.2]) by hub.freebsd.org (Postfix) with ESMTP id A44D237B406 for ; Wed, 3 Oct 2001 19:54:46 -0700 (PDT) Received: from sprig.tougas.net [216.44.20.42] by zeus.carroll.com with ESMTP (8.12.0/0) id f942tJGl060759; Wed, 3 Oct 2001 22:55:19 -0400 (EDT) Received: (from rtougas@localhost) by sprig.tougas.net (8.11.6/8.11.6) id f942sb888789; Wed, 3 Oct 2001 22:54:37 -0400 (EDT) (envelope-from rtougas) Message-Id: <200110040254.f942sb888789@sprig.tougas.net> Date: Wed, 3 Oct 2001 22:54:37 -0400 (EDT) From: Damien Tougas Reply-To: Damien Tougas To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31026: New Port: Internet Message Support Protocol Daemon (IMSPD) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31026 >Category: ports >Synopsis: New Port: Internet Message Support Protocol Daemon (IMSPD) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 20:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Damien Tougas >Release: FreeBSD 4.4-STABLE i386 >Organization: None >Environment: System: FreeBSD sprig.tougas.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Sep 23 08:57:00 EDT 2001 rtougas@sprig.tougas.net:/usr/obj/usr/src/sys/SPRIG i386 >Description: The Internet Message Support Protocol (IMSP) is designed to support the provision of mail in a medium to large scale operation. It is intended to be used as a companion to the IMAP4 protocol [IMAP4], providing services which are either outside the scope of mail access or which pertain to environments which must run more than one IMAP4 server in the same mail domain. The services that IMSP provides are extended mailbox management, configuration options, and address books. http://asg.web.cmu.edu/cyrus/ >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: # # cyrus-imspd # cyrus-imspd/files # cyrus-imspd/files/imspd.conf # cyrus-imspd/files/patch-aa # cyrus-imspd/files/patch-ab # cyrus-imspd/files/patch-ac # cyrus-imspd/files/patch-ad # cyrus-imspd/files/patch-ae # cyrus-imspd/files/patch-af # cyrus-imspd/files/patch-ag # cyrus-imspd/files/patch-ah # cyrus-imspd/files/patch-ai # cyrus-imspd/files/patch-aj # cyrus-imspd/files/imspd.sh # cyrus-imspd/pkg-plist # cyrus-imspd/pkg-message # cyrus-imspd/pkg-descr # cyrus-imspd/pkg-comment # cyrus-imspd/distinfo # cyrus-imspd/Makefile # echo c - cyrus-imspd mkdir -p cyrus-imspd > /dev/null 2>&1 echo c - cyrus-imspd/files mkdir -p cyrus-imspd/files > /dev/null 2>&1 echo x - cyrus-imspd/files/imspd.conf sed 's/^X//' >cyrus-imspd/files/imspd.conf << 'END-of-cyrus-imspd/files/imspd.conf' Xpwcheck_method: pwcheck END-of-cyrus-imspd/files/imspd.conf echo x - cyrus-imspd/files/patch-aa sed 's/^X//' >cyrus-imspd/files/patch-aa << 'END-of-cyrus-imspd/files/patch-aa' X--- imsp/dispatch.c.orig Mon Oct 1 22:49:47 2001 X+++ imsp/dispatch.c Mon Oct 1 22:40:20 2001 X@@ -57,7 +57,7 @@ X #endif X #include "dispatch.h" X X-#include X+#include X X #ifndef HAVE_GETDTABLESIZE X #define getdtablesize() 32 END-of-cyrus-imspd/files/patch-aa echo x - cyrus-imspd/files/patch-ab sed 's/^X//' >cyrus-imspd/files/patch-ab << 'END-of-cyrus-imspd/files/patch-ab' X--- imsp/dispatch.h.orig Mon Oct 1 22:54:38 2001 X+++ imsp/dispatch.h Mon Oct 1 22:40:31 2001 X@@ -44,7 +44,7 @@ X X #define MAX_BUF 4096 X X-#include X+#include X X /* a file buffer structure X */ END-of-cyrus-imspd/files/patch-ab echo x - cyrus-imspd/files/patch-ac sed 's/^X//' >cyrus-imspd/files/patch-ac << 'END-of-cyrus-imspd/files/patch-ac' X--- imsp/imsp_server.c.orig Mon Oct 1 22:56:14 2001 X+++ imsp/imsp_server.c Mon Oct 1 22:41:13 2001 X@@ -53,7 +53,7 @@ X #include X #include X #include X-#include X+#include X #include X #include "version.h" X #include "dispatch.h" END-of-cyrus-imspd/files/patch-ac echo x - cyrus-imspd/files/patch-ad sed 's/^X//' >cyrus-imspd/files/patch-ad << 'END-of-cyrus-imspd/files/patch-ad' X--- imsp/sasl_support.c.orig Mon Oct 1 22:57:49 2001 X+++ imsp/sasl_support.c Mon Oct 1 22:41:39 2001 X@@ -47,7 +47,7 @@ X #include X #include X #include "xmalloc.h" X-#include X+#include X X #include "util.h" X #include "syncdb.h" END-of-cyrus-imspd/files/patch-ad echo x - cyrus-imspd/files/patch-ae sed 's/^X//' >cyrus-imspd/files/patch-ae << 'END-of-cyrus-imspd/files/patch-ae' X--- lib/imclient.c.orig Mon Oct 1 23:00:28 2001 X+++ lib/imclient.c Mon Oct 1 22:43:05 2001 X@@ -64,7 +64,7 @@ X #include X #endif X X-#include X+#include X X #ifdef HAVE_SSL X #include END-of-cyrus-imspd/files/patch-ae echo x - cyrus-imspd/files/patch-af sed 's/^X//' >cyrus-imspd/files/patch-af << 'END-of-cyrus-imspd/files/patch-af' X--- lib/imclient.h.orig Mon Oct 1 23:01:49 2001 X+++ lib/imclient.h Mon Oct 1 22:43:26 2001 X@@ -45,7 +45,7 @@ X #ifndef INCLUDED_IMCLIENT_H X #define INCLUDED_IMCLIENT_H X X-#include X+#include X X struct imclient; X struct sasl_client; /* to avoid having to include sasl sometimes */ END-of-cyrus-imspd/files/patch-af echo x - cyrus-imspd/files/patch-ag sed 's/^X//' >cyrus-imspd/files/patch-ag << 'END-of-cyrus-imspd/files/patch-ag' X--- lib/prot.h.orig Mon Oct 1 23:02:44 2001 X+++ lib/prot.h Mon Oct 1 22:43:41 2001 X@@ -48,7 +48,7 @@ X #include X #include X X-#include X+#include X X #ifdef HAVE_SSL X #include END-of-cyrus-imspd/files/patch-ag echo x - cyrus-imspd/files/patch-ah sed 's/^X//' >cyrus-imspd/files/patch-ah << 'END-of-cyrus-imspd/files/patch-ah' X--- imsp/Makefile.in.orig Sun Dec 17 22:27:42 2000 X+++ imsp/Makefile.in Tue Oct 2 20:47:22 2001 X@@ -76,7 +76,7 @@ X $< X X install: cyrus-imspd X- $(INSTALL) -s cyrus-imspd $(DESTDIR)/cyrus/usr/cyrus/bin/imspd X+ $(INSTALL) -s cyrus-imspd @prefix@/sbin/imspd X X cyrus-imspd: $(IMSPDOBJS) $(DEPLIBS) X $(CC) $(CFLAGS) $(LDFLAGS) -o cyrus-imspd $(IMSPDOBJS) $(DEPLIBS) $(LIBS) END-of-cyrus-imspd/files/patch-ah echo x - cyrus-imspd/files/patch-ai sed 's/^X//' >cyrus-imspd/files/patch-ai << 'END-of-cyrus-imspd/files/patch-ai' X--- Makefile.in.orig Tue Oct 2 20:31:48 2001 X+++ Makefile.in Tue Oct 2 20:34:09 2001 X@@ -32,19 +32,15 @@ X @for d in $(SUBDIRS); \ X do \ X (cd $$d; echo "### Making" all "in" `pwd`; \ X- $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) all; \ X+ $(MAKE) $(MFLAGS) all; \ X echo "### Done with" `pwd`); \ X done X X install:: X- - mkdir ${DESTDIR}/cyrus X- - mkdir ${DESTDIR}/cyrus/usr X- - mkdir ${DESTDIR}/cyrus/usr/cyrus X- - mkdir ${DESTDIR}/cyrus/usr/cyrus/bin X @for d in $(SUBDIRS); \ X do \ X (cd $$d; echo "### Making" install "in" `pwd`; \ X- $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) install ; \ X+ $(MAKE) $(MFLAGS) install ; \ X echo "### Done with" `pwd`); \ X done X X@@ -52,7 +48,7 @@ X @-for d in $(SUBDIRS); \ X do \ X (cd $$d; echo "### Making" clean "in" `pwd`; \ X- $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) clean ; \ X+ $(MAKE) $(MFLAGS) clean ; \ X echo "### Done with" `pwd`); \ X done X X@@ -60,7 +56,7 @@ X @-for d in $(SUBDIRS); \ X do \ X (cd $$d; echo "### Making" clean "in" `pwd`; \ X- $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) distclean ; \ X+ $(MAKE) $(MFLAGS) distclean ; \ X echo "### Done with" `pwd`); \ X done X rm -f Makefile config.* X@@ -69,7 +65,7 @@ X @for d in $(SUBDIRS); \ X do \ X (cd $$d; echo "### Making" depend "in" `pwd`; \ X- $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) depend ; \ X+ $(MAKE) $(MFLAGS) depend ; \ X echo "### Done with" `pwd`); \ X done X END-of-cyrus-imspd/files/patch-ai echo x - cyrus-imspd/files/patch-aj sed 's/^X//' >cyrus-imspd/files/patch-aj << 'END-of-cyrus-imspd/files/patch-aj' X--- lib/Makefile.in.orig Tue Oct 2 20:29:13 2001 X+++ lib/Makefile.in Tue Oct 2 20:35:28 2001 X@@ -96,12 +96,12 @@ X X install: X # Don't install any parts of libcyrus from the IMSP collection! X-# $(srcdir)/../install-sh -d $(DESTDIR)$(exec_prefix)/lib X-# $(INSTALL) -m 644 libcyrus.a $(DESTDIR)$(exec_prefix)/lib X-# $(RANLIB) $(DESTDIR)$(exec_prefix)/lib/libcyrus.a X+# $(srcdir)/../install-sh -d $(exec_prefix)/lib X+# $(INSTALL) -m 644 libcyrus.a $(exec_prefix)/lib X+# $(RANLIB) $(exec_prefix)/lib/libcyrus.a X # for file in $(HDRS); \ X # do \ X-# $(INSTALL) -m 644 $$file $(DESTDIR)$(prefix)/include/cyrus || exit 1; \ X+# $(INSTALL) -m 644 $$file $(prefix)/include/cyrus || exit 1; \ X # done X X .c.o: END-of-cyrus-imspd/files/patch-aj echo x - cyrus-imspd/files/imspd.sh sed 's/^X//' >cyrus-imspd/files/imspd.sh << 'END-of-cyrus-imspd/files/imspd.sh' X#!/bin/sh X X# Start or stop cyrus-imspd X# $FreeBSD$ X Xcase "$1" in Xstart) X if [ -x /usr/local/sbin/imspd -a \ X -f /var/imsp/options ]; then X /usr/local/sbin/imspd >/dev/null & X echo -n ' imspd' X fi X ;; Xstop) X kill `ps -U root | awk '/imspd$/ {print $1}'` && echo -n ' imspd' X ;; X*) X echo "Usage: `basename $0` {start|stop}" >&2 X ;; Xesac X Xexit 0 END-of-cyrus-imspd/files/imspd.sh echo x - cyrus-imspd/pkg-plist sed 's/^X//' >cyrus-imspd/pkg-plist << 'END-of-cyrus-imspd/pkg-plist' Xetc/rc.d/imspd.sh Xlib/sasl/imspd.conf Xsbin/imspd X%%PORTDOCS%%share/doc/imspd/Setup-instructions X%%PORTDOCS%%share/doc/imspd/option.registry X%%PORTDOCS%%share/doc/imspd/Changes-Todo X%%PORTDOCS%%share/doc/imspd/imsp.implementation X%%PORTDOCS%%share/doc/imspd/imsp.implementation.updates X%%PORTDOCS%%@dirrm share/doc/imspd X@cwd /var Ximsp/options.dist END-of-cyrus-imspd/pkg-plist echo x - cyrus-imspd/pkg-message sed 's/^X//' >cyrus-imspd/pkg-message << 'END-of-cyrus-imspd/pkg-message' X**************************************************************************** X XPrior to using this software, copy the configuration file X/var/imsp/options.dist to /var/imsp/options and modify as required. X X**************************************************************************** END-of-cyrus-imspd/pkg-message echo x - cyrus-imspd/pkg-descr sed 's/^X//' >cyrus-imspd/pkg-descr << 'END-of-cyrus-imspd/pkg-descr' XThe Internet Message Support Protocol (IMSP) is designed to support the Xprovision of mail in a medium to large scale operation. It is intended to Xbe used as a companion to the IMAP4 protocol [IMAP4], providing services Xwhich are either outside the scope of mail access or which pertain to Xenvironments which must run more than one IMAP4 server in the same mail Xdomain. The services that IMSP provides are extended mailbox management, Xconfiguration options, and address books. X XWWW: http://asg.web.cmu.edu/cyrus/ END-of-cyrus-imspd/pkg-descr echo x - cyrus-imspd/pkg-comment sed 's/^X//' >cyrus-imspd/pkg-comment << 'END-of-cyrus-imspd/pkg-comment' XThe cyrus IMSP (Internet Message Support Protocol) server END-of-cyrus-imspd/pkg-comment echo x - cyrus-imspd/distinfo sed 's/^X//' >cyrus-imspd/distinfo << 'END-of-cyrus-imspd/distinfo' XMD5 (cyrus-imspd-v1.6a3.tar.gz) = 224f2d8acf4858fd2ed45613c537a61c END-of-cyrus-imspd/distinfo echo x - cyrus-imspd/Makefile sed 's/^X//' >cyrus-imspd/Makefile << 'END-of-cyrus-imspd/Makefile' X# New ports collection makefile for: cyrus-imspd X# Date created: Jan 4th 2001 X# Whom: damien@tougas.net X# X# $FreeBSD$ X# X XPORTNAME= cyrus-imspd XPORTVERSION= v1.6a3 XCATEGORIES= databases mail XMASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ X ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ X XMAINTAINER= ports@freebsd.org X XLIB_DEPENDS= sasl.8:${PORTSDIR}/security/cyrus-sasl XBUILD_DEPENDS= ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl X XGNU_CONFIGURE= YES XCONFIGURE_ARGS= --prefix=${PREFIX} \ X --with-sasldir=${LOCALBASE} \ X --with-auth=unix X Xpost-install: X ${INSTALL_SCRIPT} ${FILESDIR}/imspd.sh \ X ${PREFIX}/etc/rc.d/imspd.sh X ${INSTALL_DATA} ${FILESDIR}/imspd.conf \ X ${PREFIX}/lib/sasl/imspd.conf X ${MKDIR} /var/imsp X ${INSTALL_DATA} ${WRKSRC}/imsp/options.sample \ X /var/imsp/options.dist X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/imspd X ${INSTALL_DATA} ${WRKSRC}/notes/Setup-instructions \ X ${PREFIX}/share/doc/imspd X ${INSTALL_DATA} ${WRKSRC}/notes/option.registry \ X ${PREFIX}/share/doc/imspd X ${INSTALL_DATA} ${WRKSRC}/notes/Changes-Todo \ X ${PREFIX}/share/doc/imspd X ${INSTALL_DATA} ${WRKSRC}/notes/imsp.implementation \ X ${PREFIX}/share/doc/imspd X ${INSTALL_DATA} ${WRKSRC}/notes/imsp.implementation.updates \ X ${PREFIX}/share/doc/imspd X.endif X @${CAT} ${PKGMESSAGE} X X.include END-of-cyrus-imspd/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 20:37:37 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 320EE37B407; Wed, 3 Oct 2001 20:37:35 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f943UQh66506; Wed, 3 Oct 2001 20:30:26 -0700 (PDT) (envelope-from petef) Date: Wed, 3 Oct 2001 20:30:26 -0700 (PDT) From: Message-Id: <200110040330.f943UQh66506@freefall.freebsd.org> To: sean_w_b@yahoo.com, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29637: New port: logjam livejournal client (previously known as loserjabber) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: logjam livejournal client (previously known as loserjabber) State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Wed Oct 3 20:30:00 PDT 2001 State-Changed-Why: This port was already added as deskutils/logjam, thanks for your submission! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29637 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 20:37:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC9D937B403; Wed, 3 Oct 2001 20:37:34 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f943SE266111; Wed, 3 Oct 2001 20:28:14 -0700 (PDT) (envelope-from petef) Date: Wed, 3 Oct 2001 20:28:14 -0700 (PDT) From: Message-Id: <200110040328.f943SE266111@freefall.freebsd.org> To: naddy@mips.inka.de, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30804: new: linux-openmotif Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: new: linux-openmotif State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Wed Oct 3 20:27:50 PDT 2001 State-Changed-Why: New port committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30804 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 20:47:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2711137B40A; Wed, 3 Oct 2001 20:47:35 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f943eGs67465; Wed, 3 Oct 2001 20:40:16 -0700 (PDT) (envelope-from petef) Date: Wed, 3 Oct 2001 20:40:16 -0700 (PDT) From: Message-Id: <200110040340.f943eGs67465@freefall.freebsd.org> To: asaddi@philosophysw.com, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29907: New port: sysutils/sha Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: sysutils/sha State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Wed Oct 3 20:40:07 PDT 2001 State-Changed-Why: New port committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29907 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 20:47:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BDE437B406; Wed, 3 Oct 2001 20:47:36 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f943ku667993; Wed, 3 Oct 2001 20:46:56 -0700 (PDT) (envelope-from petef) Date: Wed, 3 Oct 2001 20:46:56 -0700 (PDT) From: Message-Id: <200110040346.f943ku667993@freefall.freebsd.org> To: js@jeannot.org, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/29630: New port : xtexsh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port : xtexsh State-Changed-From-To: open->analyzed State-Changed-By: petef State-Changed-When: Wed Oct 3 20:46:33 PDT 2001 State-Changed-Why: Can't fetch the distfile: >> xtexsh-1.3-2.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from ftp://ftp.mat.univie.ac.at/pub/teschl/xtexsh/. fetch: xtexsh-1.3-2.tar.gz: File unavailable (e.g., file not found, no access) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29630 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 23:10: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8791237B406 for ; Wed, 3 Oct 2001 23:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f946A2s90528; Wed, 3 Oct 2001 23:10:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 3 Oct 2001 23:10:02 -0700 (PDT) Message-Id: <200110040610.f946A2s90528@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jean-Sebastien Roy Subject: Re: ports/29630: New port : xtexsh Reply-To: Jean-Sebastien Roy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/29630; it has been noted by GNATS. From: Jean-Sebastien Roy To: Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/29630: New port : xtexsh Date: Thu, 4 Oct 2001 08:06:19 +0200 At 20:46 -0700 3/10/01, wrote: >Synopsis: New port : xtexsh > >State-Changed-From-To: open->analyzed >State-Changed-By: petef >State-Changed-When: Wed Oct 3 20:46:33 PDT 2001 >State-Changed-Why: >Can't fetch the distfile: > >>> xtexsh-1.3-2.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > >> Attempting to fetch from ftp://ftp.mat.univie.ac.at/pub/teschl/xtexsh/. >fetch: xtexsh-1.3-2.tar.gz: File unavailable (e.g., file not found, no access) > >http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29630 xtexsh is now at version 1.4-2. I won't be able to provide an updated port until november. js To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 23:10:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D71E37B401 for ; Wed, 3 Oct 2001 23:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f946A1T90521; Wed, 3 Oct 2001 23:10:01 -0700 (PDT) (envelope-from gnats) Date: Wed, 3 Oct 2001 23:10:01 -0700 (PDT) Message-Id: <200110040610.f946A1T90521@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jean-Sebastien Roy Subject: Re: ports/26884: new port for visualworks 5i.3 Reply-To: Jean-Sebastien Roy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/26884; it has been noted by GNATS. From: Jean-Sebastien Roy To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/26884: new port for visualworks 5i.3 Date: Thu, 4 Oct 2001 08:05:55 +0200 At 12:05 +0300 20/09/01, Peter Pentchev wrote: >On Tue, Sep 18, 2001 at 01:12:07AM +0200, Jean-Sebastien Roy wrote: >> >Synopsis: new port for visualworks 5i.3 >> > >> >State-Changed-From-To: open->analyzed >> >State-Changed-By: sada >> >State-Changed-When: Mon Sep 17 12:49:54 PDT 2001 >> >State-Changed-Why: >> >Where is your ports skeleton ? >> > > > >http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26884 >> >> A port skeleton for Visualworks 5i.4 (the newer version) is available here : >> http://www.jeannot.org/~js/visualworks.tgz >> > > Do I need to submit a uuencoded version of this file ? > >If the ports skeleton is not too big (and 20K is not too big IMHO), >you should attach it to the PR as a shell archive (shar) as described >in the Porter's Handbook. As a shell archive, it's 220 K (a big pkg-plist :-). 20K is the size of the .tgz and just 10K less than the size of an uuencoded version of this file. I've attached it below. js begin 644 visualworks.tgz M'XL(`)6!ICL``^R=:7/C-IK'\[;]*;A)U]3NS.H^+*6V4[$MN5L;7VNIV]FJ MJ7*!("0AI@@&!"4[LYG/O@`O41()@$=G7VS4Y=;U?WYX`.)X`$+D%GL^L'>$ MOGBM;[[2P^BWSP<#XQM#/-I'S]$;X[PWZ`S:[6&[8QB=SJ!__HTQ^%H.I1^^ MQP`UC&\H(4RFVZT1LO\(A_[8QS9U_&_!"UIB&]6=1H/7[P??T'` M<0AK$KHZ^X[KWE]3A"[GD_?\W=G#_>/B[N)V^N%=.E7QZ9?IXWQV?_?AW0`W M^V=7%XOIQ_O'V73^X9T-G)5A8\=_/;N]F"^FC\_SV4)\L6;,_;[5VNUV38@= M2#9-_M>RR,ZQ";"\UNJWUI<@E:>@"9Q-9O/%]>R&FQJ7P$.I[YJ\GC17OQFS M#5BA^,V7V\:-2'4TC#_Y^]F[Z2M#CH4L`8@_GLP7\3^]OI ML?@__5@9E,+S_//E9/;X01RR]_^(#\KOK?!U="A^/^/E/;M;\+_IXX=W1X?V M[/'SW?-D^C"]F\P#3HL7O@M8*SA2_'^S95M-CWP?,N<\N=];:./;@!'JA:IG MDY?BV=GG^?3Y9G;W^6?^_R5GO2'O[.S^[N:_GZ_O'Y\O'J\^\11P;S0\.[N[ M?[[\/+N9?(CJFY#RSYX>?XIR]"XP?IS.%X^SJ\5T\N'=MX_(PAZCV/2#ZH\] MPZ7$!*;]9O#,&"ZB&\QX;6]^>W9FD09V>*]AV]^?O?OQ_3]N?Q)^BS)ZG%[/ M?HY+*+.TWOT(+:[DO@0V?_F+(7J?!EP:#>.OQO^$[U[%N\:5+A'!-3&^_>Y? M6B9V6M[Z6^.'E*7X+&Q&L?++;/[YXN;IGA?'!YT4C!_D//0J>H\T5F6ADVI@ M9H=-*S(WWK__^U\E;+C>$,L`?WO-%IRYQ&/I(Q?XLB"&&`"8X7N8=R&I]O[O ML>0:4X_QSM%],]@:&19:`M]F!A;]@,&(\49\:O".CG^%*>\_"7TS$CYT];(; MT")7'=C$&^.?,4(,RP9FQHYBAGB51'MXD&/_;SOCGVG3)&]KY!C4=X1QD+W$ M,"K00ZNS)N\@;=]"QG^8GM441[6Y>?GA[/]ZB/KS\14?Z?A/=('869*ZTU#$ M?YWS?B>,__KGG<'Y4,1__5[OS_COCWC<3@;&OZ8K@0BM6MFAS[\9'XPQ'"R7 MO>YX"$!OW.\.^^UVNS6RRV%E1&F" MQDF#[GFOV^D->UU@C;J@T^EW+&O8[<&V.#SK+;AF@P/!^T1SF0@\A0<+@<`=1%(VMD=ON#)>I"$PRZICGN#<_;`Y17 M3/D!95#X8#P:=JR^U1N?#P>H,T)]U!X,1G#9::->-R^+1Z&H()GM\[$Y;%O# MGC4>64.(QAWN'NQ:8X#ZL-O.JPVG$:R@C0:C?IO_C=K#WCF?%"(+=;I6IS=& MIMD?=8%X,`"\M$'WW.R,K,%@R;T;]`?(['6'><66&34+WK`S M&%AM,#RWD+DT+>[B8(S.1[SC0N:X/80*7BK8#BH'G^;"91MT!OWV<#0:]]H( M#+M#L]\?PLYP:2IH^S!=P``TVU9_:8X&'=X*>:4?CSI#`(<GV$94R3Z6:]&GKV#CVD@3GJA5;$J6F,^35FKN7JE@SGTW"/Y5Q$2G MXKUY#&TN'&"_>5A]Y([E"KH8W]302"5GV?9%]%H+>B+/HJ?GL6M$0;#@(9=1 M!"S>R-BK`N?S>N)2O&E!WHF1#?X--:&F1;R^IRGW7!MXZX:)F=?H-]>:5K[C M@25Z)L3U]&W<9S[!+J0/D]&WB%YH&VR!C2W`]`LW5#451SF1OW8Z\Z!\50E$ M"QERS2YZI2FSS-6IDN<6B&6WUM7B!IO3GR>S[*:0IZ&^3PF`AM=9A[ MK1Y7EZG@W4\NKS2RO91J$:)NM2$+Q0MFS8V\V3N!L"H6#/"C5--\U5# M%596#6%^Q0E$XC]U%KP55N*$1E5B'K$!Q9Z:%>F4/"JRB1U)R882:>'O)1D! MZEY"$.^YY!))+)T22<+A4+4-.MXD]\VUZP)=;6XPFBUW4.OE(JRBJ1E"7[WRQ$Z(!7!@5YJ,WO-C+4\NXCPT"K=")M?KO.%(M>.*N%$]CZ^'G&0\^/ M/K9R5L"$*%I[%Q]>7_Q7ONX)V"^+-27^:ITO`LQ?Y7]K4FRM)*Y8)K`DYD$A MR/B6Q^0`CT'B2+]W:?[72_R*K&=`O7P)MFP9`3L6>FT!S\,>\UKMZ-$$9E9= MRM?O;*N`OE.0WRVH[Q74]W7U`%("`1]Y@%2^(73E(UVU"VBZ:"Q+6I3':BQ7 M6];^(+ERLL?>;!3^KW+B0"KW("TMX(!K9_65F5+>1'2EBFK*T,;5/6J,N!AB MZU5;3X&C78%"L9BO-AEU9$KQH2:5%W_6B,*_)@S:LEYJNY-V8ML=AM"4?N\P M6PIP;7^%'44J5-)1[L`62(;C%$>8L(FY/Q`H6)H^)6HE"S-`CR4:E,U7=4OPPG:$#DP5*@8:L?V M*AEKUI-3Q/=2^\F-_#1 M\]V5RJ5#J8SZB%SB8;%[48Y,ZV2\X)P8KS5;9!-W@YR<\XD2>2&ZNFAS3-2I MA&=.%5W5D32/BGDO[K4\)#;:\Z$/$M]A6=.-$^F*.YPYE3E1^A8FUD9#:1+R M`L7N:@VICVT+.UGGBHZE<"V"/!U/H0WP1E.)79,`JB&UD/>BQ0QF+W;F:DZ& M%#O;K%-O65(;.R]9\5^.-"NHRY%JY3^4[O2D8O7'TY`N,;(MK4HEJC\$)M:1 M$MOBR>LUK,C[6O1]:(`U):=22P%VO$`BFQ,AI(M#KQ0"+6B0B. MQ7IN**."1*D3%R1BG\:E.TCOL6,QWDJFM[F9P6O;BD9.?EG6O*5TO9U]BV^)]JH-G+ MY#3;4O?IL4A%ND6.KT:%*A5KCG).JIV(5*0%G]BJ4:%*Q?H";%7=350:+%7= M350:+*SJ-_8R.8TXRF$ATB@YROR%&BGG4[`A3HH))5+*#794E%"BH*ACC4BC MY*C*)M+(.00X5\"&*E0B4]!6JD`QE$@IHGE?;525,5$I6:+_UH"%,B7MENAX M%JB4K/D.J$;%O4Q)XVU3`Q:HY"RR5=7T4"*EW(EUHA=574]4&BQ5?4]4&BQ5 M\):H-%BJT"U1:;!4T^5$)67=N[_>`%,Y_NUE4MH#P7F[(XXU<@Y%2S%54:$2 MF90VY]-S5>V*-$J.JF9%&B5'5:LBC9S#!UBDC&\3E09+F;M8)6?Y)@2.TJ]8 MI<%2^A6K-%C*DH]54M8"F#Q,9938>A/'#+V*;RLK;2Q2DU0%&(O4)%7QQ2(Y M"6^01JB\E\EIA-@FH/D;"+.5]*`N/YD MZVH-G)58>`J?Q54&Q66JC"L;>!Y_WVNVM7(@8]]O$:6\8_(:%[;=A.N,\ZRE M:-?3&F$W#S7"GGK=\C1"7L19.:-A7`%JB6J;O1F[&.L6>Q#9-G`0\7-^!U,, M>(=V8B5K+A:OJ]/FC%!DA9>\K<6]N,F79DV==7#%%>,!4%YR7NEF\!-Z$SM) M+&.^)I1!GY5'B6LV&'R<1H4ET^+@B\25]"0SQD_]]1ZK5]9;B:O?/*JZXS(,A MO7!2#=C:O+TW?^%U-?]B$Y6A%3R-UUI;TJ79TK`Z//O$.[-J)7>,JL.K>?2\ M'Y_JO'X&_JM:\\Y!U>ID>5.MT-*!. M5_?4.GU](M3.69JLB*S#RP5Y"TXI(:/6?C,#6Y^W?&K/XS@G;QVM,K0V3\6Z MKA&>IJS1U0-J;;Z&WW^%6G`,KLWC(.ZLO70/J!5\O:9@@X194+4\$>AOD8-S M?]!6`[86;X_F;K6X>L2LQ<]PJU6\C:LN3T^HM?I:2X@EP];J;?4@*Y=9JY^2 M4RI5F;7Z65,X*`?7ZG$=`:&$6JNOM82$,FP%;V_$*M8#L3$4XF@M2BR@Q!U- M:C6IBON%TODZ^=DO)WVEC*02^#HYF*-??<3?5:Y,VFE\G7P<+=1FWY$/?)NR,,+W&M!^$06Z.WK\QC*&?W2T5D?5YBR">6P>^2 MZNPP#[&U>?N$'8O/?8QQSB:2RM`*GO*8P7>/SXX8-P1855N:@ES9YV2H-M*M MN`:7\\"5/8XN%E.Q&SAA5?;KH&+5X-L1K[)_!^?)JKMWB*OB77##B=-3BY5< MS&-6]S-8+ZC#N0A4W:.9L\S90U*&4]V?S[.YB_+N$5,25=TKWM/W[#\IX)@66]W`RF;8J]109F&K>B$NRE>WQ3RGE?0G6 MWHQ'!,K'3)F@\A[55HMJJST/Q/7=3\@N&?V>0"IX0M%2_.9>=_^8#J:\-V&L M:>3_"*@$IJHW"PK@2^D8-9M4P"<&U\&YS?P[+F4:%C;P1,B2>07P([G/2#P+ MOW#U*O"QB3H5(2<>LL146?_$2Y:57EH4>1[.^Q&;1*Y#)W9X7 M7?&7?[<7B;P07=PTI6`*H8EV*KH;?0[DA>@%\[`WT4Y%<>L=E8U>.@^^8]FH MX;OB?E^7MJB&O#_1LPW.C5T3RE_KNGA@HI'*_>VT=6$S1&^!XX.<>S1FV$1; M876ZJT`O_I-E(RMRG+HFF* MF^D63BXP*IH2N9V6S5[*M&"JL\GTNETRV0/;@NG^A*B#[`:,NHJ"UK>^S?`- M>$-T_Y.=PNYG0\IX\L#'^))E>&)?,/T'X")Z[XN+L)9U(0M1U`O$*+Y#93NC M8_."J<\79?N%E&7!-!/?R:V,7LK M"T0;X+IZX5V6F69J3%S>NNC(&!H!$;&T++3E?TOL8#'@UXH*/EU1L&FN:,;% MUTK36-9%^`K2/#Z_Y-FLP[$(5QPO&77O^ILD_+T_! MSK;AK39V98K8+E<'PV(9%Z0KR,B\!5=!AL?>RC,<8B$H+OM1J40B2K<:A;)E MPX/`*5@J,(R"@[KOB87W^)/F!A7Q)IM#H%4/!]?$(5Y)#F)0-.K@QUM-BQ3I M7!)$?*@@];&'GF$8(""O\PT>"R`* MQ*I6N3H;T[J"5M&C,H@W0D"Z@KTU^`=%ZU<`J5*[$L#2=V`PMR\%B"N/[^!M M*8(H25X$GIC7EBG(T+[+32N:(UH1P%]5(4";]S)5[$55+-@BTO9+\EHE>6Z^ M+3H6I0'52H^_ZGJ_%HU3K*65:HC\7<%6*.R3%N`!4GH M!K#R]@1&]\HK;5^F(TGLT2L+/BEK7[(?2NS=*N47'\02=>#`?LW?`9^15"M,5ZV;/#BHZ70DH:V2[P:M5H5,O*8(HH$^+VYN6";RNN!A#P7'[$,+? M58?4`G"*AR`)9/Z10Y"'O],WMJ)%<6 M_GF>OX+'>R,&:*"7F?OT@6V6TQA\7&Z8,R^$7"5L'A'=&-E\R?I"Q)J5TP[NE0=#84(D8(9S%ADK/IM&&BHFH5GP=YPIP? M\!J39\(9`K/.F5@X9Y!54^]8L.?#P$=C%H($\U?.HDQD2S0(!I4(X@/ED(2C MF\58BO*XB,B4HW6NN7_5N#T.WI_1#%T6A8_FP&..`U>,?BHJ,E'B6PZG[B(* MUY,LG#'Y8L&2I65"E.]_KO0>X>,GR^:$1NCF!,P('W[J"Z8G-%2"+"@J3*;3 MLHG,ZBO+^-20\B!VA2`ZE5L,QZ[/FJ$-_"/ER6$?9FEX,$K@G8U6.7(% M@V(&[P^#S+9/LHNP+ZJ[!$B&76]D12B*5+8VRM,*9V?B-*M.;:E/EF43]-<9 M#GS/$^SV<(B$?L9>ICS7X21A42H<&MO``U0B$!?!/ MNM'^M-!UH%VRMGAI>;+(8?D-AI7QD,=S"HOO<)2Q:#L4-H] M^PT(+MMF4YGH)O,3EK8R%1X$UD%3U+LB$Z`(9?WLSH`EJK!.U2(Y5[V1 MBG4HYY%0?7D>K([Z=`AU'^$8"^6ZUD?,.,=C&V(=$_@GHME-!)6^X3;>3H1U M+#!FP*1>_1FQQKNS#%6M0QT-QI/>G)EMM6O6M0X7*I4^?^6AC!>&I\]V$OSD.41>X(8LF3YP).,HR-90I<#U2\G8X7ZE#$JW#4+GRFCIZ^^HF+! MZ!41:P3K+U*X29X(2)-#;@T'9]L89?7SU,N35WX?#8J5$$10?2"'R+B&$T%5 M1=D+X9@/8BBA,4N:QV<4A6T#':_@N(J40H(6796=I]1 M)$QC6'A1^@DL4`\L%M.':+N?$?KJ,SI??4;LJ\^"*]@A*OP4-O##Z M#P6$R,F<$;B%LZ"X+.M21`%'Q^<#7,S91[B8LX]P,6>D+F:71N)BSLA=S!FE MBSFC\`AGE![AC+3F/>_WD8!IFB6J(SMDRM[(^G;%NH_+9!+)/`Q%7_7)$C'-"9#* MBR?+GG>%QLB%8"%EQ)2GXV&`I(32?\&G#BBPU&F*;H9=A#G7UW$\Y5LGC..@ MBUBW5KPLX69+=EM8,D#6Q!=2AIQ%%#5?<1[_U7J_!@&,HI=_(5-">U.U\,G: M]Q<)C[$Y$A"T?DLC"7(G8'JK%BIAU'IY=K'T<@*'J''X(;P"DX<\(4SE)4WJ M`/.D/2+-J/8&JK)K&+1.V$-@N]8HVF8N(9!9&$XG:@&,>AZH91#!(7,41 M#'96<72]!&_.T=U&X)#TBHNEHW#%!^'01AZ&/!.J<\L2;,:MHLJCHD/L3,H6 M5-_H28(C61-27/M*EU*@&>_3Z@+A;=4[[Q/$!CTXJ`!]\5Q>M8-&Z3'UE&+2 M7L'N^(Q@+D2!O%B)X!/W(\)'AH48%*B*.+ M7?^I3&Q?L%#.J*`ZQ[VRD*(LK:&KYT(*+2-*FGSUL*DJR"J3.HZ4=E0X@LJW MI$T^(O],/N)10W:D?M34I9&XR`".XE%G?":3)0RHKK8'D0'QS?[BHB)/YHG/ ME81$+X[1:^W/@E$HD>TO#5I-@A"@+EB$;`*7&`H#]>1B"BO`\!X=:*I28D08 MU27B%-8&UM-=OH#CJ5CXG2^1/1D-Q:\V6F/(XS82%%$C*C:`(4_AF`4D>?]1 M9/,[210I#2-.*##',!WLS5E,\50!Z"T74[C8FR".L--YS%_QK@E`1&Y$$4BB M)$.9].92^'2MC0WR^@(Y/%EE>1=D+(I&RX;F75R3L0C:/P`;PMY\/.;>SXAR MJX)Y<2ZP=2UP'EB8X^.3+R(>W#YY/"Q&+T@,7T(S3C9@MX:*-/L(9KE%^(2< M>$I'O(F(ELE6H83/NZ3!(7E8XB(&-TBS=F-%(QF^A[PGHESFZ2B14U;>!GWS$VE;<"+U$YYQLD*G@''(EE2N MI,01M*=*$KY:AC7=,)M'LP"Z+_-IR%4']H6*4S@,)"U?Q`0VQR_J`X+*F^_( M7%G]%DFB6T"J48)%%-YIF_7'O_^DQ/V)QKW',E)>BG1'Q*4(20:;@4.0UR]E MPL4LNN9FIR2V@!*Y^('V-U=W/V`:%@EABP6C>V)7+)^1C0)H&,%STQR\5UBO MBR8T%^U2ZQ*'K$E7E/7N0O1S#%7+(R1*(NR;)D#@!R2N52Z0T#RCRNYK($&6 M7[/PV5ZCDB6!P=2;,8=[KAX3D6&M=7,W&8R1"-C1=![\)T_QL0$4M#]YA*[7 M->L:3J^C`!'MYR?;_:5!$WF>^D+@2/]\%L_%L">,4D3HQ6/`N\Z?GQ,HJSDH!#]1`5BNY$**#1 M'0FE:"GDK!CKL0H.V:@B3,[1.'4@C?/9=(F?Z].WPQ%L':*9>5Q1/!EB]\`J MU%P&%,L%AU(Q2#(F@*@*(+!&(5NBZ&UR=3Y!>^8ZE<^\! M>3S@':R_(IP;O,N3:4JP?$1S2-8W%8>5TJS-+59-4C`&@2!;];5JLCB#%]_C6T$0L"#)L%4=5"`KF67">()7O)(=-K*%$Q4.1B+,=81U<$BGS'>E# MH#G9>)=&54DIHJI51"9>.:4%)T]%BY_TL5``.HX`Y<$'Q)3\:5^&^=,BSV`\G2Z?*^@[ MI2,%'ARU1)7B=[('K6$?83XZ&D6ONB`1=:L+&%G],A3^DTS)%ERMH8GT%98L MIQ0/="1\HFP\8LE3R,-1<=\AC)EPI#LX8QXHN]&%#2M0F6^IX`G(IJ1 M7)%20D.9H:>GMU"T>;&$4KD1?8@;W0.FS7\%#;LNK8"->42>5\8\U2=LT+"R MIV"H?LD7='6T@C+5]B^Y)$29/0FZ\],VT%#X>JT*616KH!\#I.R?K9A4Q=F; MRS?:9P-$,A,"C"RIL:2KN+Q,Q#%-F9NHRB7'3N[H*W5Y@#_9O[S>")L7UAB" MK+!FB;])4[C"44?QGF17PAJYN6>!"DB7X$0\<7UC!@]&(<-6<1LHX=UGF_NZ M5GU*_*++#[A-K8(DA]'<#;:!TDR14]X>]P%WQU5NCB/,V437T!%>0D=\RVD% M1S'XKG"P_Y/BH((2]:`J0)5*.)ALRE)L]#C67)SB?C1%Z8N$Y/%QHAU_"@1K M9$EB1'DGX4CX&=FR-HJ:`1`$"_A)AB&(!R#(AAX(3HXGO"13HT8L0TX<:PS% MDY72*1E+\-(EL9U"!P^\-*C@4$R\%B6*+4$$BV22TA2+8 M0%/R,AAA)2+E/L$X2@'3AW12D"8\6>"K*P5Z8(G`6WU\/T$OW1RS*)`+BN83 M+/V%MOB01:I!ALR@WF!T/D8G#KTFU=/'#'HQ>\KFY44U^+[H!IIG]%!L'TU5 M"J\\PC]`/^%"I MN#B'Y&*!-90:1S&(LZ%171>T(7H,O:^LV*=#,O+EQ#&RA03Q(%B>!F,^0_?Y-(IJ M,*F`J48GOB]:H/(L0_<]-&F0L)2(]*YZ,2E-^BCR%'"*1@9-G/0L-8VIO(54 M6V./.1J`\V+LZ0OEN?RA0J*G\W8 M0JG/!-,:6TC\II4MG!=RCIVPW0+"F(&(&$7A+9`YQ9'A^[R+Y7V`/!=70_'C ML,IBB:I:Z-;AE\`!X4;'"I(V@F3FNQ0\1+8V2Q+5LLX21U6MI)GN@3T5,\`D MO1M8O$75$P%6<3PQ$6^>+Z:/?1W"T M4@G%4A+FOW@J!]--T5:0%+72AD;P8`%&%:TH]1,1Z^)%P(*VXA/A21BD#=#U M82CXL:\*BV8$;((^@8#L_DP`W41Z>PEV!!50^!%/FE,>@`*>#D?Y<7=S?X=$ MC)$'F/V(6+)$9^$?4<#]D!5=V-Z<^\A1;L73*ZTXQ=D!/R)!=(]`2;ICV'NR M%0@*/-V:C0?"UE;)HAA()ET&N(()RG'X$EJ>E4Z%1.]O+Q@$;:('K4@V5/(@ M$QE)073#T8:&O8AU3<*O)]=A6:R#P6T8P4JIY*K$HM54SCF"M_JJHY&MZ%?*'PU-KV=_8L5>?L)#"4:X`'/%(XJ%%UNH M$X+DK6$4MEK#?O]&`(-JC29CW*@\]OYTR7SN<9TQ*"RW!Z6P8`$M-B01Q[0" MI8CI=[Y4F@'!LLY=&D62JSSJU%)D[N&EOC*&J'(97M*!0LDR,MJMC&9DL&+A M+QGN@?NGSY2T,S(:@UW!+*0J_U4>16&X8Z]BI@='X#YKFBJ:CJ+ZB(+$S][E MV*%+H%"LR=]P*+)#0:+("`6)HCXEJ<:T&0%[_)"2JK6FT=:77N7@RA? MD,'H0(1UOW>IUY61T5:'F)`!2;V)1UK_DVR^J8"(VFA5&D4]5.51U$95'D6= MY/$%BS+AIWH*@.1Y\)CI_A%1%3=G,55MJ1]:1;+O#71]8B2?+? M+I0D$^Y"*7*B=HQ/Q*,X);1DGA)"$S+::BZ9!@?K"V(8N:;!/J]N^K(7?5?[JIN]ZUJ5<]==>*N^L-=U6WCJU9]=%?] MPUWUW^ZJ?YJJJG]G7W_3KGP3I1D+BXU[Q[(X1`(N/F* M@+GJ\1KYE190!OLU(R9"2F]1@=)ZC`J8U&OL<&D]1P5.Z#TJ5$(/4J%^@!>I MT@D]205+Z$VJ5%*/4@&3>94=YD<4##KOL@_]H/A2>9D*E<[35*&$WJ:"I?0X M!+[FB>,@0^:+*)/IG+)[LP>EW`2 M;[A'O>(9S/;30DE<[!Z5U,7NTTE<[!Z6Q,7N40D\82WS(PH%A2=L@GY0?/&> M<(]*X0GWH22><`]+Y`DK7'S_:P,C[H/5@NG=6A7^(:Z-OK/7R*9W<=2=OEHR MK:NC[E'6DC_(Y9'W+&O1Q*Z/MB/8R/VH@D/K!C^D4]B$IW2'Q)W#>C"Q6Z3O M)*[91$X1VUDLEHVFZZXBR_RY/B(,D\A=*(&SWD%2N>D=+)'_K*%2>K\B'NK-5AJ)TC?D6P@4SM#ZDYD M#9?4*7Y4/Z^.3^H4P)EK!#X>FP^FBYT[04_&N_96*'A_(?,H4-G]0KY7 MWQ.B'..59YF,])Z\\KV^-F4FC-97MY,&[_HV1EH821I+V`EIU$Y):6>DM,^D MM"\T-*N=H`:HDZ.KFTLBUJD+:W..97$/7.6+3TYYK17XY%2RVI!..;@-Z)2) MVX!.^;@-Z)25VX!?B8%V-PI:0=T\1C]?Q,?]'\/1X(_SX>AVX%3J"HCZSR4& M6UN9>B%+TVO52CAT,7P]"DVJ?D"G4)^.29/"-&BA$?EP*# MI7@^(RC\FH*&P/%[^*@`!0U9L##,6/ARH?Y*&>%CM0-$\[(XIGAN&H.E3.8" M;R&`4##T854"[VLK+#0J83XOFCGX:&U86-0?'ER\EN1X6ZU)6-!_8C[[RLY. MC_X61@<>5#EP'O^Q;N0^BFRN;_IQB$U!R2;.NG!K%US,!I8VZTYC/1MUIA&>M[M9YTNIW<+-D*/[F`\ER>JI5=][V*C^YA'5[?5(_=JOOHPL-MS;43K M^W+H8[S!DL7W1\H3Z],=;9AD,66+J>!NV;2&%L@P7%*RW`:W:VA\R:?X9I&9C)-&V8-#%=7[>@%V*19*9M)$G9WD:2%$GA MJ^0R,M*4BG1*%J=3NCCY5"22W``@DDH>0(C,=)4PN$*G6CRK7[D7SPXPIN1O MH5GB(TK\%FI6?"#&(9H9^[@%CW+2^`&0/(:($E(/1)24>B!5B5D#G=9WM0&_ M$0$CN(R3B)64E]DA>'IP;3W*Y%P%;&&HHH,H!UL<1/;?XF#JR`+$BX6YZ>K- MR9'=2Q5@H),$$$QRBO[QL5\. M$9*!$`G;(2'*Z`X)44QW2(B2ND-"%-8=$J)EN$,BR$]T#8(&H'N+H`'HWB1H M`+JW"1J`[HV"!N!7:N`W:N!OU,#?J8'GU,`+:F`/"T0V_E84Z.#14/`>H9@/ M1K1%MSD$%::^=S=%)RR6X7)FO]NXB8/WXB4(_\A*$-Z'ER"\"R]!>`]>@DAR M4;@,'9?TU8)H,@"0:'(`D&BR`)!H\@"0:#)!Z+PF<0N5H-:ZE)!L-8W$\9V" M"@N?H2HP?)ZJP`@,_\J3S/P^U`X,WE(%!V^D@H,O=@4'7^@*#L7S(EAF,!+^ MB_J1KL/3`'3O\)3`HJU2?'"W7`T,D5%K:(CL6D-#9-H:&B;+E;B8QOXQD>5C M(IO'1-8N.(@J8HN#\,I;'-1S3R1D(#C&YU+,+I,\S=SVU;3@,`L8MX'W23:7 MI#"ZN(UXDL*^)/'Z$4BB>.I16<=M[WNP8?E\,>5\GX8I[16:?KI$,=,LHGA5 MGBE1["I$FCBNMF_UU1)/PY80L:&F%KM1F*:+$V0]V'Z2M0MZUV>QC\_&8-C*BM M$5><)3&/*H9.Q_SM8]9O:6*U?DN5S.(M9AME'8TH=DHJ0RRB'7/H/*OF3D]& MJDN^7E&D6T'N$6S%8E*^!_;A!!YJ'J+940\D37)0;'^B)U(FNT22)IS.Z76B MW5U?)]K=`7:BW6>L.]'N<]>=:/=9[$ZT^WQV)]I]9KL3[3['W8EVG^WN1+O/ M>W>BW6?`.]']CT,//@Y]28<.B3V]YE%Z$@U$=-OK@:2.:<'@6"*&Z$F!4J9&V@Z2GO89.>+#T23QCO-1.QX M/GP[D?*9E4C2A,-_>?(!1,J$ETA4PLL]2=L[E*AYF$37`C%)GA16.PZX+Q-D M:TE"M#-V2(AYZ1T213Y# MUY@[(`*+ER0"BY!4#JH`I^Q?`6"R*OI(R1V,_NAF$4`4_SLE M9Z/N:(]$3ME4A");0DY/Q#37DQX7/(ED'H:B^BUI`"*2"]6K_2C^X#V6$8^R M#PSBBBT6[,/@7"ZX^NA_5`#%Z:P?15=9,DW=SOSN0'Y8C.N_IPQBS*)`+MP/ M]V_B>KJ=Z\7L*9N/>1PRO[C6]$."R+./#L+M6-8F[(](P.)U@F4_UROOB^9DG7#6XCKUQKW??'_1O+EVN MKZI'UGSI\AR]>`G_$*I.#[[4/74ZO'ZEC-!URB$3&MHA#8=H"O M%0845<*`HCX84%0&`XJ:8#`DL.N0Q+!#$LL.24P[)+$MOC8@J0Q(Z@*2JF#P M\$"0W12$Q"H/)!D.,#26(7USF_1QEV#\";>H-"&WJ#0YEZC\$8?]FZ_X[MI!05O M[I*#MG7)01NZX%!8&=V`&%)TTX84W;0A13=M2-%-&Q)TTX8DW;0A23=M2-)- M&Y)TTX:#[_AJ03$(;`L4O&V!@K>MHE#8EL"T))8E,2R)7?$%F:0"3`(+'-/T3_1 M%+Q5\#WA(45/>$C1$QY2](2'!-F$))>09!**/'(WN#J?H(U24/!V*3EHTQ0< M?)M%KP$EZ9YO2'@K55AH2U58Z+RT81%8'I:_TEA^32*P_(:%M_R&A;?\FH6W M_/A^0E`C%!2\Q4L.VMHE!VWI@H.WLC<8G8\)[+SBX"V])J%MO2:AK;TBX>T] MP0]&32@&HR84@U$3BL&H"<5@U`3?Q)Q0-#$G%$W,"443BCA7!166/(XH/,]140KI-7`>%Z>AL0,@=C MQWKP`ST3=.<&.[""'U4!`C(-R,>`?@K8AX#?W*H)CMEY=46;/NCK^)HY7BY= MPSE]IP(MJ4!_$X""A+U].OETM&`^!>F4@O0L9A`E?.(*D-NM&C6H4ZHXG5&! M/E.!OE"!OE*!OE&!?J,"_4X$.OE$!:(J)"=4.?N$*F>?4.7LD\\4#D"#G$Z, MJ`%1E;43JK)V0E763JC*V@E563NE*FNG5&7ME*2L8?#J^D.]N1S>6^CT9O?(D M5=%`8F02B(AE_`R1&'T-'T[]3@:.9UF6D!OH=/'@DOG.EWA8'QYX%/;F(91X%Q471B"A6F)2LD0R7,[?2VPAS.O6MG@87V1/1 M$K$0<.LG.]IWV7UBWNJG`=&2]X0<0/(#@)="CP.=UPX7EBWR\#')E8_ M8O)2`4#'H_CC&H_33\?G<:Q:&$KH'T\I_6,MS-D_[M,P_O'T(_SC*:%_/"7VCZ=X M_WA*Y1\5Z(Z]BIGN[=Q$SQ(1(V_.8DPNT/KHY.`<["F-@U68=:<2$94U`QV; MX@\B*L7UWXXGWY>,1YF$@6LF6\_9A4Z:14_>2M=IEM`MFA;3B2.6^#R\E2SH MJ](O9T>QWQG4OD[W+3LCF6:SA'O_NCV^8"G_^GD0^>KWR"S`9F6KD#=O^XGR M"8EEV/OJCJ$/_NC?.(==*#N&?"MG,WNCU^A;A>^IK@Z_E,GF*\L(U`$,8I!( MGZ?I4$8"^FLF0>YH=(93P4-4@ED&NM:S"U>\!ZU99L#"\ MB52;[ED]G_0`*FNS^JY)TR":VYH.@1F%DJFFZOS89XMG&8;R3<6-I9UN;J4E M$C\/F:6*:JH'N87*L\R3J54@LV4B+<1CD6:J]V:A4-Y&&G(+I;\2GN6)33`) M\U]2/^%O-CJI2]FSYZ504PZ-)9!))R>(B9C898V#[V-(99LM1&(^N= M]T^-"LJV@G$Q2?4?NR!*#9LPIE:I4*X51KB,#/7&_I;2B%U*=D=[37C761:[ MA%?5LPGOCF<@Y1+DCJI-J*`3TB%Z%A:ZU! MT39$_T;-KT+,*[3V:] M.4OL`MLH6814S!GH>)KYD&95BU`?M-Q-E,:F/K=%URSRN.S_M'%<&2I,CSWOENKG5_<_YBX:9U\==,;ND1S/+Y_M-:Z&/QY,QC; MJTWN+\=W]E:Y^#&9W-]9J\&&X[O^N7T\E:+3,^_=>IWLS\@;V>I/>N7TTK^[5 M4_\Q'AS=].[M%,?GHVO[)W\U'ET[/?GKP>W(2?/%!2`3KIV>>4VQO/WI)W@XF3/93>X_W87N]^?-6[/A_; M1U0I.D7T?CRYOC\?V[L]K3B:7%LKPKF9#DH3A\IA='_[;Z><.78I=>.[OI.> MUQO?W]XZ-"&\P:U3>'?]R?U%SSZO>",G8SJY.U!R\:]_WH_[1J:\.?G-I`-= MB'6VP[_SY52R)+CF86Q`W1;OI`]Y-I?!X37,P28FPU6["ITAW`^*0<^N(>`] MX6ZR7@4[>(]#F9C1=Q2Z0XAYI'J'62\4G;-1M0K&(9A,.-0J=(>0,#_D]^/N M95HUXL;T6QZ9C(ELBUO1!^^9^E](ZW"JBL8A3N8L%I8FJ^C8A6-IO(I.9S@C M[U)&69_'X5+]V!W&CKPA?Y2("(;'U>\&,P=[.J;1JJH8Q&S$9OQ2O!OAU[+= M7.:_J#C/XK:C6$J-U>K5BT2^I=QHZF9?R20A>SH&REN-HRAL\4"YM)L:H8&O<[PO%N>ID8#XVO);N;D?#@J_M?CMZ\= MZTX:E0Q#B@O?>I0N$B/Y8C53^V*F0KS8L&$0^5*P,\(3_IZ=9YF>=S.;C]S1 MZ([+KD)GG![&5^7'"Q[Y\P5+NJ:96]0L0KM9J,JIF&:S"FY+SR(\+V-)EL

7OFU%JQ!5@ZS\8!EB5=$BQ(?Q>1BZA+BM:!NBS"@WF M'\>J\C";'&G4M`K3S:INUBS?@;MV"Z_0M`K3L)&XKV(=BN',8+V:56A%AVS, MGWG"8;.T7:![VE9A(XHBHAS^N!DQ$9DUB!KTW,*[E(F.MFNX&WVW\$>)*M=_ MN8:^TL:$;=*X:E>W"%TO,#N:\\Z)TXT*?#32>+R)THR%(4^VUMZ8)*]1M3MI M&]5+U7[F(&<78D6M.S3]ZR/\>KC>F&,27+U>9WB/[)7W6<:FJD%MD[P&O>[P M1!2H7M2A-Y=)YN=&JP=K=$S#Z?<'Q^K?L&.G6H.*32@>SZ"'?IC'ZA,X\VP9 M!7S0;PX;-GVW:32FXA!*PTF3;2IG]BJ?[56^V*M\M5?Y M9J_RF[W*[]8J]H^EZ:S'-A7[_'+J$#'[_')JGU].[?/+J7U^.;7/+Z?V^>74 M/K_8V[CI^-PV%?O\B'CFRRC27ZP^ MM.H50<9A/A.1_EB\;=/YJE7>1##C60H?R[?MS9)&K=8RW:C56JP;M5KS=J-6 M:_YNU&K-XXU:K?F\2:OM:7W3.K-0IJEN>WY;OV_3^DUKI66/ZSM?IO!=]7.] MMH"A]^/BZZ-4YNT2D7\D:C8/A\+G4=K0&%=]VU01TN/J+[WCH.R,'HG@W5XI MG-:DI4E);RM)[0(J=6S"X>\93R)E1IN`UDHV(85LRD.[!)4J5J'`H*Q5&*!@ M$\*"1[E=$(6&31A2KT7H7U@%LU:R"2E=0M:T#&FM9!.2*LE6@8!\+5\YG./+ MR:B^:[[^L:X;#C]>3]I4BU^;=&^&YRVZQ:]-NL.;X:!9M_BU49>)AB&:S:]- MNG>\7"[5O.>I1JR3UC`RLBO3QM%#I,W;(&O$6F@=PYC[4DVLT?WHK)E1_-JD MZPW;\E;Q:Y/NCW'#8JCUCW6:DA>VF:_6B2;>4:0XV)]^6; MPY$,P\8IS!;Q5OJ/FULI7]+#83DLUT'?%S>BWWNGO1_GANR5L!DY#(;,-R67 MPJWDA"_D*YSTQX)7W0Q):AI#M=(^;)TV%^?OYK+0L3&4GL[DBS$:A"W9KX*_ MF8JK)JVAJ"\7OK*?:40"%@6FHE-?6CR8(.69A45`W,(B_#T0%J(6$8%V&8MC M"VF+S`WB,QY92%O$?*&:8:IXFDHG+W'"X]J)FQKI+'BV@$?9U*8X@+C%PY=A M8".=L.!%F&9;)2V>?7-AW8PWE;8J0#(]M;!X7"ZB-1:7,^/*#80MGJ;J=8:6 MXA:/,Q<6Y2VW*?EO(K(P^'N61!8Q`?'FN,#!;RQ\T=L`X,TAG+!U")L!1.,I MA9U*M26[02F/8]FTQ;Y+QSP<&[XI]RJ1>6QLHI6T&;N8\,U%*C+SI["C9!:2 M-_$FI@$4LG5CJL%4^/SY.I3*YN+F%! M'T\>$]&X[JE=HRV,BZO[[^W,0J*5<>]Y'0PMT<98K0+I6J[2)F_"-Z.VLZZN M>W,6S?@`5C=]YPW;OIJEV]FJP5\HP#8&O:B_BU^GT1V&UJM8:UC/5%%PVNJT:LC7;;'QYVK!-K$&VEJB;B89^_=@#74ITLP[IH M5[:36WH!`^I:LI59G,/>/-)6*]A&5(5RH!I2K!VWD>I@K3:>M;9^VN3;^''2ELHJL3T>5/S9T^HC;0>D6+^O?>M';@KV\YM71I= M(]9&>WALWC"]*]/&^6-X>UAL`&]G5>4Z>)V@#H+R8!T.KQ1II7A=\?":XE%, MDH^*"?)ZQK9()Z5YY+]&K)/67(/N276RUJN7#8@5V18NBV/5X3MDL:@=42FE M`AZ'<@F^+I2/<#5,:_BE]%W\\%C:/`@[I6T26*KP\A2^^NUXV[*SA/-BG"&K MFV])MJV2W)8N?C_@[ M[Y1\*Y>$NF6XOW6`@W"S3NHVR3-^$;9NM: M>1/^K621;1IV=4S"\3?RK45BK0"+PZ6A;-MM2;NRH8H\1,90_/7MB_A<9ODW M$9V=MF;0BEJILRJ#K:&M,W22U6QI:2M"<+0(+_9V'EXDT,BOOR6D1J[V4=?) MU3W>BERS1]H3ZB!=RJ0XN*$35Y'L9GI_A6UGAC0*UY$SZ:?Z+JJ#!_W3(_QT ME,EIS>D#6K;8"68@4//[&WOE`7]=;=51G^I34"=7%_E].=B(V-#0;12V(=?F MV94PB#7W8?>EV@(&J75SMV4[=IM\&S_@SRP/,]63CL/R=M46>L)5A93PY/@_ M[)6EV6QQY(>L63S+51Y0O9-CY5.%?]R;<_]EJCH#K3P8W\F3E_?ZMO; MG=6[V=[7'#2U0#I9RFCE-^[Q6=D0#5K(X*G\ZO#T MZ-/1R6]'&4N.9G_C>3@0/#+[U.FR`_E$OX&<4CM<4:\<:67U>$(QC5;ZJ:6Z M"CMR#AL2O16X;-?GT^*=5[1=ZLM\T>:`2OFEZ9K,79G:2@\:"&41X)[(6H+S MT^PIC9]T>Z5VLP4(E4W$=M*F/ZQ:2V+S]^0H3>L:*"TJI_8J9Q8J9:^SH:%; MU>!)(I/T.%A&;"%\U8=:/(IL[BVCC+T/X#>#4$L&9TFX3(J)$&ZG.F=A9BYM MG3JW2*7:",9*JS=Z_2T<@J5JC@L8/?A//+/4+8[J4@WAI[LIBR(5!3&;9\VY MMQ'$G@K]D#^[J$]5]*6,/K^?.23"%Y$O%^W%KD,YA9M&88F'`X$OH9391QO& M:".8VW4(,X:;37DP72HIK7,41[;AO[U-F?\R2V0>!3;J7CY-_41,S0-%$16]G+?]\LI0W\JM;"B8N ME)NX ML7J.>5K,)3.Y_%ME]&-O+N-8507-Q[$9J'66Z94:2U-HZ!DXAI6&SS)]L5BW M[=8:VGEE;)8>96%@J+1@(K(((\Z59Y1+BW38/YF$0[;I,:,,N%)*56T2\6`& M)]Y8Q.Y-1$$>-RO,B@.74CAZ4_FI^K%I)2?*EDN8\Q-?AD&S%U])PL*-YG!7 M4F"]3JGG1.63+B'=P#B9RY8&62FYT)5L%T\YFD1V2K7-0VW$VOL_78RRF5T[ ML0R_9SS-4KA(,5-5$MPH#*=1]XN>5W,.*[14!^&F\(H3_1E,_92*J8IMW=!' MHYZVZ=.K2+(<]EK;*<.WY76T8_Y7KC[U11K#0LO&`ZD=81W6T)E6=6G][C2( M/:O9JZT;)D6X_ERH@N4$T!%`Z!>/SQZ0I@+>/,5P?E>'<<7N4SKW1M M#,K]]I?Z>&E+3/FP=?Y_S[JB7Z34Z%E%,KN!VA0\?=&&[Y!FKRP403%^HD_* M;BSRA4J\J2F-+!AOZDP+>9TWS,4+`UG(0SUI(9\]%:ZAPYQK8>TA#(6UHS"4 M+;R`J;!V!AW"7?5X(94G89%WWP]53^W%N/A4]-+,5*O=\935=5\D[7+J7W%0 M#TC\OT`DR>)@3Y`%KS!C$S0*3$6T'M*&*^GC1#DT`^$VF<;?5F>2-`N$H:^: MK4'^WB4BNB3F<8=`5T(*J2CK$(@7S.\026?-#ZB4D"%+1-HEE72%]*HO`C42 M.NR.>/.OTB]6,D$/0Z@<;2"YD,DL;WGR:\%8-7I-@''0G*LW4FFV#$U"A?42 M)F(R%CZ<)V(@FK#()!WP9;=8FT3S;VEV+)3G4TT"?7&T@6`>F8JV2L3B?<'B M5IG&WU;=I4:!6?4\YN/SA,UD=-PO>_]ZCO"XV'J$0=BICLH%UE_$&E;6=%0S+61W]?^RYF+B%-Y%+,AB6L]Z82XJSN9?GS\_'9IP,9A4LDI=\?X`BNVDYZ MMDK0!;=3,A3N7YR:2MX/!ZLM*C8JQ8&5+%3=U.-RZ:-J"^L3R1$89]461]RA M:NGQ=O7MU7P93GF2::O![?$.(5<0[LH\<[#96GF]$"#)1WZ%JKNQM;Z;J4'57BUX#C!F+M7=%-WMI+0=E.2" MNSW60G.]*49]8GDF:5GNMJ@'.F6B!I9KYJBE83FRV+)/D<`5BB1])0R)<537 M]_"XJ2H['E]/AK<(=>\*I>[+P-5LH!X\RV3!C#L:=8@8C]"C,0B`FZ:]EE!- M24R-O])WU'3+J*!JK[7@&=/F122WRD!H.[F*M;:;T=;J3KEKK;W:;H4PGIMF ML:`-^_`V%)2^\P,L]:&**"H9U:O!)<7Y<9;Z$A<\,C\4%`?=/,P$S$"A,D05 M@E%W+)$K?7O555,%D?@*PEW9J1RLE-VLAFKP.;?*8IXE M,P8!;;>'!)I.#T@IVBOEBQ"12M!V?"Y*U5K)0L%0]%IF_82] M&4K_,X^.!Y&_]$,9\T"P8UC09QJK/>5B/:6CMH6:^G?V];='$?UKTKH8HE73 M0FO(HAR.[RW/4RJFEF]AW8A]DEM8V3Q?3"/8ET#"PT*&S!=1)M,Y42(W/+J$ MKIE84'D#`U%25S2ZA)9$),9!'=Y?P+XL$TJSI65EN(/.2)8-%Y-#/W3KL0O6?.RQ+.7(UP:][( MWU4=RCSEO3Q)C1N*NP0XP?KJ%I9]AVR)R1$%Z#+,W_&4JX3%ZE<\Z!8VK=JV M/UI0*,+]%)KT-+$I6"C$2/@O]K/<;2P3Q=HX?'&!0[OSQ'I&IQ7FR!B%S+E6'$G1LD"X0S>14S85HE3;GOJN?;%\S-/>.2[VL2+31=<[6I.9"Q#.7-6AP6W MQ?"QNQT?QL/;DT\(Y5-'97LMI-C59YTL3!7,9/T)N?#D9GHP_BJ^&@F M7O863%8L@GR74./OQ46Z)_HB755]SO*VX?I"^%0+^[!3]C`4TX0ES>5\[U;J M#LFM^Z@[9'?OH>X2W[Y\NDNZ>N5TA^S6A<<=LML7'7<([]]OW*K0^*/N$C?^ M6G]_JI5XIW"C0-N(_=[M2YV2S0+EI3N-`NL[=%HDVI>U;IT7W275V5KJR'CZ M`-G&7^&0U\8?=P\,[138R?@U;++K7. M8_P<-%L:JZU'^-EK66KL'=2'TW>ST/XY>"B`F[*EUNK8/1#?QS`Z]/.7WA].3TX^';VY>3SUV]G M7[\<')R12(CO6'2-8/]?/V??NV6?U6!^@EQ&!WE_^3DY,NZ M_'\Y^03E__.7;S_+___&:S+?NJ[D(,U%Q@]$>I"I'V+5H1<\J=0(>FR(9P>J MLCB8YB*$N>H#?8]-E(7+7^`8>38-^4'1AOOU0/DS?1M4\.L!BX(#7U\F<%S\ M>@!W>`E?CQVG1P=P,/`!C/C`S,ZKR):_9/)`A7NP8/]1H4'#$219>+`ZU"3] M]4#JN;+J-Q",OKDC4M&$>`4L"7Z)$ZDZVRKNOVZE5L+(>WK`#N"F_+%2G1T3\@"7J;Z;$\X1O)W#S M(%5"$ZZ>P%P*A8#4K:WT2SF.!]7\T2^_/#X^_L_!/,OB_SD^?GM[.RK.&SQ2 M_XYAE70,YUVM3\[E[UQOH3IB:?S31?Q\_7S]?/U\_7S]?/U\_7S]?/U\_7S] B?/U\_7S]?/U\_7S]?/U\_7S]?/U\_=]X_7_YYSZ%`'`#`/U\ ` end To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Oct 3 23:26:17 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 4ECCD37B407; Wed, 3 Oct 2001 23:26:10 -0700 (PDT) Received: from vega.vega.com (h148.229.dialup.iptcom.net [212.9.229.148]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id JAA43416; Thu, 4 Oct 2001 09:26:04 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id f946OkU82676; Thu, 4 Oct 2001 09:24:46 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BBC011D.AF786D23@FreeBSD.org> Date: Thu, 04 Oct 2001 09:26:37 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Will Andrews Cc: ports@FreeBSD.org, will@FreeBSD.org, kris@FreeBSD.org Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/mswordview References: <200110031625.f93GPjn80598@vega.vega.com> <20011003093800.A36625@xor.obsecurity.org> <20011003142019.Y24038@squall.waterspout.com> <20011003145936.D98706@leviathan.inethouston.net> <20011003150124.B24038@squall.waterspout.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Will Andrews wrote: > On Wed, Oct 03, 2001 at 02:59:37PM -0500, David W. Chapman Jr. wrote: > > Originally I was told by steve to leave it in for one release or so, > > but I do not know if this has changed. > > I don't see the purpose in this. If a port is dead, it's DEAD! I agree with Will. If we would allow it to be deffered then in 90% of cases it will be never actually deleted, thus only polluting CVSROOT/modules. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 1:28:52 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gate.sinica.edu.tw (gate.sinica.edu.tw [140.109.4.130]) by hub.freebsd.org (Postfix) with ESMTP id 67D5B37B405 for ; Thu, 4 Oct 2001 01:28:50 -0700 (PDT) Received: from ssh (po08.sinica.edu.tw [140.109.1.135]) by gate.sinica.edu.tw (8.11.3/8.11.3) with SMTP id f948SoJ21611; Thu, 4 Oct 2001 16:28:50 +0800 (CST) Message-ID: <007401c14cae$97230640$87016d8c@ssh> From: "Saw-Shung Hung" To: Cc: Subject: FreeBSD Port: hylafax-4.1.b2_2 Date: Thu, 4 Oct 2001 16:27:51 +0800 Organization: Academia Sinica Computing Center MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Hylafax released version 4.1 at Jul/1. Please upgrade the port tree. With Regard. ssh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 1:32:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119]) by hub.freebsd.org (Postfix) with ESMTP id 604D537B429 for ; Thu, 4 Oct 2001 01:32:30 -0700 (PDT) Received: from johann by fling.sanbi.ac.za with local (Exim 3.13 #4) id 15p3vG-00063v-00; Thu, 04 Oct 2001 10:32:02 +0200 Date: Thu, 4 Oct 2001 10:32:02 +0200 From: Johann Visagie To: Jeff Hertig Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: unixODBC-2.0.9 Message-ID: <20011004103202.E21830@fling.sanbi.ac.za> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhertig@cytranz.com on Mon, Oct 01, 2001 at 02:28:07PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Jeff Hertig on 2001-10-01 (Mon) at 14:28:07 -0500: > > I am trying to get unixODBC running on my freebsd 4.1 machine. The package > doesn't install the DataManager or the > ODBCConfig programs. You have to have the variable WITH_GUI set to build and install the GUI elements of unixODBC, which includes DataManager and ODBCConfig. (You'll see this if you read the port's Makefile.) I.e.: cd /usr/ports/databases/unixODBC && make -DWITH_GUI install clean If that turns out not to be the problem, let me know. I'm also busy working with the driver managers unixODBC and iODBC (databases/libiodbc) at the moment. -- V To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 1:45:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119]) by hub.freebsd.org (Postfix) with ESMTP id 2F03C37B407 for ; Thu, 4 Oct 2001 01:45:36 -0700 (PDT) Received: from johann by fling.sanbi.ac.za with local (Exim 3.13 #4) id 15p481-0006AD-00; Thu, 04 Oct 2001 10:45:13 +0200 Date: Thu, 4 Oct 2001 10:45:13 +0200 From: Johann Visagie To: "Thyer, Matthew" Cc: ports@freebsd.org Subject: Re: ports/security/nessus-devel ? Message-ID: <20011004104512.F21830@fling.sanbi.ac.za> References: <3BBBCB63.9840B269@dsto.defence.gov.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BBBCB63.9840B269@dsto.defence.gov.au>; from Matthew.Thyer@dsto.defence.gov.au on Thu, Oct 04, 2001 at 12:07:23PM +0930 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thyer, Matthew on 2001-10-04 (Thu) at 12:07:23 +0930: > > Nessus comes in two streams, the stable 1.0.X (currently 1.0.9) and > the development 1.1.X (currently 1.1.3) which will evolve into the > 1.2 major release when debugged. > > The ports collection has 1.0.9 in ports/security/nessus. > > The developer wants a lot more people to test/debug the 1.1 stream > and 1.1 has some neat attributes such as: [ snip ] > Would you consider making ports/security/nessus-devel (downside > being it could change weekly or fortnightly) ? Thanks for the heads-up, and I'm sure a number of us have now tentatively put this on our to-do lists. However, we're all overworked volunteers here, so the quickest and easiest way you can make this happen is probably if you create and submit such a port yourself! :-) For details on how, see: http://www.freebsd.org/porters-handbook/ If you do embark on that course and you encounter any difficulties, just give a shout to the -ports list... -- V To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 1:50:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0362E37B408 for ; Thu, 4 Oct 2001 01:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f948o1515674; Thu, 4 Oct 2001 01:50:01 -0700 (PDT) (envelope-from gnats) Received: from lion.com.ua (lion.com.ua [213.133.161.130]) by hub.freebsd.org (Postfix) with ESMTP id 553B437B40B for ; Thu, 4 Oct 2001 01:45:43 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lion.com.ua (8.11.4/8.11.4) with ESMTP id f948jc683802 for ; Thu, 4 Oct 2001 11:45:42 +0300 (EEST) (envelope-from sa@simon.org.ua) Message-Id: <20011004113720.O83717-100000@lion.com.ua> Date: Thu, 4 Oct 2001 11:45:38 +0300 (EEST) From: Andrey Simonenko To: Subject: ports/31030: Maintainer updates port sysutils/ipa Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31030 >Category: ports >Synopsis: Maintainer updates port sysutils/ipa >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 01:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andrey Simonenko >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: Current FreeBSD ports collection >Description: Update port sysutils/ipa from version 1.1.5 to 1.1.6 >How-To-Repeat: >Fix: diff -ruN ipa.orig/Makefile ipa/Makefile --- ipa.orig/Makefile Thu Oct 4 01:09:01 2001 +++ ipa/Makefile Thu Oct 4 01:10:06 2001 @@ -6,7 +6,7 @@ # PORTNAME= ipa -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.6 CATEGORIES= sysutils MASTER_SITES= http://www.simon.org.ua/ipa/ diff -ruN ipa.orig/distinfo ipa/distinfo --- ipa.orig/distinfo Tue Sep 4 16:49:43 2001 +++ ipa/distinfo Thu Oct 4 01:10:10 2001 @@ -1 +1 @@ -MD5 (ipa-1.1.5.tar.gz) = 1d03ca7d7a50f3eef4c334190abdc7cf +MD5 (ipa-1.1.6.tar.gz) = b495ae5db65bd9d7d653b4770a7ed45d diff -ruN ipa.orig/files/patch-aa ipa/files/patch-aa --- ipa.orig/files/patch-aa Tue Aug 7 07:36:22 2001 +++ ipa/files/patch-aa Thu Oct 4 01:11:12 2001 @@ -4,8 +4,8 @@ # -O3 - optimize (it seems that -O3 also help to find out some errors); # -g - produce debugging information. # --CFLAGS= -Wall -O2 -g -+#CFLAGS= -Wall -O2 -g +-CFLAGS= -Wall -O -g ++#CFLAGS= -Wall -O -g # # DSTBINDIR - where to install binaries >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 1:57:37 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 393FE37B401; Thu, 4 Oct 2001 01:57:35 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f948stX16683; Thu, 4 Oct 2001 01:54:55 -0700 (PDT) (envelope-from roam) Date: Thu, 4 Oct 2001 01:54:55 -0700 (PDT) From: Message-Id: <200110040854.f948stX16683@freefall.freebsd.org> To: richw@webcom.com, roam@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30995: ImageMagick port chokes on "ltconfig --build=i386--freebsd4.4" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ImageMagick port chokes on "ltconfig --build=i386--freebsd4.4" State-Changed-From-To: feedback->closed State-Changed-By: roam State-Changed-When: Thu Oct 4 01:54:25 PDT 2001 State-Changed-Why: Originator confirms theproblem was due to an outdated libtool. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30995 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 2:30: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D56537B406 for ; Thu, 4 Oct 2001 02:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f949U1u23535; Thu, 4 Oct 2001 02:30:01 -0700 (PDT) (envelope-from gnats) Received: from gw.smarts-gsm.ru (gw.smarts-gsm.ru [194.190.8.162]) by hub.freebsd.org (Postfix) with ESMTP id 80C3137B408 for ; Thu, 4 Oct 2001 02:28:43 -0700 (PDT) Received: (from vlm@localhost) by gw.smarts-gsm.ru (8.11.3/8.11.0-vlm) id f949Sdi64022 for FreeBSD-gnats-submit@freebsd.org.AVP; Thu, 4 Oct 2001 13:28:39 +0400 (MSD) (envelope-from vlm@gw.smarts-gsm.ru) Received: (from vlm@localhost) by gw.smarts-gsm.ru (8.11.3/8.11.0-vlm) id f949Sdh64013; Thu, 4 Oct 2001 13:28:39 +0400 (MSD) (envelope-from vlm@gw.smarts-gsm.ru) Message-Id: <200110040928.f949Sdh64013@gw.smarts-gsm.ru> Date: Thu, 4 Oct 2001 13:28:39 +0400 (MSD) From: vlm@smarts-gsm.ru Reply-To: vlm@spelio.net.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/31031: Maintainer update port: net/ipcad: upgrade to new version. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31031 >Category: ports >Synopsis: Maintainer update port: net/ipcad: upgrade to new version. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 02:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Lev Walkin >Release: FreeBSD 4.2-RELEASE i386 >Organization: Ulyanovsk GSM, JSC >Environment: FreeBSD, OpenBSD, Linux. >Description: Upgrade to ipcad-2.6 >How-To-Repeat: >Fix: diff -ruN ipcad.old/Makefile ipcad/Makefile --- ipcad.old/Makefile Thu Oct 4 12:52:11 2001 +++ ipcad/Makefile Thu Oct 4 12:53:19 2001 @@ -1,12 +1,12 @@ # New ports collection makefile for: ipcad -# Date created: 15 April 2001 -# Whom: vlm@spelio.net.ru +# Date created: 2001-04-15 +# Whom: Lev Walkin # # $FreeBSD: ports/net/ipcad/Makefile,v 1.4 2001/05/24 14:34:55 ijliao Exp $ # PORTNAME= ipcad -PORTVERSION= 2.5 +PORTVERSION= 2.6 CATEGORIES= net MASTER_SITES= http://www.spelio.net.ru/soft/ diff -ruN ipcad.old/distinfo ipcad/distinfo --- ipcad.old/distinfo Thu Oct 4 12:52:11 2001 +++ ipcad/distinfo Thu Oct 4 12:54:00 2001 @@ -1 +1 @@ -MD5 (ipcad-2.5.tar.gz) = 0e700c5b2b0ccb1f4e3925d358cf1298 +MD5 (ipcad-2.6.tar.gz) = 37b27223cfe97ab8030ea16fb32b1fbe >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 3: 0:31 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1447C37B406 for ; Thu, 4 Oct 2001 03:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94A01h26864; Thu, 4 Oct 2001 03:00:01 -0700 (PDT) (envelope-from gnats) Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 75C7D37B401 for ; Thu, 4 Oct 2001 02:57:44 -0700 (PDT) Received: from modem-2-out.itouch ([172.16.2.2] helo=grimoire.wizards.domain) by itouch.co.nz with esmtp (Exim 3.33 #1) id 15p5G1-0007Ok-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 04 Oct 2001 21:57:34 +1200 Received: (from jonc@localhost) by grimoire.wizards.domain (8.11.6/8.11.6) id f949wlG74041; Thu, 4 Oct 2001 21:58:47 +1200 (NZST) (envelope-from jonc) Message-Id: <200110040958.f949wlG74041@grimoire.wizards.domain> Date: Thu, 4 Oct 2001 21:58:47 +1200 (NZST) From: Jonathan Chen Reply-To: Jonathan Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31032: new port to install JDK1.2 documentation (java/jdk12-doc) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31032 >Category: ports >Synopsis: new port to install JDK1.2 documentation (java/jdk12-doc) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 03:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jonathan Chen >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD my.domain 4.4-STABLE FreeBSD 4.4-STABLE #2: Tue Oct 2 19:34:20 NZST 2001 root@my.domain:/usr/obj/usr/src/sys/GRIMOIRE i386 >Description: A simple port to install the JDK1.2.2 documentation. >How-To-Repeat: N/A >Fix: I suggest that the port be named java/jdk12-doc, the current java/jdk-doc port is for JDK1.1.8, and still needs to be around for this who use JDK1.1.8. begin 640 jdk12-doc.tar.gz M'XL(`$DQO#L``^V]:7,>[E*=0XWLTC) M[9@81;(*54PQ*Y$G%TH\?7T_^P#(#W;W[X_L??[7W_/OFS0_??3=8_F]_?/NN*?_O#GY0WQQ\=_#N=WMO_"=E]^=_\?+_Y[V? M3G[>>[M_L*?J0+$5<1[DH8Q?_?.K?][[PUDJQ-'BY`_JMU?75S>WEX<7IW_^ MO:HRNL*8;SZ>WBSF5Y=__KU2V#]X=7QX>_K^ZF9^NE#!@J?@U<7AXO;TYO-B M?JN_^N=7)_.%I?+V\X'ZGZH=1D\%GE_>JO^?WOSY]VL5]7VV>IW(-,_^>_7; MODPWKU[=+4X__VU^_>??_^?IXM7I7V]O#H]O/R_NSO[ZY]_O_QHFKUY=7GT^ M/KFYNOCS[__I/%R*.!/JX42V%\M\+X@B^75O%69Y&MX7^E'WOH;YP]Y:B/U_ M>G5SNKB]F1_?GIXH]O8AS/8RN"72O:B2#.+5GOBFT[>WE'&> MRD@)O-H/UWLKU8YBL?K7H\/;XP__MO<__D?SS?7A\<^'[T\_']W-ST_FE^__ M[=7\_>75CPM@UBG,1(;E1 MZ>>.EU&Q$GO_IRXGG2O[22KVMX__5YDG_YOXIIXF^]<__)>N`D:T_*AKP]__ M\%]V.?Z]R1:=*5O50O>V05R8/%F+?/FP-XSNK5.YW7O(\^0_9C-=!?>S(MY? MRNTL2>6J6.:9?IB9JJZSE?P:1S)8Z*]-JBGK M_$'$>VD1J[0\JM+?!&'<%,9*O@YCU9%$T7^\4MEV87)M;RR75:CCZ[_OO;[9 M,[FL,OSO,YV.,6C6G\TRRTT^D]I_V__KVA;&:^FY@_G=9/^O^OX?Z_[_W7=O M#DS___T/O_7__XB?BY/O]_YUIR_6_>B_[?UY;[U^^_T;\>;'@S_]\&[]YH_K M^^#^[0_!'__T[MV/W[_[(?B15N=^^_G_ST_;_I/'S6O53VH3P',-O/_[PX.OM/C__?OWOS6_O\1/TXSWUO+=&]1Q/][ MMM?;+_RKFD+\V]Z32#,=6$_Y]N;E[$<9P]FK5$0B4#,C;46F6Z/X[WN'UW-W M:OGO>YLB5!5M+Y=[L?BJ+/H@+U+UNS&RI8Q>.<'W7[VZ?1"NA)JR1='>O8[) M&-UB5=KKEN5LYJ/&HIXIA4^?/OU'/2GX^O7KOC6?-).$V?^R'9S;_I-(30*\ MQV':_YO^]O_VX.#['[7/IVS_WW__XUO]Y8]OW_[6_O\1/__R+[5;X%_^I6PN M01+.5)M:1D&6B>SU.@VVPLR.7_6'70DUT5\&N5B]UK5G+.B#B!(SO1@)$\8K M\>VU=D1FU>>WR.!OD.&Q^@?(\.^0X;]#AO\>&?X'9/@?D>'_B`S_)UQX9/8? M(*O#`;(Z'@ZP.!\CJ<("L#@?(ZG"`K`[(QT4^+?)AD<^*?%1DQ9^N]V,! MC-D2)$DD\MFA^0\N]+&RVL0W)+3(BWLP4:Q">1R%"10P(\YK-T6*Q3UMY]*?'USXH*[;;('W&8KDR>[&,>KAIY*LJ[D^WIVDJ4W#@)V7- MHP)?%%$>+H,L%_!(OBU%8F810.!:I-LPR\#$,@^?!.)15E^TO7D?`?,T2AZ" M8[E-9!;F,.0HR,+E(D_E(S"\3%90%[A*,BSX&YJS2'Y%M(TS"4RU#G@A\C1"PM"@B>8`F MI`Y\<((*KFK@.MSD-6&&\^F$[O9P&8$.UB M$&2Q3&44Z:)"!+\'-H_%0Y``=>%V_>)9S9.V<$/S5M77PU0$X,"X!JV)LU!$ M*W#H(A7P5G!3\UT6-?+;.'BZ;D'@_M1F,!UE#X>=S'G!>6&-B-83%P MAX8%X5T;+0QWXB76JSXXL+I&%18OK?11)`33H#S8^//Y/!ZU3J_4LT2O52P)SLDC?O MCQ!@!9T$>4#)56LV2BN6CK,`F\^6+4C5P!6F/5*PB1>ZT MVN'`FZUV2-A^JQT,NN5JI3(DUQW56JCN(`J3>QFDL*ZU'[WZ"K4<'5X7S%D4 M/`%'((@CW&)5 MI@%7N1TMJ]>AUX,>$6*-L#QMC+IA>[3(9>285[SZTC6ZO*2*5X=:'9^U"=]C M]N*8CK-7`-Q_]M+@;C1>S0Z+7&;&U`Y.;./P522]DD0)M$!?!3-9=4G_"9U'-RH3*4CE"J*W9/K&`[O*L89W2^5DXM1OLE4`71J\**S,)G60? MC&U`?1KXIM2O@FU4?2I\!5;9^NI@>S4Y,+_3'5/E:/!J#[U+[E/A*S!JCY<. MVUHIX7?=!*OW`@GI/9/+(L.GU6#8=!J(D,9YG!3H0C20ZHL? MY(J!DE+[))0@BI,]8;/GT&PZ;00-0T7DA= MSL24EC`A:K,NCWU./3Q1&$+ZRB5Y?*Z4'#:1)45(YNYY#IX(:3SN\KPDD,?H M/@U64ACC=H\(_7$X8WG/%GO>TQ#']QX)UM,0Q_R.`/TIJ':`[2T@6`0=G&8; M](HPGX5J+[@;D7DTZQ%(UH2#TQ-/LS`ZGB).ZDE61P?G/P'5$NF5826'9)VX M>P]Y-"OU5-NEJT!_!+(]@W=8NAS&9>F28*>EBT'=EFL9E]>GE'N2,7YW@[Z/ MGI.'GY15$Z[#LJ>=QVN)Y#&GKEKJHUCFP+TX)51N+C_,JS>1P$ESZ(6.GRNK MXB@5P>.%"+(B!5:\!D7GCCDZG43B`GYZVG!7B8AOGX%[O0UAMH;3,\:X`VG8 MAS#'5333>Y7'IXZ#5.37,@J!&Z*[/(Y1);A??T`79;FJ)M,M(9OP#W^1^P97A)&?U/ZB5<#W')WC)3ZRDMB; MN`+H?J5C'S%ZF%XE*LWJ=;I;.FG]#]YF2`8(O)H:`&TT;([>QPK5^" MUF0.`DR7!R?[)[*`;I&UJ+-(!K`*84&(X,#C4R;T<7$?+H^+]$D0'L>!D4_E ML&"JN20!`YU&49ADE`=L2>33M2`8.8N"7,UFPGAS'>0/\UQO\`".BX9_KV=" M0:1A.%0=*=<0X32YD=`=$R%K*PR9KQ4%#G\I588^B30/5>*:9DYX2EJ9F-.Z MA,RI.63NU!@8^$L1K*B-WV:1Z;11,-0<\B6DU6:1:;51+%1$00H_=%N2LHA7 MK$?M"F"?M\N#26MYA#JJ6A*D\;7+(Y^]BY-`S.AK+5IPQN$!&?+3T\9F:[,C M991NJX/83T)8\SM%Z'C!+O#TN!:("-2 M]'PA6R5XYX6#89P7#@AV7C@4U'D1;LNE=8P;N&;*Y?@/X>8A4O^GL#?BET)D MP%-6-;HH[C/@$970&<`(S]F[`0']Q+TJV&?OB.!R`5]Y0UK5#0D5-Z146Q6Z M.SVX@IU5KUAE7Q^J83S8Z'/SRR`29V$$=7:7$D=!O#J6VWN5!E34FA.K1;#5 M'G:Y`E[=5;'%>BU2L8+?NM?#X9_4IG'/^IR+Q5@ILF5;!^6R"I2'X6*?1BQ!(H>RI4,Z1U;A=B*]-G6E4QB[/7X3>AYN++ M1^I`4K*D;#5QOT^#^WM4)3"8Z@-$&HG@B9KNF_='M#I_`U_+MH$S\[9O2KTM M>51E*K=DX$?W&Y%$>@N&H!DR-R+3'"JIM-(S_3&MR2Q"/6-CU_O;,*+T?)_2 MT%P[C*Y%#4@LVD%G.*JT7+\RT^YMQ:@6L*M`+4I+A6@5#RAP;9@B=#F#1T!]@S"6@R@SB4L":P]V$7I M\XNN$K'"\@U3YNS#%L+/0ZQMP\S:P)B;6")^9BG6?EO:?,4ZX42=N?1($*L* M9?7!YG`+$#:)6(.P,=PR1&JR16?0K%I>*H+(R:NS0!]-P#R`I7D=Z&Q397<4 MR>4C30-_UF-`0G_$%O^P"*JE#\L0;)8=,1\EY1X=]UT/[-&87R.Z`P"K;G3% MF+5D4(Y:7P8%>35G8!!EE3*UK^R1P'>;/2+('K1'`=J9XI^<\J#HYT(_AG[U MT.Q(V1&(X->ZVAA+$`F!#94:28"5O0JO_\7&H?\5Z>&],J=P=JW#,U#42Z,< MK0C-JUH^1%A%#C=C1H M=6]'!E<+"9VNPZ&Z7H>$=\`.!NF&[T409[/#1$V\\GD^) MFHFF80+9C]M"H&.B;?#IRE*&/2ZR7&X1#Z`2'VYB/>4$`N;ZC(7(T4]])@)] MWR^:,PX^L5+6E^I$\F<"GZ5'D4MLQ5N$VA6$["ET1'JP M))6G"^.>]&.8A?=A%.;3G7L)Z'^7Y2S2]&_0&>4H??P0`EZH."W1K"+";J*? M%L1EYI!2?<.ARQ:B%2_)?SP*0@C MW2P\/&4EJ1+W%*ZXC]@10_84XZ(WXDD^"N`-?`A!/X5;:4)-H@D5OVFJ6_K1 M\6+AH3OJDS5U^R6JDA/+BT;`$VM3Z2.'6S7PJ3J0(%[$FN2S1L1>'6I6#8NQ M1\EA:<]YR!XY>U6IO6.O&'\TG9!E='.]REZSTM=8.R;.Z,D@LHSQ=TR>.1(# MI'U7#,;H/*KW4NGT,6*#(_`T=H/C^P=%Y4N6/[)/Z3+&^%%IO!S.F3K,0YVJ MPPH@Y^HP#G>R6AO+B>Y6MPS0WB,71W37+@CMV^R[39!N66OG*M9!:]TE0G75 M6EM>B4[;SOY,AOO65F(X,G1H M>*/0H6/5"Z/R5^]P0>>P/M:`SRI%H1Y=A8<_/&:;C@Z.>V8K./P1S)&8M$AR M-:)@4V=>!'VLAV4*>'7_11G=*%+?O'=9:!\F,FM:$)XSJH'J-[T](6XK+*F% M2,.Z(T.Q98Z`^WTK>)43[T7Y8EL:C8,^ZC(,<(\&'W+L\%7RK@OLPV&;?TF5 MX4VU1D,RSO(@!ES,U0$)U:0$X3EBY(-(C^6XV+"9:(6']XS788(V:0V#39Z! MX)V`"8YX#+W?$)$8'1RA7F0/]VJV@,VG"H,_]4T0K^3V<+D4608UL^#J"WU[ M7;S$&DUVMXH-C[-_ZL9X MQ7.\/`M4#YGL.=3-1EGI5-`Q1@OY4JE%L6;1S,;O)%)AN=)SX4= MN$+;%G3AE[U&@/SQA&M\#4QZ?,;5W;[(`&WL]&"7+!P+D*7!8^J74Y5P MKH?N72^<&K4%T:NQ($-P; MUDTP5$='GP0E+VG.#XZ M509PC(.E7X)5%9%.%PNGNE\L"7H!D%PRU@HTP3G3H>F)1SIL.B#I<7%.G`Y( MBI'FV-D5H.03Q=ECWUZ!CY'H`+(%<*Z@?I)JMW+<0UT5E*/(@:DNHZX(J0"1 M;B2+I#F46@&Z:\G28#J96B6RNZDC`I'):9H"YMDEJ/+I82OR<`G/Z`HT;JJ5^*8&H:OUD9XK(VS[5F.1 MRQ1AR1KP2,I(!-#`D)M934CM?U*9J.H-\%TN'>HN#E6]%[`[H#HL+#C(SFN# M'@<9HC5;7)@N]9NFPOP949<,6G4A2.I<@KK+%L"[9RI6QMJULVAZ*@(/&A_+ MX'*;!"DNO.K%@1D!?'N7"8LH$&26-,'GL;75'!$?[,UA)FCUQL/2JD)$X7*X MYZO9=%-L18QM3A5](6.S617WFD9;@8'>/B@K9D424..XJL'FQ8IEQU!NAD;D M/&^$F,P"59)O#IC<7D#W-36#MA4>EK7'& M(5-V'L;:I$#$=2[C#2SD!>0%IB;DI:J/VO]5CORJHT`^Q:4TU?!$K,O>'_XT MEW)1+!^,CX%(85.J2;0]YF#(&(LH,B_]Q-R@59%;R`705ECL1,&@I;,'&%9W M&>7-VXC"'#?6P+O4UE,W]EJ`8@15P'R*[R5W,6/L?R*&9KOXDP-']DZU">J MXT<<69O\9@3Y6.TQ("E<)?I\*]XZ4)&&:TQ_]C%,]8W%%\'R(8PQ8_='&0*K MD75A3P8)P[T0' M(O@IN@HDCT5'!.V[Z/`8+T8')?HS;!6>9Z.C!._%+1#I[7!)N-_#VC^%\(!8 MNY\H!4S.3K9_Q-IU`O>46!LGB#Z3(05J/O#\*#LZ#(_*CI87$;J7Q=[DPO6W MV%J>QE".#\96H7ECAA3H3X/PT'1V0>%\-;U;J,CIQOMO+!;LR6D9N$_'VI[$ M].[8&YVH?AY;@^+QZ>?IST'R`@T(D%-!]@S9&G`?498NZFX30%,F#9&W^ MP/B2[-TJ"*^2M>$#Y5]R.+BG:0+!XW">*ZZK#=C`./-:BF,7ZM+(3Q<713AZ^JB)!L'Z?^RM\Y@/6'.MANB M3ZQWZP[1.]:K1?63M6)HCYF%4GUGE@38BZ:^>KU6,]ALM@P2%>'^)ESCH%#F M`9[*PLV6@.4/@A);H>*+L!@Z,P@YH;_37^VKK_:#>'GPEBGP[H],@>_><`6P MCV"J`A:B5`13"U13AE"XS74.`MU>YT"@#78.`=YBEXKU[%I-QW.YO1'ZA&<, M>!-P0W*0OQ2B0'`+NJ"IV% M/2I,KAZ6*QY?46Q_H)?5A.JP8M2QYPK*5<(^!/$*LK2ZBT#?FJQ) M?7IHH\I2>TT!&Q=L9"&)R'R;3-=3C9G['%0]NPBFO4$Z_(<\3^YNSJMR"(7 MM_*#Q&SIT.BUZDN^RG1E-2@PFLI<+F6$BU"_8$&DB.Q`!T6F!U>KV^"8AEI2 MY<%I6#TM"60]4-43&@ZS=:9&<(U&$6I8DX@(S`%&>/#RG"BFI^U"F"*LO,7X M%E:!U8M%<*QE>J,'/-M,P`Y]CM6.'P0='#L<#L&8PK(V*^&'R%T8T04-P>`. MQI[MX`;0EJ0-I?94"3>HMB1I>+7W/U`'6DN#,.3:NRFPG:Z];8`\#-LKX.0! MV5D/)PS-]CHO9='C.L=UER78,.]0Z!'?1=F-JHD8:` M`V),`@?$&P?#.*URD`V&'0F2Z8";Z]L$=*IO,Z"9O@U`)OJJ:$`=Z+YE!\^(>?^9! MDW>Q^*;?*X;92UMRA$ZP!+>4]A'HB_Z,Q30[+#^"=@;UHP)[NT^_C/JH+V*E MTQX2`-N4-8Z;ASB6:G!0M2=^"E,9;R'O9P.H\B3F)W0!%MOLC0$T7J%`:% M/'4/X_J^Q/#-OD_*DPJC&^G3(W8H?5*TKF5'B9,8+]W-CARSX\%-K@9@Z#QK M``=-N098Z.RKNX4$EV$639Z1,3S1O3AVEF;[)@GVZ`Z.F[E9OD7X'*Y[CHE2 MUVT-RKS.VFE"G>'U2F#F>O9N%_"LKPM1TXR=">Z0K'A)LT/[^`IUGFAWM+09 M(].!UI4@S2)7F^7LY/TQ..RY"(`=J@[]\0)H-^C`UGH2(D$MA4N:=0H#DTC\ M<&A3F''0YL`#H`U!1S[\(U$>!_THV,=(Q2;,\O1YIH]6Y>*F^A7'\BBH#]Z! MK0K,2+C=F?OA20^#KTL[**92[<#@VK5#0JM99D:=V>DW?00-U]=6:+DJA M!MP`+PRW(&42`;NW&J@/U6$@9;=@5MRZ9*AFS^4J(70!RE70;HPB%80\-097 MNP),BY[.&L/K6-G*>`IA6SO\!J<'0UD M-BT>121R9$055$B#1)?'M[&N`K)'[.+X(61'`3F8=%T%]&&EJ\0;8'9<&-2, MI0PZNS1K^-F58PU$W4UCK"'),F:T9+21YC;:ZT`732[2]R+6`RK` M"PH1620A1V=ZC^88C(P\0NSM;+"C(`N7%/!8I'FXUKN%$=7L6*[$0A8IX-1\ MPYR$&X%QR'9`S!N^.BCJO7L-6]:="-]GM@I%D$YW3VYP\"I/@\U7>K=W/MTG M[1"+I4P0!5B]TW6W@A.RIM+Z65#RM8(Y\:N(48%I44`-U1X&U6QSFMO!\00M4PR*2N&%&O]4.93]#A%#15BNU#9MDO"< MI<)U*I_"%:DM44:=ECG6E@+L=$`/C1B8KV44+A%M4;_(=!DF@,/U-J*W@:$Z M%\V$D=B(U2$V%SHDI>@:B0;&IT+9\H8YD=L@Q)&FRA&)_XE"*)E3W*L:@RI, M8RP(C".G@Y;OH:51J'ZC-FOP!*6Y+\)-'.0%IN=N$$+)-2PN2Q2%-[\,A2AG M/75=2C7!TUM.:9:%ELAD]"16E+((EI&:J"%ZM0HXC2'+H%T*[[]P%&`[31WD M/%`6_]>8U.0UKU+,P0V+0ZBE:&^R0Y:G@Q)*UN&99=QJ$4K;9' MB%`7K*.XQ%J!\W'UHE`O5R\,\G/UDBA/UU*D^>P8<)AUAR`4:XE2/"5=$O^N M[6$I'Q))F&(VV@TJH:>Z`P*H$;NKH1KN?XK\HW8.>'BDZR#-&"7UU^_?_`E? M/RL*V26W*+F.:OKT6RYB7(]C6&NS-/J!'9::UY8(.0-Z-;C-M5_4KQBK"?=J MTAKSF!2^6?>J>6C@O;K,IMYJTAK]#D]I_AT1#^V`TR40K1"'19LA#HVS0QP4 M9XATCKI0%]\&="AULE\)M2!G'\'QL#0'DL-U$B.*"*_@J`PY0:0EO%:`O)C' M'0>M0T_X!3[KQ`%UJ:\K05KTZXK0EO^L62E[(=#2PBT)=D"\=ZH5P"\3[K+( M!4-+P./2X8XJS8FV(^,G32AWL8-QH\4;;3TTL1"Y2[+S4;\XJ5UYI2VC#D@0$P$?VFSJ\58#.+YY?IHRL)GGP[)V,$NAEHD M?EG4@=$+I"Y-6RH=UN!5!?[RJ2U&74AU-)!+JKLL+T?P:Z;V_EWRZFE7!+N. MVL\3.R[\VNHNR^ME".NM/3"K)M#68%V>8^]BUV7=S<7,%5I7C+Y6:UX"NP[4 M)'YVLCA$-:L=E&@;N3K&2$:,.!V:T/UW%/#]BR5PTR3A.,WY(AP%UG-8,UQZ MK>B*\.N'H\BH*:X.+Z]=+4^Y[J4>]8[Y(5;KN*!B,Y?:QY&K.$`7OAH*+`]_ZX0.KE^Z M<-@2UZE,1)H_S^.U!&'7 MJ4B"5*QP108YD%^&RXHH7P#>`>.$1F7_XB_GF+"XJJ\`LV`-#5PN3$-#?PK2 M&'*3IPF.*J"%>;LN*.AM".D$"6N][,L/7P_Z,+H'M'!897+0N"]9!?"])==%MUSVLLL ME#[4LIB`O:E-8/K5'HY8G)B^UJ&H31/5_SH8HB=V.$R?;('$HD?TTRT$[K%= M!-YW6QRX%T<:V[\0CJ;\@CV1\@ON((K>W#D[C&.9PWK*,GR>I^%]D8O5\8.: M:R[55'.>5Q[WYF]\*:2`JE>02FRHHU0$C[B(B.D[?I#A4IS)=!M,U_F2D&J< M-8OZD6E>R/AJ&N(YMPBHOA[=,$_3AE\\;^]E--VR2JQ\(SPJ)AM!1786BFAU M+;,0W@0P":MV$6&0RV)[+U(,H??^(ZS!EL$]]TT1B2-E&ZUPM681;I-(8.M. MV:*)#<\RL9'=FT7ZZ^A@HF0I3.=GS0+PW:!EG'-3C^\:[9D!IY/LT0%WEUT6 M'R>V&?21J/[-$L!WJP,P,0&$KM:"2FYA2QF[;W M'5$Z;,?(IW?=.+O:0:"&M0.!+&N'@)C611Y&L\/[+-=9@-@FZW#G(6#GLD-` M7I?N``OQ2Z$/1@01/C+(=+P$M)L+H:^#3W!5,U\,R-++0 MVO#`I!_+;1+`&D85/EX6::I*ZT*NRG-1J,V_1@3DGRI#AN9A(.W)A#_=)OGS M(E=M!)FDT[C80N^=+H$GE0>Z.@G([L@6`6[$-,#[5.@%\2#&59H/0?8`;H,Z M,+CRZL"P5SR:X.`^UX0^#^-'L8*W4%Q(;%KT[;J9.;AW5.A[NX&<7`;0L+J( M8.>3F^"P@'IS;+RIDX]L".4!C\JF1;)7]_K*77C]*,-#FT_E*PX!KC$[/&8' MN,-1RA^X7;X,2]`'M]32>M(.R+_)&"J^RXS>#5=",E63/W#E+(/#'T-WY="@ MVMZ[E8\B#G^%UBE1'$SW6OCW@98XDK(P^<43HP.)L^BB6X:_ND)MRH M$<*:[!--R5T%>-^]RS(23C$T^U3P*,[X[(#`#L_RJB`,4F=Y%6%EN%X(6G5` MFZLVBC-C#@)_0S%R+=HG.7>!2GIA5OS M73\NTJYW]V!0R.=1]2@VH:F6XAMPFTA`]J[78(NN5(-#X8G19 M?($Z/*YH'914R(X"K;AM2P1;\+A5K!T,NI*U`X)6LW8H\(H6X;%(CX1_'/2C M_!HFLT/]5LAW!W#@^.88%?Q!+-7L`%V!+19?=1M8Y3B9$LWL%A' M:BX.'/QL@O9X[_\VOR9EJ@9I4%#,5\IX3;M7D=#(^W3(S;U7C-+P!X4(74"? M%J4SZ-,A=0LH$V0(!AHB0SC$'!EB049)]C6,-\VV#6B/Y5)'19XKRNKXW#_0 MY,K_'#\$\49`U],'I)"4CNU"KL3DM<,-B,JV(YFN1`J\0KV%5/R]5QB(?H*)0^70B[HO-^S1('L+E MY%))"ZV#(LK)[:'F\<5:D5;IEO\Y4&_9$9(^Y3(#W473@ M,[DL,AJJNU2[1N[?S6N[BJN$QRD9I[G&WJ((+-1GRV1#2E!*C5)X0W7Z' M%L$"%R(NYKG8]L7>_(TL"@9E)-/C!RDSQ]1POR>)P:&R1W5CK[Y#B^@[`9MF MCFM^I%BK^;R;]ITO]5P]")4-_2'0\UA4DL9BP,O0B+%C%@U2=90=$\KY&AH[ MB0F#2&ZF756ZLLO<#@\]+.R@%?=9FM_39$",WI?O!UOS^_' M#V$T^0["<444#`VLC10[)O,["OX4QEBO%#Z6HR#MIO)H^F3'C@0F?-<>1)MS M:.#*+&UW:['U+4$(BNC`3GLMO\#A\-!9]E6F*W.]BANI_0>:')B229%TJW_[ M)5YF(8"'S'I8,)'*3:H2VVD/]M<4*2AS$ZQ"N3LUM+^F2!&8OA;:]V>.-)B5 M,N^VVN8[M(C^@'/FXB-;+/6KJ3N5J/T2+X,CNIEE?4L08J4"C#2-VTXWNL43 MB,B\6]".-8*\;;`K``Z>1.%.;6Z_Q,M`B=O@_G[7AK.^)0@9YR+:.J'%&773 MW?.%]M=R-7$X.+2:)!ZF(G#BJ[]#BV"`'2.@_1(O@R%P!2PW&[W]I#OT.=^3 MQ.Q?4,YP:MRRV_'77V$E\)T9):;;,.DF5G^%E0"'UQL-[/AZ?K]4Q<031,$G MSW&P#9=W>1C18B\O`B"MN)0"YERBQK`^TX9N8K\1JS`%'3QT1:"!/X;BJW%U M65G>?(<6T1_0XP6I?`1G*G6I$;W&2%]G0DXHNW\ZL`\!J$N:5P4YIH'TJ+UU9-(H^`9-RVH)W@7,L8LKG,]%BU9%@5^]WY%`<1B;CK/0 MO@A_%3?BET)UU;I]P#-(_XO/5OVO'MY"R$40-:5/ZX,+O3(#D'6L0X5QIN92 M)E[<3K>.CBIV/T*9RK-H3DW5W;S:DI'M:_`)NCMTASX/?GVFLF"B?F:KIX>\ M"697``K$6;EH)E96E.`32+5,;0S@6GLYH*,;TKW94=GN^C2_(N$C\20B&DF! MS.)V$:](L#%L:62^?!"T2,_58$,"+X(\IY$+N<[IY7(;YA'Q67RV2MS`W].J_9Q<&!3FG&$8%"7SZ'FI?92&EM&DLPXV3MSE;4L0 MSS^X$OR3$+UZ))8"X>PP"\6?F.C"Q(+#[X]W6<_G*4;$\0JD,Q:[/#%G2>4D:` MO1Q:ZA4DL,R#3+M2!-#+X:9>03SKZ\!3OR3IZ%._%`GV?1QJ6ITJ1.`\');J MDZ.A_`-4O8(TEEIA/!ZO&I(E'[0:$J3@W,-7/6*<3ID7.^]H5H\8@?1\7&M* MFBC#.,+5E6(DP#GAUY?"8CT-??7*4XU]].GCT$_-(V*X4&D0? M$VM1_DX&QA8&'WL7",?)6IAPL,R%^6N3G,-FK0KIV%F+$P^@#0H0CJ*U6O2J M2#N>9O'4@VJM!./(6I\(^?#:B!A1@6:!^]E31#WD9BGHWSE%HG]''WQK>=01 M.`LC'88;Y,G'X@85Z0?D!B5Y1^5:6=ZAN5X=]/&Y7A4"RSQ2UR>%1_TC=4N]T6I;K]LU!`WO[$V[5Q%:S59J]-]BC!#N"Q-[3UFEV]_J1 M:\O`;_ZUNMYSLB/M-1,\YR[I<%2O`O*(5*\&YJ!4KT`!/RZEOGR]#B.1M><_ M7K_=WX1K%&OO7*#@M1G(8@_P;&NI$6)6<\#7V@,@_7 M-%3UX-/O3JU1\:2Z@-EAK.;9JA,@%3DA5L,1HVS.;D< MZ^D[*C26]OS.GKK#59`@CF3T*!`>P.%I#Z$I_79C0NPU2H^XL22(L3<\+0G: MO762!IL+J09P0A(I951L2[N;\"1="=H#&156$CB1*U/]]%L2Q!FM MUW!X>A+(CU^S]*@Y?:;#TY/P*51&F\[$%4WC+EY)70^TX4=X"ANG)<":W--M M[5T1;F*H]G='@9T,IDUN*5&M\ZX$-R'>+/9!29KU.B3'%.%F%].R;X7\V/B# M>EP5;C[Q9P`#6JS'\S`KPB?.#71$?B>&,?P-*W&1QYQ$#2CZ2Q4X-;9:Q MH^'C6=@:O#E(GQ`W29QY28\*-SF^YBK6PB=_UC(LQGUBF;-D?J%:(DB+=:Y*'*5SH4QRW,NB5B7 MTRLV];*>/O6.NV&G2R^>549O]>H_58'*M@7/>PI7A_<\KA95A50-^P20E;%/ M`E,E^WA$Q20]-O%1*8]'>:0H6%>74%K;_JS[6O&;`?LEW=MU?:E:E^UZD[3N MWO6EV5[%ZTO1NIG7EZ1]P:XO311L3L_7D5Q[-!@/1N*#"/!)-226$=^P;:S(_WO89K*K[A3KUV)TF3(JIO@<=?[#VF9@\I^I"Z"=!-Z2E;5`_L1LVX/ M\2/8M'H_MNZ5>AMY3N5:Q\)8:":S/73F;D8=\)5;**<_,[ ML6<;%F2J,*[UGI1DZJ@\KS^6>]F11V]&=,TEV>SJTLK`K:];F7DQ8'P20L4=Y3[6R5/-9D5I% MSSG:2/K.2V=)WY^L_[94ZA(57*],NQ+-3!C=V;,K4DW&CB,U*N-.MHX+7@3? MPFWXJU_-,/:N>1D\A?HE)SXUJ2+5[2?/J*-Z797V7FIZ2ES/G+Y*),D/HPB_ M2#4AG"2I?&H7=7EEX&HW7V%6L,8ECX-X*:(726W97]W*ZR`5<=Y4!)]1G,A" M;\B(PB5Z)]VX\'OY06Z9[<=5O!1?SV2TPAZU'Q@^X(MT3J MMU'I2R'(4V$]I"!/->](V(YNLV)D;G;S,,`,*.LTAVMF6QG0]C.*#8FKON]% MA+U:00-QW)A-]"^3_L5+Y7BY,P)Y13A0N_F$NSX"J.Y#K1X565N.)V,POCC? MJLVRJ,_*K,"MC3=$:B\ZMYRFN^IKY:D MO90187G;HIWE^'(IX]"+M=PGG(J`UR$ZHEYK.GE;@J5!V:'@X-8[*1@R]9X' MZLZ`/BV&A+.5PDM9T7=G6"(][UCP(D87L;>.6,OGW(9HRY)V]H\)>FV#MG#Y MV6=2;].`[P&A;N_9D:AZF@^+(S_VFZ/Z`J52*7]\D?36VTW\IY>JP>\ZF_U5 MY7!:IHKQ5+6JGKJ66LY/OT+9C6?S]1:=D_#) MO.FD^B_/W-I530-]>6W.K,M=61^+ESNB'U7-"9=!]$)IYNK43ID/,@U_U?<\ M1U[V9NSHU]G@7=U+2[?T?A;/]S)(5R?R:WP3;A[875*/]FF\>@%5O0SR`K(W M(@M_%>5NN1>0OTO.Q=IG)GO:+4;=8VQ).-N-?=131]!';^4(>AWF'&7UBR]W M55>W^H4WP)#WA;L:UA9Q;TX>^L[SKHB_.A@)+[O::B6_><7(I>IM5CP%IMND M?A453Z$>=J3MHR]BYKNSI\J0P!_R,86*,_;M#>M M<;O)2L_3G+N2\S*VE%(>AI92R(N)9$EY&:1*/?TBM>8`JZ=\\VO`E9KN_?TO M$8/^3[FU3==N%9"W]<)2;>ZT\9=0_E8S2VP>+\L7^'A3I+P3;T3N6DW2O:7- MVPR@E2R-`F\IO$V#)Y%RMXD1CD=:-.O((VO'>/76#G,U&'4VU5[>8AZ&=_JR M(^;I'.:`*N]$YH`H\VSFD"KSE.:`K(_SF@/2_).;`\)>SG`.:/.%N.NFO7JD MCJ&CY.6LYX"F%RW?YS_']3WH^3L3.B[M3<_/.=$I<6^*=_[.C@['P)S"#`OS M3NX-Z[(F2L.R_,V*P]J^9A##,?C1\GH"%1(!3KZ.2K-/#XVKA:^3M*.Q-%\1S]2.BOLZ73L>B>=SMJ.1 M^3EQ.QH%\^SMJ#;_%.ZHO(_SN*,1,$_FCFJSY;BG=3MRO'.[7;&7.,$+BX-[ MEA<6B^]Q^27.]\*B>"'K\(7._,)B89W^!4;!/`<,BX5_(A@6CU_=.\^GA*?B MXIX7GM#WL,H^$8.?,\03D?@Y38R)Q-NYXHE(V8+TL\9=(2^GCOM%O?M0_)Y$ M[A=_@:F\Y]/)_>I\'=:)Y8X8Y^QRCY3'4\S#ZEZT/)Q2ZE=EZ[S$:6=`%)QS MSV/R+]2:F&>A.VKT4]$[0MSST5U!/R>EAU2]B'D]/3TJSI;S=:)Z6-:'G/]3 MUB,1<,];CTB_4-OW>@9[1)M[:G)$VI.8QQ/:8_HO6HX>3VV/ZGLZOST6!U_- M9R?O[W3WD+#OO/1XXGM(VN\$ROLI\"%][]VPIR+P MNY7@Y2?2`1'X.9L. MB(A[2GTD"N^[6WDGUSMB/L^PCTG[[3E?Y%S[6!Q^3KA/Q,`]ZSXF[T/-\_GW MT0C\R+U$G>:?CA_0?*D\]9*;G+/S/5K>G&NL\_0]6G?,D_4CDKPS]OW"?!WN MN?L=/0\G\/LU[WR_>S^#GOWR_J==CT<@?`B*CGH=COO0#]ZB]E"K_D70']KU38%B;>;O`L##KGH%AV1>8D7F[>V!$F'L+0;\T6X=U,T&K MY>GDCX_;"I)@^:AJWNNU-L(8?%9LMP%IYW.MD*LR8N`J0U"T5;)F^Z-U!OA( M/(EHYUM/XL88*>+52^F?;I/\^<7$]=;*%TOZ>5C?CN!?^R+(\Q<3-_N`7RQ; MB#*4Z:K=19&O!^B(L)^$>*[9$2CM?[("_?3CC@;!$6-IU%8Q.U/I9VDL#:FS ME)F0,D^Y(G$F\LR##'U?=*M"V0QMT?C]LRU,V^?J\H3-8JT`>;]B*T'9I&C1 MQ"U_E@)Y*UZK0=T#U55@9235OV@I4+8Y6#AQ$:Y5("_/.!+$)9..!IW&NZ$M MF.2R/] M:B.*'DY@]JL3%>@344ND*DT%AHHA]#X86U+^__<&+FKD*Q9^>63\KMQ!SNKBN9)M,7XKG M(EC[TJ-*,%PCE@S%-V+CQ$/!E@3[I*&M17856"+T0W66"-7AL"O!,F3(7@M; M@U\NC=_"&<.YO2/)&V+S1'>()>%O-^R0*%6#N%_1EN!,T1E;]!R5VME2F6MQ M'H0Q\6J48=T3Q@Z]8=5Z'NM/EB&`=SG9`GB?4TGW+(TS*I;M%L^]>8$&5+G^ MH`%9/YZA`7&NCVA$EN4M&M#E^XT&A#UYD`;4/?B2!I3Y7J4A8:9_:4"6+T0? M'SI*3._3@)J7E'$]4@-Z/GQ3X]+>]#P5R@MYKB#14'U8$]K>O%G#\;"UN!ZN MCMQ+^;IPT5!=2:.Q,/U?4]H>/&&(*%[J0?QXQT:C8,MY\YB-Z?)\9R/*?"_: MA#C+GS:AS?"LC2CSQ=C>MHX@W>_6%6)YX#IBGGQQ756F5ZXCQ_7/=>1XGKI^ M,4^F'M-[UU7S6:;>/7I#^GPEEI>O(^;;WS=P_A M>`Q\7^&XO@>OX6`$7J2HGL2N%-6G2#\@X_*4`S*N`OJ`C(MC#\ALBR@/9Q?Z M7UK[:7G&80)'A3;+;!48<\L=$4JOV8HP9A"M",M*;&5(MJ&%XS>LVS35GFPE M:)O>.P*$7>^6`GG;NZ5!V?=NX\2-[[8$W7!N1"EYMDZ].2(-F$%D^U M!%L)NH'F:!`WP'=%&#A^"[Q-TRP*5X!@1U@"!.NAI:F[V(V"9<Y`W2]';D<=.>[@W9'C#^,=0?J`WA6B#NU='=8@WQ'C#/<]4N2! MOZ/%-`$Z:G1CH"O$,@NZ8DP#H2/',Q5ZQ7SE/\]\Z(K1#8FN$LNDZ(@QC8M= M-9:9T2?G18AJ>G1U&$9(CQ35'.E*40V3C@[+1&&X2!R>Y")Q%/`N$@?'NDCH M#\YY9/+#$AXSU\UP=GB?Y6FPS$VC1"T&EWRU&\_@^IJW9K$7OYMD0I"N(J-B M&S.?C8#_9/6;YBW%61:J+P!?G\8YO.+`(Z,+HLBFZ'";?SHPK=RM`B>#A**F M5I&VJ^:VPYW]L?Y:)$#:AQXU[_OE6$+_T):+B]:'-%&#U:Y[9+BUA]S6>R58 M%89:Y4A6AHLBS0P7QM@9+HDQ-)29WO1O)W)9Z/L;]^LO3B-SGR-3+,_3\+[( MS6XE%8*G=I0&\?+!2\),>K@B5;]6_W[ZQ%:LGDTW9)Z0WF3E):,H\*PZ=7DYFJNVBRZ@GP M#UR!Y_35OOQ`!ME\0T?WJ.@AC;%_?(TO`%_ES)%:[ MEL9=O)+:(D*/H?VZU2!Z5*S77M)9Z2T2L?2@MB@OFJ:,]/V"!`6FY,X?&)IJI#H*XY7Z,T<%@ZH8MP'X!)I!S*HS.O?.@VIX\%(91.I`S,D/CYMD>IA_R@,P.=Q71(#+<0& M_6"+<)LP"G&AN'A#Z?_,X(4G5%19'L1YULXTVZ\X:F9[CP\E/=OT(M0T$"]J M%-2X?2Z#K5C12\MH++9!%#$JF26%!FD&4HFV=LNAZB)C_$M2>K6.9$29175E M=$4["[9A1)DL]HDMPE\I\Y1=J51L4OW2!@]B\SR(PJ4'H?)W\])!OMB=]K)' M8>PCNS"LFI&:-PQA5APJ#MOH-))+G$VC&&T2H,?)VX9J%C(X_`W\A7L='$71 MJM)='D9J:!>X'AF=.@T@S]<:[I,:PAC1IBYFC$A2ES5&)'DRA*4.2\3CHL>0*GWY8T"1OA`R(,A<$AE0 MI4FPETDL*<*"24OC5Q(LUL,BBJ5&7D[I:)`65G8VD7`RQM=BRX@B<=EE3)&T M`#,BR%^*&1'G+R M;`WBHI8E05[>ZFAPTD!>\NK1H.&493"+YBV(64+DI3%;`[OLTF&]+9<-Z](7 MS@8UZ4MH@Y+,Q;1!79X(9X%M0(VWU#8@RI#@&J<^%^*&58E++Q3YM M_:S!T9`:\K_BQUA^C>D" M)*HQB$V=H7@N=Z7T+S?E262C2AAO1D7;%6[/PKKN^-;\$*Y6(O:M.L]"990A M7X$Q+=LNH?L63BGF[*BD7@H)@\BWK&I_OB5Y0J2%@%V9FX*TR+,K1*+;B8C^ MC6+$#4@1[=D>M7+UUJ_F>1@_5N_7B*@5P5X(3C-?*L=!%-T'RT>N&@DWMR5^ M>$[,//<1OU>L$2+LFC+L/-83;)J9H$T3&GD1QN$VB#@)O[K_(I;$Z*_PNW<, M1U]0,+CQ1"P>A-".K6^4Y9:NC"X!'SIHUMJ41;>PK=U,/%O;%6+@7NWO'EF& M!M4^V^X"H+RM^6IYMST]'P;'LI]5Y-OZT/M/:GXZ` M;?<#HJ#/`*;%F7.!Z0@8LX)I<5^2])G"@"!GSC`@R=3Q-(\8$^58_T.Z?N86 M0^K<6<:0+G6^,:Y'GWD,Z3*%O,Q&7$FJ>6_M+F/,4*SM2>2YBK4SB3]K:<4X M\Q=+A3B3\;%)JB/D:7;3*\B:Y_0JHE5H]Q?NX-@[#'<$4/<8[M`%\B[#"M:] M57L82)<&6:7:>86[0;(KE2$F#6!]Z^_P$E M7@UWQCD_S^:KUML[6=CUGSTZ.2J,0?QR8],?34+7A M3-GC\#YY2`[#5^?$JG,3^ETJ.C$4"U!D**!O M9>]HX&R"#KQ0`XCQ?N!5RHVH'T4N\2?1-7\6?A.K#T*?TJ'6.4YENY%?+_3F M0UR^,XJ=5=ZT@B9EC(:N@_P!#3'JTL<@#U%B]3.>M7P];E7AM$^K)D(L]>U3R2S^]^=XY+,:DSKDZTI MC(]JY*G^<"L.,RM)O;B+>ZFO?GIVFGEODUC3WF919KT-(DSZ(E[)9G2AW(=A M!(Z#.);YC5CA>P>+U]$3>7TB77U")WR1!SG^<1M*9Q:*U(]X$<2JD,#MN^%( M)6.#BR+1[X=$\;LF"#DIEE>165VZ2O2*8WLZB57(7F"A5*8>'EVMK&-9Q`KF M*C#+EUOI2-VN0R*[78?%=+L..-'MRG0SD]O-[/CJYNAP=GCS_O/\$AO^ZNX6 MA^"`>#3'=@)_D-'$OA47.3H\^7Q\=7E[^E=$HC0TO_SX^>KFY/0&AUU=G]X< MWLZO$-FLL>O#F\,+)')U/C_^3PKS^?8_KT])X,?#\SLDJ>,ZOCK!4%)&(HC1 M):V[TM');B?\W&!D\/;0]V*/Y[>+%!- M2TU)P]CG<6,:]@8F5I;L"#$R9T>+E4W6 MI-5#AH%-'H@(P/J!R$P90A`-E$VD)=(TP"7\-"ZV*,`XH%"$JG.%B,=?I[P+ MF:/O*.0NGIB_[!#X&AQLP^5<#TEZQ3V8FC"Y^&G\%*8RGEJK[T#UQ`PW+IW= MG)Y^OCA%V&&E8Q'9WY]%,LBQT/SD7+=Y!'!Q_?E\?C%'F+WSR_GM_/!\_C>$ M?3)7IO7-Y>'H@9(=XDR90]=7HP>'NHRR/.?*F+PYO%P<'N/L:VW)GYT?OL<1 M\Y/32U3>J>G"T4\WIV'-X@.F'EQ>?59U M]/ST`I7/BE(M].H&D64*49.RB_D"9SLJ3!GM5W(FEI2UU>7"T0CNOR( MZZCT36FF&[X.0D01F0O6D-VWJM.G:M9R>77[^?2O\P6BI!3Y^?#D\/H6,X56 M_Z`"MT;H4L:9.3F8ZW[R>&(Y843(F&F7*)/(XFV#SU.2=FQ("UGJ$NU"S_]@KC(;B^F7\\O#7&QQ&FN5S?':GA M`X_)*%PB"J\,?YJFXRN-'2@-XV68!*/+:0,(-MMOM+6,Z4$7(GT2*0D+E^)$ MY$&(>"X'^R"BB67?7G@>KV6Z15K/NRP_=FS9+$1^I?(Z#5<"9\$N'F2*;H#E M;;,$2DV<+L3V'D4]J\Y]"UH%GHIO81^NK\_/3D MZ/#X9R0_1UEI^/&N)K`E5W/UV'`4K)!YVQ5`NI&[O'51`S%,@"$5E!UP=_GSY=4GQ#S@[G)Q=WU]=7-[BE]SV66Q2RC&/X/MF*I[ M(NXRD1)Z)R+V\>+SX=%"=1;'B(Y"0<=WREA"^%P4W%T>']X> M'IUC.#U3PF;]IU3-G6_3(,Z"R:/6+FEM>T"NTW9)U`*L"U-1S/J%@V'[>ZM/ MI*SLNCAAC=<5(*SVN@+(==\.C.R-^FCD6G"O!+)+;.64_,>O,.BG.<63AV#=K:YTQ=C7:V M2I/6I>T3I*05:EN`LE9M\99N__1RWK=DP/D1D):ZK/\O=A%/PO%+_]9 M,&$AT*:Q2X(.BUX;5)9&K7Q:.7P?K M@>F%AU[DLDZ'T%;)7`'">MF``';M:D>&M(8VIN(S1?02)J^P61*4M3;[&!%E MUMO%D]=B;-VU"+7Y"R2M3HWH$-8I^LHX5;LW*W%N+6[799>$]#+,S9* M7Z@94Z'[-TF+-S;.6<:Q=+@"I*4=!\V-7T]]:7,3[<)T)2&27E[WD;0X\.>>6K3M93/ASWSVI9KP1L1 M9$#+'2/H_<$K65^/;TUB_?;F_<+>LF-`WG^V^.[K!Y1?(&->IO^GGV$EZ+Y` MKKS$Z&#M:/`W3NR*OD!N>!\['&E?H\BNZ,MDA=^195?:VQ@S)/V"V>)YW,&[ MA&!Z&!<13!'L,H+)H5U(GSN.$>WX/`JX*HN\N$$T"9V1&ANMT$9+P_&<<7MB%&=993V!-D6X$K.#U>SF]/#D8G#?4A-,B;[^DHC-+(@B M4^%$-IZ9N^12;F=9$<_"K3'CY4HL9^8/<_W%F=FB.KE.C9#]Z?KTO=XGN/2D M=2*6YEZ(='A1'JEX&OM6_%"LU]L@OAU;#4=*FM(IGWVP"Z9(E@_O2_(OOA[Y M-BWB99"+U5D8"9_5T;*'7J:^MQ'XK/FNJM\VX&K[;0VNMN=VX8I[;B$]XO[: MBBONK=58N[-?JOV`C!."WL1`3U`<,P<('"H M\3Y"XMKNA&$_"`R:^;L$T.CO`<%3`%@N9X&^I"&;'45%NJ_?%00*K,9=D8K5 MXB%(Q(7.93!ZNMH(<&`]2JKYX.=%^?O^KV$"PF`P+PC,-\1F.\)S`\$YD<"\T<"\R<"8MD(ZP+3ET0&FK8T.,&UA=(!IJZ(#3%L2'6#:>FB`>]6[WUX=[T.L MV@9:RDBFV%[,AN"]BTW!^Y>&0C\2H@K7"*(2UPBB&J]EG&?8O+8A>%X[%'S4 M<#!B;/"B=3#XZ&%CM,AH<<''*IN"CU8V!1^O;`H^8MD4?,RR*?@`U%#HAH)H MP36":,$U0FC!B*&H1A"#48T@AJ,:00Q(-8(8DC9";K']E\7`.Q0+@K=P"X(W M\!K"Y@&B:E8$HF96!*)B5@2B7IJY$;8P;0A>FC8%+TZ;@I>G3<$[;)N"=]@V M!>^P;0K>8=L4O,.V*7B';5.'A`=#UT%$8ZH11&NJ$41SJA%">T+T\S6"Z.=K M!-'/UPBBGP_C/)7HOJ&&T-%@BK]",,5?(9CBKQ!$\2>I6`=+7/5O&40.)*E* M';9L&@@=#2%EB+*I$439U`BJ;$H$T31K!-$T\S"/T`-J`XU&$RR7(JM^`84$ M.#*KD-KY&LF-_/[@VQ_'QY4*R(I8A__ANV_OQN>5P==\MA);F/N'VR#="'-MO8A9]:K4XPOPLO6`GZT'_&P]\)RM_`0Q ML_4=/UO?\;/UW1_>\27\E@P_08R2D5&QC:_6JD\6&2<=C@XY.9"!LQ>/KP8BG0.^>N"*DKZHJ0&EY7A%1';!%N`5M:Y0ZV,$NBX)G8?"RU1:3- M,A\BYOIO'T*+!_F5+92$L>Y+>*C/67ZB<:]33"-<=\33&/<$P73&/=+ M36O((EV*B8D94&5BK@94F9B^`54F9G2]*JCZA0H!\5&OS3% M;"O15PR*7/5`J0>5L8T[8RKH.=2N1#7BE>\L*CQB%Y"$MA=#RJZF<9. M8+8DSO_`35HG&,4 M;!/UZ3Z,].6:C"1:FM[JVJ`FK/-1D>?FCIZK$&F:Y8I^M=UF\? M0TU@$1'0FR](F%"7!G3=KWVFN*/\4DE^B5*L&ENVE'GNH:7Y'3/&U%^@^GD< M1\:T/8PH8_+LL:4KSAAE;O0U.KYZX1$Q?!?LB+'Z7T?)>^<[IDZO^M.JA#ZL M3]3ZSEM";4U/R63V@JZDURYP4-IW)?#8^0T*>^CY!K79W9ZCS.CS*G<>N[OK MU\'W=+4.JY.K1;SU0*."A%;=T:M]JAZ25DMY2Q3#:=`1K+HMF=X36FFCY;6_ MZE/U6%L\]E)]FAXZJ#Y9=M]4BS*Z)91/-GO>WDOU`%E.VTAB\77=-]\+Y#6CH>*N^`&FZQ;4P$M=@V)H1: M;!L0\I'1J'6R,0WH.MF8!G2=;$P#NDXVIC&^FQNF,;X%NE<#7)Y9N(G-;L!5 MD`>Y?JW=>NKBDRXHLL=<)N8\VL1!^PYIUM%PR"8-DH=0_749A4DRO%FU/LW_:S+:`J=L&U M*BHZ^=E42AJ_*6(:^!`FQ"B_%)N-?E<7"5;_QN'ZF08G(EZ&$8W-I8QT^6[% M"D6CJZ)E>N$:_E86F8A$AJ-B\2T__#3X@M->)I%)D6Q%7.`HO6$;VQ]ERU1& M41+$@'X$D-?W0K44>$"3!/UQ65U#.KG;?I";V(`QR$ULN1CD)G;2#W(3V^D' MN8GC+H/#UE4!P(A7ZKIMX.=%X5JGJ55>I3"`I:@.7MDV\>FON,Y@Z4S'"C5O$ M0R`EE1.M=XB:N`AL"*/%-E%+!ZB)FCI`3?0N`]1$WS)`3?0L`]1$OS)`3?0J M`]3$31X]%.@R#]5AB3@+2^]P_GFRBW##5Q_!"*`)6Z'UDXP'#E?1[+V:0$]= M<:C#55ZF*%PJ?7CXB8>S0\YN"O4O+.B#B"(Y^Z#_W5=_0$,0G_(0>QR%^E9X M$JM?1#OE-NYAR[O`1HGUR"MFVE"5Q?M635D_1^,.4BOX@18/E%68!U%&YJ;, M:PM\EZ12S=2V^MIM1'P.AHCN._$-$8L.C1%7(S5&70='R)\LYN-CK!76O$;` MU%YS\R"0BA65Y6EAW-5@*`]%:B:OH;F2%8BEXI="198$^0,4R;+/0;I\.`C0 M`#C?&F+<-]='C'OB^HAQOUL?,>YEZR/&?6HN$<8/(@W!]; M9*;'0!WLB_JGK.J`$4@'5NT(&##,^(!.M?8-."!BGS$6>?M[#)46(> MV3`HYKA<&YLM9?*<:C?R]`RU84B!G2T:'G2T>( ME)@+H5H>>-JT-*RJ6R0$3*SYF.#C%C'!5ZOC@RI(314V)T]L$6*&M!+TW&@U2$G0;_F8'],7&HB5"/V:.^T-@4^A)Y=WVY`RSI-43OF`ZN`0IW8;-H\0:=;!04O9#1%)L[<3 M#B0/SUFH&/W00*2(0UUPGPT"B2DJ]\NN(_EU8MG&"3NQ!N&$G5BJT6'-ZP"_ MRO1Q.BBL2*/J;4DS?2KTJ5J#4XM[Z;)/E._\4CT3@P1'O[K,QT+O[>H!I+VA# MH-[=YX"P=_>5R/2>(@G*4A5*OMX&7T#!PJE%0AUL,DB>FINQL@S^S34KR2<#K@1>98':3Y;A+HT%T+O M$)T>4EVVB@U)J2$_TJ_T5;_E0N_R00O(."[WL^))\`*("ZY2-?(IZSQ6C2O% MPN7-]"O`CM@1;MQ\&0'';9D1<-RP&0*Q^0(R,EVN6N;%8DDJDD"-+.1ZEXJL MB/),H$%LC)`>1(%]&)S8\SX,3FQ['P2II4$M#&I94(N"6A+4@J"6P\0!A);+M4D%[;Y- M8&"'?6`^'NR_P8XO/2`P?3TD/;'`P:5+PK*]0T$[ORX&[6V['#4^:.ON6@K;O+05MWAR,^'O'IB`]'?#9HQ]7!H/U6!X-V6QULJM>*0Y"-JX*I_[^> MK*XJ7#RQ!UR',5T?9@I8,^5!3M@,KH>!1;(NXO*,)H*!3KO:\$]R&0!GSC6D M/L`F:360/RP:FT"FG\G`R;A["%) MY7KTKK8R'"SF)"S_!0?\O`J#S42)6*'K6Z7&TKL-\@=(D%S(9>/$Y'I\-7AFU7Q.''5CQ58=<[C[=.$GTY."[NR M[$CH6HR768B\2(@8H<89CE#A2BZ("*W#H(2J^I\B]]6P$QF%R^=Q)%T^*#LQ MLWNU?.12Z1%F_V]H:FQJX#`;D2_T^AD\;38!35G#@-.E?M&'_]2TY"&(5_KB M.C!:FHP9_(DL`/I`-3*5J&K_]%9-%C)]]4O9SY8C?VV"3-:^'1$99WF@C\^C MT7F<%*HHU%1FBX>OBIQ!EZ2,0T5>'E5%A(6.]BT!Z^'+T:&(\I!> M>PQ.ST-EK9H$GP(\#S:$KVX*(E0S;4WCJU=C@P/#`WI]'>X^F+J$28=I3`H"6 M,KEA7P>J=_<`?`LJ](/510&FK)7CK.H)7X_[7RW@5B;G^+:.J%!U;H MN@.!)Z@M83-38-IC:6ZU#)=H]V?@I;R[F4!.M`W%A. M>ML_8$SH0.5-,\!<=MFEL92A-GPONUB M-"D"FP1-2GQ>Y,4]78%?0$3I9%A7J0%U M&B6B5].!X?5:COKPVO(=<4#`$L,0.;$_:PQEQ`JP$X=0P.+&$`I8WAA")[8T MC:$3VYK&T(FM32,H/8/I^4O/7GKNTC.7GK<3.\=&R(G-8RZ9JODPU'+>I?`1 MH9ISS:"ZCQHBQ82JT36$JLPUA*K'-82JPC6$JKTUA*JX-82JLS5$J:Z48CJ@ MU*(#2BVBU`=*=:#4!DIEH-0%2E7`U(32]D9V0BV$*=:6PE2[EL)4A]5FB7RF MBL`\4(5@GJ9""(^"J=@5@JG7HKTR&9=O+HC)/I?$Y*)+8C+3)3%YZI+TK,5T M'"Z)Z3Z`&[+[&4PA-A"F_.3]EZV:6D9XBZE+3OO>^E%:6C$9XW"8(=,!R3%2 MBP-EA#D@IC$Y(*8M.2"F*3D@IB4Y(&8T=D#,D&R#U&*DEB*U$*EE2"U":@E2 M"Q!3?OKB+)'F(>2PQ@B(:?HNB:DT+HFI-HK,Y5)B^U,;0SYBRV'Z4PI*6PO0C+87I15H*TX=D>7&/'?\;!E7I:PA5+VH(52UJ"%4K:@A5*6H(52=J M"%4E:@A3(_(PAUPP:C.PLU\:4.E9IN']Q(:W>A?9['`Y<5E@$_(X?4YRN4BF M;L!K`+,/0R\;'UZG\DG]:>)E/0UX;78QG(63^S$;8E%]N)4RRA;%=COY,JX& M72KK=:(6-V%7,DG#)Y6NS=2!W`9I3XZ.>AK:\-,[,9JPRO#>AAG@':H-D6VO M99J_UU]""5T!Z]_*^UQ6`*<+@!]WO0`$QO?B`03&M^8!!,8WQP$$QK=9`03& M+_`""(Q?XP40&-^S!Q#X$U?@D%V.A[PT<%K2Q%`]14]8Q5,X,_8)DV$"Y]'0 M/KN?GC!!)N@)6V2"GC!*)N@)ZV2"GC!3)N@)`W:$UO;+U&L,ZQM\RS.`S;;W M(,KUU:ZSTR<9/8D5X/#HA-!5&F[".(CX2F:PGJR(HQ+EGR=?9#BE`CF2/Z&1 M2WT:@:*P++)<;F?'YC\G01[4^V,I>5N),;*V4N#D225!SQ)A*JNR^K)"66G\ MNMO1XU?ACB`CNSM*G&SO2'&SO_RCR?Q"_[VJEIX*8T#=5]%4\NR"J73XQ5() M,0KEFW[[A2K8;'9J/GHKCP%A#T71*G,*HE5A%4,KPRV$LGT=23EQ=!$@O219";L&R]1:"JFO[$5F*7F(<.S=*AEUE]R"V(8Y%.S;=&%393<^9^&N*3 MZ"5C&7NI=FCNH-%?0D`JG1?&ET[+XXFE9?/FT++Z` M6A9?0BV++R+X%KT)&%],B#UP$S2^J!#[X29H?'$A]L9-T),+!3MT<[4,I;AM M&%_<-HTO;IO&%[=-XXO;IO'%77X%/,@YS5,RWA687%"<5."G@5(!7`5*)7`4 MV$E@IX!2$QT!=F7$=S\=`4H/Y`A,KE9."4PN6`X)`+=H#0J`]FOUT$_ZDEP) M>T7'!,Z(&M^$+1C?="P8WVPL&-]D+!C?7"P8WU0L&-],+'BJB>A+`D'S\J]A MO($$K.+&AS8I7US,CYMK^5'DQ^9WO04Q7(>0%T,,B^@&.H!6SO*?@B2(12;> M'AP--$/G\KG7J<[JUSI/8OV^#C`""0D),^3:;ZZ7VZK'SJ0M#E=>7?GNW2/-@,ZC;`.O0O%!E M.?[VA":XKA#J@_Y6WRD&?8WY$+_4>SB*N/FZ?@,*6T??[)P6^L(G#VI^)$[3 M5*8W(I%I/KP3"*$W\J8AJ,KI-S6Q,6]ZN!#;>^$CK\Y"$:T\Z'A+T(7('Z2/ M%%V7KZOWHJ3:RFTP^'IVE([P4)NN4[E14J?ERSX\/.&-E#YD%D)XR*9R[=%4 M3`]J/B0>4ODU\R&D[Z=C:B1EM?;3?]=BV?CQ#*QX>N@L1E> MZXLV*2`6DLIZU:,UZ1'K[(G"K.\2T0D,/=C7DQ2Q>JW?$8;&\^=(9`]"#5O+ M+(.`N!RMLQ(,E*NGIE-E+PRMZ([BM[KTL*",U^&F2,LI#A(^"5-A MKK.\"&)5ENA4GY@R.;Q7QLCD]?)#&A]4/BN=3VDX\K:@,9A&SG6M."K":(5G M+T26J>RZ$7D:BI'=#$/\POSG.L@'+[8?(G%UN8+:-[*5;2C;;Z]BX,A\_A+0 ME/3K4E9!NIH=WBO[6LV#3&'0RG%'JS*P7D#2D]JBN/>DI/L+KE045:^\.],C M-U/-2/&?S\C<9>)"S4,]R/A(#5?#[J47U;<RL_LD^;%L8?7\W-E`Q`[ MQ1Y!K<9,77=NR7_>1E_JY2*+0BY'('GH7S?23FY*ZK#Y( M/=HRU3RTM]:\K[]B&O>[@H0)0T5J%PS&4_WU(2"3(U5BV*'J]5IG*?/1U$0/PZLBHVP MUR+=$M'RE1]:`,DF.27&K'[2H2M&)L&AM=0Q4(\A^A$ID=8L)=Z?Q7.FY@Q# M;X0:1)/\*A;'0VO;(]CM5ZDS25_Y"&2_!/#FI\)FX29&-%C=/:`"3_M][=`K M@)_8#@]O_SIT`@^]ND>$?5SKZY.075B-@8%'\:R_`X??AIMT=-O&#A&KX$_B M(,B680B&RM=@H5*6;D-X,:O`@_<_]05N;EJ$,J4[?>16B!TB?]`OK)PN.?TA M>UT>N0&&G@SU-8S?'>`&VQ*!#YEE>/"`609'#I!B;`KG4"ZT@#,!XV@:=[C;;L)"QM`T-[19@XV@5%C"*UB&!@V$9'#H4EJ'A`V$9 M'C4,E@AB$"P!T!#8!)T>`)N@X.&O)#J#WW]?A6FZW0,V*FAP0#C7\H4#@)"3 MLVNZ!IZD1XH`5KV[.,@")!`-P8'ID,,AZGV=AS1.:%.A]D:$J^OS:#2*F@YL7;\(#@RM1&7PJ7#UG=60<'VO"<9SY?O=\%PY M745S&``2%I;].F3;?>6J_\(0D+#09],GZY0E"M)L7X<*EV\00.C)(-.&31UP M+>\AH2*Q!(]<;?"ID*KGTILF@WC,HBJ#QGHS*:C*Q-.5>QMFRM*I-G8`TJG# M3X8)\H>I,%^>MLEDX:E`J^E`,:R[4>$F@ZSNET9K9&K0"0D*N%&61AZDDX6A M`T^&"28[R%!.AHCS:):9G@$2%!!&60%!7AYJ`C7T#G*K#(DC:$1'=P?+IM`21:[7(EI[W+XQ/O*"#9DR`7M^&6GOP= M`7SZ70DD?"RC2/&$E+$G:K-/7D??D03$^I+``2%&8SZ)"-F?D@HFAZ,+$(0-BI('I* M&9L7FDR%7*7!)EZE,@&-Q$WHJ8!+U5)*HVTR!?/+T13 MN$I$'$GYZ"VO=@3YV=4OZ46+)O(^*#9B4=XKPGBN5H;!\TNLDN&7DRW$4""A M<$@\B3@WKR^F99W-(Q^U1<$,(.!DD.5234RF0AVL0".^#H9RTK<`(&20A*^_ M)**Z@.>U6:7&8/4BG$F:F;$O9^4?]$Z9UT4V6`2`01?#KH1(CA M/ZLH9C+=S.1VHR9XV66P-9.'Z2+L!\O_'$LUJ_M6GXWTJX;4``:_NCDZG.F+ M4_1Q,G2"'1K#D"+2=S(6!&FF M)D746"T-"LF)%HFHOTR-W;T<,8F(T)BN=`>$!T^B8#W;%E$>4B)K:2PC\H!4 MT"V-9*AQW0=9N.31.`8>6E? M0>$CNI?IBI;$D@2'AP0LYUSA?1B9-W%CTN2@`&`ZR*S(PVCV:YA@$M)`T*!? M`E3F-Q`T*%8;$`P[Z`!'FUGV"RZY*CPDE/,26I0^;/_4;GBS$K8.]*%84GPM MCZ%(4>FWW=-)3/A@B2Q="T0$!P0U>]+,(B(J02T&#%QOY$5&80`@E-X?A4G&Z"ZI)I3>U(22'=\%U02+`C6N5OO$4/HVB`A. MB@,:%&$UE0`V,8!@(6KV/;I9J@E4KO-B9$M"_[LL'6`\&LH`PFF'>9*&."NZ MI8!A2R]N*F)E+V*GDKT"*(P4&3@L01X8<",D7EU#P*!K22AV#0&#HF=G+04, MB^EA3/AXA4[/:FPSH!LRR(,\5>UNC30LNC`0,5-$=$2&@H;%:4-"F8U5..&) MO5AUP/$0H)6Q8&07WGMY_??G[[^>WGMY_??G[[^>WG 0MY_??IR?_Q>2.;SU`%`%`/WN ` 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 Oct 4 3:40:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E9B037B40C for ; Thu, 4 Oct 2001 03:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94Ae2235120; Thu, 4 Oct 2001 03:40:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A48937B40A for ; Thu, 4 Oct 2001 03:35:50 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94AZog34533; Thu, 4 Oct 2001 03:35:50 -0700 (PDT) (envelope-from nobody) Message-Id: <200110041035.f94AZog34533@freefall.freebsd.org> Date: Thu, 4 Oct 2001 03:35:50 -0700 (PDT) From: brad forschinger To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31033: mail/pantomime's distfile missing Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31033 >Category: ports >Synopsis: mail/pantomime's distfile missing >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 03:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: brad forschinger >Release: 4.4-stable >Organization: >Environment: ... >Description: betwixt:/usr/ports/mail/pantomime# make >How-To-Repeat: build mail/pantomime >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Pantomime-0.4.0.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://www.gnustep.it/nicola/Applications/. fetch: Pantomime-0.4.0.tar.gz: Not Found >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: Pantomime-0.4.0.tar.gz: Bad Gateway >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/ and try again. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 3:50: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B382537B403 for ; Thu, 4 Oct 2001 03:50:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94Ao6b36187; Thu, 4 Oct 2001 03:50:06 -0700 (PDT) (envelope-from gnats) Date: Thu, 4 Oct 2001 03:50:06 -0700 (PDT) Message-Id: <200110041050.f94Ao6b36187@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Brad Forschinger Subject: Re: ports/31033: mail/pantomime's distfile missing Reply-To: Brad Forschinger Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31033; it has been noted by GNATS. From: Brad Forschinger To: freebsd-gnats-submit@FreeBSD.org, bnjf@optushome.com.au Cc: Subject: Re: ports/31033: mail/pantomime's distfile missing Date: Thu, 04 Oct 2001 20:42:24 +1000 http://www.collaboration-world.com/pantomime.data/releases/Development/Pantomime-0.4.0.tar.gz seems to be the official location? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 3:56:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.tgd.net (rand.tgd.net [64.81.67.117]) by hub.freebsd.org (Postfix) with SMTP id 1544737B403 for ; Thu, 4 Oct 2001 03:56:07 -0700 (PDT) Received: (qmail 89084 invoked by uid 1001); 4 Oct 2001 10:56:05 -0000 Date: Thu, 4 Oct 2001 03:56:05 -0700 From: Sean Chittenden To: dwcjr@FreeBSD.org Cc: ports@freebsd.org Subject: postfix + pgsql? Message-ID: <20011004035604.N86031@rand.tgd.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-PGP-Key: 0x1EDDFAAD X-PGP-Fingerprint: C665 A17F 9A56 286C 5CFB 1DEA 9F4F 5CEF 1EDD FAAD X-Web-Homepage: http://sean.chittenden.org/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Howdy. The patch below allows for a postgresql maps in postfix: very cool, IMHO. The patch applies against the postfix installation that comes in the freebsd ports (3 hunks fail from previous patches and are _extremely_ easy to apply by hand). http://www.mat.cc/postfix/ http://www.mat.cc/postfix/postfix-pg.snapshot-20010228.patch The proceedure that I step through: make configure cd work fetch http://www.mat.cc/postfix/postfix-pg.snapshot-20010228.patch ln -s postfix-20010228-pl05 snapshot-20010228 patch -p0 < postfix-pg.snapshot-20010228.patch cd postfix-20010228-pl05/src/util [apply rejected hunks (rej included below)] cd ../../.. [edit Makefile.inc to add pgsql opts (diff included)] make post-patch make make install In the Makefile.inc I've ommitted the build dependencies because I have postgres installed, but that'd probably be a nicety to add in. I've noticed that if I"ve compiled in kerberos support into postgres, that I need to include '/usr/local/lib/libkrb5.a -lkrb5' into the POSTFIX_AUXLIBS. # diff -u Makefile.inc.orig Makefile.inc --- Makefile.inc.orig Thu Oct 4 03:40:25 2001 +++ Makefile.inc Thu Oct 4 03:44:00 2001 @@ -30,6 +30,8 @@ DISTFILES+= ${DISTNAME}.tar.gz pfixtls-0.7.9-20010228-pl04-0.9.6b.tar.gz EXTRA_PATCHES+= ${WRKDIR}/pfixtls-0.7.9-20010228-pl04-0.9.6b/pfixtls.diff PATCH_STRIP= -p1 +POSTFIX_CCARGS+= -DHAS_PGSQL -I/usr/local/include/pgsql +POSTFIX_AUXLIBS+= /usr/local/lib/libpq.a -lcrypt PLIST_SUB+= SUB_PCRE="" PLIST_SUB+= SUB_SASL="" PLIST_SUB+= SUB_TLS="" # cat work/snapshot-20010228/src/util/Makefile.in.rej *************** *** 23,29 **** clean_env.c watchdog.c spawn_command.c duplex_pipe.c sane_rename.c \ sane_link.c unescape.c timed_read.c timed_write.c dict_tcp.c \ hex_quote.c dict_alloc.c rand_sleep.c sane_time.c dict_debug.c \ - sane_socketpair.c OBJS = argv.o argv_split.o attr.o basename.o binhash.o chroot_uid.o \ close_on_exec.o concatenate.o dict.o dict_db.o dict_dbm.o \ dict_env.o dict_ht.o dict_ldap.o dict_mysql.o dict_ni.o dict_nis.o \ --- 23,29 ---- clean_env.c watchdog.c spawn_command.c duplex_pipe.c sane_rename.c \ sane_link.c unescape.c timed_read.c timed_write.c dict_tcp.c \ hex_quote.c dict_alloc.c rand_sleep.c sane_time.c dict_debug.c \ + sane_socketpair.c dict_pgsql.c OBJS = argv.o argv_split.o attr.o basename.o binhash.o chroot_uid.o \ close_on_exec.o concatenate.o dict.o dict_db.o dict_dbm.o \ dict_env.o dict_ht.o dict_ldap.o dict_mysql.o dict_ni.o dict_nis.o \ *************** *** 48,54 **** clean_env.o watchdog.o spawn_command.o duplex_pipe.o sane_rename.o \ sane_link.o unescape.o timed_read.o timed_write.o dict_tcp.o \ hex_quote.o dict_alloc.o rand_sleep.o sane_time.o dict_debug.o \ - sane_socketpair.o HDRS = argv.h attr.h binhash.h chroot_uid.h connect.h dict.h dict_db.h \ dict_dbm.h dict_env.h dict_ht.h dict_ldap.h dict_mysql.h \ dict_ni.h dict_nis.h dict_nisplus.h dir_forest.h events.h \ --- 48,54 ---- clean_env.o watchdog.o spawn_command.o duplex_pipe.o sane_rename.o \ sane_link.o unescape.o timed_read.o timed_write.o dict_tcp.o \ hex_quote.o dict_alloc.o rand_sleep.o sane_time.o dict_debug.o \ + sane_socketpair.o dict_pgsql.o HDRS = argv.h attr.h binhash.h chroot_uid.h connect.h dict.h dict_db.h \ dict_dbm.h dict_env.h dict_ht.h dict_ldap.h dict_mysql.h \ dict_ni.h dict_nis.h dict_nisplus.h dir_forest.h events.h \ *************** *** 64,70 **** vbuf.h vbuf_print.h vstream.h vstring.h vstring_vstream.h \ dict_unix.h dict_pcre.h dict_regexp.h mac_expand.h clean_env.h \ watchdog.h spawn_command.h sane_fsops.h dict_tcp.h hex_quote.h \ - sane_time.h sane_socketpair.h TESTSRC = fifo_open.c fifo_rdwr_bug.c fifo_rdonly_bug.c select_bug.c \ stream_test.c dup2_pass_on_exec.c WARN = -W -Wformat -Wimplicit -Wmissing-prototypes \ --- 64,70 ---- vbuf.h vbuf_print.h vstream.h vstring.h vstring_vstream.h \ dict_unix.h dict_pcre.h dict_regexp.h mac_expand.h clean_env.h \ watchdog.h spawn_command.h sane_fsops.h dict_tcp.h hex_quote.h \ + sane_time.h sane_socketpair.h dict_pgsql.h TESTSRC = fifo_open.c fifo_rdwr_bug.c fifo_rdonly_bug.c select_bug.c \ stream_test.c dup2_pass_on_exec.c WARN = -W -Wformat -Wimplicit -Wmissing-prototypes \ -- Sean Chittenden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 4:30:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C6EE37B409 for ; Thu, 4 Oct 2001 04:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94BU2v49702; Thu, 4 Oct 2001 04:30:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A815F37B408 for ; Thu, 4 Oct 2001 04:25:53 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94BPr549303; Thu, 4 Oct 2001 04:25:53 -0700 (PDT) (envelope-from nobody) Message-Id: <200110041125.f94BPr549303@freefall.freebsd.org> Date: Thu, 4 Oct 2001 04:25:53 -0700 (PDT) From: David To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31036: NEW PORT: KWebget Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31036 >Category: ports >Synopsis: NEW PORT: KWebget >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 04:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David >Release: 4.4-STABLE >Organization: >Environment: >Description: Add New Port KWebget, a KDE2 frontend to Wget. >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: # # . # ./pkg-descr # ./pkg-comment # ./distinfo # ./Makefile # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XKWebGet is a frontend to the great 'wget'. XIt comes with nearly the same functionallity, but the Xuser will not have to type such long commandline-arguments. X XIt can be used to download single files, or to download Xentire websites, which can be browsed offline. X XWWW: http://www.kpage.de/en/kwebget/content.html X X- David Xddavid_3@yahoo.com END-of-./pkg-descr echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XA KDE frontend to wget. END-of-./pkg-comment echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (KDE/kwebget-0.7.tar.bz2) = 9c6574aaf69a8ff01fe874acd5e78041 END-of-./distinfo echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: kwebget X# Date created: 21 September 2001 X# Whom: David X# X# X XPORTNAME= kwebget XPORTVERSION= 0.7 XCATEGORIES= ftp kde XMASTER_SITES= http://www.kpage.de/download/ XDIST_SUBDIR= KDE X XMAINTAINER= ports@freebsd.org X XRUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget X XUSE_KDELIBS_VER=2 XUSE_BZIP2= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes X Xpost-patch: X @${PERL} -pi -e 's#lqt#lqt2#g' ${WRKSRC}/configure ${WRKSRC}/kwebget/Makefile.in X X.include END-of-./Makefile echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/kwebget Xshare/applnk/Internet/kwebget.desktop Xshare/doc/HTML/de/kwebget/index-1.html Xshare/doc/HTML/de/kwebget/index-2.html Xshare/doc/HTML/de/kwebget/index-3.html Xshare/doc/HTML/de/kwebget/index-4.html Xshare/doc/HTML/de/kwebget/index-5.html Xshare/doc/HTML/de/kwebget/index.html Xshare/doc/HTML/de/kwebget/logotp3.gif Xshare/doc/HTML/en/kwebget/index-1.html Xshare/doc/HTML/en/kwebget/index-2.html Xshare/doc/HTML/en/kwebget/index-3.html Xshare/doc/HTML/en/kwebget/index-4.html Xshare/doc/HTML/en/kwebget/index-5.html Xshare/doc/HTML/en/kwebget/index.html Xshare/doc/HTML/en/kwebget/logotp3.gif Xshare/icons/hicolor/32x32/apps/kwebget.png Xshare/icons/locolor/16x16/apps/mini-kwebget.png Xshare/locale/de/LC_MESSAGES/kwebget.mo Xshare/locale/fr/LC_MESSAGES/kwebget.mo X@dirrm share/doc/HTML/de/kwebget X@dirrm share/doc/HTML/en/kwebget END-of-./pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 4:34:49 2001 Delivered-To: freebsd-ports@freebsd.org Received: from router.darlow.co.uk (pc2-bigg2-0-cust101.lut.cable.ntl.com [213.107.35.101]) by hub.freebsd.org (Postfix) with ESMTP id 4449837B403 for ; Thu, 4 Oct 2001 04:34:45 -0700 (PDT) Received: from darlow.co.uk (65534@localhost [127.0.0.1]) by router.darlow.co.uk (8.11.6/8.11.6) with SMTP id f94BYgD90254 for ; Thu, 4 Oct 2001 12:34:43 +0100 (BST) (envelope-from neil@darlow.co.uk) Received: from 194.168.148.16 (SquirrelMail authenticated user neil) by www.darlow.co.uk with HTTP; Thu, 4 Oct 2001 12:34:43 +0100 (BST) Message-ID: <62852.194.168.148.16.1002195283.squirrel@www.darlow.co.uk> Date: Thu, 4 Oct 2001 12:34:43 +0100 (BST) Subject: =?iso-8859-1?Q?Is_INDEX_being_updated=3F?= From: "Neil Darlow" To: Reply-To: neil@darlow.co.uk X-Mailer: SquirrelMail (version 1.2.0 [rc2]) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I've just upgraded to RELENG_4_4 from RELENG_4_3 and found the pkg_version utility. I've been using this to track package versions since upgrading (after editing the script to reference the master INDEX file for ports-current). Concerned that new package versions didn't appear to be coming, I visited the ports section of the FreeBSD web site and found that some of my packages were several weeks out of date. Is the master INDEX file not being updated on a regular basis for some reason? Regards, Neil Darlow M.Sc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 4:40:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEACD37B408 for ; Thu, 4 Oct 2001 04:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94Be1c50813; Thu, 4 Oct 2001 04:40:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 97D6C37B403 for ; Thu, 4 Oct 2001 04:39:01 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94Bd1950661; Thu, 4 Oct 2001 04:39:01 -0700 (PDT) (envelope-from nobody) Message-Id: <200110041139.f94Bd1950661@freefall.freebsd.org> Date: Thu, 4 Oct 2001 04:39:01 -0700 (PDT) From: David To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31037: NEW PORT: Krusader Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31037 >Category: ports >Synopsis: NEW PORT: Krusader >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 04:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David >Release: 4.4-STABLE >Organization: >Environment: >Description: Add New Port Krusader, A FileManager for KDE2, similar to MidnightCommander and Norton Commander, only Prettier :) >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: # # . # ./distinfo # ./Makefile # ./pkg-comment # ./pkg-descr # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (KDE/krusader-0.96-beta2.tar.gz) = 0859223003edd3a3685a8426808bc65f END-of-./distinfo echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: kdeutils2 X# Date created: Sun 14 May 2000 02:52:20 X# Whom: David X# X# X# X XPORTNAME= krusader XPORTVERSION= 0.96-beta2 XCATEGORIES= x11-fm kde XMASTER_SITES= http://krusader.sourceforge.net/distributions/ XDIST_SUBDIR= KDE X XMAINTAINER= ports@FreeBSD.org X XRUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ X unzip:${PORTSDIR}/archivers/unzip X XUSE_KDELIBS_VER=2 XGNU_CONFIGURE= yes XUSE_GMAKE= yes X X.include X X.if defined(WITH_ARCHIVERS) XRUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar \ X unace:${PORTSDIR}/archivers/unace \ X unarj:${PORTSDIR}/archivers/unarj X.endif X X.if !defined(WITH_ARCHIVERS) Xpre-fetch: X @${ECHO} X @${ECHO} "If you would like to use more archivers that this" X @${ECHO} "program supports, press CTRL-C right now and define" X @${ECHO} "WITH_ARCHIVERS (make WITH_ARCHIVERS=yes install)" X @${ECHO} X @sleep 4 X.endif X Xpre-configure: X (cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common configure.in &&\ X aclocal && automake --foreign --include-deps ./Makefile &&\ X ${PERL} admin/am_edit Makefile.in && autoconf) X X.include END-of-./Makefile echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XA File Manager for KDE2. END-of-./pkg-comment echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XKrusader is a File Manager for KDE 2.x, patterned after Xold-school managers like Midnight Commander and Norton XCommander. It features basically all your file-management Xneeds, plus extensive archive handling, supporting many Xarchive formats, mounted filesystems support, ftp, and Xmuch much more. X XIt is (almost) completely customizable, very user friendly, Xfast, and damn good looking :-) X XWWW: http://krusader.sourceforge.net X XDavid Xddavid_3@yahoo.com END-of-./pkg-descr echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/krusader Xshare/applnk/Applications/krusader.desktop Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_addbookmark.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_arc_pack.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_arc_unpack.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_arc_test.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_bookman.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_bookmark.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_calc.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_compare.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_ftp_connect.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_ftp_disconnect.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_ftp_new.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_fullview.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_hwinfo.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_invert.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_mountman.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_properties.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_select.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_selectall.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_terminal.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_treeview.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_unselect.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_unselectall.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_addbookmark.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_arc_pack.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_arc_test.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_arc_unpack.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_bookman.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_bookmark.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_calc.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_compare.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_ftp_connect.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_ftp_disconnect.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_ftp_new.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_fullview.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_hwinfo.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_invert.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_mountman.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_properties.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_select.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_selectall.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_terminal.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_treeview.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_unselect.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_unselectall.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_addbookmark.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_arc_pack.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_arc_test.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_arc_unpack.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_bookman.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_bookmark.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_calc.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_compare.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_ftp_connect.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_ftp_disconnect.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_fullview.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_ftp_new.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_hwinfo.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_invert.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_mountman.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_properties.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_select.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_selectall.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_terminal.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_treeview.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_unselect.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_unselectall.png Xshare/apps/krusader/about.png Xshare/apps/krusader/krusaderui.rc Xshare/apps/krusader/konfig_small.jpg Xshare/doc/HTML/en/krusader/common Xshare/doc/HTML/en/krusader/index.docbook Xshare/doc/HTML/en/krusader/keys.htm Xshare/doc/HTML/en/krusader/cmdline.png Xshare/doc/HTML/en/krusader/fnkeys.png Xshare/doc/HTML/en/krusader/krusader1.png Xshare/doc/HTML/en/krusader/listpanel.png Xshare/doc/HTML/en/krusader/mainwindow.png Xshare/doc/HTML/en/krusader/terminalEmu.png Xshare/doc/HTML/en/krusader/toolbar.png Xshare/doc/HTML/en/krusader/commands.sgml Xshare/doc/HTML/en/krusader/credits.sgml Xshare/doc/HTML/en/krusader/faq.sgml Xshare/doc/HTML/en/krusader/installation.sgml Xshare/doc/HTML/en/krusader/introduction.sgml Xshare/doc/HTML/en/krusader/konfigurator.sgml Xshare/doc/HTML/en/krusader/krusader-tools.sgml Xshare/doc/HTML/en/krusader/using-krusader.sgml Xshare/icons/hicolor/16x16/apps/krusader.png Xshare/icons/hicolor/32x32/apps/krusader.png Xshare/locale/sv/LC_MESSAGES/krusader.mo Xshare/mimelnk/application/x-ace.desktop X@dirrm share/apps/krusader/icons/hicolor/16x16/actions X@dirrm share/apps/krusader/icons/hicolor/22x22/actions X@dirrm share/apps/krusader/icons/hicolor/32x32/actions X@dirrm share/apps/krusader/icons/hicolor/16x16 X@dirrm share/apps/krusader/icons/hicolor/22x22 X@dirrm share/apps/krusader/icons/hicolor/32x32 X@dirrm share/apps/krusader/icons/hicolor X@dirrm share/apps/krusader/icons/ X@dirrm share/apps/krusader X@dirrm share/doc/HTML/en/krusader END-of-./pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 4:40:35 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB15E37B407 for ; Thu, 4 Oct 2001 04:40:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94Be4E50822; Thu, 4 Oct 2001 04:40:04 -0700 (PDT) (envelope-from gnats) Date: Thu, 4 Oct 2001 04:40:04 -0700 (PDT) Message-Id: <200110041140.f94Be4E50822@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oyvind Moll Subject: Re: ports/30761: Fix/upgrade port: audio/ripit [MAINTAINER] Reply-To: Oyvind Moll Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/30761; it has been noted by GNATS. From: Oyvind Moll To: Jun Kuriyama Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/30761: Fix/upgrade port: audio/ripit [MAINTAINER] Date: Thu, 4 Oct 2001 13:39:40 +0200 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit On Tue, Oct 02, 2001 at 09:33:25AM +0900, Jun Kuriyama wrote: | | It seems submitted version depends on lame to retrieve genre list. | Should this port depends on lame although users can choose another | encoder? | | # And latest lame port seems not to have --genre-list option... Attached is a revised patch which fixes (or avoids, rather) this problem. It also tries to fix a problem occuring when using cdda2wav and a SCSI CD-ROM device, but this has not been tested. It's certainly not worse than before. The attached patch works for me. -- Øyvind Møll oyvindmo@initio.no --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ripit.diff" diff -uNr ripit.orig/Makefile ripit/Makefile --- ripit.orig/Makefile Thu Aug 2 11:14:27 2001 +++ ripit/Makefile Wed Oct 3 20:29:26 2001 @@ -6,24 +6,23 @@ # PORTNAME= ripit -PORTVERSION= 1.8 -PORTREVISION= 1 +PORTVERSION= 2.0 CATEGORIES= audio MASTER_SITES= http://www.initio.no/~oyvindmo/distfiles/ MAINTAINER= oyvindmo@initio.no -RUN_DEPENDS= bladeenc:${PORTSDIR}/audio/bladeenc \ - lame:${PORTSDIR}/audio/lame \ - gogo:${PORTSDIR}/audio/gogo \ - tosha:${PORTSDIR}/audio/tosha \ - cdda2wav:${PORTSDIR}/sysutils/cdrtools \ - cda:${PORTSDIR}/audio/xmcd +# See pkg-message about other dependencies. +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/CDDB_get.pm:${PORTSDIR}/audio/p5-CDDB_get \ + mp3info:${PORTSDIR}/audio/mp3info NO_BUILD= yes USE_PERL5= yes do-install: @ ${INSTALL_SCRIPT} ${WRKSRC}/ripit.pl ${PREFIX}/bin + +post-install: + @ ${CAT} ${PKGMESSAGE} .include diff -uNr ripit.orig/distinfo ripit/distinfo --- ripit.orig/distinfo Mon Jun 5 00:37:22 2000 +++ ripit/distinfo Sun Sep 23 14:13:38 2001 @@ -1 +1 @@ -MD5 (ripit-1.8.tar.gz) = f2cf29b275525e1c91fe726479e71172 +MD5 (ripit-2.0.tar.gz) = b1d8cdff1346849ea47e766e40e14111 diff -uNr ripit.orig/files/patch-aa ripit/files/patch-aa --- ripit.orig/files/patch-aa Sun Oct 1 12:22:27 2000 +++ ripit/files/patch-aa Wed Oct 3 21:50:49 2001 @@ -1,84 +1,135 @@ ---- ripit.pl.orig Mon May 22 15:27:36 2000 -+++ ripit.pl Sun Sep 24 03:38:07 2000 -@@ -15,25 +15,32 @@ - # --bitrate [rate] - Encode MP3 at this bitrate +--- ripit.pl.orig Sat Aug 25 18:20:06 2001 ++++ ripit.pl Wed Oct 3 21:50:36 2001 +@@ -9,41 +9,49 @@ + # Create an M3U file + # + # Options: +-# [start_track] - rips from this track to last track +-# --halt - powers off the machine when finished +-# if your configuration supports it +-# --bitrate [rate] - Encode MP3 at this bitrate ++# [start_track] - rips from this track to last track ++# --halt - powers off the machine when finished ++# if your configuration supports it ++# --bitrate [rate] - Encode MP3 at this bitrate # --year [year] - Tag MP3 with this year (included as CDDB # does not store this information) --# --device - CDROM device to rip from -+# --device - CDROM device to rip from -+# --numcpu - Number of parrallel encoders to run -+# --outputdir - Directory in which to place MP3s -+# --cdripper - Which cdripper to use -+# --encoder - Which encoder to use - # - # Version 1.8 22/05/00 - Simon Quinn - # - # Usage: ripit.pl [--halt] [--bitrate rate] --# [--year year] [--device cddevice] [start_track] -+# [--year year] [--device cddevice] [--numcpu cpus] -+# [--outputdir dir] [--cdripper ripper] [--encoder encoder] -+# [start_track] +-# --genre [genre] - Overrides CDDB genre, e.g. rock,funk +-# --device [device] - CDROM device to rip from ++# --genre [genre] - Overrides CDDB genre, e.g. rock,funk ++# --device [device] - CDROM device to rip from + # --encopt [options] - Parameters to pass to encoder + # --encoder [encoder] - Encoder to use, see below + # --cdripper [ripper] - Cdripper to use, see below + # --cdopt [options] - Parameters to pass to cdripper + # --outputdir [dir] - Where MP3s should go ++# --numcpu [cpus] - Number of parallel encoders to run ++# --auxdev [device] - Auxiliary CD-ROM device name. When using ++# cdda2wav with a SCSI device, use ++# ,, for --device and e.g. ++# /dev/sr0 for --auxdev. The --auxdev value ++# is given to CDDB_get.pm for CDDB lookup. + # + # Version 2.0 20/08/01 - Simon Quinn + # + # Usage: ripit.pl [--halt] [--bitrate rate] [--year year] [--genre genre] +-# [--device cddevice] [--encopt options] [--encoder encoder] ++# [--device cddevice] [--encopt options] [--encoder encoder] + # [--cdripper cdripper] [--cdopt options] [--outputdir dir] +-# [start_track] ++# [--numcpu cpus] [start_track] #################################################################### # # User configurable variables # $cddev = "/dev/cdrom"; # CD Audio device --$outputdir = "/dosc/cdrip/"; # Where the MP3s should go -+$outputdir = "/dosc/cdrip"; # Where the MP3s should go +-$outputdir = "/tmp/cdrip/"; # Where the MP3s should go, +- # must have trailing / ++$cdauxdev = "/dev/sr0"; # Auxiliary CD-ROM device, when using ++ # cdda2wav and SCSI devices ++$outputdir = "/tmp/cdrip/"; # Where the MP3s should go $bitrate = 160; # Bitrate for MP3s - $encoder = 1; # 0 - Bladeenc, 1 - Lame, 2 - Gogo +-$encoder = 0; # 0 - Lame, 1 - OggVorbis ++$encoder = 0; # 0 - Lame, 1 - Gogo, 2 - OggVorbis $encopt = ""; # options for mp3 encoder - $cdripper = 0; # 0 - cdparanoia, 1 - cdda2wav, -- # 2 - tosha, 3 - cdd -+ # 2 - tosha, 3 - cdd, 4 - dagrab + $cdripper = 0; # 0 - dagrab, + # 1 - cdparanoia, 2 - cdda2wav, + # 3 - tosha, 4 - cdd $cdopt = ""; # options for cdaudio ripper +$numcpu = 1; # Number of parallel encoders to run - $use_underscore = 0; # Use _ instead of spaces in filenames (1 yes, 0 no) - -@@ -53,6 +60,9 @@ - require "flush.pl"; - use Getopt::Long; + $CDDB_HOST = "freedb.freedb.org"; # set cddb host + $CDDB_PORT = 8880; # set cddb port +@@ -77,6 +85,9 @@ + $nocddbinfo = 1; # Assume no CDDB info exists + $trackselection = ""; # Passed from command line +$ripper_died = 0; -+$SIG{HUP} = \&catch_hup; ++$SIG{HUP} = \$catch_hup; + - # Initialise global variables - # - $year = ""; # Year of Audio CD - written to MP3 tag -@@ -75,9 +85,19 @@ + #################################################### + # Do the following: + # 1. Get command line parameters +@@ -90,19 +101,25 @@ + + # Get the parameters from the command line if ( ! &GetOptions("halt" => \$haltonfinish, - "bitrate=i" => \$bitrate, - "year=i" => \$year, -- "device=s" => \$cddev) ) { -+ "device=s" => \$cddev, -+ "numcpu=i" => \$numcpu, -+ "outputdir=s" => \$outputdir, -+ "cdripper=i" => \$cdripper, -+ "cdopt=s" => \$cdopt, -+ "encoder=i" => \$encoder, -+ "encopt=s" => \$encopt) ) { - print "Usage: ripit.pl [--halt] [--bitrate rate] [--year year] -- [--device cddevice] [start_track]\n"; -+ [--device cddevice] [--numcpu cpus] [--outputdir dir] -+ [--cdripper cdripper] [--encoder encoder] [start_track] -+ CD Rippers: 0 - cdparanoia, 1 - cdda2wav, 2 - tosha, 3 - cdd, 4 - dagrab -+ Encoders: 0 - Bladeenc, 1 - Lame, 2 - Gogo\n"; -+ +- "bitrate=i" => \$bitrate, +- "year=i" => \$year, +- "genre=s" => \$genre, +- "device=s" => \$cddev, +- "encopt=s" => \$encopt, +- "encoder=i" => \$encoder, +- "cdripper=i" => \$cdripper, +- "cdopt=s" => \$cdopt, +- "outputdir=s" => \$outputdir ) ) { +- print "Usage: ripit.pl [--halt] [--bitrate rate] [--year year] ++ "bitrate=i" => \$bitrate, ++ "year=i" => \$year, ++ "genre=s" => \$genre, ++ "device=s" => \$cddev, ++ "encopt=s" => \$encopt, ++ "encoder=i" => \$encoder, ++ "cdripper=i" => \$cdripper, ++ "cdopt=s" => \$cdopt, ++ "outputdir=s" => \$outputdir, ++ "numcpu=i" => \$numcpu, ++ "auxdev=s" => \$cdauxdev) ) { ++ print " ++Usage: ripit.pl [--halt] [--bitrate rate] [--year year] [--genre genre] + [--device cddevice] [--encopt options] [--encoder encoder] + [--cdripper cdripper] [--cdopt options] [--outputdir dir] +- [start_track]\n"; ++ [--numcpu cpus] [--auxdev cddevice] [start_track] ++Rippers: 0 - dagrab, 1 - cdparanoia, 2 - cdda2wav, 3 - tosha, 4 - cdd ++Encoders: 0 - Lame, 1 - Gogo, 2 - OggVorbis ++"; exit 1; } -@@ -113,7 +133,7 @@ +@@ -112,6 +129,9 @@ + + if ($haltonfinish == 1) {print "Will halt machine when finished.\n";} + ++# Robustify outputdir by adding trailing slash if not already there ++$outputdir .= "/" unless $outputdir =~ /\/$/; ++ + # Get starting track parameter if it has been given + if ($ARGV[0] ne '') { + $trackselection = $ARGV[0]; +@@ -132,8 +152,8 @@ + &create_dirs(); # Create directories MP3 files &rip_cd(); # Rip, Encode & Tag - print "Waiting for MP3 Encoder to finish...\n"; +-print "Waiting for MP3 Encoder to finish...\n"; -wait; -+while (wait != -1) {}; ++print "Waiting for MP3 Encoder(s) to finish...\n"; ++while (wait != -1) {}; &create_m3u(); # Create the M3U file for the MP3 files -@@ -137,6 +157,10 @@ +@@ -157,6 +177,10 @@ exit; @@ -89,16 +140,40 @@ # # Create the track selection from the parameters passed # on the command line -@@ -286,7 +310,7 @@ - # Directory created will be: /outputdir/Artist - Album/ - # The value must end in / +@@ -208,7 +232,13 @@ + $config{CDDB_HOST} = $CDDB_HOST; + $config{CDDB_PORT} = $CDDB_PORT; + $config{CDDB_MODE} = $CDDB_MODE; +- $config{CD_DEVICE} = $cddev; ++ # CD device for CDDB lookup needs special care when using cdda2wav with ++ # a SCSI device. See the usage comment in the top of the file. ++ if ($cdripper == 2 && $cddev =~ /^[0-9]+,[0-9]+,[0-9]+$/) { ++ $config{CD_DEVICE} = $cdauxdev; ++ } else { ++ $config{CD_DEVICE} = $cddev; ++ } + $config{input} = $CDDB_INPUT; -- $mp3dir = $outputdir.$artist." - ".$album."/"; -+ $mp3dir = $outputdir."/".$artist." - ".$album."/"; + my %cd=get_cddb(\%config); # Get CD TOC from CDDB_get +@@ -241,9 +271,14 @@ + } - if ($use_underscore == 1) { $mp3dir =~ s/ /_/g; } + if($genre ne "") { +- if(system("lame --genre-list | grep -i \"$genre\" >/dev/null 2>&1")) { +- die "Genre $genre is invalid!"; +- } ++ if(system("mp3info -G | grep -i \"[0-9] $genre [^a-z0-9&+/-]\" >/dev/null 2>&1")) { ++ print "Genre $genre is invalid! Using 'Unknown' as genre."; ++ $genre = 'Unknown'; ++ # We do the above instead of dying, since the genre validity ++ # check is a bit fragile. It works with mp3info-0.8.4, but breaks ++ # with at least some earlier versions and possibly with future ++ # ones. ++ } + } -@@ -340,24 +364,29 @@ + print "\nCD TOC\n"; +@@ -336,31 +371,37 @@ $riptrackname = &get_trackname($_, $tracklist[$_ - 1]); $riptrackno = $_; @@ -108,66 +183,66 @@ # Choose the cdaudio ripper to use if ($cdripper == 0) { + if (system("dagrab -d $cddev -v $cdopt -f \"$riptrackname.rip\" $riptrackno")) { +- &printflush(RIPLOG,"cdparanoia failed on $tracklist[$_ - 1]\n"); ++ &printflush(RIPLOG,"dagrab failed on $tracklist[$_ - 1]\n"); ++ kill 1, @encoders; + die "dagrab failed on $tracklist[$_ - 1]"; + } + } + elsif ($cdripper == 1) { if (system("cdparanoia -d $cddev $cdopt $riptrackno \"$riptrackname.rip\"")) { &printflush(RIPLOG,"cdparanoia failed on $tracklist[$_ - 1]\n"); + kill 1, @encoders; die "cdparanoia failed on $tracklist[$_ - 1]"; } } - elsif ($cdripper == 1) { + elsif ($cdripper == 2) { - if (system("cdda2wav -D $cddev -Q -H $cdopt -t $riptrackno \"$riptrackname.rip\"")) { -+ if (system("cdda2wav -D $cddev -q -Q -H $cdopt -t $riptrackno - > \"$riptrackname.rip\"")) { ++ if (system("cdda2wav -D $cddev -q -Q -H $cdopt -t $riptrackno \"$riptrackname.rip\"")) { &printflush(RIPLOG,"cdda2wav failed on $tracklist[$_ - 1]\n"); + kill 1, @encoders; die "cdda2wav failed on $tracklist[$_ - 1]"; } } - elsif ($cdripper == 2) { + elsif ($cdripper == 3) { if (system("tosha -d $cddev -f wav -t $riptrackno -o \"$riptrackname.rip\"")) { - &printflush(RIPLOG,"tosha failed on $tracklist[$_ - 1]\n"); -+ kill 1, @encoders; - die "tosha failed on $tracklist[$_ - 1]"; +- &printflush(RIPLOG,"tosha failed on $tracklist[$_ - 1]\n"); +- die "tosha failed on $tracklist[$_ - 1]"; ++ &printflush(RIPLOG,"tosha failed on $tracklist[$_ - 1]\n"); ++ kill 1, @encoders; ++ die "tosha failed on $tracklist[$_ - 1]"; } } -@@ -370,6 +399,13 @@ + elsif ($cdripper == 4) { +@@ -369,6 +410,7 @@ + $cdd_dev =~ s/c$//; + if (system("cdd -t $riptrackno -q -f $cdd_dev - 2>/dev/null | sox -t cdr -x - \"$riptrackname.rip\"")) { + &printflush(RIPLOG,"cdd failed on $tracklist[$_ - 1]\n"); ++ kill 1, @encoders; die "cdd failed on $tracklist[$_ - 1]"; } } -+ elsif ($cdripper == 4) { -+ if (system("dagrab -d $cddev -f \"$riptrackname.rip\" $riptrackno")) { -+ &printflush(RIPLOG,"dagrab failed on $tracklist[$_ - 1]\n"); -+ kill 1, @encoders; -+ die "dagrab failed on $tracklist[$_ - 1]"; -+ } -+ } - else { - die "No CD Ripper defined"; - } -@@ -379,11 +415,13 @@ +@@ -381,11 +423,13 @@ rename "$riptrackname.rip","$riptrackname.wav"; &printflush(RIPLOG,"Rip complete $tracklist[$_ - 1]\n"); + } - # Start the Encoder in the background. but only once +- # Start the Encoder in the background. but only once - if ($startenc == 0) { - $startenc = 1; - unless (fork) { &enc_cd(); } ++ # Start the Encoder in the background. but only once per CPU + if ($startenc < $numcpu) { -+ sleep $startenc*5; ++ sleep $startenc * 5; + $startenc = $startenc + 1; + unless ($encoders[$startenc]=fork) { &enc_cd(); } } } -@@ -399,24 +437,25 @@ - sub enc_cd { - my($i,$x,$ncount,$enc); - -- - foreach (@seltrack) { - - $riptrackname = &get_trackname($_, $tracklist[$_ - 1]); +@@ -407,25 +451,33 @@ + $riptrackno = $_; $ncount++; - print "\nMP3 Encoding track ".$ncount." of ".($#seltrack + 1)."\n"; @@ -180,7 +255,7 @@ + while( ! -r "$riptrackname.wav" && ! -r "$riptrackname.mp3" ){ $x++; if ($x > 179) { die "MP3 encoder waited 30 minutes before giving up"; } -+ if ($ripper_died) { die "CD Ripper seems to have died - exiting"; } ++ if ($ripper_died) { die "CD Ripper seems to have died - exiting"; } sleep 10; } @@ -190,31 +265,49 @@ + # Set the encoder we are going to use if ($encoder == 0) { - $enc = "bladeenc $encopt -QUIT -$bitrate \"$riptrackname.wav\" "; -@@ -427,6 +466,9 @@ - elsif ($encoder == 2) { - $enc = "gogo \"$riptrackname.wav\" \"$riptrackname.mp3\" $encopt -b $bitrate"; + $enc = "lame $encopt -S -b $bitrate --tt \"$tracklist[$_ - 1]\" --ta \"$artist\" --tl \"$album\" --ty \"$year\" --tg \"$genre\" --tn $riptrackno --add-id3v2 \"$riptrackname.wav\" \"$riptrackname.mp3\""; + } + elsif ($encoder == 1) { ++ $enc = "gogo \"$riptrackname.wav\" \"$riptrackname.mp3\" $encopt -b $bitrate"; ++ } ++ elsif ($encoder == 2) { + $enc = "oggenc $encopt -b $bitrate -t \"$tracklist[$_ - 1]\" -a \"$artist\" -l \"$album\" -d \"$year\" -N $riptrackno -o \"$riptrackname.ogg\" \"$riptrackname.wav\""; } + else { -+ die "No Encoder defined"; ++ die "No encoder defined"; + } if ( ! system("$enc >$enclog 2>&1 \"$file\""); -+ system("cd \"$mp3dir\" ; ls *.mp3 | sort >\"$file\""); +- if($encoder == 1) { +- system("cd \"$mp3dir\" ; ls -rt *.ogg >\"$file\""); ++ if ($encoder == 2) { ++ if ($numcpu == 1) { ++ system("cd \"$mp3dir\" ; ls -rt *.ogg >\"$file\""); ++ } else { ++ system("cd \"$mp3dir\" ; ls *.ogg | sort >\"$file\""); ++ } + } + else { +- system("cd \"$mp3dir\" ; ls -rt *.mp3 >\"$file\""); ++ if ($numcpu == 1) { ++ system("cd \"$mp3dir\" ; ls -rt *.mp3 >\"$file\""); ++ } else { ++ system("cd \"$mp3dir\" ; ls *.mp3 | sort >\"$file\""); ++ } + } } - - # Writes the MP3 tag to the file. The standard is to use the diff -uNr ripit.orig/pkg-descr ripit/pkg-descr --- ripit.orig/pkg-descr Sun Apr 16 15:38:59 2000 +++ ripit/pkg-descr Wed Oct 3 20:58:36 2001 @@ -2,8 +2,11 @@ ----- ripit is a small front-end program written in perl for ripping, -encoding & tagging MP3s. It is a console program that needs no user -intervention. It requires tosha, bladeenc and xmcd (for CDDB access). +encoding and tagging MP3s or Ogg/Vorbis files from audio CDs. It +is a console program that needs no user intervention. It requires +p5-CDDB for CDDB access and mp3info for genre checking. A track +ripper program and an encoder are also needed, but are not installed +automatically by this port, since users' preferences vary. WWW: http://www.bigfoot.com/~simon.quinn/ripit.html diff -uNr ripit.orig/pkg-message ripit/pkg-message --- ripit.orig/pkg-message Thu Jan 1 01:00:00 1970 +++ ripit/pkg-message Sun Sep 23 14:29:30 2001 @@ -0,0 +1,7 @@ +ripit can use a number of different programs to do the actual track +extraction and audio encoding. For ripit to be useful you need to +have at least one extract program and one encoder program installed. +However, since the choices are many and the users' needs and wants +are varied, none of these are automatically installed as part of +the ripit install. Remember to make sure you install the extractor(s) +and encoder(s) you want. --82I3+IH0IqGh5yIs-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 4:47:37 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F45D37B405; Thu, 4 Oct 2001 04:47:35 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94BkFj51504; Thu, 4 Oct 2001 04:46:15 -0700 (PDT) (envelope-from tg) Date: Thu, 4 Oct 2001 04:46:15 -0700 (PDT) From: Message-Id: <200110041146.f94BkFj51504@freefall.freebsd.org> To: bnjf@optushome.com.au, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31033: mail/pantomime's distfile missing Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: mail/pantomime's distfile missing State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Thu Oct 4 04:45:41 PDT 2001 State-Changed-Why: Fixed, thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31033 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 4:50:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E71AE37B403 for ; Thu, 4 Oct 2001 04:50:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94Bo5v51944; Thu, 4 Oct 2001 04:50:05 -0700 (PDT) (envelope-from gnats) Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 4F6F637B405 for ; Thu, 4 Oct 2001 04:43:44 -0700 (PDT) Received: (qmail 54050 invoked by uid 100); 4 Oct 2001 11:43:43 -0000 Message-Id: <20011004114343.54049.qmail@guru.mired.org> Date: 4 Oct 2001 11:43:43 -0000 From: Mike Meyer Reply-To: Mike Meyer To: FreeBSD-gnats-submit@freebsd.org Cc: X-Send-Pr-Version: 3.113 Subject: ports/31038: [PATCH] ratpoison port is out of date. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31038 >Category: ports >Synopsis: [PATCH] ratpoison port is out of date. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 04:50:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 4.4-STABLE i386 >Organization: Meyer Consulting >Environment: System: FreeBSD guru.mired.org 4.4-STABLE FreeBSD 4.4-STABLE #8: Sun Sep 30 17:21:29 CDT 2001 mwm@guru.mired.org:/sharetmp/obj/usr/src/sys/GURU i386 >Description: The ratpoison port builds 0.1.1, whereas the current release is 1.0.0, and much more functional. >How-To-Repeat: Build the port, check the version, then check the version at . >Fix: The attached patch updates the version number and md5 checksum, and changes the maintainership to me as the old maintainer no longer uses FreeBSD. diff -ru ratpoison-orig/Makefile ratpoison/Makefile --- ratpoison-orig/Makefile Thu Oct 4 06:34:22 2001 +++ ratpoison/Makefile Thu Oct 4 06:38:28 2001 @@ -6,12 +6,12 @@ # PORTNAME= ratpoison -PORTVERSION= 0.1.1 +PORTVERSION= 1.0.0 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= 8@free.bsd.hu +MAINTAINER= mwm@freebsd.org MAN1= ratpoison.1 USE_X_PREFIX= yes diff -ru ratpoison-orig/distinfo ratpoison/distinfo --- ratpoison-orig/distinfo Thu Oct 4 06:34:22 2001 +++ ratpoison/distinfo Thu Oct 4 06:39:40 2001 @@ -1 +1 @@ -MD5 (ratpoison-0.1.1.tar.gz) = 438c4fdbb39469ec623b569e390fa6a6 +MD5 (ratpoison-1.0.0.tar.gz) = e84a6609f9992644262bbbfa270d69ee >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 5:10:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8759B37B405 for ; Thu, 4 Oct 2001 05:10:07 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94CA7357151; Thu, 4 Oct 2001 05:10:07 -0700 (PDT) (envelope-from gnats) Date: Thu, 4 Oct 2001 05:10:07 -0700 (PDT) Message-Id: <200110041210.f94CA7357151@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: David Subject: Re: ports/31037: NEW PORT: Krusader UPDATE Reply-To: David Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31037; it has been noted by GNATS. From: David To: freebsd-gnats-submit@FreeBSD.org, ddavid_3@yahoo.com Cc: Subject: Re: ports/31037: NEW PORT: Krusader UPDATE Date: Thu, 4 Oct 2001 07:57:43 -0400 Just an update, forgot to include an archiver, unrar. # 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: # # . # ./distinfo # ./Makefile # ./pkg-comment # ./pkg-descr # ./pkg-plist # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (KDE/krusader-0.96-beta2.tar.gz) = 0859223003edd3a3685a8426808bc65f END-of-./distinfo echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: kdeutils2 X# Date created: Sun 14 May 2000 02:52:20 X# Whom: David X# X# X# X XPORTNAME= krusader XPORTVERSION= 0.96-beta2 XCATEGORIES= x11-fm kde XMASTER_SITES= http://krusader.sourceforge.net/distributions/ XDIST_SUBDIR= KDE X XMAINTAINER= ports@FreeBSD.org X XRUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ X unzip:${PORTSDIR}/archivers/unzip X XUSE_KDELIBS_VER=2 XGNU_CONFIGURE= yes XUSE_GMAKE= yes X X.include X X.if defined(WITH_ARCHIVERS) XRUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar \ X unrar:${PORTSDIR}/archivers/unrar \ X unace:${PORTSDIR}/archivers/unace \ X unarj:${PORTSDIR}/archivers/unarj X.endif X X.if !defined(WITH_ARCHIVERS) Xpre-fetch: X @${ECHO} X @${ECHO} "If you would like to use more archivers that this" X @${ECHO} "program supports, press CTRL-C right now and define" X @${ECHO} "WITH_ARCHIVERS (make WITH_ARCHIVERS=yes install)" X @${ECHO} X @sleep 4 X.endif X Xpre-configure: X (cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common configure.in &&\ X aclocal && automake --foreign --include-deps ./Makefile &&\ X ${PERL} admin/am_edit Makefile.in && autoconf) X X.include END-of-./Makefile echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XA File Manager for KDE2. END-of-./pkg-comment echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XKrusader is a File Manager for KDE 2.x, patterned after Xold-school managers like Midnight Commander and Norton XCommander. It features basically all your file-management Xneeds, plus extensive archive handling, supporting many Xarchive formats, mounted filesystems support, ftp, and Xmuch much more. X XIt is (almost) completely customizable, very user friendly, Xfast, and damn good looking :-) X XWWW: http://krusader.sourceforge.net X XDavid Xddavid_3@yahoo.com END-of-./pkg-descr echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/krusader Xshare/applnk/Applications/krusader.desktop Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_addbookmark.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_arc_pack.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_arc_unpack.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_arc_test.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_bookman.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_bookmark.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_calc.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_compare.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_ftp_connect.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_ftp_disconnect.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_ftp_new.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_fullview.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_hwinfo.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_invert.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_mountman.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_properties.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_select.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_selectall.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_terminal.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_treeview.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_unselect.png Xshare/apps/krusader/icons/hicolor/16x16/actions/kr_unselectall.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_addbookmark.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_arc_pack.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_arc_test.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_arc_unpack.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_bookman.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_bookmark.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_calc.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_compare.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_ftp_connect.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_ftp_disconnect.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_ftp_new.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_fullview.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_hwinfo.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_invert.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_mountman.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_properties.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_select.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_selectall.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_terminal.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_treeview.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_unselect.png Xshare/apps/krusader/icons/hicolor/22x22/actions/kr_unselectall.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_addbookmark.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_arc_pack.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_arc_test.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_arc_unpack.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_bookman.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_bookmark.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_calc.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_compare.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_ftp_connect.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_ftp_disconnect.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_fullview.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_ftp_new.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_hwinfo.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_invert.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_mountman.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_properties.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_select.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_selectall.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_terminal.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_treeview.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_unselect.png Xshare/apps/krusader/icons/hicolor/32x32/actions/kr_unselectall.png Xshare/apps/krusader/about.png Xshare/apps/krusader/krusaderui.rc Xshare/apps/krusader/konfig_small.jpg Xshare/doc/HTML/en/krusader/common Xshare/doc/HTML/en/krusader/index.docbook Xshare/doc/HTML/en/krusader/keys.htm Xshare/doc/HTML/en/krusader/cmdline.png Xshare/doc/HTML/en/krusader/fnkeys.png Xshare/doc/HTML/en/krusader/krusader1.png Xshare/doc/HTML/en/krusader/listpanel.png Xshare/doc/HTML/en/krusader/mainwindow.png Xshare/doc/HTML/en/krusader/terminalEmu.png Xshare/doc/HTML/en/krusader/toolbar.png Xshare/doc/HTML/en/krusader/commands.sgml Xshare/doc/HTML/en/krusader/credits.sgml Xshare/doc/HTML/en/krusader/faq.sgml Xshare/doc/HTML/en/krusader/installation.sgml Xshare/doc/HTML/en/krusader/introduction.sgml Xshare/doc/HTML/en/krusader/konfigurator.sgml Xshare/doc/HTML/en/krusader/krusader-tools.sgml Xshare/doc/HTML/en/krusader/using-krusader.sgml Xshare/icons/hicolor/16x16/apps/krusader.png Xshare/icons/hicolor/32x32/apps/krusader.png Xshare/locale/sv/LC_MESSAGES/krusader.mo Xshare/mimelnk/application/x-ace.desktop X@dirrm share/apps/krusader/icons/hicolor/16x16/actions X@dirrm share/apps/krusader/icons/hicolor/22x22/actions X@dirrm share/apps/krusader/icons/hicolor/32x32/actions X@dirrm share/apps/krusader/icons/hicolor/16x16 X@dirrm share/apps/krusader/icons/hicolor/22x22 X@dirrm share/apps/krusader/icons/hicolor/32x32 X@dirrm share/apps/krusader/icons/hicolor X@dirrm share/apps/krusader/icons/ X@dirrm share/apps/krusader X@dirrm share/doc/HTML/en/krusader END-of-./pkg-plist exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 5:30:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E107437B406 for ; Thu, 4 Oct 2001 05:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94CU1K65689; Thu, 4 Oct 2001 05:30:01 -0700 (PDT) (envelope-from gnats) Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBw-Muenchen.de [137.193.11.27]) by hub.freebsd.org (Postfix) with ESMTP id 98ADE37B401 for ; Thu, 4 Oct 2001 05:26:32 -0700 (PDT) Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id f94CNQm20648 for ; Thu, 4 Oct 2001 14:23:27 +0200 (MEST) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id AB3E35A574; Thu, 4 Oct 2001 14:23:20 +0200 (CEST) Message-Id: <20011004122320.AB3E35A574@nemesis.informatik.unibw-muenchen.de> Date: Thu, 4 Oct 2001 14:23:20 +0200 (CEST) From: obraun@informatik.unibw-muenchen.de Reply-To: obraun@informatik.unibw-muenchen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31039: New Port: nhc98 1.08 - a haskell compiler to produce small executables Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31039 >Category: ports >Synopsis: New Port: nhc98 1.08 - a haskell compiler to produce small executables >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 05:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.4 i386 >Organization: >Environment: FreeBSD gaia.informatik.unibw-muenchen.de 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon Sep 24 15:27:38 CEST 2001 root@gaia.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/GAIA_OB i386 >Description: nhc98 is a compiler for the functional language Haskell . It comes with a good tracing tool. This port can be build iwith or without the tracer. The tracer requires JAVA. >How-To-Repeat: >Fix: begin 644 nhc98.tgz M'XL(`,U0O#L``^U<;W?:.I._;\FGT*;IMMT6@PE)@#8]H4`3[DU"%FB;W?.< MS3&V`-^`S;5-D[1/OOO.2/)_&^3NN<^^P2< MW_ZV0ZU6C^MU\AO!HYKX)D]4(62D?:?$ M](AI`7%J+N@[XM"E#86:]>3-36M&)G1J.W3O!?&PEH5I`4:S#+BD%EE;*TV_ MQQHF3X1:'G609=^=L\KVH85KVP,&`"RU)ZA$=ZCF46*8#M4]VS&I^YY!759G MI)@\F"#IA!+[P:(&5O]DKQ$$E[(G>BBX2 MW;8\S;3<%I)*%@X%_[NRNI^55PO3]6(E!G5U)U:BV\LE]"THN]+N*L M-:BE]O'?50Y_].&1WKB@KU=NY7]N*Y57Y&."2CY\(*]ZU]VR/2TG2*_V;B>F M59FC[O@I%X27+J'7XM04W[9M\+.90ZFE:XY1CG!X*\>>KARZ$.A5;>9HJ[G? MB%?V',U&F^&URO;`>K"G/!N MA2(H?VI.C`#]2I:9CXWC\F?HYJ=1MW(#G5H;5-%R$<.UY9G+30CHWM2>!H-W,P(H&P"L",;; M:C-B3K5\Q$4?XY"F>R9Z1P[HZO[&L?.5,5@8%.S_\N5XV.[TAB]?YFDV]$MY MK"D+]D>`%-IW?REP,'BDT&)D;L<&0WPKM.TXVI/R`YUM*_:3:16$:XX\V)-$ M=FZ^C'%(2Z)''DZ%LFB(N;)0&!P+^BB)[O8TB"I-%>[Q$F,99@C*$0@Y<,U]A!34J# M36DL'^>R:#'0I>#]@:12^H/>(\R;THY-'7G&]1)R M?ET2/1#>*(>^@5F'&H4"J9^9C0NA5T70;>G8`0R>]P3A0VKTP M$K*7DH(,-<^4G03\S%5.@SY:3H,^6DZ2T9/K4=DN%IB:OU@3^Y$:15**;YIC MR3MAN-C8"@V2;CEU!W`Y?0=P.;E9>C^6JGXEE5^;0,"B;9F2Q(R"@6F78FBZ"E*5U_4LD@^?EU)FGD MK2=9E"#+SI(CI*9IF$)G\6!Y9NFGM;GP6`C82$X3PQ0\BS6DSO1\6IK/3]2S M*%Z^,!/*)+:/+*?P.;1>;*:)5.4GD>-):[YE<1@&2"1 MRV96(&AIBI_3IBFQ_#6KTA@@@QPDL_FT7,JFP9R`I`$BN\SB%:0L`B:9V2Q( M29>+!"^+19#2A)S8[B=H:;!.T8!GJ>F.[:9I MTX67+@SNY:9)5]5MFGIPLP9C8%[XYF M4'CRDBJWZ$.^GH&8IRXKD\$1RX04P?6TR8*N/"=-\A[LE>:R)LX,TW&6)#OA M29.#DEB%F#K=#(;C[J`S>OD2'Y[2BF'KHL9F0YE[R\5F4`=,M0"G#.:QK1R0 MJKL2,+P_#K'4*=LKCSWVDF'!>_]R0`A'$RGDZLDQ9W-/!OM=1DC#?K`6-DY` M6Z$4#.9**6LZ-650YJPF!SN4@]4E8.$SGB?;N2_"(('%1R28V\M`(>-@*:0L M4LK]^4.G[3C3,C"1EL#!\)<:1C"T'0V?(4MAEZ97$*B@*)O1L.A=+%@BM[5B M$>T*#&;0@[>6`4+DO8,)_DF9F=/-2,\V;(D*/4F/\C!;B@%`Y??"NM\'55Z&#ZINQTXI"O;-7$T26!M>XN_ MXC*GKJ4*&0HW$*M*$/A/M>+,AP5 M93@NRG!2E*%1E*%9D*&H&6I%/:.HV8I:K:C1BMJLJ,F*6DS>8,U&00MSA@(6 M$PSR8UDPR#N18)!TBF&OW;WJ20"E0W^`EHW_(E*6QZ%_:A>:=X%OAZU<9?9C.T_PBEE95>AJBVYC#-NS#0&7!JY!GXI''[># M93-RQ+*T6&.9:S%C11@E.0KDU`BW%P:J4F>WA:0X5MH*5&1\-R6@C@V^K\EV MMI@>: M-9-:_W&\[%J5HZ7'AT`';R-*\^!;UM0PI5R=,F5NR;C!4UY9M(S[,^A@812KFS]%D,-* M6S1`RUHP9-AJ,0;-&PGB_G5>YB@-E@)&D[E"#%)@$>AEL7(X/X#)HZ60>0/P MEYFE&'VGD09+`24KW,O>.)*U%85OH\G;BL*HV5M1&.G5WBTKX;N6INO%XJD\ M75!C!O7YCS_(U':(>+A"FHUWN".)N)YF&9ICD(7VXPD8+1WUJ\&(@91MYFC+ M)6Y06D!ZL-9F5"'?'-/SJ(4;H$15;+,2-.OB8S:V*^D[=9X(OM"%JP6V^6GO M5C.7+O%L`K4::YT*-'VD^IK!@`C^29PUJUK4M;37EN<2>TJ6=(EWW$G?P^Z@ MZ1],;P[\((N+^Y8\VUX0=[W"9EE'M;5G+\%9=-%_YC?OD$3-F17T")^+\2>7 MT,]W!)\"\-U:$/%0V*FY8`21D?*M7.PEL1DFJ'NW>[??OGUKD;GGK5J5RL/# M@Z*["GL^H>G*^KXR70F706BY3`8+?*N;?'*TM;5W:T_P^PPW0SDH[;VRMLS) M0WFYII8^IY9BT+0/<5?)\"%_XU6>%PEZMA\)(GA26\Z!TH+Y[2=$"_9_9P)=J%6K*F*^S>TEHY6B!B$?)`SR$?BQB@/QB/0`+8N1X+I]U3OUQ<""K[WA MJ#^X/BVI2A6*.NUQ[WPP[/=&IR7TO[W;J_9HW!O>C?IC+)LR%X+/A`NMUA/_ MP7?EX*??TC-X5+<_$JU&REU'+_-+T?XS$[`][ER(EG"/Z<'/:.//`O"Y?XF2 M\$UV*'5Y-M>/E&J-_&/OMA0M9W$_70KK<=\JV.I5NW\]AO_>\+0DX^O`HIA3 MW*L(&;WQ^EM_?'''W\A[LW<[_')]U^W=@)/X7;@<=-J7G]HC4,:?QKVJJ`K, MS*95^5/[KK6X#D;=_O"9%2!D[_;3E_YE-U+-YDKTG%H4:AEX'P%&__"/T;!S M6@(+P"F#16R180CLW[]E=[!]>7DW;@_/>^/3TD1S31VL<@DFOAM]^?3VM,1Q MI_MG_CC>1T$6+HW!V`YB'[J/)OBC=]>[_@H5@(DO3D&B8>]S_S;>V];!`5*C M/?LRZMV=(_=IZ0DC[D5[=-<97'_NGW\9^F5=T2STFS4LG#_1R^N!/U%")X,J M[J"G(Y"W7(;Y$J;/B&2):92\A5,W*MM5^UH%G<]QZZ6B$KX>54O^ABHH8HSP MS3PTW.^%X'`_E[AB^[7$.;^;I&(C*X>6IQ1\N[71:J6S@Y^]SL7@F:"Z(U>E ML4W88D[L2&53%DZZ_'$?>>W0O]:F`W/?[^VO[3<)9MX8B;2UGVQ+&#]?`'QC MR<`)_!<$V(_J&P(F);C&YKN:82*'>7?M4#YK8Y68.@5[D,6S9X##[&JS8!G8 M-GB11"$#8'0>3)=NJ`&9L1(&X=HT@IN7!IW./ MN03P81U\\N"K:H7;5K0!UH7!.^IUGTF9DGWWQ66?^;/R'R]>[#/_X;ORR0?" MQC@,]^>*ISDSZKE9>U0578-P%F7\6(11F9J/*A-)&$*(DZ'!F'3DXR\V,[QZ M+L+(>*Z^%N)AC46$+=0<&,MVO5QK5=:N$X:*%[E!)-^62TWLW(80\#&['#O` M&NY?C\88IB$`/>=#(^Z.%/A7?7*&RE/M8+CA+U>1#Q/74-!WE>7]Q[W,_"B9 M;@6[Z[/2+9^83K=\"J1;5]TC\IJ7LD_,*'!Z5\!:RNS'&W)*CFN'=5V;3J=5 M7:\VIQ/]Y%"MG>CUFEH[K-6/#V.5I-,)K$*C6NW84*N'#=50#P^/#X]5]:1Y M,IVH]4;S>-+,JX(%>ZS@J-&D]:.C!JTU-=H\FAA3U3AI:FJU.JFIC>HTMX)( MDH+UG#0:M:-:73\RFMKQT?&)H:L-[7A2TVM:?9V=XMX7\'KP>??H?@]P9&?;D4Z#8H)O_\)V&YFN>L0>RW>1`, M$2$,B#S+>M.*X(*S\"7[@]>]VQ[,\*2T_)Y/#ZM#I.LYYBI:E#8$O\$2,T*\ M*&Z`."VI_&:K>I)0?H(AH?A:JZ9&%%]OH.+9)U.\WX&SO]D"0!Q%]5]YJ1P, M2(N\9$]A2>G@]44'57OQ^;)]/GI#RC#2;!"+''Q@_)V;&U9%I`;V(P102VZM M&:80"6/"&LG2A$&29*9B6&$2527J8>NHVCH$73>;S8A-,GEB9H%5:F0\J&P\ MJ/^2\9!G$!L5IW-K=#K,!G#B&R2P1EJM*_["?%RKR<*X4I/40#^D3E2(,-56 M74WX>2Y+$&)J494VJJA2]LD]/53.3][G9Z$+<3EZ;H6DRDN24/K9!FV?Y:@9 M_LPI_8OL'_PJO.0L27G*0D[:E<3KGG%72A;&72E)+8WG M:]*E.C@%C-#64:-5KR6&9XHEX4K5UM%QQ)6:Z$G-R-B\[$(>L3#8&1L?<%EV M0*SQ\$L/SJ,:](L2BNMTH'"FXW!K#S$]$OS7>./@C0#N;4A5-N9"D^VYT&1++C1YQ9W#MZQB.^:, M>00&;`PN59@06T>'D>`2(%D*>^4^ODK?CV?0%G?G8_1*QM1%%O M/#HEPL^("%TDR).(/T'@30B\F>WB:J5<8O>@0RZ^]Q0Y(^=E'ITY'H$^'C]\ M?.0\Q+^5JQ^\4J!E:A=HPM'\5D.$A17X?$+F&"9*CU[$NAGLZ0"3AQ?S2>1B M%J5$>?EO0"$C/T,N?C8+RJ+XV&]+1:Z0+[R:Q6A1_KC\*T>;+35^P74JU_O0 M"$7['G+*]#Q$_TJ_0^ZHW*+//+K!GW)S,;C^KU;PFW3L9B?!9S[BSE3PR&%. M%RMQA\>_)Q2,$%87&XB-QKL&C$/VQ88AJQ#%QH2&_]K7FV#PA5J(]S"F5R%^ M4!=T.K^NN$9BEL"+9%VS37(E]#E/6#6HJ\SK8G[4(B096C*\+7,TE%).&QD` M8$@AL:YGM1&W;8;'E1*N$;@8]P.P)C3$;LEW!EQ4%%3?^/>&M8)--:6;0F#/JK MYMQ@38'(%<;G"$1Z*T1BUB]N^QS3"VJ^&`P=L4(X:3##M[;/*_Z:1LR[H$Y( M?,0U6]M@?@(IZG4/ECE^^EU_5Z]C_LV^N<]X]EJ?Y_!%ICP_5R]G(V/JY9[4 MN_S2[;'QM9F%:3[&P/*LR.KGO7_[UT^YIHZ][!`@FM8]VGM3'V*2H55DP'ST MRD!S-9+V.CFU)-VDJ&XZG\]/QUQ#:72DH?<)#GU!-0NCE70;)\.W)+Z#S1?>D%N<*%+EIH^-RU:=E=4-Z>03:\TQW,5"M.>]C=;O"HHG.M$S;Y40AAE\ MOB_L2?%EEP0T6$7!GU`Z=1S+GE%+"6UW3BWJ:![E/VP[=S?R 'LL6*`'@``';' ` 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 Oct 4 5:40: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 062AA37B407 for ; Thu, 4 Oct 2001 05:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94Ce2N66780; Thu, 4 Oct 2001 05:40:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 4 Oct 2001 05:40:02 -0700 (PDT) Message-Id: <200110041240.f94Ce2N66780@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Oliver Braun Subject: Re: ports/28673: New Port: nhc98 - a haskell compiler to produce small executables Reply-To: Oliver Braun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28673; it has been noted by GNATS. From: Oliver Braun To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/28673: New Port: nhc98 - a haskell compiler to produce small executables Date: Thu, 4 Oct 2001 14:32:32 +0200 Please close this PR, since I have submitted a new port skeleton for the new nhc98 Version 1.08 [1]. Regards, Olli 1. http://www.freebsd.org/cgi/query-pr.cgi?pr=31039 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 5:58:53 2001 Delivered-To: freebsd-ports@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id 129FE37B405 for ; Thu, 4 Oct 2001 05:58:51 -0700 (PDT) Received: from klima.Physik.Uni-Mainz.DE (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.6/8.11.4) with ESMTP id f94Cwod50117 for ; Thu, 4 Oct 2001 14:58:50 +0200 (CEST) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Thu, 4 Oct 2001 14:58:50 +0200 (CEST) From: "Hartmann, O." To: Subject: ProFTP has 24 KB/s transfer rate Message-ID: <20011004145651.C48848-100000@klima.physik.uni-mainz.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Sirs. After changing our FTP server from wu-ftp to proftp I have only trouble. First there was the bug with the access bits and know my colleagues wrote me that they have a maximum of 24 KB/s transfer rate. I have set no limitations! Hope someone has a hint or tip ... -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institutes fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinenraum) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 6:20:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2E9237B409 for ; Thu, 4 Oct 2001 06:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94DK0x75153; Thu, 4 Oct 2001 06:20:00 -0700 (PDT) (envelope-from gnats) Received: from miya.ee.kagu.sut.ac.jp (miya3f12.ee.kagu.sut.ac.jp [133.31.54.31]) by hub.freebsd.org (Postfix) with ESMTP id 7A34237B41F for ; Thu, 4 Oct 2001 06:14:31 -0700 (PDT) Received: (from sakai@localhost) by miya.ee.kagu.sut.ac.jp (8.9.3/3.7Wpl2/00061117) id WAA56265; Thu, 4 Oct 2001 22:14:25 +0900 (JST) Message-Id: <200110041314.WAA56265@miya.ee.kagu.sut.ac.jp> Date: Thu, 4 Oct 2001 22:14:25 +0900 (JST) From: sakai@miya3f12.ee.kagu.sut.ac.jp Reply-To: sakai@miya3f12.ee.kagu.sut.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/31040: NEW PORT textproc/htmlsection Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31040 >Category: ports >Synopsis: NEW PORT textproc/htmlsection >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 06:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: SAKAI Hiroaki >Release: FreeBSD 3.4-RELEASE i386 >Organization: PFU >Environment: FreeBSD-4.2 >Description: This is a new port of htmlsection-1.0. htmlsection inserts section number in HTML and make the table of contents. * Insert section number in HTML and make links to the section. * Make the table of contents. * Insert table, figure, and program-list number and make links. * Make the index of tables, figures, and program-lists. * Insert reference number and make links. >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: # # htmlsection # htmlsection/distinfo # htmlsection/pkg-comment # htmlsection/Makefile # htmlsection/pkg-plist # htmlsection/pkg-descr # echo c - htmlsection mkdir -p htmlsection > /dev/null 2>&1 echo x - htmlsection/distinfo sed 's/^X//' >htmlsection/distinfo << 'END-of-htmlsection/distinfo' XMD5 (htmlsection-1.0.tar.gz) = b01eebda5a73fdfa6f5fc03fed391426 END-of-htmlsection/distinfo echo x - htmlsection/pkg-comment sed 's/^X//' >htmlsection/pkg-comment << 'END-of-htmlsection/pkg-comment' Xinsert section number in HTML and make the table of contents END-of-htmlsection/pkg-comment echo x - htmlsection/Makefile sed 's/^X//' >htmlsection/Makefile << 'END-of-htmlsection/Makefile' X# New ports collection makefile for: htmlsection X# Date created: 2 October 2001 X# Whom: SAKAI Hiroaki X# X# $FreeBSD$ X# X XPORTNAME= htmlsection XPORTVERSION= 1.0 XCATEGORIES= textproc XMASTER_SITES= http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft/ \ X http://hp.vector.co.jp/authors/VA014157/myfreesoft/ \ X http://www.people.or.jp/~hsakai/myfreesoft/ X XMAINTAINER= sakai@seki.ee.kagu.sut.ac.jp X XMAN1= htmlsection.1 XMANCOMPRESSED= yes XPORTSDOCDIR= ${PREFIX}/share/doc/htmlsection X Xpre-build: X @(echo perl is set ${PERL} in pre-build:) X @(cd ${WRKSRC}; ./findperl.sh ${PERL} > whereperl) X @(cd ${WRKSRC}; cat whereperl) X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/htmlsection ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/htmlsection.1.gz ${PREFIX}/man/man1/htmlsection.1.gz X.if !defined(NOPORTDOCS) X ${MKDIR} ${PORTSDOCDIR} X ${INSTALL_DATA} ${WRKSRC}/COPYING ${PORTSDOCDIR} X ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PORTSDOCDIR} X ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PORTSDOCDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${PORTSDOCDIR} X ${INSTALL_DATA} ${WRKSRC}/htmlsection_orig.html ${PORTSDOCDIR} X ${INSTALL_DATA} ${WRKSRC}/htmlsection.html ${PORTSDOCDIR} X.endif X X.include END-of-htmlsection/Makefile echo x - htmlsection/pkg-plist sed 's/^X//' >htmlsection/pkg-plist << 'END-of-htmlsection/pkg-plist' Xbin/htmlsection Xshare/doc/htmlsection/COPYING Xshare/doc/htmlsection/COPYRIGHT Xshare/doc/htmlsection/INSTALL Xshare/doc/htmlsection/README Xshare/doc/htmlsection/htmlsection_orig.html Xshare/doc/htmlsection/htmlsection.html X@dirrm share/doc/htmlsection END-of-htmlsection/pkg-plist echo x - htmlsection/pkg-descr sed 's/^X//' >htmlsection/pkg-descr << 'END-of-htmlsection/pkg-descr' Xhtmlsection is a perl script to insert section number in HTML. When you use Xhtmlsection, you don't have to manage section, table, figure, program-list, Xand reference numbers and you don't have to make the table of contents, Xtable index, figure index, and program-list index. X X* Insert section number in HTML and make links to the section. X* Make the table of contents. X* Insert table, figure, and program-list number and make links. X* Make the index of tables, figures, and program-lists. X* Insert reference number and make links. X XWWW: http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft/htmlsection.html X X-- XSAKAI Hiroaki END-of-htmlsection/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 6:26:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119]) by hub.freebsd.org (Postfix) with ESMTP id 5641637B403; Thu, 4 Oct 2001 06:26:25 -0700 (PDT) Received: from johann by fling.sanbi.ac.za with local (Exim 3.13 #4) id 15p8W1-0007vQ-00; Thu, 04 Oct 2001 15:26:17 +0200 Date: Thu, 4 Oct 2001 15:26:17 +0200 From: Johann Visagie To: portmgr@FreeBSD.org Cc: ports@FreeBSD.org Subject: USE_LIBTOOL breakage in freebsd.port.mk Message-ID: <20011004152617.J21830@fling.sanbi.ac.za> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="LpQ9ahxlCli8rRTG" Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --LpQ9ahxlCli8rRTG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I've now come across two packages - iODBC (http://www.iodbc.org/) and ORBit-C++ (http://orbitcpp.sourceforge.net/) which ship with an autoconf 2.13-generated configure script containing the following line: ltmain="$ac_aux_dir/ltmain.sh" The value of ${ltmain} is later tested for file existence in order to determine whether to build the libtool script: if test -f "$ltmain"; then <> fi In updating/creating ports for these packages, I found that if USE_LIBTOOL is defined, the patch-libtool target in bsd.port.mk munges the line where ${ltmain} is defined to become: ltmain="--disable-ltlibs /usr/local/share/libtool/ltmain.sh" This of course fails the "test -f", with the result that libtool is never created and the port build breaks. Attached is a patch for bsd.port.mk to work around the problem. Comments? -- V --LpQ9ahxlCli8rRTG Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="bsd.port.mk.diff" Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.382 diff -u -r1.382 bsd.port.mk --- bsd.port.mk 2001/09/28 16:45:15 1.382 +++ bsd.port.mk 2001/10/04 13:15:28 @@ -2209,7 +2209,7 @@ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ ${SED} -e "s^\$$ac_aux_dir/ltconfig^$${LIBTOOLDIR}/ltconfig^g" \ - -e "s^\$$ac_aux_dir/ltmain.sh^${LIBTOOLFLAGS} $${LIBTOOLDIR}/ltmain.sh^g" \ + -e "/^ltmain=/!s^\$$ac_aux_dir/ltmain.sh^${LIBTOOLFLAGS} $${LIBTOOLDIR}/ltmain.sh^g" \ $$file.tmp > $$file; \ done); .endif --LpQ9ahxlCli8rRTG-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 6:30:33 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E75B037B40D for ; Thu, 4 Oct 2001 06:30:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94DU0v76499; Thu, 4 Oct 2001 06:30:00 -0700 (PDT) (envelope-from gnats) Received: from pureftpd.org (r209m234.cybercable.tm.fr [195.132.209.234]) by hub.freebsd.org (Postfix) with SMTP id 358E037B40C for ; Thu, 4 Oct 2001 06:29:45 -0700 (PDT) Received: (qmail 9683 invoked by uid 0); 4 Oct 2001 13:29:28 -0000 Message-Id: <20011004132927.9682.qmail@> Date: 4 Oct 2001 13:29:27 -0000 From: Frank DENIS Reply-To: Frank DENIS To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31041: port update : ftp/pure-ftpd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31041 >Category: ports >Synopsis: port update : ftp/pure-ftpd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 06:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 4.4-STABLE i386 >Organization: Sector One >Environment: System: FreeBSD tidiable.home.rtchat.com 4.4-STABLE FreeBSD 4.4-STABLE #26: Sun Sep 23 13:35:06 CEST 2001 root@tidiable.home.rtchat.com:/usr/obj/usr/src/sys/JEDI i386 >Description: diff -urN ports/ftp/pure-ftpd.old/Makefile ports/ftp/pure-ftpd/Makefile --- ports/ftp/pure-ftpd.old/Makefile Thu Oct 4 15:10:10 2001 +++ ports/ftp/pure-ftpd/Makefile Thu Oct 4 15:24:04 2001 @@ -6,7 +6,7 @@ # PORTNAME= pure-ftpd -PORTVERSION= 0.99.2a +PORTVERSION= 0.99.9 CATEGORIES= ftp ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pureftpd @@ -54,7 +54,7 @@ .endif MAN8= pure-ftpd.8 pure-ftpwho.8 pure-mrtginfo.8 pure-statsdecode.8 \ - pure-uploadscript.8 + pure-uploadscript.8 pure-pw.8 pure-pwconvert.8 pure-quotacheck.8 .include @@ -73,17 +73,18 @@ DOCS= AUTHORS CONTACT COPYING HISTORY NEWS \ README README.Configuration-File README.Contrib README.LDAP \ README.Netfilter README.MySQL README.Virtual-Users \ - THANKS + THANKS poweredby.jpg CONTRIB= xml_python_processors.txt pre-fetch: @${ECHO} "You can use the following additional options:" @${ECHO} "WITH_DMALLOC=1 - enable use of the dmalloc library;" - @${ECHO} "WITH_LDAP=1 - Store users in LDAP directories;" - @${ECHO} "WITH_MYSQL=1 - Store users in MySQL databases;" + @${ECHO} "WITH_LDAP=1 - Support for users in LDAP directories;" + @${ECHO} "WITH_MYSQL=1 - Support for users in MySQL databases;" @${ECHO} "WITH_LANG=lang - enable compilation of language support, lang is one of" - @${ECHO} " english, german, romanian, french, polish, spanish, dutch or danish." + @${ECHO} " english, german, romanian, french, polish, spanish, dutch," + @${ECHO} " italian, brazilian-portuguese or danish." @${ECHO} post-install: diff -urN ports/ftp/pure-ftpd.old/distinfo ports/ftp/pure-ftpd/distinfo --- ports/ftp/pure-ftpd.old/distinfo Thu Oct 4 15:10:10 2001 +++ ports/ftp/pure-ftpd/distinfo Thu Oct 4 15:23:47 2001 @@ -1 +1 @@ -MD5 (pure-ftpd-0.99.2a.tar.gz) = 8022d030423940648ab6d73cffa3f051 +MD5 (pure-ftpd-0.99.9.tar.gz) = 3cc6d17d4029ad25cdc4b3ae23ed518c diff -urN ports/ftp/pure-ftpd.old/pkg-plist ports/ftp/pure-ftpd/pkg-plist --- ports/ftp/pure-ftpd.old/pkg-plist Thu Oct 4 15:10:10 2001 +++ ports/ftp/pure-ftpd/pkg-plist Thu Oct 4 15:21:55 2001 @@ -2,6 +2,7 @@ sbin/pure-ftpd sbin/pure-ftpwho sbin/pure-uploadscript +sbin/pure-quotacheck bin/pure-statsdecode bin/pure-pw bin/pure-pwconvert @@ -22,6 +23,7 @@ %%PORTDOCS%%share/doc/pure-ftpd/README.MySQL %%PORTDOCS%%share/doc/pure-ftpd/README.Netfilter %%PORTDOCS%%share/doc/pure-ftpd/THANKS +%%PORTDOCS%%share/doc/pure-ftpd/poweredby.jpg %%PORTDOCS%%@dirrm share/doc/pure-ftpd share/examples/pure-ftpd/xml_python_processors.txt share/examples/pure-ftpd/pam/pure-ftpd >How-To-Repeat: - >Fix: This is a release candidate for version 1.0 . >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 7:58: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from x53.infopact.nl (x53.infopact.nl [212.29.160.53]) by hub.freebsd.org (Postfix) with ESMTP id BA82A37B409 for ; Thu, 4 Oct 2001 07:58:04 -0700 (PDT) Received: (from nobody@localhost) by x53.infopact.nl (8.10.2/8.10.2) id f94Ew3A32541; Thu, 4 Oct 2001 16:58:03 +0200 Date: Thu, 4 Oct 2001 16:58:03 +0200 Message-Id: <200110041458.f94Ew3A32541@x53.infopact.nl> To: ports@FreeBSD.org Subject: Kees heeft mijn naaktfotos op fotovanmijnex.nl gezet! From: Claudia Evers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Beste Helen Gisteren heb ik je verteld dat het uit was met Kees. Nu heeft de klootzak mijn naaktfotos op het internet gezet!!! Op www.fotovanmijnex.nl ze staan in nieuw 6. Wat kan ik eraan doen? Ik heb die site al een e-mailtje gestuurd of ze het eraf willen halen. groetjes Claudia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 9:38:10 2001 Delivered-To: freebsd-ports@freebsd.org Received: from twister.ispgateway.de (twister.ispgateway.de [62.67.200.3]) by hub.freebsd.org (Postfix) with SMTP id 1805937B409 for ; Thu, 4 Oct 2001 09:38:06 -0700 (PDT) Received: (qmail 32548 invoked from network); 4 Oct 2001 16:38:06 -0000 Received: from unknown (HELO 127.0.0.1) (546842@[217.80.111.49]) (envelope-sender ) by twister.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 4 Oct 2001 16:38:06 -0000 Date: Thu, 4 Oct 2001 18:37:58 +0200 From: Stefan Kreichelt X-Mailer: The Bat! (v1.53d) Business Reply-To: Stefan Kreichelt Organization: Kreichelt Software GmbH X-Priority: 3 (Normal) Message-ID: <6418102900.20011004183758@itgenics.com> To: dirk@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: mod_php4-4.0.6_4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello dirk, I'm trying to make install mod_php4 from the FreeBSD 4.4 CD Version. After selecting with GD support the compile aborts with png.4 missing. After looing in /usr/local/lib I just found libpng.so.5 which is the dependency for GD. Do you have a hint on how to install mod_php4 with this? Thanks in advance for any advice... p.s.: are you german (because of your firstname)? -- Best regards, Stefan mailto:StefanKreichelt@itgenics.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 10:10:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 2819137B403 for ; Thu, 4 Oct 2001 10:10:18 -0700 (PDT) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id KAA18425; Thu, 4 Oct 2001 10:10:11 -0700 Message-ID: <3BBC97E8.4359C111@owt.com> Date: Thu, 04 Oct 2001 10:10:00 -0700 From: Kent Stewart X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: neil@darlow.co.uk Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Is INDEX being updated? References: <62852.194.168.148.16.1002195283.squirrel@www.darlow.co.uk> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Neil Darlow wrote: > > Hi, > > I've just upgraded to RELENG_4_4 from RELENG_4_3 and found the > pkg_version utility. > > I've been using this to track package versions since upgrading (after editing > the script to reference the master INDEX file for ports-current). > > Concerned that new package versions didn't appear to be coming, I visited > the ports section of the FreeBSD web site and found that some of my > packages were several weeks out of date. > > Is the master INDEX file not being updated on a regular basis for some > reason? INDEX isn't being updated if you aren't cvsuping ports-all. Index is not updated with each port change. If you set this up with a shell script, you should also look into using portupgrade. It has a module called portsdb that will update your index files. They suggest you run "portsdb -uU" everytime you cvsup ports. Kent > Regards, > Neil Darlow M.Sc. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com Carl Sagan quote on Seti@home http://setiathome.ssl.berkeley.edu/pale_blue_dot.html It is hard to believe you are soaring with Eagles (las águilas) when you accept SPAM like a mouse (el ratón). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 10:11:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id 7BCE937B405 for ; Thu, 4 Oct 2001 10:11:13 -0700 (PDT) Received: (qmail 23969 invoked by uid 1001); 4 Oct 2001 17:11:08 -0000 Date: Thu, 4 Oct 2001 13:11:08 -0400 From: Pete Fritchman To: Neil Darlow Cc: freebsd-ports@freebsd.org Subject: Re: Is INDEX being updated? Message-ID: <20011004131107.A23162@databits.net> References: <62852.194.168.148.16.1002195283.squirrel@www.darlow.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <62852.194.168.148.16.1002195283.squirrel@www.darlow.co.uk>; from neil@darlow.co.uk on Thu, Oct 04, 2001 at 12:34:43PM +0100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ++ 04/10/01 12:34 +0100 - Neil Darlow: | Hi, | | I've just upgraded to RELENG_4_4 from RELENG_4_3 and found the | pkg_version utility. | | I've been using this to track package versions since upgrading (after editing | the script to reference the master INDEX file for ports-current). | | Concerned that new package versions didn't appear to be coming, I visited | the ports section of the FreeBSD web site and found that some of my | packages were several weeks out of date. You can always rebuild the index by typing: # cd /usr/ports && make index (note: this might take a bit) | | Is the master INDEX file not being updated on a regular basis for some | reason? I'd guess that Satoshi is just busy lately. -pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] finger petef@databits.net 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 Thu Oct 4 10:16:43 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id A6A3537B407 for ; Thu, 4 Oct 2001 10:16:40 -0700 (PDT) Received: (qmail 24112 invoked by uid 1001); 4 Oct 2001 17:16:40 -0000 Date: Thu, 4 Oct 2001 13:16:40 -0400 From: Pete Fritchman To: "Hartmann, O." Cc: freebsd-ports@freebsd.org Subject: Re: ProFTP has 24 KB/s transfer rate Message-ID: <20011004131640.B23162@databits.net> References: <20011004145651.C48848-100000@klima.physik.uni-mainz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011004145651.C48848-100000@klima.physik.uni-mainz.de>; from ohartman@klima.physik.uni-mainz.de on Thu, Oct 04, 2001 at 02:58:50PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ++ 04/10/01 14:58 +0200 - Hartmann, O.: | Dear Sirs. | After changing our FTP server from wu-ftp to proftp I have only | trouble. First there was the bug with the access bits and know | my colleagues wrote me that they have a maximum of 24 KB/s transfer rate. | I have set no limitations! Hope someone has a hint or tip ... Did you try asking on the ProFTPD mailing list first? -pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] finger petef@databits.net 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 Thu Oct 4 10:17:37 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DB0837B401; Thu, 4 Oct 2001 10:17:36 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94HFqB28851; Thu, 4 Oct 2001 10:15:52 -0700 (PDT) (envelope-from petef) Date: Thu, 4 Oct 2001 10:15:52 -0700 (PDT) From: Message-Id: <200110041715.f94HFqB28851@freefall.freebsd.org> To: obraun@informatik.unibw-muenchen.de, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/28673: New Port: nhc98 - a haskell compiler to produce small executables Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New Port: nhc98 - a haskell compiler to produce small executables State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Thu Oct 4 10:15:33 PDT 2001 State-Changed-Why: Superseded by ports/31039 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28673 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 10:21:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id AF7DC37B40A for ; Thu, 4 Oct 2001 10:21:06 -0700 (PDT) Received: from klima.Physik.Uni-Mainz.DE (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.6/8.11.4) with ESMTP id f94HKpd13081; Thu, 4 Oct 2001 19:20:55 +0200 (CEST) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Thu, 4 Oct 2001 19:20:51 +0200 (CEST) From: "Hartmann, O." To: Pete Fritchman Cc: Subject: Re: ProFTP has 24 KB/s transfer rate In-Reply-To: <20011004131640.B23162@databits.net> Message-ID: <20011004192046.M48848-100000@klima.physik.uni-mainz.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 4 Oct 2001, Pete Fritchman wrote: Yes ... :>++ 04/10/01 14:58 +0200 - Hartmann, O.: :>| Dear Sirs. :>| After changing our FTP server from wu-ftp to proftp I have only :>| trouble. First there was the bug with the access bits and know :>| my colleagues wrote me that they have a maximum of 24 KB/s transfer rate. :>| I have set no limitations! Hope someone has a hint or tip ... :> :>Did you try asking on the ProFTPD mailing list first? :> :>-pete :> :>-- :>Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] :>finger petef@databits.net for PGP key :> -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institutes fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinenraum) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 10:27:23 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id 7913337B408 for ; Thu, 4 Oct 2001 10:27:12 -0700 (PDT) Received: (qmail 24436 invoked by uid 1001); 4 Oct 2001 17:27:12 -0000 Date: Thu, 4 Oct 2001 13:27:12 -0400 From: Pete Fritchman To: "Hartmann, O." Cc: freebsd-ports@freebsd.org Subject: Re: ProFTP has 24 KB/s transfer rate Message-ID: <20011004132711.D23162@databits.net> References: <20011004131640.B23162@databits.net> <20011004192046.M48848-100000@klima.physik.uni-mainz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011004192046.M48848-100000@klima.physik.uni-mainz.de>; from ohartman@klima.physik.uni-mainz.de on Thu, Oct 04, 2001 at 07:20:51PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ++ 04/10/01 19:20 +0200 - Hartmann, O.: | On Thu, 4 Oct 2001, Pete Fritchman wrote: | >Did you try asking on the ProFTPD mailing list first? | > | >-pete | | Yes ... Well, what did they say? Did they say it was a FreeBSD specific problem? The ports@ mailing list can't be a support list for every port in the tree (almost 6,000 now). -pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] finger petef@databits.net 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 Thu Oct 4 10:56:21 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hotmail.com (oe38.law14.hotmail.com [64.4.20.95]) by hub.freebsd.org (Postfix) with ESMTP id E8EC837B403 for ; Thu, 4 Oct 2001 10:56:19 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 4 Oct 2001 10:56:19 -0700 X-Originating-IP: [61.10.217.216] From: "Kit" To: Subject: Subscription Date: Fri, 5 Oct 2001 01:38:42 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00E2_01C14D3E.774D4BB0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-OriginalArrivalTime: 04 Oct 2001 17:56:19.0791 (UTC) FILETIME=[DF2ED5F0:01C14CFD] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_00E2_01C14D3E.774D4BB0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable Subscription ------=_NextPart_000_00E2_01C14D3E.774D4BB0 Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable

Subscription
------=_NextPart_000_00E2_01C14D3E.774D4BB0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 11:17:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F5A237B401; Thu, 4 Oct 2001 11:17:36 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94IA0W38541; Thu, 4 Oct 2001 11:10:00 -0700 (PDT) (envelope-from petef) Date: Thu, 4 Oct 2001 11:10:00 -0700 (PDT) From: Message-Id: <200110041810.f94IA0W38541@freefall.freebsd.org> To: j@pureftpd.org, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31041: port update : ftp/pure-ftpd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: port update : ftp/pure-ftpd State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Thu Oct 4 11:09:52 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31041 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 11:20: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0F9237B406 for ; Thu, 4 Oct 2001 11:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94IK2339997; Thu, 4 Oct 2001 11:20:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E75F37B403 for ; Thu, 4 Oct 2001 11:14:52 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94IEpb39154; Thu, 4 Oct 2001 11:14:51 -0700 (PDT) (envelope-from nobody) Message-Id: <200110041814.f94IEpb39154@freefall.freebsd.org> Date: Thu, 4 Oct 2001 11:14:51 -0700 (PDT) From: David To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31044: UPDATE: mosfet-liquid-0.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31044 >Category: ports >Synopsis: UPDATE: mosfet-liquid-0.6 >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 11:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David >Release: 4.4 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 11:30: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8512537B401 for ; Thu, 4 Oct 2001 11:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94IU2A42562; Thu, 4 Oct 2001 11:30:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 4 Oct 2001 11:30:02 -0700 (PDT) Message-Id: <200110041830.f94IU2A42562@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: David Subject: Re: ports/31044: UPDATE: mosfet-liquid-0.6 -patches here Reply-To: David Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31044; it has been noted by GNATS. From: David To: freebsd-gnats-submit@FreeBSD.org, ddavid_3@yahoo.com Cc: Subject: Re: ports/31044: UPDATE: mosfet-liquid-0.6 -patches here Date: Thu, 4 Oct 2001 14:21:19 -0400 Never press the tab key in Konqueror while submitting a bug report, tends to send the report before your finished. --- mosfet-liquid-old/Makefile Thu Oct 4 14:00:26 2001 +++ mosfet-liquid/Makefile Thu Oct 4 12:09:03 2001 @@ -6,7 +6,7 @@ # PORTNAME= mosfet-liquid -PORTVERSION= 0.5.1 +PORTVERSION= 0.6 CATEGORIES= x11-wm kde MASTER_SITES= http://www.mosfet.org/ DISTNAME= ${PORTNAME}${PORTVERSION} --- mosfet-liquid-old/distinfo Thu Oct 4 14:00:43 2001 +++ mosfet-liquid/distinfo Thu Oct 4 12:19:18 2001 @@ -1 +1 @@ -MD5 (mosfet-liquid0.5.1.tar.gz) = a9f02564bee5c6835ae5744bda9c982f +MD5 (mosfet-liquid0.6.tar.gz) = bccb73771728ae9887d2cc7acb1df654 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 11:59:32 2001 Delivered-To: freebsd-ports@freebsd.org Received: from rios.sitaranetworks.com (rios.sitaranetworks.com [199.103.141.78]) by hub.freebsd.org (Postfix) with ESMTP id 1FDFA37B407 for ; Thu, 4 Oct 2001 11:59:30 -0700 (PDT) Received: by rios.sitaranetworks.com with Internet Mail Service (5.5.2653.19) id ; Thu, 4 Oct 2001 14:59:58 -0400 Message-ID: <31269226357BD211979E00A0C9866DAB01B61B03@rios.sitaranetworks.com> From: Pai Wang To: "'ports@FreeBSD.org'" Subject: port? Date: Thu, 4 Oct 2001 14:59:51 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Is there any port sample that I can browse through? I got stuch when making "make makesum". Thanks! Pai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 12:36:38 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id 59ABA37B40A for ; Thu, 4 Oct 2001 12:36:36 -0700 (PDT) Received: (qmail 28242 invoked by uid 1001); 4 Oct 2001 19:36:35 -0000 Date: Thu, 4 Oct 2001 15:36:35 -0400 From: Pete Fritchman To: Pai Wang Cc: "'ports@FreeBSD.org'" Subject: Re: port? Message-ID: <20011004153635.E23162@databits.net> References: <31269226357BD211979E00A0C9866DAB01B61B03@rios.sitaranetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <31269226357BD211979E00A0C9866DAB01B61B03@rios.sitaranetworks.com>; from pwang@sitaranetworks.com on Thu, Oct 04, 2001 at 02:59:51PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ++ 04/10/01 14:59 -0400 - Pai Wang: | Hi, | | Is there any port sample that I can browse through? I got stuch when making | "make makesum". There are almost 6000 in /usr/ports :-) Have you read the porters handbook yet? http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ If "make makesum" isn't working, I'm guessing you have a wrong MASTER_SITES or you need to be setting DISTNAME or EXTRACT_SUFX (ie: the distfile isn't in PORTNAME-PORTVERSION.tar.gz format). | Thanks! | | Pai Good luck, -pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] finger petef@databits.net 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 Thu Oct 4 13:36:20 2001 Delivered-To: freebsd-ports@freebsd.org Received: from router.darlow.co.uk (pc2-bigg2-0-cust101.lut.cable.ntl.com [213.107.35.101]) by hub.freebsd.org (Postfix) with ESMTP id 61E2A37B401 for ; Thu, 4 Oct 2001 13:36:16 -0700 (PDT) Received: from ideal.darlow.co.uk (IDENT:1000@ideal.darlow.co.uk [192.168.0.3]) by router.darlow.co.uk (8.11.6/8.11.6) with SMTP id f94KaED91062 for ; Thu, 4 Oct 2001 21:36:14 +0100 (BST) (envelope-from neil@darlow.co.uk) From: Neil Darlow Date: Thu, 04 Oct 2001 20:36:14 GMT Message-ID: <20011004.20361400@ideal.darlow.co.uk> Subject: RE: Is INDEX being updated? To: freebsd-ports@freebsd.org X-Mailer: Mozilla/3.0 (compatible; StarOffice/5.2;Linux) X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi All, Thanks for the responses. I don't cvsup ports-all to maintain my /usr/ports hierarchy. I use about 40 ports and I built /usr/ports by anoncvs checkout of just those that I use. The recent death of anoncvs.freebsd.org has prevented me from updating in my normal manner with anoncvs. I appreciate the convenience of cvsup for the src-all tree but feel that the near 100MB quoted for the full ports-all tree is a little much disk real-estate for my needs. My main use of pkg_version is with the periodic/weekly/400.pkg-status cron job pointed at the master INDEX file. Looks like I can't rely on=20 this method to check the status of my ports without first building a copy of INDEX locally :-( Regards, Neil Darlow M.Sc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 14:48:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.tgd.net (rand.tgd.net [64.81.67.117]) by hub.freebsd.org (Postfix) with SMTP id 8347B37B407 for ; Thu, 4 Oct 2001 14:48:54 -0700 (PDT) Received: (qmail 95494 invoked by uid 1001); 4 Oct 2001 21:48:49 -0000 Date: Thu, 4 Oct 2001 14:48:49 -0700 From: Sean Chittenden To: freebsd-ports@freebsd.org Subject: XFree86 depend on pth... Message-ID: <20011004144849.A95453@rand.tgd.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-PGP-Key: 0x1EDDFAAD X-PGP-Fingerprint: C665 A17F 9A56 286C 5CFB 1DEA 9F4F 5CEF 1EDD FAAD X-Web-Homepage: http://sean.chittenden.org/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org What's the possibility of having XFree86 depend on the pth library? I've been bitten many times by not having pth installed when compiling its libs. If I don't hear any reason not to I'd like to submit a PR and see this changed if possible. -sc -- Sean Chittenden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 15:58:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 2F83A37B401 for ; Thu, 4 Oct 2001 15:58:44 -0700 (PDT) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id XAA24306; Thu, 4 Oct 2001 23:05:41 -0700 Date: Thu, 4 Oct 2001 15:58:41 -0700 From: John Merryweather Cooper To: Sean Chittenden Cc: freebsd-ports@freebsd.org Subject: Re: XFree86 depend on pth... Message-ID: <20011004155841.E4193@johncoop.MSHOME> References: <20011004144849.A95453@rand.tgd.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <20011004144849.A95453@rand.tgd.net>; from sean@chittenden.org on Thu, Oct 04, 2001 at 14:48:49 -0700 X-Mailer: Balsa 1.2.0 Lines: 25 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 2001.10.04 14:48 Sean Chittenden wrote: > What's the possibility of having XFree86 depend on the pth > library? I've been bitten many times by not having pth installed when > > compiling its libs. If I don't hear any reason not to I'd like to > submit a PR and see this changed if possible. -sc > > -- > Sean Chittenden > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > Native "pthreads" work quite well with XFree already (and with Mesa). Using pth would break just about every other port that uses "native" pthreads. I see no benefit and much pain on such a project. -- jmc MacroHard -- the perfection of form over substance, marketing over performance, and greed over design . . . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 16: 6: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.tgd.net (rand.tgd.net [64.81.67.117]) by hub.freebsd.org (Postfix) with SMTP id 119C837B403 for ; Thu, 4 Oct 2001 16:06:05 -0700 (PDT) Received: (qmail 96092 invoked by uid 1001); 4 Oct 2001 23:06:01 -0000 Date: Thu, 4 Oct 2001 16:06:01 -0700 From: Sean Chittenden To: John Merryweather Cooper Cc: freebsd-ports@freebsd.org Subject: Re: XFree86 depend on pth... Message-ID: <20011004160601.E95453@rand.tgd.net> References: <20011004144849.A95453@rand.tgd.net> <20011004155841.E4193@johncoop.MSHOME> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011004155841.E4193@johncoop.MSHOME>; from "john_m_cooper@yahoo.com" on Thu, Oct 04, 2001 at = 03:58:41PM X-PGP-Key: 0x1EDDFAAD X-PGP-Fingerprint: C665 A17F 9A56 286C 5CFB 1DEA 9F4F 5CEF 1EDD FAAD X-Web-Homepage: http://sean.chittenden.org/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > What's the possibility of having XFree86 depend on the pth > > library? I've been bitten many times by not having pth installed when > > > > compiling its libs. If I don't hear any reason not to I'd like to > > submit a PR and see this changed if possible. -sc > > Native "pthreads" work quite well with XFree already (and with Mesa). > Using pth would break just about every other port that uses "native" > pthreads. I see no benefit and much pain on such a project. Hmm.... I hate to sound nieve, but are those installed via a port? If so, which one? I was doing an upgrade of cvsup with the GUI and I was getting link errors with the x libs because they weren't compiled with pthreads. Installing pth then recompiling xfree86-libs has fixed this problem in every case in the past and hasn't broken a port that I'm aware of (this also fixed my faces compile problem too: see PR for ports/mail/faces for more details). Any thoughts? -sc -- Sean Chittenden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 16: 8:41 2001 Delivered-To: freebsd-ports@freebsd.org Received: from voyager.myzona.net (dsl027-179-063.sfo1.dsl.speakeasy.net [216.27.179.63]) by hub.freebsd.org (Postfix) with ESMTP id CA5C537B406 for ; Thu, 4 Oct 2001 16:08:37 -0700 (PDT) Received: from parkson (adsl-64-172-24-179.dsl.sntc01.pacbell.net [64.172.24.179]) by voyager.myzona.net with SMTP id f94N4WF51619; Thu, 4 Oct 2001 16:04:32 -0700 (PDT) (envelope-from alex@myzona.net) Message-ID: <003101c14d28$f66aa7a0$9601a8c0@parkson> Reply-To: "Alex M" From: "Alex M" To: "Hartmann, O." , References: <20011004145651.C48848-100000@klima.physik.uni-mainz.de> Subject: Re: ProFTP has 24 KB/s transfer rate Date: Thu, 4 Oct 2001 16:04:46 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello O. Hartmann, I have the latest ProFTPd running (built from ports) on FreeBSD 4.3-Stable, and it works perfectly, bandwidth throttling works just fine too accordingly to the configuration file. I suggest you refer to the official proftpd website and forums to find help. Regards, Alex. ----- Original Message ----- From: "Hartmann, O." To: Sent: Thursday, October 04, 2001 5:58 AM Subject: ProFTP has 24 KB/s transfer rate > Dear Sirs. > After changing our FTP server from wu-ftp to proftp I have only > trouble. First there was the bug with the access bits and know > my colleagues wrote me that they have a maximum of 24 KB/s transfer rate. > I have set no limitations! Hope someone has a hint or tip ... > > -- > MfG > O. Hartmann > > ohartman@klima.physik.uni-mainz.de > ---------------------------------------------------------------- > IT-Administration des Institutes fuer Physik der Atmosphaere (IPA) > ---------------------------------------------------------------- > Johannes Gutenberg Universitaet Mainz > Becherweg 21 > 55099 Mainz > > Tel: +496131/3924662 (Maschinenraum) > Tel: +496131/3924144 > FAX: +496131/3923532 > > > 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 Oct 4 16:19:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 6942437B401 for ; Thu, 4 Oct 2001 16:19:10 -0700 (PDT) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id XAA24838; Thu, 4 Oct 2001 23:26:07 -0700 Date: Thu, 4 Oct 2001 16:19:06 -0700 From: John Merryweather Cooper To: Sean Chittenden Cc: John Merryweather Cooper , freebsd-ports@freebsd.org Subject: Re: XFree86 depend on pth... Message-ID: <20011004161906.G4193@johncoop.MSHOME> References: <20011004144849.A95453@rand.tgd.net> <20011004155841.E4193@johncoop.MSHOME> <20011004160601.E95453@rand.tgd.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <20011004160601.E95453@rand.tgd.net>; from sean@chittenden.org on Thu, Oct 04, 2001 at 16:06:01 -0700 X-Mailer: Balsa 1.2.0 Lines: 40 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 2001.10.04 16:06 Sean Chittenden wrote: > > > What's the possibility of having XFree86 depend on the pth > > > > library? I've been bitten many times by not having pth installed > when > > > > > > compiling its libs. If I don't hear any reason not to I'd like to > > > > submit a PR and see this changed if possible. -sc > > > > Native "pthreads" work quite well with XFree already (and with > Mesa). > > Using pth would break just about every other port that uses "native" > > pthreads. I see no benefit and much pain on such a project. > > Hmm.... I hate to sound nieve, but are those installed via a port? If > so, which one? I was doing an upgrade of cvsup with the GUI and I was > getting link errors with the x libs because they weren't compiled with > pthreads. Installing pth then recompiling xfree86-libs has fixed this > problem in every case in the past and hasn't broken a port that I'm > aware of (this also fixed my faces compile problem too: see PR for > ports/mail/faces for more details). Any thoughts? -sc > > -- > Sean Chittenden > "pthreads" is built-in. Installing pth will inflict considerable pain. It conflicts with "pthreads." For instance, have pth installed on your system is a nearly sure-fire way to break all Mesa-dependent apps. You have been warned . . . :) -- jmc MacroHard -- the perfection of form over substance, marketing over performance, and greed over design . . . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 16:38:24 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.tgd.net (rand.tgd.net [64.81.67.117]) by hub.freebsd.org (Postfix) with SMTP id BFDA037B406 for ; Thu, 4 Oct 2001 16:38:21 -0700 (PDT) Received: (qmail 96418 invoked by uid 1001); 4 Oct 2001 23:38:17 -0000 Date: Thu, 4 Oct 2001 16:38:17 -0700 From: Sean Chittenden To: John Merryweather Cooper Cc: ports@freebsd.org Subject: Re: XFree86 depend on pth... Message-ID: <20011004163817.H95453@rand.tgd.net> References: <20011004144849.A95453@rand.tgd.net> <20011004155841.E4193@johncoop.MSHOME> <20011004160601.E95453@rand.tgd.net> <20011004161906.G4193@johncoop.MSHOME> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011004161906.G4193@johncoop.MSHOME>; from "john_m_cooper@yahoo.com" on Thu, Oct 04, 2001 at = 04:19:06PM X-PGP-Key: 0x1EDDFAAD X-PGP-Fingerprint: C665 A17F 9A56 286C 5CFB 1DEA 9F4F 5CEF 1EDD FAAD X-Web-Homepage: http://sean.chittenden.org/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > > > What's the possibility of having XFree86 depend on the pth > > > > > > library? I've been bitten many times by not having pth installed > > when > > > > > > > > compiling its libs. If I don't hear any reason not to I'd like to > > > > > > submit a PR and see this changed if possible. -sc > > > > > > Native "pthreads" work quite well with XFree already (and with > > Mesa). > > > Using pth would break just about every other port that uses "native" > > > pthreads. I see no benefit and much pain on such a project. > > > > Hmm.... I hate to sound nieve, but are those installed via a port? If > > so, which one? I was doing an upgrade of cvsup with the GUI and I was > > getting link errors with the x libs because they weren't compiled with > > pthreads. Installing pth then recompiling xfree86-libs has fixed this > > problem in every case in the past and hasn't broken a port that I'm > > aware of (this also fixed my faces compile problem too: see PR for > > ports/mail/faces for more details). Any thoughts? -sc > > "pthreads" is built-in. Installing pth will inflict considerable pain. > It conflicts with "pthreads." For instance, have pth installed on your > system is a nearly sure-fire way to break all Mesa-dependent apps. You > have been warned . . . :) Honestly, I don't really care about mesa and regardless, it doesn't solve the problem of why XFree86 libs weren't compiling correctly. I've had this prob on most of my boxen, and most vanilla. pth has always fixed it... any thoughts on the following PR? http://www.freebsd.org/cgi/query-pr.cgi?pr=28551 -sc -- Sean Chittenden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 17: 7:44 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3ECE37B406; Thu, 4 Oct 2001 17:07:41 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9501n196312; Thu, 4 Oct 2001 17:01:49 -0700 (PDT) (envelope-from petef) Date: Thu, 4 Oct 2001 17:01:49 -0700 (PDT) From: Message-Id: <200110050001.f9501n196312@freefall.freebsd.org> To: sakai@miya3f12.ee.kagu.sut.ac.jp, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31040: NEW PORT textproc/htmlsection Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: NEW PORT textproc/htmlsection State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Thu Oct 4 17:01:23 PDT 2001 State-Changed-Why: New port committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31040 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 17:17:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AED2637B405; Thu, 4 Oct 2001 17:17:36 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f950H9700961; Thu, 4 Oct 2001 17:17:09 -0700 (PDT) (envelope-from petef) Date: Thu, 4 Oct 2001 17:17:09 -0700 (PDT) From: Message-Id: <200110050017.f950H9700961@freefall.freebsd.org> To: simon@simon.org.ua, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31030: Maintainer updates port sysutils/ipa Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer updates port sysutils/ipa State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Thu Oct 4 17:17:00 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31030 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 17:27:38 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC77837B401; Thu, 4 Oct 2001 17:27:36 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f950Pda05950; Thu, 4 Oct 2001 17:25:39 -0700 (PDT) (envelope-from petef) Date: Thu, 4 Oct 2001 17:25:39 -0700 (PDT) From: Message-Id: <200110050025.f950Pda05950@freefall.freebsd.org> To: sean-freebsd-gnats@chittenden.org, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30981: ports www/mod_backhand needs to be updated Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ports www/mod_backhand needs to be updated State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Thu Oct 4 17:25:20 PDT 2001 State-Changed-Why: Committed, thanks! You are now the maintainer of mod_backhand. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30981 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 18:57:55 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id F075137B405 for ; Thu, 4 Oct 2001 18:57:49 -0700 (PDT) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id f951vZL07461; Fri, 5 Oct 2001 13:57:37 +1200 (NZST) (envelope-from dan@langille.org) From: "Dan Langille" Organization: novice in training To: "Mario Sergio Fujikawa Ferreira" Date: Thu, 4 Oct 2001 21:57:08 -0400 MIME-Version: 1.0 Subject: Re: qpopper and /etc/ftpusers Reply-To: dan@langille.org Cc: ports@FreeBSD.org Message-ID: <3BBCDB34.20044.1DFCE9A@localhost> In-reply-to: <20010923235103.A18418@exxodus.fedaykin.here> References: <200109210515.IAA76507@ipcard.iptcom.net>; from sobomax@FreeBSD.org on Fri, Sep 21, 2001 at 08:14:50AM +0300 X-mailer: Pegasus Mail for Win32 (v4.0, beta 40) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Any movement on this? I ask because I encountered yet another user being bitten by this problem: http://freebsddiary.org/phorum/read.php?f=1&i=3480&t=3480 On 23 Sep 2001 at 23:51, Mario Sergio Fujikawa Ferreira wrote: > On Fri, Sep 21, 2001 at 08:14:50AM +0300, Maxim Sobolev wrote: > > On Thu, 20 Sep 2001 14:23:48 -0400, Dan Langille wrote: > > > I don't see how POP is connected to ftp users? > > > > /me too > > Okay. Let me begin with, I did not do it. :) It is not my > fault. Though, I don't think it was anybody's fault. > I'd used qpopper for a long and though not connected to > ftp users, the information sharing seemed quite interesting. It seemed > logical though not quite "correct". > Nevertheless, I agree with the issue. I've been following > the thread waiting for a consensus and here goes my suggestion. > > > > This from mail/qpopper/Makefile: > > > > > > CONFIGURE_ARGS= --enable-apop=${PREFIX}/etc/qpopper/pop.auth \ > > > --enable-nonauth-file=/etc/ftpusers \ > > > --with-apopuid=pop --without-gdbm \ > > > --enable-keep-temp-drop > > > > > > Does it make sense to do things that way? If an auth file is to be > > > used at all, why not use one with an appropriate name (e.g. > > > /etc/popusers). > > > > [snip] > > > No, the current setup astually preserves the POLA (it had been that way > > since the beginning of time) - check cvs log for mail/qpopper/Makefile. > > However, it might be a good idea to actually bite the bullet and break > > that stupid POLA. > > > > I would suggest to replace `--enable-nonauth-file=/etc/ftpusers' with > > something like `--enable-auth-file=/etc/pop3users'. Among other things, > > it would ensure that the default setup is the most secure. > > I am considering something on the lines of > > ${PREFIX}/etc/qpopper/popusers > > to uphold hier(7) > > Here is how I plan this: > > 1) --enable-nonauth-file=${PREFIX}/etc/qpopper/popusers > > 2) when installing: > 2.1) if there is no ${PREFIX}/etc/qpopper/popusers.sample: > - if there is /etc/ftpusers, copy it to > ${PREFIX}/etc/qpopper/popusers.sample > - if there is none, cp /dev/null > ${PREFIX}/etc/qpopper/popusers.sample > > 2.2) if there is no ${PREFIX}/etc/qpopper/popusers > ( from a previous instalation ), > cp ${PREFIX}/etc/qpopper/popusers.sample \ > ${PREFIX}/etc/qpopper/popusers > > 3) when deinstalling: > 3.1) if ${PREFIX}/etc/qpopper/popusers.sample > is exactly like ${PREFIX}/etc/qpopper/popusers, > remove ${PREFIX}/etc/qpopper/popusers > > 3.2) remove ${PREFIX}/etc/qpopper/popusers.sample > > popuser{,.sample} are been installed with > > user: pop > group: daemon > perms: 0444 > > dir ${PREFIX}/etc/qpopper/ is > > user: pop > group: daemon > perms: 711 > > Diffs to the port and a pkg-install are supplied for an > examplification. I would like some input. Please test this and let > me know what do you think, specially on the use of the systems > ftpuser to create the popusers.sample. We could settle for an > empty file or supply with the ports within ${FILESDIR}. > This is just a suggestion for a solution. All suggestions > are welcome. > > Regards, > > -- > Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." > lioux at ( freebsd dot org | linf dot unb dot br ) > flames to beloved devnull@someotherworldbeloworabove.org > feature, n: a documented bug | bug, n: an undocumented feature > -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 19:10: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E390237B408 for ; Thu, 4 Oct 2001 19:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f952A0u23700; Thu, 4 Oct 2001 19:10:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC17F37B407 for ; Thu, 4 Oct 2001 19:09:28 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9529SO23606; Thu, 4 Oct 2001 19:09:28 -0700 (PDT) (envelope-from nobody) Message-Id: <200110050209.f9529SO23606@freefall.freebsd.org> Date: Thu, 4 Oct 2001 19:09:28 -0700 (PDT) From: TOGAWA Satoshi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31050: In /usr/ports, make index failed because www/squid23 is not exist. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31050 >Category: ports >Synopsis: In /usr/ports, make index failed because www/squid23 is not exist. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 19:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: TOGAWA Satoshi >Release: 4.3-RELEASE >Organization: >Environment: FreeBSD puyo.statp.is.tohoku.ac.jp 4.3-RELEASE FreeBSD 4.3-RELEASE #2: Wed Jun 27 21:05:28 JST 2001 togawa@puyo.statp.is.tohoku.ac.jp:/usr/src/sys/compile/PUYO i386 >Description: A port of www/squid23 is not exist now, but some ports, like misc/instant-server www/squidguard www/squirm is depend on squid23. >How-To-Repeat: cd /usr/ports ; make index >Fix: If these ports works on squid24, it is better to depend this instead of squid23. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 19:10:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by hub.freebsd.org (Postfix) with SMTP id 4441D37B407 for ; Thu, 4 Oct 2001 19:10:33 -0700 (PDT) Received: (qmail 8445 invoked from network); 5 Oct 2001 02:10:32 -0000 Received: from ken.yumyumyum.org (HELO there) (192.168.0.2) by dsl092-171-091.wdc1.dsl.speakeasy.net with SMTP; 5 Oct 2001 02:10:32 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Kenneth Culver Reply-To: culverk@wam.umd.edu To: freebsd-ports@freebsd.org Subject: port submission Date: Thu, 4 Oct 2001 22:10:55 -0400 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20011005021033.4441D37B407@hub.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I just finished porting wmnd to FreeBSD (a windowmaker network monitor dockapp that is much more useful that wmnet) and I put the port at my website http://www.glue.umd.edu/~culverk/wmndport.tar.gz this is a FreeBSD style port (like in the ports tree) so just untar and ungzip it and type make from inside the wmnd directory and make install... just like a normal port. If someone wants to commit this please let me know. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 19:17:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E924037B405; Thu, 4 Oct 2001 19:17:36 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f952DMt24176; Thu, 4 Oct 2001 19:13:22 -0700 (PDT) (envelope-from petef) Date: Thu, 4 Oct 2001 19:13:22 -0700 (PDT) From: Message-Id: <200110050213.f952DMt24176@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, adrian@FreeBSD.org Subject: Re: ports/31050: In /usr/ports, make index failed because www/squid23 is not exist. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: In /usr/ports, make index failed because www/squid23 is not exist. Responsible-Changed-From-To: freebsd-ports->adrian Responsible-Changed-By: petef Responsible-Changed-When: Thu Oct 4 19:13:16 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31050 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 21: 6: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ginsberg.uol.com.br (ginsberg.uol.com.br [200.231.206.26]) by hub.freebsd.org (Postfix) with ESMTP id 244C637B405 for ; Thu, 4 Oct 2001 21:06:00 -0700 (PDT) Received: from 200.181.49.72 ([200.181.49.72]) by ginsberg.uol.com.br (8.9.1/8.9.1) with ESMTP id BAA19355 for ; Fri, 5 Oct 2001 01:03:51 -0300 (BRT) Received: (qmail 83121 invoked by uid 1001); 5 Oct 2001 03:50:49 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Fri, 5 Oct 2001 00:50:26 -0300 To: Dan Langille Cc: ports@FreeBSD.ORG Subject: Re: qpopper and /etc/ftpusers Message-ID: <20011005005026.A72467@exxodus.fedaykin.here> References: <200109210515.IAA76507@ipcard.iptcom.net>; <20010923235103.A18418@exxodus.fedaykin.here> <3BBCDB34.20044.1DFCE9A@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BBCDB34.20044.1DFCE9A@localhost>; from dan@langille.org on Thu, Oct 04, 2001 at 09:56:46PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, On Thu, Oct 04, 2001 at 09:56:46PM -0400, Dan Langille wrote: > Any movement on this? I ask because I encountered yet another > user being bitten by this problem: I was hoping for some feedback..... but I've just committed a slightly different version of the discussed patch. Let me know if you like this one. :) Regards, -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 21:12:59 2001 Delivered-To: freebsd-ports@freebsd.org Received: from host185.dolanmedia.com (host185.dolanmedia.com [209.98.197.185]) by hub.freebsd.org (Postfix) with SMTP id 4DC0237B405 for ; Thu, 4 Oct 2001 21:12:56 -0700 (PDT) Received: (qmail 4800 invoked by uid 0); 5 Oct 2001 04:12:52 -0000 Received: from greg.panula@dolaninformation.com by proxy with qmail-scanner-0.96 (. Clean. Processed in 0.321519 secs); 05 Oct 2001 04:12:52 -0000 X-Qmail-Scanner-Mail-From: greg.panula@dolaninformation.com via proxy X-Qmail-Scanner-Rcpt-To: hetzels@westbend.net,jeh@FreeBSD.ORG,ports@FreeBSD.ORG X-Qmail-Scanner: 0.96 (No viruses found. Processed in 0.321519 secs) Received: from mail.dolanmedia.com (10.1.1.23) by proxy.dolanmedia.com with SMTP; 5 Oct 2001 04:12:51 -0000 Received: from dolaninformation.com (10.1.1.135) by mail.dolanmedia.com (Worldmail 1.3.167); 4 Oct 2001 23:12:51 -0500 Message-ID: <3BBD3343.1AF5D64F@dolaninformation.com> Date: Thu, 04 Oct 2001 23:12:51 -0500 From: Greg Panula Reply-To: greg.panula@dolaninformation.com Organization: Dolan Information Inc X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Scot W. Hetzel" Cc: jeh@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: uvscan-4.14e References: <3BBA9DF5.953C782D@dolaninformation.com> <009801c14d4f$d8fb7d80$11fd2fd8@westbend.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hehehe, good to see they know their own name. I just updated my security ports collection and the latest update_dat script Jim commited was able to retrieve the 4164 dat file without any problems. His script is much more flexible than mine, I recommend using it.... seeing how mine doesn't work. :-) Greg "Scot W. Hetzel" wrote: > > It didn't work with the 4164 dat file. I had to replace AVVER with: > > AVVER=`head -2 readme.txt | grep -e "McAfee" -e "MacAfee" | cut -d' ' -f5` > > They misspelled McAfee in readme.txt. > > Scot > > From: "Greg Panula" > > Attached is a corrected update_dat script for updating the dat file to version > > 4163. Should also work for future dat files, unless McAfee changes the layout > > of the readme.txt file. > > > > Thanks, > > Greg > > -------------------------------------------------------------------------------- > > > #!/bin/sh > > cd /usr/local/libexec/uvscan/ > > fetch http://download.nai.com/products/datfiles/4.x/nai/readme.txt > /dev/null 2>&1 > > AVVER=`head -2 readme.txt | grep McAfee | cut -d' ' -f14` > > if [ ! -f dat-$AVVER.tar ]; then > > for i in *.tar ; do > > mv $i $i.old > > done > > if fetch http://download.nai.com/products/datfiles/4.x/nai/dat-$AVVER.tar > /dev/null 2>&1 ; then > > for i in *.dat ; do > > cp -p $i $i.bak > > done > > if tar xf dat-$AVVER.tar ; then > > rm -f *.old > > echo `date` Successfully updated AntiVirus DAT files to $AVVER > > fi > > fi > > fi > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 23:20:48 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2E2837B405 for ; Thu, 4 Oct 2001 23:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f956K1R66241; Thu, 4 Oct 2001 23:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8B1237B403 for ; Thu, 4 Oct 2001 23:13:42 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f956Dgv65253; Thu, 4 Oct 2001 23:13:42 -0700 (PDT) (envelope-from nobody) Message-Id: <200110050613.f956Dgv65253@freefall.freebsd.org> Date: Thu, 4 Oct 2001 23:13:42 -0700 (PDT) From: Paul Marquis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31053: Update port: devel/stlport Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31053 >Category: ports >Synopsis: Update port: devel/stlport >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 23:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Paul Marquis >Release: FreeBSD 4.4 >Organization: >Environment: FreeBSD sboy.pmarquis.com 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 29 18:47:53 EDT 2001 pmarquis@sboy.pmarquis.com:/usr/obj/home/src/sys/SBOY i386 >Description: This is an upgrade of STLport, an adapation of SGI's Standard Template Library, to version 4.5. >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/devel/stlport # /usr/ports/devel/stlport/pkg-plist # /usr/ports/devel/stlport/pkg-descr # /usr/ports/devel/stlport/pkg-comment # /usr/ports/devel/stlport/distinfo # /usr/ports/devel/stlport/Makefile # /usr/ports/devel/stlport/files # /usr/ports/devel/stlport/files/patch-aa # /usr/ports/devel/stlport/files/patch-ab # /usr/ports/devel/stlport/files/patch-ac # echo c - /usr/ports/devel/stlport mkdir -p /usr/ports/devel/stlport > /dev/null 2>&1 echo x - /usr/ports/devel/stlport/pkg-plist sed 's/^X//' >/usr/ports/devel/stlport/pkg-plist << 'END-of-/usr/ports/devel/stlport/pkg-plist' Xinclude/stlport/algorithm Xinclude/stlport/bitset Xinclude/stlport/cassert Xinclude/stlport/cctype Xinclude/stlport/cerrno Xinclude/stlport/cfloat Xinclude/stlport/climits Xinclude/stlport/clocale Xinclude/stlport/cmath Xinclude/stlport/complex Xinclude/stlport/config/_epilog.h Xinclude/stlport/config/_msvc_warnings_off.h Xinclude/stlport/config/_prolog.h Xinclude/stlport/config/stl_apcc.h Xinclude/stlport/config/stl_apple.h Xinclude/stlport/config/stl_as400.h Xinclude/stlport/config/stl_bc.h Xinclude/stlport/config/stl_como.h Xinclude/stlport/config/stl_confix.h Xinclude/stlport/config/stl_dec.h Xinclude/stlport/config/stl_dec_vms.h Xinclude/stlport/config/stl_fujitsu.h Xinclude/stlport/config/stl_gcc.h Xinclude/stlport/config/stl_hpacc.h Xinclude/stlport/config/stl_ibm.h Xinclude/stlport/config/stl_intel.h Xinclude/stlport/config/stl_kai.h Xinclude/stlport/config/stl_mlc.h Xinclude/stlport/config/stl_msvc.h Xinclude/stlport/config/stl_mwerks.h Xinclude/stlport/config/stl_mycomp.h Xinclude/stlport/config/stl_sco.h Xinclude/stlport/config/stl_select_lib.h Xinclude/stlport/config/stl_sgi.h Xinclude/stlport/config/stl_solaris.h Xinclude/stlport/config/stl_sunpro.h Xinclude/stlport/config/stl_symantec.h Xinclude/stlport/config/stl_watcom.h Xinclude/stlport/config/stl_wince.h Xinclude/stlport/config/stlcomp.h Xinclude/stlport/config/vc_select_lib.h Xinclude/stlport/csetjmp Xinclude/stlport/csignal Xinclude/stlport/cstdarg Xinclude/stlport/cstddef Xinclude/stlport/cstdio Xinclude/stlport/cstdlib Xinclude/stlport/cstring Xinclude/stlport/ctime Xinclude/stlport/ctype.h Xinclude/stlport/cwchar Xinclude/stlport/cwctype Xinclude/stlport/deque Xinclude/stlport/exception Xinclude/stlport/exception.h Xinclude/stlport/export Xinclude/stlport/fstream Xinclude/stlport/fstream.h Xinclude/stlport/functional Xinclude/stlport/hash_map Xinclude/stlport/hash_set Xinclude/stlport/iomanip Xinclude/stlport/iomanip.h Xinclude/stlport/ios Xinclude/stlport/ios.h Xinclude/stlport/iosfwd Xinclude/stlport/iostream Xinclude/stlport/iostream.h Xinclude/stlport/istream Xinclude/stlport/istream.h Xinclude/stlport/iterator Xinclude/stlport/limits Xinclude/stlport/list Xinclude/stlport/locale Xinclude/stlport/locale.h Xinclude/stlport/map Xinclude/stlport/math.h Xinclude/stlport/mem.h Xinclude/stlport/memory Xinclude/stlport/mmemory.h Xinclude/stlport/new Xinclude/stlport/new.h Xinclude/stlport/numeric Xinclude/stlport/old_hp/algo.h Xinclude/stlport/old_hp/algobase.h Xinclude/stlport/old_hp/alloc.h Xinclude/stlport/old_hp/bvector.h Xinclude/stlport/old_hp/defalloc.h Xinclude/stlport/old_hp/deque.h Xinclude/stlport/old_hp/function.h Xinclude/stlport/old_hp/hash_map.h Xinclude/stlport/old_hp/hash_set.h Xinclude/stlport/old_hp/hashtable.h Xinclude/stlport/old_hp/heap.h Xinclude/stlport/old_hp/iterator.h Xinclude/stlport/old_hp/list.h Xinclude/stlport/old_hp/map.h Xinclude/stlport/old_hp/multimap.h Xinclude/stlport/old_hp/multiset.h Xinclude/stlport/old_hp/numeric.h Xinclude/stlport/old_hp/pair.h Xinclude/stlport/old_hp/pthread_alloc.h Xinclude/stlport/old_hp/queue.h Xinclude/stlport/old_hp/rope.h Xinclude/stlport/old_hp/set.h Xinclude/stlport/old_hp/slist.h Xinclude/stlport/old_hp/stack.h Xinclude/stlport/old_hp/tempbuf.h Xinclude/stlport/old_hp/tree.h Xinclude/stlport/old_hp/vector.h Xinclude/stlport/ostream Xinclude/stlport/ostream.h Xinclude/stlport/pthread.h Xinclude/stlport/pthread_alloc Xinclude/stlport/queue Xinclude/stlport/rope Xinclude/stlport/set Xinclude/stlport/setjmp.h Xinclude/stlport/signal.h Xinclude/stlport/slist Xinclude/stlport/sstream Xinclude/stlport/stack Xinclude/stlport/stdarg.h Xinclude/stlport/stddef.h Xinclude/stlport/stdexcept Xinclude/stlport/stdio.h Xinclude/stlport/stdio_streambuf Xinclude/stlport/stdlib.h Xinclude/stlport/stl/_abbrevs.h Xinclude/stlport/stl/_algo.c Xinclude/stlport/stl/_algo.h Xinclude/stlport/stl/_algobase.c Xinclude/stlport/stl/_algobase.h Xinclude/stlport/stl/_alloc.c Xinclude/stlport/stl/_alloc.h Xinclude/stlport/stl/_auto_ptr.h Xinclude/stlport/stl/_bitset.c Xinclude/stlport/stl/_bitset.h Xinclude/stlport/stl/_bvector.h Xinclude/stlport/stl/_check_config.h Xinclude/stlport/stl/_cmath.h Xinclude/stlport/stl/_codecvt.h Xinclude/stlport/stl/_collate.h Xinclude/stlport/stl/_complex.c Xinclude/stlport/stl/_complex.h Xinclude/stlport/stl/_config.h Xinclude/stlport/stl/_config_compat.h Xinclude/stlport/stl/_config_compat_post.h Xinclude/stlport/stl/_construct.h Xinclude/stlport/stl/_ctraits_fns.h Xinclude/stlport/stl/_ctype.h Xinclude/stlport/stl/_cwchar.h Xinclude/stlport/stl/_deque.c Xinclude/stlport/stl/_deque.h Xinclude/stlport/stl/_epilog.h Xinclude/stlport/stl/_exception.h Xinclude/stlport/stl/_fstream.c Xinclude/stlport/stl/_fstream.h Xinclude/stlport/stl/_function.h Xinclude/stlport/stl/_function_base.h Xinclude/stlport/stl/_hash_fun.h Xinclude/stlport/stl/_hash_map.h Xinclude/stlport/stl/_hash_set.h Xinclude/stlport/stl/_hashtable.c Xinclude/stlport/stl/_hashtable.h Xinclude/stlport/stl/_heap.c Xinclude/stlport/stl/_heap.h Xinclude/stlport/stl/_ios.c Xinclude/stlport/stl/_ios.h Xinclude/stlport/stl/_ios_base.h Xinclude/stlport/stl/_iosfwd.h Xinclude/stlport/stl/_istream.c Xinclude/stlport/stl/_istream.h Xinclude/stlport/stl/_istreambuf_iterator.h Xinclude/stlport/stl/_iterator.h Xinclude/stlport/stl/_iterator_base.h Xinclude/stlport/stl/_iterator_old.h Xinclude/stlport/stl/_limits.c Xinclude/stlport/stl/_limits.h Xinclude/stlport/stl/_list.c Xinclude/stlport/stl/_list.h Xinclude/stlport/stl/_locale.h Xinclude/stlport/stl/_map.h Xinclude/stlport/stl/_messages_facets.h Xinclude/stlport/stl/_monetary.c Xinclude/stlport/stl/_monetary.h Xinclude/stlport/stl/_null_stream.h Xinclude/stlport/stl/_num_get.c Xinclude/stlport/stl/_num_get.h Xinclude/stlport/stl/_num_put.c Xinclude/stlport/stl/_num_put.h Xinclude/stlport/stl/_numeric.c Xinclude/stlport/stl/_numeric.h Xinclude/stlport/stl/_numpunct.h Xinclude/stlport/stl/_ostream.c Xinclude/stlport/stl/_ostream.h Xinclude/stlport/stl/_ostreambuf_iterator.h Xinclude/stlport/stl/_pair.h Xinclude/stlport/stl/_prolog.h Xinclude/stlport/stl/_pthread_alloc.c Xinclude/stlport/stl/_pthread_alloc.h Xinclude/stlport/stl/_ptrs_specialize.h Xinclude/stlport/stl/_queue.h Xinclude/stlport/stl/_range_errors.h Xinclude/stlport/stl/_raw_storage_iter.h Xinclude/stlport/stl/_relops.h Xinclude/stlport/stl/_relops_cont.h Xinclude/stlport/stl/_relops_template.h Xinclude/stlport/stl/_rope.c Xinclude/stlport/stl/_rope.h Xinclude/stlport/stl/_set.h Xinclude/stlport/stl/_set_operators.h Xinclude/stlport/stl/_site_config.h Xinclude/stlport/stl/_slist.c Xinclude/stlport/stl/_slist.h Xinclude/stlport/stl/_slist_base.c Xinclude/stlport/stl/_slist_base.h Xinclude/stlport/stl/_sparc_atomic.h Xinclude/stlport/stl/_sstream.c Xinclude/stlport/stl/_sstream.h Xinclude/stlport/stl/_stack.h Xinclude/stlport/stl/_stdio_file.h Xinclude/stlport/stl/_stream_iterator.h Xinclude/stlport/stl/_streambuf.c Xinclude/stlport/stl/_streambuf.h Xinclude/stlport/stl/_streambuf_iterator.h Xinclude/stlport/stl/_string.c Xinclude/stlport/stl/_string.h Xinclude/stlport/stl/_string_fwd.c Xinclude/stlport/stl/_string_fwd.h Xinclude/stlport/stl/_string_hash.h Xinclude/stlport/stl/_string_io.c Xinclude/stlport/stl/_string_io.h Xinclude/stlport/stl/_strstream.h Xinclude/stlport/stl/_tempbuf.c Xinclude/stlport/stl/_tempbuf.h Xinclude/stlport/stl/_threads.c Xinclude/stlport/stl/_threads.h Xinclude/stlport/stl/_time_facets.c Xinclude/stlport/stl/_time_facets.h Xinclude/stlport/stl/_tree.c Xinclude/stlport/stl/_tree.h Xinclude/stlport/stl/_uninitialized.h Xinclude/stlport/stl/_valarray.c Xinclude/stlport/stl/_valarray.h Xinclude/stlport/stl/_vector.c Xinclude/stlport/stl/_vector.h Xinclude/stlport/stl/c_locale.h Xinclude/stlport/stl/char_traits.h Xinclude/stlport/stl/concept_checks.h Xinclude/stlport/stl/debug/_debug.c Xinclude/stlport/stl/debug/_debug.h Xinclude/stlport/stl/debug/_deque.h Xinclude/stlport/stl/debug/_hashtable.h Xinclude/stlport/stl/debug/_iterator.h Xinclude/stlport/stl/debug/_list.h Xinclude/stlport/stl/debug/_slist.h Xinclude/stlport/stl/debug/_string.h Xinclude/stlport/stl/debug/_tree.h Xinclude/stlport/stl/debug/_vector.h Xinclude/stlport/stl/msl_string.h Xinclude/stlport/stl/type_traits.h Xinclude/stlport/stl/wrappers/_deque.h Xinclude/stlport/stl/wrappers/_hash_map.h Xinclude/stlport/stl/wrappers/_hash_set.h Xinclude/stlport/stl/wrappers/_list.h Xinclude/stlport/stl/wrappers/_map.h Xinclude/stlport/stl/wrappers/_mmap.h Xinclude/stlport/stl/wrappers/_set.h Xinclude/stlport/stl/wrappers/_slist.h Xinclude/stlport/stl/wrappers/_vector.h Xinclude/stlport/stl_user_config.h Xinclude/stlport/streambuf Xinclude/stlport/streambuf.h Xinclude/stlport/string Xinclude/stlport/string.h Xinclude/stlport/strstream Xinclude/stlport/strstream.h Xinclude/stlport/time.h Xinclude/stlport/typeinfo Xinclude/stlport/typeinfo.h Xinclude/stlport/using/cstring Xinclude/stlport/using/fstream Xinclude/stlport/using/h/fstream.h Xinclude/stlport/using/h/iomanip.h Xinclude/stlport/using/h/iostream.h Xinclude/stlport/using/h/ostream.h Xinclude/stlport/using/h/streambuf.h Xinclude/stlport/using/h/strstream.h Xinclude/stlport/using/iomanip Xinclude/stlport/using/ios Xinclude/stlport/using/iosfwd Xinclude/stlport/using/iostream Xinclude/stlport/using/istream Xinclude/stlport/using/locale Xinclude/stlport/using/ostream Xinclude/stlport/using/sstream Xinclude/stlport/using/streambuf Xinclude/stlport/using/strstream Xinclude/stlport/utility Xinclude/stlport/valarray Xinclude/stlport/vector Xinclude/stlport/wchar.h Xinclude/stlport/wctype.h Xinclude/stlport/wrap_std/complex Xinclude/stlport/wrap_std/export Xinclude/stlport/wrap_std/fstream Xinclude/stlport/wrap_std/h/fstream.h Xinclude/stlport/wrap_std/h/iostream.h Xinclude/stlport/wrap_std/h/streambuf.h Xinclude/stlport/wrap_std/h/strstream.h Xinclude/stlport/wrap_std/iomanip Xinclude/stlport/wrap_std/ios Xinclude/stlport/wrap_std/iosfwd Xinclude/stlport/wrap_std/iostream Xinclude/stlport/wrap_std/istream Xinclude/stlport/wrap_std/locale Xinclude/stlport/wrap_std/ostream Xinclude/stlport/wrap_std/sstream Xinclude/stlport/wrap_std/streambuf Xinclude/stlport/wrap_std/strstream Xlib/libstlport_gcc.a Xlib/libstlport_gcc.so Xlib/libstlport_gcc.so.4.5 Xlib/libstlport_gcc_stldebug.a Xlib/libstlport_gcc_stldebug.so Xlib/libstlport_gcc_stldebug.so.4.5 X%%PORTDOCS%%share/doc/html/stlport/README.BC.html X%%PORTDOCS%%share/doc/html/stlport/README.CW.html X%%PORTDOCS%%share/doc/html/stlport/README.DEC.html X%%PORTDOCS%%share/doc/html/stlport/README.MPW.html X%%PORTDOCS%%share/doc/html/stlport/README.VC++.html X%%PORTDOCS%%share/doc/html/stlport/README.aCC.html X%%PORTDOCS%%share/doc/html/stlport/README.gcc.html X%%PORTDOCS%%share/doc/html/stlport/README.os390.html X%%PORTDOCS%%share/doc/html/stlport/README.pow.html X%%PORTDOCS%%share/doc/html/stlport/README.sgi40.html X%%PORTDOCS%%share/doc/html/stlport/README.sunpro.html X%%PORTDOCS%%share/doc/html/stlport/README.xlC.html X%%PORTDOCS%%share/doc/html/stlport/auto_configure.html X%%PORTDOCS%%share/doc/html/stlport/bug_report.html X%%PORTDOCS%%share/doc/html/stlport/buglist.html X%%PORTDOCS%%share/doc/html/stlport/compiler_readmes.html X%%PORTDOCS%%share/doc/html/stlport/configure.html X%%PORTDOCS%%share/doc/html/stlport/copyrights.html X%%PORTDOCS%%share/doc/html/stlport/cvs.html X%%PORTDOCS%%share/doc/html/stlport/debug_mode.html X%%PORTDOCS%%share/doc/html/stlport/doc.css X%%PORTDOCS%%share/doc/html/stlport/eh_testsuite.html X%%PORTDOCS%%share/doc/html/stlport/exception_safety.html X%%PORTDOCS%%share/doc/html/stlport/images/black.gif X%%PORTDOCS%%share/doc/html/stlport/images/stl_logo_doc.gif X%%PORTDOCS%%share/doc/html/stlport/images/t_doc2.gif X%%PORTDOCS%%share/doc/html/stlport/images/trans.gif X%%PORTDOCS%%share/doc/html/stlport/index.html X%%PORTDOCS%%share/doc/html/stlport/install.html X%%PORTDOCS%%share/doc/html/stlport/license.html X%%PORTDOCS%%share/doc/html/stlport/platforms.html X%%PORTDOCS%%share/doc/html/stlport/projects.html X%%PORTDOCS%%share/doc/html/stlport/release_notes.html X%%PORTDOCS%%share/doc/html/stlport/select_io.html X%%PORTDOCS%%share/doc/html/stlport/sgi_stl.html X%%PORTDOCS%%share/doc/html/stlport/story.html X%%PORTDOCS%%share/doc/html/stlport/testsuite.html X%%PORTDOCS%%share/doc/html/stlport/thanks.html X%%PORTDOCS%%share/doc/html/stlport/use_stlport.html X%%PORTDOCS%%share/doc/html/stlport/vendor_interface.html X%%PORTDOCS%%share/doc/html/stlport/wrappers.html X%%PORTDOCS%%@dirrm share/doc/html/stlport/images X%%PORTDOCS%%@dirrm share/doc/html/stlport X%%PORTDOCS%%@unexec rmdir %D/share/doc/html 2>/dev/null || true X@dirrm include/stlport/wrap_std/h X@dirrm include/stlport/wrap_std X@dirrm include/stlport/using/h X@dirrm include/stlport/using X@dirrm include/stlport/stl/wrappers X@dirrm include/stlport/stl/debug X@dirrm include/stlport/stl X@dirrm include/stlport/old_hp X@dirrm include/stlport/config X@dirrm include/stlport END-of-/usr/ports/devel/stlport/pkg-plist echo x - /usr/ports/devel/stlport/pkg-descr sed 's/^X//' >/usr/ports/devel/stlport/pkg-descr << 'END-of-/usr/ports/devel/stlport/pkg-descr' XSTLport is an adaptation of SGI's Standard Template Library. XThe goal of the STLport effort is to make SGI's STL Ximplementation usable with most compilers while retaining full Xfunctionality. X XThe Standard Template Library is a C++ library of container Xclasses, algorithms, and iterators providing many of the basic Xalgorithms and data structures of computer science. X XWWW: http://www.sgi.com/Technology/STL/ X X-- XJosh Gilliam END-of-/usr/ports/devel/stlport/pkg-descr echo x - /usr/ports/devel/stlport/pkg-comment sed 's/^X//' >/usr/ports/devel/stlport/pkg-comment << 'END-of-/usr/ports/devel/stlport/pkg-comment' XAdaptation of SGI's Standard Template Library END-of-/usr/ports/devel/stlport/pkg-comment echo x - /usr/ports/devel/stlport/distinfo sed 's/^X//' >/usr/ports/devel/stlport/distinfo << 'END-of-/usr/ports/devel/stlport/distinfo' XMD5 (STLport-4.5.tar.gz) = 18f577b374d60b3c760a3a3350407632 END-of-/usr/ports/devel/stlport/distinfo echo x - /usr/ports/devel/stlport/Makefile sed 's/^X//' >/usr/ports/devel/stlport/Makefile << 'END-of-/usr/ports/devel/stlport/Makefile' XPORTNAME= stlport XPORTVERSION= 4.5 XCATEGORIES= devel XMASTER_SITES= http://www.stlport.com/archive/ \ X http://www.stlport.com/beta/ XDISTNAME= STLport-${PORTVERSION:S/.b/-b/} X XMAINTAINER= pmarquis@pobox.com X X.include X X.if !exists(/usr/include/wchar.h) XBROKEN= "requires /usr/include/wchar.h for compilation" X.endif X XWRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}/src XPATCH_WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/} XMAKEFILE= gcc-freebsd.mak XMAKE_ARGS= INSTALLDIR=${PREFIX} XUSE_GMAKE= yes XALL_TARGET= clean all XINSTALL_TARGET= install_unix XINSTALLS_SHLIB= yes X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/html/stlport/images X ${INSTALL_MAN} ${WRKSRC}/../doc/*.css ${PREFIX}/share/doc/html/stlport X ${INSTALL_MAN} ${WRKSRC}/../doc/*.html ${PREFIX}/share/doc/html/stlport X ${INSTALL_MAN} ${WRKSRC}/../doc/images/* ${PREFIX}/share/doc/html/stlport/images X.endif X X.include X END-of-/usr/ports/devel/stlport/Makefile echo c - /usr/ports/devel/stlport/files mkdir -p /usr/ports/devel/stlport/files > /dev/null 2>&1 echo x - /usr/ports/devel/stlport/files/patch-aa sed 's/^X//' >/usr/ports/devel/stlport/files/patch-aa << 'END-of-/usr/ports/devel/stlport/files/patch-aa' X--- stlport/export.orig Mon May 7 22:49:32 2001 X+++ stlport/export Sun Sep 30 22:07:42 2001 X@@ -1,160 +1,85 @@ X ./algorithm X-./algorithm.SUNWCCh X ./bitset X-./bitset.SUNWCCh X ./cassert X-./cassert.SUNWCCh X ./cctype X-./cctype.SUNWCCh X ./cerrno X-./cerrno.SUNWCCh X ./cfloat X-./cfloat.SUNWCCh X ./climits X-./climits.SUNWCCh X ./clocale X-./clocale.SUNWCCh X ./cmath X-./cmath.SUNWCCh X ./complex X-./complex.SUNWCCh X ./csetjmp X-./csetjmp.SUNWCCh X ./csignal X-./csignal.SUNWCCh X ./cstdarg X-./cstdarg.SUNWCCh X ./cstddef X-./cstddef.SUNWCCh X ./cstdio X-./cstdio.SUNWCCh X ./cstdlib X-./cstdlib.SUNWCCh X ./cstring X-./cstring.SUNWCCh X ./ctime X-./ctime.SUNWCCh X ./ctype.h X-./ctype.h.SUNWCCh X ./cwchar X-./cwchar.SUNWCCh X ./cwctype X-./cwctype.SUNWCCh X ./deque X-./deque.SUNWCCh X ./exception X-./exception.SUNWCCh X ./exception.h X ./export X ./fstream X-./fstream.SUNWCCh X ./fstream.h X-./fstream.h.SUNWCCh X ./functional X-./functional.SUNWCCh X ./hash_map X-./hash_map.SUNWCCh X ./hash_set X-./hash_set.SUNWCCh X ./iomanip X-./iomanip.SUNWCCh X ./iomanip.h X-./iomanip.h.SUNWCCh X ./ios X-./ios.SUNWCCh X ./ios.h X-./ios.h.SUNWCCh X ./iosfwd X-./iosfwd.SUNWCCh X ./iostream X-./iostream.SUNWCCh X ./iostream.h X-./iostream.h.SUNWCCh X ./istream X-./istream.SUNWCCh X ./istream.h X-./istream.h.SUNWCCh X ./iterator X-./iterator.SUNWCCh X ./limits X-./limits.SUNWCCh X ./list X-./list.SUNWCCh X ./locale X-./locale.SUNWCCh X ./locale.h X-./locale.h.SUNWCCh X ./map X-./map.SUNWCCh X ./math.h X-./math.h.SUNWCCh X ./mem.h X ./memory X-./memory.SUNWCCh X ./mmemory.h X ./new X-./new.SUNWCCh X ./new.h X ./numeric X-./numeric.SUNWCCh X ./ostream X-./ostream.SUNWCCh X ./ostream.h X-./ostream.h.SUNWCCh X ./pthread.h X ./pthread_alloc X-./pthread_alloc.SUNWCCh X ./queue X-./queue.SUNWCCh X ./rope X ./set X-./set.SUNWCCh X ./setjmp.h X-./setjmp.h.SUNWCCh X ./signal.h X-./signal.h.SUNWCCh X ./slist X-./slist.SUNWCCh X ./sstream X-./sstream.SUNWCCh X ./stack X-./stack.SUNWCCh X ./stdarg.h X-./stdarg.h.SUNWCCh X ./stddef.h X-./stddef.h.SUNWCCh X ./stdexcept X-./stdexcept.SUNWCCh X ./stdio.h X-./stdio.h.SUNWCCh X ./stdio_streambuf X ./stdlib.h X-./stdlib.h.SUNWCCh X ./stl_user_config.h X ./streambuf X-./streambuf.SUNWCCh X ./streambuf.h X-./streambuf.h.SUNWCCh X ./string X-./string.SUNWCCh X ./string.h X-./string.h.SUNWCCh X ./strstream X-./strstream.SUNWCCh X ./strstream.h X-./strstream.h.SUNWCCh X ./time.h X-./time.h.SUNWCCh X ./typeinfo X-./typeinfo.SUNWCCh X ./typeinfo.h X ./utility X-./utility.SUNWCCh X ./valarray X-./valarray.SUNWCCh X ./vector X-./vector.SUNWCCh X ./wchar.h X-./wchar.h.SUNWCCh X ./wctype.h X-./wctype.h.SUNWCCh END-of-/usr/ports/devel/stlport/files/patch-aa echo x - /usr/ports/devel/stlport/files/patch-ab sed 's/^X//' >/usr/ports/devel/stlport/files/patch-ab << 'END-of-/usr/ports/devel/stlport/files/patch-ab' X--- src/common_rules.mak.orig Thu May 31 20:43:14 2001 X+++ src/common_rules.mak Fri Oct 5 00:29:33 2001 X@@ -86,8 +86,8 @@ X ln -s $(STLDEBUG_DYNLIB) $(OUTDIR)/$(STLDEBUG_NAME).$(DYNEXT) X X install_unix : X- -$(RM) $(INSTALLDIR_INC) X- for dir in $(HEADER_DIRS1); \ X+ @-$(RM) $(INSTALLDIR_INC) X+ @for dir in $(HEADER_DIRS1); \ X do \ X ./mkinstalldirs $(INSTALLDIR_INC)/$$dir; \ X for file in `cat ../stlport/$$dir/export`; \ X@@ -95,7 +95,7 @@ X $(INSTALL_H) ../stlport/$$dir/$$file $(INSTALLDIR_INC)/$$dir ; \ X done \ X done X- for dir in $(HEADER_DIRS2); \ X+ @for dir in $(HEADER_DIRS2); \ X do \ X ./mkinstalldirs $(INSTALLDIR_INC)/$$dir; \ X for file in `ls ../stlport/$$dir/*.*`; \ X@@ -103,16 +103,16 @@ X $(INSTALL_H) $$file $(INSTALLDIR_INC)/$$dir ; \ X done \ X done X- ./mkinstalldirs $(INSTALLDIR_LIB) X- for file in `ls $(OUTDIR)/$(LIB_BASENAME)*`; \ X+ @./mkinstalldirs $(INSTALLDIR_LIB) X+ @for file in `ls $(OUTDIR)/$(LIB_BASENAME)*`; \ X do \ X $(RM) $(INSTALLDIR_LIB)/$$file; \ X $(INSTALL_LIB) $$file $(INSTALLDIR_LIB); \ X done X- $(RM) $(INSTALLDIR_LIB)/$(RELEASE_NAME).$(DYNEXT) X- $(RM) $(INSTALLDIR_LIB)/$(STLDEBUG_NAME).$(DYNEXT) X- ln -s $(INSTALLDIR_LIB)/$(RELEASE_DYNLIB) $(INSTALLDIR_LIB)/$(RELEASE_NAME).$(DYNEXT) X- ln -s $(INSTALLDIR_LIB)/$(STLDEBUG_DYNLIB) $(INSTALLDIR_LIB)/$(STLDEBUG_NAME).$(DYNEXT) X+ @$(RM) $(INSTALLDIR_LIB)/$(RELEASE_NAME).$(DYNEXT) X+ @$(RM) $(INSTALLDIR_LIB)/$(STLDEBUG_NAME).$(DYNEXT) X+ @ln -s $(INSTALLDIR_LIB)/$(RELEASE_DYNLIB) $(INSTALLDIR_LIB)/$(RELEASE_NAME).$(DYNEXT) X+ @ln -s $(INSTALLDIR_LIB)/$(STLDEBUG_DYNLIB) $(INSTALLDIR_LIB)/$(STLDEBUG_NAME).$(DYNEXT) X X $(OUTDIR)$(PATH_SEP)$(RELEASE_DYNLIB) : $(OUTDIR) $(RELEASE_OBJDIR_dynamic) $(DEF_FILE) $(RELEASE_OBJECTS_dynamic) X $(DYN_LINK) $(DYNLINK_OUT)$(OUTDIR)$(PATH_SEP)$(RELEASE_DYNLIB) $(LDFLAGS_RELEASE_dynamic) $(RELEASE_OBJECTS_dynamic) $(LDLIBS_RELEASE_dynamic) END-of-/usr/ports/devel/stlport/files/patch-ab echo x - /usr/ports/devel/stlport/files/patch-ac sed 's/^X//' >/usr/ports/devel/stlport/files/patch-ac << 'END-of-/usr/ports/devel/stlport/files/patch-ac' X--- src/mkinstalldirs.orig Thu Dec 7 19:54:47 2000 X+++ src/mkinstalldirs Fri Oct 5 01:03:31 2001 X@@ -19,7 +19,7 @@ X esac X X if test ! -d "$pathcomp"; then X- echo "mkdir $pathcomp" 1>&2 X+# echo "mkdir $pathcomp" 1>&2 X mkdir "$pathcomp" || errstatus=$? X fi X END-of-/usr/ports/devel/stlport/files/patch-ac exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Oct 4 23:47:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E53137B406; Thu, 4 Oct 2001 23:47:37 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f956fuR70787; Thu, 4 Oct 2001 23:41:56 -0700 (PDT) (envelope-from petef) Date: Thu, 4 Oct 2001 23:41:56 -0700 (PDT) From: Message-Id: <200110050641.f956fuR70787@freefall.freebsd.org> To: pmarquis@pobox.com, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31053: Update port: devel/stlport Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: devel/stlport State-Changed-From-To: open->feedback State-Changed-By: petef State-Changed-When: Thu Oct 4 23:41:35 PDT 2001 State-Changed-Why: Can you submit a diff to the current cvs version instead of a new shar? Thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31053 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 0:17:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE12537B408; Fri, 5 Oct 2001 00:17:37 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f957B5Y77735; Fri, 5 Oct 2001 00:11:05 -0700 (PDT) (envelope-from petef) Date: Fri, 5 Oct 2001 00:11:05 -0700 (PDT) From: Message-Id: <200110050711.f957B5Y77735@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, mharo@FreeBSD.org Subject: Re: ports/30613: ttcp should print statistics on stderr Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ttcp should print statistics on stderr Responsible-Changed-From-To: freebsd-ports->mharo Responsible-Changed-By: petef Responsible-Changed-When: Fri Oct 5 00:10:56 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30613 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 0:17:43 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 961EE37B401; Fri, 5 Oct 2001 00:17:37 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f957Ctp78047; Fri, 5 Oct 2001 00:12:55 -0700 (PDT) (envelope-from petef) Date: Fri, 5 Oct 2001 00:12:55 -0700 (PDT) From: Message-Id: <200110050712.f957Ctp78047@freefall.freebsd.org> To: dsimader@sql-ledger.org, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30563: port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: port update State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Fri Oct 5 00:12:33 PDT 2001 State-Changed-Why: Superseded by ports/30638 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30563 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 0:17:46 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 600F037B405; Fri, 5 Oct 2001 00:17:38 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f957C1077912; Fri, 5 Oct 2001 00:12:01 -0700 (PDT) (envelope-from petef) Date: Fri, 5 Oct 2001 00:12:01 -0700 (PDT) From: Message-Id: <200110050712.f957C1077912@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/30576: java/jdk13 attempts to build even if one of it's deps fails. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: java/jdk13 attempts to build even if one of it's deps fails. Responsible-Changed-From-To: freebsd-ports->sobomax Responsible-Changed-By: petef Responsible-Changed-When: Fri Oct 5 00:11:35 PDT 2001 Responsible-Changed-Why: Over to maintainer; but this looks like more of a general problem too. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30576 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 0:27:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C5A037B401; Fri, 5 Oct 2001 00:27:37 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f957OxY80013; Fri, 5 Oct 2001 00:24:59 -0700 (PDT) (envelope-from petef) Date: Fri, 5 Oct 2001 00:24:59 -0700 (PDT) From: Message-Id: <200110050724.f957OxY80013@freefall.freebsd.org> To: dsimader@sql-ledger.org, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30638: SQL-Ledger port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: SQL-Ledger port update State-Changed-From-To: open->analyzed State-Changed-By: petef State-Changed-When: Fri Oct 5 00:23:55 PDT 2001 State-Changed-Why: First off, this seems like a new port, not an update... Do you think you could submit an updated port? The current one has pretty much no functionality... thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30638 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 0:30:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 54ABD37B405 for ; Fri, 5 Oct 2001 00:30:55 -0700 (PDT) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.6/8.11.4) id f957UdS98869; Fri, 5 Oct 2001 09:30:39 +0200 (CEST) (envelope-from stijn) Date: Fri, 5 Oct 2001 09:30:39 +0200 From: Stijn Hoop To: Sean Chittenden Cc: freebsd-ports@freebsd.org Subject: Re: XFree86 depend on pth... Message-ID: <20011005093039.B81712@pcwin002.win.tue.nl> References: <20011004144849.A95453@rand.tgd.net> <20011004155841.E4193@johncoop.MSHOME> <20011004160601.E95453@rand.tgd.net> <20011004161906.G4193@johncoop.MSHOME> <20011004163817.H95453@rand.tgd.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="WhfpMioaduB5tiZL" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011004163817.H95453@rand.tgd.net>; from sean@chittenden.org on Thu, Oct 04, 2001 at 04:38:17PM -0700 X-Bright-Idea: Let's abolish HTML mail! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --WhfpMioaduB5tiZL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Oct 04, 2001 at 04:38:17PM -0700, Sean Chittenden wrote: > Honestly, I don't really care about mesa and regardless, it doesn't > solve the problem of why XFree86 libs weren't compiling correctly. I've > had this prob on most of my boxen, and most vanilla. pth has always > fixed it... any thoughts on the following PR? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=28551 It *seems* to me that the correct fix is for mail/xfaces to be build with CFLAGS+= -pthread. Ditto for cvsup. Try the attached patch and let us know if it works. I don't know why 'pth' solves the problem; probably because the thread functions then get linked in automatically. John is right in that the 'pth' port really shouldn't be needed, because FreeBSD native threads are quite well supported by most applications. --Stijn -- Q: Why is Batman better than Bill Gates? A: Batman was able to beat the Penguin. --WhfpMioaduB5tiZL Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="xfaces.patch" --- /usr/ports/mail/xfaces/Makefile Mon Feb 5 16:11:24 2001 +++ xfaces/Makefile Fri Oct 5 09:23:33 2001 @@ -26,6 +26,8 @@ USE_XPM= YES MAN1= xfaces.1 +CFLAGS+= ${PTHREAD_LIBS} + pre-configure: @${LN} -sf ../sounds ${WRKSRC} --WhfpMioaduB5tiZL-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 1:30: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 739C937B40B for ; Fri, 5 Oct 2001 01:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f958U1d96020; Fri, 5 Oct 2001 01:30:01 -0700 (PDT) (envelope-from gnats) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id E043F37B406 for ; Fri, 5 Oct 2001 01:24:59 -0700 (PDT) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.6/8.11.4) id f958OjE99325; Fri, 5 Oct 2001 10:24:45 +0200 (CEST) (envelope-from stijn) Message-Id: <200110050824.f958OjE99325@pcwin002.win.tue.nl> Date: Fri, 5 Oct 2001 10:24:45 +0200 (CEST) From: stijn@win.tue.nl Reply-To: stijn@win.tue.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31054: [MAINTAINER UPDATE]: emulators/xmame Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31054 >Category: ports >Synopsis: [MAINTAINER UPDATE]: emulators/xmame >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 01:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Stijn Hoop >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD 4.4-STABLE #0: Tue Sep 25 04:55:50 CEST 2001 >Description: - Update to xmame 0.55.2 >How-To-Repeat: N/A >Fix: diff -urN --exclude=CVS /usr/ports/emulators/xmame/Makefile xmame/Makefile --- /usr/ports/emulators/xmame/Makefile Sun Sep 23 05:38:29 2001 +++ xmame/Makefile Fri Oct 5 10:19:29 2001 @@ -6,7 +6,7 @@ # PORTNAME?= xmame -PORTVERSION?= 0.55.1 +PORTVERSION?= 0.55.2 CATEGORIES= emulators MASTER_SITES= http://x.mame.net/download/ \ ftp://ftp.kaupp.cx/pub/xmame/ \ diff -urN --exclude=CVS /usr/ports/emulators/xmame/distinfo xmame/distinfo --- /usr/ports/emulators/xmame/distinfo Sun Sep 23 05:38:29 2001 +++ xmame/distinfo Fri Oct 5 09:52:39 2001 @@ -1,4 +1,4 @@ -MD5 (xmame/xmame-0.55.1.tar.bz2) = bf261af882694dd24e672f02a1ff7252 +MD5 (xmame/xmame-0.55.2.tar.bz2) = 23ebdb97a56690678b881f883089675a MD5 (xmame/xmame-0.37b15.2.tar.bz2) = 9c05a92aac0e29811e7b276c631153ed MD5 (xmame/xmame-0.37b14.2.tar.bz2) = 34bfba3d1412a8f8e1abd4d738de3f27 MD5 (xmame/cheat.zip) = aa2c0a7af3e18db041e6b9e6bae60f11 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 1:37:39 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C0CC637B405; Fri, 5 Oct 2001 01:37:37 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f958TIn95934; Fri, 5 Oct 2001 01:29:18 -0700 (PDT) (envelope-from petef) Date: Fri, 5 Oct 2001 01:29:18 -0700 (PDT) From: Message-Id: <200110050829.f958TIn95934@freefall.freebsd.org> To: anders@fix.no, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30954: Upgrade to imap-2001.FINAL Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Upgrade to imap-2001.FINAL State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Fri Oct 5 01:29:00 PDT 2001 State-Changed-Why: Committed, thanks Anders! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30954 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 1:57:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BFD637B408; Fri, 5 Oct 2001 01:57:37 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f958usR00658; Fri, 5 Oct 2001 01:56:54 -0700 (PDT) (envelope-from petef) Date: Fri, 5 Oct 2001 01:56:54 -0700 (PDT) From: Message-Id: <200110050856.f958usR00658@freefall.freebsd.org> To: sjr@home.com, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30978: NEW PORT sysutils/p5-Parse-Syslog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: NEW PORT sysutils/p5-Parse-Syslog State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Fri Oct 5 01:56:33 PDT 2001 State-Changed-Why: Committed, thanks! I put this in the textproc category. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30978 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 3: 0: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0421537B408 for ; Fri, 5 Oct 2001 03:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95A01I12034; Fri, 5 Oct 2001 03:00:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72BE637B406 for ; Fri, 5 Oct 2001 02:54:20 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f959sK111104; Fri, 5 Oct 2001 02:54:20 -0700 (PDT) (envelope-from nobody) Message-Id: <200110050954.f959sK111104@freefall.freebsd.org> Date: Fri, 5 Oct 2001 02:54:20 -0700 (PDT) From: Yoshihiro Hanahara To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31056: postfix program_directory parameter's default not suitable. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31056 >Category: ports >Synopsis: postfix program_directory parameter's default not suitable. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 03:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yoshihiro Hanahara >Release: Current ports/{postfix,postfix-current} >Organization: Meiko Ltd. >Environment: FreeBSD ume.meiko.co.jp 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Thu Sep 20 16:59:47 JST 2001 root@momi.meiko.co.jp:/usr/obj/usr/src/sys/UME i386 >Description: Postfix default value of 'program_directory' parameter is not suitable. 'program_directory = /usr/local/usr/libexec/postfix' now, but must be 'program_directory = /usr/local/libexec/postfix'. This 'program_directory' is not so important for FreeBSD, because of overriding by other '*_directory' parameters. Please see the 'ports/mail/postfix/files/patch-ec' file and fix it. >How-To-Repeat: Always. >Fix: Correct as follows % diff -c patch-ec.orig patch-ec *** patch-ec.orig Fri Oct 5 17:44:57 2001 --- patch-ec Fri Oct 5 17:45:10 2001 *************** *** 7,13 **** #endif --- 155,157 ---- #ifndef DEF_PROGRAM_DIR ! ! #define DEF_PROGRAM_DIR "!!PREFIX!!/usr/libexec/postfix" #endif *************** *** 189,191 **** --- 7,13 ---- #endif --- 155,157 ---- #ifndef DEF_PROGRAM_DIR ! ! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" #endif *************** *** 189,191 **** >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 3:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29ACE37B407 for ; Fri, 5 Oct 2001 03:40:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95Ae5s20855; Fri, 5 Oct 2001 03:40:05 -0700 (PDT) (envelope-from gnats) Date: Fri, 5 Oct 2001 03:40:05 -0700 (PDT) Message-Id: <200110051040.f95Ae5s20855@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ernst de Haan Subject: Re: ports/31032: new port to install JDK1.2 documentation (java/jdk12-doc) Reply-To: Ernst de Haan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31032; it has been noted by GNATS. From: Ernst de Haan To: freebsd-gnats-submit@FreeBSD.org, jonathan.chen@itouch.co.nz Cc: sobomax@FreeBSD.org Subject: Re: ports/31032: new port to install JDK1.2 documentation (java/jdk12-doc) Date: Fri, 5 Oct 2001 12:38:23 +0200 There's already a proposal for a JDK 1.2 documentation port: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28183 /Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 3:50: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 97DA237B405 for ; Fri, 5 Oct 2001 03:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95Ao2h22237; Fri, 5 Oct 2001 03:50:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 5 Oct 2001 03:50:02 -0700 (PDT) Message-Id: <200110051050.f95Ao2h22237@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ernst de Haan Subject: Re: ports/28183: JDK Documentation ports for JDK 1.1, 1.2, 1.3 and 1.4 Reply-To: Ernst de Haan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28183; it has been noted by GNATS. From: Ernst de Haan To: freebsd-gnats-submit@FreeBSD.org, ernst@jollem.com Cc: Subject: Re: ports/28183: JDK Documentation ports for JDK 1.1, 1.2, 1.3 and 1.4 Date: Fri, 5 Oct 2001 12:44:19 +0200 Why isn't this port either committed or at least responded to??? If it's okay, submit it, otherwise tell me what to change... /Ernst -- Ernst de Haan EuroNet Internet B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 4:10:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C699C37B407 for ; Fri, 5 Oct 2001 04:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95BA2O33907; Fri, 5 Oct 2001 04:10:02 -0700 (PDT) (envelope-from gnats) Received: from belle.rnoc.urc.ac.ru (belle.rnoc.urc.ac.ru [193.233.85.10]) by hub.freebsd.org (Postfix) with ESMTP id AF15B37B401 for ; Fri, 5 Oct 2001 04:02:49 -0700 (PDT) Received: (from anton@localhost) by belle.rnoc.urc.ac.ru (8.11.4/8.11.1) id f95B0gU64443; Fri, 5 Oct 2001 17:00:42 +0600 (YEKST) (envelope-from anton) Message-Id: <200110051100.f95B0gU64443@belle.rnoc.urc.ac.ru> Date: Fri, 5 Oct 2001 17:00:42 +0600 (YEKST) From: Anton Voronin Reply-To: Anton Voronin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31057: Update port: security/drweb-sendmail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31057 >Category: ports >Synopsis: Update port: security/drweb-sendmail >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 04:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anton Voronin >Release: FreeBSD 4.3-STABLE i386 >Organization: Soutern Ural State University >Environment: System: FreeBSD 4.3-STABLE >Description: Modifications to the port's Makefile: 1) Configure should be run after drweb-smf binary has been installed 2) -zACTION flag changed from d to c, because with -zd drweb-smf discards emails with empty reverse-path (MAIL FROM: SMTP command which corresponds to Return-Path: envelope header) rather than emails with empty From: message header. According to RFC 2821 MTAs use empty reverse-path for rejection notifications and many other mail robots also do that. >How-To-Repeat: n/a >Fix: diff -ruN drweb-sendmail.old/Makefile drweb-sendmail/Makefile --- drweb-sendmail.old/Makefile Fri Oct 5 03:30:49 2001 +++ drweb-sendmail/Makefile Fri Oct 5 16:51:18 2001 @@ -7,7 +7,7 @@ PORTNAME= drweb_sendmail PORTVERSION= 4.26 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security mail MASTER_SITES= http://www.drweb.ru/ftp/web_pub/ DISTNAME= drwebd-${PORTVERSION}-freebsd4 @@ -77,7 +77,10 @@ ${ECHO} y; \ } | ./configure -pre-install: +do-install: + ${MKDIR} ${DOC_DIR} + ${INSTALL_PROGRAM} ${WRKSRC}/drweb-smf ${PREFIX}/sbin/ + ${INSTALL_PROGRAM} ${WRKSRC}/drwebdc ${PREFIX}/drweb/ cd ${WRKSRC}/../sendmail && { \ ${ECHO} y; \ ${ECHO} "${PREFIX}/sbin"; \ @@ -93,7 +96,7 @@ ${ECHO} postmaster@${WITH_DRWEBSMF_HOSTNAME}; \ ${ECHO} y; \ ${ECHO} y; \ - ${ECHO} d; \ + ${ECHO} c; \ ${ECHO} t; \ ${ECHO} t; \ ${ECHO} t; \ @@ -105,11 +108,6 @@ ${ECHO} y; \ ${ECHO} ; \ } | ./configure - -do-install: - ${MKDIR} ${DOC_DIR} - ${INSTALL_PROGRAM} ${WRKSRC}/drweb-smf ${PREFIX}/sbin/ - ${INSTALL_PROGRAM} ${WRKSRC}/drwebdc ${PREFIX}/drweb/ cd ${WRKSRC}/../sendmail; \ ${INSTALL_DATA} example* readme.* sendmail.*.addon ${DOC_DIR} cd ${WRKSRC}/../sendmail; \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 4:19:34 2001 Delivered-To: freebsd-ports@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [66.31.232.108]) by hub.freebsd.org (Postfix) with ESMTP id 8123A37B401 for ; Fri, 5 Oct 2001 04:19:31 -0700 (PDT) Received: (from root@localhost) by thehousleys.net (8.11.3/8.11.2) id f95BJK480218; Fri, 5 Oct 2001 07:19:20 -0400 (EDT) (envelope-from jeh@FreeBSD.org) Received: from FreeBSD.org (baby.int.thehousleys.net [192.168.0.24]) (authenticated) by thehousleys.net (8.11.3/8.11.3) with ESMTP id f95BJIV80209; Fri, 5 Oct 2001 07:19:18 -0400 (EDT) (envelope-from jeh@FreeBSD.org) Message-ID: <3BBD9736.4AC74A4A@FreeBSD.org> Date: Fri, 05 Oct 2001 07:19:18 -0400 From: "James E. Housley" Organization: FreeBSD X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: greg.panula@dolaninformation.com Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: uvscan-4.14e References: <3BBA9DF5.953C782D@dolaninformation.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Greg Panula wrote: > > Attached is a corrected update_dat script for updating the dat file to version > 4163. Should also work for future dat files, unless McAfee changes the layout > of the readme.txt file. > I will look at it, but version 4164 that came on on Wednesday (10/3/01) was different from the previous 2 styles. Jim -- /"\ ASCII Ribbon Campaign . \ / - NO HTML/RTF in e-mail . X - NO Word docs in e-mail . / \ ----------------------------------------------------------------- jeh@FreeBSD.org http://www.FreeBSD.org The Power to Serve jim@TheHousleys.Net http://www.TheHousleys.net jhousley@SimTel.Net http://www.SimTel.Net --------------------------------------------------------------------- "...there's no idea that's so good you can't ruin it with a few well-placed idiots." -- Charles Spickman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 4:20:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85B0B37B405 for ; Fri, 5 Oct 2001 04:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95BK2635265; Fri, 5 Oct 2001 04:20:02 -0700 (PDT) (envelope-from gnats) Received: from smtp.noos.fr (racine.noos.net [212.198.2.71]) by hub.freebsd.org (Postfix) with ESMTP id 294EF37B401 for ; Fri, 5 Oct 2001 04:10:16 -0700 (PDT) Received: (qmail 1100734 invoked by uid 0); 5 Oct 2001 11:10:10 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.71 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 5 Oct 2001 11:10:10 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f95BA5o46335; Fri, 5 Oct 2001 13:10:05 +0200 (CEST) (envelope-from root) Message-Id: <200110051110.f95BA5o46335@gits.dyndns.org> Date: Fri, 5 Oct 2001 13:10:05 +0200 (CEST) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@freebsd.org Cc: "David O'Brien" X-Send-Pr-Version: 3.113 Subject: ports/31058: Maintainer update: net/isc-dhcp3 - 3.0 release Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31058 >Category: ports >Synopsis: Maintainer update: net/isc-dhcp3 - 3.0 release >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 04:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.4-RC i386 >Organization: ACME >Environment: System: FreeBSD gits 4.4-RC FreeBSD 4.4-RC #7: Thu Sep 20 12:40:17 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: how about upgrading the base system dhclient ? Makefile PORTVERSION bumped to 3.0. PLIST_SUB removed. PKGMESSAGE added. targets reworked a lot. distinfo updated. pkg-message new file. pkg-plist simplified a lot. files/isc-dhcpd.sh.sample enhanced a lot to read startup options from etc/rc.isc-dhcpd.conf. program and config files checking added. messages logged through syslog. files/patch-freebsd !!PREFIX!! replaced by %%PREFIX%% to be more homogeneous. files/isc-dhcrelay.sh.sample files/rc.isc-dhcrelay.conf.sample new files. >How-To-Repeat: n/a >Fix: take care, the first 3 diffs are against /dev/null, the rest is a cvs diff. --- /dev/null Fri Oct 5 12:40:21 2001 +++ pkg-message Wed Sep 5 15:22:36 2001 @@ -0,0 +1,24 @@ +**** To setup dhclient, you may need to edit /etc/rc.conf to bypass the + base system dhclient, such as : + dhcp_program="%%PREFIX%%/sbin/dhclient" + dhcp_flags="-q" + See dhclient(8) using the following command for details about the + possible options: + MANPATH=%%MAN1PREFIX%%/man man 8 dhclient + +**** To setup dhcpd, you may need to copy %%PREFIX%%/etc/dhcpd.conf.sample + to %%PREFIX%%/etc/dhcpd.conf for editing. Also, you have to rename + %%PREFIX%%/etc/rc.d/isc-dhcpd.sh.sample to %%PREFIX%%/etc/rc.d/isc- + dhcpd.sh. + + %%PREFIX%%/etc/rc.isc-dhcpd.conf may be edited to tune some startup + variables such as `dhcpd_options' or `dhcpd_ifaces', both defaulted + to nothing. See dhcpd(8) for details about the possible options. + +**** To setup dhcrelay, you have to rename %%PREFIX%%/etc/rc.d/isc- + dhcrelay.sh.sample to %%PREFIX%%/etc/rc.d/isc-dhcrelay.sh. + + %%PREFIX%%/etc/rc.isc-dhcrelay.conf may need to be edited to setup + the `dhcrelay_servers' as required. you may also tune `dhcrelay_options' + and `dhcrelay_ifaces', both defaulted to nothing, if needed. See + dhcrelay(8) for details about the possible options. --- /dev/null Fri Oct 5 12:40:21 2001 +++ files/isc-dhcrelay.sh.sample Tue Aug 21 02:10:34 2001 @@ -0,0 +1,78 @@ +#! /bin/sh +# +# $FreeBSD$ +# +# Start or stop isc-dhcrelay. +# + +rc_file=${0##*/} +rc_arg=$1 + +# override these variables in ${PREFIX}/etc/rc.isc-dhcrelay.conf +dhcrelay_options= # command option(s) +dhcrelay_ifaces= # ethernet interface(s) +dhcrelay_servers= # dhcpd server(s) + +if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/${rc_file}\$"); then + echo "${rc_file}: Cannot determine PREFIX." >&2 + echo "Please use the complete pathname." >&2 + exit 64 +fi + +rcconf_dir=${PREFIX}/etc +rcconf_file=rc.${rc_file%.sh}.conf +rcconf_path=${rcconf_dir}/${rcconf_file} + +if [ -f ${rcconf_path} ]; then + . ${rcconf_path} +fi + +program_dir=${PREFIX}/sbin +program_file=dhcrelay +program_path=${program_dir}/${program_file} + +pid_dir=/var/run +pid_file=${program_file}.pid +pid_path=${pid_dir}/${pid_file} + +syslog_facility=daemon.err + +case "$rc_arg" in +start) + if [ ! -x ${program_path} ]; then + logger -sp ${syslog_facility} -t ${program_file} \ + "unable to start: ${program_path} is missing." + exit 72 + fi + if [ -z "${dhcrelay_servers}" ]; then + logger -sp ${syslog_facility} -t ${program_file} \ + "unable to start: no dhcpd server(s) configured." + exit 64 + fi + ifaces= + for iface in ${dhcrelay_ifaces}; do + ifaces="$ifaces -i $iface" + done + ${program_path} ${dhcrelay_options} ${ifaces} ${dhcrelay_servers} && + echo -n " ${program_file}" + ;; +stop) + if [ -r ${pid_path} ]; then + kill $(cat ${pid_path}) 2> /dev/null + else + killall ${program_file} 2> /dev/null + fi + ;; +restart) + $0 stop + $0 start + ;; +status) + ps -auxww | egrep ${program_file} | egrep -v "($0|egrep)" + ;; +*) + echo "usage: ${rc_file} {start|stop|restart|status}" >&2 + ;; +esac + +exit 0 --- /dev/null Fri Oct 5 12:40:21 2001 +++ files/rc.isc-dhcrelay.conf.sample Mon Aug 20 22:51:22 2001 @@ -0,0 +1,8 @@ +# $FreeBSD$ +# +# isc-dhcrelay startup configuration file. +# + +dhcrelay_options= # command option(s) +dhcrelay_ifaces= # ethernet interface(s) +dhcrelay_servers= # dhcpd server(s) Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/isc-dhcp3/Makefile,v retrieving revision 1.70 diff -u -r1.70 Makefile --- Makefile 2001/08/20 11:46:34 1.70 +++ Makefile 2001/10/05 10:20:08 @@ -7,7 +7,7 @@ # PORTNAME= dhcp -PORTVERSION= 3.0.r11 +PORTVERSION= 3.0 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/%SUBDIR%/ \ ${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \ @@ -26,26 +26,23 @@ MAINTAINER= clefevre@citeweb.net -# +.include + # Global variables # HAS_CONFIGURE= yes -PLIST_SUB= DATA_DIR="${DATA_DIR}" RCD_SUBDIR="${RCD_SUBDIR}" \ - CONF_SUBDIR="${CONF_SUBDIR}" SAMP_SUBDIR="${SAMP_SUBDIR}" \ - BIN_SUBDIR="${BIN_SUBDIR}" SBIN_SUBDIR="${SBIN_SUBDIR}" \ - INC_SUBDIR="${INC_SUBDIR}" LIB_SUBDIR="${LIB_SUBDIR}" \ - DOC_SUBDIR="${DOC_SUBDIR}" SAMP_SUFFIX="${SAMP_SUFFIX}" - MAN1= omshell.1 MAN3= dhcpctl.3 omapi.3 omshell.3 -MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-contrib.5 \ +MAN5= dhclient.conf.5 dhclient.leases.5 \ dhcp-eval.5 dhcp-options.5 dhcpd.conf.5 \ dhcpd.leases.5 MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8 -# +MSG_FILE= ${PKGDIR}/pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message + # Local variables # @@ -79,10 +76,11 @@ TURKEY_MASTER_SITES= ftp://ftp.ulak.net.tr/pub/networking/isc/%SUBDIR%/ \ ftp://ftp.metu.edu.tr/pub/mirrors/ftp.isc.org/%SUBDIR%/ -# for instance, possible version formats are, in order: +# for instance, possible versions are: # 1.2.r3.4 (or 1.2.b3.4), 1.2.r3 (or 1.2.b3), 1.2.3, 1.2 # which have to become: # 1.2rc3pl4 (or 1.2beta3pl4), 1.2rc3 (or 1.2beta3), 1.2pl3, 1.2 +# so, the magic things are: VERSION= PATCHLEVEL= .if ${PORTVERSION:R:E:M[br]*} != "" @@ -100,46 +98,41 @@ .endif PATCH_SUBDIRS= common minires dst omapip server client relay dhcpctl - -SAMP_SUFFIX= .sample -BIN_FILES= dhclient dhcpd dhcrelay +BIN_FILES= dhclient dhcpd dhcrelay omshell CONF_FILES= dhclient.conf -SAMP_FILES= client/dhclient.conf server/dhcpd.conf -RCD_FILES= isc-dhcpd.sh${SAMP_SUFFIX} +RC_FILES= isc-dhcpd isc-dhcrelay DOC_FILES= CHANGES COPYRIGHT README RELNOTES +SAMP_FILES= client/dhclient.conf server/dhcpd.conf DATA_FILES= dhclient.leases dhcpd.leases + +SAMP_SUFX= .sample -BIN_SUBDIR= bin -SBIN_SUBDIR= sbin -CONF_SUBDIR= etc -SAMP_SUBDIR= ${CONF_SUBDIR} -RCD_SUBDIR= etc/rc.d -INC_SUBDIR= include -LIB_SUBDIR= lib -DOC_SUBDIR= share/doc/${PKGBASE} -DATA_DIR= /var/db +CONF_DIR= ${PREFIX}/etc +RC_DIR= ${PREFIX}/etc/rc.d +DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} +DATADIR= /var/db STRIP_CMD?= strip -# # Post-patch # -post-patch: patch-scripts patch-makefile-conf patch-makefiles-dist \ - patch-man-pages +post-patch: patch-scripts patch-makefile-conf \ + patch-makefiles-dist patch-man-pages \ + patch-message patch-scripts: - @${PERL} -pi.fbsd -e 's.!!PREFIX!!.${PREFIX}.g' \ + @${PERL} -pi.fbsd -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/client/scripts/freebsd patch-makefile-conf: - @${PERL} -pi.fbsd -e 's|^DEBUG[ ]*=|# DEBUG ?=|g' \ + @${PERL} -pi.fbsd -e 's|^DEBUG[ \t]*=|# DEBUG ?=|g' \ ${WRKSRC}/Makefile.conf patch-makefiles-dist: .for subdir in ${PATCH_SUBDIRS} - @${PERL} -pi.fbsd -e 's|^CFLAGS[ ]*=|CFLAGS +=|g' \ + @${PERL} -pi.fbsd -e 's|^CFLAGS[ \t]*=|CFLAGS +=|g' \ ${WRKSRC}/${subdir}/Makefile.dist .endfor @@ -147,52 +140,70 @@ patch-man-pages: @${PERL} -ni.fbsd -e '/^\.Fd$$/ or print;' ${WRKSRC}/dhcpctl/dhcpctl.3 -# +patch-message: + @${SED} 's|%%PREFIX%%|${PREFIX}|g;s|%%MAN1PREFIX%%|${MAN1PREFIX}|g' \ + ${MSG_FILE} > ${PKGMESSAGE} + # Post-install # post-install: strip-binary-files install-startup-files \ install-doc-files install-sample-files \ - create-data-files create-conf-files + create-conf-files create-data-files \ + display-message strip-binary-files: .for file in ${BIN_FILES} -.if exists(${PREFIX}/${BIN_SUBDIR}/${file}) - @${STRIP_CMD} ${PREFIX}/${BIN_SUBDIR}/${file} +.if exists(${PREFIX}/bin/${file}) + @${STRIP_CMD} ${PREFIX}/bin/${file} +.endif +.if exists(${PREFIX}/sbin/${file}) + @${STRIP_CMD} ${PREFIX}/sbin/${file} .endif .endfor install-startup-files: -.for file in ${RCD_FILES} - @${INSTALL_SCRIPT} ${FILESDIR}/${file} ${PREFIX}/${RCD_SUBDIR} +.for file in ${RC_FILES} +.if exists(${FILESDIR}/rc.${file}.conf${SAMP_SUFX}) + @${INSTALL_DATA} ${FILESDIR}/rc.${file}.conf${SAMP_SUFX} ${CONF_DIR} +.if !exists(${CONF_DIR}/rc.${file}.conf) + @${INSTALL_DATA} ${FILESDIR}/rc.${file}.conf${SAMP_SUFX} \ + ${CONF_DIR}/rc.${file}.conf +.endif +.endif +.if exists(${FILESDIR}/${file}.sh${SAMP_SUFX}) + @${INSTALL_SCRIPT} ${FILESDIR}/${file}.sh${SAMP_SUFX} ${RC_DIR} +.endif .endfor install-doc-files: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/${DOC_SUBDIR} + @${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/${DOC_SUBDIR} + @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif install-sample-files: .for file in ${SAMP_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} \ - ${PREFIX}/${SAMP_SUBDIR}/${file:T}${SAMP_SUFFIX} + @${INSTALL_DATA} ${WRKSRC}/${file} ${CONF_DIR}/${file:T}${SAMP_SUFX} .endfor -create-data-files: -.for file in ${DATA_FILES} -.if !exists(${DATA_DIR}/${file}) - @${TOUCH} ${DATA_DIR}/${file} +create-conf-files: +.for file in ${CONF_FILES} +.if !exists(${CONF_DIR}/${file}) + @${TOUCH} ${CONF_DIR}/${file} .endif .endfor -create-conf-files: -.for file in ${CONF_FILES} -.if !exists(${PREFIX}/${CONF_SUBDIR}/${file}) - @${TOUCH} ${PREFIX}/${CONF_SUBDIR}/${file} +create-data-files: +.for file in ${DATA_FILES} +.if !exists(${DATADIR}/${file}) + @${TOUCH} ${DATADIR}/${file} .endif .endfor + +display-message: + @${CAT} ${PKGMESSAGE} -.include +.include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/isc-dhcp3/distinfo,v retrieving revision 1.35 diff -u -r1.35 distinfo --- distinfo 2001/08/19 18:19:15 1.35 +++ distinfo 2001/10/05 09:41:58 @@ -1 +1 @@ -MD5 (dhcp-3.0rc11.tar.gz) = 6b244e2bb056d423a49aca7b6bbeee91 +MD5 (dhcp-3.0.tar.gz) = 06e0247fe787d356ac00933633e1fe71 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/isc-dhcp3/pkg-plist,v retrieving revision 1.18 diff -u -r1.18 pkg-plist --- pkg-plist 2001/06/07 11:17:07 1.18 +++ pkg-plist 2001/10/05 10:25:07 @@ -1,36 +1,44 @@ @comment $FreeBSD: ports/net/isc-dhcp3/pkg-plist,v 1.18 2001/06/07 11:17:07 jeh Exp $ -%%SAMP_SUBDIR%%/dhclient.conf%%SAMP_SUFFIX%% -%%SAMP_SUBDIR%%/dhcpd.conf%%SAMP_SUFFIX%% -%%RCD_SUBDIR%%/isc-dhcpd.sh%%SAMP_SUFFIX%% -%%INC_SUBDIR%%/dhcpctl.h -%%INC_SUBDIR%%/isc-dhcp/boolean.h -%%INC_SUBDIR%%/isc-dhcp/dst.h -%%INC_SUBDIR%%/isc-dhcp/int.h -%%INC_SUBDIR%%/isc-dhcp/lang.h -%%INC_SUBDIR%%/isc-dhcp/list.h -%%INC_SUBDIR%%/isc-dhcp/result.h -%%INC_SUBDIR%%/isc-dhcp/types.h -%%INC_SUBDIR%%/omapip/alloc.h -%%INC_SUBDIR%%/omapip/buffer.h -%%INC_SUBDIR%%/omapip/omapip.h -%%LIB_SUBDIR%%/libdhcpctl.a -%%LIB_SUBDIR%%/libomapi.a -%%BIN_SUBDIR%%/omshell -%%SBIN_SUBDIR%%/dhclient -%%SBIN_SUBDIR%%/dhclient-script -%%SBIN_SUBDIR%%/dhcpd -%%SBIN_SUBDIR%%/dhcrelay -%%PORTDOCS%%%%DOC_SUBDIR%%/CHANGES -%%PORTDOCS%%%%DOC_SUBDIR%%/COPYRIGHT -%%PORTDOCS%%%%DOC_SUBDIR%%/README -%%PORTDOCS%%%%DOC_SUBDIR%%/RELNOTES -@dirrm %%INC_SUBDIR%%/isc-dhcp -@dirrm %%INC_SUBDIR%%/omapip -%%PORTDOCS%%@dirrm %%DOC_SUBDIR%% -@unexec rm -f %%RCD_SUBDIR%%/isc-dhcpd.sh -@exec [ -f %%DATA_DIR%%/dhclient.leases ] || touch %%DATA_DIR%%/dhclient.leases -@unexec [ -s %%DATA_DIR%%/dhclient.leases ] || rm -f %%DATA_DIR%%/dhclient.leases -@exec [ -f %%DATA_DIR%%/dhcpd.leases ] || touch %%DATA_DIR%%/dhcpd.leases -@unexec [ -s %%DATA_DIR%%/dhcpd.leases ] || rm -f %%DATA_DIR%%/dhcpd.leases -@exec [ -f %D/%%CONF_SUBDIR%%/dhclient.conf ] || touch %D/%%CONF_SUBDIR%%/dhclient.conf -@unexec [ -L %D/%%CONF_SUBDIR%%/dhclient.conf -o -s %D/%%CONF_SUBDIR%%/dhclient.conf ] || rm -f %D/%%CONF_SUBDIR%%/dhclient.conf +bin/omshell +etc/dhclient.conf.sample +@exec [ -f %D/etc/dhclient.conf ] || touch %D/etc/dhclient.conf +@unexec [ -L %D/etc/dhclient.conf -o -s %D/etc/dhclient.conf ] || rm -f %D/etc/dhclient.conf +etc/dhcpd.conf.sample +@unexec if cmp -s %D/etc/rc.isc-dhcpd.conf %D/etc/rc.isc-dhcpd.conf.sample; then rm -f %D/etc/rc.isc-dhcpd.conf; fi +etc/rc.isc-dhcpd.conf.sample +@exec [ -f %D/etc/rc.isc-dhcpd.conf ] || cp %D/etc/rc.isc-dhcpd.conf.sample %D/etc/rc.isc-dhcpd.conf +@unexec if cmp -s %D/etc/rc.isc-dhcrelay.conf %D/etc/rc.isc-dhcrelay.conf.sample; then rm -f %D/etc/rc.isc-dhcrelay.conf; fi +etc/rc.isc-dhcrelay.conf.sample +@exec [ -f %D/etc/rc.isc-dhcrelay.conf ] || cp %D/etc/rc.isc-dhcrelay.conf.sample %D/etc/rc.isc-dhcrelay.conf +etc/rc.d/isc-dhcpd.sh.sample +@unexec rm -f etc/rc.d/isc-dhcpd.sh +etc/rc.d/isc-dhcrelay.sh.sample +@unexec rm -f etc/rc.d/isc-dhcrelay.sh +include/dhcpctl.h +include/isc-dhcp/boolean.h +include/isc-dhcp/dst.h +include/isc-dhcp/int.h +include/isc-dhcp/lang.h +include/isc-dhcp/list.h +include/isc-dhcp/result.h +include/isc-dhcp/types.h +include/omapip/alloc.h +include/omapip/buffer.h +include/omapip/omapip.h +lib/libdhcpctl.a +lib/libomapi.a +sbin/dhclient +sbin/dhclient-script +sbin/dhcpd +sbin/dhcrelay +%%PORTDOCS%%share/doc/isc-dhcp3/CHANGES +%%PORTDOCS%%share/doc/isc-dhcp3/COPYRIGHT +%%PORTDOCS%%share/doc/isc-dhcp3/README +%%PORTDOCS%%share/doc/isc-dhcp3/RELNOTES +%%PORTDOCS%%@dirrm share/doc/isc-dhcp3 +@dirrm include/omapip +@dirrm include/isc-dhcp +@exec [ -f /var/run/dhclient.leases ] || touch /var/run/dhclient.leases +@unexec [ -s /var/run/dhclient.leases ] || rm -f /var/run/dhclient.leases +@exec [ -f /var/run/dhcpd.leases ] || touch /var/run/dhcpd.leases +@unexec [ -s /var/run/dhcpd.leases ] || rm -f /var/run/dhcpd.leases Index: files/isc-dhcpd.sh.sample =================================================================== RCS file: /home/ncvs/ports/net/isc-dhcp3/files/isc-dhcpd.sh.sample,v retrieving revision 1.3 diff -u -r1.3 isc-dhcpd.sh.sample --- files/isc-dhcpd.sh.sample 2001/03/08 20:06:36 1.3 +++ files/isc-dhcpd.sh.sample 2001/08/22 03:10:02 @@ -1,32 +1,77 @@ #! /bin/sh - +# # $FreeBSD: ports/net/isc-dhcp3/files/isc-dhcpd.sh.sample,v 1.3 2001/03/08 20:06:36 sf Exp $ +# +# Start or stop isc-dhcpd. +# + +rc_file=${0##*/} +rc_arg=$1 + +# override these variables in ${PREFIX}/etc/rc.isc-dhcpd.conf +dhcpd_options= # command option(s) +dhcpd_ifaces= # ethernet interface(s) + +if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/${rc_file}\$"); then + echo "${rc_file}: Cannot determine PREFIX." >&2 + echo "Please use the complete pathname." >&2 + exit 64 +fi -OPTIONS="" -IFACES="" +rcconf_dir=${PREFIX}/etc +rcconf_file=rc.${rc_file%.sh}.conf +rcconf_path=${rcconf_dir}/${rcconf_file} -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 +if [ -f ${rcconf_path} ]; then + . ${rcconf_path} fi + +program_dir=${PREFIX}/sbin +program_file=dhcpd +program_path=${program_dir}/${program_file} + +config_dir=${PREFIX}/etc +config_file=${program_file}.conf +config_path=${config_dir}/${config_file} + +pid_dir=/var/run +pid_file=${program_file}.pid +pid_path=${pid_dir}/${pid_file} + +syslog_facility=daemon.err -case "$1" in +case "$rc_arg" in start) - ${PREFIX}/sbin/dhcpd $OPTIONS $IFACES > /dev/null 2>&1 - echo -n ' dhcpd' + if [ ! -x ${program_path} ]; then + logger -sp ${syslog_facility} -t ${program_file} \ + "unable to start: ${program_path} is missing." + exit 72 + fi + if [ ! -f ${config_file} ]; then + logger -sp ${syslog_facility} -t ${program_file} \ + "unable to start: ${config_path} is missing." + exit 72 + fi + ${program_path} ${dhcpd_options} ${dhcpd_ifaces} && + echo -n " ${program_file}" ;; stop) - killall dhcpd + if [ -r ${pid_path} ]; then + kill $(cat ${pid_path}) 2> /dev/null + else + killall ${program_file} 2> /dev/null + fi ;; restart) $0 stop $0 start ;; status) - ps -auxww | egrep '(conserver|console)' | egrep -v "($0|egrep)" + ps -auxww | egrep ${program_file} | egrep -v "($0|egrep)" ;; *) - echo "usage: ${0##*/} {start|stop|restart|status}" >&2 + echo "usage: ${rc_file} {start|stop|restart|status}" >&2 + exit 64 ;; esac Index: files/patch-freebsd =================================================================== RCS file: /home/ncvs/ports/net/isc-dhcp3/files/patch-freebsd,v retrieving revision 1.6 diff -u -r1.6 patch-freebsd --- files/patch-freebsd 2001/04/22 11:59:08 1.6 +++ files/patch-freebsd 2001/08/20 19:17:49 @@ -6,8 +6,8 @@ exit_status=$1 - if [ -f /etc/dhclient-exit-hooks ]; then - . /etc/dhclient-exit-hooks -+ if [ -f !!PREFIX!!/etc/dhclient-exit-hooks ]; then -+ . !!PREFIX!!/etc/dhclient-exit-hooks ++ if [ -f %%PREFIX%%/etc/dhclient-exit-hooks ]; then ++ . %%PREFIX%%/etc/dhclient-exit-hooks fi # probably should do something with exit status of the local script exit $exit_status @@ -15,10 +15,10 @@ # Invoke the local dhcp client enter hooks, if they exist. -if [ -f /etc/dhclient-enter-hooks ]; then -+if [ -f !!PREFIX!!/etc/dhclient-enter-hooks ]; then ++if [ -f %%PREFIX%%/etc/dhclient-enter-hooks ]; then exit_status=0 - . /etc/dhclient-enter-hooks -+ . !!PREFIX!!/etc/dhclient-enter-hooks ++ . %%PREFIX%%/etc/dhclient-enter-hooks # allow the local script to abort processing of this state # local script must set exit_status variable to nonzero. if [ $exit_status -ne 0 ]; then >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 4:22: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from thehousleys.net (frenchknot.ne.mediaone.net [66.31.232.108]) by hub.freebsd.org (Postfix) with ESMTP id D026C37B405 for ; Fri, 5 Oct 2001 04:22:01 -0700 (PDT) Received: (from root@localhost) by thehousleys.net (8.11.3/8.11.2) id f95BM1s80334; Fri, 5 Oct 2001 07:22:01 -0400 (EDT) (envelope-from jeh@FreeBSD.org) Received: from FreeBSD.org (baby.int.thehousleys.net [192.168.0.24]) (authenticated) by thehousleys.net (8.11.3/8.11.3) with ESMTP id f95BLxV80326; Fri, 5 Oct 2001 07:21:59 -0400 (EDT) (envelope-from jeh@FreeBSD.org) Message-ID: <3BBD97D7.2C278CAA@FreeBSD.org> Date: Fri, 05 Oct 2001 07:21:59 -0400 From: "James E. Housley" Organization: FreeBSD X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: greg.panula@dolaninformation.com Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: uvscan-4.14e References: <3BBA9DF5.953C782D@dolaninformation.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Sorry Greg. I replied to your older message instead of the one I was reading. Jim Greg Panula wrote: > > Attached is a corrected update_dat script for updating the dat file to version > 4163. Should also work for future dat files, unless McAfee changes the layout > of the readme.txt file. > I will look at it, but version 4164 that came on on Wednesday (10/3/01) was different from the previous 2 styles. Jim -- /"\ ASCII Ribbon Campaign . \ / - NO HTML/RTF in e-mail . X - NO Word docs in e-mail . / \ ----------------------------------------------------------------- jeh@FreeBSD.org http://www.FreeBSD.org The Power to Serve jim@TheHousleys.Net http://www.TheHousleys.net jhousley@SimTel.Net http://www.SimTel.Net --------------------------------------------------------------------- "...there's no idea that's so good you can't ruin it with a few well-placed idiots." -- Charles Spickman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 5:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22B0537B408 for ; Fri, 5 Oct 2001 05:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95CK2o50141; Fri, 5 Oct 2001 05:20:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 5 Oct 2001 05:20:02 -0700 (PDT) Message-Id: <200110051220.f95CK2o50141@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/31058: Maintainer update: net/isc-dhcp3 - 3.0 release Reply-To: Peter Pentchev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31058; it has been noted by GNATS. From: Peter Pentchev To: Cyrille Lefevre Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/31058: Maintainer update: net/isc-dhcp3 - 3.0 release Date: Fri, 5 Oct 2001 15:18:34 +0300 On Fri, Oct 05, 2001 at 01:10:05PM +0200, Cyrille Lefevre wrote: > > >Number: 31058 > >Category: ports > >Synopsis: Maintainer update: net/isc-dhcp3 - 3.0 release > >Originator: Cyrille Lefevre > >Description: > > how about upgrading the base system dhclient ? > > Makefile > PORTVERSION bumped to 3.0. > PLIST_SUB removed. > PKGMESSAGE added. > targets reworked a lot. etc/rc.isc-dhcpd.conf.sample is not installed in the Makefile. Is it supposed to be similar to rc.isc-dhcrelay.conf.sample? It is mentioned in the pkg-plist, and the 'package' and 'deinstall' targets complain somewhat loudly :) > files/isc-dhcpd.sh.sample > enhanced a lot to read startup options from > etc/rc.isc-dhcpd.conf. > program and config files checking added. > messages logged through syslog. Unfortunately, the config files checking is not quite correct - the check is for the existence of config_file, while it should check for config_path. Other than that, it looks good :) (Well, I personally do not feel quite comfortable with putting the rc scripts settings into separate etc/rc.* files, but then it's just me and my obsession with the single rc.conf file :) G'luck, Peter -- If the meanings of 'true' and 'false' were switched, then this sentence wouldn't be false. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 6:47: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from plab.ku.dk (plab.ku.dk [130.225.105.65]) by hub.freebsd.org (Postfix) with ESMTP id DE32537B403 for ; Fri, 5 Oct 2001 06:46:59 -0700 (PDT) Received: (from tolid@localhost) by plab.ku.dk (8.11.3/8.9.3) id f95DktA94963 for freebsd-ports@FreeBSD.org.AVP; Fri, 5 Oct 2001 15:46:55 +0200 (CEST) (envelope-from tolid) Received: (from tolid@localhost) by plab.ku.dk (8.11.3/8.9.3) id f95DktA94955 for freebsd-ports@FreeBSD.org; Fri, 5 Oct 2001 15:46:55 +0200 (CEST) (envelope-from tolid) Date: Fri, 5 Oct 2001 15:46:55 +0200 From: Anatoliy Dmytriyev To: freebsd-ports@FreeBSD.org Subject: 'make install' for p5-Tcl-Tk don't work Message-ID: <20011005154655.N89835@plab.ku.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.3-RELEASE Organization: The Protein Laboratory, University of Copenhagen Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, all! When I tryed install the port /usr/ports/x11-toolkits/p5-Tcl-Tk I got errors: ===> Extracting for p5-TclTk-b2 >> Checksum OK for TclTk-b2.tar.gz. ===> p5-TclTk-b2 depends on file: /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Tcl.pm - found ===> p5-TclTk-b2 depends on shared library: tk82.1 - found ===> Patching for p5-TclTk-b2 ===> Applying FreeBSD patches for p5-TclTk-b2 ===> Configuring for p5-TclTk-b2 Checking if your kit is complete... Looks good Note (probably harmless): No library found for -ltk82 Note (probably harmless): No library found for -ltcl82 Note (probably harmless): No library found for -lX11 Writing Makefile for Tcl::Tk ===> Building for p5-TclTk-b2 mkdir blib mkdir blib/lib mkdir blib/lib/Tcl cp Tk.pm blib/lib/Tcl/Tk.pm /usr/bin/perl5.00503 -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 /usr/libdata/perl/5.00503/ExtUtils/xsubpp -typemap /usr/libdata/perl/5.00503/ExtUtils/typemap -typemap typemap Tk.xs >xstmp.c && mv xstmp.c Tk.c Please specify prototyping behavior for Tk.xs (see perlxs manual) cc -c -I/include -I/include/tcl8.2 -I/include/tk8.2 -I/include -O -pipe -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -DPIC -fpic -I/usr/libdata/perl/5.00503/mach/CORE Tk.c Tk.xs:4: tcl.h: No such file or directory Tk.xs:5: tk.h: No such file or directory Tk.xs:7: syntax error before `*' Tk.xs:7: warning: data definition has no type or storage class Tk.c: In function `XS_Tcl_CreateMainWindow': Tk.c:35: syntax error before `interp' Tk.c:39: syntax error before `mainWindow' Tk.c:43: `interp' undeclared (first use in this function) Tk.c:43: (Each undeclared identifier is reported only once Tk.c:43: for each function it appears in.) Tk.c:43: syntax error before `tmp' Tk.xs:25: `mainWindow' undeclared (first use in this function) Tk.xs:30: `True' undeclared (first use in this function) Tk.c: In function `XS_Tcl_Tk_Init': Tk.c:73: syntax error before `interp' Tk.c:77: `interp' undeclared (first use in this function) Tk.c:77: syntax error before `tmp' Tk.xs:37: `TCL_OK' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/x11-toolkits/p5-Tcl-Tk/work/TclTk. *** Error code 1 Stop in /usr/ports/x11-toolkits/p5-Tcl-Tk. *** Error code 1 Stop in /usr/ports/x11-toolkits/p5-Tcl-Tk. *** Error code 1 Stop in /usr/ports/x11-toolkits/p5-Tcl-Tk. *** Error code 1 Stop in /usr/ports/x11-toolkits/p5-Tcl-Tk. What's wrong? How can I fix it? Best regards, Anatoliy Dmytriyev. -- Anatoliy Dmytriyev http://tolid.eu.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 7: 4:19 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pmarquis.com (h002078d55764.ne.mediaone.net [66.30.61.39]) by hub.freebsd.org (Postfix) with ESMTP id CC4AF37B407; Fri, 5 Oct 2001 07:04:04 -0700 (PDT) Received: (from pmarquis@localhost) by pmarquis.com (8.11.6/8.11.6) id f95E4ms31573; Fri, 5 Oct 2001 10:04:48 -0400 (EDT) (envelope-from pmarquis) Message-Id: <200110051404.f95E4ms31573@pmarquis.com> From: Paul Marquis To: petef@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports/31053: Update port: devel/stlport Date: Fri, 5 Oct 2001 10:04:48 -0400 X-Mailer: KMail [version 1.3] References: <200110050641.f956fuR70787@freefall.freebsd.org> In-Reply-To: <200110050641.f956fuR70787@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="------------Boundary-00=_0GKQOVUOL5WZYT60BZ37" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --------------Boundary-00=_0GKQOVUOL5WZYT60BZ37 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit (Sorry Pete if you get this twice -- I forget to freebsd-ports in my original reply). Sure thing, Giant Beer! (Gotta love The Simpons :-P) Let me know if you have any problems with the diff (generated with diff -Naur stlport.orig stlport). On Friday 05 October 2001 02:41 am, petef@FreeBSD.org wrote: > Synopsis: Update port: devel/stlport > > State-Changed-From-To: open->feedback > State-Changed-By: petef > State-Changed-When: Thu Oct 4 23:41:35 PDT 2001 > State-Changed-Why: > Can you submit a diff to the current cvs version instead of a new > shar? Thanks! > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31053 -- Paul Marquis pmarquis@pobox.com --------------Boundary-00=_0GKQOVUOL5WZYT60BZ37 Content-Type: text/x-diff; charset="iso-8859-1"; name="stlport.diff" Content-Transfer-Encoding: base64 Content-Description: Unified diff of STLport upgrade Content-Disposition: attachment; filename="stlport.diff" ZGlmZiAtTmF1ciBzdGxwb3J0Lm9yaWcvTWFrZWZpbGUgc3RscG9ydC9NYWtlZmlsZQotLS0gc3Rs cG9ydC5vcmlnL01ha2VmaWxlCVdlZCBPY3QgIDMgMjM6MzU6MzMgMjAwMQorKysgc3RscG9ydC9N YWtlZmlsZQlGcmkgT2N0ICA1IDAxOjM3OjU0IDIwMDEKQEAgLTEsMTkgKzEsMTEgQEAKLSMgZXg6 dHM9OAotIyBQb3J0cyBjb2xsZWN0aW9uIG1ha2VmaWxlIGZvcjogIHN0bHBvcnQKLSMgRGF0ZSBD cmVhdGVkOgkJCSAgMiBEZWNlbWJlciAxOTk4Ci0jIFdob206CQkJCSAgSm9zaCBHaWxsaWFtIDxq b3NoQHF1aWNrLm5ldD4KLSMKLSMgJEZyZWVCU0Q6IHBvcnRzL2RldmVsL3N0bHBvcnQvTWFrZWZp bGUsdiAxLjE1IDIwMDEvMTAvMDQgMDA6Mzc6MzUgbGlvdXggRXhwICQKLSMKLQogUE9SVE5BTUU9 CXN0bHBvcnQKLVBPUlRWRVJTSU9OPQk0LjAKK1BPUlRWRVJTSU9OPQk0LjUKIENBVEVHT1JJRVM9 CWRldmVsCiBNQVNURVJfU0lURVM9CWh0dHA6Ly93d3cuc3RscG9ydC5jb20vYXJjaGl2ZS8gIFwK IAkJaHR0cDovL3d3dy5zdGxwb3J0LmNvbS9iZXRhLwogRElTVE5BTUU9CVNUTHBvcnQtJHtQT1JU VkVSU0lPTjpTLy5iLy1iL30KIAotTUFJTlRBSU5FUj0JcG9ydHNARnJlZUJTRC5vcmcKK01BSU5U QUlORVI9CXBtYXJxdWlzQHBvYm94LmNvbQogCiAuaW5jbHVkZSA8YnNkLnBvcnQucHJlLm1rPgog CkBAIC0yMiwzNCArMTQsMjEgQEAKIC5lbmRpZgogCiBXUktTUkM9CQkke1dSS0RJUn0vU1RMcG9y dC0ke1BPUlRWRVJTSU9OOlMvLmIvYi99L3NyYwotTUFLRUZJTEU9CWdjYy5tYWsKLUFMTF9UQVJH RVQ9CWNsZWFuIGFsbAorUEFUQ0hfV1JLU1JDPQkke1dSS0RJUn0vU1RMcG9ydC0ke1BPUlRWRVJT SU9OOlMvLmIvYi99CitNQUtFRklMRT0JZ2NjLWZyZWVic2QubWFrCitNQUtFX0FSR1M9CUlOU1RB TExESVI9JHtQUkVGSVh9CiBVU0VfR01BS0U9CXllcworQUxMX1RBUkdFVD0JY2xlYW4gYWxsCitJ TlNUQUxMX1RBUkdFVD0JaW5zdGFsbF91bml4CitJTlNUQUxMU19TSExJQj0JeWVzCiAKLUZJTkQ/ PQkvdXNyL2Jpbi9maW5kCi0KLXByZS1idWlsZDoKLQlAJHtMTn0gLXNmIC91c3IvaW5jbHVkZS9n KysgJHtXUktTUkN9Ly4uL2luY2x1ZGUKLQotcG9zdC1idWlsZDoKLS5mb3IgbGliIGluIGxpYnN0 bHBvcnRfZ2NjLnNvIGxpYnN0bHBvcnRfZ2NjX2RlYnVnLnNvIGxpYnN0bHBvcnRfZ2NjX3N0bGRl YnVnLnNvCi0JQCR7TVZ9ICR7V1JLU1JDfS8uLi9saWIvJHtsaWJ9ICR7V1JLU1JDfS8uLi9saWIv JHtsaWJ9LjRfMF8ke1BPUlRSRVZJU0lPTn0KLS5lbmRmb3IKLQktIyBnZXQgbGlzdCBmcm9tIGBl eHBvcnQnIGZpbGVzIGluIHZlcnNpb24gNC4xLCByYXRoZXIgdGhhbiBkbyB0aGlzCi0JQGNkICR7 V1JLU1JDfS8uLi9zdGxwb3J0IDsgJHtSTX0gLXJmIEJDNTAgU0M1IGNvbmZpZy9uZXdfY29tcGls ZXIgb2xkX2hwCi0JQCR7RklORH0gJHtXUktTUkN9Ly4uL3N0bHBvcnQgLW5hbWUgIioub3JpZyIg LWRlbGV0ZQotCi1kby1pbnN0YWxsOgotCUBjZCAke1dSS1NSQ30vLi4gOyBwYXggLXJ3IHN0bHBv cnQgJHtQUkVGSVh9L2luY2x1ZGUKLQlAJHtDSE9XTn0gLVIgJHtTSEFSRU9XTn06JHtTSEFSRUdS UH0gJHtQUkVGSVh9L2luY2x1ZGUvc3RscG9ydAotCUAke0NITU9EfSAtUiAke1NIQVJFTU9ERX0g JHtQUkVGSVh9L2luY2x1ZGUvc3RscG9ydAotCUAke0ZJTkR9ICR7UFJFRklYfS9pbmNsdWRlL3N0 bHBvcnQgLXR5cGUgZCAtZXhlYyAke0NITU9EfSAwNzU1IHt9IFw7Ci0JQCR7SU5TVEFMTF9EQVRB fSAke1dSS1NSQ30vLi4vbGliLyogJHtQUkVGSVh9L2xpYgotLmZvciBsaWIgaW4gbGlic3RscG9y dF9nY2Muc28gbGlic3RscG9ydF9nY2NfZGVidWcuc28gbGlic3RscG9ydF9nY2Nfc3RsZGVidWcu c28KLQlAY2QgJHtQUkVGSVh9L2xpYiA7ICR7TE59IC1zZiAke2xpYn0uNF8wXyR7UE9SVFJFVklT SU9OfSAke2xpYn0KLS5lbmRmb3IKLQlAJHtNS0RJUn0gJHtQUkVGSVh9L3NoYXJlL2RvYy9odG1s L3N0bHBvcnQvaW1hZ2VzCi0JQGNkICR7V1JLU1JDfS8uLi9kb2MgOyAke0lOU1RBTExfTUFOfSAq LmNzcyAqLmh0bWwgJHtQUkVGSVh9L3NoYXJlL2RvYy9odG1sL3N0bHBvcnQKLQlAY2QgJHtXUktT UkN9Ly4uL2RvYyA7ICR7SU5TVEFMTF9NQU59IGltYWdlcy8qICR7UFJFRklYfS9zaGFyZS9kb2Mv aHRtbC9zdGxwb3J0L2ltYWdlcworcG9zdC1pbnN0YWxsOgorLmlmICFkZWZpbmVkKE5PUE9SVERP Q1MpCisJJHtNS0RJUn0gJHtQUkVGSVh9L3NoYXJlL2RvYy9odG1sL3N0bHBvcnQvaW1hZ2VzCisJ JHtJTlNUQUxMX01BTn0gJHtXUktTUkN9Ly4uL2RvYy8qLmNzcyAke1BSRUZJWH0vc2hhcmUvZG9j L2h0bWwvc3RscG9ydAorCSR7SU5TVEFMTF9NQU59ICR7V1JLU1JDfS8uLi9kb2MvKi5odG1sICR7 UFJFRklYfS9zaGFyZS9kb2MvaHRtbC9zdGxwb3J0CisJJHtJTlNUQUxMX01BTn0gJHtXUktTUkN9 Ly4uL2RvYy9pbWFnZXMvKiAke1BSRUZJWH0vc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9pbWFnZXMK Ky5lbmRpZgogCiAuaW5jbHVkZSA8YnNkLnBvcnQucG9zdC5taz4KKwpkaWZmIC1OYXVyIHN0bHBv cnQub3JpZy9kaXN0aW5mbyBzdGxwb3J0L2Rpc3RpbmZvCi0tLSBzdGxwb3J0Lm9yaWcvZGlzdGlu Zm8JVHVlIE1hciAyMCAyMToyNzowOCAyMDAxCisrKyBzdGxwb3J0L2Rpc3RpbmZvCVN1biBTZXAg MzAgMjE6MTM6MzggMjAwMQpAQCAtMSArMSBAQAotTUQ1IChTVExwb3J0LTQuMC50YXIuZ3opID0g OWY0NmZhNDcwMzI4ZjU1YzU1MGI4MjlhYmJmODYxMWIKK01ENSAoU1RMcG9ydC00LjUudGFyLmd6 KSA9IDE4ZjU3N2IzNzRkNjBiM2M3NjBhM2EzMzUwNDA3NjMyCmRpZmYgLU5hdXIgc3RscG9ydC5v cmlnL2ZpbGVzL3BhdGNoLWNvbW1vbl9tYWNyb3MubWFrIHN0bHBvcnQvZmlsZXMvcGF0Y2gtY29t bW9uX21hY3Jvcy5tYWsKLS0tIHN0bHBvcnQub3JpZy9maWxlcy9wYXRjaC1jb21tb25fbWFjcm9z Lm1hawlXZWQgRGVjIDMxIDE5OjAwOjAwIDE5NjkKKysrIHN0bHBvcnQvZmlsZXMvcGF0Y2gtY29t bW9uX21hY3Jvcy5tYWsJRnJpIE9jdCAgNSAwOTowNjo0OCAyMDAxCkBAIC0wLDAgKzEsMTEgQEAK Ky0tLSBzcmMvY29tbW9uX21hY3Jvcy5tYWsub3JpZwlTYXQgSnVsIDI4IDIzOjQ0OjMwIDIwMDEK KysrKyBzcmMvY29tbW9uX21hY3Jvcy5tYWsJRnJpIE9jdCAgNSAwOTowNTo1NiAyMDAxCitAQCAt MTQsNyArMTQsNyBAQAorICMgV2UgZG8gbm90IGFzc3VtZSBhbnkgYmluYXJ5IGNvbXBhdGliaWxp dHkgZm9yIGJldGFzLgorIEJFVEFfU1VGRklYPQorIAorLVZFUlNJT05fU1VGRklYPSAuJChWRVJT SU9OX01BSk9SKS4kKFZFUlNJT05fTUlOT1IpJChCRVRBX1NVRkZJWCkKKytWRVJTSU9OX1NVRkZJ WD0gXyQoVkVSU0lPTl9NQUpPUilfJChWRVJTSU9OX01JTk9SKSQoQkVUQV9TVUZGSVgpCisgCisg RFlOQU1JQ19TVUZGSVg9ICQoVkVSU0lPTl9TVUZGSVgpJChQQVRDSF9TVUZGSVgpCisgCmRpZmYg LU5hdXIgc3RscG9ydC5vcmlnL2ZpbGVzL3BhdGNoLWNvbW1vbl9ydWxlcy5tYWsgc3RscG9ydC9m aWxlcy9wYXRjaC1jb21tb25fcnVsZXMubWFrCi0tLSBzdGxwb3J0Lm9yaWcvZmlsZXMvcGF0Y2gt Y29tbW9uX3J1bGVzLm1hawlXZWQgRGVjIDMxIDE5OjAwOjAwIDE5NjkKKysrIHN0bHBvcnQvZmls ZXMvcGF0Y2gtY29tbW9uX3J1bGVzLm1hawlGcmkgT2N0ICA1IDAwOjMwOjIzIDIwMDEKQEAgLTAs MCArMSw0NSBAQAorLS0tIHNyYy9jb21tb25fcnVsZXMubWFrLm9yaWcJVGh1IE1heSAzMSAyMDo0 MzoxNCAyMDAxCisrKysgc3JjL2NvbW1vbl9ydWxlcy5tYWsJRnJpIE9jdCAgNSAwMDoyOTozMyAy MDAxCitAQCAtODYsOCArODYsOCBAQAorIAlsbiAtcyAkKFNUTERFQlVHX0RZTkxJQikgJChPVVRE SVIpLyQoU1RMREVCVUdfTkFNRSkuJChEWU5FWFQpCisgCisgaW5zdGFsbF91bml4IDoKKy0JLSQo Uk0pICQoSU5TVEFMTERJUl9JTkMpCistCWZvciBkaXIgaW4gJChIRUFERVJfRElSUzEpOyBcCisr CUAtJChSTSkgJChJTlNUQUxMRElSX0lOQykKKysJQGZvciBkaXIgaW4gJChIRUFERVJfRElSUzEp OyBcCisgCWRvIFwKKyAJICAuL21raW5zdGFsbGRpcnMgJChJTlNUQUxMRElSX0lOQykvJCRkaXI7 IFwKKyAJICBmb3IgZmlsZSBpbiBgY2F0IC4uL3N0bHBvcnQvJCRkaXIvZXhwb3J0YDsgXAorQEAg LTk1LDcgKzk1LDcgQEAKKyAJCSQoSU5TVEFMTF9IKSAuLi9zdGxwb3J0LyQkZGlyLyQkZmlsZSAk KElOU1RBTExESVJfSU5DKS8kJGRpciA7IFwKKyAgICAgICAgICAgZG9uZSBcCisgCWRvbmUKKy0J Zm9yIGRpciBpbiAkKEhFQURFUl9ESVJTMik7IFwKKysJQGZvciBkaXIgaW4gJChIRUFERVJfRElS UzIpOyBcCisgCWRvIFwKKyAJICAuL21raW5zdGFsbGRpcnMgJChJTlNUQUxMRElSX0lOQykvJCRk aXI7IFwKKyAJICBmb3IgZmlsZSBpbiBgbHMgLi4vc3RscG9ydC8kJGRpci8qLipgOyBcCitAQCAt MTAzLDE2ICsxMDMsMTYgQEAKKyAJCSQoSU5TVEFMTF9IKSAkJGZpbGUgJChJTlNUQUxMRElSX0lO QykvJCRkaXIgOyBcCisgICAgICAgICAgIGRvbmUgXAorIAlkb25lCistCS4vbWtpbnN0YWxsZGly cyAkKElOU1RBTExESVJfTElCKQorLQlmb3IgZmlsZSBpbiBgbHMgJChPVVRESVIpLyQoTElCX0JB U0VOQU1FKSpgOyBcCisrCUAuL21raW5zdGFsbGRpcnMgJChJTlNUQUxMRElSX0xJQikKKysJQGZv ciBmaWxlIGluIGBscyAkKE9VVERJUikvJChMSUJfQkFTRU5BTUUpKmA7IFwKKyAJZG8gXAorICAg ICAgICAgICQoUk0pICAkKElOU1RBTExESVJfTElCKS8kJGZpbGU7IFwKKyAJICQoSU5TVEFMTF9M SUIpICAkJGZpbGUgJChJTlNUQUxMRElSX0xJQik7IFwKKyAJZG9uZQorLQkkKFJNKSAkKElOU1RB TExESVJfTElCKS8kKFJFTEVBU0VfTkFNRSkuJChEWU5FWFQpCistCSQoUk0pICQoSU5TVEFMTERJ Ul9MSUIpLyQoU1RMREVCVUdfTkFNRSkuJChEWU5FWFQpCistCWxuIC1zICQoSU5TVEFMTERJUl9M SUIpLyQoUkVMRUFTRV9EWU5MSUIpICQoSU5TVEFMTERJUl9MSUIpLyQoUkVMRUFTRV9OQU1FKS4k KERZTkVYVCkKKy0JbG4gLXMgJChJTlNUQUxMRElSX0xJQikvJChTVExERUJVR19EWU5MSUIpICQo SU5TVEFMTERJUl9MSUIpLyQoU1RMREVCVUdfTkFNRSkuJChEWU5FWFQpCisrCUAkKFJNKSAkKElO U1RBTExESVJfTElCKS8kKFJFTEVBU0VfTkFNRSkuJChEWU5FWFQpCisrCUAkKFJNKSAkKElOU1RB TExESVJfTElCKS8kKFNUTERFQlVHX05BTUUpLiQoRFlORVhUKQorKwlAbG4gLXMgJChJTlNUQUxM RElSX0xJQikvJChSRUxFQVNFX0RZTkxJQikgJChJTlNUQUxMRElSX0xJQikvJChSRUxFQVNFX05B TUUpLiQoRFlORVhUKQorKwlAbG4gLXMgJChJTlNUQUxMRElSX0xJQikvJChTVExERUJVR19EWU5M SUIpICQoSU5TVEFMTERJUl9MSUIpLyQoU1RMREVCVUdfTkFNRSkuJChEWU5FWFQpCisgCisgJChP VVRESVIpJChQQVRIX1NFUCkkKFJFTEVBU0VfRFlOTElCKSA6ICQoT1VURElSKSAkKFJFTEVBU0Vf T0JKRElSX2R5bmFtaWMpICQoREVGX0ZJTEUpICQoUkVMRUFTRV9PQkpFQ1RTX2R5bmFtaWMpCisg CSQoRFlOX0xJTkspICQoRFlOTElOS19PVVQpJChPVVRESVIpJChQQVRIX1NFUCkkKFJFTEVBU0Vf RFlOTElCKSAkKExERkxBR1NfUkVMRUFTRV9keW5hbWljKSAkKFJFTEVBU0VfT0JKRUNUU19keW5h bWljKSAkKExETElCU19SRUxFQVNFX2R5bmFtaWMpIApkaWZmIC1OYXVyIHN0bHBvcnQub3JpZy9m aWxlcy9wYXRjaC1leHBvcnQgc3RscG9ydC9maWxlcy9wYXRjaC1leHBvcnQKLS0tIHN0bHBvcnQu b3JpZy9maWxlcy9wYXRjaC1leHBvcnQJV2VkIERlYyAzMSAxOTowMDowMCAxOTY5CisrKyBzdGxw b3J0L2ZpbGVzL3BhdGNoLWV4cG9ydAlTdW4gU2VwIDMwIDIyOjA5OjA3IDIwMDEKQEAgLTAsMCAr MSwxNjMgQEAKKy0tLSBzdGxwb3J0L2V4cG9ydC5vcmlnCU1vbiBNYXkgIDcgMjI6NDk6MzIgMjAw MQorKysrIHN0bHBvcnQvZXhwb3J0CVN1biBTZXAgMzAgMjI6MDc6NDIgMjAwMQorQEAgLTEsMTYw ICsxLDg1IEBACisgLi9hbGdvcml0aG0KKy0uL2FsZ29yaXRobS5TVU5XQ0NoCisgLi9iaXRzZXQK Ky0uL2JpdHNldC5TVU5XQ0NoCisgLi9jYXNzZXJ0CistLi9jYXNzZXJ0LlNVTldDQ2gKKyAuL2Nj dHlwZQorLS4vY2N0eXBlLlNVTldDQ2gKKyAuL2NlcnJubworLS4vY2Vycm5vLlNVTldDQ2gKKyAu L2NmbG9hdAorLS4vY2Zsb2F0LlNVTldDQ2gKKyAuL2NsaW1pdHMKKy0uL2NsaW1pdHMuU1VOV0ND aAorIC4vY2xvY2FsZQorLS4vY2xvY2FsZS5TVU5XQ0NoCisgLi9jbWF0aAorLS4vY21hdGguU1VO V0NDaAorIC4vY29tcGxleAorLS4vY29tcGxleC5TVU5XQ0NoCisgLi9jc2V0am1wCistLi9jc2V0 am1wLlNVTldDQ2gKKyAuL2NzaWduYWwKKy0uL2NzaWduYWwuU1VOV0NDaAorIC4vY3N0ZGFyZwor LS4vY3N0ZGFyZy5TVU5XQ0NoCisgLi9jc3RkZGVmCistLi9jc3RkZGVmLlNVTldDQ2gKKyAuL2Nz dGRpbworLS4vY3N0ZGlvLlNVTldDQ2gKKyAuL2NzdGRsaWIKKy0uL2NzdGRsaWIuU1VOV0NDaAor IC4vY3N0cmluZworLS4vY3N0cmluZy5TVU5XQ0NoCisgLi9jdGltZQorLS4vY3RpbWUuU1VOV0ND aAorIC4vY3R5cGUuaAorLS4vY3R5cGUuaC5TVU5XQ0NoCisgLi9jd2NoYXIKKy0uL2N3Y2hhci5T VU5XQ0NoCisgLi9jd2N0eXBlCistLi9jd2N0eXBlLlNVTldDQ2gKKyAuL2RlcXVlCistLi9kZXF1 ZS5TVU5XQ0NoCisgLi9leGNlcHRpb24KKy0uL2V4Y2VwdGlvbi5TVU5XQ0NoCisgLi9leGNlcHRp b24uaAorIC4vZXhwb3J0CisgLi9mc3RyZWFtCistLi9mc3RyZWFtLlNVTldDQ2gKKyAuL2ZzdHJl YW0uaAorLS4vZnN0cmVhbS5oLlNVTldDQ2gKKyAuL2Z1bmN0aW9uYWwKKy0uL2Z1bmN0aW9uYWwu U1VOV0NDaAorIC4vaGFzaF9tYXAKKy0uL2hhc2hfbWFwLlNVTldDQ2gKKyAuL2hhc2hfc2V0Cist Li9oYXNoX3NldC5TVU5XQ0NoCisgLi9pb21hbmlwCistLi9pb21hbmlwLlNVTldDQ2gKKyAuL2lv bWFuaXAuaAorLS4vaW9tYW5pcC5oLlNVTldDQ2gKKyAuL2lvcworLS4vaW9zLlNVTldDQ2gKKyAu L2lvcy5oCistLi9pb3MuaC5TVU5XQ0NoCisgLi9pb3Nmd2QKKy0uL2lvc2Z3ZC5TVU5XQ0NoCisg Li9pb3N0cmVhbQorLS4vaW9zdHJlYW0uU1VOV0NDaAorIC4vaW9zdHJlYW0uaAorLS4vaW9zdHJl YW0uaC5TVU5XQ0NoCisgLi9pc3RyZWFtCistLi9pc3RyZWFtLlNVTldDQ2gKKyAuL2lzdHJlYW0u aAorLS4vaXN0cmVhbS5oLlNVTldDQ2gKKyAuL2l0ZXJhdG9yCistLi9pdGVyYXRvci5TVU5XQ0No CisgLi9saW1pdHMKKy0uL2xpbWl0cy5TVU5XQ0NoCisgLi9saXN0CistLi9saXN0LlNVTldDQ2gK KyAuL2xvY2FsZQorLS4vbG9jYWxlLlNVTldDQ2gKKyAuL2xvY2FsZS5oCistLi9sb2NhbGUuaC5T VU5XQ0NoCisgLi9tYXAKKy0uL21hcC5TVU5XQ0NoCisgLi9tYXRoLmgKKy0uL21hdGguaC5TVU5X Q0NoCisgLi9tZW0uaAorIC4vbWVtb3J5CistLi9tZW1vcnkuU1VOV0NDaAorIC4vbW1lbW9yeS5o CisgLi9uZXcKKy0uL25ldy5TVU5XQ0NoCisgLi9uZXcuaAorIC4vbnVtZXJpYworLS4vbnVtZXJp Yy5TVU5XQ0NoCisgLi9vc3RyZWFtCistLi9vc3RyZWFtLlNVTldDQ2gKKyAuL29zdHJlYW0uaAor LS4vb3N0cmVhbS5oLlNVTldDQ2gKKyAuL3B0aHJlYWQuaAorIC4vcHRocmVhZF9hbGxvYworLS4v cHRocmVhZF9hbGxvYy5TVU5XQ0NoCisgLi9xdWV1ZQorLS4vcXVldWUuU1VOV0NDaAorIC4vcm9w ZQorIC4vc2V0CistLi9zZXQuU1VOV0NDaAorIC4vc2V0am1wLmgKKy0uL3NldGptcC5oLlNVTldD Q2gKKyAuL3NpZ25hbC5oCistLi9zaWduYWwuaC5TVU5XQ0NoCisgLi9zbGlzdAorLS4vc2xpc3Qu U1VOV0NDaAorIC4vc3N0cmVhbQorLS4vc3N0cmVhbS5TVU5XQ0NoCisgLi9zdGFjaworLS4vc3Rh Y2suU1VOV0NDaAorIC4vc3RkYXJnLmgKKy0uL3N0ZGFyZy5oLlNVTldDQ2gKKyAuL3N0ZGRlZi5o CistLi9zdGRkZWYuaC5TVU5XQ0NoCisgLi9zdGRleGNlcHQKKy0uL3N0ZGV4Y2VwdC5TVU5XQ0No CisgLi9zdGRpby5oCistLi9zdGRpby5oLlNVTldDQ2gKKyAuL3N0ZGlvX3N0cmVhbWJ1ZgorIC4v c3RkbGliLmgKKy0uL3N0ZGxpYi5oLlNVTldDQ2gKKyAuL3N0bF91c2VyX2NvbmZpZy5oCisgLi9z dHJlYW1idWYKKy0uL3N0cmVhbWJ1Zi5TVU5XQ0NoCisgLi9zdHJlYW1idWYuaAorLS4vc3RyZWFt YnVmLmguU1VOV0NDaAorIC4vc3RyaW5nCistLi9zdHJpbmcuU1VOV0NDaAorIC4vc3RyaW5nLmgK Ky0uL3N0cmluZy5oLlNVTldDQ2gKKyAuL3N0cnN0cmVhbQorLS4vc3Ryc3RyZWFtLlNVTldDQ2gK KyAuL3N0cnN0cmVhbS5oCistLi9zdHJzdHJlYW0uaC5TVU5XQ0NoCisgLi90aW1lLmgKKy0uL3Rp bWUuaC5TVU5XQ0NoCisgLi90eXBlaW5mbworLS4vdHlwZWluZm8uU1VOV0NDaAorIC4vdHlwZWlu Zm8uaAorIC4vdXRpbGl0eQorLS4vdXRpbGl0eS5TVU5XQ0NoCisgLi92YWxhcnJheQorLS4vdmFs YXJyYXkuU1VOV0NDaAorIC4vdmVjdG9yCistLi92ZWN0b3IuU1VOV0NDaAorIC4vd2NoYXIuaAor LS4vd2NoYXIuaC5TVU5XQ0NoCisgLi93Y3R5cGUuaAorLS4vd2N0eXBlLmguU1VOV0NDaApkaWZm IC1OYXVyIHN0bHBvcnQub3JpZy9maWxlcy9wYXRjaC1ta2luc3RhbGxkaXJzIHN0bHBvcnQvZmls ZXMvcGF0Y2gtbWtpbnN0YWxsZGlycwotLS0gc3RscG9ydC5vcmlnL2ZpbGVzL3BhdGNoLW1raW5z dGFsbGRpcnMJV2VkIERlYyAzMSAxOTowMDowMCAxOTY5CisrKyBzdGxwb3J0L2ZpbGVzL3BhdGNo LW1raW5zdGFsbGRpcnMJRnJpIE9jdCAgNSAwMTowNDozMSAyMDAxCkBAIC0wLDAgKzEsMTEgQEAK Ky0tLSBzcmMvbWtpbnN0YWxsZGlycy5vcmlnCVRodSBEZWMgIDcgMTk6NTQ6NDcgMjAwMAorKysr IHNyYy9ta2luc3RhbGxkaXJzCUZyaSBPY3QgIDUgMDE6MDM6MzEgMjAwMQorQEAgLTE5LDcgKzE5 LDcgQEAKKyAgICAgIGVzYWMKKyAKKyAgICAgIGlmIHRlc3QgISAtZCAiJHBhdGhjb21wIjsgdGhl bgorLSAgICAgICAgZWNobyAibWtkaXIgJHBhdGhjb21wIiAxPiYyCisrIyAgICAgICAgZWNobyAi bWtkaXIgJHBhdGhjb21wIiAxPiYyCisgICAgICAgICBta2RpciAiJHBhdGhjb21wIiB8fCBlcnJz dGF0dXM9JD8KKyAgICAgIGZpCisgCmRpZmYgLU5hdXIgc3RscG9ydC5vcmlnL2ZpbGVzL3BhdGNo LXN0bF9nY2MuaCBzdGxwb3J0L2ZpbGVzL3BhdGNoLXN0bF9nY2MuaAotLS0gc3RscG9ydC5vcmln L2ZpbGVzL3BhdGNoLXN0bF9nY2MuaAlUaHUgTWF5IDE3IDE3OjA5OjE5IDIwMDEKKysrIHN0bHBv cnQvZmlsZXMvcGF0Y2gtc3RsX2djYy5oCVdlZCBEZWMgMzEgMTk6MDA6MDAgMTk2OQpAQCAtMSwx MiArMCwwIEBACi0tLS0gLi4vc3RscG9ydC9jb25maWcvc3RsX2djYy5oLm9yaWcJVGh1IEp1bCAx MyAxODo1MzoyNiAyMDAwCi0rKysgLi4vc3RscG9ydC9jb25maWcvc3RsX2djYy5oCVRodSBNYXkg MTcgMDA6MzU6NTIgMjAwMQotQEAgLTE0LDcgKzE0LDkgQEAKLSAjICAgZGVmaW5lIF9fU1RMX0hB U19OT19ORVdfQ19IRUFERVJTICAgICAxCi0gCi0rI2lmIDAKLSAjIGlmIGRlZmluZWQoX19GcmVl QlNEX18pCi0gIyAgZGVmaW5lIF9fU1RMX05PX1dDSEFSX1QKLSAjIGVuZGlmCi0rI2VuZGlmCi0g Ci0gIyBpZiBkZWZpbmVkKF9fTUlOR1czMl9fKQpkaWZmIC1OYXVyIHN0bHBvcnQub3JpZy9wa2ct cGxpc3Qgc3RscG9ydC9wa2ctcGxpc3QKLS0tIHN0bHBvcnQub3JpZy9wa2ctcGxpc3QJV2VkIE9j dCAgMyAyMzozNTozMyAyMDAxCisrKyBzdGxwb3J0L3BrZy1wbGlzdAlGcmkgT2N0ICA1IDA5OjQ4 OjI5IDIwMDEKQEAgLTEsNCArMSwzIEBACi1AY29tbWVudCAkRnJlZUJTRDogcG9ydHMvZGV2ZWwv c3RscG9ydC9wa2ctcGxpc3QsdiAxLjMgMjAwMS8xMC8wNCAwMDozNzozNSBsaW91eCBFeHAgJAog aW5jbHVkZS9zdGxwb3J0L2FsZ29yaXRobQogaW5jbHVkZS9zdGxwb3J0L2JpdHNldAogaW5jbHVk ZS9zdGxwb3J0L2Nhc3NlcnQKQEAgLTEzLDcgKzEyLDYgQEAKIGluY2x1ZGUvc3RscG9ydC9jb25m aWcvX21zdmNfd2FybmluZ3Nfb2ZmLmgKIGluY2x1ZGUvc3RscG9ydC9jb25maWcvX3Byb2xvZy5o CiBpbmNsdWRlL3N0bHBvcnQvY29uZmlnL3N0bF9hcGNjLmgKLWluY2x1ZGUvc3RscG9ydC9jb25m aWcvc3RsX2FwcGxlLmJhay5oCiBpbmNsdWRlL3N0bHBvcnQvY29uZmlnL3N0bF9hcHBsZS5oCiBp bmNsdWRlL3N0bHBvcnQvY29uZmlnL3N0bF9hczQwMC5oCiBpbmNsdWRlL3N0bHBvcnQvY29uZmln L3N0bF9iYy5oCkBAIC0yMSw2ICsxOSw3IEBACiBpbmNsdWRlL3N0bHBvcnQvY29uZmlnL3N0bF9j b25maXguaAogaW5jbHVkZS9zdGxwb3J0L2NvbmZpZy9zdGxfZGVjLmgKIGluY2x1ZGUvc3RscG9y dC9jb25maWcvc3RsX2RlY192bXMuaAoraW5jbHVkZS9zdGxwb3J0L2NvbmZpZy9zdGxfZnVqaXRz dS5oCiBpbmNsdWRlL3N0bHBvcnQvY29uZmlnL3N0bF9nY2MuaAogaW5jbHVkZS9zdGxwb3J0L2Nv bmZpZy9zdGxfaHBhY2MuaAogaW5jbHVkZS9zdGxwb3J0L2NvbmZpZy9zdGxfaWJtLmgKQEAgLTMz LDYgKzMyLDcgQEAKIGluY2x1ZGUvc3RscG9ydC9jb25maWcvc3RsX3Njby5oCiBpbmNsdWRlL3N0 bHBvcnQvY29uZmlnL3N0bF9zZWxlY3RfbGliLmgKIGluY2x1ZGUvc3RscG9ydC9jb25maWcvc3Rs X3NnaS5oCitpbmNsdWRlL3N0bHBvcnQvY29uZmlnL3N0bF9zb2xhcmlzLmgKIGluY2x1ZGUvc3Rs cG9ydC9jb25maWcvc3RsX3N1bnByby5oCiBpbmNsdWRlL3N0bHBvcnQvY29uZmlnL3N0bF9zeW1h bnRlYy5oCiBpbmNsdWRlL3N0bHBvcnQvY29uZmlnL3N0bF93YXRjb20uaApAQCAtNDYsNyArNDYs NiBAQAogaW5jbHVkZS9zdGxwb3J0L2NzdGRpbwogaW5jbHVkZS9zdGxwb3J0L2NzdGRsaWIKIGlu Y2x1ZGUvc3RscG9ydC9jc3RyaW5nCi1pbmNsdWRlL3N0bHBvcnQvY3N0cmluZy5oCiBpbmNsdWRl L3N0bHBvcnQvY3RpbWUKIGluY2x1ZGUvc3RscG9ydC9jdHlwZS5oCiBpbmNsdWRlL3N0bHBvcnQv Y3djaGFyCkBAIC01NCw2ICs1Myw3IEBACiBpbmNsdWRlL3N0bHBvcnQvZGVxdWUKIGluY2x1ZGUv c3RscG9ydC9leGNlcHRpb24KIGluY2x1ZGUvc3RscG9ydC9leGNlcHRpb24uaAoraW5jbHVkZS9z dGxwb3J0L2V4cG9ydAogaW5jbHVkZS9zdGxwb3J0L2ZzdHJlYW0KIGluY2x1ZGUvc3RscG9ydC9m c3RyZWFtLmgKIGluY2x1ZGUvc3RscG9ydC9mdW5jdGlvbmFsCkBAIC03NywxMyArNzcsNDAgQEAK IGluY2x1ZGUvc3RscG9ydC9tYXRoLmgKIGluY2x1ZGUvc3RscG9ydC9tZW0uaAogaW5jbHVkZS9z dGxwb3J0L21lbW9yeQotaW5jbHVkZS9zdGxwb3J0L21lbW9yeS5uZXcKIGluY2x1ZGUvc3RscG9y dC9tbWVtb3J5LmgKIGluY2x1ZGUvc3RscG9ydC9uZXcKIGluY2x1ZGUvc3RscG9ydC9uZXcuaAog aW5jbHVkZS9zdGxwb3J0L251bWVyaWMKK2luY2x1ZGUvc3RscG9ydC9vbGRfaHAvYWxnby5oCitp bmNsdWRlL3N0bHBvcnQvb2xkX2hwL2FsZ29iYXNlLmgKK2luY2x1ZGUvc3RscG9ydC9vbGRfaHAv YWxsb2MuaAoraW5jbHVkZS9zdGxwb3J0L29sZF9ocC9idmVjdG9yLmgKK2luY2x1ZGUvc3RscG9y dC9vbGRfaHAvZGVmYWxsb2MuaAoraW5jbHVkZS9zdGxwb3J0L29sZF9ocC9kZXF1ZS5oCitpbmNs dWRlL3N0bHBvcnQvb2xkX2hwL2Z1bmN0aW9uLmgKK2luY2x1ZGUvc3RscG9ydC9vbGRfaHAvaGFz aF9tYXAuaAoraW5jbHVkZS9zdGxwb3J0L29sZF9ocC9oYXNoX3NldC5oCitpbmNsdWRlL3N0bHBv cnQvb2xkX2hwL2hhc2h0YWJsZS5oCitpbmNsdWRlL3N0bHBvcnQvb2xkX2hwL2hlYXAuaAoraW5j bHVkZS9zdGxwb3J0L29sZF9ocC9pdGVyYXRvci5oCitpbmNsdWRlL3N0bHBvcnQvb2xkX2hwL2xp c3QuaAoraW5jbHVkZS9zdGxwb3J0L29sZF9ocC9tYXAuaAoraW5jbHVkZS9zdGxwb3J0L29sZF9o cC9tdWx0aW1hcC5oCitpbmNsdWRlL3N0bHBvcnQvb2xkX2hwL211bHRpc2V0LmgKK2luY2x1ZGUv c3RscG9ydC9vbGRfaHAvbnVtZXJpYy5oCitpbmNsdWRlL3N0bHBvcnQvb2xkX2hwL3BhaXIuaAor aW5jbHVkZS9zdGxwb3J0L29sZF9ocC9wdGhyZWFkX2FsbG9jLmgKK2luY2x1ZGUvc3RscG9ydC9v bGRfaHAvcXVldWUuaAoraW5jbHVkZS9zdGxwb3J0L29sZF9ocC9yb3BlLmgKK2luY2x1ZGUvc3Rs cG9ydC9vbGRfaHAvc2V0LmgKK2luY2x1ZGUvc3RscG9ydC9vbGRfaHAvc2xpc3QuaAoraW5jbHVk ZS9zdGxwb3J0L29sZF9ocC9zdGFjay5oCitpbmNsdWRlL3N0bHBvcnQvb2xkX2hwL3RlbXBidWYu aAoraW5jbHVkZS9zdGxwb3J0L29sZF9ocC90cmVlLmgKK2luY2x1ZGUvc3RscG9ydC9vbGRfaHAv dmVjdG9yLmgKIGluY2x1ZGUvc3RscG9ydC9vc3RyZWFtCiBpbmNsdWRlL3N0bHBvcnQvb3N0cmVh bS5oCitpbmNsdWRlL3N0bHBvcnQvcHRocmVhZC5oCiBpbmNsdWRlL3N0bHBvcnQvcHRocmVhZF9h bGxvYwogaW5jbHVkZS9zdGxwb3J0L3F1ZXVlCiBpbmNsdWRlL3N0bHBvcnQvcm9wZQpAQCAtOTcs MjUgKzEyNCwzMiBAQAogaW5jbHVkZS9zdGxwb3J0L3N0ZGRlZi5oCiBpbmNsdWRlL3N0bHBvcnQv c3RkZXhjZXB0CiBpbmNsdWRlL3N0bHBvcnQvc3RkaW8uaAoraW5jbHVkZS9zdGxwb3J0L3N0ZGlv X3N0cmVhbWJ1ZgogaW5jbHVkZS9zdGxwb3J0L3N0ZGxpYi5oCitpbmNsdWRlL3N0bHBvcnQvc3Rs L19hYmJyZXZzLmgKIGluY2x1ZGUvc3RscG9ydC9zdGwvX2FsZ28uYwogaW5jbHVkZS9zdGxwb3J0 L3N0bC9fYWxnby5oCiBpbmNsdWRlL3N0bHBvcnQvc3RsL19hbGdvYmFzZS5jCiBpbmNsdWRlL3N0 bHBvcnQvc3RsL19hbGdvYmFzZS5oCiBpbmNsdWRlL3N0bHBvcnQvc3RsL19hbGxvYy5jCiBpbmNs dWRlL3N0bHBvcnQvc3RsL19hbGxvYy5oCitpbmNsdWRlL3N0bHBvcnQvc3RsL19hdXRvX3B0ci5o CiBpbmNsdWRlL3N0bHBvcnQvc3RsL19iaXRzZXQuYwogaW5jbHVkZS9zdGxwb3J0L3N0bC9fYml0 c2V0LmgKIGluY2x1ZGUvc3RscG9ydC9zdGwvX2J2ZWN0b3IuaAogaW5jbHVkZS9zdGxwb3J0L3N0 bC9fY2hlY2tfY29uZmlnLmgKK2luY2x1ZGUvc3RscG9ydC9zdGwvX2NtYXRoLmgKIGluY2x1ZGUv c3RscG9ydC9zdGwvX2NvZGVjdnQuaAogaW5jbHVkZS9zdGxwb3J0L3N0bC9fY29sbGF0ZS5oCiBp bmNsdWRlL3N0bHBvcnQvc3RsL19jb21wbGV4LmMKIGluY2x1ZGUvc3RscG9ydC9zdGwvX2NvbXBs ZXguaAogaW5jbHVkZS9zdGxwb3J0L3N0bC9fY29uZmlnLmgKK2luY2x1ZGUvc3RscG9ydC9zdGwv X2NvbmZpZ19jb21wYXQuaAoraW5jbHVkZS9zdGxwb3J0L3N0bC9fY29uZmlnX2NvbXBhdF9wb3N0 LmgKIGluY2x1ZGUvc3RscG9ydC9zdGwvX2NvbnN0cnVjdC5oCiBpbmNsdWRlL3N0bHBvcnQvc3Rs L19jdHJhaXRzX2Zucy5oCiBpbmNsdWRlL3N0bHBvcnQvc3RsL19jdHlwZS5oCitpbmNsdWRlL3N0 bHBvcnQvc3RsL19jd2NoYXIuaAogaW5jbHVkZS9zdGxwb3J0L3N0bC9fZGVxdWUuYwogaW5jbHVk ZS9zdGxwb3J0L3N0bC9fZGVxdWUuaAogaW5jbHVkZS9zdGxwb3J0L3N0bC9fZXBpbG9nLmgKQEAg LTEyMyw2ICsxNTcsNyBAQAogaW5jbHVkZS9zdGxwb3J0L3N0bC9fZnN0cmVhbS5jCiBpbmNsdWRl L3N0bHBvcnQvc3RsL19mc3RyZWFtLmgKIGluY2x1ZGUvc3RscG9ydC9zdGwvX2Z1bmN0aW9uLmgK K2luY2x1ZGUvc3RscG9ydC9zdGwvX2Z1bmN0aW9uX2Jhc2UuaAogaW5jbHVkZS9zdGxwb3J0L3N0 bC9faGFzaF9mdW4uaAogaW5jbHVkZS9zdGxwb3J0L3N0bC9faGFzaF9tYXAuaAogaW5jbHVkZS9z dGxwb3J0L3N0bC9faGFzaF9zZXQuaApAQCAtMTM2LDI3ICsxNzEsMzQgQEAKIGluY2x1ZGUvc3Rs cG9ydC9zdGwvX2lvc2Z3ZC5oCiBpbmNsdWRlL3N0bHBvcnQvc3RsL19pc3RyZWFtLmMKIGluY2x1 ZGUvc3RscG9ydC9zdGwvX2lzdHJlYW0uaAoraW5jbHVkZS9zdGxwb3J0L3N0bC9faXN0cmVhbWJ1 Zl9pdGVyYXRvci5oCiBpbmNsdWRlL3N0bHBvcnQvc3RsL19pdGVyYXRvci5oCiBpbmNsdWRlL3N0 bHBvcnQvc3RsL19pdGVyYXRvcl9iYXNlLmgKK2luY2x1ZGUvc3RscG9ydC9zdGwvX2l0ZXJhdG9y X29sZC5oCiBpbmNsdWRlL3N0bHBvcnQvc3RsL19saW1pdHMuYwogaW5jbHVkZS9zdGxwb3J0L3N0 bC9fbGltaXRzLmgKIGluY2x1ZGUvc3RscG9ydC9zdGwvX2xpc3QuYwogaW5jbHVkZS9zdGxwb3J0 L3N0bC9fbGlzdC5oCi1pbmNsdWRlL3N0bHBvcnQvc3RsL19sb2NhbGUuYwogaW5jbHVkZS9zdGxw b3J0L3N0bC9fbG9jYWxlLmgKIGluY2x1ZGUvc3RscG9ydC9zdGwvX21hcC5oCiBpbmNsdWRlL3N0 bHBvcnQvc3RsL19tZXNzYWdlc19mYWNldHMuaAogaW5jbHVkZS9zdGxwb3J0L3N0bC9fbW9uZXRh cnkuYwogaW5jbHVkZS9zdGxwb3J0L3N0bC9fbW9uZXRhcnkuaAogaW5jbHVkZS9zdGxwb3J0L3N0 bC9fbnVsbF9zdHJlYW0uaAoraW5jbHVkZS9zdGxwb3J0L3N0bC9fbnVtX2dldC5jCitpbmNsdWRl L3N0bHBvcnQvc3RsL19udW1fZ2V0LmgKK2luY2x1ZGUvc3RscG9ydC9zdGwvX251bV9wdXQuYwor aW5jbHVkZS9zdGxwb3J0L3N0bC9fbnVtX3B1dC5oCiBpbmNsdWRlL3N0bHBvcnQvc3RsL19udW1l cmljLmMKIGluY2x1ZGUvc3RscG9ydC9zdGwvX251bWVyaWMuaAotaW5jbHVkZS9zdGxwb3J0L3N0 bC9fbnVtZXJpY19mYWNldHMuYwotaW5jbHVkZS9zdGxwb3J0L3N0bC9fbnVtZXJpY19mYWNldHMu aAoraW5jbHVkZS9zdGxwb3J0L3N0bC9fbnVtcHVuY3QuaAogaW5jbHVkZS9zdGxwb3J0L3N0bC9f b3N0cmVhbS5jCiBpbmNsdWRlL3N0bHBvcnQvc3RsL19vc3RyZWFtLmgKK2luY2x1ZGUvc3RscG9y dC9zdGwvX29zdHJlYW1idWZfaXRlcmF0b3IuaAogaW5jbHVkZS9zdGxwb3J0L3N0bC9fcGFpci5o CiBpbmNsdWRlL3N0bHBvcnQvc3RsL19wcm9sb2cuaAoraW5jbHVkZS9zdGxwb3J0L3N0bC9fcHRo cmVhZF9hbGxvYy5jCitpbmNsdWRlL3N0bHBvcnQvc3RsL19wdGhyZWFkX2FsbG9jLmgKIGluY2x1 ZGUvc3RscG9ydC9zdGwvX3B0cnNfc3BlY2lhbGl6ZS5oCiBpbmNsdWRlL3N0bHBvcnQvc3RsL19x dWV1ZS5oCiBpbmNsdWRlL3N0bHBvcnQvc3RsL19yYW5nZV9lcnJvcnMuaApAQCAtMTczLDYgKzIx NSw3IEBACiBpbmNsdWRlL3N0bHBvcnQvc3RsL19zbGlzdC5oCiBpbmNsdWRlL3N0bHBvcnQvc3Rs L19zbGlzdF9iYXNlLmMKIGluY2x1ZGUvc3RscG9ydC9zdGwvX3NsaXN0X2Jhc2UuaAoraW5jbHVk ZS9zdGxwb3J0L3N0bC9fc3BhcmNfYXRvbWljLmgKIGluY2x1ZGUvc3RscG9ydC9zdGwvX3NzdHJl YW0uYwogaW5jbHVkZS9zdGxwb3J0L3N0bC9fc3N0cmVhbS5oCiBpbmNsdWRlL3N0bHBvcnQvc3Rs L19zdGFjay5oCkBAIC0xODAsNiArMjIzLDcgQEAKIGluY2x1ZGUvc3RscG9ydC9zdGwvX3N0cmVh bV9pdGVyYXRvci5oCiBpbmNsdWRlL3N0bHBvcnQvc3RsL19zdHJlYW1idWYuYwogaW5jbHVkZS9z dGxwb3J0L3N0bC9fc3RyZWFtYnVmLmgKK2luY2x1ZGUvc3RscG9ydC9zdGwvX3N0cmVhbWJ1Zl9p dGVyYXRvci5oCiBpbmNsdWRlL3N0bHBvcnQvc3RsL19zdHJpbmcuYwogaW5jbHVkZS9zdGxwb3J0 L3N0bC9fc3RyaW5nLmgKIGluY2x1ZGUvc3RscG9ydC9zdGwvX3N0cmluZ19md2QuYwpAQCAtMjA0 LDcgKzI0OCw2IEBACiBpbmNsdWRlL3N0bHBvcnQvc3RsL2NfbG9jYWxlLmgKIGluY2x1ZGUvc3Rs cG9ydC9zdGwvY2hhcl90cmFpdHMuaAogaW5jbHVkZS9zdGxwb3J0L3N0bC9jb25jZXB0X2NoZWNr cy5oCi1pbmNsdWRlL3N0bHBvcnQvc3RsL2NvbnRhaW5lcl9jb25jZXB0cy5oCiBpbmNsdWRlL3N0 bHBvcnQvc3RsL2RlYnVnL19kZWJ1Zy5jCiBpbmNsdWRlL3N0bHBvcnQvc3RsL2RlYnVnL19kZWJ1 Zy5oCiBpbmNsdWRlL3N0bHBvcnQvc3RsL2RlYnVnL19kZXF1ZS5oCkBAIC0yMTYsNyArMjU5LDYg QEAKIGluY2x1ZGUvc3RscG9ydC9zdGwvZGVidWcvX3RyZWUuaAogaW5jbHVkZS9zdGxwb3J0L3N0 bC9kZWJ1Zy9fdmVjdG9yLmgKIGluY2x1ZGUvc3RscG9ydC9zdGwvbXNsX3N0cmluZy5oCi1pbmNs dWRlL3N0bHBvcnQvc3RsL3N0ZGlvX3N0cmVhbWJ1ZgogaW5jbHVkZS9zdGxwb3J0L3N0bC90eXBl X3RyYWl0cy5oCiBpbmNsdWRlL3N0bHBvcnQvc3RsL3dyYXBwZXJzL19kZXF1ZS5oCiBpbmNsdWRl L3N0bHBvcnQvc3RsL3dyYXBwZXJzL19oYXNoX21hcC5oCkBAIC0yNDMsNiArMjg1LDcgQEAKIGlu Y2x1ZGUvc3RscG9ydC91c2luZy9oL2lvbWFuaXAuaAogaW5jbHVkZS9zdGxwb3J0L3VzaW5nL2gv aW9zdHJlYW0uaAogaW5jbHVkZS9zdGxwb3J0L3VzaW5nL2gvb3N0cmVhbS5oCitpbmNsdWRlL3N0 bHBvcnQvdXNpbmcvaC9zdHJlYW1idWYuaAogaW5jbHVkZS9zdGxwb3J0L3VzaW5nL2gvc3Ryc3Ry ZWFtLmgKIGluY2x1ZGUvc3RscG9ydC91c2luZy9pb21hbmlwCiBpbmNsdWRlL3N0bHBvcnQvdXNp bmcvaW9zCkBAIC0yNjAsNiArMzAzLDcgQEAKIGluY2x1ZGUvc3RscG9ydC93Y2hhci5oCiBpbmNs dWRlL3N0bHBvcnQvd2N0eXBlLmgKIGluY2x1ZGUvc3RscG9ydC93cmFwX3N0ZC9jb21wbGV4Citp bmNsdWRlL3N0bHBvcnQvd3JhcF9zdGQvZXhwb3J0CiBpbmNsdWRlL3N0bHBvcnQvd3JhcF9zdGQv ZnN0cmVhbQogaW5jbHVkZS9zdGxwb3J0L3dyYXBfc3RkL2gvZnN0cmVhbS5oCiBpbmNsdWRlL3N0 bHBvcnQvd3JhcF9zdGQvaC9pb3N0cmVhbS5oCkBAIC0yNzcsNjMgKzMyMSw1NCBAQAogaW5jbHVk ZS9zdGxwb3J0L3dyYXBfc3RkL3N0cnN0cmVhbQogbGliL2xpYnN0bHBvcnRfZ2NjLmEKIGxpYi9s aWJzdGxwb3J0X2djYy5zbwotbGliL2xpYnN0bHBvcnRfZ2NjLnNvLjRfMF8wCi1saWIvbGlic3Rs cG9ydF9nY2NfZGVidWcuYQotbGliL2xpYnN0bHBvcnRfZ2NjX2RlYnVnLnNvCi1saWIvbGlic3Rs cG9ydF9nY2NfZGVidWcuc28uNF8wXzAKK2xpYi9saWJzdGxwb3J0X2djYy5zb180XzUKIGxpYi9s aWJzdGxwb3J0X2djY19zdGxkZWJ1Zy5hCiBsaWIvbGlic3RscG9ydF9nY2Nfc3RsZGVidWcuc28K LWxpYi9saWJzdGxwb3J0X2djY19zdGxkZWJ1Zy5zby40XzBfMAotc2hhcmUvZG9jL2h0bWwvc3Rs cG9ydC9GQVEuaHRtbAotc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9SRUFETUUuQkMuaHRtbAotc2hh cmUvZG9jL2h0bWwvc3RscG9ydC9SRUFETUUuQ1cuaHRtbAotc2hhcmUvZG9jL2h0bWwvc3RscG9y dC9SRUFETUUuREVDLmh0bWwKLXNoYXJlL2RvYy9odG1sL3N0bHBvcnQvUkVBRE1FLlZDKysuaHRt bAotc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9SRUFETUUuYUNDLmh0bWwKLXNoYXJlL2RvYy9odG1s L3N0bHBvcnQvUkVBRE1FLmdjYy5odG1sCi1zaGFyZS9kb2MvaHRtbC9zdGxwb3J0L1JFQURNRS5v czM5MC5odG1sCi1zaGFyZS9kb2MvaHRtbC9zdGxwb3J0L1JFQURNRS5wb3cuaHRtbAotc2hhcmUv ZG9jL2h0bWwvc3RscG9ydC9SRUFETUUuc2dpNDAuaHRtbAotc2hhcmUvZG9jL2h0bWwvc3RscG9y dC9SRUFETUUuc3VucHJvLmh0bWwKLXNoYXJlL2RvYy9odG1sL3N0bHBvcnQvUkVBRE1FLnhsQy5o dG1sCi1zaGFyZS9kb2MvaHRtbC9zdGxwb3J0L2F1dG9fY29uZmlndXJlLmh0bWwKLXNoYXJlL2Rv Yy9odG1sL3N0bHBvcnQvYnVnX3JlcG9ydC5odG1sCi1zaGFyZS9kb2MvaHRtbC9zdGxwb3J0L2J1 Z2xpc3QuaHRtbAotc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9idWlsZC5odG1sCi1zaGFyZS9kb2Mv aHRtbC9zdGxwb3J0L2J1aWxkX25vc2dpLmh0bWwKLXNoYXJlL2RvYy9odG1sL3N0bHBvcnQvY29t cGlsZXJfcmVhZG1lcy5odG1sCi1zaGFyZS9kb2MvaHRtbC9zdGxwb3J0L2NvbmZpZ3VyZS5odG1s Ci1zaGFyZS9kb2MvaHRtbC9zdGxwb3J0L2NvbnRyaWJ1dG9ycy5odG1sCi1zaGFyZS9kb2MvaHRt bC9zdGxwb3J0L2NvcHlyaWdodHMuaHRtbAotc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9kZWJ1Z19t b2RlLmh0bWwKLXNoYXJlL2RvYy9odG1sL3N0bHBvcnQvZWhfdGVzdHN1aXRlLmh0bWwKLXNoYXJl L2RvYy9odG1sL3N0bHBvcnQvZXhjZXB0aW9uX3NhZmV0eS5odG1sCi1zaGFyZS9kb2MvaHRtbC9z dGxwb3J0L2V4dGVuc2lvbnMuaHRtbAotc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9nZXR0aW5nX3N0 YXJ0ZWQuaHRtbAotc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9pbWFnZXMvYmx1ZS5naWYKLXNoYXJl L2RvYy9odG1sL3N0bHBvcnQvaW1hZ2VzL2xvZ28uanBnCi1zaGFyZS9kb2MvaHRtbC9zdGxwb3J0 L2ltYWdlcy9sb2dvXzEuanBnCi1zaGFyZS9kb2MvaHRtbC9zdGxwb3J0L2luZGV4Lmh0bWwKLXNo YXJlL2RvYy9odG1sL3N0bHBvcnQvaW5zdGFsbC5odG1sCi1zaGFyZS9kb2MvaHRtbC9zdGxwb3J0 L2xpY2Vuc2UuaHRtbAotc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9tYWpvcl9tb2Rlcy5odG1sCi1z aGFyZS9kb2MvaHRtbC9zdGxwb3J0L3BsYXRmb3Jtcy5odG1sCi1zaGFyZS9kb2MvaHRtbC9zdGxw b3J0L3ByZXBhcmUuaHRtbAotc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9wcm9qZWN0cy5odG1sCi1z aGFyZS9kb2MvaHRtbC9zdGxwb3J0L3JlbGVhc2Vfbm90ZXMuaHRtbAotc2hhcmUvZG9jL2h0bWwv c3RscG9ydC9zZWxlY3RfaW8uaHRtbAotc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9zZ2lfc3RsLmh0 bWwKLXNoYXJlL2RvYy9odG1sL3N0bHBvcnQvc3RvcnkuaHRtbAotc2hhcmUvZG9jL2h0bWwvc3Rs cG9ydC9zdHlsZS5jc3MKLXNoYXJlL2RvYy9odG1sL3N0bHBvcnQvdGVzdC5odG1sCi1zaGFyZS9k b2MvaHRtbC9zdGxwb3J0L3Rlc3RzdWl0ZS5odG1sCi1zaGFyZS9kb2MvaHRtbC9zdGxwb3J0L3Ro YW5rcy5odG1sCi1zaGFyZS9kb2MvaHRtbC9zdGxwb3J0L3VzZV9zdGxwb3J0Lmh0bWwKLXNoYXJl L2RvYy9odG1sL3N0bHBvcnQvdmVuZG9yX2ludGVyZmFjZS5odG1sCi1zaGFyZS9kb2MvaHRtbC9z dGxwb3J0L3dyYXBwZXJzLmh0bWwKLUBkaXJybSBzaGFyZS9kb2MvaHRtbC9zdGxwb3J0L2ltYWdl cwotQGRpcnJtIHNoYXJlL2RvYy9odG1sL3N0bHBvcnQKLUB1bmV4ZWMgcm1kaXIgJUQvc2hhcmUv ZG9jL2h0bWwgMj4vZGV2L251bGwgfHwgdHJ1ZQorbGliL2xpYnN0bHBvcnRfZ2NjX3N0bGRlYnVn LnNvXzRfNQorJSVQT1JURE9DUyUlc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9SRUFETUUuQkMuaHRt bAorJSVQT1JURE9DUyUlc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9SRUFETUUuQ1cuaHRtbAorJSVQ T1JURE9DUyUlc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9SRUFETUUuREVDLmh0bWwKKyUlUE9SVERP Q1MlJXNoYXJlL2RvYy9odG1sL3N0bHBvcnQvUkVBRE1FLk1QVy5odG1sCislJVBPUlRET0NTJSVz aGFyZS9kb2MvaHRtbC9zdGxwb3J0L1JFQURNRS5WQysrLmh0bWwKKyUlUE9SVERPQ1MlJXNoYXJl L2RvYy9odG1sL3N0bHBvcnQvUkVBRE1FLmFDQy5odG1sCislJVBPUlRET0NTJSVzaGFyZS9kb2Mv aHRtbC9zdGxwb3J0L1JFQURNRS5nY2MuaHRtbAorJSVQT1JURE9DUyUlc2hhcmUvZG9jL2h0bWwv c3RscG9ydC9SRUFETUUub3MzOTAuaHRtbAorJSVQT1JURE9DUyUlc2hhcmUvZG9jL2h0bWwvc3Rs cG9ydC9SRUFETUUucG93Lmh0bWwKKyUlUE9SVERPQ1MlJXNoYXJlL2RvYy9odG1sL3N0bHBvcnQv UkVBRE1FLnNnaTQwLmh0bWwKKyUlUE9SVERPQ1MlJXNoYXJlL2RvYy9odG1sL3N0bHBvcnQvUkVB RE1FLnN1bnByby5odG1sCislJVBPUlRET0NTJSVzaGFyZS9kb2MvaHRtbC9zdGxwb3J0L1JFQURN RS54bEMuaHRtbAorJSVQT1JURE9DUyUlc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9hdXRvX2NvbmZp Z3VyZS5odG1sCislJVBPUlRET0NTJSVzaGFyZS9kb2MvaHRtbC9zdGxwb3J0L2J1Z19yZXBvcnQu aHRtbAorJSVQT1JURE9DUyUlc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9idWdsaXN0Lmh0bWwKKyUl UE9SVERPQ1MlJXNoYXJlL2RvYy9odG1sL3N0bHBvcnQvY29tcGlsZXJfcmVhZG1lcy5odG1sCisl JVBPUlRET0NTJSVzaGFyZS9kb2MvaHRtbC9zdGxwb3J0L2NvbmZpZ3VyZS5odG1sCislJVBPUlRE T0NTJSVzaGFyZS9kb2MvaHRtbC9zdGxwb3J0L2NvcHlyaWdodHMuaHRtbAorJSVQT1JURE9DUyUl c2hhcmUvZG9jL2h0bWwvc3RscG9ydC9jdnMuaHRtbAorJSVQT1JURE9DUyUlc2hhcmUvZG9jL2h0 bWwvc3RscG9ydC9kZWJ1Z19tb2RlLmh0bWwKKyUlUE9SVERPQ1MlJXNoYXJlL2RvYy9odG1sL3N0 bHBvcnQvZG9jLmNzcworJSVQT1JURE9DUyUlc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9laF90ZXN0 c3VpdGUuaHRtbAorJSVQT1JURE9DUyUlc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9leGNlcHRpb25f c2FmZXR5Lmh0bWwKKyUlUE9SVERPQ1MlJXNoYXJlL2RvYy9odG1sL3N0bHBvcnQvaW1hZ2VzL2Js YWNrLmdpZgorJSVQT1JURE9DUyUlc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9pbWFnZXMvc3RsX2xv Z29fZG9jLmdpZgorJSVQT1JURE9DUyUlc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9pbWFnZXMvdF9k b2MyLmdpZgorJSVQT1JURE9DUyUlc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9pbWFnZXMvdHJhbnMu Z2lmCislJVBPUlRET0NTJSVzaGFyZS9kb2MvaHRtbC9zdGxwb3J0L2luZGV4Lmh0bWwKKyUlUE9S VERPQ1MlJXNoYXJlL2RvYy9odG1sL3N0bHBvcnQvaW5zdGFsbC5odG1sCislJVBPUlRET0NTJSVz aGFyZS9kb2MvaHRtbC9zdGxwb3J0L2xpY2Vuc2UuaHRtbAorJSVQT1JURE9DUyUlc2hhcmUvZG9j L2h0bWwvc3RscG9ydC9wbGF0Zm9ybXMuaHRtbAorJSVQT1JURE9DUyUlc2hhcmUvZG9jL2h0bWwv c3RscG9ydC9wcm9qZWN0cy5odG1sCislJVBPUlRET0NTJSVzaGFyZS9kb2MvaHRtbC9zdGxwb3J0 L3JlbGVhc2Vfbm90ZXMuaHRtbAorJSVQT1JURE9DUyUlc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9z ZWxlY3RfaW8uaHRtbAorJSVQT1JURE9DUyUlc2hhcmUvZG9jL2h0bWwvc3RscG9ydC9zZ2lfc3Rs Lmh0bWwKKyUlUE9SVERPQ1MlJXNoYXJlL2RvYy9odG1sL3N0bHBvcnQvc3RvcnkuaHRtbAorJSVQ T1JURE9DUyUlc2hhcmUvZG9jL2h0bWwvc3RscG9ydC90ZXN0c3VpdGUuaHRtbAorJSVQT1JURE9D UyUlc2hhcmUvZG9jL2h0bWwvc3RscG9ydC90aGFua3MuaHRtbAorJSVQT1JURE9DUyUlc2hhcmUv ZG9jL2h0bWwvc3RscG9ydC91c2Vfc3RscG9ydC5odG1sCislJVBPUlRET0NTJSVzaGFyZS9kb2Mv aHRtbC9zdGxwb3J0L3ZlbmRvcl9pbnRlcmZhY2UuaHRtbAorJSVQT1JURE9DUyUlc2hhcmUvZG9j L2h0bWwvc3RscG9ydC93cmFwcGVycy5odG1sCislJVBPUlRET0NTJSVAZGlycm0gc2hhcmUvZG9j L2h0bWwvc3RscG9ydC9pbWFnZXMKKyUlUE9SVERPQ1MlJUBkaXJybSBzaGFyZS9kb2MvaHRtbC9z dGxwb3J0CislJVBPUlRET0NTJSVAdW5leGVjIHJtZGlyICVEL3NoYXJlL2RvYy9odG1sIDI+L2Rl di9udWxsIHx8IHRydWUKIEBkaXJybSBpbmNsdWRlL3N0bHBvcnQvd3JhcF9zdGQvaAogQGRpcnJt IGluY2x1ZGUvc3RscG9ydC93cmFwX3N0ZAogQGRpcnJtIGluY2x1ZGUvc3RscG9ydC91c2luZy9o CkBAIC0zNDEsNSArMzc2LDYgQEAKIEBkaXJybSBpbmNsdWRlL3N0bHBvcnQvc3RsL3dyYXBwZXJz CiBAZGlycm0gaW5jbHVkZS9zdGxwb3J0L3N0bC9kZWJ1ZwogQGRpcnJtIGluY2x1ZGUvc3RscG9y dC9zdGwKK0BkaXJybSBpbmNsdWRlL3N0bHBvcnQvb2xkX2hwCiBAZGlycm0gaW5jbHVkZS9zdGxw b3J0L2NvbmZpZwogQGRpcnJtIGluY2x1ZGUvc3RscG9ydAo= --------------Boundary-00=_0GKQOVUOL5WZYT60BZ37-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 7:21:59 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id CC92337B401; Fri, 5 Oct 2001 07:21:45 -0700 (PDT) Received: from vega.vega.com (h133.229.dialup.iptcom.net [212.9.229.133]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id RAA96438; Fri, 5 Oct 2001 17:21:41 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id f95ELAU89003; Fri, 5 Oct 2001 17:21:10 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BBDC247.DF4759E8@FreeBSD.org> Date: Fri, 05 Oct 2001 17:23:03 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Ernst de Haan Cc: freebsd-ports@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/28183: JDK Documentation ports for JDK 1.1, 1.2, 1.3 and 1.4 References: <200110051050.f95Ao2h22237@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ernst de Haan wrote: > The following reply was made to PR ports/28183; it has been noted by GNATS. > > From: Ernst de Haan > To: freebsd-gnats-submit@FreeBSD.org, ernst@jollem.com > Cc: > Subject: Re: ports/28183: JDK Documentation ports for JDK 1.1, 1.2, 1.3 and 1.4 > Date: Fri, 5 Oct 2001 12:44:19 +0200 > > Why isn't this port either committed or at least responded to??? If it's > okay, submit it, otherwise tell me what to change... It is ok, but cvs people have not performed requested repo-copy yet. Therefore, we are waiting for this to happen. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 7:26:58 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 9F68437B406; Fri, 5 Oct 2001 07:20:05 -0700 (PDT) Received: from vega.vega.com (h133.229.dialup.iptcom.net [212.9.229.133]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id RAA95861; Fri, 5 Oct 2001 17:19:53 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id f95EJLU88995; Fri, 5 Oct 2001 17:19:21 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BBDC1DB.6D718ECA@FreeBSD.org> Date: Fri, 05 Oct 2001 17:21:15 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: gnome@FreeBSD.org Cc: ports@FreeBSD.org Subject: GNOME megaupdate [gal/gtkhtml/ORBit/bonobo-conf/librsvg/evolution/sodipodi] Content-Type: multipart/mixed; boundary="------------BE28246A5B309813380CC1AA" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------BE28246A5B309813380CC1AA Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Hi Gnome'rs! Attached please find a patch that updates five core GNOME components and two applications included into GNOME metaport to the latest versions. Please test this patch and report any problems. If there are no serious problems I'm planning to commit it at the very beginning of the next week. As usually following is the correct procedure to test the patchset: 1. Remove old ORBit and all ports that depend on it: # pkg_delete `cat /var/db/pkg/ORBit-*/+REQUIRED_BY`; pkg_delete ORBit* (users of -current and very recent -stable can use "pkg_delete -r ORBit*" instead) 2. Patch your /usr/ports tree; # cd /usr/ports ; patch -p1 -s < /where/you/put/it/gnomeupdate.diff 3. Run build either of full GNOME metaport: # cd /usr/ports/x11/gnome-fifth-toe ; make clean ; make install clean or core GNOME components: # cd /usr/ports/x11/gnome ; make clean ; make install clean 4. Test it and report back any unusual problems. Thanks! -Maxim --------------BE28246A5B309813380CC1AA Content-Type: text/plain; charset=koi8-r; name="gnomeupdate.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="gnomeupdate.diff" Index: gnomevfs/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/gnomevfs/Makefile,v retrieving revision 1.21 diff -d -u -r1.21 Makefile --- gnomevfs/Makefile 2001/08/15 20:33:13 1.21 +++ gnomevfs/Makefile 2001/09/28 10:34:33 @@ -6,7 +6,7 @@ # PORTNAME= gnomevfs -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-vfs @@ -14,6 +14,7 @@ MAINTAINER= gnome@FreeBSD.org +BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel LIB_DEPENDS= gconf-1.1:${PORTSDIR}/devel/gconf .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 @@ -22,20 +23,29 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOMELIBS= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib" \ + MSGFMT=${LOCALBASE}/bin/msgfmt-new \ + XGETTEXT=${LOCALBASE}/bin/xgettext-new MAN5= gnome-vfs-mime.5 pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' @find ${WRKSRC} -name 'xml-i18n-*' | xargs ${PERL} -pi -e \ 's|/usr/local/bin/perl|${PERL}|g' + +post-install: + @if [ -L ${PREFIX}/include/libgnomevfs ]; then \ + ${RM} -f ${PREFIX}/include/libgnomevfs; \ + fi + ${LN} -sf ${PREFIX}/include/gnome-vfs-1.0/libgnomevfs \ + ${PREFIX}/include/libgnomevfs .include Index: gnomevfs/distinfo =================================================================== RCS file: /home/ncvs/ports/devel/gnomevfs/distinfo,v retrieving revision 1.9 diff -d -u -r1.9 distinfo --- gnomevfs/distinfo 2001/05/10 19:33:59 1.9 +++ gnomevfs/distinfo 2001/09/28 10:34:33 @@ -1 +1 @@ -MD5 (gnome-vfs-1.0.1.tar.gz) = 86ec5a93e6378a2da038ecf28381ba89 +MD5 (gnome-vfs-1.0.2.tar.gz) = 226cbe6530c1ebdf689ff39f3033b492 Index: gnomevfs/pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/gnomevfs/pkg-plist,v retrieving revision 1.9 diff -d -u -r1.9 pkg-plist --- gnomevfs/pkg-plist 2001/05/10 19:34:00 1.9 +++ gnomevfs/pkg-plist 2001/09/28 10:34:33 @@ -2,49 +2,54 @@ etc/gnome-vfs-mime-magic etc/vfs/modules/default-modules.conf etc/vfsConf.sh -etc/vfspthreadConf.sh -include/libgnomevfs/gnome-vfs-application-registry.h -include/libgnomevfs/gnome-vfs-async-ops.h -include/libgnomevfs/gnome-vfs-backend.h -include/libgnomevfs/gnome-vfs-cancellable-ops.h -include/libgnomevfs/gnome-vfs-cancellation.h -include/libgnomevfs/gnome-vfs-configuration.h -include/libgnomevfs/gnome-vfs-constants.h -include/libgnomevfs/gnome-vfs-context.h -include/libgnomevfs/gnome-vfs-directory-filter.h -include/libgnomevfs/gnome-vfs-directory.h -include/libgnomevfs/gnome-vfs-file-info.h -include/libgnomevfs/gnome-vfs-file-size.h -include/libgnomevfs/gnome-vfs-find-directory.h -include/libgnomevfs/gnome-vfs-handle.h -include/libgnomevfs/gnome-vfs-inet-connection.h -include/libgnomevfs/gnome-vfs-init.h -include/libgnomevfs/gnome-vfs-iobuf.h -include/libgnomevfs/gnome-vfs-list-sort.h -include/libgnomevfs/gnome-vfs-messages.h -include/libgnomevfs/gnome-vfs-method.h -include/libgnomevfs/gnome-vfs-mime-handlers.h -include/libgnomevfs/gnome-vfs-mime-info.h -include/libgnomevfs/gnome-vfs-mime-magic.h -include/libgnomevfs/gnome-vfs-mime-monitor.h -include/libgnomevfs/gnome-vfs-mime-sniff-buffer.h -include/libgnomevfs/gnome-vfs-mime.h -include/libgnomevfs/gnome-vfs-module-shared.h -include/libgnomevfs/gnome-vfs-module.h -include/libgnomevfs/gnome-vfs-ops.h -include/libgnomevfs/gnome-vfs-parse-ls.h -include/libgnomevfs/gnome-vfs-private-types.h -include/libgnomevfs/gnome-vfs-private-utils.h -include/libgnomevfs/gnome-vfs-private.h -include/libgnomevfs/gnome-vfs-regexp-filter.h -include/libgnomevfs/gnome-vfs-result.h -include/libgnomevfs/gnome-vfs-seekable.h -include/libgnomevfs/gnome-vfs-shellpattern-filter.h -include/libgnomevfs/gnome-vfs-types.h -include/libgnomevfs/gnome-vfs-uri.h -include/libgnomevfs/gnome-vfs-utils.h -include/libgnomevfs/gnome-vfs-xfer.h -include/libgnomevfs/gnome-vfs.h +include/libgnomevfs +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-application-registry.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-async-ops.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-backend.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-cancellable-ops.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-cancellation.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-configuration.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-context.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-directory-filter.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-directory.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-file-info.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-file-size.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-find-directory.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-handle.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-inet-connection.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-init.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-iobuf.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-messages.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-method.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-handlers.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-info.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-magic.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-monitor.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime-sniff-buffer.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-mime.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-module-callback-module-api.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-module-callback.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-module-shared.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-module.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-ops.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-parse-ls.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-private-utils.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-private.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-regexp-filter.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-result.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-seekable.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-shellpattern-filter.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-socket-buffer.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-socket.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-ssl-private.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-ssl.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-standard-callbacks.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-transform.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-types.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-uri.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-utils.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-xfer.h +include/gnome-vfs-1.0/libgnomevfs/gnome-vfs.h lib/libgnomevfs-pthread.a lib/libgnomevfs-pthread.so lib/libgnomevfs-pthread.so.0 @@ -68,16 +73,25 @@ lib/vfs/extfs/trpm lib/vfs/extfs/zip lib/vfs/extfs/zoo -lib/vfs/include/gnome-vfs-file-size.h +lib/vfs/modules/libbzip2.a lib/vfs/modules/libbzip2.so +lib/vfs/modules/libextfs.a lib/vfs/modules/libextfs.so +lib/vfs/modules/libfile.a lib/vfs/modules/libfile.so +lib/vfs/modules/libftp.a lib/vfs/modules/libftp.so +lib/vfs/modules/libgconf.a lib/vfs/modules/libgconf.so +lib/vfs/modules/libgzip.a lib/vfs/modules/libgzip.so +lib/vfs/modules/libhttp.a lib/vfs/modules/libhttp.so +lib/vfs/modules/libvfs-pipe.a lib/vfs/modules/libvfs-pipe.so +lib/vfs/modules/libvfs-test.a lib/vfs/modules/libvfs-test.so +lib/vfs/modules/libvfs-translate.a lib/vfs/modules/libvfs-translate.so share/gnome/application-registry/gnome-vfs.applications share/gnome/mime-info/gnome-vfs.keys @@ -108,13 +122,15 @@ share/locale/sl/LC_MESSAGES/gnome-vfs.mo share/locale/sv/LC_MESSAGES/gnome-vfs.mo share/locale/tr/LC_MESSAGES/gnome-vfs.mo -share/locale/uk/LC_MESSAGES/gnome-vfs.mo +share/locale/uk/LC_MESSAGES/gnome-vfs.mo share/locale/wa/LC_MESSAGES/gnome-vfs.mo +share/locale/zh_TW/LC_MESSAGES/gnome-vfs.mo +@dirrm share/gnome/gtk-doc/html/gnome-vfs @dirrm share/gnome/application-registry @dirrm lib/vfs/modules -@dirrm lib/vfs/include @dirrm lib/vfs/extfs @dirrm lib/vfs -@dirrm include/libgnomevfs +@dirrm include/gnome-vfs-1.0/libgnomevfs +@dirrm include/gnome-vfs-1.0 @dirrm etc/vfs/modules @dirrm etc/vfs Index: gnomevfs/files/patch-aa =================================================================== RCS file: /home/ncvs/ports/devel/gnomevfs/files/patch-aa,v retrieving revision 1.6 diff -d -u -r1.6 patch-aa --- gnomevfs/files/patch-aa 2001/05/10 19:34:03 1.6 +++ gnomevfs/files/patch-aa 2001/09/28 10:34:33 @@ -1,18 +1,31 @@ ---- configure.orig Mon May 7 18:12:27 2001 -+++ configure Thu May 10 13:24:14 2001 -@@ -2365,3 +2365,3 @@ - VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`" -- VFS_GLIB_CONFIG="glib-config" -+ VFS_GLIB_CONFIG="$GLIB_CONFIG" - else -@@ -6924,4 +6924,4 @@ + +$FreeBSD$ + +--- configure.orig Mon Sep 17 17:07:27 2001 ++++ configure Mon Sep 17 17:08:56 2001 +@@ -5868,7 +5868,7 @@ + VFS_GNOMEUI_LIBS="`gnome-config --libs gnome gnomeui`" + VFS_GNOMEGNORBA_LIBS="`gnome-config --libs gnome gnomeui gnorba`" + VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`" +-VFS_GLIB_CONFIG="glib-config" ++VFS_GLIB_CONFIG="$GLIB_CONFIG" + + +@@ -10472,8 +10472,8 @@ + done + fi + -echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6 --echo "configure:6927: checking for bzCompressInit in -lbz2" >&5 +-echo "configure:10477: checking for bzCompressInit in -lbz2" >&5 +echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6 -+echo "configure:6927: checking for BZ2_bzCompressInit in -lbz2" >&5 ++echo "configure:10477: checking for BZ2_bzCompressInit in -lbz2" >&5 ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'` -@@ -6938,6 +6938,6 @@ + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 +@@ -10486,10 +10486,10 @@ + /* Override any gcc2 internal prototype to avoid an error. */ + /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ -char bzCompressInit(); +char BZ2_bzCompressInit(); @@ -21,3 +34,5 @@ -bzCompressInit() +BZ2_bzCompressInit() ; return 0; } + EOF + if { (eval echo configure:10496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then Index: gnomevfs/files/patch-ab =================================================================== RCS file: /home/ncvs/ports/devel/gnomevfs/files/patch-ab,v retrieving revision 1.6 diff -d -u -r1.6 patch-ab --- gnomevfs/files/patch-ab 2001/05/10 19:34:03 1.6 +++ gnomevfs/files/patch-ab 2001/09/28 10:34:33 @@ -1,16 +1,40 @@ ---- Makefile.in.orig Mon May 7 18:12:50 2001 -+++ Makefile.in Thu May 10 13:25:48 2001 -@@ -174,3 +174,3 @@ + +$FreeBSD$ + +--- Makefile.in.orig Fri Sep 28 11:17:29 2001 ++++ Makefile.in Fri Sep 28 11:22:06 2001 +@@ -177,9 +177,9 @@ + l = @l@ + need_gnome_support = @need_gnome_support@ + @PLATFORM_GNOME_2_TRUE@SUBDIRS_GNOME = doc +-@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = doc test ++@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = doc -SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man devel-docs $(SUBDIRS_GNOME) po +SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man $(SUBDIRS_GNOME) po -@@ -182,3 +182,3 @@ + EXTRA_DIST = HACKING TODO autogen.sh gnome-vfs.spec vfsConf.sh.in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in gnome-vfs-config.in +@@ -187,7 +187,7 @@ + + bin_SCRIPTS = $(top_builddir)/gnome-vfs-config + -confexecdir = $(libdir) +confexecdir = $(sysconfdir) - confexec_DATA = vfsConf.sh vfspthreadConf.sh -@@ -534,2 +534,3 @@ + confexec_DATA = vfsConf.sh + + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +@@ -526,11 +526,13 @@ + -e 's?\@VFS_INCLUDEDIR\@?$(VFS_INCLUDEDIR)?g' \ + -e 's?\@VERSION\@?$(VERSION)?g' \ + -e 's?\@VFS_LIBS\@?$(VFS_LIBS)?g' \ ++ -e 's?\@PTHREAD_LIB\@?$(PTHREAD_LIB)?g' \ + < $(srcdir)/vfsConf.sh.in > vfsConf.tmp \ + && mv vfsConf.tmp vfsConf.sh + + gnome-vfs-config: gnome-vfs-config.in Makefile sed -e 's?\@LIBDIR\@?$(libdir)?g' \ + -e 's?\@SYSCONFDIR\@?$(sysconfdir)?g' \ -e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \ + -e 's?\@VFS_INCLUDEDIR\@?$(VFS_INCLUDEDIR)?g' \ + -e 's?\@VERSION\@?$(VERSION)?g' \ Index: gnomevfs/files/patch-libgnomevfs::Makefile.in =================================================================== RCS file: patch-libgnomevfs::Makefile.in diff -N patch-libgnomevfs::Makefile.in --- /dev/null Fri Sep 28 02:25:32 2001 +++ patch-libgnomevfs::Makefile.in Fri Sep 28 03:34:33 2001 @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- libgnomevfs/Makefile.in 2001/09/17 14:32:27 1.1 ++++ libgnomevfs/Makefile.in 2001/09/17 14:33:02 +@@ -202,7 +202,7 @@ + + + # Platform specific includes +-libgnomevfsplatofrmincludedir = $(libdir)/gnome-vfs-1.0/include ++libgnomevfsplatofrmincludedir = $(includedir)/gnome-vfs-1.0/libgnomevfs + libgnomevfsplatofrminclude_HEADERS = gnome-vfs-file-size.h + + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs Index: gnomevfs/files/patch-libgnomevfs::gnome-vfs-mime.h =================================================================== RCS file: patch-libgnomevfs::gnome-vfs-mime.h diff -N patch-libgnomevfs::gnome-vfs-mime.h --- /dev/null Fri Sep 28 02:25:32 2001 +++ patch-libgnomevfs::gnome-vfs-mime.h Fri Sep 28 03:34:33 2001 @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- libgnomevfs/gnome-vfs-mime.h 2001/09/17 14:13:01 1.1 ++++ libgnomevfs/gnome-vfs-mime.h 2001/09/17 14:13:16 +@@ -27,6 +27,7 @@ + #include + #include + #include ++#include + #include + #include + #include Index: gnomevfs/files/patch-ltmain.sh =================================================================== RCS file: patch-ltmain.sh diff -N patch-ltmain.sh --- /dev/null Fri Sep 28 02:25:32 2001 +++ patch-ltmain.sh Fri Sep 28 03:34:33 2001 @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/08/27 09:51:26 1.1 ++++ ltmain.sh 2001/08/27 09:51:42 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" Index: gnomevfs/files/patch-po::Makefile.in.in =================================================================== RCS file: patch-po::Makefile.in.in diff -N patch-po::Makefile.in.in --- /dev/null Fri Sep 28 02:25:32 2001 +++ patch-po::Makefile.in.in Fri Sep 28 03:34:33 2001 @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in 2001/09/17 14:26:57 1.1 ++++ po/Makefile.in.in 2001/09/17 14:27:14 +@@ -106,7 +106,7 @@ + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed 's/\.mo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then \ Index: gnomevfs/files/patch-vfsConf.sh.in =================================================================== RCS file: patch-vfsConf.sh.in diff -N patch-vfsConf.sh.in --- /dev/null Fri Sep 28 02:25:32 2001 +++ patch-vfsConf.sh.in Fri Sep 28 03:34:33 2001 @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- vfsConf.sh.in 2001/09/28 11:13:40 1.1 ++++ vfsConf.sh.in 2001/09/28 11:15:11 +@@ -2,6 +2,6 @@ + # Configuration file for using the gnome-vfs library + # + VFS_LIBDIR="@VFS_LIBDIR@" +-VFS_LIBS="@VFS_LIBS@" ++VFS_LIBS="@VFS_LIBS@ @PTHREAD_LIB@" + VFS_INCLUDEDIR="@VFS_INCLUDEDIR@" + MODULE_VERSION="gnome-vfs-@VERSION@" Index: gal/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gal/Makefile,v retrieving revision 1.21 diff -d -u -r1.21 Makefile --- gal/Makefile 2001/08/27 11:41:07 1.21 +++ gal/Makefile 2001/09/28 10:34:33 @@ -6,7 +6,7 @@ # PORTNAME= gal -PORTVERSION= 0.11.2 +PORTVERSION= 0.12 CATEGORIES?= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gal Index: gal/distinfo =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gal/distinfo,v retrieving revision 1.15 diff -d -u -r1.15 distinfo --- gal/distinfo 2001/08/27 11:41:07 1.15 +++ gal/distinfo 2001/09/28 10:34:33 @@ -1 +1 @@ -MD5 (gal-0.11.2.tar.gz) = dc22c077c52208ac133df236e4c30480 +MD5 (gal-0.12.tar.gz) = c6ff4cbf9bb98dc79460898d41dece40 Index: gal/pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gal/pkg-plist,v retrieving revision 1.12 diff -d -u -r1.12 pkg-plist --- gal/pkg-plist 2001/08/22 18:08:04 1.12 +++ gal/pkg-plist 2001/09/28 10:34:33 @@ -128,7 +128,8 @@ include/gal/widgets/widget-pixmap-combo.h lib/libgal.a lib/libgal.so -lib/libgal.so.11 +lib/libgal.so.12 +share/gnome/etable/%%VERSION%%/glade/e-table-config-no-group.glade share/gnome/etable/%%VERSION%%/glade/e-table-config.glade share/gnome/etable/%%VERSION%%/glade/e-table-field-chooser.glade share/gnome/etable/%%VERSION%%/glade/e-table-group.glade @@ -186,7 +187,7 @@ share/locale/ta/LC_MESSAGES/gal.mo share/locale/tr/LC_MESSAGES/gal.mo share/locale/uk/LC_MESSAGES/gal.mo -share/locale/zh_TW.Big5/LC_MESSAGES/gal.mo +share/locale/zh_TW/LC_MESSAGES/gal.mo @dirrm share/gnome/pixmaps/gal/categories @dirrm share/gnome/pixmaps/gal @dirrm share/gnome/gal/html/gal Index: gal/files/patch-aa =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gal/files/patch-aa,v retrieving revision 1.7 diff -d -u -r1.7 patch-aa --- gal/files/patch-aa 2001/07/13 01:53:17 1.7 +++ gal/files/patch-aa 2001/09/28 10:34:33 @@ -1,6 +1,11 @@ ---- configure.orig Mon May 21 11:10:07 2001 -+++ configure Mon May 21 11:10:59 2001 -@@ -5017,5 +5017,5 @@ + +$FreeBSD$ + +--- configure.orig Wed Sep 26 11:16:25 2001 ++++ configure Wed Sep 26 11:16:25 2001 +@@ -5075,9 +5075,9 @@ + save_CFLAGS="$CFLAGS" + save_LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS $ICONV_CFLAGS" -LDFLAGS="$LDFLAGS $ICONV_LIBS -liconv" -echo $ac_n "checking for iconv in -liconv""... $ac_c" 1>&6 @@ -9,25 +14,32 @@ +echo $ac_n "checking for iconv in -lgiconv""... $ac_c" 1>&6 +echo "configure:5081: checking for iconv in -lgiconv" >&5 if eval "test \"`echo '$''{'ac_cv_libiconv'+set}'`\" = set"; then -@@ -5027,3 +5027,3 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -5085,7 +5085,7 @@ + #line 5086 "configure" + #include "confdefs.h" -#include +#include -@@ -5050,3 +5050,3 @@ + int main() { + +@@ -5108,7 +5108,7 @@ + + echo "$ac_t""$ac_cv_libiconv" 1>&6 if test $ac_cv_libiconv = yes; then - ICONV_LIBS="$ICONV_LIBS -liconv" + ICONV_LIBS="$ICONV_LIBS -lgiconv" have_iconv=yes -@@ -5176,3 +5176,3 @@ + else + CFLAGS="$save_CFLAGS" +@@ -5234,7 +5234,7 @@ + #line 5235 "configure" + #include "confdefs.h" -#include +#include #include -@@ -5290,4 +5290,4 @@ - echo "configure:5291: checking for GTK >= 1.2.7" >&5 --if gtk-config --version > /dev/null 2>&1; then -- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` -+if $GTK_CONFIG --version > /dev/null 2>&1; then -+ vers=`$GTK_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` - if test "$vers" -ge 1002007; then + #include + #ifdef HAVE_GNU_GET_LIBC_VERSION Index: gal/files/patch-ab =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gal/files/patch-ab,v retrieving revision 1.1 diff -d -u -r1.1 patch-ab --- gal/files/patch-ab 2000/10/06 02:42:19 1.1 +++ gal/files/patch-ab 2001/09/28 10:34:33 @@ -1,7 +1,17 @@ ---- Makefile.in.orig Thu Oct 5 18:09:06 2000 -+++ Makefile.in Thu Oct 5 21:24:04 2000 -@@ -138,3 +138,3 @@ + +$FreeBSD$ + +--- Makefile.in.orig Fri Sep 28 12:30:28 2001 ++++ Makefile.in Fri Sep 28 12:37:31 2001 +@@ -141,9 +141,9 @@ + gnomelocaledir = @gnomelocaledir@ + l = @l@ + +-SUBDIRS = gal po intl tests docs art ++SUBDIRS = gal po intl docs art -confexecdir = $(libdir) +confexecdir = $(sysconfdir) confexec_DATA = galConf.sh + + EXTRA_DIST = gal.spec.in galConf.sh.in MAINTAINERS AUTHORS xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in Index: gtkhtml/Makefile =================================================================== RCS file: /home/ncvs/ports/www/gtkhtml/Makefile,v retrieving revision 1.33 diff -d -u -r1.33 Makefile --- gtkhtml/Makefile 2001/09/11 07:41:54 1.33 +++ gtkhtml/Makefile 2001/09/28 10:34:33 @@ -6,7 +6,7 @@ # PORTNAME= gtkhtml -PORTVERSION= 0.12.0 +PORTVERSION= 0.13.0 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gtkhtml @@ -15,7 +15,7 @@ LIB_DEPENDS= glibwww.1:${PORTSDIR}/www/glibwww \ pspell.4:${PORTSDIR}/textproc/pspell \ - gal.11:${PORTSDIR}/x11-toolkits/gal \ + gal.12:${PORTSDIR}/x11-toolkits/gal \ ghttp.1:${PORTSDIR}/www/libghttp USE_X_PREFIX= yes Index: gtkhtml/distinfo =================================================================== RCS file: /home/ncvs/ports/www/gtkhtml/distinfo,v retrieving revision 1.11 diff -d -u -r1.11 distinfo --- gtkhtml/distinfo 2001/09/11 07:41:54 1.11 +++ gtkhtml/distinfo 2001/09/28 10:34:33 @@ -1 +1 @@ -MD5 (gtkhtml-0.12.0.tar.gz) = 7f456758bb635669e6eb576b7e02361c +MD5 (gtkhtml-0.13.0.tar.gz) = 259de4e0301095e9b31602e5f74a5be1 Index: gtkhtml/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/gtkhtml/pkg-plist,v retrieving revision 1.13 diff -d -u -r1.13 pkg-plist --- gtkhtml/pkg-plist 2001/09/11 07:41:55 1.13 +++ gtkhtml/pkg-plist 2001/09/28 10:34:33 @@ -93,7 +93,7 @@ lib/bonobo/plugin/libstorage_http.so lib/libgtkhtml.a lib/libgtkhtml.so -lib/libgtkhtml.so.15 +lib/libgtkhtml.so.16 share/gnome/apps/Settings/Documents/gtkhtml-properties.desktop share/gnome/control-center/Documents/gtkhtml-properties.desktop share/gnome/control-center/capplets/gtkhtml-properties.desktop @@ -120,6 +120,7 @@ share/gnome/gtkhtml/icons/insert-rule-24.png share/gnome/gtkhtml/icons/insert-table-16.png share/gnome/gtkhtml/icons/insert-table-24.png +share/gnome/gtkhtml/icons/properties-16.png share/gnome/gtkhtml/icons/redo-16.png share/gnome/gtkhtml/icons/redo-24.png share/gnome/gtkhtml/icons/rule-blue-center.png @@ -143,6 +144,14 @@ share/gnome/html/gtkhtml.hierarchy share/gnome/html/gtkhtml.sgml share/gnome/html/gtkhtml.types +share/gnome/html/gtkhtml/gtkhtml-gtkhtml-enums.html +share/gnome/html/gtkhtml/gtkhtml-gtkhtml-stream.html +share/gnome/html/gtkhtml/gtkhtml-gtkhtml-types.html +share/gnome/html/gtkhtml/gtkhtml-gtkhtmlembedded.html +share/gnome/html/gtkhtml/gtkhtml.html +share/gnome/html/gtkhtml/index.html +share/gnome/html/gtkhtml/license.html +share/gnome/html/gtkhtml/r27.html share/gnome/oaf/GNOME_GtkHTML_EBrowser.oaf share/gnome/oaf/GNOME_GtkHTML_Editor.oaf share/gnome/ui/GNOME_GtkHTML_Editor.xml @@ -171,7 +180,7 @@ share/locale/sv/LC_MESSAGES/gtkhtml.mo share/locale/tr/LC_MESSAGES/gtkhtml.mo share/locale/uk/LC_MESSAGES/gtkhtml.mo -share/locale/zh_TW.Big5/LC_MESSAGES/gtkhtml.mo +share/locale/zh_TW/LC_MESSAGES/gtkhtml.mo @dirrm share/gnome/html/gtkhtml @dirrm share/gnome/gtkhtml/icons @dirrm share/gnome/gtkhtml Index: sodipodi/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/sodipodi/Makefile,v retrieving revision 1.28 diff -d -u -r1.28 Makefile --- sodipodi/Makefile 2001/06/19 09:43:08 1.28 +++ sodipodi/Makefile 2001/09/28 10:34:33 @@ -6,8 +6,7 @@ # PORTNAME= sodipodi -PORTVERSION= 0.23 -PORTREVISION= 1 +PORTVERSION= 0.24 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,10 +20,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +MAN1= sodipodi.1 + pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' Index: sodipodi/distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/sodipodi/distinfo,v retrieving revision 1.8 diff -d -u -r1.8 distinfo --- sodipodi/distinfo 2001/05/21 09:24:02 1.8 +++ sodipodi/distinfo 2001/09/28 10:34:33 @@ -1 +1 @@ -MD5 (sodipodi-0.23.tar.gz) = 947dcc478cb871b36da72b5938c466df +MD5 (sodipodi-0.24.tar.gz) = 87cbb29d00a5ad2c9ec84a45bf5c0431 Index: sodipodi/pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/sodipodi/pkg-plist,v retrieving revision 1.8 diff -d -u -r1.8 pkg-plist --- sodipodi/pkg-plist 2001/05/21 09:24:02 1.8 +++ sodipodi/pkg-plist 2001/09/28 10:34:33 @@ -50,6 +50,7 @@ share/gnome/sodipodi/div.xpm share/gnome/sodipodi/document.c share/gnome/sodipodi/document.glade +share/gnome/sodipodi/draw_dynahand.xpm share/gnome/sodipodi/draw_ellipse.xpm share/gnome/sodipodi/draw_freehand.xpm share/gnome/sodipodi/draw_node.xpm Index: sodipodi/files/patch-configure =================================================================== RCS file: patch-configure diff -N patch-configure --- /dev/null Fri Sep 28 02:25:32 2001 +++ patch-configure Fri Sep 28 03:34:33 2001 @@ -0,0 +1,23 @@ + +$FreeBSD$ + +--- configure 2001/09/28 13:29:15 1.1 ++++ configure 2001/09/28 13:29:37 +@@ -3974,7 +3974,7 @@ + fi + + +- CATOBJEXT=.gmo ++ CATOBJEXT=.mo + fi + + else +@@ -4096,7 +4096,7 @@ + + BUILD_INCLUDED_LIBINTL=yes + USE_INCLUDED_LIBINTL=yes +- CATOBJEXT=.gmo ++ CATOBJEXT=.mo + INTLLIBS="\$(top_builddir)/intl/libintl.a $LIBICONV" + LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` + fi Index: sodipodi/files/patch-po::Makefile.in.in =================================================================== RCS file: patch-po::Makefile.in.in diff -N patch-po::Makefile.in.in --- /dev/null Fri Sep 28 02:25:32 2001 +++ patch-po::Makefile.in.in Fri Sep 28 03:34:33 2001 @@ -0,0 +1,32 @@ + +$FreeBSD$ + +--- po/Makefile.in.in 2001/09/28 13:21:12 1.1 ++++ po/Makefile.in.in 2001/09/28 13:21:31 +@@ -106,7 +106,7 @@ + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed 's/\.mo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then \ +@@ -126,7 +126,7 @@ + catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed 's/\.mo$$//'`; \ + rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE).mo; \ + done + if test "$(PACKAGE)" = "gettext"; then \ +@@ -172,7 +172,7 @@ + catalogs='$(GMOFILES)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed 's/\.mo$$//'`; \ + echo "$$lang:"; \ + if $(MSGMERGE) $$lang.po $(PACKAGE).pot -o $$lang.new.po; then \ + mv -f $$lang.new.po $$lang.po; \ Index: sodipodi/files/patch-src::sp-text.c =================================================================== RCS file: patch-src::sp-text.c diff -N patch-src::sp-text.c --- /dev/null Fri Sep 28 02:25:32 2001 +++ patch-src::sp-text.c Fri Sep 28 03:34:33 2001 @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/sp-text.c 2001/09/28 13:10:32 1.1 ++++ src/sp-text.c 2001/09/28 13:19:21 +@@ -235,7 +235,7 @@ + x = text->x; + y += text->size; + } else { +- g_unichar_to_utf8 (btowc(*c), utfbuf); ++ g_unichar_to_utf8 (*c, utfbuf); + glyph = gnome_font_face_lookup_default (face, g_utf8_get_char(utfbuf)); + + w = gnome_font_face_get_glyph_width (face, glyph); Index: bonobo/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/bonobo/Makefile,v retrieving revision 1.40 diff -d -u -r1.40 Makefile --- bonobo/Makefile 2001/08/21 14:09:52 1.40 +++ bonobo/Makefile 2001/09/28 10:34:33 @@ -6,7 +6,7 @@ # PORTNAME= bonobo -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.9 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/bonobo @@ -33,5 +33,11 @@ @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + +post-install: + @if [ -L ${PREFIX}/include/bonobo ]; then \ + ${RM} -f ${PREFIX}/include/bonobo; \ + fi + @${LN} -sf ${PREFIX}/include/gnome-1.0/bonobo ${PREFIX}/include/bonobo .include Index: bonobo/distinfo =================================================================== RCS file: /home/ncvs/ports/devel/bonobo/distinfo,v retrieving revision 1.22 diff -d -u -r1.22 distinfo --- bonobo/distinfo 2001/08/21 14:09:52 1.22 +++ bonobo/distinfo 2001/09/28 10:34:33 @@ -1 +1 @@ -MD5 (bonobo-1.0.8.tar.gz) = a21755814671e25d86988c098ebb68f3 +MD5 (bonobo-1.0.9.tar.gz) = ee5c8becdec041a911c5159e4ebf1e91 Index: bonobo/pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/bonobo/pkg-plist,v retrieving revision 1.22 diff -d -u -r1.22 pkg-plist --- bonobo/pkg-plist 2001/08/21 14:09:52 1.22 +++ bonobo/pkg-plist 2001/09/28 10:34:33 @@ -19,76 +19,77 @@ etc/bonoboConf.sh etc/bonoboxConf.sh etc/bonobox_printConf.sh +include/bonobo include/bonobo.h -include/bonobo/Bonobo.h -include/bonobo/bonobo-arg.h -include/bonobo/bonobo-async.h -include/bonobo/bonobo-canvas-component.h -include/bonobo/bonobo-canvas-item.h -include/bonobo/bonobo-client-site.h -include/bonobo/bonobo-context.h -include/bonobo/bonobo-control-frame.h -include/bonobo/bonobo-control.h -include/bonobo/bonobo-desktop-window.h -include/bonobo/bonobo-embeddable.h -include/bonobo/bonobo-event-source.h -include/bonobo/bonobo-exception.h -include/bonobo/bonobo-generic-factory.h -include/bonobo/bonobo-item-container.h -include/bonobo/bonobo-item-handler.h -include/bonobo/bonobo-listener.h -include/bonobo/bonobo-main.h -include/bonobo/bonobo-moniker-extender.h -include/bonobo/bonobo-moniker-simple.h -include/bonobo/bonobo-moniker-util.h -include/bonobo/bonobo-moniker.h -include/bonobo/bonobo-object-client.h -include/bonobo/bonobo-object-directory.h -include/bonobo/bonobo-object-io.h -include/bonobo/bonobo-object.h -include/bonobo/bonobo-persist-file.h -include/bonobo/bonobo-persist-stream.h -include/bonobo/bonobo-persist.h -include/bonobo/bonobo-plug.h -include/bonobo/bonobo-print-client.h -include/bonobo/bonobo-print.h -include/bonobo/bonobo-progressive.h -include/bonobo/bonobo-property-bag-client.h -include/bonobo/bonobo-property-bag-xml.h -include/bonobo/bonobo-property-bag.h -include/bonobo/bonobo-property-control.h -include/bonobo/bonobo-property.h -include/bonobo/bonobo-selector-widget.h -include/bonobo/bonobo-selector.h -include/bonobo/bonobo-shlib-factory.h -include/bonobo/bonobo-socket.h -include/bonobo/bonobo-storage-plugin.h -include/bonobo/bonobo-storage.h -include/bonobo/bonobo-stream-client.h -include/bonobo/bonobo-stream-memory.h -include/bonobo/bonobo-stream.h -include/bonobo/bonobo-transient.h -include/bonobo/bonobo-ui-component.h -include/bonobo/bonobo-ui-config-widget.h -include/bonobo/bonobo-ui-container.h -include/bonobo/bonobo-ui-engine.h -include/bonobo/bonobo-ui-node.h -include/bonobo/bonobo-ui-sync.h -include/bonobo/bonobo-ui-toolbar-button-item.h -include/bonobo/bonobo-ui-toolbar-icon.h -include/bonobo/bonobo-ui-toolbar-item.h -include/bonobo/bonobo-ui-toolbar-toggle-button-item.h -include/bonobo/bonobo-ui-util.h -include/bonobo/bonobo-view-frame.h -include/bonobo/bonobo-view.h -include/bonobo/bonobo-widget.h -include/bonobo/bonobo-win.h -include/bonobo/bonobo-wrapper.h -include/bonobo/bonobo-xobject.h -include/bonobo/bonobo-zoomable-frame.h -include/bonobo/bonobo-zoomable.h include/efs.h include/efs_error.h +include/gnome-1.0/bonobo/Bonobo.h +include/gnome-1.0/bonobo/bonobo-arg.h +include/gnome-1.0/bonobo/bonobo-async.h +include/gnome-1.0/bonobo/bonobo-canvas-component.h +include/gnome-1.0/bonobo/bonobo-canvas-item.h +include/gnome-1.0/bonobo/bonobo-client-site.h +include/gnome-1.0/bonobo/bonobo-context.h +include/gnome-1.0/bonobo/bonobo-control-frame.h +include/gnome-1.0/bonobo/bonobo-control.h +include/gnome-1.0/bonobo/bonobo-desktop-window.h +include/gnome-1.0/bonobo/bonobo-embeddable.h +include/gnome-1.0/bonobo/bonobo-event-source.h +include/gnome-1.0/bonobo/bonobo-exception.h +include/gnome-1.0/bonobo/bonobo-generic-factory.h +include/gnome-1.0/bonobo/bonobo-item-container.h +include/gnome-1.0/bonobo/bonobo-item-handler.h +include/gnome-1.0/bonobo/bonobo-listener.h +include/gnome-1.0/bonobo/bonobo-main.h +include/gnome-1.0/bonobo/bonobo-moniker-extender.h +include/gnome-1.0/bonobo/bonobo-moniker-simple.h +include/gnome-1.0/bonobo/bonobo-moniker-util.h +include/gnome-1.0/bonobo/bonobo-moniker.h +include/gnome-1.0/bonobo/bonobo-object-client.h +include/gnome-1.0/bonobo/bonobo-object-directory.h +include/gnome-1.0/bonobo/bonobo-object-io.h +include/gnome-1.0/bonobo/bonobo-object.h +include/gnome-1.0/bonobo/bonobo-persist-file.h +include/gnome-1.0/bonobo/bonobo-persist-stream.h +include/gnome-1.0/bonobo/bonobo-persist.h +include/gnome-1.0/bonobo/bonobo-plug.h +include/gnome-1.0/bonobo/bonobo-print-client.h +include/gnome-1.0/bonobo/bonobo-print.h +include/gnome-1.0/bonobo/bonobo-progressive.h +include/gnome-1.0/bonobo/bonobo-property-bag-client.h +include/gnome-1.0/bonobo/bonobo-property-bag-xml.h +include/gnome-1.0/bonobo/bonobo-property-bag.h +include/gnome-1.0/bonobo/bonobo-property-control.h +include/gnome-1.0/bonobo/bonobo-property.h +include/gnome-1.0/bonobo/bonobo-selector-widget.h +include/gnome-1.0/bonobo/bonobo-selector.h +include/gnome-1.0/bonobo/bonobo-shlib-factory.h +include/gnome-1.0/bonobo/bonobo-socket.h +include/gnome-1.0/bonobo/bonobo-storage-plugin.h +include/gnome-1.0/bonobo/bonobo-storage.h +include/gnome-1.0/bonobo/bonobo-stream-client.h +include/gnome-1.0/bonobo/bonobo-stream-memory.h +include/gnome-1.0/bonobo/bonobo-stream.h +include/gnome-1.0/bonobo/bonobo-transient.h +include/gnome-1.0/bonobo/bonobo-ui-component.h +include/gnome-1.0/bonobo/bonobo-ui-config-widget.h +include/gnome-1.0/bonobo/bonobo-ui-container.h +include/gnome-1.0/bonobo/bonobo-ui-engine.h +include/gnome-1.0/bonobo/bonobo-ui-node.h +include/gnome-1.0/bonobo/bonobo-ui-sync.h +include/gnome-1.0/bonobo/bonobo-ui-toolbar-button-item.h +include/gnome-1.0/bonobo/bonobo-ui-toolbar-icon.h +include/gnome-1.0/bonobo/bonobo-ui-toolbar-item.h +include/gnome-1.0/bonobo/bonobo-ui-toolbar-toggle-button-item.h +include/gnome-1.0/bonobo/bonobo-ui-util.h +include/gnome-1.0/bonobo/bonobo-view-frame.h +include/gnome-1.0/bonobo/bonobo-view.h +include/gnome-1.0/bonobo/bonobo-widget.h +include/gnome-1.0/bonobo/bonobo-win.h +include/gnome-1.0/bonobo/bonobo-wrapper.h +include/gnome-1.0/bonobo/bonobo-xobject.h +include/gnome-1.0/bonobo/bonobo-zoomable-frame.h +include/gnome-1.0/bonobo/bonobo-zoomable.h lib/bonobo/monikers/libmoniker_std.a lib/bonobo/monikers/libmoniker_std.so lib/bonobo/monikers/libmoniker_std.so.0 @@ -109,110 +110,13 @@ lib/libefs.so lib/libefs.so.1 libdata/pkgconfig/libefs.pc -share/gnome/bonobo/html/bonobo-api.html +share/gnome/bonobo/docs/audio_ulaw/C/index.html share/gnome/bonobo/html/bonobo-api.sgml share/gnome/bonobo/html/bonobo-decl.txt share/gnome/bonobo/html/bonobo-sections.txt share/gnome/bonobo/html/bonobo.hierarchy share/gnome/bonobo/html/bonobo.signals share/gnome/bonobo/html/bonobo.types -share/gnome/bonobo/html/bonobo/bonobo-bonobo-arg.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-async.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-canvas-component.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-canvas-item.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-client-site.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-component-io.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-context.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-control-frame.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-control.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-desktop-window.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-embeddable.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-event-source.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-exception.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-generic-factory.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-item-container.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-item-handler.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-listener.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-main.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-moniker-extender.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-moniker-simple.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-moniker-util.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-moniker.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-object-client.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-object-directory.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-object-io.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-object.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-persist-file.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-persist-stream.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-persist.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-plug.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-print-client.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-print.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-progressive.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-property-bag-client.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-property-bag-xml.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-property-bag.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-property-control.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-property.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-selector.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-socket.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-storage-plugin.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-storage.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-stream-client.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-stream-memory.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-stream.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-transient.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-ui-component.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-ui-container.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-ui-engine.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-ui-node.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-ui-sync.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-ui-toolbar-button-item.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-ui-toolbar-icon.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-ui-toolbar-item.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-ui-toolbar-toggle-button-item.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-ui-util.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-ui-xml.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-view-frame.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-view.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-widget.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-win.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-wrapper.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-xobject.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-zoomable-frame.html -share/gnome/bonobo/html/bonobo/bonobo-bonobo-zoomable.html -share/gnome/bonobo/html/bonobo/bonobo-controls.html -share/gnome/bonobo/html/bonobo/bonobo-core.html -share/gnome/bonobo/html/bonobo/bonobo-documents-widgets.html -share/gnome/bonobo/html/bonobo/bonobo-documents.html -share/gnome/bonobo/html/bonobo/bonobo-moniker-handlers.html -share/gnome/bonobo/html/bonobo/bonobo-notification.html -share/gnome/bonobo/html/bonobo/bonobo-object-activation.html -share/gnome/bonobo/html/bonobo/bonobo-print.html -share/gnome/bonobo/html/bonobo/bonobo-properties.html -share/gnome/bonobo/html/bonobo/bonobo-storage.html -share/gnome/bonobo/html/bonobo/bonobo-support-utilities.html -share/gnome/bonobo/html/bonobo/bonobo-ugly.html -share/gnome/bonobo/html/bonobo/bonobo-ui.html -share/gnome/bonobo/html/bonobo/bonobo-useful-widgets.html -share/gnome/bonobo/html/bonobo/bonobo-view.html -share/gnome/bonobo/html/bonobo/book1.html -share/gnome/bonobo/html/bonobo/misc-ugly.html -share/gnome/bonobo/html/bonobo/x10104.html -share/gnome/bonobo/html/bonobo/x10146.html -share/gnome/bonobo/html/bonobo/x10147.html -share/gnome/bonobo/html/bonobo/x10189.html -share/gnome/bonobo/html/bonobo/x10996.html -share/gnome/bonobo/html/bonobo/x11010.html -share/gnome/bonobo/html/bonobo/x11207.html -share/gnome/bonobo/html/bonobo/x11335.html -share/gnome/bonobo/html/bonobo/x11349.html -share/gnome/bonobo/html/bonobo/x11351.html -share/gnome/bonobo/html/bonobo/x11391.html -share/gnome/bonobo/html/bonobo/x11418.html -share/gnome/bonobo/html/bonobo/x11419.html -share/gnome/bonobo/html/bonobo/x11421.html -share/gnome/bonobo/html/bonobo/x11462.html share/gnome/idl/Bonobo.idl share/gnome/idl/Bonobo_Advise.idl share/gnome/idl/Bonobo_Canvas.idl @@ -275,8 +179,8 @@ share/locale/tr/LC_MESSAGES/bonobo.mo share/locale/uk/LC_MESSAGES/bonobo.mo share/locale/wa/LC_MESSAGES/bonobo.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/bonobo.mo -share/locale/zh_TW.Big5/LC_MESSAGES/bonobo.mo +share/locale/zh_CN/LC_MESSAGES/bonobo.mo +share/locale/zh_TW/LC_MESSAGES/bonobo.mo @dirrm share/gnome/ui @dirrm share/gnome/libefs/html/libefs @dirrm share/gnome/libefs/html @@ -291,4 +195,5 @@ @dirrm lib/bonobo/plugin @dirrm lib/bonobo/monikers @dirrm lib/bonobo -@dirrm include/bonobo +@dirrm include/gnome-1.0/bonobo +@dirrm include/gnome-1.0 Index: gnomecore/Makefile =================================================================== RCS file: /home/ncvs/ports/x11/gnomecore/Makefile,v retrieving revision 1.65 diff -d -u -r1.65 Makefile --- gnomecore/Makefile 2001/09/11 07:42:37 1.65 +++ gnomecore/Makefile 2001/09/28 10:34:33 @@ -15,7 +15,7 @@ MAINTAINER?= gnome@FreeBSD.org -LIB_DEPENDS= gtkhtml.15:${PORTSDIR}/www/gtkhtml +LIB_DEPENDS= gtkhtml.16:${PORTSDIR}/www/gtkhtml RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio USE_X_PREFIX= yes Index: evolution/Makefile =================================================================== RCS file: /home/ncvs/ports/mail/evolution/Makefile,v retrieving revision 1.33 diff -d -u -r1.33 Makefile --- evolution/Makefile 2001/09/13 06:43:21 1.33 +++ evolution/Makefile 2001/09/28 12:14:41 @@ -6,15 +6,14 @@ # PORTNAME= evolution -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/evolution MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf \ - gtkhtml.15:${PORTSDIR}/www/gtkhtml +LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf #ldap.1:${PORTSDIR}/net/openldap <- avoid extra dependency until # it actually works @@ -24,8 +23,7 @@ USE_BISON= yes USE_X_PREFIX= yes USE_GNOME= yes -USE_LIBTOOL= yes -LIBTOOLFILES= configure libical/configure +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-db3-libs=${LOCALBASE}/lib \ --with-html-dir=${PREFIX}/share/gnome/html # --with-pisock=${LOCALBASE}/pilot --enable-pilot-conduits=yes Index: evolution/distinfo =================================================================== RCS file: /home/ncvs/ports/mail/evolution/distinfo,v retrieving revision 1.12 diff -d -u -r1.12 distinfo --- evolution/distinfo 2001/09/11 18:14:12 1.12 +++ evolution/distinfo 2001/09/28 12:14:41 @@ -1 +1 @@ -MD5 (evolution-0.13.tar.gz) = c35733ba57648c05d45a7ff9a054c577 +MD5 (evolution-0.14.tar.gz) = 706453bd2271f2b0073cd30188e1a33d Index: evolution/pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/evolution/pkg-plist,v retrieving revision 1.13 diff -d -u -r1.13 pkg-plist --- evolution/pkg-plist 2001/09/11 18:14:12 1.13 +++ evolution/pkg-plist 2001/09/28 12:14:41 @@ -128,6 +128,7 @@ include/ename/e-address-western.h include/ename/e-name-western-tables.h include/ename/e-name-western.h +include/evolution/cal-client/cal-client-multi.h include/evolution/cal-client/cal-client-types.h include/evolution/cal-client/cal-client.h include/evolution/cal-client/cal-query.h @@ -175,6 +176,7 @@ include/libicalvcal/vcaltmp.h include/libicalvcal/vcc.h include/libicalvcal/vobject.h +lib/evolution/camel-providers/%%VERSION%%/libcamelimap.a lib/evolution/camel-providers/%%VERSION%%/libcamelimap.so lib/evolution/camel-providers/%%VERSION%%/libcamelimap.urls lib/evolution/camel-providers/%%VERSION%%/libcamellocal.a @@ -256,6 +258,7 @@ share/gnome/evolution/ecps/phonelist.ecps share/gnome/evolution/ecps/smallbook.ecps share/gnome/evolution/etspec/e-calendar-table.etspec +share/gnome/evolution/etspec/e-meeting-time-sel.etspec share/gnome/evolution/etspec/e-storage-set-view.etspec share/gnome/evolution/etspec/meeting-page.etspec share/gnome/evolution/etspec/message-list.etspec @@ -265,7 +268,6 @@ share/gnome/evolution/glade/alarm-notify.glade share/gnome/evolution/glade/alarm-options.glade share/gnome/evolution/glade/alarm-page.glade -share/gnome/evolution/glade/alphabet.glade share/gnome/evolution/glade/cal-prefs-dialog.glade share/gnome/evolution/glade/contact-editor.glade share/gnome/evolution/glade/contact-list-editor.glade @@ -292,6 +294,7 @@ share/gnome/evolution/glade/meeting-page.glade share/gnome/evolution/glade/my-evolution.glade share/gnome/evolution/glade/recurrence-page.glade +share/gnome/evolution/glade/schedule-page.glade share/gnome/evolution/glade/select-names.glade share/gnome/evolution/glade/subscribe-dialog.glade share/gnome/evolution/glade/task-details-page.glade @@ -309,7 +312,6 @@ share/gnome/evolution/views/tasks/Tasks.galview share/gnome/evolution/views/tasks/With_Category.galview share/gnome/evolution/views/tasks/galview.xml -share/gnome/help/evolution/C/aboutbook.html share/gnome/help/evolution/C/apx-authors.sgml share/gnome/help/evolution/C/apx-bugs.sgml share/gnome/help/evolution/C/apx-gloss.html @@ -325,7 +327,10 @@ share/gnome/help/evolution/C/config-sync.html share/gnome/help/evolution/C/config-sync.sgml share/gnome/help/evolution/C/config.html +share/gnome/help/evolution/C/contact-automation-basic.html +share/gnome/help/evolution/C/contact-automation-lists.html share/gnome/help/evolution/C/contact-search.html +share/gnome/help/evolution/C/customizing-summary.html share/gnome/help/evolution/C/docbook.css share/gnome/help/evolution/C/encryption.html share/gnome/help/evolution/C/evolution-faq.sgml @@ -363,6 +368,7 @@ share/gnome/help/evolution/C/quickref-cal.html share/gnome/help/evolution/C/quickref-contact.html share/gnome/help/evolution/C/quickref-mail.html +share/gnome/help/evolution/C/rsvp-stuff.html share/gnome/help/evolution/C/stylesheet-images/caution.gif share/gnome/help/evolution/C/stylesheet-images/home.gif share/gnome/help/evolution/C/stylesheet-images/important.gif @@ -376,19 +382,18 @@ share/gnome/help/evolution/C/stylesheet-images/up.gif share/gnome/help/evolution/C/stylesheet-images/warning.gif share/gnome/help/evolution/C/topic.dat +share/gnome/help/evolution/C/typography.html share/gnome/help/evolution/C/ui-intro.html share/gnome/help/evolution/C/usage-calendar-apts.html share/gnome/help/evolution/C/usage-calendar-multiple.html share/gnome/help/evolution/C/usage-calendar-todo.html share/gnome/help/evolution/C/usage-calendar.html share/gnome/help/evolution/C/usage-calendar.sgml -share/gnome/help/evolution/C/usage-contact-automate.html share/gnome/help/evolution/C/usage-contact-organize.html share/gnome/help/evolution/C/usage-contact-sharing.html share/gnome/help/evolution/C/usage-contact.html share/gnome/help/evolution/C/usage-contact.sgml share/gnome/help/evolution/C/usage-encryption.sgml -share/gnome/help/evolution/C/usage-exec-summary.html share/gnome/help/evolution/C/usage-exec-summary.sgml share/gnome/help/evolution/C/usage-mail-getnsend-get.html share/gnome/help/evolution/C/usage-mail-getnsend-send.html @@ -401,10 +406,12 @@ share/gnome/help/evolution/C/usage-mail-subscriptions.html share/gnome/help/evolution/C/usage-mail.html share/gnome/help/evolution/C/usage-mail.sgml +share/gnome/help/evolution/C/usage-mainwindow-starting.html share/gnome/help/evolution/C/usage-mainwindow.html share/gnome/help/evolution/C/usage-mainwindow.sgml share/gnome/help/evolution/C/usage-print.html share/gnome/help/evolution/C/usage-print.sgml +share/gnome/help/evolution/C/usage-summary.html share/gnome/help/evolution/C/usage-sync.html share/gnome/help/evolution/C/usage-sync.sgml share/gnome/help/evolution/C/usage.html @@ -633,6 +640,7 @@ share/gnome/images/evolution/import.xpm share/gnome/images/evolution/inbox-16.png share/gnome/images/evolution/inbox-full-16.png +share/gnome/images/evolution/ldap-16.png share/gnome/images/evolution/mail-config-druid-account-name.png share/gnome/images/evolution/mail-config-druid-identity.png share/gnome/images/evolution/mail-config-druid-receive.png @@ -640,6 +648,7 @@ share/gnome/images/evolution/mail-config-druid.png share/gnome/images/evolution/malehead.png share/gnome/images/evolution/mark-as-important-16.png +share/gnome/images/evolution/meeting-request.png share/gnome/images/evolution/move_message.xpm share/gnome/images/evolution/myevo-appointments.png share/gnome/images/evolution/myevo-mail-summary.png @@ -661,6 +670,9 @@ share/gnome/images/evolution/outbox-16.png share/gnome/images/evolution/outbox-full-16.png share/gnome/images/evolution/pattern.png +share/gnome/images/evolution/pgp-signature-bad.png +share/gnome/images/evolution/pgp-signature-nokey.png +share/gnome/images/evolution/pgp-signature-ok.png share/gnome/images/evolution/print-preview.xpm share/gnome/images/evolution/print.xpm share/gnome/images/evolution/rdf.png @@ -689,6 +701,8 @@ share/gnome/images/evolution/talking-heads.png share/gnome/images/evolution/task.xpm share/gnome/images/evolution/thankyou.png +share/gnome/images/evolution/timezone-16.xpm +share/gnome/images/evolution/timezone-48.png share/gnome/images/evolution/undelete_message-16.png share/gnome/images/evolution/wax-seal-broken.png share/gnome/images/evolution/wax-seal.png @@ -1108,6 +1122,7 @@ share/gnome/ui/evolution.xml share/gnome/ui/my-evolution.xml share/locale/az/LC_MESSAGES/evolution.mo +share/locale/bg/LC_MESSAGES/evolution.mo share/locale/ca/LC_MESSAGES/evolution.mo share/locale/da/LC_MESSAGES/evolution.mo share/locale/de/LC_MESSAGES/evolution.mo @@ -1155,6 +1170,9 @@ @dirrm share/gnome/images/evolution/buttons @dirrm share/gnome/images/evolution @dirrm share/gnome/images +@dirrm share/gnome/html/evolution-devel-guide +@dirrm share/gnome/html/evolution-cal-util +@dirrm share/gnome/html/evolution-cal-client @dirrm share/gnome/help/evolution/no/stylesheet-images @dirrm share/gnome/help/evolution/no/figures @dirrm share/gnome/help/evolution/no Index: evolution/files/patch-aa =================================================================== RCS file: /home/ncvs/ports/mail/evolution/files/patch-aa,v retrieving revision 1.9 diff -d -u -r1.9 patch-aa --- evolution/files/patch-aa 2001/09/13 06:43:26 1.9 +++ evolution/files/patch-aa 2001/09/28 12:14:41 @@ -1,15 +1,18 @@ ---- configure.orig Thu Sep 13 08:28:28 2001 -+++ configure Thu Sep 13 08:29:17 2001 -@@ -5554,7 +5554,7 @@ + +$FreeBSD$ + +--- configure.orig Fri Sep 28 13:40:57 2001 ++++ configure Fri Sep 28 13:43:29 2001 +@@ -9255,7 +9255,7 @@ CPPFLAGS_save="$CPPFLAGS" - CPPFLAGS="$CPPFLAGS $DB3_CFLAGS" + CPPFLAGS="$DB3_CFLAGS $CPPFLAGS" -for ac_hdr in db.h db3/db.h +for ac_hdr in db3/db.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -@@ -5628,7 +5628,7 @@ +@@ -9329,7 +9329,7 @@ echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -18,17 +21,17 @@ fi rm -f conftest* -@@ -5648,7 +5648,7 @@ +@@ -9349,7 +9349,7 @@ ac_cv_db3_ldadd="" for name in db db3 db-3.1; do - LIBS="$LIBS_save $with_db3_libs/lib${name}.a" + LIBS="$LIBS_save $with_db3_libs/lib${name}.so" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +@@ -9370,7 +9370,7 @@ + if { (eval echo configure:9371: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* - ac_cv_db3_ldadd="$with_db3_libs/lib${name}.a" @@ -36,7 +39,7 @@ break else -@@ -5739,7 +5739,7 @@ +@@ -9440,7 +9440,7 @@ echo "$ac_t""$ac_cv_db3_lib_version_match" 1>&6 if test "$ac_cv_db3_lib_version_match" = no; then @@ -45,7 +48,7 @@ fi CPPFLAGS="$CPPFLAGS_save" -@@ -9349,10 +9349,10 @@ +@@ -12738,10 +12738,10 @@ *) # Relative path. ac_sub_cache_file="$ac_dots$cache_file" ;; esac Index: evolution/files/patch-ltmain.sh =================================================================== RCS file: patch-ltmain.sh diff -N patch-ltmain.sh --- /dev/null Fri Sep 28 05:13:28 2001 +++ patch-ltmain.sh Fri Sep 28 05:14:41 2001 @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/08/27 09:51:26 1.1 ++++ ltmain.sh 2001/08/27 09:51:42 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" --------------BE28246A5B309813380CC1AA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 7:27:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 85DB837B406 for ; Fri, 5 Oct 2001 07:27:20 -0700 (PDT) Received: from vega.vega.com (h133.229.dialup.iptcom.net [212.9.229.133]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id RAA98221; Fri, 5 Oct 2001 17:27:15 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id f95EQhU89035; Fri, 5 Oct 2001 17:26:43 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BBDC395.620714F7@FreeBSD.org> Date: Fri, 05 Oct 2001 17:28:37 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: John Indra Cc: freebsd-ports@FreeBSD.org Subject: Re: x11/gnome still fails to build on -CURRENT References: <20011003105546.A7555@office.naver.co.id> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org John Indra wrote: > Hi... > > I don't know whether anyone is facing the same problem, but at least here's > what I have from my -CURRENT box: > > cc -o e2fsck.shared unix.o e2fsck.o super.o pass1.o pass1b.o pass2.o > pass3.o pass4.o pass5.o journal.o swapfs.o badblocks.o util.o dirinfo.o > ehandler.o problem.o message.o recovery.o revoke.o ../lib/libext2fs.so I've disconnected e2fsprogs from gnomeutils, which should fix the problem in question. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 7:30: 5 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D58737B401 for ; Fri, 5 Oct 2001 07:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95EU1W92688; Fri, 5 Oct 2001 07:30:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 5 Oct 2001 07:30:01 -0700 (PDT) Message-Id: <200110051430.f95EU1W92688@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Maxim Sobolev Subject: Re: ports/28183: JDK Documentation ports for JDK 1.1, 1.2, 1.3 and 1.4 Reply-To: Maxim Sobolev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28183; it has been noted by GNATS. From: Maxim Sobolev To: Ernst de Haan Cc: freebsd-ports@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/28183: JDK Documentation ports for JDK 1.1, 1.2, 1.3 and 1.4 Date: Fri, 05 Oct 2001 17:23:03 +0300 Ernst de Haan wrote: > The following reply was made to PR ports/28183; it has been noted by GNATS. > > From: Ernst de Haan > To: freebsd-gnats-submit@FreeBSD.org, ernst@jollem.com > Cc: > Subject: Re: ports/28183: JDK Documentation ports for JDK 1.1, 1.2, 1.3 and 1.4 > Date: Fri, 5 Oct 2001 12:44:19 +0200 > > Why isn't this port either committed or at least responded to??? If it's > okay, submit it, otherwise tell me what to change... It is ok, but cvs people have not performed requested repo-copy yet. Therefore, we are waiting for this to happen. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 7:43:30 2001 Delivered-To: freebsd-ports@freebsd.org Received: from roaming.cacheboy.net (charlotte32.arach.net.au [203.30.47.34]) by hub.freebsd.org (Postfix) with ESMTP id 0752E37B401; Fri, 5 Oct 2001 07:43:26 -0700 (PDT) Received: (from adrian@localhost) by roaming.cacheboy.net (8.11.6/8.11.1) id f95Ek6P56349; Fri, 5 Oct 2001 16:46:06 +0200 (CEST) (envelope-from adrian) Date: Fri, 5 Oct 2001 16:44:51 +0200 From: Adrian Chadd To: petef@FreeBSD.org Cc: freebsd-ports@FreeBSD.org, adrian@FreeBSD.org Subject: Re: ports/31050: In /usr/ports, make index failed because www/squid23 is not exist. Message-ID: <20011005164451.A56314@roaming.cacheboy.net> References: <200110050213.f952DMt24176@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110050213.f952DMt24176@freefall.freebsd.org>; from petef@FreeBSD.org on Thu, Oct 04, 2001 at 07:13:22PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Oct 04, 2001, petef@FreeBSD.org wrote: > Synopsis: In /usr/ports, make index failed because www/squid23 is not exist. > > Responsible-Changed-From-To: freebsd-ports->adrian > Responsible-Changed-By: petef > Responsible-Changed-When: Thu Oct 4 19:13:16 PDT 2001 > Responsible-Changed-Why: > Over to maintainer > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31050 Hi, I just committed a fix. Do you want to verify this and let me know? ADrian -- Adrian Chadd "Programming is like sex: One mistake and you have to support for a lifetime." -- rec.humor.funny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 7:51:40 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 0CB0E37B409; Fri, 5 Oct 2001 07:50:14 -0700 (PDT) Received: from vega.vega.com (h133.229.dialup.iptcom.net [212.9.229.133]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id RAA06278; Fri, 5 Oct 2001 17:50:01 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id f95EnSU89115; Fri, 5 Oct 2001 17:49:28 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BBDC8E9.AC7372D5@FreeBSD.org> Date: Fri, 05 Oct 2001 17:51:21 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: GNOME megaupdate [gal/gtkhtml/ORBit/bonobo-conf/librsvg/evolution/sodipodi] - correct patch References: <3BBDC1DB.6D718ECA@FreeBSD.org> Content-Type: multipart/mixed; boundary="------------3D8DEB44C7AA17C5330A3F63" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------3D8DEB44C7AA17C5330A3F63 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit OOPS, sorry I've attached wrong file. Trying again. -Maxim Maxim Sobolev wrote: > Hi Gnome'rs! > > Attached please find a patch that updates five core GNOME > components and two applications included into GNOME metaport > to the latest versions. Please test this patch and report > any problems. If there are no serious problems I'm planning > to commit it at the very beginning of the next week. > > As usually following is the correct procedure to test the > patchset: > > 1. Remove old ORBit and all ports that depend on it: > > # pkg_delete `cat /var/db/pkg/ORBit-*/+REQUIRED_BY`; > pkg_delete ORBit* > (users of -current and very recent -stable can use > "pkg_delete -r ORBit*" instead) > > 2. Patch your /usr/ports tree; > > # cd /usr/ports ; patch -p1 -s < > /where/you/put/it/gnomeupdate.diff > > 3. Run build either of full GNOME metaport: > > # cd /usr/ports/x11/gnome-fifth-toe ; make clean ; make > install clean > > or core GNOME components: > > # cd /usr/ports/x11/gnome ; make clean ; make install clean > > 4. Test it and report back any unusual problems. > > Thanks! > > -Maxim --------------3D8DEB44C7AA17C5330A3F63 Content-Type: text/plain; charset=koi8-r; name="gnomeupdate.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="gnomeupdate.diff" Index: ports/x11-toolkits/gal/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gal/Makefile,v retrieving revision 1.22 diff -d -u -r1.22 Makefile --- ports/x11-toolkits/gal/Makefile 2001/10/01 06:38:06 1.22 +++ ports/x11-toolkits/gal/Makefile 2001/10/05 13:28:26 @@ -6,7 +6,7 @@ # PORTNAME= gal -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES?= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gal Index: ports/x11-toolkits/gal/distinfo =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gal/distinfo,v retrieving revision 1.16 diff -d -u -r1.16 distinfo --- ports/x11-toolkits/gal/distinfo 2001/10/01 06:38:06 1.16 +++ ports/x11-toolkits/gal/distinfo 2001/10/05 13:28:26 @@ -1 +1 @@ -MD5 (gal-0.12.tar.gz) = c6ff4cbf9bb98dc79460898d41dece40 +MD5 (gal-0.13.tar.gz) = 569f19c943c1a586d71706d49312fdea Index: ports/x11-toolkits/gal/pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gal/pkg-plist,v retrieving revision 1.13 diff -d -u -r1.13 pkg-plist --- ports/x11-toolkits/gal/pkg-plist 2001/10/01 06:38:06 1.13 +++ ports/x11-toolkits/gal/pkg-plist 2001/10/05 13:28:27 @@ -128,7 +128,7 @@ include/gal/widgets/widget-pixmap-combo.h lib/libgal.a lib/libgal.so -lib/libgal.so.12 +lib/libgal.so.13 share/gnome/etable/%%VERSION%%/glade/e-table-config-no-group.glade share/gnome/etable/%%VERSION%%/glade/e-table-config.glade share/gnome/etable/%%VERSION%%/glade/e-table-field-chooser.glade Index: ports/devel/bonobo-conf/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/bonobo-conf/Makefile,v retrieving revision 1.8 diff -d -u -r1.8 Makefile --- ports/devel/bonobo-conf/Makefile 2001/08/16 13:12:47 1.8 +++ ports/devel/bonobo-conf/Makefile 2001/10/05 13:28:27 @@ -6,7 +6,7 @@ # PORTNAME= bonobo-conf -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/bonobo-conf Index: ports/devel/bonobo-conf/distinfo =================================================================== RCS file: /home/ncvs/ports/devel/bonobo-conf/distinfo,v retrieving revision 1.6 diff -d -u -r1.6 distinfo --- ports/devel/bonobo-conf/distinfo 2001/08/16 13:12:47 1.6 +++ ports/devel/bonobo-conf/distinfo 2001/10/05 13:28:27 @@ -1 +1 @@ -MD5 (bonobo-conf-0.11.tar.gz) = ed574259ee3f5222bc3dacc3b7da7256 +MD5 (bonobo-conf-0.12.tar.gz) = 713c4566fb09a628ab342ec5dfefe1bf Index: ports/devel/bonobo-conf/pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/bonobo-conf/pkg-plist,v retrieving revision 1.6 diff -d -u -r1.6 pkg-plist --- ports/devel/bonobo-conf/pkg-plist 2001/08/16 13:12:47 1.6 +++ ports/devel/bonobo-conf/pkg-plist 2001/10/05 13:28:27 @@ -21,14 +21,17 @@ share/gnome/oaf/Bonobo_Moniker_config.oaf share/gnome/oaf/Bonobo_Moniker_gconf.oaf share/gnome/oaf/Bonobo_Moniker_xmldb.oaf +share/locale/da/LC_MESSAGES/bonobo-conf.mo share/locale/de/LC_MESSAGES/bonobo-conf.mo share/locale/es/LC_MESSAGES/bonobo-conf.mo +share/locale/fr/LC_MESSAGES/bonobo-conf.mo share/locale/it/LC_MESSAGES/bonobo-conf.mo share/locale/nn/LC_MESSAGES/bonobo-conf.mo share/locale/no/LC_MESSAGES/bonobo-conf.mo share/locale/pl/LC_MESSAGES/bonobo-conf.mo share/locale/sv/LC_MESSAGES/bonobo-conf.mo -share/locale/zh_TW.Big5/LC_MESSAGES/bonobo-conf.mo +share/locale/tr/LC_MESSAGES/bonobo-conf.mo +share/locale/zh_TW/LC_MESSAGES/bonobo-conf.mo @dirrm share/gnome/bonobo-conf/html/bonobo-conf @dirrm share/gnome/bonobo-conf/html @dirrm share/gnome/bonobo-conf Index: ports/www/gtkhtml/Makefile =================================================================== RCS file: /home/ncvs/ports/www/gtkhtml/Makefile,v retrieving revision 1.34 diff -d -u -r1.34 Makefile --- ports/www/gtkhtml/Makefile 2001/10/01 06:38:40 1.34 +++ ports/www/gtkhtml/Makefile 2001/10/05 13:28:27 @@ -6,7 +6,7 @@ # PORTNAME= gtkhtml -PORTVERSION= 0.13.0 +PORTVERSION= 0.14.0 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gtkhtml @@ -15,7 +15,7 @@ LIB_DEPENDS= glibwww.1:${PORTSDIR}/www/glibwww \ pspell.4:${PORTSDIR}/textproc/pspell \ - gal.12:${PORTSDIR}/x11-toolkits/gal \ + gal.13:${PORTSDIR}/x11-toolkits/gal \ ghttp.1:${PORTSDIR}/www/libghttp USE_X_PREFIX= yes Index: ports/www/gtkhtml/distinfo =================================================================== RCS file: /home/ncvs/ports/www/gtkhtml/distinfo,v retrieving revision 1.12 diff -d -u -r1.12 distinfo --- ports/www/gtkhtml/distinfo 2001/10/01 06:38:40 1.12 +++ ports/www/gtkhtml/distinfo 2001/10/05 13:28:27 @@ -1 +1 @@ -MD5 (gtkhtml-0.13.0.tar.gz) = 259de4e0301095e9b31602e5f74a5be1 +MD5 (gtkhtml-0.14.0.tar.gz) = 2c8cee524f37fd34e41a0456654ba9a3 Index: ports/www/gtkhtml/pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/gtkhtml/pkg-plist,v retrieving revision 1.14 diff -d -u -r1.14 pkg-plist --- ports/www/gtkhtml/pkg-plist 2001/10/01 06:38:40 1.14 +++ ports/www/gtkhtml/pkg-plist 2001/10/05 13:28:27 @@ -93,7 +93,7 @@ lib/bonobo/plugin/libstorage_http.so lib/libgtkhtml.a lib/libgtkhtml.so -lib/libgtkhtml.so.16 +lib/libgtkhtml.so.17 share/gnome/apps/Settings/Documents/gtkhtml-properties.desktop share/gnome/control-center/Documents/gtkhtml-properties.desktop share/gnome/control-center/capplets/gtkhtml-properties.desktop Index: ports/mail/evolution/Makefile =================================================================== RCS file: /home/ncvs/ports/mail/evolution/Makefile,v retrieving revision 1.34 diff -d -u -r1.34 Makefile --- ports/mail/evolution/Makefile 2001/10/01 06:40:03 1.34 +++ ports/mail/evolution/Makefile 2001/10/05 13:28:27 @@ -6,7 +6,7 @@ # PORTNAME= evolution -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/evolution @@ -39,7 +39,7 @@ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' @find ${WRKSRC} -type f -name "*.[ch]" | xargs ${GREP} -l '[^g]iconv.h' | \ - xargs ${PERL} -pi -e 's|([^g])iconv.h|\1giconv.h|g' + xargs ${PERL} -pi -e 's|(["<])iconv.h|\1giconv.h|g' @find ${WRKSRC} -type f -name "*.[ch]" | xargs ${GREP} -l '' | \ xargs ${PERL} -pi -e 's|||g' @find ${WRKSRC} -type f -name "*.[ch]" | xargs ${GREP} -l 'wrong DB3' | \ Index: ports/mail/evolution/distinfo =================================================================== RCS file: /home/ncvs/ports/mail/evolution/distinfo,v retrieving revision 1.13 diff -d -u -r1.13 distinfo --- ports/mail/evolution/distinfo 2001/10/01 06:40:03 1.13 +++ ports/mail/evolution/distinfo 2001/10/05 13:28:27 @@ -1 +1 @@ -MD5 (evolution-0.14.tar.gz) = 706453bd2271f2b0073cd30188e1a33d +MD5 (evolution-0.15.tar.gz) = 3297446afe4b4a4615b3ca130e1bd3af Index: ports/mail/evolution/pkg-plist =================================================================== RCS file: /home/ncvs/ports/mail/evolution/pkg-plist,v retrieving revision 1.14 diff -d -u -r1.14 pkg-plist --- ports/mail/evolution/pkg-plist 2001/10/01 06:40:03 1.14 +++ ports/mail/evolution/pkg-plist 2001/10/05 13:28:27 @@ -699,6 +699,7 @@ share/gnome/images/evolution/show_all_messages.xpm share/gnome/images/evolution/splash.png share/gnome/images/evolution/talking-heads.png +share/gnome/images/evolution/task.png share/gnome/images/evolution/task.xpm share/gnome/images/evolution/thankyou.png share/gnome/images/evolution/timezone-16.xpm Index: ports/x11/gnomecore/Makefile =================================================================== RCS file: /home/ncvs/ports/x11/gnomecore/Makefile,v retrieving revision 1.66 diff -d -u -r1.66 Makefile --- ports/x11/gnomecore/Makefile 2001/10/01 06:40:47 1.66 +++ ports/x11/gnomecore/Makefile 2001/10/05 13:28:27 @@ -15,7 +15,7 @@ MAINTAINER?= gnome@FreeBSD.org -LIB_DEPENDS= gtkhtml.16:${PORTSDIR}/www/gtkhtml +LIB_DEPENDS= gtkhtml.17:${PORTSDIR}/www/gtkhtml RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio USE_X_PREFIX= yes Index: ports/devel/ORBit/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ORBit/Makefile,v retrieving revision 1.46 diff -d -u -r1.46 Makefile --- ports/devel/ORBit/Makefile 2001/05/23 00:48:53 1.46 +++ ports/devel/ORBit/Makefile 2001/10/05 13:28:27 @@ -6,8 +6,7 @@ # PORTNAME= ORBit -PORTVERSION= 0.5.8 -PORTREVISION= 1 +PORTVERSION= 0.5.10 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/ORBit @@ -20,9 +19,8 @@ USE_GMAKE= yes USE_GLIB= yes -USE_LIBTOOL= yes INSTALLS_SHLIB= yes -LIBTOOLFILES= configure libIDL/configure popt/configure +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-indent CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" @@ -33,5 +31,15 @@ @if [ ! -f ${PREFIX}/etc/orbitrc ]; then \ ${CP} -p ${PREFIX}/etc/orbitrc.default ${PREFIX}/etc/orbitrc ; \ fi +.for dir in IIOP ORBitservices ORBitutil orb orbit-idl2.h + @if [ -L ${PREFIX}/include/${dir} ]; then \ + ${RM} -f ${PREFIX}/include/${dir}; \ + fi + @${LN} -sf ${PREFIX}/include/orbit-1.0/${dir} ${PREFIX}/include/${dir} +.endfor + @if [ -L ${PREFIX}/include/libIDL ]; then \ + ${RM} -f ${PREFIX}/include/libIDL; \ + fi + @${LN} -sf ${PREFIX}/include/libIDL-1.0/libIDL ${PREFIX}/include/libIDL .include Index: ports/devel/ORBit/distinfo =================================================================== RCS file: /home/ncvs/ports/devel/ORBit/distinfo,v retrieving revision 1.19 diff -d -u -r1.19 distinfo --- ports/devel/ORBit/distinfo 2001/05/14 21:57:45 1.19 +++ ports/devel/ORBit/distinfo 2001/10/05 13:28:27 @@ -1 +1 @@ -MD5 (ORBit-0.5.8.tar.gz) = 602b23db8666274caf6cf87b7857d4a3 +MD5 (ORBit-0.5.10.tar.gz) = 84e818d9f6fa4f389b9ea82aa00e8f6c Index: ports/devel/ORBit/pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/ORBit/pkg-plist,v retrieving revision 1.12 diff -d -u -r1.12 pkg-plist --- ports/devel/ORBit/pkg-plist 2001/05/23 00:48:53 1.12 +++ ports/devel/ORBit/pkg-plist 2001/10/05 13:28:27 @@ -10,68 +10,74 @@ @unexec if cmp -s %D/etc/orbitrc.default %D/etc/orbitrc; then rm -f %D/etc/orbitrc; fi etc/orbitrc.default @exec if [ ! -f %D/etc/orbitrc ] ; then cp -p %D/%F %B/orbitrc; fi -include/IIOP/IIOP-config.h -include/IIOP/IIOP-types.h -include/IIOP/IIOP.h -include/IIOP/giop-msg-buffer.h -include/IIOP/iiop-encoders.h -include/IIOP/iiop-endian.h -include/ORBitservices/CosEventChannel.idl -include/ORBitservices/CosEventComm.idl -include/ORBitservices/CosNaming.h -include/ORBitservices/CosNaming.idl -include/ORBitservices/CosNaming_impl.h -include/ORBitservices/CosTypedEventChannel.idl -include/ORBitservices/CosTypedEventComm.idl -include/ORBitservices/LName.pidl -include/ORBitutil/basic_types.h -include/ORBitutil/compat.h -include/ORBitutil/orbit-os-config.h -include/ORBitutil/os-feature-alloca.h -include/ORBitutil/os-specifics.h -include/ORBitutil/thread-safety.h -include/ORBitutil/trace.h -include/ORBitutil/util.h -include/libIDL/IDL.h -include/orb/allocator-defs.h -include/orb/allocators.h -include/orb/cdr.h -include/orb/corba_any.h -include/orb/corba_any_proto.h -include/orb/corba_any_type.h -include/orb/corba_basic_sequences_type.h -include/orb/corba_context.h -include/orb/corba_env.h -include/orb/corba_env_type.h -include/orb/corba_object.h -include/orb/corba_object_type.h -include/orb/corba_orb.h -include/orb/corba_orb_type.h -include/orb/corba_portableserver.h -include/orb/corba_portableserver_type.h -include/orb/corba_sequences.h -include/orb/corba_sequences_type.h -include/orb/corba_typecode.h -include/orb/corba_typecode_type.h -include/orb/dii.h -include/orb/dynany.h -include/orb/env.h -include/orb/interface_repository.h -include/orb/iop.h -include/orb/ir.h -include/orb/options.h -include/orb/orb.h -include/orb/orbit.h -include/orb/orbit_config.h -include/orb/orbit_object.h -include/orb/orbit_object_type.h -include/orb/orbit_poa.h -include/orb/orbit_poa_type.h -include/orb/orbit_typecode.h -include/orb/orbit_types.h -include/orb/poa.h -include/orb/sequences.h -include/orb/typecode.h +include/IIOP +include/ORBitservices +include/ORBitutil +include/libIDL +include/libIDL-1.0/libIDL/IDL.h +include/orb +include/orbit-1.0/IIOP/IIOP-config.h +include/orbit-1.0/IIOP/IIOP-types.h +include/orbit-1.0/IIOP/IIOP.h +include/orbit-1.0/IIOP/giop-msg-buffer.h +include/orbit-1.0/IIOP/iiop-encoders.h +include/orbit-1.0/IIOP/iiop-endian.h +include/orbit-1.0/ORBitservices/CosEventChannel.idl +include/orbit-1.0/ORBitservices/CosEventComm.idl +include/orbit-1.0/ORBitservices/CosNaming.h +include/orbit-1.0/ORBitservices/CosNaming.idl +include/orbit-1.0/ORBitservices/CosNaming_impl.h +include/orbit-1.0/ORBitservices/CosTypedEventChannel.idl +include/orbit-1.0/ORBitservices/CosTypedEventComm.idl +include/orbit-1.0/ORBitservices/LName.pidl +include/orbit-1.0/ORBitutil/basic_types.h +include/orbit-1.0/ORBitutil/compat.h +include/orbit-1.0/ORBitutil/orbit-os-config.h +include/orbit-1.0/ORBitutil/os-feature-alloca.h +include/orbit-1.0/ORBitutil/os-specifics.h +include/orbit-1.0/ORBitutil/thread-safety.h +include/orbit-1.0/ORBitutil/trace.h +include/orbit-1.0/ORBitutil/util.h +include/orbit-1.0/orb/allocator-defs.h +include/orbit-1.0/orb/allocators.h +include/orbit-1.0/orb/cdr.h +include/orbit-1.0/orb/corba_any.h +include/orbit-1.0/orb/corba_any_proto.h +include/orbit-1.0/orb/corba_any_type.h +include/orbit-1.0/orb/corba_basic_sequences_type.h +include/orbit-1.0/orb/corba_context.h +include/orbit-1.0/orb/corba_env.h +include/orbit-1.0/orb/corba_env_type.h +include/orbit-1.0/orb/corba_object.h +include/orbit-1.0/orb/corba_object_type.h +include/orbit-1.0/orb/corba_orb.h +include/orbit-1.0/orb/corba_orb_type.h +include/orbit-1.0/orb/corba_portableserver.h +include/orbit-1.0/orb/corba_portableserver_type.h +include/orbit-1.0/orb/corba_sequences.h +include/orbit-1.0/orb/corba_sequences_type.h +include/orbit-1.0/orb/corba_typecode.h +include/orbit-1.0/orb/corba_typecode_type.h +include/orbit-1.0/orb/dii.h +include/orbit-1.0/orb/dynany.h +include/orbit-1.0/orb/env.h +include/orbit-1.0/orb/interface_repository.h +include/orbit-1.0/orb/iop.h +include/orbit-1.0/orb/ir.h +include/orbit-1.0/orb/options.h +include/orbit-1.0/orb/orb.h +include/orbit-1.0/orb/orbit.h +include/orbit-1.0/orb/orbit_config.h +include/orbit-1.0/orb/orbit_object.h +include/orbit-1.0/orb/orbit_object_type.h +include/orbit-1.0/orb/orbit_poa.h +include/orbit-1.0/orb/orbit_poa_type.h +include/orbit-1.0/orb/orbit_typecode.h +include/orbit-1.0/orb/orbit_types.h +include/orbit-1.0/orb/poa.h +include/orbit-1.0/orb/sequences.h +include/orbit-1.0/orb/typecode.h +include/orbit-1.0/orbit-idl2.h include/orbit-idl2.h @unexec install-info --delete %D/info/libIDL.info %D/info/dir info/libIDL.info @@ -97,8 +103,10 @@ libdata/pkgconfig/libIDL.pc share/aclocal/ORBit.m4 share/aclocal/libIDL.m4 -@dirrm include/IIOP -@dirrm include/ORBitservices -@dirrm include/ORBitutil -@dirrm include/libIDL -@dirrm include/orb +@dirrm include/orbit-1.0/orb +@dirrm include/orbit-1.0/ORBitutil +@dirrm include/orbit-1.0/ORBitservices +@dirrm include/orbit-1.0/IIOP +@dirrm include/orbit-1.0 +@dirrm include/libIDL-1.0/libIDL +@dirrm include/libIDL-1.0 Index: ports/devel/ORBit/files/patch-ac =================================================================== RCS file: /home/ncvs/ports/devel/ORBit/files/patch-ac,v retrieving revision 1.15 diff -d -u -r1.15 patch-ac --- ports/devel/ORBit/files/patch-ac 2001/05/23 00:48:56 1.15 +++ ports/devel/ORBit/files/patch-ac 2001/10/05 13:28:27 @@ -20,18 +20,6 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = ---- src/orb/Makefile.in.orig Tue Jan 30 14:56:07 2001 -+++ src/orb/Makefile.in Thu Mar 8 11:16:44 2001 -@@ -113,3 +113,3 @@ - --libORBit_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -+libORBit_la_LDFLAGS = -version-info 2:0:0 - libORBit_la_LIBADD = $(GLIB_LIBS) -lm -@@ -121,3 +121,3 @@ - --CFLAGS = -g -O0 -+CFLAGS = @CFLAGS@ - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs --- src/services/name/Makefile.in.orig Thu Oct 12 11:07:08 2000 +++ src/services/name/Makefile.in Thu Oct 12 13:11:55 2000 @@ -109,3 +109,3 @@ Index: ports/devel/ORBit/files/patch-ad =================================================================== RCS file: /home/ncvs/ports/devel/ORBit/files/patch-ad,v retrieving revision 1.4 diff -d -u -r1.4 patch-ad --- ports/devel/ORBit/files/patch-ad 2000/02/23 01:03:15 1.4 +++ ports/devel/ORBit/files/patch-ad 2001/10/05 13:28:27 @@ -1,5 +1,8 @@ ---- orbit-config.in.orig Thu Oct 7 23:49:07 1999 -+++ orbit-config.in Tue Feb 22 18:20:47 2000 + +$FreeBSD$ + +--- orbit-config.in.orig Wed Sep 19 20:09:00 2001 ++++ orbit-config.in Wed Oct 3 14:51:10 2001 @@ -28,8 +28,8 @@ Known values for TARGET are: @@ -16,24 +19,9 @@ client|server) - the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm" -- the_flags="$the_flags `glib-config --cflags` -I$includedir " -+ the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `@GLIB_CONFIG@ --libs` @LIBS@ -lm" -+ the_flags="$the_flags `@GLIB_CONFIG@ --cflags` -I$includedir " +- the_flags="$the_flags `glib-config --cflags` " ++ the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil `@GLIB_CONFIG@ --libs` @LIBS@ @LIB_WRAP@ -lm" ++ the_flags="$the_flags `@GLIB_CONFIG@ --cflags` " + test "x$includedir" = "x/usr/include" \ + || the_flags="$the_flags -I$includedir " ;; - - --use-service=*) ---- libIDL/libIDL-config.in.orig Fri Apr 16 09:52:20 1999 -+++ libIDL/libIDL-config.in Wed Oct 13 20:49:40 1999 -@@ -74,10 +74,10 @@ - echo $exec_prefix - fi - if test "$echo_cflags" = "yes"; then -- all_flags="$all_flags $includes $cflags `glib-config --cflags`" -+ all_flags="$all_flags $includes $cflags `@GLIB_CONFIG@ --cflags`" - fi - if test "$echo_libs" = "yes"; then -- all_flags="$all_flags -L@libdir@ -lIDL `glib-config --libs`" -+ all_flags="$all_flags -L@libdir@ -lIDL `@GLIB_CONFIG@ --libs`" - fi - - # Straight out any possible duplicates, but be careful to Index: ports/devel/ORBit/files/patch-libIDL::ltmain.sh =================================================================== RCS file: patch-libIDL::ltmain.sh diff -N patch-libIDL::ltmain.sh --- /dev/null Fri Oct 5 06:08:23 2001 +++ patch-libIDL::ltmain.sh Fri Oct 5 06:28:27 2001 @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- libIDL/ltmain.sh.orig Wed Oct 3 10:03:39 2001 ++++ libIDL/ltmain.sh Wed Oct 3 15:05:20 2001 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" Index: ports/devel/ORBit/files/patch-ltmain.sh =================================================================== RCS file: patch-ltmain.sh diff -N patch-ltmain.sh --- /dev/null Fri Oct 5 06:08:23 2001 +++ patch-ltmain.sh Fri Oct 5 06:28:27 2001 @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/08/27 09:51:26 1.1 ++++ ltmain.sh 2001/08/27 09:51:42 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" Index: ports/devel/ORBit/files/patch-popt::ltmain.sh =================================================================== RCS file: patch-popt::ltmain.sh diff -N patch-popt::ltmain.sh --- /dev/null Fri Oct 5 06:08:23 2001 +++ patch-popt::ltmain.sh Fri Oct 5 06:28:27 2001 @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- popt/ltmain.sh.orig Wed Oct 3 10:03:41 2001 ++++ popt/ltmain.sh Wed Oct 3 15:01:07 2001 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" Index: ports/devel/ORBit/files/patch-src::IIOP::connection.c =================================================================== RCS file: patch-src::IIOP::connection.c diff -N patch-src::IIOP::connection.c --- /dev/null Fri Oct 5 06:08:23 2001 +++ patch-src::IIOP::connection.c Fri Oct 5 06:28:27 2001 @@ -0,0 +1,65 @@ +$NetBSD: patch-ag,v 1.6 2001/05/21 19:59:04 rh Exp $ + +--- src/IIOP/connection.c.orig Sun May 13 09:07:46 2001 ++++ src/IIOP/connection.c +@@ -1,4 +1,7 @@ + #include "config.h" ++#include ++#include ++#include + #if defined (__hpux) && ! defined (_XOPEN_SOURCE_EXTENDED) + # define _XOPEN_SOURCE_EXTENDED 1 + # define WE_DEFINED_XOPEN_SOURCE_EXTENDED 1 +@@ -13,7 +16,6 @@ + #include + #include + #include +-#include + #include + #include + #include +@@ -32,7 +34,7 @@ + #include + #include + +-#if defined(HAVE_TCPD_H) && defined(HAVE_HOSTS_ACCESS) ++#if defined(HAVE_TCPD_H) + #include + #endif + +@@ -80,7 +82,7 @@ + GIOPConnectionList giop_connection_list; + static GSList *iiop_unix_socket_list = NULL; + +-#if defined(HAVE_HOSTS_ACCESS) && defined (HAVE_TCPD_H) ++#if defined (HAVE_TCPD_H) + static const char *argv0_val = NULL; + #endif + +@@ -104,7 +106,7 @@ + struct sigaction mypipe; + g_assert(sizeof(GIOPMessageHeader) == 12); + +-#if defined(HAVE_HOSTS_ACCESS) && defined (HAVE_TCPD_H) ++#if defined (HAVE_TCPD_H) + argv0_val = g_strdup(g_basename(argv0)); /* For TCP wrappers */ + #endif + +@@ -1007,7 +1009,7 @@ + */ + int allow_severity = LOG_INFO, deny_severity = LOG_NOTICE; + +-#if defined(HAVE_HOSTS_ACCESS) && defined(HAVE_TCPD_H) ++#if defined(HAVE_TCPD_H) + DEFINE_LOCK(tcp_wrappers_usage); + + #endif +@@ -1033,7 +1035,7 @@ + + newfd = accept(GIOP_CONNECTION_GET_FD(connection), &sock, &n); + +-#if defined(HAVE_HOSTS_ACCESS) && defined(HAVE_TCPD_H) ++#if defined(HAVE_TCPD_H) + /* tcp wrappers access checking */ + switch(IIOP_CONNECTION(connection)->icnxtype) { + case IIOP_IPV4: Index: ports/devel/ORBit/files/patch-src::daemons::interface_repository::Makefile.in =================================================================== RCS file: patch-src::daemons::interface_repository::Makefile.in diff -N patch-src::daemons::interface_repository::Makefile.in --- /dev/null Fri Oct 5 06:08:23 2001 +++ patch-src::daemons::interface_repository::Makefile.in Fri Oct 5 06:28:27 2001 @@ -0,0 +1,13 @@ +$NetBSD: patch-al,v 1.5 2000/10/17 23:48:01 jlam Exp $ + +--- src/daemons/interface_repository/Makefile.in.orig Thu Oct 12 12:07:12 2000 ++++ src/daemons/interface_repository/Makefile.in +@@ -102,7 +102,7 @@ + + + orbit_ird_LDFLAGS = -static +-orbit_ird_LDADD = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ -lm ++orbit_ird_LDADD = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ -lm @LIB_WRAP@ + + + orbit_ird_SOURCES = interface_repository-skels.c interface_repository-impl.c Index: ports/devel/ORBit/files/patch-src::orb::Makefile.in =================================================================== RCS file: patch-src::orb::Makefile.in diff -N patch-src::orb::Makefile.in --- /dev/null Fri Oct 5 06:08:23 2001 +++ patch-src::orb::Makefile.in Fri Oct 5 06:28:27 2001 @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/orb/Makefile.in.orig Wed Oct 3 10:21:01 2001 ++++ src/orb/Makefile.in Wed Oct 3 14:43:17 2001 +@@ -115,7 +115,7 @@ + IDL = $(top_builddir)/src/orbit-idl-compiler/orbit-idl + IRIDL = $(top_srcdir)/src/daemons/interface_repository/interface_repository.idl + +-libORBit_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) ++libORBit_la_LDFLAGS = -version-info 2:0:0 + libORBit_la_LIBADD = $(GLIB_LIBS) -lm + + BUILT_SOURCES = orbit.h interface_repository.h interface_repository-common.c interface_repository-stubs.c Index: ports/devel/ORBit/files/patch-src::services::event::Makefile.in =================================================================== RCS file: patch-src::services::event::Makefile.in diff -N patch-src::services::event::Makefile.in --- /dev/null Fri Oct 5 06:08:23 2001 +++ patch-src::services::event::Makefile.in Fri Oct 5 06:28:27 2001 @@ -0,0 +1,13 @@ +$NetBSD: patch-am,v 1.3 2000/10/17 23:48:01 jlam Exp $ + +--- src/services/event/Makefile.in.orig Thu Oct 12 12:07:09 2000 ++++ src/services/event/Makefile.in +@@ -115,7 +115,7 @@ + DEPS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/ORBitutil/libORBitutil.la $(top_builddir)/src/IIOP/libIIOP.la + + +-LDADDS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ -lm ++LDADDS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ -lm @LIB_WRAP@ + + + event_consumer_SOURCES = event-consumer.c CosEventComm-skels.c CosEventChannel-common.c CosEventChannel-stubs.c Index: ports/devel/ORBit/files/patch-src::services::name::Makefile.in =================================================================== RCS file: patch-src::services::name::Makefile.in diff -N patch-src::services::name::Makefile.in --- /dev/null Fri Oct 5 06:08:23 2001 +++ patch-src::services::name::Makefile.in Fri Oct 5 06:28:27 2001 @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.8 2000/10/17 23:48:01 jlam Exp $ + +--- src/services/name/Makefile.in.orig Thu Oct 12 12:07:08 2000 ++++ src/services/name/Makefile.in +@@ -123,7 +123,7 @@ + DEPS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/ORBitutil/libORBitutil.la $(top_builddir)/src/IIOP/libIIOP.la libORBitCosNaming.la + + +-LDADDS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la libORBitCosNaming.la @GLIB_LIBS@ -lm ++LDADDS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la libORBitCosNaming.la @GLIB_LIBS@ -lm @LIB_WRAP@ + + + #name-client.c boot.c orbit-name-server.c new-name-server.c: CosNaming.h Index: ports/print/gnomeprint/Makefile =================================================================== RCS file: /home/ncvs/ports/print/gnomeprint/Makefile,v retrieving revision 1.33 diff -d -u -r1.33 Makefile --- ports/print/gnomeprint/Makefile 2001/09/11 21:23:46 1.33 +++ ports/print/gnomeprint/Makefile 2001/10/05 13:28:29 @@ -6,7 +6,7 @@ # PORTNAME= gnomeprint -PORTVERSION= 0.29 +PORTVERSION= 0.30 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-print @@ -22,15 +22,15 @@ USE_GMAKE= yes USE_PERL5= yes USE_GNOMECTRL= yes -USE_LIBTOOL= yes INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' Index: ports/print/gnomeprint/distinfo =================================================================== RCS file: /home/ncvs/ports/print/gnomeprint/distinfo,v retrieving revision 1.14 diff -d -u -r1.14 distinfo --- ports/print/gnomeprint/distinfo 2001/06/05 04:58:33 1.14 +++ ports/print/gnomeprint/distinfo 2001/10/05 13:28:29 @@ -1 +1 @@ -MD5 (gnome-print-0.29.tar.gz) = 3b28ad04f1137b7e475396410597a1eb +MD5 (gnome-print-0.30.tar.gz) = 4a3c0dff05f649d59616c7652d149759 Index: ports/print/gnomeprint/pkg-plist =================================================================== RCS file: /home/ncvs/ports/print/gnomeprint/pkg-plist,v retrieving revision 1.15 diff -d -u -r1.15 pkg-plist --- ports/print/gnomeprint/pkg-plist 2001/06/05 04:58:33 1.15 +++ ports/print/gnomeprint/pkg-plist 2001/10/05 13:28:29 @@ -1,30 +1,32 @@ bin/gnome-font-install +etc/gnome/fonts/gnome-print-ghostscript.fontmap etc/printConf.sh -include/libgnomeprint/gnome-font-dialog.h -include/libgnomeprint/gnome-font-face.h -include/libgnomeprint/gnome-font.h -include/libgnomeprint/gnome-glyphlist.h -include/libgnomeprint/gnome-pgl.h -include/libgnomeprint/gnome-print-copies.h -include/libgnomeprint/gnome-print-dialog.h -include/libgnomeprint/gnome-print-encode.h -include/libgnomeprint/gnome-print-frgba.h -include/libgnomeprint/gnome-print-master-preview.h -include/libgnomeprint/gnome-print-master.h -include/libgnomeprint/gnome-print-meta.h -include/libgnomeprint/gnome-print-multipage.h -include/libgnomeprint/gnome-print-pdf.h -include/libgnomeprint/gnome-print-pixbuf.h -include/libgnomeprint/gnome-print-preview.h -include/libgnomeprint/gnome-print-rbuf.h -include/libgnomeprint/gnome-print.h -include/libgnomeprint/gnome-printer-dialog.h -include/libgnomeprint/gnome-printer.h -include/libgnomeprint/gnome-rfont.h -include/libgnomeprint/gnome-text.h +include/gnome-1.0/libgnomeprint/gnome-font-dialog.h +include/gnome-1.0/libgnomeprint/gnome-font-face.h +include/gnome-1.0/libgnomeprint/gnome-font.h +include/gnome-1.0/libgnomeprint/gnome-glyphlist.h +include/gnome-1.0/libgnomeprint/gnome-pgl.h +include/gnome-1.0/libgnomeprint/gnome-print-copies.h +include/gnome-1.0/libgnomeprint/gnome-print-dialog.h +include/gnome-1.0/libgnomeprint/gnome-print-encode.h +include/gnome-1.0/libgnomeprint/gnome-print-frgba.h +include/gnome-1.0/libgnomeprint/gnome-print-master-preview.h +include/gnome-1.0/libgnomeprint/gnome-print-master.h +include/gnome-1.0/libgnomeprint/gnome-print-meta.h +include/gnome-1.0/libgnomeprint/gnome-print-multipage.h +include/gnome-1.0/libgnomeprint/gnome-print-pdf.h +include/gnome-1.0/libgnomeprint/gnome-print-pixbuf.h +include/gnome-1.0/libgnomeprint/gnome-print-preview.h +include/gnome-1.0/libgnomeprint/gnome-print-rbuf.h +include/gnome-1.0/libgnomeprint/gnome-print.h +include/gnome-1.0/libgnomeprint/gnome-printer-dialog.h +include/gnome-1.0/libgnomeprint/gnome-printer.h +include/gnome-1.0/libgnomeprint/gnome-rfont.h +include/gnome-1.0/libgnomeprint/gnome-text.h lib/libgnomeprint.a lib/libgnomeprint.so lib/libgnomeprint.so.16 +share/gnome/fonts/README.binaries share/gnome/fonts/README.installer share/gnome/fonts/afms/adobe/pagd8a.afm share/gnome/fonts/afms/adobe/pagdo8a.afm @@ -67,7 +69,6 @@ share/gnome/fonts/afms/adobe/putri8a.afm share/gnome/fonts/afms/adobe/pzcmi8a.afm share/gnome/fonts/afms/adobe/pzdr.afm -share/gnome/fonts/fontmap2 share/gnome/gnome-print/%%VERSION%%/profiles/PostscriptOptimized.profile share/gnome/gnome-print/%%VERSION%%/profiles/fax-g3.profile share/gnome/gnome-print/%%VERSION%%/profiles/pdf.profile @@ -88,6 +89,7 @@ share/locale/ko/LC_MESSAGES/gnome-print.mo share/locale/lt/LC_MESSAGES/gnome-print.mo share/locale/nl/LC_MESSAGES/gnome-print.mo +share/locale/nn/LC_MESSAGES/gnome-print.mo share/locale/no/LC_MESSAGES/gnome-print.mo share/locale/pl/LC_MESSAGES/gnome-print.mo share/locale/pt_BR/LC_MESSAGES/gnome-print.mo @@ -99,10 +101,14 @@ share/locale/tr/LC_MESSAGES/gnome-print.mo share/locale/uk/LC_MESSAGES/gnome-print.mo share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-print.mo -@dirrm share/gnome/fonts/afms/adobe -@dirrm share/gnome/fonts/afms -@dirrm share/gnome/fonts +share/locale/zh_TW/LC_MESSAGES/gnome-print.mo @dirrm share/gnome/gnome-print/%%VERSION%%/profiles @dirrm share/gnome/gnome-print/%%VERSION%% @dirrm share/gnome/gnome-print -@dirrm include/libgnomeprint +@dirrm share/gnome/fonts/afms/adobe +@dirrm share/gnome/fonts/afms +@dirrm share/gnome/fonts +@dirrm include/gnome-1.0/libgnomeprint +@dirrm include/gnome-1.0 +@dirrm etc/gnome/fonts +@dirrm etc/gnome Index: ports/print/gnomeprint/files/patch-ab =================================================================== RCS file: /home/ncvs/ports/print/gnomeprint/files/patch-ab,v retrieving revision 1.3 diff -d -u -r1.3 patch-ab --- ports/print/gnomeprint/files/patch-ab 1999/08/22 03:46:55 1.3 +++ ports/print/gnomeprint/files/patch-ab 2001/10/05 13:28:29 @@ -1,11 +1,32 @@ ---- Makefile.in.orig Fri Jul 9 00:54:02 1999 -+++ Makefile.in Mon Jul 12 13:21:25 1999 -@@ -163,7 +163,7 @@ - EXTRA_DIST = printConf.sh.in gnome-print.spec + +$FreeBSD$ + +--- Makefile.in.orig Fri Oct 5 11:37:00 2001 ++++ Makefile.in Fri Oct 5 11:40:45 2001 +@@ -157,7 +157,7 @@ + @LIBGPA_TRUE@LIBGPA_DIR = libgpa data + @LIBGPA_FALSE@LIBGPA_DIR = +-SUBDIRS = intl po $(LIBGPA_DIR) libgnomeprint afms profiles fonts tests $(INSTALLER_DIR) ++SUBDIRS = intl po $(LIBGPA_DIR) libgnomeprint afms profiles fonts $(INSTALLER_DIR) + + INCLUDES = $(GTK_CFLAGS) -I$(top_srcdir)/intl -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) @PRINT_INCLUDEDIR@ -DPROFILEDIR=\""$(profilesdir)"\" +@@ -171,7 +171,7 @@ + EXTRA_DIST = printConf.sh.in gnome-print.spec.in gnome-print.spec run-gnome-font-install + + -confexecdir = $(libdir) +confexecdir = $(sysconfdir) confexec_DATA = printConf.sh - gnome_font_install_SOURCES = gnome-font-install.c + CLEANFILES = printConf.sh +@@ -192,7 +192,7 @@ + TAR = gtar + GZIP_ENV = --best + DIST_SUBDIRS = intl po libgpa data libgnomeprint afms profiles fonts \ +-tests installer ++installer + all: all-redirect + .SUFFIXES: + $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) Index: ports/print/gnomeprint/files/patch-ac =================================================================== RCS file: patch-ac diff -N patch-ac --- /tmp/cvsrflA5o6u34 Fri Oct 5 06:28:30 2001 +++ /dev/null Fri Oct 5 06:08:23 2001 @@ -1,8 +0,0 @@ ---- installer/gf-pfb.c.orig Thu Nov 16 20:22:10 2000 -+++ installer/gf-pfb.c Thu Mar 15 19:26:11 2001 -@@ -6,4 +6,4 @@ - --#include - #include -+#include - #include Index: ports/print/gnomeprint/files/patch-ltmain.sh =================================================================== RCS file: patch-ltmain.sh diff -N patch-ltmain.sh --- /dev/null Fri Oct 5 06:08:23 2001 +++ patch-ltmain.sh Fri Oct 5 06:28:29 2001 @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/08/27 09:51:26 1.1 ++++ ltmain.sh 2001/08/27 09:51:42 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" Index: ports/print/gnomeprint/files/patch-po::Makefile.in.in =================================================================== RCS file: patch-po::Makefile.in.in diff -N patch-po::Makefile.in.in --- /dev/null Fri Oct 5 06:08:23 2001 +++ patch-po::Makefile.in.in Fri Oct 5 06:28:29 2001 @@ -0,0 +1,23 @@ + +$FreeBSD$ + +--- po/Makefile.in.in 2001/10/05 11:35:53 1.1 ++++ po/Makefile.in.in 2001/10/05 11:36:35 +@@ -106,7 +106,7 @@ + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed 's/\.mo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then \ +@@ -126,7 +126,7 @@ + catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed 's/\.mo$$//'`; \ + rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE).mo; \ + done + if test "$(PACKAGE)" = "gettext"; then \ Index: ports/graphics/librsvg/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/librsvg/Makefile,v retrieving revision 1.4 diff -d -u -r1.4 Makefile --- ports/graphics/librsvg/Makefile 2001/07/12 10:10:29 1.4 +++ ports/graphics/librsvg/Makefile 2001/10/05 13:28:29 @@ -6,7 +6,7 @@ # PORTNAME= librsvg -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/librsvg @@ -21,9 +21,8 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOMELIBS= yes -USE_LIBTOOL= yes INSTALLS_SHLIB= yes - +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" Index: ports/graphics/librsvg/distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/librsvg/distinfo,v retrieving revision 1.2 diff -d -u -r1.2 distinfo --- ports/graphics/librsvg/distinfo 2001/07/06 12:22:50 1.2 +++ ports/graphics/librsvg/distinfo 2001/10/05 13:28:29 @@ -1 +1 @@ -MD5 (librsvg-1.0.1.tar.gz) = aea434dc24aba3f1952e2a0aade8ed4e +MD5 (librsvg-1.0.2.tar.gz) = 4bfa03ec2218ee29e8364c80e3c4a3ae Index: ports/graphics/librsvg/pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/librsvg/pkg-plist,v retrieving revision 1.1 diff -d -u -r1.1 pkg-plist --- ports/graphics/librsvg/pkg-plist 2001/05/08 18:56:58 1.1 +++ ports/graphics/librsvg/pkg-plist 2001/10/05 13:28:29 @@ -1,20 +1,21 @@ bin/librsvg-config etc/librsvgConf.sh -include/librsvg/art_render.h -include/librsvg/art_render_gradient.h -include/librsvg/art_render_mask.h -include/librsvg/art_render_svp.h -include/librsvg/art_rgba.h -include/librsvg/librsvg-features.h -include/librsvg/rsvg-bpath-util.h -include/librsvg/rsvg-css.h -include/librsvg/rsvg-defs.h -include/librsvg/rsvg-ft.h -include/librsvg/rsvg-paint-server.h -include/librsvg/rsvg-path.h -include/librsvg/rsvg.h +include/librsvg-1/librsvg/art_render.h +include/librsvg-1/librsvg/art_render_gradient.h +include/librsvg-1/librsvg/art_render_mask.h +include/librsvg-1/librsvg/art_render_svp.h +include/librsvg-1/librsvg/art_rgba.h +include/librsvg-1/librsvg/librsvg-features.h +include/librsvg-1/librsvg/rsvg-bpath-util.h +include/librsvg-1/librsvg/rsvg-css.h +include/librsvg-1/librsvg/rsvg-defs.h +include/librsvg-1/librsvg/rsvg-ft.h +include/librsvg-1/librsvg/rsvg-paint-server.h +include/librsvg-1/librsvg/rsvg-path.h +include/librsvg-1/librsvg/rsvg.h lib/librsvg.a lib/librsvg.so lib/librsvg.so.1 share/aclocal/librsvg.m4 -@dirrm include/librsvg +@dirrm include/librsvg-1/librsvg +@dirrm include/librsvg-1 Index: ports/graphics/librsvg/files/patch-librsvg-config.in =================================================================== RCS file: patch-librsvg-config.in diff -N patch-librsvg-config.in --- /dev/null Fri Oct 5 06:08:23 2001 +++ patch-librsvg-config.in Fri Oct 5 06:28:29 2001 @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- librsvg-config.in 2001/10/05 14:55:24 1.1 ++++ librsvg-config.in 2001/10/05 15:05:57 +@@ -39,9 +39,7 @@ + echo @LIBRSVG_VERSION@ + ;; + --cflags) +- if test @includedir@ != /usr/include ; then +- includes=-I@includedir@ +- fi ++ includes=-I@includedir@/librsvg-1 + echo $includes + ;; + --libs) Index: ports/graphics/librsvg/files/patch-ltmain.sh =================================================================== RCS file: patch-ltmain.sh diff -N patch-ltmain.sh --- /dev/null Fri Oct 5 06:08:23 2001 +++ patch-ltmain.sh Fri Oct 5 06:28:29 2001 @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/08/27 09:51:26 1.1 ++++ ltmain.sh 2001/08/27 09:51:42 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" Index: ports/devel/bonobo/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/bonobo/Makefile,v retrieving revision 1.41 diff -d -u -r1.41 Makefile --- ports/devel/bonobo/Makefile 2001/10/01 06:39:14 1.41 +++ ports/devel/bonobo/Makefile 2001/10/05 13:28:29 @@ -34,10 +34,4 @@ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' -post-install: - @if [ -L ${PREFIX}/include/bonobo ]; then \ - ${RM} -f ${PREFIX}/include/bonobo; \ - fi - @${LN} -sf ${PREFIX}/include/gnome-1.0/bonobo ${PREFIX}/include/bonobo - .include Index: ports/devel/bonobo/pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/bonobo/pkg-plist,v retrieving revision 1.23 diff -d -u -r1.23 pkg-plist --- ports/devel/bonobo/pkg-plist 2001/10/01 06:39:14 1.23 +++ ports/devel/bonobo/pkg-plist 2001/10/05 13:28:29 @@ -19,7 +19,6 @@ etc/bonoboConf.sh etc/bonoboxConf.sh etc/bonobox_printConf.sh -include/bonobo include/bonobo.h include/efs.h include/efs_error.h @@ -196,4 +195,3 @@ @dirrm lib/bonobo/monikers @dirrm lib/bonobo @dirrm include/gnome-1.0/bonobo -@dirrm include/gnome-1.0 Index: ports/x11/gnomelibs/Makefile =================================================================== RCS file: /home/ncvs/ports/x11/gnomelibs/Makefile,v retrieving revision 1.90 diff -d -u -r1.90 Makefile --- ports/x11/gnomelibs/Makefile 2001/09/12 15:39:01 1.90 +++ ports/x11/gnomelibs/Makefile 2001/10/05 13:28:29 @@ -7,6 +7,7 @@ PORTNAME= gnomelibs PORTVERSION= 1.4.1.2 +PORTREVISION= 1 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-libs Index: ports/x11/gnomelibs/files/patch-aa =================================================================== RCS file: /home/ncvs/ports/x11/gnomelibs/files/patch-aa,v retrieving revision 1.16 diff -d -u -r1.16 patch-aa --- ports/x11/gnomelibs/files/patch-aa 2001/08/22 18:06:36 1.16 +++ ports/x11/gnomelibs/files/patch-aa 2001/10/05 13:28:29 @@ -1,8 +1,8 @@ $FreeBSD$ ---- configure.orig Wed Aug 22 16:15:39 2001 -+++ configure Wed Aug 22 16:17:10 2001 +--- configure.orig Fri Oct 5 10:53:42 2001 ++++ configure Fri Oct 5 12:02:38 2001 @@ -5416,7 +5416,7 @@ else @@ -33,7 +33,7 @@ GNOME_LIBDIR='-L${libdir}' -GNOME_INCLUDEDIR='-I${includedir} -DNEED_GNOMESUPPORT_H -I${pkglibdir}/include' -+GNOME_INCLUDEDIR='-I${includedir} -DNEED_GNOMESUPPORT_H' ++GNOME_INCLUDEDIR='-I${includedir}/gnome-1.0 -I${includedir} -DNEED_GNOMESUPPORT_H' GNOME_IDLDIR='-I${datadir}/idl' Index: ports/graphics/sodipodi/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/sodipodi/Makefile,v retrieving revision 1.29 diff -d -u -r1.29 Makefile --- ports/graphics/sodipodi/Makefile 2001/10/01 06:39:34 1.29 +++ ports/graphics/sodipodi/Makefile 2001/10/05 13:28:29 @@ -6,7 +6,7 @@ # PORTNAME= sodipodi -PORTVERSION= 0.24 +PORTVERSION= 0.24.1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} Index: ports/graphics/sodipodi/distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/sodipodi/distinfo,v retrieving revision 1.9 diff -d -u -r1.9 distinfo --- ports/graphics/sodipodi/distinfo 2001/10/01 06:39:34 1.9 +++ ports/graphics/sodipodi/distinfo 2001/10/05 13:28:29 @@ -1 +1 @@ -MD5 (sodipodi-0.24.tar.gz) = 87cbb29d00a5ad2c9ec84a45bf5c0431 +MD5 (sodipodi-0.24.1.tar.gz) = 1bb1c07993e6cee32ae2b2d8c39b9b40 Index: ports/graphics/sodipodi/files/patch-configure =================================================================== RCS file: /home/ncvs/ports/graphics/sodipodi/files/patch-configure,v retrieving revision 1.1 diff -d -u -r1.1 patch-configure --- ports/graphics/sodipodi/files/patch-configure 2001/10/01 06:39:34 1.1 +++ ports/graphics/sodipodi/files/patch-configure 2001/10/05 13:28:29 @@ -1,9 +1,27 @@ -$FreeBSD: ports/graphics/sodipodi/files/patch-configure,v 1.1 2001/10/01 06:39:34 sobomax Exp $ +$FreeBSD$ ---- configure 2001/09/28 13:29:15 1.1 -+++ configure 2001/09/28 13:29:37 -@@ -3974,7 +3974,7 @@ +--- configure.orig Fri Oct 5 16:18:14 2001 ++++ configure Fri Oct 5 16:21:24 2001 +@@ -2481,6 +2481,9 @@ + + GNOME_PRINT_LIBS=`gnome-config --libs print` + ++_CPPFLAGS="$CPPFLAGS" ++CPPFLAGS="$CPPFLAGS `gnome-config --cflags print`" ++ + + ac_safe=`echo "libgnomeprint/gnome-print-frgba.h" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for libgnomeprint/gnome-print-frgba.h""... $ac_c" 1>&6 +@@ -2590,6 +2593,7 @@ + echo "$ac_t""no" 1>&6 + fi + ++CPPFLAGS="$_CPPFLAGS" + + ALL_LINGUAS="ca da de es et fr ga gl hu it ja no ru sl sv tr uk pl pt_BR" + +@@ -3974,7 +3978,7 @@ fi @@ -12,7 +30,7 @@ fi else -@@ -4096,7 +4096,7 @@ +@@ -4096,7 +4100,7 @@ BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes --------------3D8DEB44C7AA17C5330A3F63-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 8:36: 6 2001 Delivered-To: freebsd-ports@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id 73BE437B405 for ; Fri, 5 Oct 2001 08:36:03 -0700 (PDT) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id f95Fa0L21020 for ; Sat, 6 Oct 2001 03:36:01 +1200 (NZST) (envelope-from dan@langille.org) From: "Dan Langille" Organization: novice in training To: ports@freebsd.org Date: Fri, 5 Oct 2001 11:35:44 -0400 MIME-Version: 1.0 Subject: stunnel article looking for reviewers Reply-To: dan@langille.org Message-ID: <3BBD9B10.12307.4CC53C4@localhost> X-mailer: Pegasus Mail for Win32 (v4.0, beta 40) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have an article which needs a technical review please. Anyone with stunnel experience/knowledge [or willing to follow the instructions within the article] who wishes to provide feedback, please email me offlist for the article URL. Thanks. -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 9:53:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from itdsrvowa00.utep.edu (itdsrvowa00.utep.edu [129.108.0.100]) by hub.freebsd.org (Postfix) with ESMTP id E995D37B403; Fri, 5 Oct 2001 09:53:47 -0700 (PDT) Received: by itdsrvowa00.utep.edu with Internet Mail Service (5.5.2653.19) id <42GA8LX6>; Fri, 5 Oct 2001 10:53:43 -0600 Message-ID: From: "De la Torre, Hector" To: "'obrien@FreeBSD.org'" Cc: "'ports@FreeBSD.org'" Subject: FreeBSD Port: nmapfe-2.54.b29 Date: Fri, 5 Oct 2001 10:53:41 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C14DBE.49AE9DF0" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C14DBE.49AE9DF0 Content-Type: text/plain I have tried building nmapfe from the ports collection but it has constantly failed ever since I updated my ports collection, any ideas how i can fix it ? Currently running freebsd 4.4-stable tarantalla# cd /usr/ports/security/nmapfe tarantalla# make install clean >> nmap-2.54BETA29.tgz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ . Receiving nmap-2.54BETA29.tgz (835230 bytes): 100% 835230 bytes transferred in 221.4 seconds (3.68 kBps) ===> Extracting for nmapfe-2.54.b29 >> Checksum OK for nmap-2.54BETA29.tgz. ===> nmapfe-2.54.b29 depends on shared library: glib12.3 - found ===> nmapfe-2.54.b29 depends on shared library: gtk12.2 - found ===> Patching for nmapfe-2.54.b29 ===> Applying FreeBSD patches for nmapfe-2.54.b29 1 out of 1 hunks failed--saving rejects to Makefile.in.rej >> Patch patch-aa,v failed to apply cleanly. >> Patch(es) patch-aa applied cleanly. *** Error code 1 Stop in /usr/ports/security/nmapfe. *** Error code 1 Stop in /usr/ports/security/nmapfe. *** Error code 1 Stop in /usr/ports/security/nmapfe. *** Error code 1 Stop in /usr/ports/security/nmapfe. *** Error code 1 Stop in /usr/ports/security/nmapfe. *** Error code 1 Stop in /usr/ports/security/nmapfe. tarantalla# ------_=_NextPart_001_01C14DBE.49AE9DF0 Content-Type: text/html Message
I have tried building nmapfe from the ports collection but it has constantly failed ever since I updated my ports collection, any ideas how i can fix it ?
 
Currently running freebsd 4.4-stable
 
tarantalla# cd /usr/ports/security/nmapfe
tarantalla# make install clean
>> nmap-2.54BETA29.tgz doesn't seem to exist in /usr/ports/distfiles/.
>> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/.
Receiving nmap-2.54BETA29.tgz (835230 bytes): 100%
835230 bytes transferred in 221.4 seconds (3.68 kBps)
===>  Extracting for nmapfe-2.54.b29
>> Checksum OK for nmap-2.54BETA29.tgz.
===>   nmapfe-2.54.b29 depends on shared library: glib12.3 - found
===>   nmapfe-2.54.b29 depends on shared library: gtk12.2 - found
===>  Patching for nmapfe-2.54.b29
===>  Applying FreeBSD patches for nmapfe-2.54.b29
1 out of 1 hunks failed--saving rejects to Makefile.in.rej
>> Patch patch-aa,v failed to apply cleanly.
>> Patch(es) patch-aa applied cleanly.
*** Error code 1
 
Stop in /usr/ports/security/nmapfe.
*** Error code 1
 
Stop in /usr/ports/security/nmapfe.
*** Error code 1
 
Stop in /usr/ports/security/nmapfe.
*** Error code 1
 
Stop in /usr/ports/security/nmapfe.
*** Error code 1
 
Stop in /usr/ports/security/nmapfe.
*** Error code 1
 
Stop in /usr/ports/security/nmapfe.
tarantalla#
------_=_NextPart_001_01C14DBE.49AE9DF0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 10: 0:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01CB437B405 for ; Fri, 5 Oct 2001 10:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95H01m21292; Fri, 5 Oct 2001 10:00:01 -0700 (PDT) (envelope-from gnats) Received: from smtp.noos.fr (camus.noos.net [212.198.2.70]) by hub.freebsd.org (Postfix) with ESMTP id 6C05737B406 for ; Fri, 5 Oct 2001 09:57:39 -0700 (PDT) Received: (qmail 75207764 invoked by uid 0); 5 Oct 2001 16:57:37 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.70 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 5 Oct 2001 16:57:37 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f95GvZO86629; Fri, 5 Oct 2001 18:57:35 +0200 (CEST) (envelope-from root) Message-Id: <200110051657.f95GvZO86629@gits.dyndns.org> Date: Fri, 5 Oct 2001 18:57:35 +0200 (CEST) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31060: New port: textproc/docbook-to-man Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31060 >Category: ports >Synopsis: New port: textproc/docbook-to-man >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 10:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.4-RC i386 >Organization: ACME >Environment: System: FreeBSD gits 4.4-RC FreeBSD 4.4-RC #7: Thu Sep 20 12:40:17 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: this port is required to build the manual pages of the -devel GnuPG port I'm submitting. >How-To-Repeat: n/a >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # docbook-to-man/Makefile # docbook-to-man/pkg-comment # docbook-to-man/pkg-descr # docbook-to-man/pkg-plist # docbook-to-man/distinfo # docbook-to-man/files/patch-cmd::Imakefile # docbook-to-man/files/patch-Transpec::Imakefile # docbook-to-man/files/patch-Instant::Imakefile # docbook-to-man/files/patch-cmd::docbook-to-man.sh # echo x - docbook-to-man/Makefile sed 's/^X//' >docbook-to-man/Makefile << 'END-of-docbook-to-man/Makefile' X# New ports collection makefile for: gnupg-devel X# Date created: 5 Oct 2001 X# Whom: Cyrille Lefevre X# X# $FreeBSD$ X# X XPORTNAME= docbook-to-man XPORTVERSION= 1.0 XCATEGORIES= textproc XMASTER_SITES= http://www.oasis-open.org/docbook/tools/dtm XDISTNAME= ${PORTNAME} X XMAINTAINER= clefevre@citeweb.net X X.include X X# Global variables X# X X# There are two ports that satisfy the nsgmls requirement. X# Jade is preferred, but it currently doesn't compile on 2.1.x X# system, so use sp in that case. X X.if ${MACHINE_ARCH} == "alpha" XWITH_OPENJADE= yes X.endif X X.if ${OSVERSION} < 220000 XRUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/sp X.elif defined(WITH_OPENJADE) XRUN_DEPENDS= onsgmls:${PORTSDIR}/textproc/openjade X.else XRUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade X.endif XRUN_DEPENDS+= ${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook X XUSE_IMAKE= yes XUSE_X_PREFIX= no XXFREE86_HTML_MAN= no X XMAN1= oinstant.1 X X# Local variables X# X X.if defined(WITH_OPENJADE) XNSGMLS= onsgmls X.else XNSGMLS= nsgmls X.endif X X# Post extract X# X Xpost-extract: move-instant.1 X Xmove-instant.1: X @${MV} ${WRKSRC}/Doc/instant.1 ${WRKSRC}/Instant/oinstant.man X X# Post patch X# X Xpost-patch: patch-docbook-to-man X Xpatch-docbook-to-man: X @${PERL} -pi.fbsd -e 's|%%PREFIX%%|${PREFIX}|;s|%%NSGMLS%%|${NSGMLS}|' \ X ${WRKSRC}/cmd/docbook-to-man.sh X X.include END-of-docbook-to-man/Makefile echo x - docbook-to-man/pkg-comment sed 's/^X//' >docbook-to-man/pkg-comment << 'END-of-docbook-to-man/pkg-comment' XA DocBook SGML DTD into nroff/troff -man macros converter END-of-docbook-to-man/pkg-comment echo x - docbook-to-man/pkg-descr sed 's/^X//' >docbook-to-man/pkg-descr << 'END-of-docbook-to-man/pkg-descr' XA batch converter that transforms UNIX-style manpages from the XDocBook SGML DTD into nroff/troff -man macros. X XWWW: http://www.oasis-open.org/docbook/tools/dtm/ END-of-docbook-to-man/pkg-descr echo x - docbook-to-man/pkg-plist sed 's/^X//' >docbook-to-man/pkg-plist << 'END-of-docbook-to-man/pkg-plist' X@comment $FreeBSD$ Xbin/docbook-to-man Xbin/oinstant Xshare/sgml/otranspec/docbook-to-man.ts Xshare/sgml/otranspec/roff.cmap Xshare/sgml/otranspec/roff.sdata END-of-docbook-to-man/pkg-plist echo x - docbook-to-man/distinfo sed 's/^X//' >docbook-to-man/distinfo << 'END-of-docbook-to-man/distinfo' XMD5 (docbook-to-man.tar.gz) = b28ddaaa8eb4b775100c67fd1205240a END-of-docbook-to-man/distinfo echo x - docbook-to-man/files/patch-cmd::Imakefile sed 's/^X//' >docbook-to-man/files/patch-cmd::Imakefile << 'END-of-docbook-to-man/files/patch-cmd::Imakefile' X--- cmd/Imakefile.orig Mon Jun 17 05:50:30 1996 X+++ cmd/Imakefile Fri Oct 5 18:18:22 2001 X@@ -1,4 +1,5 @@ X-ROOT = /usr/local X+PREFIX ?= /usr/local X+ROOT = ${PREFIX} X BINDIR = $(ROOT)/bin X X all:: END-of-docbook-to-man/files/patch-cmd::Imakefile echo x - docbook-to-man/files/patch-Transpec::Imakefile sed 's/^X//' >docbook-to-man/files/patch-Transpec::Imakefile << 'END-of-docbook-to-man/files/patch-Transpec::Imakefile' X--- Transpec/Imakefile.orig Mon Jun 17 05:50:28 1996 X+++ Transpec/Imakefile Fri Oct 5 18:20:17 2001 X@@ -1,5 +1,6 @@ X-ROOT = /usr/local X-TPTLIB = $(ROOT)/lib/tpt X+PREFIX ?= /usr/local X+ROOT = ${PREFIX} X+TPTLIB = $(ROOT)/share/sgml/otranspec X X all:: X END-of-docbook-to-man/files/patch-Transpec::Imakefile echo x - docbook-to-man/files/patch-Instant::Imakefile sed 's/^X//' >docbook-to-man/files/patch-Instant::Imakefile << 'END-of-docbook-to-man/files/patch-Instant::Imakefile' X--- Instant/Imakefile.orig Mon Jun 17 05:50:29 1996 X+++ Instant/Imakefile Fri Oct 5 18:18:22 2001 X@@ -1,14 +1,18 @@ X #define IHaveSubdirs X #define PassCDebugFlags X+#undef BuildInstallHtmlManPage X+#define BuildInstallHtmlManPage(x,y,z) /**/ X X SUBDIRS = tptregexp X X-ROOT = /usr/local X+PREFIX ?= /usr/local X+ROOT = ${PREFIX} X+MANPATH = ${ROOT}/man X BINDIR = $(ROOT)/bin X X INCLUDES = -Itptregexp X LOCAL_LIBRARIES = -Ltptregexp -ltptregexp X-TPTLIB = $(ROOT)/lib/tpt X+TPTLIB = $(ROOT)/share/sgml/otranspec X DEFINES = -DDEF_TPT_LIB=\"$(TPTLIB)\" X X SRCS = main.c util.c info.c translate.c traninit.c tranvar.c tables.c \ X@@ -19,4 +23,4 @@ X MakeSubdirs($(SUBDIRS)) X DependSubdirs($(SUBDIRS)) X X-ComplexProgramTarget(instant) X+ComplexProgramTarget(oinstant) END-of-docbook-to-man/files/patch-Instant::Imakefile echo x - docbook-to-man/files/patch-cmd::docbook-to-man.sh sed 's/^X//' >docbook-to-man/files/patch-cmd::docbook-to-man.sh << 'END-of-docbook-to-man/files/patch-cmd::docbook-to-man.sh' X--- cmd/docbook-to-man.sh.orig Mon Jun 17 05:50:30 1996 X+++ cmd/docbook-to-man.sh Fri Oct 5 18:18:22 2001 X@@ -40,9 +40,9 @@ X # ***** change the following paths if your installation of nsgmls and / or X # ***** DocBook isn't into the default places. X X-ROOT=/usr/local X-SGMLS=$ROOT/lib/sgml X-DOCBOOK=$SGMLS/Davenport/dtd X+ROOT=%%PREFIX%% X+SGMLS=$ROOT/share/sgml X+DOCBOOK=$SGMLS/docbook X X X # ***** modify the following line (to "=false") if you're not using the X@@ -51,19 +51,16 @@ X doElanPSInclude=true X X X- X # Everything below this line should be pretty standard and not require X # modification. X X #ulimit -c unlimited X X PARSER=nsgmls X-INSTANT=instant X+INSTANT=oinstant X INSTANT_OPT=-d X X-CATALOG=$DOCBOOK/docbook.cat X-DECL=$DOCBOOK/docbook.dcl X-#PROLOG=$DOCBOOK/docbook.prolog X+CATALOG=$DOCBOOK/catalog X X error=false X X@@ -159,17 +156,8 @@ X .ds f4\" X ! X X- X-#if [ ! -f $PROLOG ] X-#then cat > $PROLOG < X-#]> X-#! X-#fi X- X (cat /tmp/dtm.$$.psinc; X- $PARSER -gl -m$CATALOG $DECL $INSTANCE | X+ $PARSER -gl -c $CATALOG $INSTANCE | X $INSTANT $INSTANT_OPT -croff.cmap -sroff.sdata -tdocbook-to-man.ts) X X-rm -f /tmp/dtm.$$.psinc X+rm -f /tmp/dtm.$$.psinc END-of-docbook-to-man/files/patch-cmd::docbook-to-man.sh exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 10: 3:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from gifw.genroco.com (genroco.com [205.254.195.202]) by hub.freebsd.org (Postfix) with ESMTP id 8A67F37B401 for ; Fri, 5 Oct 2001 10:03:33 -0700 (PDT) Received: from gi2.genroco.com (IDENT:root@gi2.genroco.com [192.133.120.3]) by gifw.genroco.com (8.9.3/8.9.3) with ESMTP id MAA12505; Fri, 5 Oct 2001 12:03:31 -0500 Received: from scot.genroco.com (scot.genroco.com [192.133.120.125]) by gi2.genroco.com (8.9.3/8.9.3) with SMTP id MAA23515; Fri, 5 Oct 2001 12:03:27 -0500 Message-ID: <00be01c14dbf$a91fa440$7d7885c0@genroco.com> From: "Scot W. Hetzel" To: "De la Torre, Hector" Cc: "'ports@FreeBSD.org'" References: Subject: Re: FreeBSD Port: nmapfe-2.54.b29 Date: Fri, 5 Oct 2001 12:03:25 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org From: "De la Torre, Hector" > I have tried building nmapfe from the ports collection but it has constantly > failed ever since I updated my ports collection, any ideas how i can fix it > ? > > Currently running freebsd 4.4-stable > > tarantalla# cd /usr/ports/security/nmapfe > tarantalla# make install clean > >> nmap-2.54BETA29.tgz doesn't seem to exist in /usr/ports/distfiles/. > >> Attempting to fetch from > ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ > . > Receiving nmap-2.54BETA29.tgz (835230 bytes): 100% > 835230 bytes transferred in 221.4 seconds (3.68 kBps) > ===> Extracting for nmapfe-2.54.b29 > >> Checksum OK for nmap-2.54BETA29.tgz. > ===> nmapfe-2.54.b29 depends on shared library: glib12.3 - found > ===> nmapfe-2.54.b29 depends on shared library: gtk12.2 - found > ===> Patching for nmapfe-2.54.b29 > ===> Applying FreeBSD patches for nmapfe-2.54.b29 > 1 out of 1 hunks failed--saving rejects to Makefile.in.rej > >> Patch patch-aa,v failed to apply cleanly. > >> Patch(es) patch-aa applied cleanly. remove files/patch-aa,v as that is a CVS repository file for files/patch-aa. If you have other *,v files, remove them. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 10:10:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30E6C37B407 for ; Fri, 5 Oct 2001 10:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95HA1426942; Fri, 5 Oct 2001 10:10:01 -0700 (PDT) (envelope-from gnats) Received: from smtp.noos.fr (racine.noos.net [212.198.2.71]) by hub.freebsd.org (Postfix) with ESMTP id D68A137B405 for ; Fri, 5 Oct 2001 10:08:07 -0700 (PDT) Received: (qmail 1238668 invoked by uid 0); 5 Oct 2001 17:08:05 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.71 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 5 Oct 2001 17:08:05 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f95H85E87259; Fri, 5 Oct 2001 19:08:05 +0200 (CEST) (envelope-from root) Message-Id: <200110051708.f95H85E87259@gits.dyndns.org> Date: Fri, 5 Oct 2001 19:08:05 +0200 (CEST) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31061: New port: security/gnupg-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31061 >Category: ports >Synopsis: New port: security/gnupg-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 10:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.4-RC i386 >Organization: ACME >Environment: System: FreeBSD gits 4.4-RC FreeBSD 4.4-RC #7: Thu Sep 20 12:40:17 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: well, I originaly made this port just to have access to the gpg-agent which isn't yet in the official distribution. gpg-agent allow you to cache your passphrase w/o need to enter it again and again. all elements are installed w/ -devel suffix to not clash w/ the official distribution. >How-To-Repeat: n/a >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gnupg-devel/Makefile # gnupg-devel/pkg-plist # gnupg-devel/pkg-descr # gnupg-devel/pkg-comment # gnupg-devel/distinfo # gnupg-devel/files/patch-agent::gpg-agent.c # echo x - gnupg-devel/Makefile sed 's/^X//' >gnupg-devel/Makefile << 'END-of-gnupg-devel/Makefile' X# New ports collection makefile for: gnupg-devel X# Date created: 5 Oct 2001 X# Whom: Cyrille Lefevre X# X# $FreeBSD$ X# X XPORTNAME= gnupg$(DEVEL) XPORTVERSION= 1.1.1 XCATEGORIES= security XMASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/%SUBDIR%/ \ X ftp://pgp.iijlab.net/pub/%SUBDIR%/ \ X ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/gnupg/&,} XMASTER_SITE_SUBDIR= devel XDISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} X XMAINTAINER= clefevre@citeweb.net X X# Global variables X# X XBUILD_DEPENDS= docbook-to-man:${PORTSDIR}/textproc/docbook-to-man XLIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv \ X gdbm.2:${PORTSDIR}/databases/gdbm \ X intl.1:${PORTSDIR}/devel/gettext X X#RESTRICTED= "Crypto; export-controlled" X X# for instance, install almost everything using -devel suffix X# to not clash w/ the official release. X# commenting this variable overrides the official stuffs. XDEVEL= -devel X XUSE_AUTOCONF= yes XUSE_LIBTOOL= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib -lintl" X.if defined(DEVEL) XCONFIGURE_ARGS= --program-suffix=-devel X.endif XWANT_GTK= yes X XMAN1= gpg$(DEVEL).1 X XPLIST_SUB= DEVEL="${DEVEL}" X X.include X XCFLAGS:= ${CFLAGS:S/-pipe//g} X X.if defined(HAVE_GTK) XUSE_GTK= yes X.else XCONFIGURE_ARGS+= --disable-gtktest X.endif X X# Local variables X# X XDOC_FILES= ABOUT-NLS AUTHORS BUGS COPYING INSTALL \ X NEWS PROJECTS README THANKS TODO VERSION \ X doc/DETAILS doc/FAQ doc/HACKING doc/OpenPGP X X# Post-patch X# X Xpost-patch: patch-testapi patch-configure X Xpatch-testapi: X @${PERL} -pi.fbsd -e \ X 's|$$| ../jnlib/libjnlib.la| if (/testapi_LDADD/)' \ X ${WRKSRC}/gcrypt/Makefile.in X Xpatch-configure: X @${PERL} -pi.fbsd -e \ X 's|gnupg|gnupg${DEVEL}| if (/AM_INIT_AUTOMAKE/)' \ X ${WRKSRC}/configure.in X X# Post-install X# X Xpost-install: install-doc X Xinstall-doc: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for file in ${DOC_FILES} X ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} X.endfor X.endif X X# Yeah! All 23 tests passed. X# X Xcheck: X @cd ${WRKSRC} && ${MAKE} check X X.include END-of-gnupg-devel/Makefile echo x - gnupg-devel/pkg-plist sed 's/^X//' >gnupg-devel/pkg-plist << 'END-of-gnupg-devel/pkg-plist' X@comment $FreeBSD$ Xbin/gcrypt-config%%DEVEL%% Xbin/gpg-agent%%DEVEL%% Xbin/gpg%%DEVEL%% Xbin/kbxutil%%DEVEL%% Xinclude/gcrypt.h Xlib/gnupg%%DEVEL%%/rndegd%%DEVEL%% Xlib/gnupg%%DEVEL%%/rndunix%%DEVEL%% Xlib/gnupg%%DEVEL%%/tiger%%DEVEL%% Xlib/libgcrypt.so.0 X@exec ln -fs %f libgcrypt.so X@unexec rm -f libgcrypt.so Xshare/aclocal/gcrypt.m4 X%%PORTDOCS%%share/doc/gnupg%%DEVEL%%/ABOUT-NLS X%%PORTDOCS%%share/doc/gnupg%%DEVEL%%/AUTHORS X%%PORTDOCS%%share/doc/gnupg%%DEVEL%%/BUGS X%%PORTDOCS%%share/doc/gnupg%%DEVEL%%/COPYING X%%PORTDOCS%%share/doc/gnupg%%DEVEL%%/DETAILS X%%PORTDOCS%%share/doc/gnupg%%DEVEL%%/FAQ X%%PORTDOCS%%share/doc/gnupg%%DEVEL%%/HACKING X%%PORTDOCS%%share/doc/gnupg%%DEVEL%%/INSTALL X%%PORTDOCS%%share/doc/gnupg%%DEVEL%%/NEWS X%%PORTDOCS%%share/doc/gnupg%%DEVEL%%/OpenPGP X%%PORTDOCS%%share/doc/gnupg%%DEVEL%%/PROJECTS X%%PORTDOCS%%share/doc/gnupg%%DEVEL%%/README X%%PORTDOCS%%share/doc/gnupg%%DEVEL%%/THANKS X%%PORTDOCS%%share/doc/gnupg%%DEVEL%%/TODO X%%PORTDOCS%%share/doc/gnupg%%DEVEL%%/VERSION Xshare/gnupg%%DEVEL%%/gcryptref.html Xshare/gnupg%%DEVEL%%/gcryptref.ps Xshare/gnupg%%DEVEL%%/options.skel Xshare/locale/da/LC_MESSAGES/gnupg%%DEVEL%%.mo Xshare/locale/de/LC_MESSAGES/gnupg%%DEVEL%%.mo Xshare/locale/eo/LC_MESSAGES/gnupg%%DEVEL%%.mo Xshare/locale/es_ES/LC_MESSAGES/gnupg%%DEVEL%%.mo Xshare/locale/fr/LC_MESSAGES/gnupg%%DEVEL%%.mo Xshare/locale/id/LC_MESSAGES/gnupg%%DEVEL%%.mo Xshare/locale/it/LC_MESSAGES/gnupg%%DEVEL%%.mo Xshare/locale/ja/LC_MESSAGES/gnupg%%DEVEL%%.mo Xshare/locale/nl/LC_MESSAGES/gnupg%%DEVEL%%.mo Xshare/locale/pl/LC_MESSAGES/gnupg%%DEVEL%%.mo Xshare/locale/pt_BR/LC_MESSAGES/gnupg%%DEVEL%%.mo Xshare/locale/pt_PT/LC_MESSAGES/gnupg%%DEVEL%%.mo Xshare/locale/ru/LC_MESSAGES/gnupg%%DEVEL%%.mo Xshare/locale/sv/LC_MESSAGES/gnupg%%DEVEL%%.mo X@unexec rmdir %D/share/locale/sv/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/sv 2>/dev/null || true X@unexec rmdir %D/share/locale/ru/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/ru 2>/dev/null || true X@unexec rmdir %D/share/locale/pt_PT/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/pt_PT 2>/dev/null || true X@unexec rmdir %D/share/locale/pt_BR/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/pt_BR 2>/dev/null || true X@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/pl 2>/dev/null || true X@unexec rmdir %D/share/locale/nl/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/nl 2>/dev/null || true X@unexec rmdir %D/share/locale/ja/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/ja 2>/dev/null || true X@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/it 2>/dev/null || true X@unexec rmdir %D/share/locale/id/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/id 2>/dev/null || true X@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/fr 2>/dev/null || true X@unexec rmdir %D/share/locale/es_ES/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/es_ES 2>/dev/null || true X@unexec rmdir %D/share/locale/eo/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/eo 2>/dev/null || true X@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/de 2>/dev/null || true X@unexec rmdir %D/share/locale/da/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/da 2>/dev/null || true X@unexec rmdir %D/share/locale 2>/dev/null || true X@dirrm share/gnupg%%DEVEL%% X%%PORTDOCS%%@dirrm share/doc/gnupg%%DEVEL%% X@dirrm lib/gnupg%%DEVEL%% END-of-gnupg-devel/pkg-plist echo x - gnupg-devel/pkg-descr sed 's/^X//' >gnupg-devel/pkg-descr << 'END-of-gnupg-devel/pkg-descr' XGnuPG is a complete and free replacement for PGP. X XBecause it does not use the patented IDEA algorithm, it can be used Xwithout any restrictions. GnuPG is an RFC2440 (OpenPGP) compliant Xapplication. X XWWW: http://www.gnupg.org/ X Xkuriyama@FreeBSD.org END-of-gnupg-devel/pkg-descr echo x - gnupg-devel/pkg-comment sed 's/^X//' >gnupg-devel/pkg-comment << 'END-of-gnupg-devel/pkg-comment' XThe GNU Privacy Guard END-of-gnupg-devel/pkg-comment echo x - gnupg-devel/distinfo sed 's/^X//' >gnupg-devel/distinfo << 'END-of-gnupg-devel/distinfo' XMD5 (gnupg-1.1.1.tar.gz) = 6d437defa6877608c21b26e2097af60a END-of-gnupg-devel/distinfo echo x - gnupg-devel/files/patch-agent::gpg-agent.c sed 's/^X//' >gnupg-devel/files/patch-agent::gpg-agent.c << 'END-of-gnupg-devel/files/patch-agent::gpg-agent.c' X--- agent/gpg-agent.c.orig Mon Aug 21 16:25:07 2000 X+++ agent/gpg-agent.c Fri Oct 5 02:48:33 2001 X@@ -36,6 +36,7 @@ X #include X #include X #include X+#include X #include X #include X #include END-of-gnupg-devel/files/patch-agent::gpg-agent.c exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 10:20:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A390837B408 for ; Fri, 5 Oct 2001 10:20:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95HK3728329; Fri, 5 Oct 2001 10:20:03 -0700 (PDT) (envelope-from gnats) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by hub.freebsd.org (Postfix) with ESMTP id 5FEC837B409 for ; Fri, 5 Oct 2001 10:16:20 -0700 (PDT) Received: (from marck@localhost) by woozle.rinet.ru (8.11.6/8.11.6) id f95HGIF81891; Fri, 5 Oct 2001 21:16:18 +0400 (MSD) (envelope-from marck) Message-Id: <200110051716.f95HGIF81891@woozle.rinet.ru> Date: Fri, 5 Oct 2001 21:16:18 +0400 (MSD) From: Dmitry Morozovsky Reply-To: Dmitry Morozovsky To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31062: net/ehnt update: 0.2.3 -> 0.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31062 >Category: ports >Synopsis: net/ehnt update: 0.2.3 -> 0.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 10:20:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dmitry Morozovsky >Release: FreeBSD 4.4-RC i386 >Organization: Cronyx Plus LLC >Environment: System: FreeBSD woozle.rinet.ru 4.4-RC FreeBSD 4.4-RC #0: Sun Sep 9 18:06:12 MSD 2001 root@woozle.rinet.ru:/lh/obj/ar/src/sys/woozle i386 >Description: New version of ehnt released by nikw@martnet.com >How-To-Repeat: N/A >Fix: ehnta-0.2-0.3.diff here is patch for ehnta port skeleton (net/ehnt) between versions 0.2 and 0.3 also, files/ehnt.1 and files/ehntserv.8 should be deleted, as Nik has added them in standard source set. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/ehnt/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 2001/09/08 09:04:07 1.2 +++ Makefile 2001/10/05 17:09:12 @@ -6,7 +6,7 @@ # PORTNAME= ehnt -PORTVERSION= 0.2.3 +PORTVERSION= 0.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,8 +22,8 @@ ${INSTALL_PROGRAM} ${WRKSRC}/ehnt ${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/ehntserv ${PREFIX}/sbin/ ${INSTALL_SCRIPT} ${FILESDIR}/ehntserv.sh.sample ${PREFIX}/etc/rc.d/ - ${INSTALL_MAN} ${FILESDIR}/ehnt.1 ${PREFIX}/man/man1/ - ${INSTALL_MAN} ${FILESDIR}/ehntserv.8 ${PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/ehnt.1 ${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/ehntserv.8 ${PREFIX}/man/man8/ ${MKDIR} ${PREFIX}/share/ehnt ${INSTALL_DATA} ${WRKSRC}/asnc.txt ${PREFIX}/share/ehnt/ .if !defined(NOPORTDOCS) Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/ehnt/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 2001/08/11 17:38:05 1.1 +++ distinfo 2001/10/05 17:09:12 @@ -1,2 +1,2 @@ -MD5 (ehnt-0.2.3.tar.gz) = 4fb3af5046fb9943ea6bb93a56cb89cb -MD5 (ehnt_data-0.2.3.tar.gz) = ddba92084c78138bdd9af23ac25f5ee9 +MD5 (ehnt-0.3.tar.gz) = 1477137f5207561cafb421864351562d +MD5 (ehnt_data-0.3.tar.gz) = b861e0fb0092c45c71b9048e9a4b1679 Index: files/patch-Makefile =================================================================== RCS file: /home/ncvs/ports/net/ehnt/files/patch-Makefile,v retrieving revision 1.1 diff -u -r1.1 patch-Makefile --- files/patch-Makefile 2001/08/11 17:38:05 1.1 +++ files/patch-Makefile 2001/10/05 17:09:12 @@ -1,6 +1,6 @@ ---- Makefile.orig Thu Aug 9 12:55:44 2001 -+++ Makefile Thu Aug 9 13:04:50 2001 -@@ -1,19 +1,12 @@ +--- Makefile.orig Thu Oct 4 22:18:29 2001 ++++ Makefile Fri Oct 5 21:00:34 2001 +@@ -1,23 +1,14 @@ -PLATFORM = LINUX +#PLATFORM = LINUX #PLATFORM = SOLARIS @@ -11,7 +11,11 @@ #DEBUG = yes #CFLAGS = -g #CFLAGS = -O6 +-STRIP = strip ++#STRIP = strip + #STRIP = gstrip LIBS = -lm +-CFLAGS = -I/usr/lib/glib/include - -ifeq ($(PLATFORM),SOLARIS) - LIBS += -lsocket -lnsl -lresolv @@ -20,30 +24,31 @@ -ifeq ($(DEBUG),yes) - CFLAGS += -g -endif +- +CFLAGS+= -DASNCDIR=\"${PREFIX}/share/ehnt\" - all: ehntserv ehnt asnc.txt -@@ -37,11 +30,6 @@ + @echo +@@ -40,11 +31,6 @@ ehnt : ehnt_client.o ehnt_lookup.o ehnt_display.o ehnt_processflow.o ehnt_main.o $(CC) -o ehnt ehnt_client.o ehnt_lookup.o ehnt_display.o ehnt_processflow.o ehnt_main.o $(LIBS) $(CFLAGS) -ifeq ($(DEBUG),yes) - @echo Debug mode - ehnt not stripped -else -- strip ehnt +- $(STRIP) ehnt -endif ehntserv.o : ehntserv.c ehnt.h netflowv5.h config.h -@@ -49,11 +37,6 @@ +@@ -52,11 +38,6 @@ ehntserv : ehntserv.o $(CC) $(CFLAGS) -o ehntserv ehntserv.o $(LIBS) $(CFLAGS) -ifeq ($(DEBUG),yes) - @echo Debug mode - ehnt not stripped -else -- strip ehntserv +- $(STRIP) ehntserv -endif asnc.txt : >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 10:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B69E037B408 for ; Fri, 5 Oct 2001 10:40:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95He4X31267; Fri, 5 Oct 2001 10:40:04 -0700 (PDT) (envelope-from gnats) Date: Fri, 5 Oct 2001 10:40:04 -0700 (PDT) Message-Id: <200110051740.f95He4X31267@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Mario Sergio Fujikawa Ferreira" Subject: Re: ports/31060: New port docbook-to-man Reply-To: "Mario Sergio Fujikawa Ferreira" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31060; it has been noted by GNATS. From: "Mario Sergio Fujikawa Ferreira" To: freebsd-gnats-submit@FreeBSD.org Cc: clefevre@citeweb.net Subject: Re: ports/31060: New port docbook-to-man Date: Fri, 5 Oct 2001 14:33:25 -0300 Hi, I made the following changes to the port, what do you think? 1) add missing trailing / in MASTER_SITES 2) *_DEPENDS use {LOCAL,X11}BASE not PREFIX 3) No need to conditionaly set PREFIX, it's in MAKE_ENV Regards, diff -ruN docbook-to-man.orig/Makefile docbook-to-man/Makefile --- docbook-to-man.orig/Makefile Fri Oct 5 14:25:03 2001 +++ docbook-to-man/Makefile Fri Oct 5 14:31:14 2001 @@ -8,7 +8,7 @@ PORTNAME= docbook-to-man PORTVERSION= 1.0 CATEGORIES= textproc -MASTER_SITES= http://www.oasis-open.org/docbook/tools/dtm +MASTER_SITES= http://www.oasis-open.org/docbook/tools/dtm/ DISTNAME= ${PORTNAME} MAINTAINER= clefevre@citeweb.net @@ -33,7 +33,7 @@ .else RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade .endif -RUN_DEPENDS+= ${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook +RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook USE_IMAKE= yes USE_X_PREFIX= no diff -ruN docbook-to-man.orig/files/patch-Instant::Imakefile docbook-to-man/files/patch-Instant::Imakefile --- docbook-to-man.orig/files/patch-Instant::Imakefile Fri Oct 5 14:25:03 2001 +++ docbook-to-man/files/patch-Instant::Imakefile Fri Oct 5 14:21:30 2001 @@ -1,6 +1,6 @@ ---- Instant/Imakefile.orig Mon Jun 17 05:50:29 1996 -+++ Instant/Imakefile Fri Oct 5 18:18:22 2001 -@@ -1,14 +1,18 @@ +--- Instant/Imakefile.orig Mon Jun 17 00:50:09 1996 ++++ Instant/Imakefile Fri Oct 5 14:20:29 2001 +@@ -1,14 +1,17 @@ #define IHaveSubdirs #define PassCDebugFlags +#undef BuildInstallHtmlManPage @@ -9,9 +9,8 @@ SUBDIRS = tptregexp -ROOT = /usr/local -+PREFIX ?= /usr/local +ROOT = ${PREFIX} -+MANPATH = ${ROOT}/man ++MANPATH = $(ROOT)/man BINDIR = $(ROOT)/bin INCLUDES = -Itptregexp @@ -21,7 +20,7 @@ DEFINES = -DDEF_TPT_LIB=\"$(TPTLIB)\" SRCS = main.c util.c info.c translate.c traninit.c tranvar.c tables.c \ -@@ -19,4 +23,4 @@ +@@ -19,4 +22,4 @@ MakeSubdirs($(SUBDIRS)) DependSubdirs($(SUBDIRS)) diff -ruN docbook-to-man.orig/files/patch-Transpec::Imakefile docbook-to-man/files/patch-Transpec::Imakefile --- docbook-to-man.orig/files/patch-Transpec::Imakefile Fri Oct 5 14:25:03 2001 +++ docbook-to-man/files/patch-Transpec::Imakefile Fri Oct 5 14:21:22 2001 @@ -1,9 +1,8 @@ ---- Transpec/Imakefile.orig Mon Jun 17 05:50:28 1996 -+++ Transpec/Imakefile Fri Oct 5 18:20:17 2001 -@@ -1,5 +1,6 @@ +--- Transpec/Imakefile.orig Mon Jun 17 00:50:08 1996 ++++ Transpec/Imakefile Fri Oct 5 14:20:04 2001 +@@ -1,5 +1,5 @@ -ROOT = /usr/local -TPTLIB = $(ROOT)/lib/tpt -+PREFIX ?= /usr/local +ROOT = ${PREFIX} +TPTLIB = $(ROOT)/share/sgml/otranspec diff -ruN docbook-to-man.orig/files/patch-cmd::Imakefile docbook-to-man/files/patch-cmd::Imakefile --- docbook-to-man.orig/files/patch-cmd::Imakefile Fri Oct 5 14:25:03 2001 +++ docbook-to-man/files/patch-cmd::Imakefile Fri Oct 5 14:21:44 2001 @@ -1,8 +1,7 @@ ---- cmd/Imakefile.orig Mon Jun 17 05:50:30 1996 -+++ cmd/Imakefile Fri Oct 5 18:18:22 2001 -@@ -1,4 +1,5 @@ +--- cmd/Imakefile.orig Mon Jun 17 00:50:10 1996 ++++ cmd/Imakefile Fri Oct 5 14:20:40 2001 +@@ -1,4 +1,4 @@ -ROOT = /usr/local -+PREFIX ?= /usr/local +ROOT = ${PREFIX} BINDIR = $(ROOT)/bin -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 10:40:17 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D35C837B407 for ; Fri, 5 Oct 2001 10:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95He2L31262; Fri, 5 Oct 2001 10:40:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 5 Oct 2001 10:40:02 -0700 (PDT) Message-Id: <200110051740.f95He2L31262@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/31061: New port: security/gnupg-devel Reply-To: Cyrille Lefevre Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31061; it has been noted by GNATS. From: Cyrille Lefevre To: freebsd-gnats-submit@FreeBSD.org, clefevre@citeweb.net Cc: Subject: Re: ports/31061: New port: security/gnupg-devel Date: Fri, 05 Oct 2001 19:33:15 +0200 I forgot to say that this port depends on PR #31060. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 10:50: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF6CF37B409 for ; Fri, 5 Oct 2001 10:50:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95Ho0733061; Fri, 5 Oct 2001 10:50:00 -0700 (PDT) (envelope-from gnats) Received: from decepticon.icgcorp.net (decepticon.icgcorp.net [216.91.127.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D0EE37B405 for ; Fri, 5 Oct 2001 10:40:51 -0700 (PDT) Received: (from kris@localhost) by decepticon.icgcorp.net (8.11.6/8.11.6) id f95HfZY88094; Fri, 5 Oct 2001 10:41:35 -0700 (MST) (envelope-from kris) Message-Id: <200110051741.f95HfZY88094@decepticon.icgcorp.net> Date: Fri, 5 Oct 2001 10:41:35 -0700 (MST) From: Kris Gale Reply-To: Kris Gale To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31063: Upgrade aim-transport in jabber port. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31063 >Category: ports >Synopsis: Upgrade aim-transport in jabber port. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 10:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Kris Gale >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD decepticon.icgcorp.net 4.4-RC FreeBSD 4.4-RC #0: Fri Aug 31 19:16:03 MST 2001 root@decepticon.icgcorp.net:/usr/obj/usr/src/sys/DECEPTICON i386 >Description: The version of the aim-transport referenced in the jabber port is several versions behind and doesn't work with the current AIM servers. >How-To-Repeat: >Fix: --- jabber.orig/Makefile Fri Oct 5 10:17:51 2001 +++ jabber/Makefile Fri Oct 5 10:20:03 2001 @@ -9,9 +9,10 @@ PORTVERSION= 1.4.1 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://download.jabber.org/dists/1.4/final/ +MASTER_SITES= http://download.jabber.org/dists/1.4/final/ \ + http://download.jabber.org/dists/transports/aim-transport/ DISTFILES+= jabber-1.4.1.tar.gz \ - aim-transport-0.9.0.tar.gz \ + aim-transport-0.9.23.tar.gz \ conference-0.4.1.tar.gz \ icq-transport-0.9.tar.gz \ irc-transport-0.1b-1.40.linux.tar.gz \ @@ -33,7 +34,7 @@ JABDIR= ${PORTNAME}-${PORTVERSION} post-extract: - @mv ${WRKDIR}/aim-transport-0.9.0 ${WRKDIR}/${JABDIR}/aim-transport + @mv ${WRKDIR}/aim-transport-0.9.23 ${WRKDIR}/${JABDIR}/aim-transport @mv ${WRKDIR}/conference-0.4.1 ${WRKDIR}/${JABDIR}/conference @mv ${WRKDIR}/icq-transport-0.9 ${WRKDIR}/${JABDIR}/icq-transport @mv ${WRKDIR}/irc-transport-0.1b-1.40 ${WRKDIR}/${JABDIR}/irc-transport --- jabber.orig/distinfo Fri Oct 5 10:17:52 2001 +++ jabber/distinfo Fri Oct 5 10:23:21 2001 @@ -1,5 +1,5 @@ MD5 (jabber-1.4.1.tar.gz) = fc7afba8969e53c5e3b662156d1cdeae -MD5 (aim-transport-0.9.0.tar.gz) = 16af3cdaa008a30079f5a89ecc4dbc90 +MD5 (aim-transport-0.9.23.tar.gz) = 76bf467d2aa551f7e9a2c8ede2e4d1ad MD5 (conference-0.4.1.tar.gz) = 01b825d9f917674f25fdba29255d081b MD5 (icq-transport-0.9.tar.gz) = ffa69ae19ac18395c87470c1729dcc59 MD5 (irc-transport-0.1b-1.40.linux.tar.gz) = 5ccf1bb828e3d813380f100e4d11f7f6 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 11:40:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 303F337B407 for ; Fri, 5 Oct 2001 11:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95Ie2J44754; Fri, 5 Oct 2001 11:40:02 -0700 (PDT) (envelope-from gnats) Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 2797837B408 for ; Fri, 5 Oct 2001 11:36:03 -0700 (PDT) Received: (qmail 5625 invoked by uid 100); 5 Oct 2001 18:36:02 -0000 Message-Id: <20011005183602.5624.qmail@guru.mired.org> Date: 5 Oct 2001 18:36:02 -0000 From: Mike Meyer Reply-To: Mike Meyer To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31064: New port: ratmenu menu program for ratpoison window manager. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31064 >Category: ports >Synopsis: New port: ratmenu menu program for ratpoison window manager. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 11:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 4.4-STABLE i386 >Organization: Meyer Consulting >Environment: System: FreeBSD guru.mired.org 4.4-STABLE FreeBSD 4.4-STABLE #8: Sun Sep 30 17:21:29 CDT 2001 mwm@guru.mired.org:/sharetmp/obj/usr/src/sys/GURU i386 >Description: The best menu utility for the ratpoison window manager isn't in the ports tree, even though ratpoison is. >How-To-Repeat: cd /usr/ports make search key=ratmenu >Fix: The attached patch provides a ratmenu port. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ratmenu # ratmenu/pkg-plist # ratmenu/pkg-descr # ratmenu/pkg-comment # ratmenu/distinfo # ratmenu/Makefile # ratmenu/files # ratmenu/files/patch-Makefile # echo c - ratmenu mkdir -p ratmenu > /dev/null 2>&1 echo x - ratmenu/pkg-plist sed 's/^X//' >ratmenu/pkg-plist << 'END-of-ratmenu/pkg-plist' Xbin/ratmenu END-of-ratmenu/pkg-plist echo x - ratmenu/pkg-descr sed 's/^X//' >ratmenu/pkg-descr << 'END-of-ratmenu/pkg-descr' XThis is ratmenu, a simple program that allows you to create X menus from the Xshell, where each menu item will run a command. ratmenu is intended for use Xwith ratpoison, but can be used with any other window manager. END-of-ratmenu/pkg-descr echo x - ratmenu/pkg-comment sed 's/^X//' >ratmenu/pkg-comment << 'END-of-ratmenu/pkg-comment' XA simple menu patterened for use with ratpoison END-of-ratmenu/pkg-comment echo x - ratmenu/distinfo sed 's/^X//' >ratmenu/distinfo << 'END-of-ratmenu/distinfo' XMD5 (ratmenu-1.4.tar.gz) = 2b9571ff28a4252cbe2c258b9498504e END-of-ratmenu/distinfo echo x - ratmenu/Makefile sed 's/^X//' >ratmenu/Makefile << 'END-of-ratmenu/Makefile' X# New ports collection makefile for: 9menu X# Date created: Fri Oct 5 12:53:10 CDT 2001 X# Whom: mwm@mired.org X# X# $FreeBSD: $ X# X XPORTNAME= ratmenu XPORTVERSION= 1.4 XCATEGORIES= x11-wm XMASTER_SITES= http://reactor-core.org/~djw/ X XMAINTAINER= mwm@mired.org X XUSE_X_PREFIX= yes XALL_TARGET= ratmenu XMAN1= ratmenu.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/ratmenu ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/ratmenu.1 ${PREFIX}/man/man1 X X.include END-of-ratmenu/Makefile echo c - ratmenu/files mkdir -p ratmenu/files > /dev/null 2>&1 echo x - ratmenu/files/patch-Makefile sed 's/^X//' >ratmenu/files/patch-Makefile << 'END-of-ratmenu/files/patch-Makefile' X--- Makefile.orig Wed Sep 26 14:36:26 2001 X+++ Makefile Fri Oct 5 13:16:05 2001 X@@ -5,12 +5,9 @@ X X PROG = ratmenu X X-PREFIX=/usr/local X-MANDIR=$(PREFIX)/man X- X-CC = gcc X-LIBS = -L/usr/X11R6/lib -lX11 X-CFLAGS = -Os -Wall -ansi -pedantic X+MANDIR = $(PREFIX)/man X+CFLAGS += -I$(X11BASE)/include X+LIBS = -L$(X11BASE)/lib -lX11 X X $(PROG): $(PROG).c X $(CC) $(CFLAGS) $< $(LIBS) -o $@ END-of-ratmenu/files/patch-Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 11:50: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B7D537B409 for ; Fri, 5 Oct 2001 11:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95Io0745674; Fri, 5 Oct 2001 11:50:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2B7337B403 for ; Fri, 5 Oct 2001 11:47:43 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95Ilhj45386; Fri, 5 Oct 2001 11:47:43 -0700 (PDT) (envelope-from nobody) Message-Id: <200110051847.f95Ilhj45386@freefall.freebsd.org> Date: Fri, 5 Oct 2001 11:47:43 -0700 (PDT) From: Luca Lesinigo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31065: wget needs autoconf but the ports don't know Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31065 >Category: ports >Synopsis: wget needs autoconf but the ports don't know >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 11:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Luca Lesinigo >Release: FreeBSD 4.4-RELEASE >Organization: - >Environment: FreeBSD wendy.luckyland 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Sep 18 11:57:08 PDT 2001 murray@builder.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 >Description: A "make install clean" in ports/ftp/wget won't install wget because it needs autoconf (ports/devel/autoconf), but it doesn't automatically detect it and I had to manually install autoconf. My setup is a "minimal installation" plus man & ports. I compiled & installed bash2, links and python from the ports before trying to install wget. >How-To-Repeat: I think that installing the minimal system, adding man and ports and trying to compile wget should be sufficient to reproduce this problem. Unfortunately I don't have a machine to test it on and cannot take the "problem machine" out of production... >Fix: Maybe just adding autoconf to the dependencies of wget? it should do the trick... >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 12:30:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DA1F37B40C for ; Fri, 5 Oct 2001 12:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95JU1t54194; Fri, 5 Oct 2001 12:30:01 -0700 (PDT) (envelope-from gnats) Received: from seerajeane.nttmcl.com (seerajeane.nttmcl.com [216.69.69.41]) by hub.freebsd.org (Postfix) with ESMTP id D150337B401 for ; Fri, 5 Oct 2001 12:26:26 -0700 (PDT) Received: (from gene@localhost) by seerajeane.nttmcl.com (8.11.6/8.11.6) id f95JQkA24196; Fri, 5 Oct 2001 12:26:46 -0700 (PDT) (envelope-from gene) Message-Id: <200110051926.f95JQkA24196@seerajeane.nttmcl.com> Date: Fri, 5 Oct 2001 12:26:46 -0700 (PDT) From: "Eugene M. Kim" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31068: x11/kdelibs2 can't build static libraries Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31068 >Category: ports >Synopsis: x11/kdelibs2 can't build static libraries >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 12:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Eugene M. Kim >Release: FreeBSD 4.4-STABLE i386 >Organization: NTT Multimedia Communications Laboratories, Inc. >Environment: System: FreeBSD seerajeane.nttmcl.com 4.4-STABLE FreeBSD 4.4-STABLE #5: Wed Oct 3 16:53:24 PDT 2001 root@seerajeane.nttmcl.com:/home/root/build/usr/obj/usr/src/sys/IA-SEERAJEANE i386 >Description: Greetings, The patch below enables x11/kdelibs2 port to build static libraries as well as dynamic ones. Could someone please review and commit this? It is not enabled by default due to the questionable usefulness of static libraries in normal situations; one has to add -DWANT_STATIC_TOO to the make arguments to actually build and install static libraries. I wanted to make this a separate slave port (like x11/kdelibs2-static) but couldn't, because all pseudo-library (.la) files would be claimed by both ports, and libtool would see only the flavor of libraries installed last, either dynamic or static. >How-To-Repeat: N/A. >Fix: Apply the following patch under /usr/ports/x11; be sure to give -p0 to patch command because this patch creates several files from scratch. diff -urN kdelibs2.orig/Makefile kdelibs2/Makefile --- kdelibs2.orig/Makefile Fri Sep 14 12:45:11 2001 +++ kdelibs2/Makefile Fri Oct 5 12:13:40 2001 @@ -35,12 +35,17 @@ CONFIGURE_ARGS+=--enable-cups --disable-ltdl-install \ --enable-debug --disable-final +.if defined(WANT_STATIC_TOO) +CONFIGURE_ARGS+=--enable-static +.endif + .if ${MACHINE_ARCH} == "alpha" CFLAGS= -O0 ${KDE_CFLAGS} .endif USE_GMAKE= yes MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}" +PLIST= ${WRKDIR}/pkg-plist.generated PLIST_SUB+= LIBVER="${SOMAJOR}" LDCONFIG="${LDCONFIG}" .include @@ -77,6 +82,11 @@ post-configure: ${PERL} -pi -e "s@-D_PTH_H_ -D_PTH_PTHREAD_H_@@g" ${WRKSRC}/arts/mcop_mt/Makefile + ${CP} ${PKGDIR}/pkg-plist ${PLIST} +.if defined(WANT_STATIC_TOO) + ${CAT} ${PKGDIR}/pkg-plist.static >> ${PLIST} +.endif + ${CAT} ${PKGDIR}/pkg-plist.dirrm >> ${PLIST} post-install: ${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${FILESDIR}/kdelibs.sh > ${PREFIX}/etc/rc.d/kdelibs.sh diff -urN kdelibs2.orig/pkg-plist kdelibs2/pkg-plist --- kdelibs2.orig/pkg-plist Thu Sep 6 20:19:15 2001 +++ kdelibs2/pkg-plist Fri Oct 5 12:10:41 2001 @@ -1,4 +1,3 @@ -@exec %%LDCONFIG%% -m %D/lib/kde2 bin/artsc-config bin/artscat bin/artsd @@ -2608,173 +2607,3 @@ share/servicetypes/kscan.desktop share/servicetypes/ktexteditor.desktop share/servicetypes/kurifilterplugin.desktop -@dirrm share/servicetypes -@dirrm share/services/kded -@dirrm share/services -@dirrm share/mimelnk/video -@dirrm share/mimelnk/text -@dirrm share/mimelnk/message -@dirrm share/mimelnk/inode -@dirrm share/mimelnk/image -@dirrm share/mimelnk/audio -@dirrm share/mimelnk/application -@dirrm share/mimelnk/all -@dirrm share/mimelnk -@dirrm share/icons/hicolor/64x64/mimetypes -@dirrm share/icons/hicolor/64x64/filesystems -@dirrm share/icons/hicolor/64x64 -@dirrm share/icons/hicolor/48x48/mimetypes -@dirrm share/icons/hicolor/48x48/filesystems -@dirrm share/icons/hicolor/48x48/devices -@dirrm share/icons/hicolor/48x48/actions -@dirrm share/icons/hicolor/48x48 -@dirrm share/icons/hicolor/32x32/mimetypes -@dirrm share/icons/hicolor/32x32/filesystems -@dirrm share/icons/hicolor/32x32/devices -@dirrm share/icons/hicolor/32x32/actions/kde -@dirrm share/icons/hicolor/32x32/actions -@dirrm share/icons/hicolor/32x32 -@dirrm share/icons/hicolor/22x22/actions/kde -@dirrm share/icons/hicolor/22x22/actions -@dirrm share/icons/hicolor/22x22 -@dirrm share/icons/hicolor/16x16/mimetypes -@dirrm share/icons/hicolor/16x16/filesystems -@dirrm share/icons/hicolor/16x16/devices -@dirrm share/icons/hicolor/16x16/apps -@dirrm share/icons/hicolor/16x16/actions -@dirrm share/icons/hicolor/16x16 -@dirrm share/icons/hicolor -@dirrm share/icons -@dirrm share/doc/HTML/en/common -@dirrm share/doc/HTML/en -@dirrm share/doc/HTML -@dirrm share/config/ui -@dirrm share/config/colors -@dirrm share/config -@dirrm share/apps/kstyle/themes -@dirrm share/apps/kstyle/pixmaps/riscos -@dirrm share/apps/kstyle/pixmaps -@dirrm share/apps/kstyle -@dirrm share/apps/kssl/caroot -@dirrm share/apps/kssl -@dirrm share/apps/ksgmltools2/docbook/xsl/lib -@dirrm share/apps/ksgmltools2/docbook/xsl/indexing -@dirrm share/apps/ksgmltools2/docbook/xsl/images/callouts -@dirrm share/apps/ksgmltools2/docbook/xsl/images -@dirrm share/apps/ksgmltools2/docbook/xsl/html -@dirrm share/apps/ksgmltools2/docbook/xsl/common -@dirrm share/apps/ksgmltools2/docbook/xsl -@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent -@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2 -@dirrm share/apps/ksgmltools2/docbook -@dirrm share/apps/ksgmltools2/customization/zh-TW/entities -@dirrm share/apps/ksgmltools2/customization/zh-TW -@dirrm share/apps/ksgmltools2/customization/xsl -@dirrm share/apps/ksgmltools2/customization/tr/entities -@dirrm share/apps/ksgmltools2/customization/tr -@dirrm share/apps/ksgmltools2/customization/sv/entities -@dirrm share/apps/ksgmltools2/customization/sv -@dirrm share/apps/ksgmltools2/customization/sr/entities -@dirrm share/apps/ksgmltools2/customization/sr -@dirrm share/apps/ksgmltools2/customization/sl/entities -@dirrm share/apps/ksgmltools2/customization/sl -@dirrm share/apps/ksgmltools2/customization/sk/entities -@dirrm share/apps/ksgmltools2/customization/sk -@dirrm share/apps/ksgmltools2/customization/ru/entities -@dirrm share/apps/ksgmltools2/customization/ru -@dirrm share/apps/ksgmltools2/customization/ro/entities -@dirrm share/apps/ksgmltools2/customization/ro -@dirrm share/apps/ksgmltools2/customization/pt/entities -@dirrm share/apps/ksgmltools2/customization/pt-BR/entities -@dirrm share/apps/ksgmltools2/customization/pt-BR -@dirrm share/apps/ksgmltools2/customization/pt -@dirrm share/apps/ksgmltools2/customization/pl/entities -@dirrm share/apps/ksgmltools2/customization/pl -@dirrm share/apps/ksgmltools2/customization/no/entities -@dirrm share/apps/ksgmltools2/customization/no-NY/entities -@dirrm share/apps/ksgmltools2/customization/no-NY -@dirrm share/apps/ksgmltools2/customization/no -@dirrm share/apps/ksgmltools2/customization/nl/entities -@dirrm share/apps/ksgmltools2/customization/nl -@dirrm share/apps/ksgmltools2/customization/ko/entities -@dirrm share/apps/ksgmltools2/customization/ko -@dirrm share/apps/ksgmltools2/customization/ja/entities -@dirrm share/apps/ksgmltools2/customization/ja -@dirrm share/apps/ksgmltools2/customization/it/entities -@dirrm share/apps/ksgmltools2/customization/it -@dirrm share/apps/ksgmltools2/customization/hu/entities -@dirrm share/apps/ksgmltools2/customization/hu -@dirrm share/apps/ksgmltools2/customization/fr/entities -@dirrm share/apps/ksgmltools2/customization/fr -@dirrm share/apps/ksgmltools2/customization/fi/entities -@dirrm share/apps/ksgmltools2/customization/fi -@dirrm share/apps/ksgmltools2/customization/et/entities -@dirrm share/apps/ksgmltools2/customization/et -@dirrm share/apps/ksgmltools2/customization/es/entities -@dirrm share/apps/ksgmltools2/customization/es -@dirrm share/apps/ksgmltools2/customization/entities -@dirrm share/apps/ksgmltools2/customization/en/entities -@dirrm share/apps/ksgmltools2/customization/en -@dirrm share/apps/ksgmltools2/customization/el/entities -@dirrm share/apps/ksgmltools2/customization/el -@dirrm share/apps/ksgmltools2/customization/dtd -@dirrm share/apps/ksgmltools2/customization/de/entities -@dirrm share/apps/ksgmltools2/customization/de -@dirrm share/apps/ksgmltools2/customization/da/entities -@dirrm share/apps/ksgmltools2/customization/da -@dirrm share/apps/ksgmltools2/customization/cs/entities -@dirrm share/apps/ksgmltools2/customization/cs -@dirrm share/apps/ksgmltools2/customization/ca/entities -@dirrm share/apps/ksgmltools2/customization/ca -@dirrm share/apps/ksgmltools2/customization/af/entities -@dirrm share/apps/ksgmltools2/customization/af -@dirrm share/apps/ksgmltools2/customization -@dirrm share/apps/ksgmltools2 -@dirrm share/apps/knotify -@dirrm share/apps/kjava -@dirrm share/apps/kio_uiserver/icons/hicolor/16x16/apps -@dirrm share/apps/kio_uiserver/icons/hicolor/16x16 -@dirrm share/apps/kio_uiserver/icons/hicolor -@dirrm share/apps/kio_uiserver/icons -@dirrm share/apps/kio_uiserver -@dirrm share/apps/khtml/icons/hicolor/32x32/actions -@dirrm share/apps/khtml/icons/hicolor/32x32 -@dirrm share/apps/khtml/icons/hicolor/22x22/actions -@dirrm share/apps/khtml/icons/hicolor/22x22 -@dirrm share/apps/khtml/icons/hicolor/16x16/actions -@dirrm share/apps/khtml/icons/hicolor/16x16 -@dirrm share/apps/khtml/icons/hicolor -@dirrm share/apps/khtml/icons -@dirrm share/apps/khtml/css -@dirrm share/apps/khtml -@dirrm share/apps/kdeui/pics -@dirrm share/apps/kdeui -@dirrm share/apps/kdeprint/plugins -@dirrm share/apps/kdeprint/pics -@dirrm share/apps/kdeprint/icons/hicolor/32x32/apps -@dirrm share/apps/kdeprint/icons/hicolor/32x32 -@dirrm share/apps/kdeprint/icons/hicolor/22x22/actions -@dirrm share/apps/kdeprint/icons/hicolor/22x22 -@dirrm share/apps/kdeprint/icons/hicolor/16x16/apps -@dirrm share/apps/kdeprint/icons/hicolor/16x16 -@dirrm share/apps/kdeprint/icons/hicolor -@dirrm share/apps/kdeprint/icons -@dirrm share/apps/kdeprint/filters -@dirrm share/apps/kdeprint -@dirrm share/apps/kconf_update -@dirrm share/apps/kab/pics -@dirrm share/apps/kab -@dirrm share/apps/LICENSES -@dirrm share/apps -@dirrm lib/mcop/Arts -@dirrm lib/mcop -@dirrm lib/kde2 -@dirrm include/libkmid -@dirrm include/kparts -@dirrm include/kjs -@dirrm include/kio -@dirrm include/kdesu -@dirrm include/kdeprint -@dirrm include/dom -@dirrm include/artsc -@dirrm include/arts diff -urN kdelibs2.orig/pkg-plist.dirrm kdelibs2/pkg-plist.dirrm --- kdelibs2.orig/pkg-plist.dirrm Wed Dec 31 16:00:00 1969 +++ kdelibs2/pkg-plist.dirrm Fri Oct 5 12:10:39 2001 @@ -0,0 +1,170 @@ +@dirrm share/servicetypes +@dirrm share/services/kded +@dirrm share/services +@dirrm share/mimelnk/video +@dirrm share/mimelnk/text +@dirrm share/mimelnk/message +@dirrm share/mimelnk/inode +@dirrm share/mimelnk/image +@dirrm share/mimelnk/audio +@dirrm share/mimelnk/application +@dirrm share/mimelnk/all +@dirrm share/mimelnk +@dirrm share/icons/hicolor/64x64/mimetypes +@dirrm share/icons/hicolor/64x64/filesystems +@dirrm share/icons/hicolor/64x64 +@dirrm share/icons/hicolor/48x48/mimetypes +@dirrm share/icons/hicolor/48x48/filesystems +@dirrm share/icons/hicolor/48x48/devices +@dirrm share/icons/hicolor/48x48/actions +@dirrm share/icons/hicolor/48x48 +@dirrm share/icons/hicolor/32x32/mimetypes +@dirrm share/icons/hicolor/32x32/filesystems +@dirrm share/icons/hicolor/32x32/devices +@dirrm share/icons/hicolor/32x32/actions/kde +@dirrm share/icons/hicolor/32x32/actions +@dirrm share/icons/hicolor/32x32 +@dirrm share/icons/hicolor/22x22/actions/kde +@dirrm share/icons/hicolor/22x22/actions +@dirrm share/icons/hicolor/22x22 +@dirrm share/icons/hicolor/16x16/mimetypes +@dirrm share/icons/hicolor/16x16/filesystems +@dirrm share/icons/hicolor/16x16/devices +@dirrm share/icons/hicolor/16x16/apps +@dirrm share/icons/hicolor/16x16/actions +@dirrm share/icons/hicolor/16x16 +@dirrm share/icons/hicolor +@dirrm share/icons +@dirrm share/doc/HTML/en/common +@dirrm share/doc/HTML/en +@dirrm share/doc/HTML +@dirrm share/config/ui +@dirrm share/config/colors +@dirrm share/config +@dirrm share/apps/kstyle/themes +@dirrm share/apps/kstyle/pixmaps/riscos +@dirrm share/apps/kstyle/pixmaps +@dirrm share/apps/kstyle +@dirrm share/apps/kssl/caroot +@dirrm share/apps/kssl +@dirrm share/apps/ksgmltools2/docbook/xsl/lib +@dirrm share/apps/ksgmltools2/docbook/xsl/indexing +@dirrm share/apps/ksgmltools2/docbook/xsl/images/callouts +@dirrm share/apps/ksgmltools2/docbook/xsl/images +@dirrm share/apps/ksgmltools2/docbook/xsl/html +@dirrm share/apps/ksgmltools2/docbook/xsl/common +@dirrm share/apps/ksgmltools2/docbook/xsl +@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent +@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2 +@dirrm share/apps/ksgmltools2/docbook +@dirrm share/apps/ksgmltools2/customization/zh-TW/entities +@dirrm share/apps/ksgmltools2/customization/zh-TW +@dirrm share/apps/ksgmltools2/customization/xsl +@dirrm share/apps/ksgmltools2/customization/tr/entities +@dirrm share/apps/ksgmltools2/customization/tr +@dirrm share/apps/ksgmltools2/customization/sv/entities +@dirrm share/apps/ksgmltools2/customization/sv +@dirrm share/apps/ksgmltools2/customization/sr/entities +@dirrm share/apps/ksgmltools2/customization/sr +@dirrm share/apps/ksgmltools2/customization/sl/entities +@dirrm share/apps/ksgmltools2/customization/sl +@dirrm share/apps/ksgmltools2/customization/sk/entities +@dirrm share/apps/ksgmltools2/customization/sk +@dirrm share/apps/ksgmltools2/customization/ru/entities +@dirrm share/apps/ksgmltools2/customization/ru +@dirrm share/apps/ksgmltools2/customization/ro/entities +@dirrm share/apps/ksgmltools2/customization/ro +@dirrm share/apps/ksgmltools2/customization/pt/entities +@dirrm share/apps/ksgmltools2/customization/pt-BR/entities +@dirrm share/apps/ksgmltools2/customization/pt-BR +@dirrm share/apps/ksgmltools2/customization/pt +@dirrm share/apps/ksgmltools2/customization/pl/entities +@dirrm share/apps/ksgmltools2/customization/pl +@dirrm share/apps/ksgmltools2/customization/no/entities +@dirrm share/apps/ksgmltools2/customization/no-NY/entities +@dirrm share/apps/ksgmltools2/customization/no-NY +@dirrm share/apps/ksgmltools2/customization/no +@dirrm share/apps/ksgmltools2/customization/nl/entities +@dirrm share/apps/ksgmltools2/customization/nl +@dirrm share/apps/ksgmltools2/customization/ko/entities +@dirrm share/apps/ksgmltools2/customization/ko +@dirrm share/apps/ksgmltools2/customization/ja/entities +@dirrm share/apps/ksgmltools2/customization/ja +@dirrm share/apps/ksgmltools2/customization/it/entities +@dirrm share/apps/ksgmltools2/customization/it +@dirrm share/apps/ksgmltools2/customization/hu/entities +@dirrm share/apps/ksgmltools2/customization/hu +@dirrm share/apps/ksgmltools2/customization/fr/entities +@dirrm share/apps/ksgmltools2/customization/fr +@dirrm share/apps/ksgmltools2/customization/fi/entities +@dirrm share/apps/ksgmltools2/customization/fi +@dirrm share/apps/ksgmltools2/customization/et/entities +@dirrm share/apps/ksgmltools2/customization/et +@dirrm share/apps/ksgmltools2/customization/es/entities +@dirrm share/apps/ksgmltools2/customization/es +@dirrm share/apps/ksgmltools2/customization/entities +@dirrm share/apps/ksgmltools2/customization/en/entities +@dirrm share/apps/ksgmltools2/customization/en +@dirrm share/apps/ksgmltools2/customization/el/entities +@dirrm share/apps/ksgmltools2/customization/el +@dirrm share/apps/ksgmltools2/customization/dtd +@dirrm share/apps/ksgmltools2/customization/de/entities +@dirrm share/apps/ksgmltools2/customization/de +@dirrm share/apps/ksgmltools2/customization/da/entities +@dirrm share/apps/ksgmltools2/customization/da +@dirrm share/apps/ksgmltools2/customization/cs/entities +@dirrm share/apps/ksgmltools2/customization/cs +@dirrm share/apps/ksgmltools2/customization/ca/entities +@dirrm share/apps/ksgmltools2/customization/ca +@dirrm share/apps/ksgmltools2/customization/af/entities +@dirrm share/apps/ksgmltools2/customization/af +@dirrm share/apps/ksgmltools2/customization +@dirrm share/apps/ksgmltools2 +@dirrm share/apps/knotify +@dirrm share/apps/kjava +@dirrm share/apps/kio_uiserver/icons/hicolor/16x16/apps +@dirrm share/apps/kio_uiserver/icons/hicolor/16x16 +@dirrm share/apps/kio_uiserver/icons/hicolor +@dirrm share/apps/kio_uiserver/icons +@dirrm share/apps/kio_uiserver +@dirrm share/apps/khtml/icons/hicolor/32x32/actions +@dirrm share/apps/khtml/icons/hicolor/32x32 +@dirrm share/apps/khtml/icons/hicolor/22x22/actions +@dirrm share/apps/khtml/icons/hicolor/22x22 +@dirrm share/apps/khtml/icons/hicolor/16x16/actions +@dirrm share/apps/khtml/icons/hicolor/16x16 +@dirrm share/apps/khtml/icons/hicolor +@dirrm share/apps/khtml/icons +@dirrm share/apps/khtml/css +@dirrm share/apps/khtml +@dirrm share/apps/kdeui/pics +@dirrm share/apps/kdeui +@dirrm share/apps/kdeprint/plugins +@dirrm share/apps/kdeprint/pics +@dirrm share/apps/kdeprint/icons/hicolor/32x32/apps +@dirrm share/apps/kdeprint/icons/hicolor/32x32 +@dirrm share/apps/kdeprint/icons/hicolor/22x22/actions +@dirrm share/apps/kdeprint/icons/hicolor/22x22 +@dirrm share/apps/kdeprint/icons/hicolor/16x16/apps +@dirrm share/apps/kdeprint/icons/hicolor/16x16 +@dirrm share/apps/kdeprint/icons/hicolor +@dirrm share/apps/kdeprint/icons +@dirrm share/apps/kdeprint/filters +@dirrm share/apps/kdeprint +@dirrm share/apps/kconf_update +@dirrm share/apps/kab/pics +@dirrm share/apps/kab +@dirrm share/apps/LICENSES +@dirrm share/apps +@dirrm lib/mcop/Arts +@dirrm lib/mcop +@dirrm lib/kde2 +@dirrm include/libkmid +@dirrm include/kparts +@dirrm include/kjs +@dirrm include/kio +@dirrm include/kdesu +@dirrm include/kdeprint +@dirrm include/dom +@dirrm include/artsc +@dirrm include/arts diff -urN kdelibs2.orig/pkg-plist.static kdelibs2/pkg-plist.static --- kdelibs2.orig/pkg-plist.static Wed Dec 31 16:00:00 1969 +++ kdelibs2/pkg-plist.static Fri Oct 5 12:07:36 2001 @@ -0,0 +1,71 @@ +lib/basicstyle.a +lib/dcopserver.a +lib/hcstyle.a +lib/kbuildsycoca.a +lib/kconf_update.a +lib/kcookiejar.a +lib/kde2/kbzip2filter.a +lib/kde2/kgzipfilter.a +lib/kde2/kimg_eps.a +lib/kde2/kimg_g3.a +lib/kde2/kimg_ico.a +lib/kde2/kimg_krl.a +lib/kde2/kimg_tiff.a +lib/kde2/kimg_xview.a +lib/kde2/kio_file.a +lib/kde2/kio_ftp.a +lib/kde2/kio_help.a +lib/kde2/kio_http.a +lib/kde2/kjs_html.a +lib/kde2/libkded_kdeprintd.a +lib/kde2/libkdeprint_cups.a +lib/kde2/libkdeprint_ext.a +lib/kde2/libkdeprint_lpd.a +lib/kde2/libkdeprint_lpdunix.a +lib/kde2/libkdeprint_rlpr.a +lib/kde2/libkpac.a +lib/kded.a +lib/kio_http_cache_cleaner.a +lib/kio_uiserver.a +lib/klauncher.a +lib/klegacystyle.a +lib/knotify.a +lib/kstepstyle.a +lib/libDCOP.a +lib/libartsc.a +lib/libartscbackend.a +lib/libartsdsp.a +lib/libartsflow.a +lib/libartsflow_idl.a +lib/libartskde.a +lib/libartswavplayobject.a +lib/libcupsdconf.a +lib/libkab.a +lib/libkdecore.a +lib/libkdefakes.a +lib/libkdeprint.a +lib/libkdeprint_management.a +lib/libkdesu.a +lib/libkdeui.a +lib/libkfile.a +lib/libkhtml.a +lib/libkhtmlimage.a +lib/libkio.a +lib/libkjava.a +lib/libkjs.a +lib/libkmedia2.a +lib/libkmedia2_idl.a +lib/libkmid.a +lib/libkparts.a +lib/libkscreensaver.a +lib/libkspell.a +lib/libkssl.a +lib/libksycoca.a +lib/libktexteditor.a +lib/libmcop.a +lib/libmcop_mt.a +lib/libqtmcop.a +lib/libsoundserver_idl.a +lib/libx11globalcomm.a +lib/mega.a +lib/webstyle.a >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 13: 0:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A197B37B406 for ; Fri, 5 Oct 2001 13:00:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95K00n58126; Fri, 5 Oct 2001 13:00:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 140B537B403 for ; Fri, 5 Oct 2001 12:58:40 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95JweJ57816; Fri, 5 Oct 2001 12:58:40 -0700 (PDT) (envelope-from nobody) Message-Id: <200110051958.f95JweJ57816@freefall.freebsd.org> Date: Fri, 5 Oct 2001 12:58:40 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31069: Update port: audio/libsndfile to 0.0.26 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31069 >Category: ports >Synopsis: Update port: audio/libsndfile to 0.0.26 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 13:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.0.26 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/libsndfile/Makefile audio/libsndfile/Makefile --- /usr/ports/audio/libsndfile/Makefile Sat Aug 25 13:20:47 2001 +++ audio/libsndfile/Makefile Mon Oct 1 21:45:15 2001 @@ -7,7 +7,7 @@ # PORTNAME= libsndfile -PORTVERSION= 0.0.24 +PORTVERSION= 0.0.26 CATEGORIES= audio MASTER_SITES= http://www.zip.com.au/~erikd/libsndfile/ @@ -21,7 +21,7 @@ new_file_type.HOWTO sf_info.html pre-patch: - @${PERL} -pi -e 's|-g -O2 |\$$CFLAGS |g' ${WRKSRC}/configure + @${PERL} -pi -e 's|-g -O2 ||g' ${WRKSRC}/configure .if !defined(NOPORTDOCS) post-install: diff -urN /usr/ports/audio/libsndfile/distinfo audio/libsndfile/distinfo --- /usr/ports/audio/libsndfile/distinfo Sat Aug 25 13:20:48 2001 +++ audio/libsndfile/distinfo Mon Oct 1 21:49:01 2001 @@ -1 +1 @@ -MD5 (libsndfile-0.0.24.tar.gz) = 14fc66be854af9656540cebc719c906b +MD5 (libsndfile-0.0.26.tar.gz) = a87fac77205651415144136024f65608 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 13: 0:30 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBA1737B408 for ; Fri, 5 Oct 2001 13:00:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95K00F58135; Fri, 5 Oct 2001 13:00:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1508537B407 for ; Fri, 5 Oct 2001 12:59:33 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95JxXs58001; Fri, 5 Oct 2001 12:59:33 -0700 (PDT) (envelope-from nobody) Message-Id: <200110051959.f95JxXs58001@freefall.freebsd.org> Date: Fri, 5 Oct 2001 12:59:33 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31070: Update port: cad/xcircuit to 2.3.3.b15 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31070 >Category: ports >Synopsis: Update port: cad/xcircuit to 2.3.3.b15 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 13:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 2.3.3 rev.15 Remove file: file/patch-ad file/patch-an file/patch-ar file/patch-as >How-To-Repeat: >Fix: diff -urN /usr/ports/cad/xcircuit/Makefile cad/xcircuit/Makefile --- /usr/ports/cad/xcircuit/Makefile Wed Sep 12 19:47:00 2001 +++ cad/xcircuit/Makefile Wed Sep 26 03:53:41 2001 @@ -6,10 +6,10 @@ # PORTNAME= xcircuit -PORTVERSION= 2.3.3.b9 +PORTVERSION= 2.3.3.b15 PORTEPOCH= 1 CATEGORIES= cad -MASTER_SITES= http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/ +MASTER_SITES= http://xcircuit.ece.jhu.edu/archive/ DISTNAME= ${PORTNAME}-${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org diff -urN /usr/ports/cad/xcircuit/distinfo cad/xcircuit/distinfo --- /usr/ports/cad/xcircuit/distinfo Sat Sep 1 01:34:04 2001 +++ cad/xcircuit/distinfo Wed Sep 26 03:56:37 2001 @@ -1 +1 @@ -MD5 (xcircuit-2.3.3.tar.bz2) = 7721724439cdfddb6108b013fdc210b5 +MD5 (xcircuit-2.3.3.tar.bz2) = c97b2effb309da614418090176310333 diff -urN /usr/ports/cad/xcircuit/files/patch-aa cad/xcircuit/files/patch-aa --- /usr/ports/cad/xcircuit/files/patch-aa Sat Sep 1 01:34:04 2001 +++ cad/xcircuit/files/patch-aa Fri Sep 7 03:44:52 2001 @@ -1,51 +1,86 @@ ---- Imakefile.orig Fri Aug 31 21:56:34 2001 -+++ Imakefile Fri Aug 31 22:01:26 2001 -@@ -28,23 +28,23 @@ - #CCOPTIONS = -O2 - # - # for debugging purposes uncomment the following line: --CDEBUGFLAGS = -g --STD_INCLUDES = -I. -I/usr/X11R6/include/X11 -+# CDEBUGFLAGS = -g -+STD_INCLUDES = -I. -I$(INCDIR)/X11 - - # The "m4" macro processor is used to generate the man page such that - # the man page reflects the configured options. --M4 = m4 -+M4 = gm4 - - #------------------------------------------------------------------------ - # Installation directories: - # Change the following as desired to suit your environment: - #------------------------------------------------------------------------ - # --PREFIX = /usr/local -+# PREFIX = /usr/local - # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.1/psfiles --XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.3 --XCIRCUIT_BIN_DIR = $(PREFIX)/bin --XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1 -+XCIRCUIT_LIB_DIR = $(LIBDIR)/xcircuit -+XCIRCUIT_BIN_DIR = $(BINDIR) -+XCIRCUIT_MAN_DIR = $(MANDIR) - XAPPLRESDIR = ${XCIRCUIT_LIB_DIR}/app-defaults - - #------------------------------------------------------------------------ -@@ -63,7 +63,7 @@ - # Support for background rendering through ghostscript. Change this - # to the path where gs can be found. - # GS_EXEC= /usr/local/src/gs5.50/obj/gs --GS_EXEC= /usr/bin/gs -+GS_EXEC=${LOCALBASE}/bin/gs - - #------------------------------------------------------------------------ - # Window manager bug workaround---If you don't like xcircuit grabbing kbd -@@ -91,7 +91,7 @@ - # Support for embedded Python interpreter - # (requires libpython${PYTHON_VERSION}.a) - # --#define HAVE_PYTHON -+/* #define HAVE_PYTHON */ - - PYTHON_VERSION=2.1 - PYTHON_LIB_DIR=/usr/local/lib +*** Imakefile.orig Fri Sep 7 03:31:47 2001 +--- Imakefile Fri Sep 7 03:44:46 2001 +*************** +*** 28,50 **** + #CCOPTIONS = -O2 + # + # for debugging purposes uncomment the following line: +! CDEBUGFLAGS = -g +! STD_INCLUDES = -I. -I/usr/X11R6/include/X11 + + # The "m4" macro processor is used to generate the man page such that + # the man page reflects the configured options. +! M4 = m4 + + #------------------------------------------------------------------------ + # Installation directories: + # Change the following as desired to suit your environment: + #------------------------------------------------------------------------ + # +! PREFIX = /usr/local + # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.1/psfiles +! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.3 +! XCIRCUIT_BIN_DIR = $(PREFIX)/bin +! XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1 + XAPPLRESDIR = ${XCIRCUIT_LIB_DIR}/app-defaults + + #------------------------------------------------------------------------ +--- 28,51 ---- + #CCOPTIONS = -O2 + # + # for debugging purposes uncomment the following line: +! # CDEBUGFLAGS = -g +! STD_INCLUDES = -I. -I$(INCDIR)/X11 +! EXTRA_DEFINES = -DHAVE_DIRENT_H -DHAVE_PUTENV + + # The "m4" macro processor is used to generate the man page such that + # the man page reflects the configured options. +! M4 = gm4 + + #------------------------------------------------------------------------ + # Installation directories: + # Change the following as desired to suit your environment: + #------------------------------------------------------------------------ + # +! # PREFIX = /usr/local + # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.3.1/psfiles +! XCIRCUIT_LIB_DIR = $(LIBDIR)/xcircuit +! XCIRCUIT_BIN_DIR = $(BINDIR) +! XCIRCUIT_MAN_DIR = $(MANDIR) + XAPPLRESDIR = ${XCIRCUIT_LIB_DIR}/app-defaults + + #------------------------------------------------------------------------ +*************** +*** 63,69 **** + # Support for background rendering through ghostscript. Change this + # to the path where gs can be found. + # GS_EXEC= /usr/local/src/gs5.50/obj/gs +! GS_EXEC= /usr/bin/gs + + #------------------------------------------------------------------------ + # Window manager bug workaround---If you don't like xcircuit grabbing kbd +--- 64,70 ---- + # Support for background rendering through ghostscript. Change this + # to the path where gs can be found. + # GS_EXEC= /usr/local/src/gs5.50/obj/gs +! GS_EXEC=${LOCALBASE}/bin/gs + + #------------------------------------------------------------------------ + # Window manager bug workaround---If you don't like xcircuit grabbing kbd +*************** +*** 91,97 **** + # Support for embedded Python interpreter + # (requires libpython${PYTHON_VERSION}.a) + # +! #define HAVE_PYTHON + + PYTHON_VERSION=2.1 + PYTHON_LIB_DIR=/usr/local/lib +--- 92,98 ---- + # Support for embedded Python interpreter + # (requires libpython${PYTHON_VERSION}.a) + # +! /* #define HAVE_PYTHON */ + + PYTHON_VERSION=2.1 + PYTHON_LIB_DIR=/usr/local/lib diff -urN /usr/ports/cad/xcircuit/files/patch-ad cad/xcircuit/files/patch-ad --- /usr/ports/cad/xcircuit/files/patch-ad Fri Mar 9 02:10:41 2001 +++ cad/xcircuit/files/patch-ad Thu Jan 1 09:00:00 1970 @@ -1,29 +0,0 @@ ---- events.c.orig Mon Mar 5 23:57:00 2001 -+++ events.c Thu Mar 8 02:47:52 2001 -@@ -101,7 +101,7 @@ - if (eventmode == PRESS_MODE || eventmode == COPY2_MODE) { - short ps = objectdata->parts; - short *newsel; -- areastruct.selects = undelete(NULL, NORMAL, NULL); -+ areastruct.selects = startundelete(NULL, NORMAL, NULL); - areastruct.selectlist = (short *) malloc(areastruct.selects * - sizeof(short)); - -@@ -1396,7 +1396,7 @@ - else if (isbound(keywstate, XCF_Edit)) - edit(bevent); - else if (isbound(keywstate, XCF_Undelete)) -- undelete(w, DRAW, bevent); -+ startundelete(w, DRAW, bevent); - else if (isbound(keywstate, XCF_Select_Save)) - selectsave(w, NULL, NULL); - else if (isbound(keywstate, XCF_Unselect)) -@@ -2977,7 +2977,7 @@ - /* Undelete last deleted objects */ - /*-------------------------------*/ - --short undelete(Widget w, u_int mode, XButtonEvent *event) -+short startundelete(Widget w, u_int mode, XButtonEvent *event) - { - objectptr delobj = *(xobjs.delbuffer.library + xobjs.delbuffer.number - 1); - genericptr *regen; diff -urN /usr/ports/cad/xcircuit/files/patch-an cad/xcircuit/files/patch-an --- /usr/ports/cad/xcircuit/files/patch-an Wed Feb 14 21:41:37 2001 +++ cad/xcircuit/files/patch-an Thu Jan 1 09:00:00 1970 @@ -1,13 +0,0 @@ -*** rcfile.c.orig Wed Feb 14 04:52:28 2001 ---- rcfile.c Wed Feb 14 04:54:12 2001 -*************** -*** 38,43 **** ---- 38,45 ---- - /*----------------------------------------------------------------------*/ - - extern char _STR2[250], _STR[150]; -+ extern Display *dpy; -+ extern Window win; - extern fontinfo *fonts; - extern short fontcount; - extern Clientdata areastruct; diff -urN /usr/ports/cad/xcircuit/files/patch-ar cad/xcircuit/files/patch-ar --- /usr/ports/cad/xcircuit/files/patch-ar Wed Feb 14 21:41:37 2001 +++ cad/xcircuit/files/patch-ar Thu Jan 1 09:00:00 1970 @@ -1,19 +0,0 @@ -*** menus.h.orig Wed Feb 14 05:24:42 2001 ---- menus.h Wed Feb 14 05:45:01 2001 -*************** -*** 297,303 **** - - menustruct EditMenu[] = { - {"Delete (d)", action(startdelete, NULL)}, -! {"Undelete (u)", action(undelete, Number(DRAW))}, - {"Copy (c)", action(startcopy, NULL)}, - {"Edit (e)", action(startedit, NULL)}, - {"Rotate/Flip", submenu(RotateMenu)}, ---- 297,303 ---- - - menustruct EditMenu[] = { - {"Delete (d)", action(startdelete, NULL)}, -! {"Undelete (u)", action(startundelete, Number(DRAW))}, - {"Copy (c)", action(startcopy, NULL)}, - {"Edit (e)", action(startedit, NULL)}, - {"Rotate/Flip", submenu(RotateMenu)}, diff -urN /usr/ports/cad/xcircuit/files/patch-as cad/xcircuit/files/patch-as --- /usr/ports/cad/xcircuit/files/patch-as Wed Feb 14 21:41:38 2001 +++ cad/xcircuit/files/patch-as Thu Jan 1 09:00:00 1970 @@ -1,19 +0,0 @@ -*** prototypes.h.orig Wed Feb 14 05:24:51 2001 ---- prototypes.h Wed Feb 14 05:33:28 2001 -*************** -*** 94,100 **** - extern void reviseselect(short *); - extern void objectdelete(short); - extern void deletebutton(XButtonEvent *); -! extern short undelete(Widget, u_int, XButtonEvent *); - extern void printname(objectptr); - extern void checkname(objectptr); - extern objectptr finddot(); ---- 94,100 ---- - extern void reviseselect(short *); - extern void objectdelete(short); - extern void deletebutton(XButtonEvent *); -! extern short startundelete(Widget, u_int, XButtonEvent *); - extern void printname(objectptr); - extern void checkname(objectptr); - extern objectptr finddot(); diff -urN /usr/ports/cad/xcircuit/pkg-descr cad/xcircuit/pkg-descr --- /usr/ports/cad/xcircuit/pkg-descr Sat Jul 17 23:50:53 1999 +++ cad/xcircuit/pkg-descr Wed Sep 26 03:49:52 2001 @@ -1,3 +1,3 @@ xcircuit is software for drawing electrical circuits. -WWW: http://bach.ece.jhu.edu/~tim/programs/xcircuit/ +WWW: http://xcircuit.ece.jhu.edu/ diff -urN /usr/ports/cad/xcircuit/pkg-plist cad/xcircuit/pkg-plist --- /usr/ports/cad/xcircuit/pkg-plist Sat Sep 1 01:34:04 2001 +++ cad/xcircuit/pkg-plist Fri Sep 7 04:04:00 2001 @@ -49,6 +49,7 @@ share/examples/xcircuit/envelope.ps share/examples/xcircuit/fourttest.ps share/examples/xcircuit/gettext.py +share/examples/xcircuit/loadlgf.py share/examples/xcircuit/logic8.ps share/examples/xcircuit/prelude.ps share/examples/xcircuit/systemd1.lgf >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 13:10:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4AC137B40A for ; Fri, 5 Oct 2001 13:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95KA1p62783; Fri, 5 Oct 2001 13:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E5EE37B409 for ; Fri, 5 Oct 2001 13:01:17 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95K1Hj58479; Fri, 5 Oct 2001 13:01:17 -0700 (PDT) (envelope-from nobody) Message-Id: <200110052001.f95K1Hj58479@freefall.freebsd.org> Date: Fri, 5 Oct 2001 13:01:17 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31072: Update port: graphics/libmng to 1.0.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31072 >Category: ports >Synopsis: Update port: graphics/libmng to 1.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: Fri Oct 05 13:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.0.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/libmng/Makefile graphics/libmng/Makefile --- /usr/ports/graphics/libmng/Makefile Tue Jul 17 23:21:36 2001 +++ graphics/libmng/Makefile Thu Sep 27 22:00:17 2001 @@ -6,7 +6,7 @@ # PORTNAME= libmng -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.libmng.com/download/ diff -urN /usr/ports/graphics/libmng/distinfo graphics/libmng/distinfo --- /usr/ports/graphics/libmng/distinfo Tue Jul 17 06:23:11 2001 +++ graphics/libmng/distinfo Thu Sep 27 22:00:43 2001 @@ -1 +1 @@ -MD5 (libmng-1.0.2.tar.gz) = dbe9dde9698ec7f94fd06f94a51f77b0 +MD5 (libmng-1.0.3.tar.gz) = 07354969078f4c46d9f6513b8fcc48c3 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 13:10:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD2DC37B408 for ; Fri, 5 Oct 2001 13:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95KA1u62774; Fri, 5 Oct 2001 13:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31AA237B408 for ; Fri, 5 Oct 2001 13:00:32 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95K0Ut58263; Fri, 5 Oct 2001 13:00:30 -0700 (PDT) (envelope-from nobody) Message-Id: <200110052000.f95K0Ut58263@freefall.freebsd.org> Date: Fri, 5 Oct 2001 13:00:30 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31071: Update port: games/gno3dtet to 1.6.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31071 >Category: ports >Synopsis: Update port: games/gno3dtet to 1.6.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: Fri Oct 05 13:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.6.4 New file: files/patch-gno3dtet:main.cc >How-To-Repeat: >Fix: diff -urN /usr/ports/games/gno3dtet/Makefile games/gno3dtet/Makefile --- /usr/ports/games/gno3dtet/Makefile Fri Mar 30 01:33:47 2001 +++ games/gno3dtet/Makefile Tue Sep 25 21:45:41 2001 @@ -6,9 +6,9 @@ # PORTNAME= gno3dtet -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.4 CATEGORIES= games gnome -MASTER_SITES= ftp://webdat.com/pub/seb/gno3dtet/ +MASTER_SITES= ftp://65.3.69.88/pub/gno3dtet/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org diff -urN /usr/ports/games/gno3dtet/distinfo games/gno3dtet/distinfo --- /usr/ports/games/gno3dtet/distinfo Sun Feb 4 00:11:48 2001 +++ games/gno3dtet/distinfo Tue Sep 25 21:52:16 2001 @@ -1 +1 @@ -MD5 (gno3dtet-1.6.1.tgz) = 7a2791a7e14487bf8994242039bc019b +MD5 (gno3dtet-1.6.4.tgz) = 62c01388996b648c07fc2fe46fb6bca6 diff -urN /usr/ports/games/gno3dtet/files/patch-gno3dtet:main.cc games/gno3dtet/files/patch-gno3dtet:main.cc --- /usr/ports/games/gno3dtet/files/patch-gno3dtet:main.cc Thu Jan 1 09:00:00 1970 +++ games/gno3dtet/files/patch-gno3dtet:main.cc Sat Oct 6 02:07:22 2001 @@ -0,0 +1,10 @@ +--- gno3dtet/main.cc.orig Thu May 3 12:30:56 2001 ++++ gno3dtet/main.cc Sat Oct 6 02:07:05 2001 +@@ -374,6 +374,7 @@ + textdomain (PACKAGE); + + // init ++ setregid(getegid(), -1); + gnome_init_with_popt_table (GNO3DTET_EXENAME, GNO3DTET_VERSION, + argc, argv, options, 0, NULL); + diff -urN /usr/ports/games/gno3dtet/pkg-descr games/gno3dtet/pkg-descr --- /usr/ports/games/gno3dtet/pkg-descr Sun Feb 4 00:11:48 2001 +++ games/gno3dtet/pkg-descr Tue Sep 25 21:44:28 2001 @@ -3,7 +3,7 @@ ago. It'll make for hours of fun if you learn how to move the pieces around right. -WWW: http://webdat.com/seb/3dtetris.html +WWW: http://gno3dtet.eseb.net/ Author: Sebastien Nicoud --Will >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 13:10:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38E3737B405 for ; Fri, 5 Oct 2001 13:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95KA2562801; Fri, 5 Oct 2001 13:10:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 192DA37B406 for ; Fri, 5 Oct 2001 13:03:25 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95K3PB58890; Fri, 5 Oct 2001 13:03:25 -0700 (PDT) (envelope-from nobody) Message-Id: <200110052003.f95K3PB58890@freefall.freebsd.org> Date: Fri, 5 Oct 2001 13:03:25 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31074: Update port: japanese/truetypefonts Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31074 >Category: ports >Synopsis: Update port: japanese/truetypefonts >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 13:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to latest distfile >How-To-Repeat: >Fix: diff -urN /usr/ports/japanese/truetypefonts/Makefile japanese/truetypefonts/Makefile --- /usr/ports/japanese/truetypefonts/Makefile Fri Aug 31 21:37:41 2001 +++ japanese/truetypefonts/Makefile Sun Sep 30 08:51:39 2001 @@ -7,9 +7,10 @@ PORTNAME= truetypefonts PORTVERSION= 2001.08.18 +PORTREVISION= 1 CATEGORIES= japanese x11-fonts MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/t/ttf-xtt/ -DISTNAME= ttf-xtt_0.${PORTVERSION:S/.//g}-1 +DISTNAME= ttf-xtt_0.${PORTVERSION:S/.//g}-2 MAINTAINER= ports@FreeBSD.org @@ -23,20 +24,23 @@ WRKSRC= ${WRKDIR}/ttf-xtt-0.${PORTVERSION:S/.//g} NO_BUILD= yes -FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType + +FONTSDIR= lib/X11/fonts/TrueType +MAKE_ENV= FONTSDIR=${FONTSDIR} +PLIST_SUB= FONTSDIR=${FONTSDIR} do-install: -.if !exists(${FONTDIR}) +.if !exists(${PREFIX}/${FONTSDIR}) @${ECHO} "*********************************************************" - @${ECHO} "Please add ${FONTDIR} to your font path" + @${ECHO} "Please add ${PREFIX}/${FONTSDIR} to your font path" @${ECHO} "in /etc/XF86Config." @${ECHO} "*********************************************************" - ${MKDIR} ${FONTDIR} + ${MKDIR} ${PREFIX}/${FONTSDIR} .endif - ${INSTALL_DATA} ${WRKSRC}/wadalab-gothic.ttf ${FONTDIR} - ${INSTALL_DATA} ${WRKSRC}/watanabe-mincho.ttf ${FONTDIR} - ${INSTALL_DATA} ${FILESDIR}/fonts.dir.truetype ${FONTDIR} - ${INSTALL_DATA} ${FILESDIR}/fonts.alias.truetype ${FONTDIR} + ${INSTALL_DATA} ${WRKSRC}/wadalab-gothic.ttf ${PREFIX}/${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/watanabe-mincho.ttf ${PREFIX}/${FONTSDIR} + ${INSTALL_DATA} ${FILESDIR}/fonts.dir.truetype ${PREFIX}/${FONTSDIR} + ${INSTALL_DATA} ${FILESDIR}/fonts.alias.truetype ${PREFIX}/${FONTSDIR} ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include diff -urN /usr/ports/japanese/truetypefonts/distinfo japanese/truetypefonts/distinfo --- /usr/ports/japanese/truetypefonts/distinfo Fri Aug 31 21:37:42 2001 +++ japanese/truetypefonts/distinfo Sun Sep 30 08:19:50 2001 @@ -1 +1 @@ -MD5 (ttf-xtt_0.20010818-1.tar.gz) = 3b490d173a5a8570f40d97b134f2f0fc +MD5 (ttf-xtt_0.20010818-2.tar.gz) = f5b6decdc650627f75db39ff1b1edba8 diff -urN /usr/ports/japanese/truetypefonts/pkg-plist japanese/truetypefonts/pkg-plist --- /usr/ports/japanese/truetypefonts/pkg-plist Fri Nov 20 03:39:26 1998 +++ japanese/truetypefonts/pkg-plist Sun Sep 30 08:44:14 2001 @@ -1,4 +1,4 @@ -lib/X11/fonts/TrueType/wadalab-gothic.ttf -lib/X11/fonts/TrueType/watanabe-mincho.ttf -lib/X11/fonts/TrueType/fonts.dir.truetype -lib/X11/fonts/TrueType/fonts.alias.truetype +%%FONTSDIR%%/fonts.alias.truetype +%%FONTSDIR%%/fonts.dir.truetype +%%FONTSDIR%%/wadalab-gothic.ttf +%%FONTSDIR%%/watanabe-mincho.ttf >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 13:11: 6 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 239ED37B403 for ; Fri, 5 Oct 2001 13:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95KA1i62792; Fri, 5 Oct 2001 13:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A34B737B403 for ; Fri, 5 Oct 2001 13:02:13 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95K2DK58660; Fri, 5 Oct 2001 13:02:13 -0700 (PDT) (envelope-from nobody) Message-Id: <200110052002.f95K2DK58660@freefall.freebsd.org> Date: Fri, 5 Oct 2001 13:02:13 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31073: Update port: graphics/pstoedit to 3.30 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31073 >Category: ports >Synopsis: Update port: graphics/pstoedit to 3.30 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 13:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 3.30 New file: files/patch-Makefile.in files/patch-dynload.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/pstoedit/Makefile graphics/pstoedit/Makefile --- /usr/ports/graphics/pstoedit/Makefile Tue Sep 18 18:08:17 2001 +++ graphics/pstoedit/Makefile Fri Oct 5 03:15:58 2001 @@ -6,9 +6,9 @@ # PORTNAME= pstoedit -PORTVERSION= 3.21 +PORTVERSION= 3.30 CATEGORIES= graphics print -MASTER_SITES= http://www.geocities.com/SiliconValley/Network/1958/pstoedit/ +MASTER_SITES= http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/} MAINTAINER= ports@FreeBSD.org @@ -17,24 +17,22 @@ LIB_DEPENDS= plot.4:${PORTSDIR}/graphics/plotutils \ plotter.4:${PORTSDIR}/graphics/plotutils +WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}/src + USE_ZIP= yes -WRKSRC= ${WRKDIR}/pstoedit_${PORTVERSION}/src GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${PREFIX}/include -I${X11BASE}/include" \ - CXXFLAGS="${CFLAGS} -I${PREFIX}/include -I${X11BASE}/include" \ - LDLIBS="-L${PREFIX}/lib -L${X11BASE}/lib" \ - LIBS="-L${PREFIX}/lib -L${X11BASE}/lib" +CONFIGURE_SCRIPT= ../config/configure +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ARGS= --libdir=${DATADIR} ALL_TARGET= default MAN1= pstoedit.1 -post-extract: - ${CP} ${WRKSRC}/../config/* ${WRKSRC} - -.if !defined(NOPORTDOCS) post-install: - @${MKDIR} ${PREFIX}/share/doc/pstoedit - ${INSTALL_DATA} ${WRKSRC}/../*.htm ${PREFIX}/share/doc/pstoedit +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/../*.htm ${DOCSDIR} .endif .include diff -urN /usr/ports/graphics/pstoedit/distinfo graphics/pstoedit/distinfo --- /usr/ports/graphics/pstoedit/distinfo Fri Jun 8 20:55:07 2001 +++ graphics/pstoedit/distinfo Fri Oct 5 02:29:03 2001 @@ -1 +1 @@ -MD5 (pstoedit_3_21.zip) = da439846a3a9eddce0d310d2ceaf4f45 +MD5 (pstoedit_3_30.zip) = cbdbc85209fbf5b4abf9c6bf2a03ae9c diff -urN /usr/ports/graphics/pstoedit/files/patch-Makefile.in graphics/pstoedit/files/patch-Makefile.in --- /usr/ports/graphics/pstoedit/files/patch-Makefile.in Thu Jan 1 09:00:00 1970 +++ graphics/pstoedit/files/patch-Makefile.in Sat Apr 14 08:24:13 2001 @@ -0,0 +1,33 @@ +--- Makefile.in.orig Wed Oct 4 04:51:25 2000 ++++ Makefile.in Sat Apr 14 08:24:02 2001 +@@ -16,7 +16,7 @@ + GS=@GS@ + + # Choose a compiler + linker +-CXXFLAGS=@CXXFLAGS@ ++CXXFLAGS=@CXXFLAGS@ @CPPFLAGS@ + CCC=@CXX@ @SPECIAL_CXXFLAGS@ + LDLIBS=$(LOCALLIBS) @LDLIBS@ -lm @LDL@ + LINK=@LINK@ +@@ -54,9 +54,9 @@ + # without shared libs use LDFLAGS=-lm + #LDLIBS= $(LOCALLIBS) -lm @LDL@ + +-INSTALL_PROGRAM=$(INSTALL) +-INSTALL_DATA=$(INSTALL) -m 644 +-INSTALL_DIR=$(INSTALL) -d -m755 # or: mkdir -p ++INSTALL_PROGRAM=@INSTALL_PROGRAM@ ++INSTALL_DATA=@INSTALL_DATA@ ++INSTALL_DIR=mkdir -p + OBJEXT=o + EXEEXT= + OUTPUT=-o pstoedit +@@ -68,7 +68,7 @@ + #LOCALDEFINES=-DHAVE_LIBPLOTTER -I/path/to/plotter.h + # add -DOLD_LIBPLOTTER for libplot older than 2.3 + LOCALDEFINES=@PLOTCOMPILEFLAGS@ @PNGCOMPILEFLAGS@ +-LOCALLIBS=-L/path/to/libplot @LPLOTTER@ @PNGLINKFLAGS@ ++LOCALLIBS=@LIBS@ @LPLOTTER@ @PNGLINKFLAGS@ + ############################################################# + + ## IRIX 5.3 diff -urN /usr/ports/graphics/pstoedit/files/patch-dynload.cpp graphics/pstoedit/files/patch-dynload.cpp --- /usr/ports/graphics/pstoedit/files/patch-dynload.cpp Thu Jan 1 09:00:00 1970 +++ graphics/pstoedit/files/patch-dynload.cpp Fri Oct 5 03:02:25 2001 @@ -0,0 +1,57 @@ +--- dynload.cpp.orig Thu Aug 9 03:39:30 2001 ++++ dynload.cpp Fri Oct 5 03:02:16 2001 +@@ -24,7 +24,7 @@ + + // we need __linux instead of just linux since the latter is not defined when -ansi is used. + +-#if defined(__sparc) || defined(__linux) || defined(_WIN32) || defined(__OS2__) ++#if defined(__sparc) || defined(__linux) || defined(__FreeBSD__) || defined(_WIN32) || defined(__OS2__) + #define HAVESHAREDLIBS + #endif + +@@ -48,6 +48,8 @@ + #include + typedef void (*initfunctype) (); + // static const char * const libsuffix = ".so"; ++#elif defined(__FreeBSD__) ++#include + #elif defined(__sparc) + #if defined(__SVR4) + #include +@@ -101,6 +103,9 @@ + #if defined(__linux) + int loadmode = RTLD_LAZY; // RTLD_NOW + handle = dlopen(fulllibname, loadmode); ++#elif defined(__FreeBSD__) ++ int loadmode = RTLD_LAZY; // RTLD_NOW ++ handle = dlopen(fulllibname, loadmode); + #elif defined(__sparc) + int loadmode = RTLD_LAZY; // RTLD_NOW + handle = dlopen(fulllibname, loadmode); +@@ -136,6 +141,8 @@ + if (handle) { + #if defined(__linux) + dlclose(handle); ++#elif defined(__FreeBSD__) ++ dlclose(handle); + #elif defined(__sparc) + dlclose(handle); + #elif defined(__OS2__) +@@ -163,6 +170,8 @@ + { + #if defined(__linux) + DynLoader::fptr rfptr = (DynLoader::fptr) dlsym(handle, name); //lint !e611 //: Suspicious cast ++#elif defined(__FreeBSD__) ++ DynLoader::fptr rfptr = (DynLoader::fptr) dlsym(handle, name); //lint !e611 //: Suspicious cast + #elif defined(__sparc) + DynLoader::fptr rfptr = (DynLoader::fptr) dlsym(handle, name); //lint !e611 //: Suspicious cast + #elif defined(__OS2__) +@@ -245,7 +254,7 @@ + // globalRp->explainformats(errstream); + } + +-#if defined(__linux) || defined(__sparc) || defined(__OS2__) ++#if defined(__linux) || defined(__sparc) || defined(__FreeBSD__) || defined(__OS2__) + // for directory search + #include + diff -urN /usr/ports/graphics/pstoedit/pkg-descr graphics/pstoedit/pkg-descr --- /usr/ports/graphics/pstoedit/pkg-descr Thu Jul 16 15:35:29 1998 +++ graphics/pstoedit/pkg-descr Fri Oct 5 02:30:12 2001 @@ -3,3 +3,5 @@ Copyright (C) 1993,1994,1995,1996,1997 Wolfgang Glunz, Wolfgang.Glunz@mchp.siemens.de + +WWW: http://pstoedit.net/pstoedit/ diff -urN /usr/ports/graphics/pstoedit/pkg-plist graphics/pstoedit/pkg-plist --- /usr/ports/graphics/pstoedit/pkg-plist Fri Jun 8 20:55:07 2001 +++ graphics/pstoedit/pkg-plist Fri Oct 5 03:11:00 2001 @@ -1,7 +1,10 @@ bin/pstoedit -lib/latex2e.fmp -lib/mpost.fmp -share/doc/pstoedit/changelog.htm -share/doc/pstoedit/index.htm -share/doc/pstoedit/pstoedit.htm -@dirrm share/doc/pstoedit +%%PORTDOCS%%share/doc/pstoedit/changelog.htm +%%PORTDOCS%%share/doc/pstoedit/index.htm +%%PORTDOCS%%share/doc/pstoedit/pstoedit.htm +share/pstoedit/latex2e.fmp +share/pstoedit/mpost.fmp +share/pstoedit/swffonts/default.fdb +@dirrm share/pstoedit/swffonts +@dirrm share/pstoedit +%%PORTDOCS%%@dirrm share/doc/pstoedit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 13:11:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C6C937B40E for ; Fri, 5 Oct 2001 13:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95KA2R62810; Fri, 5 Oct 2001 13:10:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA05137B406 for ; Fri, 5 Oct 2001 13:04:13 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95K4DF59086; Fri, 5 Oct 2001 13:04:13 -0700 (PDT) (envelope-from nobody) Message-Id: <200110052004.f95K4DF59086@freefall.freebsd.org> Date: Fri, 5 Oct 2001 13:04:13 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31075: Update port: lang/atlast Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31075 >Category: ports >Synopsis: Update port: lang/atlast >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 13:10:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Support CC/CFLAGS properly - Add WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/lang/atlast/Makefile lang/atlast/Makefile --- /usr/ports/lang/atlast/Makefile Fri Aug 24 20:00:17 2001 +++ lang/atlast/Makefile Fri Oct 5 05:16:10 2001 @@ -7,6 +7,7 @@ PORTNAME= atlast PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.fourmilab.ch/atlast/ \ http://www.fourmilab.to/atlast/ @@ -14,14 +15,11 @@ MAINTAINER= ports@FreeBSD.org do-install: - $(INSTALL_PROGRAM) $(WRKSRC)/atlast $(PREFIX)/bin - -post-install: - strip ${PREFIX}/bin/atlast + ${INSTALL_PROGRAM} ${WRKSRC}/atlast ${PREFIX}/bin .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/atlast - ${INSTALL_DATA} ${WRKSRC}/atlast.ps ${PREFIX}/share/doc/atlast - ${INSTALL_DATA} ${WRKSRC}/atlast.rtf ${PREFIX}/share/doc/atlast + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/atlast.ps ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/atlast.rtf ${DOCSDIR} .endif .include diff -urN /usr/ports/lang/atlast/files/patch-aa lang/atlast/files/patch-aa --- /usr/ports/lang/atlast/files/patch-aa Mon Nov 17 18:48:18 1997 +++ lang/atlast/files/patch-aa Fri Oct 5 05:19:12 2001 @@ -1,34 +1,43 @@ -*** Makefile.orig Tue Aug 26 21:20:06 1997 ---- Makefile Tue Aug 26 21:21:46 1997 +*** Makefile.orig Mon May 9 03:26:47 1994 +--- Makefile Fri Oct 5 05:18:35 2001 *************** -*** 1,13 **** +*** 7,15 **** - # Unix makefile for ATLAST + INCLUDE = -! COPTIONS = -O +! ATLCONFIG = -DMEMSTAT -DALIGNMENT -DEXPORT - LIBRARIES = -lm +! CFLAGS = $(COPTIONS) $(INCLUDE) $(ATLCONFIG) - INCLUDE = + ATLOBJ = atlast.o atlmain.o -! ATLCONFIG = -DMEMSTAT -DALIGNMENT -DEXPORT +--- 7,15 ---- - CFLAGS = $(COPTIONS) $(INCLUDE) $(ATLCONFIG) + INCLUDE = ---- 1,13 ---- +! ATLCONFIG = -DMEMSTAT -DALIGNMENT -DEXPORT -DNOMEMCHECK - # Unix makefile for ATLAST +! CFLAGS += $(INCLUDE) $(ATLCONFIG) -! COPTIONS = -O3 -pipe + ATLOBJ = atlast.o atlmain.o - LIBRARIES = -lm +*************** +*** 18,24 **** + all: $(APPS) - INCLUDE = + atlast: $(ATLOBJ) +! cc $(CFLAGS) $(ATLOBJ) -o atlast $(LIBRARIES) -! ATLCONFIG = -DMEMSTAT -DALIGNMENT -DEXPORT -DNOMEMCHECK + atlast.o: atlast.c atldef.h + atldef.h: atlast.h +--- 18,24 ---- + all: $(APPS) - CFLAGS = $(COPTIONS) $(INCLUDE) $(ATLCONFIG) + atlast: $(ATLOBJ) +! $(CC) $(CFLAGS) $(ATLOBJ) -o atlast $(LIBRARIES) + atlast.o: atlast.c atldef.h + atldef.h: atlast.h *************** *** 33,39 **** echo >>/tmp/regin.tmp diff -urN /usr/ports/lang/atlast/pkg-descr lang/atlast/pkg-descr --- /usr/ports/lang/atlast/pkg-descr Mon Nov 17 18:48:17 1997 +++ lang/atlast/pkg-descr Fri Oct 5 05:29:00 2001 @@ -1,27 +1,9 @@ -ATLAST is an attempt to make software component technology and open -architecture applications commonplace in the mainstream software -market. It is both a software component which can be readily -integrated into existing applications, providing them a ready-made -macro language and facilities for user extension and customisation -and, at the same time, it is a foundation upon which new applications -can be built in an open, component-oriented manner. +ATLAST is an attempt to make software component technology and open +architecture applications commonplace in the mainstream software market. +It is both a software component which can be readily integrated into +existing applications, providing them a ready-made macro language and +facilities for user extension and customisation and, at the same time, +it is a foundation upon which new applications can be built in an open, +component-oriented manner. -ATLAST was developed at Autodesk, Inc. Autodesk returned the rights -to me in 1991, and I subsequently placed the program in the public -domain. - -ATLAST is based upon the FORTH-83 language, but has been extended in -many ways and modified to better serve its mission as an embedded -toolkit for open, programmable applications. ATLAST is implemented in -a single file, written in portable C; it has been ported to many -different machines and operating systems, including MS-DOS, OS/2, the -Macintosh, and a wide variety of Unix machines. ATLAST includes -native support for floating point, C-like strings, Unix-compatible -file access, and a wide variety of facilities for embedding within -applications. Integers are 32 bits and identifiers can be up to 127 -characters; extensive stack and heap pointer checking is available to -aid in debugging. ATLAST may be configured at compilation time to -include only the facilities needed by a given application, thus saving -memory and increasing execution speed (when error checking is -disabled). - ---John Walker. +WWW: http://www.fourmilab.ch/sitemap.html#atlast diff -urN /usr/ports/lang/atlast/pkg-plist lang/atlast/pkg-plist --- /usr/ports/lang/atlast/pkg-plist Mon Nov 17 18:48:17 1997 +++ lang/atlast/pkg-plist Fri Oct 5 05:16:33 2001 @@ -1,4 +1,4 @@ bin/atlast -share/doc/atlast/atlast.ps -share/doc/atlast/atlast.rtf -@dirrm share/doc/atlast +%%PORTDOCS%%share/doc/atlast/atlast.ps +%%PORTDOCS%%share/doc/atlast/atlast.rtf +%%PORTDOCS%%@dirrm share/doc/atlast >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 13:11:29 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E5B737B40F for ; Fri, 5 Oct 2001 13:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95KA2r62819; Fri, 5 Oct 2001 13:10:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6390437B406 for ; Fri, 5 Oct 2001 13:05:07 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95K54759420; Fri, 5 Oct 2001 13:05:04 -0700 (PDT) (envelope-from nobody) Message-Id: <200110052005.f95K54759420@freefall.freebsd.org> Date: Fri, 5 Oct 2001 13:05:04 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31076: Update port: mail/pop3lite to 0.2.4a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31076 >Category: ports >Synopsis: Update port: mail/pop3lite to 0.2.4a >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 13:10:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.2.4a >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/pop3lite/Makefile mail/pop3lite/Makefile --- /usr/ports/mail/pop3lite/Makefile Thu Sep 13 05:38:48 2001 +++ mail/pop3lite/Makefile Sun Sep 30 06:38:56 2001 @@ -6,12 +6,12 @@ # PORTNAME= pop3lite -PORTVERSION= 0.1.90 +PORTVERSION= 0.2.4a CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org USE_GLIB= yes USE_GMAKE= yes @@ -21,7 +21,7 @@ MAN5= pop3lite.conf.5 MAN8= pop3lite.8 -post-patch: - @ ${RM} ${WRKSRC}/doc/*.info +pre-build: + @${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/libtool .include diff -urN /usr/ports/mail/pop3lite/distinfo mail/pop3lite/distinfo --- /usr/ports/mail/pop3lite/distinfo Sun Feb 4 02:44:35 2001 +++ mail/pop3lite/distinfo Sun Sep 30 05:33:47 2001 @@ -1 +1 @@ -MD5 (pop3lite-0.1.90.tar.gz) = b69f80bbea564214c37d34e0311915cd +MD5 (pop3lite-0.2.4a.tar.gz) = cccb8355b7c0f920d0ab877118d6260d diff -urN /usr/ports/mail/pop3lite/pkg-plist mail/pop3lite/pkg-plist --- /usr/ports/mail/pop3lite/pkg-plist Sun Mar 11 16:56:08 2001 +++ mail/pop3lite/pkg-plist Sun Sep 30 05:56:24 2001 @@ -1,22 +1,36 @@ -include/pop3lite.h include/pop3lite/alias.h include/pop3lite/apop.h include/pop3lite/mailbox.h include/pop3lite/userconf.h +include/pop3lite.h @unexec install-info --delete %D/info/pop3lite-admin.info %D/info/dir info/pop3lite-admin.info @exec install-info %D/info/pop3lite-admin.info %D/info/dir +lib/pop3lite/alias.la lib/pop3lite/alias.so +lib/pop3lite/apop.la lib/pop3lite/apop.so +lib/pop3lite/capa.la lib/pop3lite/capa.so +lib/pop3lite/connectlog.la lib/pop3lite/connectlog.so +lib/pop3lite/disable.la lib/pop3lite/disable.so +lib/pop3lite/expire.la lib/pop3lite/expire.so +lib/pop3lite/filelog.la lib/pop3lite/filelog.so +lib/pop3lite/homebox.la lib/pop3lite/homebox.so +lib/pop3lite/iplog.la +lib/pop3lite/iplog.so +lib/pop3lite/pam.la lib/pop3lite/pam.so +lib/pop3lite/sabotage.la lib/pop3lite/sabotage.so +lib/pop3lite/userconf.la lib/pop3lite/userconf.so +lib/pop3lite/vhost.la lib/pop3lite/vhost.so sbin/pop3lite share/doc/pop3lite/AUTHORS @@ -37,12 +51,13 @@ share/doc/pop3lite/modules/EXPIRE share/doc/pop3lite/modules/FILELOG share/doc/pop3lite/modules/HOMEBOX +share/doc/pop3lite/modules/IPLOG share/doc/pop3lite/modules/MAILBOX share/doc/pop3lite/modules/PAM share/doc/pop3lite/modules/SABOTAGE share/doc/pop3lite/modules/USERCONF share/doc/pop3lite/modules/VHOST -@dirrm include/pop3lite -@dirrm lib/pop3lite @dirrm share/doc/pop3lite/modules @dirrm share/doc/pop3lite +@dirrm lib/pop3lite +@dirrm include/pop3lite >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 13:11:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD59937B406 for ; Fri, 5 Oct 2001 13:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95KA2V62837; Fri, 5 Oct 2001 13:10:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC60637B406 for ; Fri, 5 Oct 2001 13:07:00 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95K70s62479; Fri, 5 Oct 2001 13:07:00 -0700 (PDT) (envelope-from nobody) Message-Id: <200110052007.f95K70s62479@freefall.freebsd.org> Date: Fri, 5 Oct 2001 13:07:00 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31078: Update port: print/ghostscript-gnu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31078 >Category: ports >Synopsis: Update port: print/ghostscript-gnu >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 13:10:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Use for checking byte order - Utilize DATADIR/DOCSDIR New file: files/patch-hpijs:platform.h >How-To-Repeat: >Fix: diff -urN /usr/ports/print/ghostscript-gnu/Makefile print/ghostscript-gnu/Makefile --- /usr/ports/print/ghostscript-gnu/Makefile Fri Sep 28 19:38:46 2001 +++ print/ghostscript-gnu/Makefile Thu Oct 4 19:12:47 2001 @@ -48,14 +48,14 @@ ps2pdf.1 ps2pdf13.1 .if defined(A4) -MAKE_ENV= A4="${A4}" +MAKE_ENV+= A4="${A4}" .endif .if !defined(WITHOUT_X11) USE_XLIB= yes .else PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11 -MAKE_ENV+= WITHOUT_X11=${WITHOUT_X11} +MAKE_ENV+= WITHOUT_X11="${WITHOUT_X11}" .endif GS_SOURCES= ${DISTNAME}${EXTRACT_SUFX} @@ -118,12 +118,6 @@ # replacement for pdf_sec.ps, that allows you to read encrypted PDF files DECRYPT_PDF= pdf_sec.ps -.include - -.if ${ARCH} == "i386" -CFLAGS+= -D_LITTLE_ENDIAN -.endif - .SILENT: pre-everything:: @@ -212,7 +206,7 @@ do-configure: ${ECHO_MSG} ">>> in do-configure ..." -.if defined(BATCH) +.if defined(BATCH) || defined(PACKAGE_BUILDING) ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.batch .else ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure @@ -232,10 +226,10 @@ pre-install: ${ECHO_MSG} ">>> in pre-install ..." ${ECHO_MSG} ">>> creating ghostscript destdir ..." - ${MKDIR} ${PREFIX}/share/ghostscript + ${MKDIR} ${DATADIR} ${ECHO_MSG} ">>> extracting ghostscript fonts..." - ${TAR} -C ${PREFIX}/share/ghostscript -xzf ${_DISTDIR}/${GS_FONTS_STD} - ${TAR} -C ${PREFIX}/share/ghostscript -xzf ${_DISTDIR}/${GS_FONTS_OTHER} + ${TAR} -C ${DATADIR} -xzf ${_DISTDIR}/${GS_FONTS_STD} + ${TAR} -C ${DATADIR} -xzf ${_DISTDIR}/${GS_FONTS_OTHER} post-install: ${ECHO_MSG} ">>> in post-install ..." @@ -247,12 +241,12 @@ ${INSTALL_MAN} ${WRKSRC}/src/${i} ${PREFIX}/man/man1 .endfor ${ECHO_MSG} ">>> creating ${HPDJ} destdir ..." - ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/hpdj + ${MKDIR} ${DATADIR}/${PORTVERSION}/hpdj ${ECHO_MSG} ">>> installing files in ${HPDJ} destdir ..." .for i in README.hpdj example.mdf margins-A4.ps margins-A4Rotated.ps \ margins-Letter.ps margins-LetterRotated.ps ${INSTALL_DATA} ${WRKSRC}/src/${i} \ - ${PREFIX}/share/ghostscript/${PORTVERSION}/hpdj + ${DATADIR}/${PORTVERSION}/hpdj .endfor # for PCL3 driver ${ECHO_MSG} ">>> installing ${PCL3} manpages ..." @@ -261,7 +255,7 @@ .endfor # other pcl3 stuff, which might be interesting for runtime ${ECHO_MSG} ">>> creating ${PCL3} destdir ..." - ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/pcl3 + ${MKDIR} ${DATADIR}/${PORTVERSION}/pcl3 ${ECHO_MSG} ">>> installing files in ${PCL3} destdir ..." .for i in NEWS BUGS README lib/example.mcf lib/if-pcl3 ps/calign.ps \ ps/dumppdd.ps ps/levels-test.ps ps/margins-A4.ps \ @@ -269,7 +263,7 @@ ps/margins-EnvDLRotated.ps ps/margins-Letter.ps \ ps/margins-LetterRotated.ps ${INSTALL_DATA} ${WRKSRC}/${PCL3_NAME}/${i} \ - ${PREFIX}/share/ghostscript/${PORTVERSION}/pcl3 + ${DATADIR}/${PORTVERSION}/pcl3 .endfor # for gimp-print driver ${ECHO_MSG} ">>> installing ${GPRINT_DESC} escputil in bindir ..." @@ -280,32 +274,32 @@ ${PREFIX}/man/man1 .endfor ${ECHO_MSG} ">>> creating ${GPRINT_DESC} destdir ..." - ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/gimp-print + ${MKDIR} ${DATADIR}/${PORTVERSION}/gimp-print ${ECHO_MSG} ">>> installing files in gimp-print destdir ..." .for i in README ${INSTALL_DATA} ${WRKSRC}/${GPRINT_NAME}/Ghost/${i} \ - ${PREFIX}/share/ghostscript/${PORTVERSION}/gimp-print + ${DATADIR}/${PORTVERSION}/gimp-print .endfor # for HPinkjet driver ${ECHO_MSG} ">>> installing ${HPIJS} server in libexecdir ..." ${INSTALL_PROGRAM} ${WRKSRC}/${HPIJS_NAME}/hpijs ${PREFIX}/libexec ${ECHO_MSG} ">>> creating ${HPIJS} destdir ..." - ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/hpijs + ${MKDIR} ${DATADIR}/${PORTVERSION}/hpijs ${ECHO_MSG} ">>> installing files in ${HPIJS} destdir ..." .for i in hpijs_readme.html ${INSTALL_DATA} ${WRKSRC}/${HPIJS}/${i} \ - ${PREFIX}/share/ghostscript/${PORTVERSION}/hpijs + ${DATADIR}/${PORTVERSION}/hpijs .endfor # contributed UPP driver ${ECHO_MSG} ">>> installing contributed UPP profiles ..." .for i in ${CONTRIB_UPP} ${INSTALL_DATA} ${FILESDIR}/${i} \ - ${PREFIX}/share/ghostscript/${PORTVERSION}/lib + ${DATADIR}/${PORTVERSION}/lib .endfor # for reading encrypted PDFs ${ECHO_MSG} ">>> installing support for encrypted PDF files ..." ${INSTALL_DATA} ${_DISTDIR}/${DECRYPT_PDF} \ - ${PREFIX}/share/ghostscript/${PORTVERSION}/lib + ${DATADIR}/${PORTVERSION}/lib # # now NOPORTDOCS dependend stuff # @@ -314,22 +308,22 @@ # install hpdj docu, not necessary for runtime # note: old hpdj driver has its files in ${WRKSRC}/src ${ECHO_MSG} ">>> creating ${HPDJ} docu destdir ..." - ${MKDIR} ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/hpdj + ${MKDIR} ${DOCSDIR}/${PORTVERSION}/hpdj ${ECHO_MSG} ">>> installing files in ${HPDJ} docu destdir ..." .for i in NEWS hpdj.html ${INSTALL_DATA} ${WRKSRC}/src/${i} \ - ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/hpdj + ${DOCSDIR}/${PORTVERSION}/hpdj .endfor # install pcl3 docu, not necessary for runtime # note: new pcl3 driver has a subdir of its own ${ECHO_MSG} ">>> creating ${PCL3} docu destdir ..." - ${MKDIR} ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/pcl3 + ${MKDIR} ${DOCSDIR}/${PORTVERSION}/pcl3 ${ECHO_MSG} ">>> installing files in ${PCL3} docu destdir ..." .for i in NEWS doc/gs-pcl3.html doc/how-to-report.txt doc/pcl3opts.html ${INSTALL_DATA} ${WRKSRC}/${PCL3_NAME}/${i} \ - ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/pcl3 + ${DOCSDIR}/${PORTVERSION}/pcl3 .endfor .endif ${ECHO_MSG} "> post-installation tasks completed." -.include +.include diff -urN /usr/ports/print/ghostscript-gnu/files/patch-hpijs:platform.h print/ghostscript-gnu/files/patch-hpijs:platform.h --- /usr/ports/print/ghostscript-gnu/files/patch-hpijs:platform.h Thu Jan 1 09:00:00 1970 +++ print/ghostscript-gnu/files/patch-hpijs:platform.h Wed Oct 3 06:32:09 2001 @@ -0,0 +1,13 @@ +--- hpijs/platform.h.orig Wed Oct 3 03:56:37 2001 ++++ hpijs/platform.h Wed Oct 3 04:20:33 2001 +@@ -13,3 +13,10 @@ + #include + #include + #include ++ ++#ifdef __FreeBSD__ ++#include ++#if BYTE_ORDER == LITTLE_ENDIAN ++#define _LITTLE_ENDIAN ++#endif ++#endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 13:11:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBA5137B411 for ; Fri, 5 Oct 2001 13:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95KA2h62828; Fri, 5 Oct 2001 13:10:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF63837B403 for ; Fri, 5 Oct 2001 13:06:18 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95K6IY62445; Fri, 5 Oct 2001 13:06:18 -0700 (PDT) (envelope-from nobody) Message-Id: <200110052006.f95K6IY62445@freefall.freebsd.org> Date: Fri, 5 Oct 2001 13:06:18 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31077: Update port: print/ghostscript-afpl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31077 >Category: ports >Synopsis: Update port: print/ghostscript-afpl >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 13:10:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Use for checking byte order - Utilize DATADIR/DOCSDIR New file: files/patch-hpijs:platform.h >How-To-Repeat: >Fix: diff -urN /usr/ports/print/ghostscript-afpl/Makefile print/ghostscript-afpl/Makefile --- /usr/ports/print/ghostscript-afpl/Makefile Thu Oct 4 19:06:12 2001 +++ print/ghostscript-afpl/Makefile Thu Oct 4 19:11:51 2001 @@ -51,14 +51,14 @@ ps2ps.1 eps2eps.1 .if defined(A4) -MAKE_ENV+= A4=${A4} +MAKE_ENV+= A4="${A4}" .endif .if !defined(WITHOUT_X11) USE_XLIB= yes .else PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11 -MAKE_ENV+= WITHOUT_X11=${WITHOUT_X11} +MAKE_ENV+= WITHOUT_X11="${WITHOUT_X11}" .endif GS_SOURCES= ${DISTNAME}${EXTRACT_SUFX} @@ -121,12 +121,6 @@ # replacement for pdf_sec.ps, that allows you to read encrypted PDF files DECRYPT_PDF= pdf_sec.ps -.include - -.if ${ARCH} == "i386" -CFLAGS+= -D_LITTLE_ENDIAN -.endif - .SILENT: pre-everything:: @@ -239,10 +233,10 @@ pre-install: ${ECHO_MSG} ">>> in pre-install ..." ${ECHO_MSG} ">>> creating ghostscript destdir ..." - ${MKDIR} ${PREFIX}/share/ghostscript + ${MKDIR} ${DATADIR} ${ECHO_MSG} ">>> extracting ghostscript fonts..." - ${TAR} -C ${PREFIX}/share/ghostscript -xzf ${_DISTDIR}/${GS_FONTS_STD} - ${TAR} -C ${PREFIX}/share/ghostscript -xzf ${_DISTDIR}/${GS_FONTS_OTHER} + ${TAR} -C ${DATADIR} -xzf ${_DISTDIR}/${GS_FONTS_STD} + ${TAR} -C ${DATADIR} -xzf ${_DISTDIR}/${GS_FONTS_OTHER} post-install: ${ECHO_MSG} ">>> in post-install ..." @@ -254,12 +248,12 @@ ${INSTALL_MAN} ${WRKSRC}/src/${i} ${PREFIX}/man/man1 .endfor ${ECHO_MSG} ">>> creating ${HPDJ} destdir ..." - ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/hpdj + ${MKDIR} ${DATADIR}/${PORTVERSION}/hpdj ${ECHO_MSG} ">>> installing files in ${HPDJ} destdir ..." .for i in README.hpdj example.mdf margins-A4.ps margins-A4Rotated.ps \ margins-Letter.ps margins-LetterRotated.ps ${INSTALL_DATA} ${WRKSRC}/src/${i} \ - ${PREFIX}/share/ghostscript/${PORTVERSION}/hpdj + ${DATADIR}/${PORTVERSION}/hpdj .endfor # for PCL3 driver ${ECHO_MSG} ">>> installing ${PCL3} manpages ..." @@ -268,7 +262,7 @@ .endfor # other pcl3 stuff, which might be interesting for runtime ${ECHO_MSG} ">>> creating ${PCL3} destdir ..." - ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/pcl3 + ${MKDIR} ${DATADIR}/${PORTVERSION}/pcl3 ${ECHO_MSG} ">>> installing files in ${PCL3} destdir ..." .for i in NEWS BUGS README lib/example.mcf lib/if-pcl3 ps/calign.ps \ ps/dumppdd.ps ps/levels-test.ps ps/margins-A4.ps \ @@ -276,7 +270,7 @@ ps/margins-EnvDLRotated.ps ps/margins-Letter.ps \ ps/margins-LetterRotated.ps ${INSTALL_DATA} ${WRKSRC}/${PCL3_NAME}/${i} \ - ${PREFIX}/share/ghostscript/${PORTVERSION}/pcl3 + ${DATADIR}/${PORTVERSION}/pcl3 .endfor # for gimp-print driver ${ECHO_MSG} ">>> installing ${GPRINT_DESC} escputil in bindir ..." @@ -287,32 +281,32 @@ ${PREFIX}/man/man1 .endfor ${ECHO_MSG} ">>> creating ${GPRINT_DESC} destdir ..." - ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/gimp-print + ${MKDIR} ${DATADIR}/${PORTVERSION}/gimp-print ${ECHO_MSG} ">>> installing files in gimp-print destdir ..." .for i in README ${INSTALL_DATA} ${WRKSRC}/${GPRINT_NAME}/Ghost/${i} \ - ${PREFIX}/share/ghostscript/${PORTVERSION}/gimp-print + ${DATADIR}/${PORTVERSION}/gimp-print .endfor # for HPinkjet driver ${ECHO_MSG} ">>> installing ${HPIJS} server in libexecdir ..." ${INSTALL_PROGRAM} ${WRKSRC}/${HPIJS_NAME}/hpijs ${PREFIX}/libexec ${ECHO_MSG} ">>> creating ${HPIJS} destdir ..." - ${MKDIR} ${PREFIX}/share/ghostscript/${PORTVERSION}/hpijs + ${MKDIR} ${DATADIR}/${PORTVERSION}/hpijs ${ECHO_MSG} ">>> installing files in ${HPIJS} destdir ..." .for i in hpijs_readme.html ${INSTALL_DATA} ${WRKSRC}/${HPIJS}/${i} \ - ${PREFIX}/share/ghostscript/${PORTVERSION}/hpijs + ${DATADIR}/${PORTVERSION}/hpijs .endfor # contributed UPP driver ${ECHO_MSG} ">>> installing contributed UPP profiles ..." .for i in ${CONTRIB_UPP} ${INSTALL_DATA} ${FILESDIR}/${i} \ - ${PREFIX}/share/ghostscript/${PORTVERSION}/lib + ${DATADIR}/${PORTVERSION}/lib .endfor # for reading encrypted PDFs ${ECHO_MSG} ">>> installing support for encrypted PDF files ..." ${INSTALL_DATA} ${_DISTDIR}/${DECRYPT_PDF} \ - ${PREFIX}/share/ghostscript/${PORTVERSION}/lib + ${DATADIR}/${PORTVERSION}/lib # # now NOPORTDOCS dependend stuff # @@ -321,22 +315,22 @@ # install hpdj docu, not necessary for runtime # note: old hpdj driver has its files in ${WRKSRC}/src ${ECHO_MSG} ">>> creating ${HPDJ} docu destdir ..." - ${MKDIR} ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/hpdj + ${MKDIR} ${DOCSDIR}/${PORTVERSION}/hpdj ${ECHO_MSG} ">>> installing files in ${HPDJ} docu destdir ..." .for i in NEWS hpdj.html ${INSTALL_DATA} ${WRKSRC}/src/${i} \ - ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/hpdj + ${DOCSDIR}/${PORTVERSION}/hpdj .endfor # install pcl3 docu, not necessary for runtime # note: new pcl3 driver has a subdir of its own ${ECHO_MSG} ">>> creating ${PCL3} docu destdir ..." - ${MKDIR} ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/pcl3 + ${MKDIR} ${DOCSDIR}/${PORTVERSION}/pcl3 ${ECHO_MSG} ">>> installing files in ${PCL3} docu destdir ..." .for i in NEWS doc/gs-pcl3.html doc/how-to-report.txt doc/pcl3opts.html ${INSTALL_DATA} ${WRKSRC}/${PCL3_NAME}/${i} \ - ${PREFIX}/share/doc/ghostscript/${PORTVERSION}/pcl3 + ${DOCSDIR}/${PORTVERSION}/pcl3 .endfor .endif ${ECHO_MSG} "> post-installation tasks completed." -.include +.include diff -urN /usr/ports/print/ghostscript-afpl/files/patch-hpijs:platform.h print/ghostscript-afpl/files/patch-hpijs:platform.h --- /usr/ports/print/ghostscript-afpl/files/patch-hpijs:platform.h Thu Jan 1 09:00:00 1970 +++ print/ghostscript-afpl/files/patch-hpijs:platform.h Wed Oct 3 04:33:46 2001 @@ -0,0 +1,13 @@ +--- hpijs/platform.h.orig Wed Oct 3 03:56:37 2001 ++++ hpijs/platform.h Wed Oct 3 04:20:33 2001 +@@ -13,3 +13,10 @@ + #include + #include + #include ++ ++#ifdef __FreeBSD__ ++#include ++#if BYTE_ORDER == LITTLE_ENDIAN ++#define _LITTLE_ENDIAN ++#endif ++#endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 13:17:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C85B37B403; Fri, 5 Oct 2001 13:17:40 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95KFvA63928; Fri, 5 Oct 2001 13:15:57 -0700 (PDT) (envelope-from petef) Date: Fri, 5 Oct 2001 13:15:57 -0700 (PDT) From: Message-Id: <200110052015.f95KFvA63928@freefall.freebsd.org> To: tilman@tl.kom.tuwien.ac.at, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30960: New Port: net/scdp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New Port: net/scdp State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Fri Oct 5 13:15:47 PDT 2001 State-Changed-Why: New port committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30960 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 13:27:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 04B0E37B405; Fri, 5 Oct 2001 13:27:39 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95KR6765495; Fri, 5 Oct 2001 13:27:06 -0700 (PDT) (envelope-from petef) Date: Fri, 5 Oct 2001 13:27:06 -0700 (PDT) From: Message-Id: <200110052027.f95KR6765495@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, sf@FreeBSD.org Subject: Re: ports/31065: wget needs autoconf but the ports don't know Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: wget needs autoconf but the ports don't know Responsible-Changed-From-To: freebsd-ports->sf Responsible-Changed-By: petef Responsible-Changed-When: Fri Oct 5 13:26:55 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31065 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 13:27:49 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3443937B40A; Fri, 5 Oct 2001 13:27:39 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95KHlW64370; Fri, 5 Oct 2001 13:17:47 -0700 (PDT) (envelope-from petef) Date: Fri, 5 Oct 2001 13:17:47 -0700 (PDT) From: Message-Id: <200110052017.f95KHlW64370@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, dwcjr@FreeBSD.org Subject: Re: ports/31056: postfix program_directory parameter's default not suitable. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: postfix program_directory parameter's default not suitable. Responsible-Changed-From-To: freebsd-ports->dwcjr Responsible-Changed-By: petef Responsible-Changed-When: Fri Oct 5 13:17:34 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31056 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 13:27:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA54537B401; Fri, 5 Oct 2001 13:27:38 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95KRQS65563; Fri, 5 Oct 2001 13:27:26 -0700 (PDT) (envelope-from petef) Date: Fri, 5 Oct 2001 13:27:26 -0700 (PDT) From: Message-Id: <200110052027.f95KRQS65563@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, kde@FreeBSD.org Subject: Re: ports/31068: x11/kdelibs2 can't build static libraries Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: x11/kdelibs2 can't build static libraries Responsible-Changed-From-To: freebsd-ports->kde Responsible-Changed-By: petef Responsible-Changed-When: Fri Oct 5 13:27:16 PDT 2001 Responsible-Changed-Why: Over to maintainers http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31068 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 13:37:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8EA937B406; Fri, 5 Oct 2001 13:37:38 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95KZ3X66298; Fri, 5 Oct 2001 13:35:03 -0700 (PDT) (envelope-from petef) Date: Fri, 5 Oct 2001 13:35:03 -0700 (PDT) From: Message-Id: <200110052035.f95KZ3X66298@freefall.freebsd.org> To: marck@rinet.ru, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31062: net/ehnt update: 0.2.3 -> 0.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: net/ehnt update: 0.2.3 -> 0.3 State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Fri Oct 5 13:34:56 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31062 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 13:47:40 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CD2437B408; Fri, 5 Oct 2001 13:47:39 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95Kj4X67692; Fri, 5 Oct 2001 13:45:04 -0700 (PDT) (envelope-from petef) Date: Fri, 5 Oct 2001 13:45:04 -0700 (PDT) From: Message-Id: <200110052045.f95Kj4X67692@freefall.freebsd.org> To: mwm@mired.org, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31064: New port: ratmenu menu program for ratpoison window manager. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: ratmenu menu program for ratpoison window manager. State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Fri Oct 5 13:44:56 PDT 2001 State-Changed-Why: New port committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31064 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 14:12:11 2001 Delivered-To: freebsd-ports@freebsd.org Received: from freebsd.tekrealm.net (dsl081-247-162.sfo1.dsl.speakeasy.net [64.81.247.162]) by hub.freebsd.org (Postfix) with ESMTP id 0FAAB37B40D for ; Fri, 5 Oct 2001 14:12:09 -0700 (PDT) Received: (from root@localhost) by freebsd.tekrealm.net (8.11.6/8.11.4) id f95LC8N85360 for freebsd-ports@freebsd.org; Fri, 5 Oct 2001 14:12:08 -0700 (PDT) (envelope-from elitetek@tekrealm.net) Received: (from elitetek@localhost) by freebsd.tekrealm.net (8.11.6/8.11.4av) id f95LC7185352 for freebsd-ports@freebsd.org; Fri, 5 Oct 2001 14:12:07 -0700 (PDT) (envelope-from elitetek@tekrealm.net) X-Authentication-Warning: freebsd.tekrealm.net: elitetek set sender to elitetek@tekrealm.net using -f Date: Fri, 5 Oct 2001 14:12:07 -0700 From: Andrew Stuart To: freebsd-ports@freebsd.org Subject: Vim6 needs pthreads Message-ID: <20011005141207.A85318@freebsd.tekrealm.net> Reply-To: elitetek@tekrealm.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Vim6, with x3 it errors out from pthreads. heres my slight patch to correct. There may be a better way, but this seems to work fine without breaking anything. any input would be great. --- Makefile.orig Fri Oct 5 13:45:39 2001 +++ Makefile Fri Oct 5 13:48:59 2001 @@ -38,6 +38,7 @@ WRKSRC= ${WRKDIR}/vim${PORTVERSION:C/\.[0-9]*$//:S/.//g}/src PATCH_DIST_ARGS= -d ${WRKDIR}/${PORTNAME}${PORTVERSION:C/\.[0-9]*$//:S/.//g} --forward --quiet -E ${PATCH_DIST_STRIP} MAKE_ARGS+= CONF_ARGS="--prefix=${PREFIX} --with-tlib=termlib" +MAKE_ENV+= CFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" ALL_TARGET= # PLIST_SUB= VIM_VER=${DISTNAME:S/-//:S/.//} MAN1= evim.1 vim.1 vimdiff.1 vimtutor.1 xxd.1 -- Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 14:28:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from hex.databits.net (hex.databits.net [207.29.192.16]) by hub.freebsd.org (Postfix) with SMTP id C254F37B406 for ; Fri, 5 Oct 2001 14:28:10 -0700 (PDT) Received: (qmail 76368 invoked by uid 1001); 5 Oct 2001 21:28:10 -0000 Date: Fri, 5 Oct 2001 17:28:10 -0400 From: Pete Fritchman To: Andrew Stuart Cc: freebsd-ports@freebsd.org Subject: Re: Vim6 needs pthreads Message-ID: <20011005172810.D73810@databits.net> References: <20011005141207.A85318@freebsd.tekrealm.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011005141207.A85318@freebsd.tekrealm.net>; from elitetek@tekrealm.net on Fri, Oct 05, 2001 at 02:12:07PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ++ 05/10/01 14:12 -0700 - Andrew Stuart: | On Vim6, with x3 it errors out from pthreads. | | heres my slight patch to correct. There may be a better way, but | this seems to work fine without breaking anything. | | any input would be great. | | --- Makefile.orig Fri Oct 5 13:45:39 2001 | +++ Makefile Fri Oct 5 13:48:59 2001 | @@ -38,6 +38,7 @@ | WRKSRC= | ${WRKDIR}/vim${PORTVERSION:C/\.[0-9]*$//:S/.//g}/src | PATCH_DIST_ARGS= -d | ${WRKDIR}/${PORTNAME}${PORTVERSION:C/\.[0-9]*$//:S/.//g} --forward | --quiet -E ${PATCH_DIST_STRIP} | MAKE_ARGS+= CONF_ARGS="--prefix=${PREFIX} --with-tlib=termlib" | +MAKE_ENV+= CFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" Yes, but this overrides the user's CFLAGS settings. A better idea: MAKE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS=${PTHREAD_LIBS} (remember, ${PTHREAD_LIBS} already has quotes) -pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] finger petef@databits.net 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 Fri Oct 5 17:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3689E37B406 for ; Fri, 5 Oct 2001 17:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f960K2906322; Fri, 5 Oct 2001 17:20:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 5 Oct 2001 17:20:02 -0700 (PDT) Message-Id: <200110060020.f960K2906322@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/31058: Maintainer update: net/isc-dhcp3 - 3.0 release Reply-To: Cyrille Lefevre Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31058; it has been noted by GNATS. From: Cyrille Lefevre To: Peter Pentchev Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/31058: Maintainer update: net/isc-dhcp3 - 3.0 release Date: Sat, 6 Oct 2001 02:12:54 +0200 (CEST) Peter Pentchev wrote: > On Fri, Oct 05, 2001 at 01:10:05PM +0200, Cyrille Lefevre wrote: > > > > >Number: 31058 > > >Category: ports > > >Synopsis: Maintainer update: net/isc-dhcp3 - 3.0 release > > >Originator: Cyrille Lefevre > > >Description: > > > > how about upgrading the base system dhclient ? > > > > Makefile > > PORTVERSION bumped to 3.0. > > PLIST_SUB removed. > > PKGMESSAGE added. > > targets reworked a lot. > > etc/rc.isc-dhcpd.conf.sample is not installed in the Makefile. > Is it supposed to be similar to rc.isc-dhcrelay.conf.sample? > It is mentioned in the pkg-plist, and the 'package' and 'deinstall' > targets complain somewhat loudly :) you are right, it is missing from the PR... you'll find it in attachment. > > files/isc-dhcpd.sh.sample > > enhanced a lot to read startup options from > > etc/rc.isc-dhcpd.conf. > > program and config files checking added. > > messages logged through syslog. > > Unfortunately, the config files checking is not quite correct - > the check is for the existence of config_file, while it should check > for config_path. right again and sorry fo the typo %-| > Other than that, it looks good :) > (Well, I personally do not feel quite comfortable with putting > the rc scripts settings into separate etc/rc.* files, but then > it's just me and my obsession with the single rc.conf file :) it is far more simple to maintain such separate config file that merging them in only one. the later is applicable for static things such as the system but not for dynamic things such as ports. IMHO, it would be better to put them in something like etc/rc.config.d a la HP-UX to left etc/* more clean. thanks for you review. nobody is perfect :-P Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 17:30: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A230837B403 for ; Fri, 5 Oct 2001 17:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f960U2n10889; Fri, 5 Oct 2001 17:30:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 5 Oct 2001 17:30:02 -0700 (PDT) Message-Id: <200110060030.f960U2n10889@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/31060: New port docbook-to-man Reply-To: Cyrille Lefevre Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31060; it has been noted by GNATS. From: Cyrille Lefevre To: Mario Sergio Fujikawa Ferreira Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/31060: New port docbook-to-man Date: Sat, 6 Oct 2001 02:23:01 +0200 (CEST) Mario Sergio Fujikawa Ferreira wrote: > Hi, > > I made the following changes to the port, what do you think? > > 1) add missing trailing / in MASTER_SITES > 2) *_DEPENDS use {LOCAL,X11}BASE not PREFIX well, textproc/docbook and textproc/sgmlformat (and probably more) are also wrong since I use them as a model. > 3) No need to conditionaly set PREFIX, it's in MAKE_ENV I know that, but it may be needed if you build the port directly in WRKSRC such as for testing purpose, etc. so, I prefer to keep them. how about the naming of instant -> oinstant and transpec -> otranspec ? thanks for your review. Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 19: 0:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D98637B406 for ; Fri, 5 Oct 2001 19:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96201v19695; Fri, 5 Oct 2001 19:00:01 -0700 (PDT) (envelope-from gnats) Received: from positron.anholt.dyn.dhs.org (d184-241.uoregon.edu [128.223.184.241]) by hub.freebsd.org (Postfix) with ESMTP id 3B2FC37B40A for ; Fri, 5 Oct 2001 18:59:30 -0700 (PDT) Received: (from root@localhost) by positron.anholt.dyn.dhs.org (8.11.4/8.11.4) id f961w4803750; Fri, 5 Oct 2001 18:58:04 -0700 (PDT) (envelope-from anholt) Message-Id: <200110060158.f961w4803750@positron.anholt.dyn.dhs.org> Date: Fri, 5 Oct 2001 18:58:04 -0700 (PDT) From: Eric Anholt Reply-To: Eric Anholt To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31081: New port: drm-kmod Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31081 >Category: ports >Synopsis: New port: drm-kmod >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 19:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Eric Anholt >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD positron.anholt.dyn.dhs.org 4.3-STABLE FreeBSD 4.3-STABLE #3: Wed Oct 3 21:22:13 PDT 2001 anholt@positron.anholt.dyn.dhs.org:/usr/src/stable/sys/compile/MYKERNEL i386 >Description: New port of the DRM kernel modules for XFree86-4.x Direct Rendering Infrastructure. Allows hardware-accelerated 3D with some patches to XFree86-4 >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: # # drm-kmod # drm-kmod/pkg-descr # drm-kmod/pkg-comment # drm-kmod/pkg-message # drm-kmod/distinfo # drm-kmod/pkg-plist # drm-kmod/Makefile # echo c - drm-kmod mkdir -p drm-kmod > /dev/null 2>&1 echo x - drm-kmod/pkg-descr sed 's/^X//' >drm-kmod/pkg-descr << 'END-of-drm-kmod/pkg-descr' XFreeBSD DRM kernel modules for the Direct Rendering XInfrastructure. With XFree86 4.0 they provide 3d Xacceleration under X for 3dfx Voodoo3/5/Banshee, XMatrox G200 and G400, and ATI Rage128 and Radeon cards. X XWWW: http://gladstone.uoregon.edu/~eanholt/dri/ END-of-drm-kmod/pkg-descr echo x - drm-kmod/pkg-comment sed 's/^X//' >drm-kmod/pkg-comment << 'END-of-drm-kmod/pkg-comment' XFreeBSD kernel modules for 3d acceleration with the DRI END-of-drm-kmod/pkg-comment echo x - drm-kmod/pkg-message sed 's/^X//' >drm-kmod/pkg-message << 'END-of-drm-kmod/pkg-message' X------------------------------------------------------------------------------- XTo use the drivers, make a copy of %%PREFIX%%/etc/rc.d/drm.sh.sample under X%%PREFIX%%/etc/rc.d/drm.sh. X XTo load the drivers run (as root): X X# %%PREFIX%%/etc/rc.d/drm.sh start X XTo unload it: X X# %%PREFIX%%/etc/rc.d/drm.sh stop X XIt'll also load the drivers automatically when the system is started. XAlternatively, you could add %%PREFIX%%/lib/drm to your kern.module_path sysctl Xand let XFree86 load the drivers for you. X XOnce the modules are loaded, check http://gladstone.uoregon.edu/~eanholt/dri/ Xfor more information on how to set up the DRI. X XPlease report problems to Eric Anholt . X------------------------------------------------------------------------------- END-of-drm-kmod/pkg-message echo x - drm-kmod/distinfo sed 's/^X//' >drm-kmod/distinfo << 'END-of-drm-kmod/distinfo' XMD5 (drm-kmod-0.9.2.tar.gz) = b4397e2f0c6138992f2a43076ec70da9 END-of-drm-kmod/distinfo echo x - drm-kmod/pkg-plist sed 's/^X//' >drm-kmod/pkg-plist << 'END-of-drm-kmod/pkg-plist' Xetc/rc.d/drm.sh.sample Xlib/drm/tdfx.ko Xlib/drm/r128.ko Xlib/drm/radeon.ko Xlib/drm/mga.ko Xlib/drm/gamma.ko X@dirrm lib/drm X X END-of-drm-kmod/pkg-plist echo x - drm-kmod/Makefile sed 's/^X//' >drm-kmod/Makefile << 'END-of-drm-kmod/Makefile' X# Ports collection makefile for: aureal-kmod X# Date created: 15 January 2001 X# Whom: Maxim Sobolev X# X# $FreeBSD: ports/audio/aureal-kmod/Makefile,v 1.11 2001/08/24 15:01:55 knu Exp $ X# X XPORTNAME= drm-kmod XPORTVERSION= 0.9.2 X#PORTREVISION= 0 XCATEGORIES= graphics x11 XMASTER_SITES= http://gladstone.uoregon.edu/~eanholt/dri/ X XMAINTAINER= eanholt@gladstone.uoregon.edu X XWRKSRC= ${WRKDIR}/${PORTNAME} X XPKGMESSAGE= ${WRKSRC}/.MESSAGE X X.include X X.if ${OSVERSION} < 400006 XBROKEN= "FreeBSD before 4.1 is not supported" X.elif ${OSVERSION} < 500000 X.if defined(WITH_SMP) XCFLAGS += -DSMP -DAPIC_IO X.endif X.endif X Xpre-extract: X.if ${OSVERSION} < 500000 X.if !defined(WITH_SMP) X @${ECHO_MSG} "If you are using modules on an SMP system, define WITH_SMP to get SMP locking" X @${ECHO_MSG} X.endif X.endif X Xpre-patch: X ${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/drm.sh X Xpre-install: X @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message > \ X ${PKGMESSAGE} X Xdo-install: X ${MKDIR} ${PREFIX}/lib/drm X ${INSTALL_PROGRAM} ${WRKSRC}/tdfx/tdfx.ko ${PREFIX}/lib/drm/ X ${INSTALL_PROGRAM} ${WRKSRC}/mga/mga.ko ${PREFIX}/lib/drm/ X ${INSTALL_PROGRAM} ${WRKSRC}/r128/r128.ko ${PREFIX}/lib/drm/ X ${INSTALL_PROGRAM} ${WRKSRC}/radeon/radeon.ko ${PREFIX}/lib/drm/ X ${INSTALL_PROGRAM} ${WRKSRC}/gamma/gamma.ko ${PREFIX}/lib/drm/ X Xpost-install: X @${INSTALL_SCRIPT} ${WRKSRC}/drm.sh ${PREFIX}/etc/rc.d/drm.sh.sample X @${CAT} ${PKGMESSAGE} X X.include END-of-drm-kmod/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 21: 0:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE21F37B408 for ; Fri, 5 Oct 2001 21:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96402t33524; Fri, 5 Oct 2001 21:00:02 -0700 (PDT) (envelope-from gnats) Received: from lightning.rogness-labs.com (cd533426-a.rpdcty1.sd.home.com [24.253.11.224]) by hub.freebsd.org (Postfix) with ESMTP id E204737B403 for ; Fri, 5 Oct 2001 20:52:24 -0700 (PDT) Received: (from root@localhost) by lightning.rogness-labs.com (8.11.1/8.11.1) id f963o3f17139; Fri, 5 Oct 2001 22:50:03 -0500 (CDT) (envelope-from nick) Message-Id: <200110060350.f963o3f17139@lightning.rogness-labs.com> Date: Fri, 5 Oct 2001 22:50:03 -0500 (CDT) From: nick@rogness.net Reply-To: nick@rogness.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/31082: New port: LaBrea security utility Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31082 >Category: ports >Synopsis: New port: LaBrea security utility >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 21:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Nick Rogness >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: LaBrea is a small Linux-based application that puts unused IP addresses on your network to use, creating a "tarpit" which can stop or slow down scans of your address space, eg, CodeRed. It is licensed under the GPL. >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: # # labrea # labrea/Makefile # labrea/distinfo # labrea/files # labrea/files/patch-aa # labrea/pkg-comment # labrea/pkg-descr # labrea/pkg-plist # echo c - labrea mkdir -p labrea > /dev/null 2>&1 echo x - labrea/Makefile sed 's/^X//' >labrea/Makefile << 'END-of-labrea/Makefile' X# New ports collection makefile for: LaBrea X# Date created: 20 September 2001 X# Whom: nick@rogness.net X# X# $FreeBSD$ X## X XPORTNAME= LaBrea XPORTVERSION= 1.0 XCATEGORIES= security XMASTER_SITES= http://www.hackbusters.net/LaBrea/ XDISTNAME= LaBrea XEXTRACT_SUFX= .tgz X XMAINTAINER= nick@rogness.net X XBUILD_DEPENDS+= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet X XWRKSRC= ${WRKDIR}/LaBrea XALL_TARGET= LaBrea X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/LaBrea X ${INSTALL_MAN} ${WRKSRC}/LaBrea.README ${PREFIX}/share/doc/LaBrea X @echo "******************************************" X @echo "You will need to read the LaBrea.README in" X @echo "${PREFIX}/share/doc/LaBrea" X @echo "Before your run this!!" X @echo "******************************************" X @echo . X.endif X X.include END-of-labrea/Makefile echo x - labrea/distinfo sed 's/^X//' >labrea/distinfo << 'END-of-labrea/distinfo' XMD5 (LaBrea.tgz) = 7365fb2beff6fa486908a1419e0de0ae END-of-labrea/distinfo echo c - labrea/files mkdir -p labrea/files > /dev/null 2>&1 echo x - labrea/files/patch-aa sed 's/^X//' >labrea/files/patch-aa << 'END-of-labrea/files/patch-aa' X*** Makefile Thu Sep 13 12:00:00 2001 X--- Makefile.bsd Fri Sep 21 00:02:03 2001 X*************** X*** 6,16 **** X CC = gcc X CFLAGS = -Wall `libnet-config --defines` $(OPTFLAGS) $(INCLUDES) X LDLIBS = `libnet-config --libs` -lpcap X! INCLUDES = -I/usr/include/pcap X X! LaBrea: LaBrea.o X X! LaBrea.o: LaBrea.c X X clean: X rm -f *.o core LaBrea X--- 6,19 ---- X CC = gcc X CFLAGS = -Wall `libnet-config --defines` $(OPTFLAGS) $(INCLUDES) X LDLIBS = `libnet-config --libs` -lpcap X! INCLUDES = -I/usr/local/include -L/usr/local/lib X X! LaBrea: LaBrea.c X X! #LaBrea.o: LaBrea.c X X clean: X rm -f *.o core LaBrea X+ X+ install: X+ @install -c -g wheel -o root -m 755 LaBrea /usr/local/bin END-of-labrea/files/patch-aa echo x - labrea/pkg-comment sed 's/^X//' >labrea/pkg-comment << 'END-of-labrea/pkg-comment' XDefense mechanism against CodeRed END-of-labrea/pkg-comment echo x - labrea/pkg-descr sed 's/^X//' >labrea/pkg-descr << 'END-of-labrea/pkg-descr' XLaBrea is a small Linux-based application that puts unused IP Xaddresses on your network to use, creating a "tarpit" which can stop Xor slow down scans of your address space, eg, CodeRed. XIt is licensed under the GPL. X XFor more information, visit: X XWWW: http://www.hackbusters.net X X- Nick Xnick@rogness.net END-of-labrea/pkg-descr echo x - labrea/pkg-plist sed 's/^X//' >labrea/pkg-plist << 'END-of-labrea/pkg-plist' Xbin/LaBrea X%%PORTDOCS%%share/doc/LaBrea/LaBrea.README X%%PORTDOCS%%@dirrm share/doc/LaBrea END-of-labrea/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 Fri Oct 5 21:20:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DF8437B406 for ; Fri, 5 Oct 2001 21:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f964K0j37895; Fri, 5 Oct 2001 21:20:00 -0700 (PDT) (envelope-from gnats) Received: from Mgw1-out.NCTU.edu.tw (Mgw1-out.NCTU.edu.tw [140.113.1.3]) by hub.freebsd.org (Postfix) with ESMTP id 428A137B405 for ; Fri, 5 Oct 2001 21:19:43 -0700 (PDT) Received: from Mgw1-out.NCTU.edu.tw (localhost [127.0.0.1]) by Mgw1-out.NCTU.edu.tw (8.12.0/8.12.0) with ESMTP id f964JeLb018030 for ; Sat, 6 Oct 2001 12:19:40 +0800 (CST) Received: (from root@localhost) by Mgw1-out.NCTU.edu.tw (8.12.0/8.12.0) id f964JeuU018029 for FreeBSD-gnats-submit@freebsd.org.procmail; Sat, 6 Oct 2001 12:19:40 +0800 (CST) Received: from infomath.math.nctu.edu.tw (infomath.math.nctu.edu.tw [140.113.22.119]) by Mgw1-out.NCTU.edu.tw (8.12.0/8.12.0) with ESMTP id f964JeLb018022 for ; Sat, 6 Oct 2001 12:19:40 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id C39233D86; Sat, 6 Oct 2001 12:19:37 +0800 (CST) Message-Id: <20011006041937.C39233D86@infomath.math.nctu.edu.tw> Date: Sat, 6 Oct 2001 12:19:37 +0800 (CST) From: Gea-Suan Lin Reply-To: Gea-Suan Lin To: FreeBSD-gnats-submit@freebsd.org Cc: gslin@infomath.math.nctu.edu.tw X-Send-Pr-Version: 3.113 Subject: ports/31083: Update port: net/bind8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31083 >Category: ports >Synopsis: Update port: net/bind8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 21:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.4-STABLE FreeBSD 4.4-STABLE #3: Fri Sep 21 18:13:19 CST 2001 root@InfoMath.Math.NCTU.edu.tw:/usr/src/sys/compile/InFoMath i386 >Description: * Update to 8.2.5. * Change distfiles. >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/net/bind8/Makefile bind8/Makefile --- /usr/ports/net/bind8/Makefile Wed May 30 08:43:31 2001 +++ bind8/Makefile Sat Oct 6 12:15:32 2001 @@ -6,10 +6,11 @@ # PORTNAME= bind -PORTVERSION= 8.2.4 +PORTVERSION= 8.2.5 CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.4/ +MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/${PORTVERSION}/ DISTFILES= bind-src.tar.gz bind-doc.tar.gz +DIST_SUBDIR= ${DISTNAME} MAINTAINER= DougB@FreeBSD.org @@ -28,7 +29,7 @@ post-install: @(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET}) - ${MKDIR} ${PREFIX}/share/doc/bind8 - ${INSTALL_DATA} ${WRKDIR}/doc/html/*.html ${PREFIX}/share/doc/bind8 + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/doc/html/*.html ${DOCSDIR} .include diff -ruN /usr/ports/net/bind8/distinfo bind8/distinfo --- /usr/ports/net/bind8/distinfo Wed May 30 08:43:31 2001 +++ bind8/distinfo Sat Oct 6 11:22:47 2001 @@ -1,2 +1,2 @@ -MD5 (bind-src.tar.gz) = f4d120b90a131bce6bed1f6eaac156cd -MD5 (bind-doc.tar.gz) = 62b4fdc9874404b8eba7419847fc3397 +MD5 (bind-8.2.5/bind-doc.tar.gz) = 53daa296c0ccc656dc371fb5ba8ce28e +MD5 (bind-8.2.5/bind-src.tar.gz) = 91ccd5cb59f8fcfa7e2a804d6a65850c diff -ruN /usr/ports/net/bind8/files/patch-aa bind8/files/patch-aa --- /usr/ports/net/bind8/files/patch-aa Sat Nov 13 02:27:03 1999 +++ bind8/files/patch-aa Sat Oct 6 11:56:24 2001 @@ -1,6 +1,6 @@ ---- src/port/freebsd/Makefile.set.orig Mon Jun 16 23:30:35 1997 -+++ src/port/freebsd/Makefile.set Tue Nov 25 18:51:41 1997 -@@ -1,12 +1,14 @@ +--- src/port/freebsd/Makefile.set.orig Fri Mar 20 03:50:30 1998 ++++ src/port/freebsd/Makefile.set Sat Oct 6 11:36:19 2001 +@@ -1,10 +1,10 @@ 'CC=cc' -'CDEBUG=-O2 -g' -'DESTBIN=/usr/bin' @@ -8,22 +8,12 @@ -'DESTEXEC=/usr/libexec' -'DESTMAN=/usr/share/man' -'DESTHELP=/usr/share/misc' --'DESTETC=/etc' +'CDEBUG=${CFLAGS}' +'DESTBIN=${PREFIX}/bin' +'DESTSBIN=${PREFIX}/sbin' +'DESTEXEC=${PREFIX}/libexec' -+'DESTMAN=${PREFIX}/man' ++'DESTMAN=${PREFIX}/share/man' +'DESTHELP=${PREFIX}/share/misc' -+'DESTINC=${PREFIX}/include/bind' -+'DESTLIB=${PREFIX}/lib' + 'DESTETC=/etc' 'DESTRUN=/var/run' -+'DESTETC=/etc' 'LEX=lex -I' - 'YACC=yacc -d' - 'SYSLIBS=-ll -lutil' -@@ -16,3 +18,4 @@ - 'CATEXT=0' - 'PS=ps' - 'RANLIB=ranlib' -+'SH=${SH}' >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 21:57:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9372537B405; Fri, 5 Oct 2001 21:57:39 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f964sM340061; Fri, 5 Oct 2001 21:54:22 -0700 (PDT) (envelope-from petef) Date: Fri, 5 Oct 2001 21:54:22 -0700 (PDT) From: Message-Id: <200110060454.f964sM340061@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, dougb@FreeBSD.org Subject: Re: ports/31083: Update port: net/bind8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: net/bind8 Responsible-Changed-From-To: freebsd-ports->dougb Responsible-Changed-By: petef Responsible-Changed-When: Fri Oct 5 21:54:06 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31083 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 22:35:37 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id B6B6A37B403; Fri, 5 Oct 2001 22:34:51 -0700 (PDT) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id FAA20504; Sat, 6 Oct 2001 05:41:43 -0700 Date: Fri, 5 Oct 2001 22:34:43 -0700 From: John Merryweather Cooper To: Maxim Sobolev Cc: gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: GNOME megaupdate [gal/gtkhtml/ORBit/bonobo-conf/librsvg/evolution/sodipodi] - correct patch Message-ID: <20011005223443.A73833@johncoop.MSHOME> References: <3BBDC1DB.6D718ECA@FreeBSD.org> <3BBDC8E9.AC7372D5@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit In-Reply-To: <3BBDC8E9.AC7372D5@FreeBSD.org>; from sobomax@FreeBSD.org on Fri, Oct 05, 2001 at 07:51:21 -0700 X-Mailer: Balsa 1.2.0 Lines: 1437 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 2001.10.05 07:51 Maxim Sobolev wrote: > OOPS, sorry I've attached wrong file. Trying again. > > -Maxim > I've made five passes on getting it all to build so far. On pass I, oaf failed in the configure stage (I'd deinstalled ORBit prior to starting the re-build of gnome-fifth-toe). ORBit got built a little further down in the build, so . . . On pass II, I used portupgrade -fr oaf. oaf, gconf, and gnome-print (plus some other stuff) got built. Build of bonobo fails toward the end when it can't find libgnomeprint/gnome-print.h. So, on to pass III . . On pass III, I used portupgrade -fr bonobo. Bonobo fails in the same manner as previously described. So, on to pass IV . . . On pass IV, I used portupgrade -fr gnomeprint. gnomeprint rebuilt fine, but Bonobo remains broken. Oh, well; I'll try one more time . . . On pass V, I used portupgrade -fr bonobo again. Samo, samo. -- jmc MacroHard -- the perfection of form over substance, marketing over performance, and greed over design . . . P.S. Now might be a good time to add portupgrade to one or both GNOME mega-meta-ports. Although the last megaupdate built fine, changes to the ABI numbers for GAL and gtkhtml required rebuild Balsa, etc. portupgrade makes this so much simpler. :) ========================================================================== > Maxim Sobolev wrote: > > > Hi Gnome'rs! > > > > Attached please find a patch that updates five core GNOME > > components and two applications included into GNOME metaport > > to the latest versions. Please test this patch and report > > any problems. If there are no serious problems I'm planning > > to commit it at the very beginning of the next week. > > > > As usually following is the correct procedure to test the > > patchset: > > > > 1. Remove old ORBit and all ports that depend on it: > > > > # pkg_delete `cat /var/db/pkg/ORBit-*/+REQUIRED_BY`; > > pkg_delete ORBit* > > (users of -current and very recent -stable can use > > "pkg_delete -r ORBit*" instead) > > > > 2. Patch your /usr/ports tree; > > > > # cd /usr/ports ; patch -p1 -s < > > /where/you/put/it/gnomeupdate.diff > > > > 3. Run build either of full GNOME metaport: > > > > # cd /usr/ports/x11/gnome-fifth-toe ; make clean ; make > > install clean > > > > or core GNOME components: > > > > # cd /usr/ports/x11/gnome ; make clean ; make install clean > > > > 4. Test it and report back any unusual problems. > > > > Thanks! > > > > -Maxim > > Index: ports/x11-toolkits/gal/Makefile > =================================================================== > RCS file: /home/ncvs/ports/x11-toolkits/gal/Makefile,v > retrieving revision 1.22 > diff -d -u -r1.22 Makefile > --- ports/x11-toolkits/gal/Makefile 2001/10/01 > 06:38:06 1.22 > +++ ports/x11-toolkits/gal/Makefile 2001/10/05 13:28:26 > @@ -6,7 +6,7 @@ > # > > PORTNAME= gal > -PORTVERSION= 0.12 > +PORTVERSION= 0.13 > CATEGORIES?= x11-toolkits gnome > MASTER_SITES= ${MASTER_SITE_GNOME} > MASTER_SITE_SUBDIR= unstable/sources/gal > Index: ports/x11-toolkits/gal/distinfo > =================================================================== > RCS file: /home/ncvs/ports/x11-toolkits/gal/distinfo,v > retrieving revision 1.16 > diff -d -u -r1.16 distinfo > --- ports/x11-toolkits/gal/distinfo 2001/10/01 > 06:38:06 1.16 > +++ ports/x11-toolkits/gal/distinfo 2001/10/05 13:28:26 > @@ -1 +1 @@ > -MD5 (gal-0.12.tar.gz) = c6ff4cbf9bb98dc79460898d41dece40 > +MD5 (gal-0.13.tar.gz) = 569f19c943c1a586d71706d49312fdea > Index: ports/x11-toolkits/gal/pkg-plist > =================================================================== > RCS file: /home/ncvs/ports/x11-toolkits/gal/pkg-plist,v > retrieving revision 1.13 > diff -d -u -r1.13 pkg-plist > --- ports/x11-toolkits/gal/pkg-plist 2001/10/01 > 06:38:06 1.13 > +++ ports/x11-toolkits/gal/pkg-plist 2001/10/05 13:28:27 > @@ -128,7 +128,7 @@ > include/gal/widgets/widget-pixmap-combo.h > lib/libgal.a > lib/libgal.so > -lib/libgal.so.12 > +lib/libgal.so.13 > share/gnome/etable/%%VERSION%%/glade/e-table-config-no-group.glade > share/gnome/etable/%%VERSION%%/glade/e-table-config.glade > share/gnome/etable/%%VERSION%%/glade/e-table-field-chooser.glade > Index: ports/devel/bonobo-conf/Makefile > =================================================================== > RCS file: /home/ncvs/ports/devel/bonobo-conf/Makefile,v > retrieving revision 1.8 > diff -d -u -r1.8 Makefile > --- ports/devel/bonobo-conf/Makefile 2001/08/16 > 13:12:47 1.8 > +++ ports/devel/bonobo-conf/Makefile 2001/10/05 13:28:27 > @@ -6,7 +6,7 @@ > # > > PORTNAME= bonobo-conf > -PORTVERSION= 0.11 > +PORTVERSION= 0.12 > CATEGORIES= devel gnome > MASTER_SITES= ${MASTER_SITE_GNOME} > MASTER_SITE_SUBDIR= unstable/sources/bonobo-conf > Index: ports/devel/bonobo-conf/distinfo > =================================================================== > RCS file: /home/ncvs/ports/devel/bonobo-conf/distinfo,v > retrieving revision 1.6 > diff -d -u -r1.6 distinfo > --- ports/devel/bonobo-conf/distinfo 2001/08/16 > 13:12:47 1.6 > +++ ports/devel/bonobo-conf/distinfo 2001/10/05 13:28:27 > @@ -1 +1 @@ > -MD5 (bonobo-conf-0.11.tar.gz) = ed574259ee3f5222bc3dacc3b7da7256 > +MD5 (bonobo-conf-0.12.tar.gz) = 713c4566fb09a628ab342ec5dfefe1bf > Index: ports/devel/bonobo-conf/pkg-plist > =================================================================== > RCS file: /home/ncvs/ports/devel/bonobo-conf/pkg-plist,v > retrieving revision 1.6 > diff -d -u -r1.6 pkg-plist > --- ports/devel/bonobo-conf/pkg-plist 2001/08/16 > 13:12:47 1.6 > +++ ports/devel/bonobo-conf/pkg-plist 2001/10/05 13:28:27 > @@ -21,14 +21,17 @@ > share/gnome/oaf/Bonobo_Moniker_config.oaf > share/gnome/oaf/Bonobo_Moniker_gconf.oaf > share/gnome/oaf/Bonobo_Moniker_xmldb.oaf > +share/locale/da/LC_MESSAGES/bonobo-conf.mo > share/locale/de/LC_MESSAGES/bonobo-conf.mo > share/locale/es/LC_MESSAGES/bonobo-conf.mo > +share/locale/fr/LC_MESSAGES/bonobo-conf.mo > share/locale/it/LC_MESSAGES/bonobo-conf.mo > share/locale/nn/LC_MESSAGES/bonobo-conf.mo > share/locale/no/LC_MESSAGES/bonobo-conf.mo > share/locale/pl/LC_MESSAGES/bonobo-conf.mo > share/locale/sv/LC_MESSAGES/bonobo-conf.mo > -share/locale/zh_TW.Big5/LC_MESSAGES/bonobo-conf.mo > +share/locale/tr/LC_MESSAGES/bonobo-conf.mo > +share/locale/zh_TW/LC_MESSAGES/bonobo-conf.mo > @dirrm share/gnome/bonobo-conf/html/bonobo-conf > @dirrm share/gnome/bonobo-conf/html > @dirrm share/gnome/bonobo-conf > Index: ports/www/gtkhtml/Makefile > =================================================================== > RCS file: /home/ncvs/ports/www/gtkhtml/Makefile,v > retrieving revision 1.34 > diff -d -u -r1.34 Makefile > --- ports/www/gtkhtml/Makefile 2001/10/01 06:38:40 1.34 > +++ ports/www/gtkhtml/Makefile 2001/10/05 13:28:27 > @@ -6,7 +6,7 @@ > # > > PORTNAME= gtkhtml > -PORTVERSION= 0.13.0 > +PORTVERSION= 0.14.0 > CATEGORIES= www gnome > MASTER_SITES= ${MASTER_SITE_GNOME} > MASTER_SITE_SUBDIR= unstable/sources/gtkhtml > @@ -15,7 +15,7 @@ > > LIB_DEPENDS= glibwww.1:${PORTSDIR}/www/glibwww \ > pspell.4:${PORTSDIR}/textproc/pspell \ > - gal.12:${PORTSDIR}/x11-toolkits/gal \ > + gal.13:${PORTSDIR}/x11-toolkits/gal \ > ghttp.1:${PORTSDIR}/www/libghttp > > USE_X_PREFIX= yes > Index: ports/www/gtkhtml/distinfo > =================================================================== > RCS file: /home/ncvs/ports/www/gtkhtml/distinfo,v > retrieving revision 1.12 > diff -d -u -r1.12 distinfo > --- ports/www/gtkhtml/distinfo 2001/10/01 06:38:40 1.12 > +++ ports/www/gtkhtml/distinfo 2001/10/05 13:28:27 > @@ -1 +1 @@ > -MD5 (gtkhtml-0.13.0.tar.gz) = 259de4e0301095e9b31602e5f74a5be1 > +MD5 (gtkhtml-0.14.0.tar.gz) = 2c8cee524f37fd34e41a0456654ba9a3 > Index: ports/www/gtkhtml/pkg-plist > =================================================================== > RCS file: /home/ncvs/ports/www/gtkhtml/pkg-plist,v > retrieving revision 1.14 > diff -d -u -r1.14 pkg-plist > --- ports/www/gtkhtml/pkg-plist 2001/10/01 06:38:40 1.14 > +++ ports/www/gtkhtml/pkg-plist 2001/10/05 13:28:27 > @@ -93,7 +93,7 @@ > lib/bonobo/plugin/libstorage_http.so > lib/libgtkhtml.a > lib/libgtkhtml.so > -lib/libgtkhtml.so.16 > +lib/libgtkhtml.so.17 > share/gnome/apps/Settings/Documents/gtkhtml-properties.desktop > share/gnome/control-center/Documents/gtkhtml-properties.desktop > share/gnome/control-center/capplets/gtkhtml-properties.desktop > Index: ports/mail/evolution/Makefile > =================================================================== > RCS file: /home/ncvs/ports/mail/evolution/Makefile,v > retrieving revision 1.34 > diff -d -u -r1.34 Makefile > --- ports/mail/evolution/Makefile 2001/10/01 > 06:40:03 1.34 > +++ ports/mail/evolution/Makefile 2001/10/05 13:28:27 > @@ -6,7 +6,7 @@ > # > > PORTNAME= evolution > -PORTVERSION= 0.14 > +PORTVERSION= 0.15 > CATEGORIES= mail gnome > MASTER_SITES= ${MASTER_SITE_GNOME} > MASTER_SITE_SUBDIR= unstable/sources/evolution > @@ -39,7 +39,7 @@ > 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ > s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' > @find ${WRKSRC} -type f -name "*.[ch]" | xargs ${GREP} -l > '[^g]iconv.h' | \ > - xargs ${PERL} -pi -e 's|([^g])iconv.h|\1giconv.h|g' > + xargs ${PERL} -pi -e 's|(["<])iconv.h|\1giconv.h|g' > @find ${WRKSRC} -type f -name "*.[ch]" | xargs ${GREP} -l > '' | \ > xargs ${PERL} -pi -e 's|||g' > @find ${WRKSRC} -type f -name "*.[ch]" | xargs ${GREP} -l > 'wrong DB3' | \ > Index: ports/mail/evolution/distinfo > =================================================================== > RCS file: /home/ncvs/ports/mail/evolution/distinfo,v > retrieving revision 1.13 > diff -d -u -r1.13 distinfo > --- ports/mail/evolution/distinfo 2001/10/01 > 06:40:03 1.13 > +++ ports/mail/evolution/distinfo 2001/10/05 13:28:27 > @@ -1 +1 @@ > -MD5 (evolution-0.14.tar.gz) = 706453bd2271f2b0073cd30188e1a33d > +MD5 (evolution-0.15.tar.gz) = 3297446afe4b4a4615b3ca130e1bd3af > Index: ports/mail/evolution/pkg-plist > =================================================================== > RCS file: /home/ncvs/ports/mail/evolution/pkg-plist,v > retrieving revision 1.14 > diff -d -u -r1.14 pkg-plist > --- ports/mail/evolution/pkg-plist 2001/10/01 > 06:40:03 1.14 > +++ ports/mail/evolution/pkg-plist 2001/10/05 13:28:27 > @@ -699,6 +699,7 @@ > share/gnome/images/evolution/show_all_messages.xpm > share/gnome/images/evolution/splash.png > share/gnome/images/evolution/talking-heads.png > +share/gnome/images/evolution/task.png > share/gnome/images/evolution/task.xpm > share/gnome/images/evolution/thankyou.png > share/gnome/images/evolution/timezone-16.xpm > Index: ports/x11/gnomecore/Makefile > =================================================================== > RCS file: /home/ncvs/ports/x11/gnomecore/Makefile,v > retrieving revision 1.66 > diff -d -u -r1.66 Makefile > --- ports/x11/gnomecore/Makefile 2001/10/01 > 06:40:47 1.66 > +++ ports/x11/gnomecore/Makefile 2001/10/05 13:28:27 > @@ -15,7 +15,7 @@ > > MAINTAINER?= gnome@FreeBSD.org > > -LIB_DEPENDS= gtkhtml.16:${PORTSDIR}/www/gtkhtml > +LIB_DEPENDS= gtkhtml.17:${PORTSDIR}/www/gtkhtml > RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio > > USE_X_PREFIX= yes > Index: ports/devel/ORBit/Makefile > =================================================================== > RCS file: /home/ncvs/ports/devel/ORBit/Makefile,v > retrieving revision 1.46 > diff -d -u -r1.46 Makefile > --- ports/devel/ORBit/Makefile 2001/05/23 00:48:53 1.46 > +++ ports/devel/ORBit/Makefile 2001/10/05 13:28:27 > @@ -6,8 +6,7 @@ > # > > PORTNAME= ORBit > -PORTVERSION= 0.5.8 > -PORTREVISION= 1 > +PORTVERSION= 0.5.10 > CATEGORIES= devel gnome > MASTER_SITES= ${MASTER_SITE_GNOME} > MASTER_SITE_SUBDIR= stable/sources/ORBit > @@ -20,9 +19,8 @@ > > USE_GMAKE= yes > USE_GLIB= yes > -USE_LIBTOOL= yes > INSTALLS_SHLIB= yes > -LIBTOOLFILES= configure libIDL/configure popt/configure > +GNU_CONFIGURE= yes > CONFIGURE_ARGS= --disable-indent > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ > LIBS="-L${LOCALBASE}/lib" > @@ -33,5 +31,15 @@ > @if [ ! -f ${PREFIX}/etc/orbitrc ]; then \ > ${CP} -p ${PREFIX}/etc/orbitrc.default > ${PREFIX}/etc/orbitrc ; \ > fi > +.for dir in IIOP ORBitservices ORBitutil orb orbit-idl2.h > + @if [ -L ${PREFIX}/include/${dir} ]; then \ > + ${RM} -f ${PREFIX}/include/${dir}; \ > + fi > + @${LN} -sf ${PREFIX}/include/orbit-1.0/${dir} > ${PREFIX}/include/${dir} > +.endfor > + @if [ -L ${PREFIX}/include/libIDL ]; then \ > + ${RM} -f ${PREFIX}/include/libIDL; \ > + fi > + @${LN} -sf ${PREFIX}/include/libIDL-1.0/libIDL > ${PREFIX}/include/libIDL > > .include > Index: ports/devel/ORBit/distinfo > =================================================================== > RCS file: /home/ncvs/ports/devel/ORBit/distinfo,v > retrieving revision 1.19 > diff -d -u -r1.19 distinfo > --- ports/devel/ORBit/distinfo 2001/05/14 21:57:45 1.19 > +++ ports/devel/ORBit/distinfo 2001/10/05 13:28:27 > @@ -1 +1 @@ > -MD5 (ORBit-0.5.8.tar.gz) = 602b23db8666274caf6cf87b7857d4a3 > +MD5 (ORBit-0.5.10.tar.gz) = 84e818d9f6fa4f389b9ea82aa00e8f6c > Index: ports/devel/ORBit/pkg-plist > =================================================================== > RCS file: /home/ncvs/ports/devel/ORBit/pkg-plist,v > retrieving revision 1.12 > diff -d -u -r1.12 pkg-plist > --- ports/devel/ORBit/pkg-plist 2001/05/23 00:48:53 1.12 > +++ ports/devel/ORBit/pkg-plist 2001/10/05 13:28:27 > @@ -10,68 +10,74 @@ > @unexec if cmp -s %D/etc/orbitrc.default %D/etc/orbitrc; then rm -f > %D/etc/orbitrc; fi > etc/orbitrc.default > @exec if [ ! -f %D/etc/orbitrc ] ; then cp -p %D/%F %B/orbitrc; fi > -include/IIOP/IIOP-config.h > -include/IIOP/IIOP-types.h > -include/IIOP/IIOP.h > -include/IIOP/giop-msg-buffer.h > -include/IIOP/iiop-encoders.h > -include/IIOP/iiop-endian.h > -include/ORBitservices/CosEventChannel.idl > -include/ORBitservices/CosEventComm.idl > -include/ORBitservices/CosNaming.h > -include/ORBitservices/CosNaming.idl > -include/ORBitservices/CosNaming_impl.h > -include/ORBitservices/CosTypedEventChannel.idl > -include/ORBitservices/CosTypedEventComm.idl > -include/ORBitservices/LName.pidl > -include/ORBitutil/basic_types.h > -include/ORBitutil/compat.h > -include/ORBitutil/orbit-os-config.h > -include/ORBitutil/os-feature-alloca.h > -include/ORBitutil/os-specifics.h > -include/ORBitutil/thread-safety.h > -include/ORBitutil/trace.h > -include/ORBitutil/util.h > -include/libIDL/IDL.h > -include/orb/allocator-defs.h > -include/orb/allocators.h > -include/orb/cdr.h > -include/orb/corba_any.h > -include/orb/corba_any_proto.h > -include/orb/corba_any_type.h > -include/orb/corba_basic_sequences_type.h > -include/orb/corba_context.h > -include/orb/corba_env.h > -include/orb/corba_env_type.h > -include/orb/corba_object.h > -include/orb/corba_object_type.h > -include/orb/corba_orb.h > -include/orb/corba_orb_type.h > -include/orb/corba_portableserver.h > -include/orb/corba_portableserver_type.h > -include/orb/corba_sequences.h > -include/orb/corba_sequences_type.h > -include/orb/corba_typecode.h > -include/orb/corba_typecode_type.h > -include/orb/dii.h > -include/orb/dynany.h > -include/orb/env.h > -include/orb/interface_repository.h > -include/orb/iop.h > -include/orb/ir.h > -include/orb/options.h > -include/orb/orb.h > -include/orb/orbit.h > -include/orb/orbit_config.h > -include/orb/orbit_object.h > -include/orb/orbit_object_type.h > -include/orb/orbit_poa.h > -include/orb/orbit_poa_type.h > -include/orb/orbit_typecode.h > -include/orb/orbit_types.h > -include/orb/poa.h > -include/orb/sequences.h > -include/orb/typecode.h > +include/IIOP > +include/ORBitservices > +include/ORBitutil > +include/libIDL > +include/libIDL-1.0/libIDL/IDL.h > +include/orb > +include/orbit-1.0/IIOP/IIOP-config.h > +include/orbit-1.0/IIOP/IIOP-types.h > +include/orbit-1.0/IIOP/IIOP.h > +include/orbit-1.0/IIOP/giop-msg-buffer.h > +include/orbit-1.0/IIOP/iiop-encoders.h > +include/orbit-1.0/IIOP/iiop-endian.h > +include/orbit-1.0/ORBitservices/CosEventChannel.idl > +include/orbit-1.0/ORBitservices/CosEventComm.idl > +include/orbit-1.0/ORBitservices/CosNaming.h > +include/orbit-1.0/ORBitservices/CosNaming.idl > +include/orbit-1.0/ORBitservices/CosNaming_impl.h > +include/orbit-1.0/ORBitservices/CosTypedEventChannel.idl > +include/orbit-1.0/ORBitservices/CosTypedEventComm.idl > +include/orbit-1.0/ORBitservices/LName.pidl > +include/orbit-1.0/ORBitutil/basic_types.h > +include/orbit-1.0/ORBitutil/compat.h > +include/orbit-1.0/ORBitutil/orbit-os-config.h > +include/orbit-1.0/ORBitutil/os-feature-alloca.h > +include/orbit-1.0/ORBitutil/os-specifics.h > +include/orbit-1.0/ORBitutil/thread-safety.h > +include/orbit-1.0/ORBitutil/trace.h > +include/orbit-1.0/ORBitutil/util.h > +include/orbit-1.0/orb/allocator-defs.h > +include/orbit-1.0/orb/allocators.h > +include/orbit-1.0/orb/cdr.h > +include/orbit-1.0/orb/corba_any.h > +include/orbit-1.0/orb/corba_any_proto.h > +include/orbit-1.0/orb/corba_any_type.h > +include/orbit-1.0/orb/corba_basic_sequences_type.h > +include/orbit-1.0/orb/corba_context.h > +include/orbit-1.0/orb/corba_env.h > +include/orbit-1.0/orb/corba_env_type.h > +include/orbit-1.0/orb/corba_object.h > +include/orbit-1.0/orb/corba_object_type.h > +include/orbit-1.0/orb/corba_orb.h > +include/orbit-1.0/orb/corba_orb_type.h > +include/orbit-1.0/orb/corba_portableserver.h > +include/orbit-1.0/orb/corba_portableserver_type.h > +include/orbit-1.0/orb/corba_sequences.h > +include/orbit-1.0/orb/corba_sequences_type.h > +include/orbit-1.0/orb/corba_typecode.h > +include/orbit-1.0/orb/corba_typecode_type.h > +include/orbit-1.0/orb/dii.h > +include/orbit-1.0/orb/dynany.h > +include/orbit-1.0/orb/env.h > +include/orbit-1.0/orb/interface_repository.h > +include/orbit-1.0/orb/iop.h > +include/orbit-1.0/orb/ir.h > +include/orbit-1.0/orb/options.h > +include/orbit-1.0/orb/orb.h > +include/orbit-1.0/orb/orbit.h > +include/orbit-1.0/orb/orbit_config.h > +include/orbit-1.0/orb/orbit_object.h > +include/orbit-1.0/orb/orbit_object_type.h > +include/orbit-1.0/orb/orbit_poa.h > +include/orbit-1.0/orb/orbit_poa_type.h > +include/orbit-1.0/orb/orbit_typecode.h > +include/orbit-1.0/orb/orbit_types.h > +include/orbit-1.0/orb/poa.h > +include/orbit-1.0/orb/sequences.h > +include/orbit-1.0/orb/typecode.h > +include/orbit-1.0/orbit-idl2.h > include/orbit-idl2.h > @unexec install-info --delete %D/info/libIDL.info %D/info/dir > info/libIDL.info > @@ -97,8 +103,10 @@ > libdata/pkgconfig/libIDL.pc > share/aclocal/ORBit.m4 > share/aclocal/libIDL.m4 > -@dirrm include/IIOP > -@dirrm include/ORBitservices > -@dirrm include/ORBitutil > -@dirrm include/libIDL > -@dirrm include/orb > +@dirrm include/orbit-1.0/orb > +@dirrm include/orbit-1.0/ORBitutil > +@dirrm include/orbit-1.0/ORBitservices > +@dirrm include/orbit-1.0/IIOP > +@dirrm include/orbit-1.0 > +@dirrm include/libIDL-1.0/libIDL > +@dirrm include/libIDL-1.0 > Index: ports/devel/ORBit/files/patch-ac > =================================================================== > RCS file: /home/ncvs/ports/devel/ORBit/files/patch-ac,v > retrieving revision 1.15 > diff -d -u -r1.15 patch-ac > --- ports/devel/ORBit/files/patch-ac 2001/05/23 > 00:48:56 1.15 > +++ ports/devel/ORBit/files/patch-ac 2001/10/05 13:28:27 > @@ -20,18 +20,6 @@ > mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs > CONFIG_HEADER = ../../config.h > CONFIG_CLEAN_FILES = > ---- src/orb/Makefile.in.orig Tue Jan 30 14:56:07 2001 > -+++ src/orb/Makefile.in Thu Mar 8 11:16:44 2001 > -@@ -113,3 +113,3 @@ > - > --libORBit_la_LDFLAGS = -version-info > $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) > -+libORBit_la_LDFLAGS = -version-info 2:0:0 > - libORBit_la_LIBADD = $(GLIB_LIBS) -lm > -@@ -121,3 +121,3 @@ > - > --CFLAGS = -g -O0 > -+CFLAGS = @CFLAGS@ > - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs > --- src/services/name/Makefile.in.orig Thu Oct 12 11:07:08 > 2000 > +++ src/services/name/Makefile.in Thu Oct 12 13:11:55 2000 > @@ -109,3 +109,3 @@ > Index: ports/devel/ORBit/files/patch-ad > =================================================================== > RCS file: /home/ncvs/ports/devel/ORBit/files/patch-ad,v > retrieving revision 1.4 > diff -d -u -r1.4 patch-ad > --- ports/devel/ORBit/files/patch-ad 2000/02/23 > 01:03:15 1.4 > +++ ports/devel/ORBit/files/patch-ad 2001/10/05 13:28:27 > @@ -1,5 +1,8 @@ > ---- orbit-config.in.orig Thu Oct 7 23:49:07 1999 > -+++ orbit-config.in Tue Feb 22 18:20:47 2000 > + > +$FreeBSD$ > + > +--- orbit-config.in.orig Wed Sep 19 20:09:00 2001 > ++++ orbit-config.in Wed Oct 3 14:51:10 2001 > @@ -28,8 +28,8 @@ > > Known values for TARGET are: > @@ -16,24 +19,9 @@ > > client|server) > - the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil > `glib-config --libs` @LIBS@ -lm" > -- the_flags="$the_flags `glib-config --cflags` -I$includedir " > -+ the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil > `@GLIB_CONFIG@ --libs` @LIBS@ -lm" > -+ the_flags="$the_flags `@GLIB_CONFIG@ --cflags` -I$includedir > " > +- the_flags="$the_flags `glib-config --cflags` " > ++ the_libs="$the_libs -L$libdir -lORBit -lIIOP -lORBitutil > `@GLIB_CONFIG@ --libs` @LIBS@ @LIB_WRAP@ -lm" > ++ the_flags="$the_flags `@GLIB_CONFIG@ --cflags` " > + test "x$includedir" = "x/usr/include" \ > + || the_flags="$the_flags -I$includedir " > ;; > - > - --use-service=*) > ---- libIDL/libIDL-config.in.orig Fri Apr 16 09:52:20 1999 > -+++ libIDL/libIDL-config.in Wed Oct 13 20:49:40 1999 > -@@ -74,10 +74,10 @@ > - echo $exec_prefix > - fi > - if test "$echo_cflags" = "yes"; then > -- all_flags="$all_flags $includes $cflags `glib-config > --cflags`" > -+ all_flags="$all_flags $includes $cflags `@GLIB_CONFIG@ > --cflags`" > - fi > - if test "$echo_libs" = "yes"; then > -- all_flags="$all_flags -L@libdir@ -lIDL `glib-config --libs`" > -+ all_flags="$all_flags -L@libdir@ -lIDL `@GLIB_CONFIG@ > --libs`" > - fi > - > - # Straight out any possible duplicates, but be careful to > Index: ports/devel/ORBit/files/patch-libIDL::ltmain.sh > =================================================================== > RCS file: patch-libIDL::ltmain.sh > diff -N patch-libIDL::ltmain.sh > --- /dev/null Fri Oct 5 06:08:23 2001 > +++ patch-libIDL::ltmain.sh Fri Oct 5 06:28:27 2001 > @@ -0,0 +1,18 @@ > + > +$FreeBSD$ > + > +--- libIDL/ltmain.sh.orig Wed Oct 3 10:03:39 2001 > ++++ libIDL/ltmain.sh Wed Oct 3 15:05:20 2001 > +@@ -4175,10 +4175,12 @@ > + fi > + > + # Install the pseudo-library for information purposes. > ++ if /usr/bin/false; then > + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` > + instname="$dir/$name"i > + $show "$install_prog $instname $destdir/$name" > + $run eval "$install_prog $instname $destdir/$name" || exit > $? > ++ fi > + > + # Maybe install the static library, too. > + test -n "$old_library" && staticlibs="$staticlibs > $dir/$old_library" > Index: ports/devel/ORBit/files/patch-ltmain.sh > =================================================================== > RCS file: patch-ltmain.sh > diff -N patch-ltmain.sh > --- /dev/null Fri Oct 5 06:08:23 2001 > +++ patch-ltmain.sh Fri Oct 5 06:28:27 2001 > @@ -0,0 +1,18 @@ > + > +$FreeBSD$ > + > +--- ltmain.sh 2001/08/27 09:51:26 1.1 > ++++ ltmain.sh 2001/08/27 09:51:42 > +@@ -4175,10 +4175,12 @@ > + fi > + > + # Install the pseudo-library for information purposes. > ++ if /usr/bin/false; then > + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` > + instname="$dir/$name"i > + $show "$install_prog $instname $destdir/$name" > + $run eval "$install_prog $instname $destdir/$name" || exit > $? > ++ fi > + > + # Maybe install the static library, too. > + test -n "$old_library" && staticlibs="$staticlibs > $dir/$old_library" > Index: ports/devel/ORBit/files/patch-popt::ltmain.sh > =================================================================== > RCS file: patch-popt::ltmain.sh > diff -N patch-popt::ltmain.sh > --- /dev/null Fri Oct 5 06:08:23 2001 > +++ patch-popt::ltmain.sh Fri Oct 5 06:28:27 2001 > @@ -0,0 +1,18 @@ > + > +$FreeBSD$ > + > +--- popt/ltmain.sh.orig Wed Oct 3 10:03:41 2001 > ++++ popt/ltmain.sh Wed Oct 3 15:01:07 2001 > +@@ -4175,10 +4175,12 @@ > + fi > + > + # Install the pseudo-library for information purposes. > ++ if /usr/bin/false; then > + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` > + instname="$dir/$name"i > + $show "$install_prog $instname $destdir/$name" > + $run eval "$install_prog $instname $destdir/$name" || exit > $? > ++ fi > + > + # Maybe install the static library, too. > + test -n "$old_library" && staticlibs="$staticlibs > $dir/$old_library" > Index: ports/devel/ORBit/files/patch-src::IIOP::connection.c > =================================================================== > RCS file: patch-src::IIOP::connection.c > diff -N patch-src::IIOP::connection.c > --- /dev/null Fri Oct 5 06:08:23 2001 > +++ patch-src::IIOP::connection.c Fri Oct 5 06:28:27 2001 > @@ -0,0 +1,65 @@ > +$NetBSD: patch-ag,v 1.6 2001/05/21 19:59:04 rh Exp $ > + > +--- src/IIOP/connection.c.orig Sun May 13 09:07:46 2001 > ++++ src/IIOP/connection.c > +@@ -1,4 +1,7 @@ > + #include "config.h" > ++#include > ++#include > ++#include > + #if defined (__hpux) && ! defined (_XOPEN_SOURCE_EXTENDED) > + # define _XOPEN_SOURCE_EXTENDED 1 > + # define WE_DEFINED_XOPEN_SOURCE_EXTENDED 1 > +@@ -13,7 +16,6 @@ > + #include > + #include > + #include > +-#include > + #include > + #include > + #include > +@@ -32,7 +34,7 @@ > + #include > + #include > + > +-#if defined(HAVE_TCPD_H) && defined(HAVE_HOSTS_ACCESS) > ++#if defined(HAVE_TCPD_H) > + #include > + #endif > + > +@@ -80,7 +82,7 @@ > + GIOPConnectionList giop_connection_list; > + static GSList *iiop_unix_socket_list = NULL; > + > +-#if defined(HAVE_HOSTS_ACCESS) && defined (HAVE_TCPD_H) > ++#if defined (HAVE_TCPD_H) > + static const char *argv0_val = NULL; > + #endif > + > +@@ -104,7 +106,7 @@ > + struct sigaction mypipe; > + g_assert(sizeof(GIOPMessageHeader) == 12); > + > +-#if defined(HAVE_HOSTS_ACCESS) && defined (HAVE_TCPD_H) > ++#if defined (HAVE_TCPD_H) > + argv0_val = g_strdup(g_basename(argv0)); /* For TCP wrappers */ > + #endif > + > +@@ -1007,7 +1009,7 @@ > + */ > + int allow_severity = LOG_INFO, deny_severity = LOG_NOTICE; > + > +-#if defined(HAVE_HOSTS_ACCESS) && defined(HAVE_TCPD_H) > ++#if defined(HAVE_TCPD_H) > + DEFINE_LOCK(tcp_wrappers_usage); > + > + #endif > +@@ -1033,7 +1035,7 @@ > + > + newfd = accept(GIOP_CONNECTION_GET_FD(connection), &sock, &n); > + > +-#if defined(HAVE_HOSTS_ACCESS) && defined(HAVE_TCPD_H) > ++#if defined(HAVE_TCPD_H) > + /* tcp wrappers access checking */ > + switch(IIOP_CONNECTION(connection)->icnxtype) { > + case IIOP_IPV4: > Index: ports/devel/ORBit/files/patch-src::daemons::interface_repository::Makefile.in > =================================================================== > RCS file: patch-src::daemons::interface_repository::Makefile.in > diff -N patch-src::daemons::interface_repository::Makefile.in > --- /dev/null Fri Oct 5 06:08:23 2001 > +++ patch-src::daemons::interface_repository::Makefile.in Fri > Oct 5 06:28:27 2001 > @@ -0,0 +1,13 @@ > +$NetBSD: patch-al,v 1.5 2000/10/17 23:48:01 jlam Exp $ > + > +--- src/daemons/interface_repository/Makefile.in.orig Thu Oct > 12 12:07:12 2000 > ++++ src/daemons/interface_repository/Makefile.in > +@@ -102,7 +102,7 @@ > + > + > + orbit_ird_LDFLAGS = -static > +-orbit_ird_LDADD = $(top_builddir)/src/orb/libORBit.la > $(top_builddir)/src/IIOP/libIIOP.la > $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ > -lm > ++orbit_ird_LDADD = $(top_builddir)/src/orb/libORBit.la > $(top_builddir)/src/IIOP/libIIOP.la > $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ > -lm @LIB_WRAP@ > + > + > + orbit_ird_SOURCES = interface_repository-skels.c > interface_repository-impl.c > Index: ports/devel/ORBit/files/patch-src::orb::Makefile.in > =================================================================== > RCS file: patch-src::orb::Makefile.in > diff -N patch-src::orb::Makefile.in > --- /dev/null Fri Oct 5 06:08:23 2001 > +++ patch-src::orb::Makefile.in Fri Oct 5 06:28:27 2001 > @@ -0,0 +1,14 @@ > + > +$FreeBSD$ > + > +--- src/orb/Makefile.in.orig Wed Oct 3 10:21:01 2001 > ++++ src/orb/Makefile.in Wed Oct 3 14:43:17 2001 > +@@ -115,7 +115,7 @@ > + IDL = $(top_builddir)/src/orbit-idl-compiler/orbit-idl > + IRIDL = $(top_srcdir)/src/daemons/interface_repository/interface_repository.idl > + > +-libORBit_la_LDFLAGS = -version-info > $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) > ++libORBit_la_LDFLAGS = -version-info 2:0:0 > + libORBit_la_LIBADD = $(GLIB_LIBS) -lm > + > + BUILT_SOURCES = orbit.h interface_repository.h > interface_repository-common.c interface_repository-stubs.c > Index: ports/devel/ORBit/files/patch-src::services::event::Makefile.in > =================================================================== > RCS file: patch-src::services::event::Makefile.in > diff -N patch-src::services::event::Makefile.in > --- /dev/null Fri Oct 5 06:08:23 2001 > +++ patch-src::services::event::Makefile.in Fri Oct 5 06:28:27 > 2001 > @@ -0,0 +1,13 @@ > +$NetBSD: patch-am,v 1.3 2000/10/17 23:48:01 jlam Exp $ > + > +--- src/services/event/Makefile.in.orig Thu Oct 12 12:07:09 > 2000 > ++++ src/services/event/Makefile.in > +@@ -115,7 +115,7 @@ > + DEPS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/ORBitutil/libORBitutil.la $(top_builddir)/src/IIOP/libIIOP.la > + > + > +-LDADDS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ > -lm > ++LDADDS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la @GLIB_LIBS@ > -lm @LIB_WRAP@ > + > + > + event_consumer_SOURCES = event-consumer.c CosEventComm-skels.c > CosEventChannel-common.c CosEventChannel-stubs.c > Index: ports/devel/ORBit/files/patch-src::services::name::Makefile.in > =================================================================== > RCS file: patch-src::services::name::Makefile.in > diff -N patch-src::services::name::Makefile.in > --- /dev/null Fri Oct 5 06:08:23 2001 > +++ patch-src::services::name::Makefile.in Fri Oct 5 06:28:27 > 2001 > @@ -0,0 +1,13 @@ > +$NetBSD: patch-ae,v 1.8 2000/10/17 23:48:01 jlam Exp $ > + > +--- src/services/name/Makefile.in.orig Thu Oct 12 12:07:08 > 2000 > ++++ src/services/name/Makefile.in > +@@ -123,7 +123,7 @@ > + DEPS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/ORBitutil/libORBitutil.la > $(top_builddir)/src/IIOP/libIIOP.la libORBitCosNaming.la > + > + > +-LDADDS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la > libORBitCosNaming.la @GLIB_LIBS@ > -lm > ++LDADDS = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la > libORBitCosNaming.la @GLIB_LIBS@ > -lm @LIB_WRAP@ > + > + > + #name-client.c boot.c orbit-name-server.c new-name-server.c: > CosNaming.h > Index: ports/print/gnomeprint/Makefile > =================================================================== > RCS file: /home/ncvs/ports/print/gnomeprint/Makefile,v > retrieving revision 1.33 > diff -d -u -r1.33 Makefile > --- ports/print/gnomeprint/Makefile 2001/09/11 > 21:23:46 1.33 > +++ ports/print/gnomeprint/Makefile 2001/10/05 13:28:29 > @@ -6,7 +6,7 @@ > # > > PORTNAME= gnomeprint > -PORTVERSION= 0.29 > +PORTVERSION= 0.30 > CATEGORIES= print gnome > MASTER_SITES= ${MASTER_SITE_GNOME} > MASTER_SITE_SUBDIR= stable/sources/gnome-print > @@ -22,15 +22,15 @@ > USE_GMAKE= yes > USE_PERL5= yes > USE_GNOMECTRL= yes > -USE_LIBTOOL= yes > INSTALLS_SHLIB= yes > +GNU_CONFIGURE= yes > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ > LIBS="-L${LOCALBASE}/lib" > > pre-patch: > @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ > s|DATADIRNAME=lib|DATADIRNAME=share|g' > ${WRKSRC}/configure > - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ > + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ > 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ > s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' > > Index: ports/print/gnomeprint/distinfo > =================================================================== > RCS file: /home/ncvs/ports/print/gnomeprint/distinfo,v > retrieving revision 1.14 > diff -d -u -r1.14 distinfo > --- ports/print/gnomeprint/distinfo 2001/06/05 > 04:58:33 1.14 > +++ ports/print/gnomeprint/distinfo 2001/10/05 13:28:29 > @@ -1 +1 @@ > -MD5 (gnome-print-0.29.tar.gz) = 3b28ad04f1137b7e475396410597a1eb > +MD5 (gnome-print-0.30.tar.gz) = 4a3c0dff05f649d59616c7652d149759 > Index: ports/print/gnomeprint/pkg-plist > =================================================================== > RCS file: /home/ncvs/ports/print/gnomeprint/pkg-plist,v > retrieving revision 1.15 > diff -d -u -r1.15 pkg-plist > --- ports/print/gnomeprint/pkg-plist 2001/06/05 > 04:58:33 1.15 > +++ ports/print/gnomeprint/pkg-plist 2001/10/05 13:28:29 > @@ -1,30 +1,32 @@ > bin/gnome-font-install > +etc/gnome/fonts/gnome-print-ghostscript.fontmap > etc/printConf.sh > -include/libgnomeprint/gnome-font-dialog.h > -include/libgnomeprint/gnome-font-face.h > -include/libgnomeprint/gnome-font.h > -include/libgnomeprint/gnome-glyphlist.h > -include/libgnomeprint/gnome-pgl.h > -include/libgnomeprint/gnome-print-copies.h > -include/libgnomeprint/gnome-print-dialog.h > -include/libgnomeprint/gnome-print-encode.h > -include/libgnomeprint/gnome-print-frgba.h > -include/libgnomeprint/gnome-print-master-preview.h > -include/libgnomeprint/gnome-print-master.h > -include/libgnomeprint/gnome-print-meta.h > -include/libgnomeprint/gnome-print-multipage.h > -include/libgnomeprint/gnome-print-pdf.h > -include/libgnomeprint/gnome-print-pixbuf.h > -include/libgnomeprint/gnome-print-preview.h > -include/libgnomeprint/gnome-print-rbuf.h > -include/libgnomeprint/gnome-print.h > -include/libgnomeprint/gnome-printer-dialog.h > -include/libgnomeprint/gnome-printer.h > -include/libgnomeprint/gnome-rfont.h > -include/libgnomeprint/gnome-text.h > +include/gnome-1.0/libgnomeprint/gnome-font-dialog.h > +include/gnome-1.0/libgnomeprint/gnome-font-face.h > +include/gnome-1.0/libgnomeprint/gnome-font.h > +include/gnome-1.0/libgnomeprint/gnome-glyphlist.h > +include/gnome-1.0/libgnomeprint/gnome-pgl.h > +include/gnome-1.0/libgnomeprint/gnome-print-copies.h > +include/gnome-1.0/libgnomeprint/gnome-print-dialog.h > +include/gnome-1.0/libgnomeprint/gnome-print-encode.h > +include/gnome-1.0/libgnomeprint/gnome-print-frgba.h > +include/gnome-1.0/libgnomeprint/gnome-print-master-preview.h > +include/gnome-1.0/libgnomeprint/gnome-print-master.h > +include/gnome-1.0/libgnomeprint/gnome-print-meta.h > +include/gnome-1.0/libgnomeprint/gnome-print-multipage.h > +include/gnome-1.0/libgnomeprint/gnome-print-pdf.h > +include/gnome-1.0/libgnomeprint/gnome-print-pixbuf.h > +include/gnome-1.0/libgnomeprint/gnome-print-preview.h > +include/gnome-1.0/libgnomeprint/gnome-print-rbuf.h > +include/gnome-1.0/libgnomeprint/gnome-print.h > +include/gnome-1.0/libgnomeprint/gnome-printer-dialog.h > +include/gnome-1.0/libgnomeprint/gnome-printer.h > +include/gnome-1.0/libgnomeprint/gnome-rfont.h > +include/gnome-1.0/libgnomeprint/gnome-text.h > lib/libgnomeprint.a > lib/libgnomeprint.so > lib/libgnomeprint.so.16 > +share/gnome/fonts/README.binaries > share/gnome/fonts/README.installer > share/gnome/fonts/afms/adobe/pagd8a.afm > share/gnome/fonts/afms/adobe/pagdo8a.afm > @@ -67,7 +69,6 @@ > share/gnome/fonts/afms/adobe/putri8a.afm > share/gnome/fonts/afms/adobe/pzcmi8a.afm > share/gnome/fonts/afms/adobe/pzdr.afm > -share/gnome/fonts/fontmap2 > share/gnome/gnome-print/%%VERSION%%/profiles/PostscriptOptimized.profile > share/gnome/gnome-print/%%VERSION%%/profiles/fax-g3.profile > share/gnome/gnome-print/%%VERSION%%/profiles/pdf.profile > @@ -88,6 +89,7 @@ > share/locale/ko/LC_MESSAGES/gnome-print.mo > share/locale/lt/LC_MESSAGES/gnome-print.mo > share/locale/nl/LC_MESSAGES/gnome-print.mo > +share/locale/nn/LC_MESSAGES/gnome-print.mo > share/locale/no/LC_MESSAGES/gnome-print.mo > share/locale/pl/LC_MESSAGES/gnome-print.mo > share/locale/pt_BR/LC_MESSAGES/gnome-print.mo > @@ -99,10 +101,14 @@ > share/locale/tr/LC_MESSAGES/gnome-print.mo > share/locale/uk/LC_MESSAGES/gnome-print.mo > share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-print.mo > -@dirrm share/gnome/fonts/afms/adobe > -@dirrm share/gnome/fonts/afms > -@dirrm share/gnome/fonts > +share/locale/zh_TW/LC_MESSAGES/gnome-print.mo > @dirrm share/gnome/gnome-print/%%VERSION%%/profiles > @dirrm share/gnome/gnome-print/%%VERSION%% > @dirrm share/gnome/gnome-print > -@dirrm include/libgnomeprint > +@dirrm share/gnome/fonts/afms/adobe > +@dirrm share/gnome/fonts/afms > +@dirrm share/gnome/fonts > +@dirrm include/gnome-1.0/libgnomeprint > +@dirrm include/gnome-1.0 > +@dirrm etc/gnome/fonts > +@dirrm etc/gnome > Index: ports/print/gnomeprint/files/patch-ab > =================================================================== > RCS file: /home/ncvs/ports/print/gnomeprint/files/patch-ab,v > retrieving revision 1.3 > diff -d -u -r1.3 patch-ab > --- ports/print/gnomeprint/files/patch-ab 1999/08/22 > 03:46:55 1.3 > +++ ports/print/gnomeprint/files/patch-ab 2001/10/05 13:28:29 > @@ -1,11 +1,32 @@ > ---- Makefile.in.orig Fri Jul 9 00:54:02 1999 > -+++ Makefile.in Mon Jul 12 13:21:25 1999 > -@@ -163,7 +163,7 @@ > - EXTRA_DIST = printConf.sh.in gnome-print.spec > + > +$FreeBSD$ > + > +--- Makefile.in.orig Fri Oct 5 11:37:00 2001 > ++++ Makefile.in Fri Oct 5 11:40:45 2001 > +@@ -157,7 +157,7 @@ > + @LIBGPA_TRUE@LIBGPA_DIR = libgpa data > + @LIBGPA_FALSE@LIBGPA_DIR = > > +-SUBDIRS = intl po $(LIBGPA_DIR) libgnomeprint afms profiles fonts > tests $(INSTALLER_DIR) > ++SUBDIRS = intl po $(LIBGPA_DIR) libgnomeprint afms profiles fonts > $(INSTALLER_DIR) > + > + INCLUDES = $(GTK_CFLAGS) -I$(top_srcdir)/intl > -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) @PRINT_INCLUDEDIR@ -DPROFILEDIR=\""$(profilesdir)"\" > > +@@ -171,7 +171,7 @@ > + EXTRA_DIST = printConf.sh.in gnome-print.spec.in gnome-print.spec run-gnome-font-install > + > + > -confexecdir = $(libdir) > +confexecdir = $(sysconfdir) > confexec_DATA = printConf.sh > > - gnome_font_install_SOURCES = gnome-font-install.c > + CLEANFILES = printConf.sh > +@@ -192,7 +192,7 @@ > + TAR = gtar > + GZIP_ENV = --best > + DIST_SUBDIRS = intl po libgpa data libgnomeprint afms profiles > fonts \ > +-tests installer > ++installer > + all: all-redirect > + .SUFFIXES: > + $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am > $(top_srcdir)/configure.in $(ACLOCAL_M4) > Index: ports/print/gnomeprint/files/patch-ac > =================================================================== > RCS file: patch-ac > diff -N patch-ac > --- /tmp/cvsrflA5o6u34 Fri Oct 5 06:28:30 2001 > +++ /dev/null Fri Oct 5 06:08:23 2001 > @@ -1,8 +0,0 @@ > ---- installer/gf-pfb.c.orig Thu Nov 16 20:22:10 2000 > -+++ installer/gf-pfb.c Thu Mar 15 19:26:11 2001 > -@@ -6,4 +6,4 @@ > - > --#include > - #include > -+#include > - #include > Index: ports/print/gnomeprint/files/patch-ltmain.sh > =================================================================== > RCS file: patch-ltmain.sh > diff -N patch-ltmain.sh > --- /dev/null Fri Oct 5 06:08:23 2001 > +++ patch-ltmain.sh Fri Oct 5 06:28:29 2001 > @@ -0,0 +1,18 @@ > + > +$FreeBSD$ > + > +--- ltmain.sh 2001/08/27 09:51:26 1.1 > ++++ ltmain.sh 2001/08/27 09:51:42 > +@@ -4175,10 +4175,12 @@ > + fi > + > + # Install the pseudo-library for information purposes. > ++ if /usr/bin/false; then > + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` > + instname="$dir/$name"i > + $show "$install_prog $instname $destdir/$name" > + $run eval "$install_prog $instname $destdir/$name" || exit > $? > ++ fi > + > + # Maybe install the static library, too. > + test -n "$old_library" && staticlibs="$staticlibs > $dir/$old_library" > Index: ports/print/gnomeprint/files/patch-po::Makefile.in.in > =================================================================== > RCS file: patch-po::Makefile.in.in > diff -N patch-po::Makefile.in.in > --- /dev/null Fri Oct 5 06:08:23 2001 > +++ patch-po::Makefile.in.in Fri Oct 5 06:28:29 2001 > @@ -0,0 +1,23 @@ > + > +$FreeBSD$ > + > +--- po/Makefile.in.in 2001/10/05 11:35:53 1.1 > ++++ po/Makefile.in.in 2001/10/05 11:36:35 > +@@ -106,7 +106,7 @@ > + @catalogs='$(CATALOGS)'; \ > + for cat in $$catalogs; do \ > + cat=`basename $$cat`; \ > +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ > ++ lang=`echo $$cat | sed 's/\.mo$$//'`; \ > + dir=$(localedir)/$$lang/LC_MESSAGES; \ > + $(mkinstalldirs) $(DESTDIR)$$dir; \ > + if test -r $$cat; then \ > +@@ -126,7 +126,7 @@ > + catalogs='$(CATALOGS)'; \ > + for cat in $$catalogs; do \ > + cat=`basename $$cat`; \ > +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ > ++ lang=`echo $$cat | sed 's/\.mo$$//'`; \ > + rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE).mo; > \ > + done > + if test "$(PACKAGE)" = "gettext"; then \ > Index: ports/graphics/librsvg/Makefile > =================================================================== > RCS file: /home/ncvs/ports/graphics/librsvg/Makefile,v > retrieving revision 1.4 > diff -d -u -r1.4 Makefile > --- ports/graphics/librsvg/Makefile 2001/07/12 > 10:10:29 1.4 > +++ ports/graphics/librsvg/Makefile 2001/10/05 13:28:29 > @@ -6,7 +6,7 @@ > # > > PORTNAME= librsvg > -PORTVERSION= 1.0.1 > +PORTVERSION= 1.0.2 > CATEGORIES= graphics gnome > MASTER_SITES= ${MASTER_SITE_GNOME} > MASTER_SITE_SUBDIR= stable/sources/librsvg > @@ -21,9 +21,8 @@ > USE_GMAKE= yes > USE_X_PREFIX= yes > USE_GNOMELIBS= yes > -USE_LIBTOOL= yes > INSTALLS_SHLIB= yes > - > +GNU_CONFIGURE= yes > CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ > LIBS="-L${LOCALBASE}/lib" > > Index: ports/graphics/librsvg/distinfo > =================================================================== > RCS file: /home/ncvs/ports/graphics/librsvg/distinfo,v > retrieving revision 1.2 > diff -d -u -r1.2 distinfo > --- ports/graphics/librsvg/distinfo 2001/07/06 > 12:22:50 1.2 > +++ ports/graphics/librsvg/distinfo 2001/10/05 13:28:29 > @@ -1 +1 @@ > -MD5 (librsvg-1.0.1.tar.gz) = aea434dc24aba3f1952e2a0aade8ed4e > +MD5 (librsvg-1.0.2.tar.gz) = 4bfa03ec2218ee29e8364c80e3c4a3ae > Index: ports/graphics/librsvg/pkg-plist > =================================================================== > RCS file: /home/ncvs/ports/graphics/librsvg/pkg-plist,v > retrieving revision 1.1 > diff -d -u -r1.1 pkg-plist > --- ports/graphics/librsvg/pkg-plist 2001/05/08 > 18:56:58 1.1 > +++ ports/graphics/librsvg/pkg-plist 2001/10/05 13:28:29 > @@ -1,20 +1,21 @@ > bin/librsvg-config > etc/librsvgConf.sh > -include/librsvg/art_render.h > -include/librsvg/art_render_gradient.h > -include/librsvg/art_render_mask.h > -include/librsvg/art_render_svp.h > -include/librsvg/art_rgba.h > -include/librsvg/librsvg-features.h > -include/librsvg/rsvg-bpath-util.h > -include/librsvg/rsvg-css.h > -include/librsvg/rsvg-defs.h > -include/librsvg/rsvg-ft.h > -include/librsvg/rsvg-paint-server.h > -include/librsvg/rsvg-path.h > -include/librsvg/rsvg.h > +include/librsvg-1/librsvg/art_render.h > +include/librsvg-1/librsvg/art_render_gradient.h > +include/librsvg-1/librsvg/art_render_mask.h > +include/librsvg-1/librsvg/art_render_svp.h > +include/librsvg-1/librsvg/art_rgba.h > +include/librsvg-1/librsvg/librsvg-features.h > +include/librsvg-1/librsvg/rsvg-bpath-util.h > +include/librsvg-1/librsvg/rsvg-css.h > +include/librsvg-1/librsvg/rsvg-defs.h > +include/librsvg-1/librsvg/rsvg-ft.h > +include/librsvg-1/librsvg/rsvg-paint-server.h > +include/librsvg-1/librsvg/rsvg-path.h > +include/librsvg-1/librsvg/rsvg.h > lib/librsvg.a > lib/librsvg.so > lib/librsvg.so.1 > share/aclocal/librsvg.m4 > -@dirrm include/librsvg > +@dirrm include/librsvg-1/librsvg > +@dirrm include/librsvg-1 > Index: ports/graphics/librsvg/files/patch-librsvg-config.in > =================================================================== > RCS file: patch-librsvg-config.in > diff -N patch-librsvg-config.in > --- /dev/null Fri Oct 5 06:08:23 2001 > +++ patch-librsvg-config.in Fri Oct 5 06:28:29 2001 > @@ -0,0 +1,16 @@ > + > +$FreeBSD$ > + > +--- librsvg-config.in 2001/10/05 14:55:24 1.1 > ++++ librsvg-config.in 2001/10/05 15:05:57 > +@@ -39,9 +39,7 @@ > + echo @LIBRSVG_VERSION@ > + ;; > + --cflags) > +- if test @includedir@ != /usr/include ; then > +- includes=-I@includedir@ > +- fi > ++ includes=-I@includedir@/librsvg-1 > + echo $includes > + ;; > + --libs) > Index: ports/graphics/librsvg/files/patch-ltmain.sh > =================================================================== > RCS file: patch-ltmain.sh > diff -N patch-ltmain.sh > --- /dev/null Fri Oct 5 06:08:23 2001 > +++ patch-ltmain.sh Fri Oct 5 06:28:29 2001 > @@ -0,0 +1,18 @@ > + > +$FreeBSD$ > + > +--- ltmain.sh 2001/08/27 09:51:26 1.1 > ++++ ltmain.sh 2001/08/27 09:51:42 > +@@ -4175,10 +4175,12 @@ > + fi > + > + # Install the pseudo-library for information purposes. > ++ if /usr/bin/false; then > + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` > + instname="$dir/$name"i > + $show "$install_prog $instname $destdir/$name" > + $run eval "$install_prog $instname $destdir/$name" || exit > $? > ++ fi > + > + # Maybe install the static library, too. > + test -n "$old_library" && staticlibs="$staticlibs > $dir/$old_library" > Index: ports/devel/bonobo/Makefile > =================================================================== > RCS file: /home/ncvs/ports/devel/bonobo/Makefile,v > retrieving revision 1.41 > diff -d -u -r1.41 Makefile > --- ports/devel/bonobo/Makefile 2001/10/01 06:39:14 1.41 > +++ ports/devel/bonobo/Makefile 2001/10/05 13:28:29 > @@ -34,10 +34,4 @@ > 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ > s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' > > -post-install: > - @if [ -L ${PREFIX}/include/bonobo ]; then \ > - ${RM} -f ${PREFIX}/include/bonobo; \ > - fi > - @${LN} -sf ${PREFIX}/include/gnome-1.0/bonobo > ${PREFIX}/include/bonobo > - > .include > Index: ports/devel/bonobo/pkg-plist > =================================================================== > RCS file: /home/ncvs/ports/devel/bonobo/pkg-plist,v > retrieving revision 1.23 > diff -d -u -r1.23 pkg-plist > --- ports/devel/bonobo/pkg-plist 2001/10/01 > 06:39:14 1.23 > +++ ports/devel/bonobo/pkg-plist 2001/10/05 13:28:29 > @@ -19,7 +19,6 @@ > etc/bonoboConf.sh > etc/bonoboxConf.sh > etc/bonobox_printConf.sh > -include/bonobo > include/bonobo.h > include/efs.h > include/efs_error.h > @@ -196,4 +195,3 @@ > @dirrm lib/bonobo/monikers > @dirrm lib/bonobo > @dirrm include/gnome-1.0/bonobo > -@dirrm include/gnome-1.0 > Index: ports/x11/gnomelibs/Makefile > =================================================================== > RCS file: /home/ncvs/ports/x11/gnomelibs/Makefile,v > retrieving revision 1.90 > diff -d -u -r1.90 Makefile > --- ports/x11/gnomelibs/Makefile 2001/09/12 > 15:39:01 1.90 > +++ ports/x11/gnomelibs/Makefile 2001/10/05 13:28:29 > @@ -7,6 +7,7 @@ > > PORTNAME= gnomelibs > PORTVERSION= 1.4.1.2 > +PORTREVISION= 1 > CATEGORIES?= x11 gnome > MASTER_SITES= ${MASTER_SITE_GNOME} > MASTER_SITE_SUBDIR= stable/sources/gnome-libs > Index: ports/x11/gnomelibs/files/patch-aa > =================================================================== > RCS file: /home/ncvs/ports/x11/gnomelibs/files/patch-aa,v > retrieving revision 1.16 > diff -d -u -r1.16 patch-aa > --- ports/x11/gnomelibs/files/patch-aa 2001/08/22 > 18:06:36 1.16 > +++ ports/x11/gnomelibs/files/patch-aa 2001/10/05 13:28:29 > @@ -1,8 +1,8 @@ > > $FreeBSD$ > > ---- configure.orig Wed Aug 22 16:15:39 2001 > -+++ configure Wed Aug 22 16:17:10 2001 > +--- configure.orig Fri Oct 5 10:53:42 2001 > ++++ configure Fri Oct 5 12:02:38 2001 > @@ -5416,7 +5416,7 @@ > else > > @@ -33,7 +33,7 @@ > > GNOME_LIBDIR='-L${libdir}' > -GNOME_INCLUDEDIR='-I${includedir} -DNEED_GNOMESUPPORT_H > -I${pkglibdir}/include' > -+GNOME_INCLUDEDIR='-I${includedir} -DNEED_GNOMESUPPORT_H' > ++GNOME_INCLUDEDIR='-I${includedir}/gnome-1.0 -I${includedir} > -DNEED_GNOMESUPPORT_H' > GNOME_IDLDIR='-I${datadir}/idl' > > > Index: ports/graphics/sodipodi/Makefile > =================================================================== > RCS file: /home/ncvs/ports/graphics/sodipodi/Makefile,v > retrieving revision 1.29 > diff -d -u -r1.29 Makefile > --- ports/graphics/sodipodi/Makefile 2001/10/01 > 06:39:34 1.29 > +++ ports/graphics/sodipodi/Makefile 2001/10/05 13:28:29 > @@ -6,7 +6,7 @@ > # > > PORTNAME= sodipodi > -PORTVERSION= 0.24 > +PORTVERSION= 0.24.1 > CATEGORIES= graphics gnome > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME} > Index: ports/graphics/sodipodi/distinfo > =================================================================== > RCS file: /home/ncvs/ports/graphics/sodipodi/distinfo,v > retrieving revision 1.9 > diff -d -u -r1.9 distinfo > --- ports/graphics/sodipodi/distinfo 2001/10/01 > 06:39:34 1.9 > +++ ports/graphics/sodipodi/distinfo 2001/10/05 13:28:29 > @@ -1 +1 @@ > -MD5 (sodipodi-0.24.tar.gz) = 87cbb29d00a5ad2c9ec84a45bf5c0431 > +MD5 (sodipodi-0.24.1.tar.gz) = 1bb1c07993e6cee32ae2b2d8c39b9b40 > Index: ports/graphics/sodipodi/files/patch-configure > =================================================================== > RCS file: /home/ncvs/ports/graphics/sodipodi/files/patch-configure,v > retrieving revision 1.1 > diff -d -u -r1.1 patch-configure > --- ports/graphics/sodipodi/files/patch-configure 2001/10/01 > 06:39:34 1.1 > +++ ports/graphics/sodipodi/files/patch-configure 2001/10/05 > 13:28:29 > @@ -1,9 +1,27 @@ > > -$FreeBSD: ports/graphics/sodipodi/files/patch-configure,v 1.1 > 2001/10/01 06:39:34 sobomax Exp $ > +$FreeBSD$ > > ---- configure 2001/09/28 13:29:15 1.1 > -+++ configure 2001/09/28 13:29:37 > -@@ -3974,7 +3974,7 @@ > +--- configure.orig Fri Oct 5 16:18:14 2001 > ++++ configure Fri Oct 5 16:21:24 2001 > +@@ -2481,6 +2481,9 @@ > + > + GNOME_PRINT_LIBS=`gnome-config --libs print` > + > ++_CPPFLAGS="$CPPFLAGS" > ++CPPFLAGS="$CPPFLAGS `gnome-config --cflags print`" > ++ > + > + ac_safe=`echo "libgnomeprint/gnome-print-frgba.h" | sed > 'y%./+-%__p_%'` > + echo $ac_n "checking for libgnomeprint/gnome-print-frgba.h""... > $ac_c" 1>&6 > +@@ -2590,6 +2593,7 @@ > + echo "$ac_t""no" 1>&6 > + fi > + > ++CPPFLAGS="$_CPPFLAGS" > + > + ALL_LINGUAS="ca da de es et fr ga gl hu it ja no ru sl sv tr uk pl > pt_BR" > + > +@@ -3974,7 +3978,7 @@ > fi > > > @@ -12,7 +30,7 @@ > fi > > else > -@@ -4096,7 +4096,7 @@ > +@@ -4096,7 +4100,7 @@ > > BUILD_INCLUDED_LIBINTL=yes > USE_INCLUDED_LIBINTL=yes > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Oct 5 22:41:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id 8D57F37B403; Fri, 5 Oct 2001 22:41:06 -0700 (PDT) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2:290:27ff:fe98:c0b7]) by white.imgsrc.co.jp (Postfix) with ESMTP id 64A5D24D48; Sat, 6 Oct 2001 14:41:05 +0900 (JST) Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [2001:218:422:2:2d0:b7ff:fea0:d487]) by black.imgsrc.co.jp (Postfix) with ESMTP id 2196ED1406; Sat, 6 Oct 2001 14:41:04 +0900 (JST) Date: Sat, 06 Oct 2001 14:41:01 +0900 Message-ID: <7m1ykhl40i.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: Johann Visagie Cc: portmgr@FreeBSD.org, ports@FreeBSD.org Subject: Re: USE_LIBTOOL breakage in freebsd.port.mk In-Reply-To: <20011004152617.J21830@fling.sanbi.ac.za> References: <20011004152617.J21830@fling.sanbi.ac.za> User-Agent: Wanderlust/2.6.0 (Twist And Shout) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 MULE XEmacs/21.4 (patch 4) (Artificial Intelligence) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At Thu, 4 Oct 2001 13:26:41 +0000 (UTC), Johann Visagie wrote: > I've now come across two packages - iODBC (http://www.iodbc.org/) and > ORBit-C++ (http://orbitcpp.sourceforge.net/) which ship with an autoconf > 2.13-generated configure script containing the following line: > > ltmain="$ac_aux_dir/ltmain.sh" > > The value of ${ltmain} is later tested for file existence in order to > determine whether to build the libtool script: > > if test -f "$ltmain"; then > <> > fi > > In updating/creating ports for these packages, I found that if USE_LIBTOOL is > defined, the patch-libtool target in bsd.port.mk munges the line where > ${ltmain} is defined to become: > > ltmain="--disable-ltlibs /usr/local/share/libtool/ltmain.sh" > > This of course fails the "test -f", with the result that libtool is never > created and the port build breaks. > > Attached is a patch for bsd.port.mk to work around the problem. Comments? It seems my problem on net-snmp (4.2.2-pre*) can be solved with this patch. Portmgr, is there a problem if I commit this patch? -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 0:17:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D06A037B406; Sat, 6 Oct 2001 00:17:39 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9679HG61802; Sat, 6 Oct 2001 00:09:17 -0700 (PDT) (envelope-from sobomax) Date: Sat, 6 Oct 2001 00:09:17 -0700 (PDT) From: Message-Id: <200110060709.f9679HG61802@freefall.freebsd.org> To: anholt@positron.anholt.dyn.dhs.org, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31081: New port: drm-kmod Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: drm-kmod State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Sat Oct 6 00:08:59 PDT 2001 State-Changed-Why: Committed, thank you! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31081 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 0:17:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 3B4EB37B405; Sat, 6 Oct 2001 00:17:48 -0700 (PDT) Received: from notebook.vega.com (h56.229.dialup.iptcom.net [212.9.229.56]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id KAA02458; Sat, 6 Oct 2001 10:17:25 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Date: Sat, 6 Oct 2001 10:17:25 +0300 (EEST) Message-Id: <200110060717.KAA02458@ipcard.iptcom.net> To: kuriyama@imgsrc.co.jp, wjv@FreeBSD.org Cc: portmgr@FreeBSD.org, ports@FreeBSD.org From: Maxim Sobolev Subject: Re: USE_LIBTOOL breakage in freebsd.port.mk X-Mailer: Pygmy (v0.5.11) In-Reply-To: <7m1ykhl40i.wl@waterblue.imgsrc.co.jp> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, 06 Oct 2001 14:41:01 +0900, Jun Kuriyama wrote: > At Thu, 4 Oct 2001 13:26:41 +0000 (UTC), > Johann Visagie wrote: > > > > Attached is a patch for bsd.port.mk to work around the problem. Comments? > > It seems my problem on net-snmp (4.2.2-pre*) can be solved with this > patch. > > Portmgr, is there a problem if I commit this patch? Please don't do that. Due to number of ports infected with USE_LIBTOOL this patch should be extensively tested on the bento first. In the meantime you can workarround the problem by replacing USE_LIBTOOL with GNU_CONFIGURE and adding a small patch, which prevents .la files from being installed (for example see ports/textproc/libxml/files/patch-ltmain.sh). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 0:23:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id ED9A537B407; Sat, 6 Oct 2001 00:23:41 -0700 (PDT) Received: from notebook.vega.com (h56.229.dialup.iptcom.net [212.9.229.56]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id KAA03417; Sat, 6 Oct 2001 10:23:23 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Date: Sat, 6 Oct 2001 10:23:23 +0300 (EEST) Message-Id: <200110060723.KAA03417@ipcard.iptcom.net> To: john_m_cooper@yahoo.com Cc: gnome@FreeBSD.org, ports@FreeBSD.org From: Maxim Sobolev Subject: Re: GNOME megaupdate [gal/gtkhtml/ORBit/bonobo-conf/librsvg/evolution/sodipodi] - correct patch X-Mailer: Pygmy (v0.5.11) In-Reply-To: <20011005223443.A73833@johncoop.MSHOME> Content-type: text/plain Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org It is likely that you see this because you did not follow recommended testing procedure (see my original message below). Due to some changes, you have to remove all GNOME components first, and then rebuild them all from scratch. portupgrade is of little help here, sorry. -Maxim On Fri, 5 Oct 2001 22:34:43 -0700, John Merryweather Cooper wrote: > = > On 2001.10.05 07:51 Maxim Sobolev wrote: > > OOPS, sorry I've attached wrong file. Trying again. > > = > > -Maxim > > = > = > I've made five passes on getting it all to build so far. > = > On pass I, oaf failed in the configure stage (I'd deinstalled ORBit > prior to starting the re-build of gnome-fifth-toe). ORBit got built > a little further down in the build, so . . . > = > On pass II, I used portupgrade -fr oaf. oaf, gconf, and gnome-print > (plus some other stuff) got built. Build of bonobo fails toward the > end when it can't find libgnomeprint/gnome-print.h. So, on to pass III > . . = > = > On pass III, I used portupgrade -fr bonobo. Bonobo fails in the same > manner as previously described. So, on to pass IV . . . > = > On pass IV, I used portupgrade -fr gnomeprint. gnomeprint rebuilt fine, > but Bonobo remains broken. Oh, well; I'll try one more time . . . > = > On pass V, I used portupgrade -fr bonobo again. Samo, samo. > = > -- = > jmc > = > MacroHard -- the perfection of form over > substance, marketing over > performance, and greed over > design . . . > = > P.S. Now might be a good time to add portupgrade to one or both GNOME > mega-meta-ports. Although the last megaupdate built fine, changes to > the ABI numbers for GAL and gtkhtml required rebuild Balsa, etc. > portupgrade makes this so much simpler. :) > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > Maxim Sobolev wrote: > > = > > > Hi Gnome'rs! > > > > > > Attached please find a patch that updates five core GNOME > > > components and two applications included into GNOME metaport > > > to the latest versions. Please test this patch and report > > > any problems. If there are no serious problems I'm planning > > > to commit it at the very beginning of the next week. > > > > > > As usually following is the correct procedure to test the > > > patchset: > > > > > > 1. Remove old ORBit and all ports that depend on it: > > > > > > # pkg_delete `cat /var/db/pkg/ORBit-*/+REQUIRED_BY`; > > > pkg_delete ORBit* > > > (users of -current and very recent -stable can use > > > "pkg_delete -r ORBit*" instead) > > > > > > 2. Patch your /usr/ports tree; > > > > > > # cd /usr/ports ; patch -p1 -s < > > > /where/you/put/it/gnomeupdate.diff > > > > > > 3. Run build either of full GNOME metaport: > > > > > > # cd /usr/ports/x11/gnome-fifth-toe ; make clean ; make > > > install clean > > > > > > or core GNOME components: > > > > > > # cd /usr/ports/x11/gnome ; make clean ; make install clean > > > > > > 4. Test it and report back any unusual problems. > > > > > > Thanks! > > > > > > -Maxim > > = > > Index: ports/x11-toolkits/gal/Makefile [snip] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 1: 0:12 2001 Delivered-To: freebsd-ports@freebsd.org Received: from web12506.mail.yahoo.com (web12506.mail.yahoo.com [216.136.173.198]) by hub.freebsd.org (Postfix) with SMTP id 090C237B40A for ; Sat, 6 Oct 2001 01:00:09 -0700 (PDT) Message-ID: <20011006080005.18149.qmail@web12506.mail.yahoo.com> Received: from [203.109.82.51] by web12506.mail.yahoo.com via HTTP; Sat, 06 Oct 2001 01:00:05 PDT Date: Sat, 6 Oct 2001 01:00:05 -0700 (PDT) From: shabbir vorajee Subject: I want bnc account. To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-547468776-1002355205=:18135" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --0-547468776-1002355205=:18135 Content-Type: text/plain; charset=us-ascii Dear sir i want bnc accounts.please send it. kind regards. shabbir --------------------------------- Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. Yahoo! by Phone. --0-547468776-1002355205=:18135 Content-Type: text/html; charset=us-ascii

Dear sir i want bnc accounts.please send it.

kind regards.

shabbir



Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. Yahoo! by Phone. --0-547468776-1002355205=:18135-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 3:47:33 2001 Delivered-To: freebsd-ports@freebsd.org Received: from moutvdom01.kundenserver.de (moutvdom01.kundenserver.de [195.20.224.200]) by hub.freebsd.org (Postfix) with ESMTP id C2C3937B403 for ; Sat, 6 Oct 2001 03:47:30 -0700 (PDT) Received: from [195.20.224.209] (helo=mrvdom02.schlund.de) by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #2) id 15pozR-00036t-00 for freebsd-ports@freebsd.org; Sat, 6 Oct 2001 12:47:29 +0200 Received: from pd90172c5.dip.t-dialin.net ([217.1.114.197]) by mrvdom02.schlund.de with esmtp (Exim 2.12 #2) id 15pozR-0001ps-00 for freebsd-ports@freebsd.org; Sat, 6 Oct 2001 12:47:29 +0200 Date: Sat, 6 Oct 2001 10:46:47 +0000 (GMT) From: "P. U. (Uli) Kruppa" X-X-Sender: To: Subject: linux_base-7 : make install fails Message-ID: <20011006104150.Y243-100000@big> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! I am running tonight's -STABLE . # make install in /usr/ports/emulators/linux_base-7 ended in: ===> Installing for linux_base-7.1 kern.fallback_elf_brand: 3 -> 3 glibc-common-2.2.2-10.i386.rpm *** Error code 1 Stop in /usr/ports/emulators/linux_base-7. *** Error code 1 Stop in /usr/ports/emulators/linux_base-7. *** Error code 1 Stop in /usr/ports/emulators/linux_base-7. Regards Uli. ************************************ * P. U. Kruppa - Wuppertal * * Germany * * www.pukruppa.de www.2000d.de * ************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 4:47:46 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1974F37B408; Sat, 6 Oct 2001 04:47:44 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96Bkbu99271; Sat, 6 Oct 2001 04:46:37 -0700 (PDT) (envelope-from asmodai) Date: Sat, 6 Oct 2001 04:46:37 -0700 (PDT) From: Message-Id: <200110061146.f96Bkbu99271@freefall.freebsd.org> To: clefevre@citeweb.net, asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31080: Re: Maintainer update: net/isc-dhcp3 - 3.0 release Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Re: Maintainer update: net/isc-dhcp3 - 3.0 release State-Changed-From-To: open->closed State-Changed-By: asmodai State-Changed-When: Sat Oct 6 04:45:07 PDT 2001 State-Changed-Why: Munged PR, bring sanity by at least archiving it correctly. Follow-up of 31058. Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: asmodai Responsible-Changed-When: Sat Oct 6 04:45:07 PDT 2001 Responsible-Changed-Why: Belongs to ports. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31080 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 4:55:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C780F37B40B; Sat, 6 Oct 2001 04:55:06 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96BsMq01170; Sat, 6 Oct 2001 04:54:22 -0700 (PDT) (envelope-from asmodai) Date: Sat, 6 Oct 2001 04:54:22 -0700 (PDT) From: Message-Id: <200110061154.f96BsMq01170@freefall.freebsd.org> To: asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31051: Update port: chinese/mozilla-tclp from 0.9.1 to 0.9.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: chinese/mozilla-tclp from 0.9.1 to 0.9.4 Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: asmodai Responsible-Changed-When: Sat Oct 6 04:53:53 PDT 2001 Responsible-Changed-Why: Belongs to ports. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31051 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 4:55:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F70537B40F; Sat, 6 Oct 2001 04:55:07 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96BqYH00113; Sat, 6 Oct 2001 04:52:34 -0700 (PDT) (envelope-from asmodai) Date: Sat, 6 Oct 2001 04:52:34 -0700 (PDT) From: Message-Id: <200110061152.f96BqYH00113@freefall.freebsd.org> To: alley1@llnl.gov, asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31066: Re: Incorrect version number for Yorick port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Re: Incorrect version number for Yorick port State-Changed-From-To: open->closed State-Changed-By: asmodai State-Changed-When: Sat Oct 6 04:50:16 PDT 2001 State-Changed-Why: Fix up munged PR. Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: asmodai Responsible-Changed-When: Sat Oct 6 04:50:16 PDT 2001 Responsible-Changed-Why: Belonged to ports. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31066 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 4:55:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 79FDF37B414; Sat, 6 Oct 2001 04:55:07 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96BrN601041; Sat, 6 Oct 2001 04:53:23 -0700 (PDT) (envelope-from asmodai) Date: Sat, 6 Oct 2001 04:53:23 -0700 (PDT) From: Message-Id: <200110061153.f96BrN601041@freefall.freebsd.org> To: sf@FreeBSD.org, asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31055: Re: Incorrect version number for Yorick port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Re: Incorrect version number for Yorick port State-Changed-From-To: open->closed State-Changed-By: asmodai State-Changed-When: Sat Oct 6 04:52:50 PDT 2001 State-Changed-Why: Fix up munged port. Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: asmodai Responsible-Changed-When: Sat Oct 6 04:52:50 PDT 2001 Responsible-Changed-Why: Belonged to ports. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31055 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 4:55:23 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7967C37B41A; Sat, 6 Oct 2001 04:55:08 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96Bnt299546; Sat, 6 Oct 2001 04:49:55 -0700 (PDT) (envelope-from asmodai) Date: Sat, 6 Oct 2001 04:49:55 -0700 (PDT) From: Message-Id: <200110061149.f96Bnt299546@freefall.freebsd.org> To: obrien@FreeBSD.org, asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31059: Re: Maintainer update: net/isc-dhcp3 - 3.0 release Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Re: Maintainer update: net/isc-dhcp3 - 3.0 release State-Changed-From-To: open->closed State-Changed-By: asmodai State-Changed-When: Sat Oct 6 04:49:03 PDT 2001 State-Changed-Why: Fix up munged PR. Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: asmodai Responsible-Changed-When: Sat Oct 6 04:49:03 PDT 2001 Responsible-Changed-Why: Belonged to ports. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31059 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 6:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 914F537B401 for ; Sat, 6 Oct 2001 06:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96DK1n27012; Sat, 6 Oct 2001 06:20:01 -0700 (PDT) (envelope-from gnats) Date: Sat, 6 Oct 2001 06:20:01 -0700 (PDT) Message-Id: <200110061320.f96DK1n27012@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/31058: Maintainer update: net/isc-dhcp3 - 3.0 release Reply-To: Cyrille Lefevre Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31058; it has been noted by GNATS. From: Cyrille Lefevre To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/31058: Maintainer update: net/isc-dhcp3 - 3.0 release Date: Sat, 6 Oct 2001 15:15:32 +0200 (CEST) oops, the attachment has disappeared from gnats ! here it is : --- /dev/null Sat Oct 6 00:22:07 2001 +++ files/rc.isc-dhcpd.conf.sample Mon Aug 20 23:01:57 2001 @@ -0,0 +1,7 @@ +# $FreeBSD$ +# +# isc-dhcpd startup configuration file. +# + +dhcpd_options= # command option(s) +dhcpd_ifaces= # ethernet interface(s) diff -ruN -x CVS -x work -x *~ -x *.orig -x *.rej -I $Id.*$ -I $FreeBSD.*$ /usr/nports/net/isc-dhcp3/files/isc-dhcpd.sh.sample ./files/isc-dhcpd.sh.sample --- /usr/nports/net/isc-dhcp3/files/isc-dhcpd.sh.sample Wed Aug 22 05:10:02 2001 +++ ./files/isc-dhcpd.sh.sample Sat Oct 6 02:06:09 2001 @@ -47,7 +47,7 @@ "unable to start: ${program_path} is missing." exit 72 fi - if [ ! -f ${config_file} ]; then + if [ ! -f ${config_path} ]; then logger -sp ${syslog_facility} -t ${program_file} \ "unable to start: ${config_path} is missing." exit 72 Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 6:47:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B69A237B401; Sat, 6 Oct 2001 06:47:40 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96Dcq371617; Sat, 6 Oct 2001 06:38:52 -0700 (PDT) (envelope-from asmodai) Date: Sat, 6 Oct 2001 06:38:52 -0700 (PDT) From: Message-Id: <200110061338.f96Dcq371617@freefall.freebsd.org> To: freebsd@spatula.net, asmodai@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30274: isc-dhcp3 port out of date Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: isc-dhcp3 port out of date State-Changed-From-To: open->closed State-Changed-By: asmodai State-Changed-When: Sat Oct 6 06:38:23 PDT 2001 State-Changed-Why: Confirmed by maintainer to be similar to 31058. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30274 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 7:57:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9846837B403; Sat, 6 Oct 2001 07:57:40 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96EpEH49853; Sat, 6 Oct 2001 07:51:14 -0700 (PDT) (envelope-from lioux) Date: Sat, 6 Oct 2001 07:51:14 -0700 (PDT) From: Message-Id: <200110061451.f96EpEH49853@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31069: Update port: audio/libsndfile to 0.0.26 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: audio/libsndfile to 0.0.26 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sat Oct 6 07:50:49 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31069 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 8:17:43 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C0A3D37B407; Sat, 6 Oct 2001 08:17:40 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96FA1854552; Sat, 6 Oct 2001 08:10:01 -0700 (PDT) (envelope-from lioux) Date: Sat, 6 Oct 2001 08:10:01 -0700 (PDT) From: Message-Id: <200110061510.f96FA1854552@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31070: Update port: cad/xcircuit to 2.3.3.b15 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: cad/xcircuit to 2.3.3.b15 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sat Oct 6 08:09:44 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31070 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 8:17:45 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 958B737B406; Sat, 6 Oct 2001 08:17:40 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96FFoj55289; Sat, 6 Oct 2001 08:15:50 -0700 (PDT) (envelope-from lioux) Date: Sat, 6 Oct 2001 08:15:50 -0700 (PDT) From: Message-Id: <200110061515.f96FFoj55289@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31071: Update port: games/gno3dtet to 1.6.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: games/gno3dtet to 1.6.4 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sat Oct 6 08:15:34 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31071 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 8:47:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB5E737B405; Sat, 6 Oct 2001 08:47:40 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96FhnN57941; Sat, 6 Oct 2001 08:43:49 -0700 (PDT) (envelope-from lioux) Date: Sat, 6 Oct 2001 08:43:49 -0700 (PDT) From: Message-Id: <200110061543.f96FhnN57941@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31073: Update port: graphics/pstoedit to 3.30 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: graphics/pstoedit to 3.30 State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sat Oct 6 08:43:26 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31073 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 8:50:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 8E83137B405; Sat, 6 Oct 2001 08:50:29 -0700 (PDT) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id PAA29404; Sat, 6 Oct 2001 15:57:21 -0700 Date: Sat, 6 Oct 2001 08:50:19 -0700 From: John Merryweather Cooper To: Maxim Sobolev Cc: gnome@FreeBSD.org, ports@FreeBSD.org Subject: Re: GNOME megaupdate [gal/gtkhtml/ORBit/bonobo-conf/librsvg/evolution/sodipodi] - correct patch Message-ID: <20011006085019.A14625@johncoop.MSHOME> References: <20011005223443.A73833@johncoop.MSHOME> <200110060723.KAA03417@ipcard.iptcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <200110060723.KAA03417@ipcard.iptcom.net>; from sobomax@FreeBSD.org on Sat, Oct 06, 2001 at 00:23:23 -0700 X-Mailer: Balsa 1.2.0 Lines: 116 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 2001.10.06 00:23 Maxim Sobolev wrote: > It is likely that you see this because you did not follow recommended > testing procedure (see my original message below). Due to some > changes, > you have to remove all GNOME components first, and then rebuild them > all from scratch. portupgrade is of little help here, sorry. > > -Maxim > No, I followed the instructions in the e-mail for the first pass (pkg_delete'd ORBit, make clean, make install in gnome-fifth-toe). I was using portupgrade only in an attempt to recover/build as much as possible. I have a working system, it just doesn't have quite everything . . . :) I think my suggestion on including portupgrade was confusing. My appologies. -- jmc MacroHard -- the perfection of form over substance, marketing over performance, and greed over design . . . > On Fri, 5 Oct 2001 22:34:43 -0700, John Merryweather Cooper wrote: > > > > On 2001.10.05 07:51 Maxim Sobolev wrote: > > > OOPS, sorry I've attached wrong file. Trying again. > > > > > > -Maxim > > > > > > > I've made five passes on getting it all to build so far. > > > > On pass I, oaf failed in the configure stage (I'd deinstalled ORBit > > prior to starting the re-build of gnome-fifth-toe). ORBit got built > > a little further down in the build, so . . . > > > > On pass II, I used portupgrade -fr oaf. oaf, gconf, and gnome-print > > (plus some other stuff) got built. Build of bonobo fails toward the > > end when it can't find libgnomeprint/gnome-print.h. So, on to pass > III > > . . > > > > On pass III, I used portupgrade -fr bonobo. Bonobo fails in the > same > > manner as previously described. So, on to pass IV . . . > > > > On pass IV, I used portupgrade -fr gnomeprint. gnomeprint rebuilt > fine, > > but Bonobo remains broken. Oh, well; I'll try one more time . . . > > > > On pass V, I used portupgrade -fr bonobo again. Samo, samo. > > > > -- > > jmc > > > > MacroHard -- the perfection of form over > > substance, marketing over > > performance, and greed over > > design . . . > > > > P.S. Now might be a good time to add portupgrade to one or both > GNOME > > mega-meta-ports. Although the last megaupdate built fine, changes > to > > the ABI numbers for GAL and gtkhtml required rebuild Balsa, etc. > > portupgrade makes this so much simpler. :) > > ========================================================================== > > > Maxim Sobolev wrote: > > > > > > > Hi Gnome'rs! > > > > > > > > Attached please find a patch that updates five core GNOME > > > > components and two applications included into GNOME metaport > > > > to the latest versions. Please test this patch and report > > > > any problems. If there are no serious problems I'm planning > > > > to commit it at the very beginning of the next week. > > > > > > > > As usually following is the correct procedure to test the > > > > patchset: > > > > > > > > 1. Remove old ORBit and all ports that depend on it: > > > > > > > > # pkg_delete `cat /var/db/pkg/ORBit-*/+REQUIRED_BY`; > > > > pkg_delete ORBit* > > > > (users of -current and very recent -stable can use > > > > "pkg_delete -r ORBit*" instead) > > > > > > > > 2. Patch your /usr/ports tree; > > > > > > > > # cd /usr/ports ; patch -p1 -s < > > > > /where/you/put/it/gnomeupdate.diff > > > > > > > > 3. Run build either of full GNOME metaport: > > > > > > > > # cd /usr/ports/x11/gnome-fifth-toe ; make clean ; make > > > > install clean > > > > > > > > or core GNOME components: > > > > > > > > # cd /usr/ports/x11/gnome ; make clean ; make install clean > > > > > > > > 4. Test it and report back any unusual problems. > > > > > > > > Thanks! > > > > > > > > -Maxim > > > > > > Index: ports/x11-toolkits/gal/Makefile > [snip] > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 8:57:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A5A4437B401; Sat, 6 Oct 2001 08:57:40 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96FnR558488; Sat, 6 Oct 2001 08:49:27 -0700 (PDT) (envelope-from lioux) Date: Sat, 6 Oct 2001 08:49:27 -0700 (PDT) From: Message-Id: <200110061549.f96FnR558488@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/31074: Update port: japanese/truetypefonts Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: japanese/truetypefonts Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: lioux Responsible-Changed-When: Sat Oct 6 08:49:14 PDT 2001 Responsible-Changed-Why: I'll handle this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31074 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 9: 0: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B2BEE37B407 for ; Sat, 6 Oct 2001 09:00:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96G00459301; Sat, 6 Oct 2001 09:00:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13DD537B407 for ; Sat, 6 Oct 2001 08:55:25 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96FtP258868; Sat, 6 Oct 2001 08:55:25 -0700 (PDT) (envelope-from nobody) Message-Id: <200110061555.f96FtP258868@freefall.freebsd.org> Date: Sat, 6 Oct 2001 08:55:25 -0700 (PDT) From: Brad To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31086: StarOffice52 port failing on FreeBSD 4.4 Oct. 6 build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31086 >Category: ports >Synopsis: StarOffice52 port failing on FreeBSD 4.4 Oct. 6 build >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 06 09:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Brad >Release: 4.4-STABLE >Organization: >Environment: FreeBSD Odyssey.brad-x.com 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Oct 6 10:13:53 EDT 2001 root@Odyssey.brad-x.com:/usr/src/sys/compile/HAVEN i386 >Description: The staroffice52 port fails with an error code 1 (ignored) message during install. Unable to verify anything else, except that executing ./setup per the way the Makefile does it generates a message stating that libvosGCC1.so is missing. Virgin install of linux_base-6.1, also tested with linux_base-7. Same result. Imported /compat/linux from a box on which this works (earlier FreeBSD build: FreeBSD Discovery.brad-x.com 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 15 11:48:11 EDT 2001 root@Discovery.brad-x.com:/usr/src/sys/compile/PHOENIX i386 Same result. >How-To-Repeat: cvsup to October 6th, make world+kernel cd /usr/ports/editors/staroffice52; make install >Fix: Previously listed fixes regarding editing LD_PATH in the port makefile do not work. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 9:27:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2F4D37B407; Sat, 6 Oct 2001 09:27:40 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96GLhf63888; Sat, 6 Oct 2001 09:21:43 -0700 (PDT) (envelope-from lioux) Date: Sat, 6 Oct 2001 09:21:43 -0700 (PDT) From: Message-Id: <200110061621.f96GLhf63888@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/31076: Update port: mail/pop3lite to 0.2.4a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: mail/pop3lite to 0.2.4a Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: lioux Responsible-Changed-When: Sat Oct 6 09:21:18 PDT 2001 Responsible-Changed-Why: I'll handle this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31076 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 10:17:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1B2E37B403; Sat, 6 Oct 2001 10:17:40 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96HGxU71747; Sat, 6 Oct 2001 10:16:59 -0700 (PDT) (envelope-from lioux) Date: Sat, 6 Oct 2001 10:16:59 -0700 (PDT) From: Message-Id: <200110061716.f96HGxU71747@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31077: Update port: print/ghostscript-afpl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: print/ghostscript-afpl State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sat Oct 6 10:16:32 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31077 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 10:27:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C859337B403; Sat, 6 Oct 2001 10:27:40 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96HOoI72415; Sat, 6 Oct 2001 10:24:50 -0700 (PDT) (envelope-from lioux) Date: Sat, 6 Oct 2001 10:24:50 -0700 (PDT) From: Message-Id: <200110061724.f96HOoI72415@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31078: Update port: print/ghostscript-gnu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: print/ghostscript-gnu State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sat Oct 6 10:24:32 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31078 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 10:47:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E553737B406; Sat, 6 Oct 2001 10:47:40 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96HeCd73573; Sat, 6 Oct 2001 10:40:12 -0700 (PDT) (envelope-from lioux) Date: Sat, 6 Oct 2001 10:40:12 -0700 (PDT) From: Message-Id: <200110061740.f96HeCd73573@freefall.freebsd.org> To: tkato@prontomail.com, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/31075: Update port: lang/atlast Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: lang/atlast State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sat Oct 6 10:37:36 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31075 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 11: 7:46 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6907737B445; Sat, 6 Oct 2001 11:07:42 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96I0rN75176; Sat, 6 Oct 2001 11:00:53 -0700 (PDT) (envelope-from lioux) Date: Sat, 6 Oct 2001 11:00:53 -0700 (PDT) From: Message-Id: <200110061800.f96I0rN75176@freefall.freebsd.org> To: bsdport@ddm.wox.org, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30847: Maintainer update for games/ifm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Maintainer update for games/ifm State-Changed-From-To: open->feedback State-Changed-By: lioux State-Changed-When: Sat Oct 6 10:58:41 PDT 2001 State-Changed-Why: The latest version of the port already contains the updates in the PR but the WWW tag update which does not apply cleanly. Please check the latest version and let us know how do you want this PR handled. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30847 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 11:10:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E58D937B408 for ; Sat, 6 Oct 2001 11:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96IA0679298; Sat, 6 Oct 2001 11:10:00 -0700 (PDT) (envelope-from gnats) Received: from belldandy.unnumbered.net (belldandy.unnumbered.net [210.166.75.17]) by hub.freebsd.org (Postfix) with ESMTP id F3E3337B401 for ; Sat, 6 Oct 2001 11:01:55 -0700 (PDT) Received: (from umeno@localhost) by belldandy.unnumbered.net (8.11.6/3.7W-primary) id f96I1qA12696; Sun, 7 Oct 2001 03:01:52 +0900 (JST) Message-Id: <200110061801.f96I1qA12696@belldandy.unnumbered.net> Date: Sun, 7 Oct 2001 03:01:52 +0900 (JST) From: UMENO Takashi Reply-To: UMENO Takashi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31087: Update port: games/actx from 1.01 to 1.05 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31087 >Category: ports >Synopsis: Update port: games/actx from 1.01 to 1.05 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Oct 06 11:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: UMENO Takashi >Release: FreeBSD 4.4-STABLE i386 >Organization: personal >Environment: System: FreeBSD belldandy.unnumbered.net 4.4-STABLE FreeBSD 4.4-STABLE #1: Sun Sep 30 02:04:35 JST 2001 umeno@belldandy.unnumbered.net:/home/umeno/free/kernel/sys/compile/SAKUYA6 i386 >Description: Update port: games/actx from 1.01 to 1.05 >How-To-Repeat: N/A >Fix: diff -urN actx.orig/Makefile actx/Makefile --- actx.orig/Makefile Tue Jan 30 12:36:14 2001 +++ actx/Makefile Sun Oct 7 02:30:10 2001 @@ -6,7 +6,7 @@ # PORTNAME= actx -PORTVERSION= 1.01 +PORTVERSION= 1.05 CATEGORIES= games MASTER_SITES= http://kurumi.sakura.ne.jp/~chimari/ActX/ @@ -22,6 +22,7 @@ post-extract: @ ${CP} ${WRKSRC}/samples/Imakefile ${WRKSRC} @ ${CP} ${WRKSRC}/samples/sample.actxrc ${WRKSRC}/install.actxrc + @ ${CP} ${WRKSRC}/samples/sample.actxrc ${WRKSRC}/install.actxrc-one post-patch: .for i in install.actxrc samples/sample.actxrc @@ -39,7 +40,7 @@ @ ${INSTALL_DATA} ${WRKSRC}/samples/$i ${ACTXDIR} .endfor .if !defined(NOPORTDOCS) -.for i in doc/ForDevelloper.jis README.jis +.for i in doc/ForDevelloper.jis doc/ManualInstall.jis README.jis @ ${MKDIR} ${PREFIX}/share/doc/ja/actx @ ${INSTALL_MAN} ${WRKSRC}/$i ${PREFIX}/share/doc/ja/actx .endfor diff -urN actx.orig/distinfo actx/distinfo --- actx.orig/distinfo Tue Jan 30 12:36:17 2001 +++ actx/distinfo Sat Oct 6 13:44:26 2001 @@ -1 +1 @@ -MD5 (actx-1.01.tar.gz) = 423abd8e518a77fc27b2194486f34779 +MD5 (actx-1.05.tar.gz) = c2861bbdf0ccd94df5f10941315a7140 diff -urN actx.orig/files/patch-ab actx/files/patch-ab --- actx.orig/files/patch-ab Tue Jan 30 12:36:17 2001 +++ actx/files/patch-ab Sat Oct 6 14:01:30 2001 @@ -1,19 +1,20 @@ ---- install.actxrc.orig Mon Jan 29 00:20:52 2001 -+++ install.actxrc Mon Jan 29 00:19:34 2001 -@@ -8,7 +8,7 @@ +--- install.actxrc.orig Sat Oct 6 13:44:43 2001 ++++ install.actxrc Sat Oct 6 14:00:02 2001 +@@ -10,7 +10,7 @@ + Actx*titleOfMenuE: ONE - for Bright Season - - Axtx*titleOfMenuE: ONE - for Bright Season - -Actx*xpmDir: /usr/local/lib/actx +Actx*xpmDir: %%ACTXDIR%% - Actx*balloon.font: -*-fixed-medium-r-normal--14-* + !Actx*balloon.font: -alias-fixed-bold-*-*-*-12-*-*-*-*-*-*-* + +@@ -24,7 +24,7 @@ -@@ -23,7 +23,7 @@ - !Actx*balloon.style: standard Actx*balloon.style: wmaker --!Actx*sndDir: /usr/local/lib/actX/wav +-!Actx*sndDir: /usr/local/lib/actx/wav +!Actx*sndDir: %%ACTXDIR%%/wav !Actx*sndCom: /usr/local/bin/wavplay -q %s + diff -urN actx.orig/files/patch-ad actx/files/patch-ad --- actx.orig/files/patch-ad Tue Jan 30 12:36:17 2001 +++ actx/files/patch-ad Sat Oct 6 14:06:14 2001 @@ -1,19 +1,20 @@ ---- samples/sample.actxrc.orig Mon Jan 29 00:24:39 2001 -+++ samples/sample.actxrc Mon Jan 29 00:25:31 2001 -@@ -8,7 +8,7 @@ +--- samples/sample.actxrc.orig Tue Sep 25 22:46:27 2001 ++++ samples/sample.actxrc Sat Oct 6 14:02:56 2001 +@@ -10,7 +10,7 @@ + Actx*titleOfMenuE: ONE - for Bright Season - - Axtx*titleOfMenuE: ONE - for Bright Season - -Actx*xpmDir: /usr/local/lib/actx +Actx*xpmDir: %%ACTXDIR%% - Actx*balloon.font: -*-fixed-medium-r-normal--14-* + !Actx*balloon.font: -alias-fixed-bold-*-*-*-12-*-*-*-*-*-*-* + +@@ -24,7 +24,7 @@ -@@ -23,7 +23,7 @@ - !Actx*balloon.style: standard Actx*balloon.style: wmaker --!Actx*sndDir: /usr/local/lib/actX/wav +-!Actx*sndDir: /usr/local/lib/actx/wav +!Actx*sndDir: %%ACTXDIR%%/wav !Actx*sndCom: /usr/local/bin/wavplay -q %s + diff -urN actx.orig/pkg-plist actx/pkg-plist --- actx.orig/pkg-plist Tue Jan 30 12:36:17 2001 +++ actx/pkg-plist Sun Oct 7 02:46:49 2001 @@ -125,7 +125,9 @@ share/examples/actx/biff.xpm share/examples/actx/sample.Xdefaults share/examples/actx/sample.actxrc +share/examples/actx/sample.actxrc-one @dirrm share/examples/actx share/doc/ja/actx/README.jis share/doc/ja/actx/ForDevelloper.jis +share/doc/ja/actx/ManualInstall.jis @dirrm share/doc/ja/actx >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 11:27:51 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDEE837B403; Sat, 6 Oct 2001 11:27:47 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96IM0f80257; Sat, 6 Oct 2001 11:22:00 -0700 (PDT) (envelope-from lioux) Date: Sat, 6 Oct 2001 11:22:00 -0700 (PDT) From: Message-Id: <200110061822.f96IM0f80257@freefall.freebsd.org> To: clefevre@citeweb.net, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30856: Updated port: mail/elm+ME - 2.4ME+94 (patchlevel c) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Updated port: mail/elm+ME - 2.4ME+94 (patchlevel c) State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sat Oct 6 11:21:50 PDT 2001 State-Changed-Why: Committed, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30856 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 12: 5:37 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ashram.rhavenn.net (ashram.rhavenn.net [209.150.195.50]) by hub.freebsd.org (Postfix) with ESMTP id 8FAED37B406 for ; Sat, 6 Oct 2001 12:05:34 -0700 (PDT) Received: from strider (deedlit.trlinks.com [209.150.195.52] (may be forged)) by ashram.rhavenn.net (8.11.3/8.11.3) with ESMTP id f97JPvi35179 for ; Sun, 7 Oct 2001 14:25:57 -0500 (CDT) From: "Henrik Hudson" To: freebsd-ports@freebsd.org Date: Sat, 6 Oct 2001 14:04:17 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: KDE 2.2.1? Reply-To: rhavenn@rhavenn.net Message-ID: <3BBF0F61.14555.93FC69F@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Afternoon List- I was wondering anyone knows if the kde2 port is going to be updated to 2.2.1 anytime in the near future? Thanks. Henrik ------ Henrik Hudson rhavenn@rhavenn.net --Microsoft: "Where would you like to go to today?" --Linux: "Where would you like to go tomorrow?" --FreeBSD: "Hey, when are you guys going to catch up?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 12:31: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id 0DA6537B401; Sat, 6 Oct 2001 12:31:01 -0700 (PDT) Received: by squall.waterspout.com (Postfix, from userid 1050) id 905939B08; Sat, 6 Oct 2001 14:30:25 -0500 (EST) Date: Sat, 6 Oct 2001 14:30:25 -0500 From: Will Andrews To: "David E. O'Brien" Cc: ports@FreeBSD.org, kde@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/qt145 Makefile Message-ID: <20011006143025.O45346@squall.waterspout.com> Reply-To: Will Andrews Mail-Followup-To: "David E. O'Brien" , ports@FreeBSD.org, kde@FreeBSD.org References: <200110061829.f96ITCB82245@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110061829.f96ITCB82245@freefall.freebsd.org> User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Oct 06, 2001 at 11:29:12AM -0700, David E. O'Brien wrote: > Log: > Explicitly set the LATEST_LINK to "qt1". The KDE maintainers can > decide if they want to change the port name back to just "qt" or not. This port will almost certainly be deleted before 4.5R. I still need to evaluate the effect of removing it, but needless to say Qt 1.x is long gone. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 12:31:42 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pr0n.kutulu.org (pr0n.kutulu.org [151.196.107.157]) by hub.freebsd.org (Postfix) with ESMTP id 7E56137B407; Sat, 6 Oct 2001 12:31:31 -0700 (PDT) Received: from cc191573g (kutulu@cc191573-g.longhill1.md.home.com [24.37.104.136]) by pr0n.kutulu.org (8.11.6/8.11.6) with SMTP id f96JVNh73546; Sat, 6 Oct 2001 15:31:24 -0400 (EDT) (envelope-from kutulu@kutulu.org) Message-ID: <000b01c14e9d$06463160$9865fea9@longhill1.md.home.com> From: "Kutulu" To: "Maxim Sobolev" Cc: , References: <3BBDC1DB.6D718ECA@FreeBSD.org> <3BBDC8E9.AC7372D5@FreeBSD.org> <20011005223443.A73833@johncoop.MSHOME> Subject: Re: GNOME megaupdate [gal/gtkhtml/ORBit/bonobo-conf/librsvg/evolution/sodipodi] - correct patch Date: Sat, 6 Oct 2001 09:35:30 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="KOI8-R" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > On 2001.10.05 07:51 Maxim Sobolev wrote: > > OOPS, sorry I've attached wrong file. Trying again. > > > > -Maxim > > I ran through a build of gnome-fifth-toe from a completely X-less machine (no x libs, no imake, no nothing). I ran into three problems, only one of which seems to be anything really important: 1) The patch failed in /usr/ports/print/gnomeprint on the Makefile. Checking the original vs. the rejected patch, it appeared to be a simple case of an extra tab ot two somewhere. My Makefile says: USE_PERL5= yes USE_GNOMECTRL= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes but the patch is looking for: USE_PERL5= yes USE_GNOMECTRL= yes - USE_LIBTOOL= yes INSTALLS_SHLIB= yes Since the changes were minor and obvious, I just made them myself, but it indicates to me that I might have something out of date and not know it. I CVSup ports every night and have applied all of the 'mega-updates' I've seen in the past 2 months, but maybe I missed something. 2) Since X wasn't even on the machine to begin with, I had removed /usr/X11R6/bin from my default path. However, during the build process, several ports (including oaf and gtk) stick their configuration scripts in there, where later ports can't find them. I had run into this problem before building X-based ports, so it was easy enough to append /usr/X11R6/bin to my path and start the make again, but I wonder if there's some way to account for this up front? Even something as simple as a warning that you need to add to your path for this port to install? 3) When it got to pspell, I ran into a real error: Making all in interface gmake[1]: Entering directory `/usr/ports/textproc/pspell/work/pspell-.12.2/interface' /bin/sh ../libtool --mode=compile c++ -DPACKAGE=\"pspell\" -DVERSION=\".12.2\" -DUSE_LTDL=1 -DDATADIR=\"/usr/ local/share/pspell\" -DLIBDIR=\"/usr/local/lib\" -I../modules/ -I./ -I/us r/local/include -O -pipe -c manager_impl.cc c++ -DPACKAGE=\"pspell\" -DVERSION=\".12.2\" -DUSE_LTDL=1 -DDATADIR=\"/usr/l ocal/share/pspell\" -DLIBDIR=\"/usr/local/lib\" -I../modules/ -I./ -I/usr/lo cal/include -O -pipe -c manager_impl.cc -fPIC -DPIC -o .libs/manager_impl.o manager_impl.cc:22: ltdl.h: No such file or directory manager_impl.cc: In function `void free_lt_handle(void *)': manager_impl.cc:29: `lt_dlhandle' undeclared (first use this function) manager_impl.cc:29: (Each undeclared identifier is reported only once manager_impl.cc:29: for each function it appears in.) manager_impl.cc:29: syntax error before `)' manager_impl.cc:31: implicit declaration of function `int lt_dlexit(...)' manager_impl.cc: In function `class PspellCanHaveError * new_pspell_manager_class(PspellConfig *)': manager_impl.cc:48: implicit declaration of function `int lt_dlinit(...)' manager_impl.cc:54: syntax error before `=' manager_impl.cc:55: `h' undeclared (first use this function) manager_impl.cc:58: syntax error before `=' manager_impl.cc:59: `fun' undeclared (first use this function) gmake[1]: *** [manager_impl.lo] Error 1 gmake[1]: Leaving directory `/usr/ports/textproc/pspell/work/pspell-.12.2/interface' gmake: *** [all-recursive] Error 1 *** Error code 2 It appears libltdl was built in the step immediately before this, but was not yet installed. There are several places where ltdl.h is found on my system at this point: /usr/local/share/libtool/libltdl/ltdl.h /usr/ports/lang/guile/work/guile-1.4/libltdl/ltdl.h /usr/ports/textproc/pspell/work/pspell-.12.2/libltdl/ltdl.h I assume libtool is supposed to be finding the first one, which is why '-I../libltdl' isn't one of the build flags. But the inner workings of libtool are currently beyond me, so I can't help much more. --K To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 12:37:43 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 116C937B40D; Sat, 6 Oct 2001 12:37:41 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96JXs190187; Sat, 6 Oct 2001 12:33:54 -0700 (PDT) (envelope-from petef) Date: Sat, 6 Oct 2001 12:33:54 -0700 (PDT) From: Message-Id: <200110061933.f96JXs190187@freefall.freebsd.org> To: petef@FreeBSD.org, freebsd-ports@FreeBSD.org, keith@FreeBSD.org Subject: Re: ports/31051: Update port: chinese/mozilla-tclp from 0.9.1 to 0.9.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update port: chinese/mozilla-tclp from 0.9.1 to 0.9.4 Responsible-Changed-From-To: freebsd-ports->keith Responsible-Changed-By: petef Responsible-Changed-When: Sat Oct 6 12:33:45 PDT 2001 Responsible-Changed-Why: Over to maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31051 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 12:39: 3 2001 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id B5EE137B409; Sat, 6 Oct 2001 12:38:59 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id f96JcuR19973; Sat, 6 Oct 2001 12:38:56 -0700 (PDT) (envelope-from obrien) Date: Sat, 6 Oct 2001 12:38:52 -0700 From: "David O'Brien" To: Will Andrews Cc: ports@FreeBSD.org, kde@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/qt145 Makefile Message-ID: <20011006123852.A19936@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200110061829.f96ITCB82245@freefall.freebsd.org> <20011006143025.O45346@squall.waterspout.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011006143025.O45346@squall.waterspout.com>; from will@physics.purdue.edu on Sat, Oct 06, 2001 at 02:30:25PM -0500 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Oct 06, 2001 at 02:30:25PM -0500, Will Andrews wrote: > On Sat, Oct 06, 2001 at 11:29:12AM -0700, David E. O'Brien wrote: > > Log: > > Explicitly set the LATEST_LINK to "qt1". The KDE maintainers can > > decide if they want to change the port name back to just "qt" or not. > > This port will almost certainly be deleted before 4.5R. I still > need to evaluate the effect of removing it, but needless to say > Qt 1.x is long gone. misc/bidwatcher still needs it. The "newer" version of bidwatcher was a complete GUI rewrite and frankly they messed it up. (it also has bugs that cause lost acuctions) So updating the bidwatcher port is not an option. -- -- David (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 Oct 6 12:52:35 2001 Delivered-To: freebsd-ports@freebsd.org Received: from klima.physik.uni-mainz.de (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by hub.freebsd.org (Postfix) with ESMTP id A67C437B403 for ; Sat, 6 Oct 2001 12:52:28 -0700 (PDT) Received: from klima.Physik.Uni-Mainz.DE (klima.Physik.Uni-Mainz.DE [134.93.180.162]) by klima.physik.uni-mainz.de (8.11.6/8.11.4) with ESMTP id f96JqRu04269 for ; Sat, 6 Oct 2001 21:52:27 +0200 (CEST) (envelope-from ohartman@klima.physik.uni-mainz.de) Date: Sat, 6 Oct 2001 21:52:27 +0200 (CEST) From: "Hartmann, O." To: Subject: MySQL server problems since FBSD 4.4! Message-ID: <20011006213612.X4043-100000@klima.physik.uni-mainz.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Sirs. Since the switch from FBSD 4.3 towards 4.4, MySQL servers 3.23.XX has a problem I can not fix. I need help or someone to discuss how to target the problem! Background: we use a simple table for our dayly climate measurements. Field are: id (timestamp), zeit (English 'time', type datetime, primary key) and 16 fields of double to keep data. Insertion is done via a small self written C programm, that scans, disect and inserts data into the table by checking first, whether date/time is present or not. Via a simple debug routine I can let the program show which fields contain data and are about to be inserted, and from the view of the C program everything seems clear. Insertion is done via a simple call of the API function from MySQL library. Phenomenon: After a reboot of the machine insertion seems to fail on all data columns (type 'DOUBLE'), only the id (TIMESTAMP) and the date/time column has valid data, all data columns have 'NaN' althought the C-program disect all data the correct way and store them into variables of type 'float' (by the way: everytime we upgraded our MySQL server our software has been recompiled to hit the newest libraries!). The only wy to get rid of these faulty 'NaN' entries is to delete them from the table, then call the C-program again, look whether the faulty values have been inserted again, if yes, delete them ... until the right values get inserted. From this point on the system works as expected. This phenomenon does not occur with FreeBSD 4.3-STABLE and all tested MySQL servers (our actual server is MySQL 3.23.42 from the ports collection). This phenomenon seems to me like a bug either in MySQL or FreeBSD, but the fact that it occurs in all MySQL servers with FreeBSD 4.4 but not in FreeBSD 4.3 makes me sure it is a kind of FreeBSD bug. The same time, when 'moving' from 4.3 to 4.4 and in parallel to the first occurance of this phenomenon I have had on all FreeBSD 4.4-RC and RELEASE machines later on the phenomenon, that looking at network traffic with netstat and reporting bandwith with a FTP client, shows 'NaN' instead of the expected 'KB/s-value' or transmitted bytes. And this made me suspecting FreeBSD. Is someone out here watching similar problems? So far, the time, the SQL server is running its all right, the system is stable and not about to be 'faulty', but after a machine's reboot (not a simple MySQL server shutdown and restart, this has no negative effect). Thanks in advance, Oliver -- MfG O. Hartmann ohartman@klima.physik.uni-mainz.de ---------------------------------------------------------------- IT-Administration des Institutes fuer Physik der Atmosphaere (IPA) ---------------------------------------------------------------- Johannes Gutenberg Universitaet Mainz Becherweg 21 55099 Mainz Tel: +496131/3924662 (Maschinenraum) Tel: +496131/3924144 FAX: +496131/3923532 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 14:32:14 2001 Delivered-To: freebsd-ports@freebsd.org Received: from squigy.ddm.wox.org (p11b.neon4.sentex.ca [64.7.131.171]) by hub.freebsd.org (Postfix) with ESMTP id 95ED337B407; Sat, 6 Oct 2001 14:32:09 -0700 (PDT) Received: from rama.ddm.wox.org (rama.ddm.wox.org [204.50.152.20]) by squigy.ddm.wox.org (Postfix) with ESMTP id 20A7F8B94D; Sat, 6 Oct 2001 17:32:08 -0400 (EDT) Received: by rama.ddm.wox.org (Postfix, from userid 5000) id 4296E3200F; Sat, 6 Oct 2001 17:32:08 -0400 (EDT) Date: Sat, 6 Oct 2001 17:32:08 -0400 From: Dave Chapeskie To: lioux@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/30847: Maintainer update for games/ifm Message-ID: <20011006173207.A14793@ddm.wox.org> References: <200110061800.f96I0rN75176@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110061800.f96I0rN75176@freefall.freebsd.org>; from lioux@FreeBSD.ORG on Sat, Oct 06, 2001 at 11:00:53AM -0700 X-no-archive: yes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [PLEASE wrap your lines at a resonable length, like ~75 chars] On Sat, Oct 06, 2001 at 11:00:53AM -0700, lioux@FreeBSD.ORG wrote: > The latest version of the port already contains the updates in the PR Which file are you talking about, I just checked CVS and it does NOT have the changes in the PR and all the patches still look valid. > but the WWW tag update which does not apply cleanly. What are you talking about? The ftp URL update inform/pkg-descr? > Please check the latest version and let us know how do you want this > PR handled. Re-fetching the patch from the PR database, it applies cleanly for me with a fresh cvsup on Oct 6th, 2001. How did you fetch the patch? If you used the web interface you do release you need the raw PR since the HTMLified version encodeds URLs in hrefs. % cd /usr/ports % fetch -o - 'http://www.freebsd.org/cgi/query-pr.cgi?pr=30847&f=raw' | patch Hmm... Looks like a unified diff to me... The text leading up to this was: [...] Patching file games/ifm/Makefile using Plan A... Hunk #1 succeeded at 8. [...] Patching file games/xzip/Makefile using Plan A... Hunk #1 succeeded at 8. [...] Patching file games/inform/pkg-descr using Plan A... Hunk #1 succeeded at 8. Hmm... Ignoring the trailing garbage. -- Dave Chapeskie OpenPGP Key KeyId: 3D2B6B34 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 14:40:21 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C163537B409 for ; Sat, 6 Oct 2001 14:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96Le1M05636; Sat, 6 Oct 2001 14:40:01 -0700 (PDT) (envelope-from gnats) Received: from postfix2-2.free.fr (postfix2-2.free.fr [213.228.0.140]) by hub.freebsd.org (Postfix) with ESMTP id 2A34737B401 for ; Sat, 6 Oct 2001 14:38:25 -0700 (PDT) Received: from graf.pompo.net (lyon-2-a7-59-80.dial.proxad.net [212.27.59.80]) by postfix2-2.free.fr (Postfix) with ESMTP id 8D6D25F859 for ; Sat, 6 Oct 2001 23:38:22 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id CEBEA7692; Sat, 6 Oct 2001 23:34:34 +0200 (CEST) Message-Id: <20011006213434.CEBEA7692@graf.pompo.net> Date: Sat, 6 Oct 2001 23:34:34 +0200 (CEST) From: Thierry Thomas Reply-To: Thierry Thomas To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31090: Port mail/imp: change the default IMAP server. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31090 >Category: ports >Synopsis: Port mail/imp: change the default IMAP server. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Oct 06 14:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.4-STABLE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 22 10:41:40 CEST 2001 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF010429 i386 >Description: Trying to make the post-install configuration easier: - add some minor patches to the indications; - change the default IMAP server from cyrus-imapd to the new imap-uw. imap-uw is much easier to configure, and it does not imply to change the current MDA. Of course, power-users may still install IMP with cyrus-imapd (better on a dedicated machine) or with other IMAP servers. >How-To-Repeat: Apply the included patch. >Fix: --- Makefile.orig Mon Sep 3 05:51:14 2001 +++ Makefile Sat Oct 6 22:50:21 2001 @@ -42,7 +42,7 @@ # # - WITH_COURIER-IMAP : IMP will work with courier-imap. # -# These choice are mutually exclusive, and cyrus-imapd is the default. +# These choice are mutually exclusive, and imap-uw is the default. # #----------------------------------------------------------------------- @@ -63,20 +63,20 @@ # I have no report about the support of dkimap4 by IMP, # but I shall be happy to add it if somebody report success with it. # If an IMAP server is already installed, we just record the dependence, -# else we shall install cyrus-imapd. +# else we shall install imap-uw. # IMAP servers are ordered according to my tastes, if several are # installed, we just record the first one. .if !defined(WITHOUT_IMAPSERVER) -.if defined(WITH_CYRUS-IMAPD) -RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd -.elif defined(WITH_IMAP-UW) +.if defined(WITH_IMAP-UW) RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw +.elif defined(WITH_CYRUS-IMAPD) +RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd .elif defined(WITH_CYRUS) RUN_DEPENDS+= ${LOCALBASE}/cyrus/:${PORTSDIR}/mail/cyrus .elif defined(WITH_COURIER-IMAP) RUN_DEPENDS+= ${LOCALBASE}/libexec/courier-imap/:${PORTSDIR}/mail/courier-imap .else -RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd +RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw .endif .endif @@ -100,6 +100,7 @@ LHORDEDIR?= www/horde LIMPDIR?= ${LHORDEDIR}/imp +HORDESBIN?= ${PREFIX}/sbin PLIST_SUB= HORDEDIR=${LHORDEDIR} IMPDIR=${LIMPDIR} @@ -173,6 +174,12 @@ ${PERL} -pi -e "s:/bin/tar:/usr/bin/tar:g" ${IMPDIR}/config/defaults.php3.dist ${PERL} -pi -e "s:/usr/bin/zipinfo:${LOCALBASE}/bin/zipinfo:g" \ ${IMPDIR}/config/defaults.php3.dist + ${PERL} -pi -e "s:sh ./secure.sh:${HORDESBIN}/horde_secure.sh:g" \ + ${IMPDIR}/templates/index/imp_notconfigured.inc + ${PERL} -pi -e "s:sh ./install.sh:${HORDESBIN}/horde_setup.sh:g" \ + ${IMPDIR}/templates/index/imp_notconfigured.inc + ${PERL} -pi -e "s:sh ./secure.sh:${HORDESBIN}/horde_secure.sh:g" \ + ${HORDEDIR}/templates/setup/imp/write_file.inc @if [ ! -f ${IMPDIR}/config/defaults.php3 ]; then \ ${CP} ${IMPDIR}/config/defaults.php3.dist ${IMPDIR}/config/defaults.php3; \ fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 14:40:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BF8F37B405 for ; Sat, 6 Oct 2001 14:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96Le1X05627; Sat, 6 Oct 2001 14:40:01 -0700 (PDT) (envelope-from gnats) Received: from postfix2-2.free.fr (postfix2-2.free.fr [213.228.0.140]) by hub.freebsd.org (Postfix) with ESMTP id 56F2B37B401 for ; Sat, 6 Oct 2001 14:38:24 -0700 (PDT) Received: from graf.pompo.net (lyon-2-a7-59-80.dial.proxad.net [212.27.59.80]) by postfix2-2.free.fr (Postfix) with ESMTP id A183A5F825 for ; Sat, 6 Oct 2001 23:38:21 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 00CC67676; Sat, 6 Oct 2001 23:22:17 +0200 (CEST) Message-Id: <20011006212217.00CC67676@graf.pompo.net> Date: Sat, 6 Oct 2001 23:22:17 +0200 (CEST) From: Thierry Thomas Reply-To: Thierry Thomas To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31089: Port www/horde: minor patch to make the configuration easier. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31089 >Category: ports >Synopsis: Port www/horde: minor patch to make the configuration easier. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Oct 06 14:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.4-STABLE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 22 10:41:40 CEST 2001 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF010429 i386 >Description: Trying to make the post-install configuration easier. No need to upgrade if you already have Horde running. >How-To-Repeat: Apply the included patch. >Fix: --- Makefile.orig Tue Sep 18 21:22:27 2001 +++ Makefile Sat Oct 6 23:20:18 2001 @@ -50,6 +50,8 @@ APACHE_CONF= ${APACHE_CNFDIR}/httpd.conf MIMETYPES= ${APACHE_CNFDIR}/mime.types +PHP_CNFDIR?= ${LOCALBASE}/etc + pre-everything:: .if !defined(WITHOUT_SSL) @${ECHO_MSG} "" @@ -89,6 +91,11 @@ ${CP} ${HORDEDIR}/config/horde.php3.dist ${HORDEDIR}/config/horde.php3 ${CHMOD} 444 ${HORDEDIR}/config/horde.php3 ${CHMOD} 444 ${HORDEDIR}/setup.php3 + ${PERL} -pi -e "s:/usr/local/apache/php:${PHPLIBDIR}:g" ${PHPLIBDIR}/README + ${PERL} -pi -e "s:horde/docs:${DOCSDIR}:g" ${PHPLIBDIR}/README + ${PERL} -pi -e "s:/usr/lib:${PHP_CNFDIR}:g" ${PHPLIBDIR}/README + ${PERL} -pi -e "s:horde/scripts:${HORDEDIR}/scripts:g" ${PHPLIBDIR}/README + ${PERL} -pi -e "s:horde/docs:${DOCSDIR}:g" ${HORDEDIR}/scripts/database/MYSQL .if !defined(WITH_PHP3) # Enabling execution of .php3, in case you only run php4 @(if [ -f ${MIMETYPES} ] ; then \ @@ -109,12 +116,11 @@ (if [ ! -f ${APACHE_CONF}.beforeHorde ] ; then \ ${ECHO} "===> Updating httpd.conf..." ; \ ${CP} -p ${.CURDIR}/httpd.conf.phplib ${WRKDIR}/httpd.conf.phplib.orig ; \ + ${CP} -p ${.CURDIR}/httpd.conf.phplib ${WRKDIR}/httpd.conf.phplib ; \ ${PERL} -pi -e "s:/home/httpd/html/horde:${HORDEDIR}:g" ${WRKDIR}/httpd.conf.phplib ; \ ${PERL} -pi -e "s:/home/httpd/phplib:${PHPLIBDIR}:g" ${WRKDIR}/httpd.conf.phplib ; \ ${CP} -p ${APACHE_CONF} ${APACHE_CONF}.beforeHorde ; \ ${GREP} -qw 'phplib' ${APACHE_CONF} || ${CAT} ${WRKDIR}/httpd.conf.phplib >> ${APACHE_CONF} ; \ - ${RM} ${.CURDIR}/httpd.conf.phplib ; \ - ${MV} ${.CURDIR}/httpd.conf.phplib.orig ${.CURDIR}/httpd.conf.phplib ; \ fi) ; \ fi) .if !defined(NOPORTDOCS) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 16: 0:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3805C37B407 for ; Sat, 6 Oct 2001 16:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96N02T13918; Sat, 6 Oct 2001 16:00:02 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 899CD37B407 for ; Sat, 6 Oct 2001 15:58:29 -0700 (PDT) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.6) id f96MwSw09594; Sat, 6 Oct 2001 18:58:28 -0400 (EDT) (envelope-from pat) Message-Id: <200110062258.f96MwSw09594@cc92687-a.wlgrv1.pa.home.com> Date: Sat, 6 Oct 2001 18:58:28 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31091: New port: sysutils/wmzazof Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31091 >Category: ports >Synopsis: New port: sysutils/wmzazof >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 06 16:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 29 17:22:31 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: wmzazof is a very simple WindowMaker dockapp that displays the uptime (hours, minutes or days), free mem (kB) and used mem (kB). Two modes exist for mem used and mem free: with or without cache. At startup the dockapp is in uptime mode hours, mem free with cache and mem used without cache. WWW: http://www.zazof.org/wmzazof/ Author: Jef De Geeter >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # wmzazof # wmzazof/files # wmzazof/files/patch-Makefile # wmzazof/Makefile # wmzazof/distinfo # wmzazof/pkg-descr # wmzazof/pkg-plist # wmzazof/pkg-comment # echo c - wmzazof mkdir -p wmzazof > /dev/null 2>&1 echo c - wmzazof/files mkdir -p wmzazof/files > /dev/null 2>&1 echo x - wmzazof/files/patch-Makefile sed 's/^X//' >wmzazof/files/patch-Makefile << 'END-of-wmzazof/files/patch-Makefile' X--- Makefile.orig Sat Oct 6 15:46:35 2001 X+++ Makefile Sat Oct 6 18:52:19 2001 X@@ -1,13 +1,15 @@ X-CC = gcc X-CFLAGS = -O2 -Wall -fomit-frame-pointer -s X-INCDIR = -I/usr/X11R6/include/X11 X-DESTDIR= /usr/bin X-LIBDIR = -L/usr/X11R6/lib X+INCDIR = -I${X11BASE}/include/X11 -I${X11BASE}/include X+LIBDIR = -L${X11BASE}/lib X LIBS = -ldockapp -lX11 -lXext -lXpm X OBJS = wmzazof.o X X+all: wmzazof X+ X wmzazof: $(OBJS) X $(CC) $(CFLAGS) $(OBJS) -o wmzazof $(INCDIR) $(LIBDIR) $(LIBS) X+ X+.c.o: X+ $(CC) -c -o wmzazof.o wmzazof.c $(CFLAGS) $(INCDIR) X X install: wmzazof X strip wmzazof END-of-wmzazof/files/patch-Makefile echo x - wmzazof/Makefile sed 's/^X//' >wmzazof/Makefile << 'END-of-wmzazof/Makefile' X# New ports collection makefile for: wmzazof X# Date created: Sat Oct 6 18:44:32 EDT 2001 X# Whom: Patrick Li X# X# $FreeBSD$ X# X XPORTNAME= wmzazof XPORTVERSION= 0.3 XCATEGORIES= sysutils windowmaker XMASTER_SITES= http://users.chello.be/cr49940//wmzazof/ X XMAINTAINER= pat@databits.net X XUSE_X_PREFIX= yes XUSE_XPM= yes X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/wmzazof ${PREFIX}/bin X.ifndef(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif #NOPORTDOCS X X.include END-of-wmzazof/Makefile echo x - wmzazof/distinfo sed 's/^X//' >wmzazof/distinfo << 'END-of-wmzazof/distinfo' XMD5 (wmzazof-0.3.tar.gz) = 9b6258e7b9f571ea9185fe7ebbe99a49 END-of-wmzazof/distinfo echo x - wmzazof/pkg-descr sed 's/^X//' >wmzazof/pkg-descr << 'END-of-wmzazof/pkg-descr' Xwmzazof is a very simple WindowMaker dockapp that displays the uptime X(hours, minutes or days), free mem (kB) and used mem (kB). Two modes Xexist for mem used and mem free: with or without cache. At startup Xthe dockapp is in uptime mode hours, mem free with cache and mem used Xwithout cache. X XWWW: http://www.zazof.org/wmzazof/ XAuthor: Jef De Geeter END-of-wmzazof/pkg-descr echo x - wmzazof/pkg-plist sed 's/^X//' >wmzazof/pkg-plist << 'END-of-wmzazof/pkg-plist' Xbin/wmzazof X%%PORTDOCS%%share/doc/wmzazof/README X%%PORTDOCS%%@dirrm share/doc/wmzazof END-of-wmzazof/pkg-plist echo x - wmzazof/pkg-comment sed 's/^X//' >wmzazof/pkg-comment << 'END-of-wmzazof/pkg-comment' XA simple dockapp that displays the uptime, free and used memory END-of-wmzazof/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 16:27:42 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6675E37B405; Sat, 6 Oct 2001 16:27:41 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96NMku18471; Sat, 6 Oct 2001 16:22:46 -0700 (PDT) (envelope-from lioux) Date: Sat, 6 Oct 2001 16:22:46 -0700 (PDT) From: Message-Id: <200110062322.f96NMku18471@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/31091: New port: sysutils/wmzazof Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: New port: sysutils/wmzazof Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: lioux Responsible-Changed-When: Sat Oct 6 16:22:22 PDT 2001 Responsible-Changed-Why: I'll handle this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31091 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 16:55:45 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ginsberg.uol.com.br (ginsberg.uol.com.br [200.231.206.26]) by hub.freebsd.org (Postfix) with ESMTP id 661AB37B405 for ; Sat, 6 Oct 2001 16:55:40 -0700 (PDT) Received: from 200.181.48.183 ([200.181.48.183]) by ginsberg.uol.com.br (8.9.1/8.9.1) with ESMTP id UAA29790 for ; Sat, 6 Oct 2001 20:53:31 -0300 (BRT) Received: (qmail 14684 invoked by uid 1001); 6 Oct 2001 23:55:43 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Sat, 6 Oct 2001 20:55:20 -0300 To: freebsd-ports@FreeBSD.org Cc: portmgr@FreeBSD.org Subject: RFC {MASTER,PATCH}_SITES grouping patch for bsd.port.mk Message-ID: <20011006205520.A14517@exxodus.fedaykin.here> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, This is the almost release material. - new version http://people.freebsd.org/~lioux/bsd.port.mk.gz - patch against current version http://people.freebsd.org/~lioux/patch-bsd.port.mk.gz If you are missing an explanation of all the features, (or, WTH is this? :) please check the final proposal http://groups.google.com/groups?q=review+final+MASTER_SITES+with+grouping+(ala+OpenBSD)+patch&scoring=r&rnum=1&selm=20011001030044.A1185_exxodus.fedaykin.here%40ns.sol.net and the original proposal http://www.freebsd.org/cgi/getmsg.cgi?fetch=12662+0+/usr/local/www/db/text/2001/freebsd-ports/20010930.freebsd-ports It works, just 2 tiny things I would like to change: 1) I check the group keyword so that it cannot be all, ALL, default 'cause they can cause confusion and are used internally in bsd.port.mk. However, the if is not working line 1134 . if ${_group}==all || ${_group}==ALL || ${_group}==default . BEGIN: @${ECHO} "The words all, ALL and default are reserved and cannot be used" @${ECHO} "in group definitions." @${ECHO} "Please fix your MASTER_SITES" @${FALSE} . endif Though, I've been considering to allow the use of ALL (in all other but {MASTER,PATCH}_SITES) meaning that the ${DIST,PATCH}FILES or {MASTER,PATCH}_SITE_SUBDIR belongs to ALL master sites. The 'all' word would be a synonim to ALL and 'default' to DEFAULT. Nevertheless, I will need a if check to do that and it is odd this is not working. I am sure I am overlooking something. 2) Instead of repeating the same code 3 times SORTED_PATCH_SITES_CMD_TMP="echo ${_MASTER_SITE_OVERRIDE} `echo '$${__PATCH_SITES_TMP}' | ${AWK} '${MASTER_SORT_AWK}'` ${_MASTER_SITE_BACKUP}" I would like to use an internal variable to represent it and reference it. To make myself clear, I have code showing what I wanted but which does not work. http://people.freebsd.org/~lioux/patch-internal I hope someone fix this mistake of mine so that we can get have a cleaner code. Outside these, the code works. Please review and let me know what you think. Everything is implemented and the grouping works just like the un-grouped code: sorting, subdir, override. Let's hope this one is accepted. *fingers crossed* Please, review, test and improve the code if you can. Regards, -- Mario S F Ferreira - UnB - Brazil - "I guess this is a signature." lioux at ( freebsd dot org | linf dot unb dot br ) flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 17: 0:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0327337B407 for ; Sat, 6 Oct 2001 17:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97003B20814; Sat, 6 Oct 2001 17:00:03 -0700 (PDT) (envelope-from gnats) Date: Sat, 6 Oct 2001 17:00:03 -0700 (PDT) Message-Id: <200110070000.f97003B20814@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Brad Laue Subject: Re: ports/31086: StarOffice52 port failing on FreeBSD 4.4 Oct. 6 build Reply-To: Brad Laue Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31086; it has been noted by GNATS. From: Brad Laue To: freebsd-gnats-submit@FreeBSD.org, brad@brad-x.com Cc: Subject: Re: ports/31086: StarOffice52 port failing on FreeBSD 4.4 Oct. 6 build Date: Sat, 06 Oct 2001 19:53:06 -0400 As an addendum, the kernel message setup.bin exited on signal 11 (core dumped) appears, and the port seems to clean up after itself, removing the corefile. This port has worked for me one out of six times, each attempt on different boxes, both my own and those set up by others - apparently conditions in the majority of cases are not favorable to install this port. Please fix! Brad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 17:12:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from femail34.sdc1.sfba.home.com (femail34.sdc1.sfba.home.com [24.254.60.24]) by hub.freebsd.org (Postfix) with ESMTP id 7467137B407 for ; Sat, 6 Oct 2001 17:12:49 -0700 (PDT) Received: from home.com ([24.249.235.44]) by femail34.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011007001248.TMAP15362.femail34.sdc1.sfba.home.com@home.com>; Sat, 6 Oct 2001 17:12:48 -0700 Message-ID: <3BBF9E20.EC4F564D@home.com> Date: Sat, 06 Oct 2001 20:13:20 -0400 From: "Patrick L. Knight" X-Mailer: Mozilla 4.77 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: patrick@mindstep.com Cc: ports@FreeBSD.org Subject: FreeBSD Port: pipsecd-19991014 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Patrick, I am having some trouble getting pipsec to work on my machine. I have installed the userlink software. I can compile pipsec and install it fine. When I run it though, it gives an error reading the device from the pipsecd.conf file. It says, "if: no device found". Can you help me out? Your help would be appreciated. Sincerely, Patrick Knight To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 17:15: 5 2001 Delivered-To: freebsd-ports@freebsd.org Received: from server5.safepages.com (server5.safepages.com [216.127.146.2]) by hub.freebsd.org (Postfix) with ESMTP id 510B537B406; Sat, 6 Oct 2001 17:14:58 -0700 (PDT) Received: from localhost (66-81-72-134-modem.o1.com [66.81.72.134]) by server5.safepages.com (Postfix) with ESMTP id 9C3FF2ACFB; Sun, 7 Oct 2001 00:13:30 +0000 (GMT) X-Sender: rsamuels@primedial.net From: Robert Samuels To: "Mortgage Borrower" Date: Sat, 06 Oct 2001 17:23:06 -0700 Subject: Need a Home Loan? Let Us Help! Reply-To: rsamuels@primedial.net MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001__82688126_62586.33" Message-Id: <20011007001330.9C3FF2ACFB@server5.safepages.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a Multipart MIME message. ------=_NextPart_000_001__82688126_62586.33 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit ------=_NextPart_000_001__82688126_62586.33 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: base64 DQoNCjxIVE1MPg0KDQo8aGVhZD4NCjxNRVRBIEhUVFAtRVFVSVY9IkNvbnRlbnQtVHlwZSIg Q09OVEVOVD0idGV4dC9odG1sO2NoYXJzZXQ9aXNvLTg4NTktMSI+DQo8IURPQ1RZUEUgSFRN TCBQVUJMSUMgIi0vL1czQy8vRFREIEhUTUwgNC4wIFRyYW5zaXRpb25hbC8vRU4iPg0KPFRJ VExFPkZyZWUgUmF0ZSBRdW90ZTwvVElUTEU+DQo8TUVUQSBjb250ZW50PSJ0ZXh0L2h0bWw7 IGNoYXJzZXQ9aXNvLTg4NTktMSIgaHR0cC1lcXVpdj1Db250ZW50LVR5cGU+PFhNRVRBIA0K Y29udGVudD0iTW96aWxsYS80LjcgW2VuXSAoV2luOTg7IEkpIFtOZXRzY2FwZV0iIG5hbWU9 IkdFTkVSQVRPUiI+DQo8TUVUQSBjb250ZW50PSJNaWNyb3NvZnQgRnJvbnRQYWdlIDQuMCIg bmFtZT1HRU5FUkFUT1I+DQo8U1RZTEU+PC9TVFlMRT4NCjwvSEVBRD4NCjxCT0RZIGJhY2tn cm91bmQ9aHR0cDovLzM2MzExMzIyMTcvbW9uZXlfZ3IuanBnIGJnQ29sb3I9I2ZmZmZmZiBi Z3Byb3BlcnRpZXM9ImZpeGVkIj4NCjxESVYgc3R5bGU9IkZPTlQ6IDEwcHQgYXJpYWwiPg0K PERJVj4mbmJzcDs8L0RJVj48L0RJVj4NCjxESVY+PEJSPjwvRElWPg0KPEJSPg0KPFAgYWxp Z249Y2VudGVyPjxiPjxpPjxmb250IGNvbG9yPSIjMDAwMGZmIiBmYWNlPSJCcnVzaCBTY3Jp cHQgTVQiIHNpemU9IjUiPiZxdW90O0FsbCBvdXIgdGhvdWdodHMsIHByYXllcnMgYW5kIGxv dmUgZ28gb3V0IHRvIHRoZSBmYW1pbGllcyBhbmQgZnJpZW5kcyBvZiB0aGUgdmljdGltcyBv ZiB0aGUgV29ybGQgVHJhZGUgQ2VudGVyIHRyYWdlZHkuJnF1b3Q7PC9mb250PjwvaT48L2I+ PC9QPg0KDQo8UCBhbGlnbj1jZW50ZXI+PGVtPjxiPjxmb250IGNvbG9yPSIjZmYwMDAwIiBz aXplPSI2IiBmYWNlPSJhcmlhbCI+JnF1b3Q7UmVmaW5hbmNlIFlvdXINCkN1cnJlbnQgTW9y dGdhZ2UgV2hpbGUgUmF0ZXMgQXJlIExPVyEhJnF1b3Q7PC9mb250PjwvYj48L2VtPjwvUD4N CjxNQVJRVUVFPjxpPjxiPjxGT05UIHNpemU9NCBjb2xvcj0jMDAwMGZmPkhPTUUgRVFVSVRZ IExPQU5TICoqKiBKVU1CTyBMT0FOUyAqKiogSE9NRSBJTVBST1ZFTUVOVCBMT0FOUyAqKiog DQogICAgICBERUJUIENPTlNPTElEQVRJT04gTE9BTlMgKioqIFJFRklOQU5DRSBMT0FOUyAq KiogQUxMIEFSRSBBVkFJTEFCTEUgVE8gWU9VICoqKiBSQVRFUyBBUyBMT1cgQVMgDQogICAg ICAzLjk1JTwvZm9udD48L2I+PC9pPjwvbWFycXVlZT4NCjxCUj48QlI+DQo8cCBhbGlnbj0i Y2VudGVyIj48Yj48Zm9udCBzaXplPSI0Ij5Nb3J0Z2FnZSBSYXRlcyBBcmUgU28gTG93ISZu YnNwOzwvZm9udD48L2I+PC9wPg0KPHAgYWxpZ249ImNlbnRlciI+PGI+PGZvbnQgc2l6ZT0i NCI+WW91IENhbiBTYXZlIFRob3VzYW5kcyBPZiBEb2xsYXJzIEJ5IFRha2luZw0KQWR2YW50 YWdlIE5vdyE8L2ZvbnQ+PC9iPjwvcD4NCjxQIGFsaWduPWNlbnRlcj48RU0+PEI+PEZPTlQg Y29sb3I9I2ZmMDAwMCBzaXplPTU+JnF1b3Q7V0UgQVJFIEFOIEFTU09DSUFUSU9OIE9GDQpN T1JUR0FHRSBCUk9LRVJTIEFORCBMRU5ERVJTIDwvRk9OVD48L0I+PC9FTT48L1A+DQo8UCBh bGlnbj1jZW50ZXI+PEVNPjxCPjxGT05UIGNvbG9yPSNmZjAwMDAgc2l6ZT01PldJVEggVEhF IEJFU1QgUkFURVMgQU5EIFRIRSBMT1dFU1QNCkNPU1RTISZxdW90PC9GT05UPjwvQj48L0VN PjwvUD4NCjxwIGFsaWduPSJjZW50ZXIiPiZuYnNwOzwvcD4NCjxQIGFsaWduPWNlbnRlcj48 Rk9OVCBjb2xvcj0jMDAwMGZmIHNpemU9ND48Qj5XZSZuYnNwO2hhdmUgdGhvdXNhbmRzIG9m IGxvYW4gDQpwcm9ncmFtcyB0aHJvdWdoIGh1bmRyZWRzIG9mIGxlbmRlcnMhPEJSPjwvQj48 L0ZPTlQ+PEZPTlQgc2l6ZT0zPjwvRk9OVD48L1A+DQo8UCBhbGlnbj1jZW50ZXI+PFNUUk9O Rz48Rk9OVCBzaXplPTU+WW91IGNhbiBjaG9vc2UgZnJvbSZuYnNwOyJBZGp1c3RhYmxlIFJh dGUNCk1vcnRnYWdlcyANCmFzIGxvdyBhcyAzLjk1JSZxdW90OzwvRk9OVD48L1NUUk9ORz48 L1A+DQo8UCBhbGlnbj1jZW50ZXI+PFNUUk9ORz48Rk9OVCBzaXplPTU+YW5kJm5ic3A7IkZp eGVkIFJhdGUgTW9ydGdhZ2VzIGFzIGxvdyBhcw0KNi41MCUmbmJzcDs8L0ZPTlQ+PC9TVFJP Tkc+PC9QPg0KPFAgYWxpZ249Y2VudGVyPjxTVFJPTkc+PEZPTlQgc2l6ZT01PmFsbCB3aXRo IHRoZSBsb3dlc3QgY29zdHMgaW4gdGhlDQpOYXRpb24hJnF1b3Q7PC9GT05UPjwvU1RST05H PjxCSUc+PEJJRz48Rk9OVCBjb2xvcj0jZmYwMDAwPio8L0ZPTlQ+PC9CSUc+PC9CSUc+PC9Q Pg0KPFAgYWxpZ249Y2VudGVyPjxGT05UIA0Kc2l6ZT01Pjxmb250IGNvbG9yPSIjRkYwMDAw Ij4mcXVvdDs8Yj48aT5ZT1UgQ0FOIDx1PkJVWSBET1dOIFlPVVIgSU5URVJFU1QgUkFURTwv dT4NClRPPC9pPjwvYj48L2ZvbnQ+PC9GT05UPjwvUD4NCjxQIGFsaWduPWNlbnRlcj48Zm9u dCBjb2xvcj0iI0ZGMDAwMCIgc2l6ZT0iNSI+PGI+PGk+QVMgTE9XIEFTIFlPVSBDQU4NCkFG Rk9SRCEmcXVvdDs8L2k+PC9iPjwvZm9udD48Rk9OVCANCnNpemU9NT48QlI+PC9GT05UPjxG T05UIHNpemU9Mz48L0ZPTlQ+PC9QPg0KPFAgYWxpZ249Y2VudGVyPjxGT05UIHNpemU9KzA+ PEZPTlQgY29sb3I9IzAwMDBmZiBzaXplPTI+PEJJRz48QklHPjxGT05UIA0KY29sb3I9I2Zm MDAwMCBzaXplPTU+KjwvRk9OVD48L0JJRz48U1RST05HPkFsbCByYXRlcyBhcmUgYmFzZWQg b24gDQpxdWFsaWZpY2F0aW9uPC9TVFJPTkc+ITwvQklHPjwvRk9OVD48L0ZPTlQ+PC9QPg0K PFAgYWxpZ249Y2VudGVyPjxGT05UIHNpemU9KzA+PEZPTlQgc2l6ZT0yPjxCSUc+PC9CSUc+ PC9GT05UPjxGT05UIA0KY29sb3I9IzAwMDBmZj48Rk9OVCBmYWNlPUFyaWFsPjxGT05UIHNp emU9Mj48QSBocmVmPSJodHRwOi8vMzYzMTEzMjIxNyIgDQp0YXJnZXQ9X2JsYW5rPjxGT05U IHNpemU9NT48U1RST05HPjxGT05UIGZhY2U9IlRpbWVzIE5ldyBSb21hbiI+Q2xpY2sgaGVy ZSBmb3IgDQp5b3VyIDwvRk9OVD48Rk9OVCBzaXplPTY+PEZPTlQgZmFjZT0iVGltZXMgTmV3 IFJvbWFuIj48RU0+IkZSRUUgUkFURSANClFVT1RFIiE8L0VNPjwvRk9OVD48L0ZPTlQ+PC9T VFJPTkc+PC9GT05UPjwvQT48L0ZPTlQ+PC9GT05UPjwvRk9OVD48L0ZPTlQ+PC9QPg0KPFAg YWxpZ249bGVmdD4mbmJzcDs8L1A+DQo8UCBhbGlnbj1sZWZ0PjxpPjxiPjxmb250IGZhY2U9 IkFyaWFsIiBzaXplPSIrMCI+Q0xJQ0sgT04gTE9BTlMgQkVMT1cgRk9SIFlPVVINCkZSRUUg QVBQTElDQVRJT04hPC9mb250PjwvYj48L2k+PEZPTlQgZmFjZT1BcmlhbD48QlI+PC9GT05U PjwvUD4NCjxQIGFsaWduPWxlZnQ+PFNUUk9ORz48RU0+PEEgaHJlZj0iaHR0cDovLzM2MzEx MzIyMTciIA0KdGFyZ2V0PV9ibGFuaz48Zm9udCBzaXplPSI1IiBjb2xvcj0iIzgwMDA4MCI+ UHVyY2hhc2UgTG9hbnM8L2ZvbnQ+PC9BPiA8Rk9OVCBzaXplPTU+DQo8L0ZPTlQ+IDwvRU0+ PEZPTlQgDQpzaXplPTQ+LSA8RU0+VGhvdXNhbmRzIG9mIHByb2dyYW1zIA0KZm9yIEZpcnN0 IE1vcnRnYWdlcyE8L0VNPjwvRk9OVD48ST48L0k+PC9TVFJPTkc+PEk+PEZPTlQgDQpjb2xv cj0jMDAwMDAwPjxCUj48QlI+PC9GT05UPjwvST48QSBocmVmPSJodHRwOi8vMzYzMTEzMjIx NyIgX2JsYW5rPz48RU0+PFNUUk9ORz48Zm9udCBzaXplPSI1IiBjb2xvcj0iIzgwMDA4MCI+ UmVmaW5hbmNlIExvYW5zPC9mb250PjwvU1RST05HPjwvRU0+PEk+PEZPTlQgDQpjb2xvcj0j MDAwMDAwIHNpemU9Mj4gPC9GT05UPjwvST48L0E+PEk+PEZPTlQgY29sb3I9IzAwMDAwMCBz aXplPTQ+LSA8Qj5SZWR1Y2UgeW91ciANCm1vbnRobHkgcGF5bWVudHMgYW5kPC9GT05UPjxG T05UIGNvbG9yPSMwMDAwMDAgc2l6ZT0yPiA8L0ZPTlQ+PEZPTlQgDQpjb2xvcj0jZmYwMDAw IHNpemU9NT5HZXQgQ2FzaCBCYWNrITwvRk9OVD48L0I+PEZPTlQgY29sb3I9IzAwMDAwMCBz aXplPTQ+IA0KPC9GT05UPjxGT05UIGNvbG9yPSMwMDAwMDAgc2l6ZT0zPjxCUj48QlI+PC9G T05UPjwvST48QSANCmhyZWY9Imh0dHA6Ly8zNjMxMTMyMjE3IiB0YXJnZXQ9X2JsYW5rPjxm b250IGNvbG9yPSIjODAwMDgwIj48RU0+PEI+PEZPTlQgc2l6ZT01PlNlY29uZCANCk1vcnRn YWdlczwvRk9OVD48L0I+PC9FTT48ST48Rk9OVCBzaXplPTM+IDwvRk9OVD48L0k+DQo8L2Zv bnQ+IDwvQT48ST48Rk9OVCBjb2xvcj0jMDAwMDAwIHNpemU9Mz4gLSA8L0ZPTlQ+PEI+PEZP TlQgDQpjb2xvcj0jMDAwMDAwIHNpemU9ND5XZSBjYW4gaGVscCB5b3UgZ2V0IGZyb20gPC9G T05UPjxGT05UIGNvbG9yPSNmZjAwMDAgDQpzaXplPTU+OTAlPC9GT05UPjxGT05UIGNvbG9y PSMwMDAwMDAgc2l6ZT00PiB1cCB0byA8L0ZPTlQ+PEZPTlQgY29sb3I9I2ZmMDAwMCANCnNp emU9NT4xMjUlPC9GT05UPjxGT05UIGNvbG9yPSMwMDAwMDAgc2l6ZT00PiBvZiB5b3VyIGhv bWVzIHZhbHVlISAocmF0aW9zIHZhcnkgDQpieSBzdGF0ZSk8L0ZPTlQ+PC9CPjwvUD4NCjxQ IGFsaWduPWxlZnQ+PEEgaHJlZj0iaHR0cDovLzM2MzExMzIyMTciIA0KdGFyZ2V0PV9ibGFu az48Qj48Zm9udCBzaXplPSI1IiBjb2xvcj0iIzgwMDA4MCI+RGVidCBDb25zb2xpZGF0aW9u PC9mb250PjwvQj48L0E+PEZPTlQgY29sb3I9IzAwMDAwMCBzaXplPTM+IDxGT05UIGNvbG9y PSMwMDAwMDAgc2l6ZT00Pi0gDQo8Qj5Db21iaW5lIDwvRk9OVD48Rk9OVCBjb2xvcj0jZmYw MDAwIHNpemU9NT5hbGw8L0ZPTlQ+PEZPTlQgY29sb3I9IzAwMDAwMCANCnNpemU9ND4geW91 ciBiaWxscyBpbnRvIDwvRk9OVD48Rk9OVCBjb2xvcj0jZmYwMDAwIHNpemU9NT5PbmUgTG93 IE1vbnRobHkgDQpQYXltZW50ITwvRk9OVD48L0I+PEJSPjxCUj48L0ZPTlQ+PEI+PEEgDQpo cmVmPSJodHRwOi8vMzYzMTEzMjIxNyIgdGFyZ2V0PV9ibGFuaz48Zm9udCBzaXplPSI1IiBj b2xvcj0iIzgwMDA4MCI+Rmlyc3QgVGltZSBIb21lIEJ1eWVyczwvZm9udD48L0E+PEZPTlQg Y29sb3I9IzAwMDAwMCBzaXplPTM+IC0gDQo8Rk9OVCBjb2xvcj0jMDAwMDAwIHNpemU9ND5X ZSBjYW4gaGVscCB5b3UgYnV5IHdpdGggPEZPTlQgY29sb3I9I2ZmMDAwMCANCnNpemU9NT5M b3c8L0ZPTlQ+PC9GT05UPjxGT05UIGNvbG9yPSNmZjAwMDAgc2l6ZT01PiBNb25leSBEb3du PC9GT05UPjxGT05UIA0KY29sb3I9IzAwMDAwMCBzaXplPTQ+LCBhbmQgZXZlbiA8L0ZPTlQ+ PEZPTlQgY29sb3I9I2ZmMDAwMCBzaXplPTU+R2V0IENhc2ggDQpCYWNrITwvRk9OVD48L0ZP TlQ+PC9CPjwvUD48L0k+DQo8UCBhbGlnbj1jZW50ZXI+PEJJRz48QklHPjxGT05UIGNvbG9y PSNmZjAwMDA+KjwvRk9OVD48L0JJRz5BbGwgcmF0ZXMgYXJlIGJhc2VkIA0Kb24gcXVhbGlm aWNhdGlvbiE8L0JJRz48L1A+DQo8UCBhbGlnbj1jZW50ZXI+PEI+PEk+PEZPTlQgY29sb3I9 IzAwMDAwMCBzaXplPTY+V2UgaGF2ZSBwcm9ncmFtcyBmb3IgDQo8L0ZPTlQ+PEZPTlQgY29s b3I9I2ZmMDAwMCBzaXplPTY+PFU+RVZFUlk8L1U+PC9GT05UPjxGT05UIGNvbG9yPSMwMDAw MDAgc2l6ZT02PiANCmNyZWRpdCBzaXR1YXRpb24hPC9GT05UPjxCUj48QlI+PEEgaHJlZj0i aHR0cDovLzM2MzExMzIyMTciIHRhcmdldD1fYmxhbms+PEZPTlQgDQpjb2xvcj0jMDAwMGZm IHNpemU9NT5DbGljayBoZXJlIGZvciB5b3VyIEZSRUUgUkFURSBRVU9URSE8L0ZPTlQ+PC9B PjwvST48L0I+PC9QPg0KPFAgYWxpZ249bGVmdD48Rk9OVCBjb2xvcj0jMDA4MDAwPjxTVFJP Tkc+JnF1b3Q7VGhpcyBtZXNzYWdlIGlzIGJlaW5nIHNlbnQgdG8NCnlvdSBpbiBjb21wbGlh bmNlIHdpdGgmbmJzcDtCaWxsIFMuIDE2MTggVGl0bGUgSUlJIHBhc3NlZCBieSB0aGUgMTA1 dGggVVMNCkNvbmdyZXNzLCB3aGljaCBzdGF0ZXMgdGhhdCB0aGlzIGxldHRlciBjYW4gbm90 IGJlIGNvbnNpZGVyZWQgc3BhbSBhcyBsb25nIGFzIHdlDQppbmNsdWRlICgxKSBWYWxpZCBD b250YWN0IEluZm9ybWF0aW9uIGFuZCAoMikmbmJzcDthIHdheSB0byBiZSByZW1vdmVkIGZy b20gYW55DQpmdXJ0aGVyIHRyYW5zbWlzc2lvbnMgYXQgbm8gY29zdCB0byB5b3UgYnkgc3Vi bWl0dGluZyBhIHJlcXVlc3QgdG8gYmUNCnJlbW92ZWQuJnF1b3Q7IC4gPGEgaHJlZj0iaHR0 cDovLzM2MzExMzIyMTcvcmVtb3ZlLmh0bSI+Q2xpY2sgSGVyZSB0byBTZW5kIGEgUmVtb3Zl IFJlcXVlc3Q8L2E+Lg0KJnF1b3Q7V2UgaG9ub3IgYWxsIHJlbW92ZSBlbWFpbCBhZGRyZXNz IHJlcXVlc3RzJm5ic3A7aW1tZWRpYXRlbHkuJnF1b3Q7PC9TVFJPTkc+PC9GT05UPjwvUD48 L0JPRFk+PC9IVE1MPg== ------=_NextPart_000_001__82688126_62586.33-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 17:20:57 2001 Delivered-To: freebsd-ports@freebsd.org Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.121.49]) by hub.freebsd.org (Postfix) with ESMTP id E83D837B403 for ; Sat, 6 Oct 2001 17:20:53 -0700 (PDT) Received: from moo.holy.cow (sdn-ar-004dcwashP286.dialsprint.net [206.133.15.216]) by scaup.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id RAA16237 for ; Sat, 6 Oct 2001 17:20:52 -0700 (PDT) Received: by moo.holy.cow (Postfix, from userid 1001) id 7C29550BAA; Sat, 6 Oct 2001 20:21:46 -0400 (EDT) Date: Sat, 6 Oct 2001 20:21:46 -0400 From: parv To: f-ports Subject: portupgrade problem: 'update_db': instance of IO needed: Cannot update the packages database! Message-ID: <20011006202146.A17678@moo.holy.cow> Mail-Followup-To: f-ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, in /source/ports/distfiles, when i issued following command... # portupgrade bladeenc-0.92 ...portupgrade started upgrading everything in /var/db/pkg (247 of them), so i interrupted it via Ctrl-C. after that, when i tried the following command, got error... # portupgrade bladee* [Updating the packages database in /var/db/pkg ... /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:343:in `update_db': instance of IO needed: Cannot update the packages database!] (PkgDB::DBError) from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:349:in `open_db' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:481:in `installed_pkgs_' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:409:in `installed_pkg?' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:115:in `pkg' from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:520:in `glob' from /usr/local/sbin/portupgrade:416:in `main' from /usr/local/sbin/portupgrade:415:in `catch' from /usr/local/sbin/portupgrade:415:in `main' ... 6 levels... from /usr/local/sbin/portupgrade:175:in `initialize' from /usr/local/sbin/portupgrade:175:in `new' from /usr/local/sbin/portupgrade:175:in `main' from /usr/local/sbin/portupgrade:1408 ...seems like package db was messed up or something is wrong w/ the newest version of portupgrade. when i tried fixing db, it produced the following message... # pkgdb -F [Updating the packages database in /var/db/pkg ... instance of IO needed: Cannot update the packages database!] portupgrade version is 20011006.1, and am using 4.4-stable. i had cvsup'd ports a few minutes ago and deleted everything ruby before installing it again... # pkg_delete -d -f ruby* ...after all that, portupgrade still gives the above message. what am i missing? i had already looked at pr 29956 w/ similar problem where above (deinstall & reinstall again) worked, but not for me. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29956 here is the listing of /var/db/pkg... drwxr-xr-x 2 root wheel 512 Oct 6 20:13 /var/db/pkg/portupgrade-20011006.1/ drwxr-xr-x 2 root wheel 512 Oct 6 20:12 /var/db/pkg/ruby-1.6.5/ drwxr-xr-x 2 root wheel 512 Oct 6 20:13 /var/db/pkg/ruby-fnmatch-1.1b_1/ drwxr-xr-x 2 root wheel 512 Oct 6 20:13 /var/db/pkg/ruby-optparse-0.8.4/ drwxr-xr-x 2 root wheel 512 Oct 6 20:13 /var/db/pkg/ruby-uri-0.9,1/ any help is appreciated. - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 17:31: 1 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1259F37B408 for ; Sat, 6 Oct 2001 17:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f970U0K29327; Sat, 6 Oct 2001 17:30:00 -0700 (PDT) (envelope-from gnats) Received: from palle.girgensohn.se (c213.89.167.190.cm-upc.chello.se [213.89.167.190]) by hub.freebsd.org (Postfix) with ESMTP id 3A62237B401 for ; Sat, 6 Oct 2001 17:26:31 -0700 (PDT) Received: (from girgen@localhost) by palle.girgensohn.se (8.11.6/8.11.5) id f970QT511443; Sun, 7 Oct 2001 02:26:29 +0200 (CEST) (envelope-from girgen) Message-Id: <200110070026.f970QT511443@palle.girgensohn.se> Date: Sun, 7 Oct 2001 02:26:29 +0200 (CEST) From: Palle Girgensohn Reply-To: Palle Girgensohn To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31092: textproc/crimson updated to 1.1.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31092 >Category: ports >Synopsis: textproc/crimson updated to 1.1.3 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Oct 06 17:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.4-RELEASE i386 >Organization: Partitur >Environment: System: FreeBSD palle.girgensohn.se 4.4-RELEASE FreeBSD 4.4-RELEASE #4: Wed Sep 19 04:13:32 CEST 2001 root@palle.girgensohn.se:/usr/obj/usr/src/sys/STORDATAN i386 >Description: Crimson has been updated to 1.1.3 This superceeds PR ports/30996 The jaxp.jar file is removed and content incorporated into crimson.jar, added a note about this in pkg_message. Also, there are no uncertainties about the license, it is apache license. Removed that clause. Now obeys http://www.freebsd.org/java/docs/howtoports.html and puts docs into $PREFIX/share/doc/java/crimson >How-To-Repeat: >Fix: Apply this patch (and close PR 30996). Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/crimson/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 2001/03/30 05:09:20 1.1 +++ Makefile 2001/10/07 00:12:44 @@ -6,50 +6,43 @@ # PORTNAME= crimson -PORTVERSION= 1.1 +PORTVERSION= 1.1.3 CATEGORIES= textproc java MASTER_SITES= http://xml.apache.org/dist/crimson/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-bin MAINTAINER= girgen@partitur.se RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper -USE_ZIP= YES +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + NO_BUILD= yes -RESTRICTED= "uncertain about the license of jaxp.jar" JAVAVM?= ${LOCALBASE}/bin/javavm - -FIND?= /usr/bin/find -JARS= jaxp.jar crimson.jar -READMES= README.txt -CRIMSON_SUBDIR= ${DISTNAME} -PORTDESTDIR= ${PREFIX}/share/java/${CRIMSON_SUBDIR} -PLIST_SUB= CRIMSON_SUBDIR=${CRIMSON_SUBDIR} - -post-extract: - cd ${WRKDIR}; \ - ${FIND} ${DISTNAME} -type d -exec ${CHMOD} +x \{} \; +CRIMSON_SUBDIR= share/doc/java/${PORTNAME} +PORTDESTDIR= ${PREFIX}/${CRIMSON_SUBDIR} +READMES= README.html ChangeLog do-install: - ${MKDIR} ${PREFIX}/share/java/classes - cd ${INSTALL_WRKSRC}; \ - ${INSTALL_DATA} ${JARS} ${PREFIX}/share/java/classes + @ ${MKDIR} ${PREFIX}/share/java/classes; \ + cd ${INSTALL_WRKSRC}; \ + ${INSTALL_DATA} crimson.jar ${PREFIX}/share/java/classes .if !defined(NOPORTDOCS) - ${MKDIR} ${PORTDESTDIR} - cd ${INSTALL_WRKSRC}; \ - ${INSTALL_DATA} ${READMES} ${PORTDESTDIR}; \ - pax -rw docs examples ${PORTDESTDIR} + @ ${MKDIR} ${PORTDESTDIR}; \ + cd ${INSTALL_WRKSRC}; \ + ${INSTALL_DATA} ${READMES} ${PORTDESTDIR}; \ + pax -rw docs examples ${PORTDESTDIR} .endif post-install: .if defined(NOPORTDOCS) - cd ${INSTALL_WRKSRC}; \ - ${CP} ${TMPPLIST} ${TMPPLIST}.nodoc ; \ - ${GREP} -v share/java/${CRIMSON_SUBDIR} ${TMPPLIST}.nodoc > ${TMPPLIST}; \ - ${RM} ${TMPPLIST}.nodoc + @ cd ${INSTALL_WRKSRC}; \ + ${CP} ${TMPPLIST} ${TMPPLIST}.nodoc ; \ + ${GREP} -v ${CRIMSON_SUBDIR} ${TMPPLIST}.nodoc > ${TMPPLIST}; \ + ${RM} ${TMPPLIST}.nodoc .endif - @ ${SED} "s|%%PREFIX%%|${PREFIX}|g" ${PKGMESSAGE} + @ ${SED} "s|/usr/local|${PREFIX}|g" ${PKGMESSAGE} .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/crimson/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 2001/03/30 05:09:20 1.1 +++ distinfo 2001/10/06 23:35:23 @@ -1 +1 @@ -MD5 (crimson-1.1.zip) = e54b96e4f694e708a99ff497ddcd527b +MD5 (crimson-1.1.3-bin.tar.gz) = b6bc733ce901d2ef43f4580826436fde Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/textproc/crimson/pkg-descr,v retrieving revision 1.1 diff -u -u -r1.1 pkg-descr --- pkg-descr 2001/03/30 05:09:20 1.1 +++ pkg-descr 2001/10/03 00:02:49 @@ -6,7 +6,7 @@ hierarchy is Xalan 2, which is available as a separate port in java/xalan. -More info about JAXP: + More info about JAXP: WWW: http://www.javasoft.com/xml/ Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/textproc/crimson/pkg-message,v retrieving revision 1.1 diff -u -u -r1.1 pkg-message --- pkg-message 2001/03/30 05:09:20 1.1 +++ pkg-message 2001/10/07 00:06:10 @@ -1,7 +1,12 @@ -The following jar files have been installed: +The following jar file has been installed: - %%PREFIX%%/share/java/classes/crimson.jar - %%PREFIX%%/share/java/classes/jaxp.jar + /usr/local/share/java/classes/crimson.jar -Add them to your CLASSPATH to use JAXP. -Documentation is in %%PREFIX%%/share/java/crimson-1.1 +Add it to your CLASSPATH to use JAXP. + +NOTE: + If you used previous versions of crimson, please note that there is + now only one jar file, crimson.jar. You should remove the old port + and any references to the jaxp.jar to avoid confusion. + +Documentation is in /usr/local/share/doc/java/crimson Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/crimson/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 2001/03/30 05:09:20 1.1 +++ pkg-plist 2001/10/07 00:01:48 @@ -1,251 +1,185 @@ -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/AttributeList.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/Attributes.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/ContentHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/DTDHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/DocumentHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/EntityResolver.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/ErrorHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/HandlerBase.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/InputSource.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/Locator.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/Parser.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/SAXException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/SAXNotRecognizedException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/SAXNotSupportedException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/SAXParseException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/XMLFilter.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use/XMLReader.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/class-use/DeclHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/class-use/LexicalHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/DeclHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/LexicalHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/package-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/package-summary.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/package-tree.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/package-use.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/AttributeListImpl.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/AttributesImpl.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/DefaultHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/LocatorImpl.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/NamespaceSupport.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/ParserAdapter.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/ParserFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/XMLFilterImpl.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/XMLReaderAdapter.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use/XMLReaderFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/AttributeListImpl.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/AttributesImpl.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/DefaultHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/LocatorImpl.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/NamespaceSupport.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/ParserAdapter.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/ParserFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/XMLFilterImpl.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/XMLReaderAdapter.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/XMLReaderFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/package-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/package-summary.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/package-tree.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/package-use.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/AttributeList.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/Attributes.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ContentHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/DTDHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/DocumentHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/EntityResolver.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ErrorHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/HandlerBase.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/InputSource.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/Locator.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/Parser.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/SAXException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/SAXNotRecognizedException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/SAXNotSupportedException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/SAXParseException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/XMLFilter.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/XMLReader.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/package-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/package-summary.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/package-tree.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/package-use.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Attr.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/CDATASection.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/CharacterData.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Comment.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/DOMException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/DOMImplementation.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Document.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/DocumentFragment.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/DocumentType.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Element.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Entity.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/EntityReference.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/NamedNodeMap.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Node.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/NodeList.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Notation.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/ProcessingInstruction.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use/Text.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Attr.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/CDATASection.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/CharacterData.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Comment.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/DOMException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/DOMImplementation.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Document.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/DocumentFragment.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/DocumentType.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Element.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Entity.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/EntityReference.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/NamedNodeMap.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Node.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/NodeList.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Notation.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/ProcessingInstruction.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/Text.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/package-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/package-summary.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/package-tree.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/package-use.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/class-use/DocumentBuilder.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/class-use/DocumentBuilderFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/class-use/FactoryConfigurationError.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/class-use/ParserConfigurationException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/class-use/SAXParser.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/class-use/SAXParserFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/DocumentBuilder.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/DocumentBuilderFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/FactoryConfigurationError.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/ParserConfigurationException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/SAXParser.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/SAXParserFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/package-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/package-summary.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/package-tree.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/package-use.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/class-use/SAXResult.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/class-use/SAXSource.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/class-use/SAXTransformerFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/class-use/TemplatesHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/class-use/TransformerHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/SAXResult.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/SAXSource.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/SAXTransformerFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/TemplatesHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/TransformerHandler.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/package-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/package-summary.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/package-tree.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/package-use.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/stream/class-use/StreamResult.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/stream/class-use/StreamSource.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/stream/StreamResult.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/stream/StreamSource.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/stream/package-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/stream/package-summary.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/stream/package-tree.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/stream/package-use.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/class-use/DOMLocator.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/class-use/DOMResult.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/class-use/DOMSource.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/DOMLocator.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/DOMResult.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/DOMSource.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/package-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/package-summary.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/package-tree.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/package-use.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/ErrorListener.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/OutputKeys.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/Result.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/Source.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/SourceLocator.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/Templates.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/Transformer.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/TransformerConfigurationException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/TransformerException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/TransformerFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/TransformerFactoryConfigurationError.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use/URIResolver.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/ErrorListener.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/OutputKeys.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/Result.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/Source.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/SourceLocator.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/Templates.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/Transformer.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/TransformerConfigurationException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/TransformerException.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/TransformerFactory.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/TransformerFactoryConfigurationError.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/URIResolver.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/package-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/package-summary.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/package-tree.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/package-use.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/allclasses-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/deprecated-list.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/help-doc.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/index-all.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/index.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/overview-frame.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/overview-summary.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/overview-tree.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/package-list -share/java/%%CRIMSON_SUBDIR%%/docs/api/packages.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/serialized-form.html -share/java/%%CRIMSON_SUBDIR%%/docs/api/stylesheet.css -share/java/%%CRIMSON_SUBDIR%%/README.txt -share/java/%%CRIMSON_SUBDIR%%/examples/SAXTagCount/SAXTagCount.java -share/java/%%CRIMSON_SUBDIR%%/examples/SAXTagCount/build.xml -share/java/%%CRIMSON_SUBDIR%%/examples/samples/REC-xml-19980210.xml -share/java/%%CRIMSON_SUBDIR%%/examples/samples/book-order.xml -share/java/%%CRIMSON_SUBDIR%%/examples/samples/java.xml -share/java/%%CRIMSON_SUBDIR%%/examples/samples/namespace.xml -share/java/%%CRIMSON_SUBDIR%%/examples/samples/play.dtd -share/java/%%CRIMSON_SUBDIR%%/examples/samples/rich_iii.xml -share/java/%%CRIMSON_SUBDIR%%/examples/samples/spec.dtd -share/java/%%CRIMSON_SUBDIR%%/examples/samples/two_gent.xml -share/java/%%CRIMSON_SUBDIR%%/examples/samples/weekly-euc-jp.dtd -share/java/%%CRIMSON_SUBDIR%%/examples/samples/weekly-euc-jp.xml -share/java/%%CRIMSON_SUBDIR%%/examples/DOMEcho/DOMEcho$MyErrorHandler.class -share/java/%%CRIMSON_SUBDIR%%/examples/DOMEcho/DOMEcho.class -share/java/%%CRIMSON_SUBDIR%%/examples/DOMEcho/DOMEcho.java -share/java/%%CRIMSON_SUBDIR%%/examples/DOMEcho/build.xml -share/java/%%CRIMSON_SUBDIR%%/examples/DOMEcho/t1.xml -share/java/%%CRIMSON_SUBDIR%%/examples/index.html +share/doc/java/crimson/docs/api/package-list +share/doc/java/crimson/docs/api/org/w3c/dom/class-use/NodeList.html +share/doc/java/crimson/docs/api/org/w3c/dom/class-use/EntityReference.html +share/doc/java/crimson/docs/api/org/w3c/dom/class-use/Attr.html +share/doc/java/crimson/docs/api/org/w3c/dom/class-use/Element.html +share/doc/java/crimson/docs/api/org/w3c/dom/class-use/Text.html +share/doc/java/crimson/docs/api/org/w3c/dom/class-use/DOMException.html +share/doc/java/crimson/docs/api/org/w3c/dom/class-use/CDATASection.html +share/doc/java/crimson/docs/api/org/w3c/dom/class-use/Document.html +share/doc/java/crimson/docs/api/org/w3c/dom/class-use/DOMImplementation.html +share/doc/java/crimson/docs/api/org/w3c/dom/class-use/Comment.html +share/doc/java/crimson/docs/api/org/w3c/dom/class-use/DocumentType.html +share/doc/java/crimson/docs/api/org/w3c/dom/class-use/Entity.html +share/doc/java/crimson/docs/api/org/w3c/dom/class-use/Notation.html +share/doc/java/crimson/docs/api/org/w3c/dom/class-use/CharacterData.html +share/doc/java/crimson/docs/api/org/w3c/dom/class-use/ProcessingInstruction.html +share/doc/java/crimson/docs/api/org/w3c/dom/class-use/NamedNodeMap.html +share/doc/java/crimson/docs/api/org/w3c/dom/class-use/DocumentFragment.html +share/doc/java/crimson/docs/api/org/w3c/dom/class-use/Node.html +@dirrm share/doc/java/crimson/docs/api/org/w3c/dom/class-use +share/doc/java/crimson/docs/api/org/w3c/dom/CharacterData.html +share/doc/java/crimson/docs/api/org/w3c/dom/Entity.html +share/doc/java/crimson/docs/api/org/w3c/dom/package-summary.html +share/doc/java/crimson/docs/api/org/w3c/dom/DocumentType.html +share/doc/java/crimson/docs/api/org/w3c/dom/Attr.html +share/doc/java/crimson/docs/api/org/w3c/dom/Notation.html +share/doc/java/crimson/docs/api/org/w3c/dom/Text.html +share/doc/java/crimson/docs/api/org/w3c/dom/NamedNodeMap.html +share/doc/java/crimson/docs/api/org/w3c/dom/package-tree.html +share/doc/java/crimson/docs/api/org/w3c/dom/EntityReference.html +share/doc/java/crimson/docs/api/org/w3c/dom/Element.html +share/doc/java/crimson/docs/api/org/w3c/dom/ProcessingInstruction.html +share/doc/java/crimson/docs/api/org/w3c/dom/package-frame.html +share/doc/java/crimson/docs/api/org/w3c/dom/DocumentFragment.html +share/doc/java/crimson/docs/api/org/w3c/dom/Comment.html +share/doc/java/crimson/docs/api/org/w3c/dom/DOMImplementation.html +share/doc/java/crimson/docs/api/org/w3c/dom/DOMException.html +share/doc/java/crimson/docs/api/org/w3c/dom/package-use.html +share/doc/java/crimson/docs/api/org/w3c/dom/NodeList.html +share/doc/java/crimson/docs/api/org/w3c/dom/CDATASection.html +share/doc/java/crimson/docs/api/org/w3c/dom/Node.html +share/doc/java/crimson/docs/api/org/w3c/dom/Document.html +@dirrm share/doc/java/crimson/docs/api/org/w3c/dom +@dirrm share/doc/java/crimson/docs/api/org/w3c +share/doc/java/crimson/docs/api/org/xml/sax/DTDHandler.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/DefaultHandler.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/package-tree.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/class-use/AttributesImpl.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/class-use/ParserAdapter.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/class-use/XMLReaderAdapter.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/class-use/ParserFactory.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/class-use/XMLReaderFactory.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/class-use/AttributeListImpl.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/class-use/XMLFilterImpl.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/class-use/LocatorImpl.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/class-use/NamespaceSupport.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/class-use/DefaultHandler.html +@dirrm share/doc/java/crimson/docs/api/org/xml/sax/helpers/class-use +share/doc/java/crimson/docs/api/org/xml/sax/helpers/package-use.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/XMLFilterImpl.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/package-summary.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/XMLReaderFactory.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/AttributeListImpl.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/AttributesImpl.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/LocatorImpl.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/NamespaceSupport.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/ParserAdapter.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/ParserFactory.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/package-frame.html +share/doc/java/crimson/docs/api/org/xml/sax/helpers/XMLReaderAdapter.html +@dirrm share/doc/java/crimson/docs/api/org/xml/sax/helpers +share/doc/java/crimson/docs/api/org/xml/sax/SAXNotSupportedException.html +share/doc/java/crimson/docs/api/org/xml/sax/class-use/DocumentHandler.html +share/doc/java/crimson/docs/api/org/xml/sax/class-use/AttributeList.html +share/doc/java/crimson/docs/api/org/xml/sax/class-use/SAXParseException.html +share/doc/java/crimson/docs/api/org/xml/sax/class-use/HandlerBase.html +share/doc/java/crimson/docs/api/org/xml/sax/class-use/ErrorHandler.html +share/doc/java/crimson/docs/api/org/xml/sax/class-use/SAXException.html +share/doc/java/crimson/docs/api/org/xml/sax/class-use/Attributes.html +share/doc/java/crimson/docs/api/org/xml/sax/class-use/Parser.html +share/doc/java/crimson/docs/api/org/xml/sax/class-use/InputSource.html +share/doc/java/crimson/docs/api/org/xml/sax/class-use/EntityResolver.html +share/doc/java/crimson/docs/api/org/xml/sax/class-use/SAXNotSupportedException.html +share/doc/java/crimson/docs/api/org/xml/sax/class-use/XMLFilter.html +share/doc/java/crimson/docs/api/org/xml/sax/class-use/DTDHandler.html +share/doc/java/crimson/docs/api/org/xml/sax/class-use/Locator.html +share/doc/java/crimson/docs/api/org/xml/sax/class-use/SAXNotRecognizedException.html +share/doc/java/crimson/docs/api/org/xml/sax/class-use/XMLReader.html +share/doc/java/crimson/docs/api/org/xml/sax/class-use/ContentHandler.html +@dirrm share/doc/java/crimson/docs/api/org/xml/sax/class-use +share/doc/java/crimson/docs/api/org/xml/sax/ext/LexicalHandler.html +share/doc/java/crimson/docs/api/org/xml/sax/ext/class-use/DeclHandler.html +share/doc/java/crimson/docs/api/org/xml/sax/ext/class-use/LexicalHandler.html +@dirrm share/doc/java/crimson/docs/api/org/xml/sax/ext/class-use +share/doc/java/crimson/docs/api/org/xml/sax/ext/package-use.html +share/doc/java/crimson/docs/api/org/xml/sax/ext/package-frame.html +share/doc/java/crimson/docs/api/org/xml/sax/ext/DeclHandler.html +share/doc/java/crimson/docs/api/org/xml/sax/ext/package-summary.html +share/doc/java/crimson/docs/api/org/xml/sax/ext/package-tree.html +@dirrm share/doc/java/crimson/docs/api/org/xml/sax/ext +share/doc/java/crimson/docs/api/org/xml/sax/SAXNotRecognizedException.html +share/doc/java/crimson/docs/api/org/xml/sax/package-summary.html +share/doc/java/crimson/docs/api/org/xml/sax/XMLFilter.html +share/doc/java/crimson/docs/api/org/xml/sax/Parser.html +share/doc/java/crimson/docs/api/org/xml/sax/AttributeList.html +share/doc/java/crimson/docs/api/org/xml/sax/XMLReader.html +share/doc/java/crimson/docs/api/org/xml/sax/HandlerBase.html +share/doc/java/crimson/docs/api/org/xml/sax/ContentHandler.html +share/doc/java/crimson/docs/api/org/xml/sax/package-frame.html +share/doc/java/crimson/docs/api/org/xml/sax/package-use.html +share/doc/java/crimson/docs/api/org/xml/sax/DocumentHandler.html +share/doc/java/crimson/docs/api/org/xml/sax/InputSource.html +share/doc/java/crimson/docs/api/org/xml/sax/Attributes.html +share/doc/java/crimson/docs/api/org/xml/sax/Locator.html +share/doc/java/crimson/docs/api/org/xml/sax/package-tree.html +share/doc/java/crimson/docs/api/org/xml/sax/SAXParseException.html +share/doc/java/crimson/docs/api/org/xml/sax/ErrorHandler.html +share/doc/java/crimson/docs/api/org/xml/sax/SAXException.html +share/doc/java/crimson/docs/api/org/xml/sax/EntityResolver.html +@dirrm share/doc/java/crimson/docs/api/org/xml/sax +@dirrm share/doc/java/crimson/docs/api/org/xml +@dirrm share/doc/java/crimson/docs/api/org +share/doc/java/crimson/docs/api/javax/xml/parsers/package-summary.html +share/doc/java/crimson/docs/api/javax/xml/parsers/package-use.html +share/doc/java/crimson/docs/api/javax/xml/parsers/class-use/DocumentBuilderFactory.html +share/doc/java/crimson/docs/api/javax/xml/parsers/class-use/SAXParser.html +share/doc/java/crimson/docs/api/javax/xml/parsers/class-use/SAXParserFactory.html +share/doc/java/crimson/docs/api/javax/xml/parsers/class-use/ParserConfigurationException.html +share/doc/java/crimson/docs/api/javax/xml/parsers/class-use/DocumentBuilder.html +share/doc/java/crimson/docs/api/javax/xml/parsers/class-use/FactoryConfigurationError.html +@dirrm share/doc/java/crimson/docs/api/javax/xml/parsers/class-use +share/doc/java/crimson/docs/api/javax/xml/parsers/ParserConfigurationException.html +share/doc/java/crimson/docs/api/javax/xml/parsers/DocumentBuilder.html +share/doc/java/crimson/docs/api/javax/xml/parsers/SAXParserFactory.html +share/doc/java/crimson/docs/api/javax/xml/parsers/SAXParser.html +share/doc/java/crimson/docs/api/javax/xml/parsers/package-tree.html +share/doc/java/crimson/docs/api/javax/xml/parsers/FactoryConfigurationError.html +share/doc/java/crimson/docs/api/javax/xml/parsers/DocumentBuilderFactory.html +share/doc/java/crimson/docs/api/javax/xml/parsers/package-frame.html +@dirrm share/doc/java/crimson/docs/api/javax/xml/parsers +@dirrm share/doc/java/crimson/docs/api/javax/xml +@dirrm share/doc/java/crimson/docs/api/javax +share/doc/java/crimson/docs/api/overview-summary.html +share/doc/java/crimson/docs/api/help-doc.html +share/doc/java/crimson/docs/api/index-all.html +share/doc/java/crimson/docs/api/index.html +share/doc/java/crimson/docs/api/deprecated-list.html +share/doc/java/crimson/docs/api/stylesheet.css +share/doc/java/crimson/docs/api/overview-frame.html +share/doc/java/crimson/docs/api/serialized-form.html +share/doc/java/crimson/docs/api/allclasses-frame.html +share/doc/java/crimson/docs/api/overview-tree.html +share/doc/java/crimson/docs/api/packages.html +@dirrm share/doc/java/crimson/docs/api +share/doc/java/crimson/docs/style/default.css +@dirrm share/doc/java/crimson/docs/style +@dirrm share/doc/java/crimson/docs +share/doc/java/crimson/examples/samples/namespace.xml +share/doc/java/crimson/examples/samples/weekly-euc-jp.dtd +share/doc/java/crimson/examples/samples/two_gent.xml +share/doc/java/crimson/examples/samples/java.xml +share/doc/java/crimson/examples/samples/book-order.xml +share/doc/java/crimson/examples/samples/play.dtd +share/doc/java/crimson/examples/samples/spec.dtd +share/doc/java/crimson/examples/samples/rich_iii.xml +share/doc/java/crimson/examples/samples/weekly-euc-jp.xml +share/doc/java/crimson/examples/samples/REC-xml-19980210.xml +@dirrm share/doc/java/crimson/examples/samples +share/doc/java/crimson/examples/DOMEcho/DOMEcho.java +share/doc/java/crimson/examples/DOMEcho/DOMEcho.class +share/doc/java/crimson/examples/DOMEcho/build.xml +share/doc/java/crimson/examples/DOMEcho/DOMEcho$MyErrorHandler.class +@dirrm share/doc/java/crimson/examples/DOMEcho +share/doc/java/crimson/examples/SAXTagCount/build.xml +share/doc/java/crimson/examples/SAXTagCount/SAXTagCount.java +@dirrm share/doc/java/crimson/examples/SAXTagCount +share/doc/java/crimson/examples/index.html +@dirrm share/doc/java/crimson/examples +share/doc/java/crimson/README.html +share/doc/java/crimson/ChangeLog +@dirrm share/doc/java/crimson +@dirrm share/doc/java share/java/classes/crimson.jar -share/java/classes/jaxp.jar -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/class-use -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext/class-use -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/ext -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers/class-use -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax/helpers -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml/sax -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/xml -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom/class-use -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c/dom -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org/w3c -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/org -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers/class-use -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/parsers -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax/class-use -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/sax -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/stream/class-use -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/stream -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom/class-use -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/dom -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform/class-use -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml/transform -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax/xml -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api/javax -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs/api -@dirrm share/java/%%CRIMSON_SUBDIR%%/docs -@dirrm share/java/%%CRIMSON_SUBDIR%%/examples/SAXTagCount -@dirrm share/java/%%CRIMSON_SUBDIR%%/examples/samples -@dirrm share/java/%%CRIMSON_SUBDIR%%/examples/DOMEcho -@dirrm share/java/%%CRIMSON_SUBDIR%%/examples -@dirrm share/java/%%CRIMSON_SUBDIR%% -@unexec rmdir %D/share/java/classes 2>/dev/null || true -@unexec rmdir %D/share/java 2>/dev/null || true +@dirrm share/java/classes +@dirrm share/java >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 17:38:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 8B64937B408 for ; Sat, 6 Oct 2001 17:38:25 -0700 (PDT) Received: by totem.fix.no (Postfix, from userid 1000) id 2F2B73C8E; Sun, 7 Oct 2001 02:38:24 +0200 (CEST) Date: Sun, 7 Oct 2001 02:38:23 +0200 From: Anders Nordby To: ports@FreeBSD.org Subject: Maintainership changes Message-ID: <20011007023823.A16903@totem.fix.no> Mail-Followup-To: Anders Nordby , ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.22.1i X-PGP-Key: http://anders.fix.no/pgp/ X-PGP-Key-FingerPrint: 1E0F C53C D8DF 6A8F EAAD 19C5 D12A BC9F 0083 5956 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, Please set the maintainership of these ports to ports@FreeBSD.org: ports/audio/fcplay ports/audio/gdrdao ports/audio/xmms-tfmx ports/audio/xmp ports/audio/xsidplay ports/comms/gnokii ports/databases/mdbtools ports/ftp/lukemftpd ports/graphics/gdchart ports/graphics/hppsmtools ports/graphics/kuickshow ports/graphics/opendis ports/graphics/tcm ports/mail/dkimap4 ports/mail/nbsmtp ports/net/dante ports/net/maradns ports/news/xrn ports/security/fpm ports/security/vpnd ports/sysutils/bchunk ports/sysutils/msyslog ports/sysutils/wmavgload ports/textproc/pardiff ports/www/apache-contrib ports/www/mod_auth_external ports/www/mod_auth_pam ports/www/mod_extract_forwarded ports/www/mod_mp3 ports/www/mod_proxy_add_forward ports/www/mod_python ports/www/mod_throttle ports/www/mod_watch ports/www/thttpd ports/x11-clocks/wmfishtime ports/x11-fm/gentoo Thanks! -- Anders. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 19:17:43 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01A7937B401; Sat, 6 Oct 2001 19:17:42 -0700 (PDT) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f972DO545165; Sat, 6 Oct 2001 19:13:24 -0700 (PDT) (envelope-from okazaki) Date: Sat, 6 Oct 2001 19:13:24 -0700 (PDT) From: Message-Id: <200110070213.f972DO545165@freefall.freebsd.org> To: girgen@partitur.se, okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/30996: Update textproc/crimson Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update textproc/crimson State-Changed-From-To: open->closed State-Changed-By: okazaki State-Changed-When: Sat Oct 6 19:10:02 PDT 2001 State-Changed-Why: Superseded by 31092. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30996 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 19:40:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EBCA37B407 for ; Sat, 6 Oct 2001 19:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f972e2I47476; Sat, 6 Oct 2001 19:40:02 -0700 (PDT) (envelope-from gnats) Received: from buffoon.automagic.org (buffoon.automagic.org [208.185.30.208]) by hub.freebsd.org (Postfix) with SMTP id 827A137B405 for ; Sat, 6 Oct 2001 19:30:51 -0700 (PDT) Received: (qmail 83539 invoked by uid 1000); 7 Oct 2001 02:30:50 -0000 Message-Id: <20011007023050.83538.qmail@buffoon.automagic.org> Date: 7 Oct 2001 02:30:50 -0000 From: Joe Abley To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31093: new port "flyway" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31093 >Category: ports >Synopsis: new port "flyway" >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 06 19:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Joe Abley >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: System: FreeBSD buffoon.automagic.org 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Wed Sep 19 23:42:19 EDT 2001 jabley@buffoon.automagic.org:/usr/obj/usr/src/sys/BUFFOON i386 >Description: New port: flight planning software called "flyway" for pilots. Suggest misc/flyway. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # pkg-comment # pkg-descr # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: flyway X# Date created: Oct 8, 2001 X# Whom: Joe Abley X# X# $FreeBSD:$ X# X XPORTNAME= flyway XPORTVERSION= 0.2.0 XCATEGORIES= misc XMASTER_SITES= http://www.xecu.net/dougbell/flyway/ X XMAINTAINER= jabley@automagic.org X XRUN_DEPENDS= ${LOCALBASE}/bin/pyuic:${PORTSDIR}/x11-toolkits/py-qt X XNO_BUILD= yes XNO_WRKSUBDIR= yes X XUSE_QT_VER= 2 XUSE_PYTHON= yes X Xdo-install: X ${MKDIR} ${PREFIX}/libexec/flyway X ${INSTALL} ${WRKSRC}/apt.dat ${WRKSRC}/fix.dat ${WRKSRC}/flycore.py \ X ${WRKSRC}/flyway.py \ X ${WRKSRC}/nav.dat ${WRKSRC}/option.py ${WRKSRC}/optiondlg.py \ X ${WRKSRC}/printpreview.py ${WRKSRC}/printpreview.py \ X ${WRKSRC}/recentfiles.py ${WRKSRC}/searchstr.py \ X ${WRKSRC}/textpaint.py ${WRKSRC}/tmpcontrol.py \ X ${WRKSRC}/units.py ${WRKSRC}/xpm.py ${PREFIX}/libexec/flyway X ${LN} -s ${PREFIX}/libexec/flyway/flyway.py ${PREFIX}/bin/flyway X Xpost-install: X.if !defined(NOPORTDOCS) X ${INSTALL_MAN} ${WRKSRC}/README.html ${PREFIX}/share/doc/flyway.html X.endif X X.include END-of-Makefile echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (flyway-0.2.0.tar.gz) = 9e1a0c989f38720012cf5e0f6693ccc8 END-of-distinfo echo x - pkg-comment sed 's/^X//' >pkg-comment << 'END-of-pkg-comment' XX11 VFR/IFR Route Planner for Pilots END-of-pkg-comment echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' XFlyWay is a VFR/IFR Route Planner for pilots, written by Doug Bell. X XWWW: http://www.xecu.net/dougbell/flyway/index.html X X-- Joe Abley X jabley@automagic.org END-of-pkg-descr echo x - pkg-plist sed 's/^X//' >pkg-plist << 'END-of-pkg-plist' X%%PORTDOCS%%share/doc/flyway.html Xlibexec/flyway/apt.dat Xlibexec/flyway/fix.dat Xlibexec/flyway/flycore.py Xlibexec/flyway/flyway.py Xlibexec/flyway/nav.dat Xlibexec/flyway/option.py Xlibexec/flyway/optiondlg.py Xlibexec/flyway/printpreview.py Xlibexec/flyway/recentfiles.py Xlibexec/flyway/searchstr.py Xlibexec/flyway/textpaint.py Xlibexec/flyway/tmpcontrol.py Xlibexec/flyway/units.py Xlibexec/flyway/xpm.py Xbin/flyway X@dirrm libexec/flyway END-of-pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 20: 7:43 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA33637B403; Sat, 6 Oct 2001 20:07:41 -0700 (PDT) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f972x3848717; Sat, 6 Oct 2001 19:59:03 -0700 (PDT) (envelope-from okazaki) Date: Sat, 6 Oct 2001 19:59:03 -0700 (PDT) From: Message-Id: <200110070259.f972x3848717@freefall.freebsd.org> To: okazaki@FreeBSD.org, freebsd-ports@FreeBSD.org, okazaki@FreeBSD.org Subject: Re: ports/31092: textproc/crimson updated to 1.1.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: textproc/crimson updated to 1.1.3 Responsible-Changed-From-To: freebsd-ports->okazaki Responsible-Changed-By: okazaki Responsible-Changed-When: Sat Oct 6 19:56:36 PDT 2001 Responsible-Changed-Why: I will handle this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31092 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 20:57:26 2001 Delivered-To: freebsd-ports@freebsd.org Received: from smtp010.mail.yahoo.com (smtp010.mail.yahoo.com [216.136.173.30]) by hub.freebsd.org (Postfix) with SMTP id 23F9D37B401 for ; Sat, 6 Oct 2001 20:57:23 -0700 (PDT) Received: from mkc-65-30-96-67.kc.rr.com (HELO yahoo.com) (65.30.96.67) by smtp.mail.vip.sc5.yahoo.com with SMTP; 7 Oct 2001 03:57:22 -0000 X-Apparently-From: Message-ID: <3BBFD2A2.8040007@yahoo.com> Date: Sat, 06 Oct 2001 22:57:22 -0500 From: Jim Bryant Reply-To: kc5vdj@yahoo.com User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: jdk12-doc installs jdk1.1.8 docs! Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 10:29:03pm wahoo(112): cd /usr/ports/java/jdk12-doc 10:51:23pm wahoo(113): make ===> jdk-doc-1.1.8 You must manually fetch jdk-1_1_8_003-doc.tar.gz from http://java.sun.com/jdk/1.1/docs.html, place it in /usr/ports/distfiles and then run make again. 10:51:25pm wahoo(114): pwd /usr/ports/java/jdk12-doc 10:53:03pm wahoo(115): mv /home/jbryant/jdk-1_1_8_003-doc.tar.gz /usr/ports/distfiles 10:53:22pm wahoo(116): make ===> Extracting for jdk-doc-1.1.8 >> Checksum OK for jdk-1_1_8_003-doc.tar.gz. ===> Patching for jdk-doc-1.1.8 ===> Configuring for jdk-doc-1.1.8 10:53:44pm wahoo(117): make install ===> Installing for jdk-doc-1.1.8 /bin/mkdir -p /usr/local/jdk1.1.8 /bin/cp -R /usr/ports/java/jdk12-doc/work/jdk1.1.8/docs /usr/local/jdk1.1.8/ Here are some useful bookmark entries for your Web browser: JDK 1.1.8 Documentation: file:/usr/local/jdk1.1.8/docs/index.html JDK 1.1 Package Index: file:/usr/local/jdk1.1.8/docs/api/packages.html JDK 1.1 Class Hierarchy: file:/usr/local/jdk1.1.8/docs/api/tree.html JDK 1.1 Index: file:/usr/local/jdk1.1.8/docs/api/a-names.html ===> Generating temporary packing list ===> Registering installation for jdk-doc-1.1.8 10:55:56pm wahoo(118): pwd /usr/ports/java/jdk12-doc 10:56:14pm wahoo(119): jim -- ET has one helluva sense of humor! He's always anal-probing right-wing schizos! ----------------------------------------------------- POWER TO THE PEOPLE! ----------------------------------------------------- "Religious fundamentalism is the biggest threat to international security that exists today." United Nations Secretary General B.B.Ghali _________________________________________________________ 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 Sat Oct 6 22:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34AA437B407 for ; Sat, 6 Oct 2001 22:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f975e2k67928; Sat, 6 Oct 2001 22:40:02 -0700 (PDT) (envelope-from gnats) Date: Sat, 6 Oct 2001 22:40:02 -0700 (PDT) Message-Id: <200110070540.f975e2k67928@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jonathan Chen Subject: Re: ports/31032: new port to install JDK1.2 documentation (java/jdk12-doc) Reply-To: Jonathan Chen Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31032; it has been noted by GNATS. From: Jonathan Chen To: Ernst de Haan Cc: freebsd-gnats-submit@FreeBSD.org, sobomax@FreeBSD.org Subject: Re: ports/31032: new port to install JDK1.2 documentation (java/jdk12-doc) Date: Sun, 7 Oct 2001 18:30:52 +1300 On Fri, Oct 05, 2001 at 12:38:23PM +0200, Ernst de Haan wrote: > There's already a proposal for a JDK 1.2 documentation port: > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28183 > > /Ernst Gosh, been around a long time. Didn't think to look in the pr-database when I decided to install it (hence my new submission). Cheers. -- Jonathan Chen ----------------------------------------------------------------------- "One, with God, is always a majority, but many a martyr has been burned at the stake while the votes were being counted." -- Thomas B. Reed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 22:40:34 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E83D737B408 for ; Sat, 6 Oct 2001 22:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f975e2Y67937; Sat, 6 Oct 2001 22:40:02 -0700 (PDT) (envelope-from gnats) Received: from pris.polaris.ca (pris.polaris.ca [199.247.156.218]) by hub.freebsd.org (Postfix) with SMTP id 4663037B407 for ; Sat, 6 Oct 2001 22:33:40 -0700 (PDT) Received: (qmail 51320 invoked by uid 85); 7 Oct 2001 05:36:29 -0000 Message-Id: <20011007053627.51314.qmail@pris.polaris.ca> Date: 7 Oct 2001 05:36:27 -0000 From: svenasse@polaris.ca Reply-To: svenasse@polaris.ca To: FreeBSD-gnats-submit@freebsd.org Cc: roman@xpert.com X-Send-Pr-Version: 3.113 Subject: ports/31095: Update port: security/amavis-perl from 10 to 11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31095 >Category: ports >Synopsis: Update port: security/amavis-perl from 10 to 11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Oct 06 22:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Seamus Venasse >Release: FreeBSD 4.3-STABLE i386 >Organization: Polaris Computing >Environment: System: FreeBSD kaiser-old.polaris.ca 4.3-STABLE FreeBSD 4.3-STABLE #3: Tue Sep 4 01:09:13 PDT 2001 root@kaiser-old.polaris.ca:/usr/obj/usr/src/sys/NEXUS7 i386 >Description: This is also a maintainer update. Roman no longer has time to update this port and has agreed to hand the port to me. Changes include: - support for additional MTAs (currently sendmail and qmail) - proper install/deinstall scripts for the port for all MTAs Removed pkg-deinstall Removed pkg-install Removed pkg-message Added pkg-install.sendmail Added pkg-install.qmail Added pkg-deinstall.sendmail Added pkg-deinstall.qmail Added pkg-message.sendmail Added pkg-message.qmail >How-To-Repeat: >Fix: diff -ruN /usr/ports/security/amavis-perl/Makefile amavis-perl/Makefile --- /usr/ports/security/amavis-perl/Makefile Wed Aug 15 13:33:14 2001 +++ amavis-perl/Makefile Sat Oct 6 20:19:26 2001 @@ -1,22 +1,21 @@ # New ports collection makefile for: amavis -# Date Created: 13 Nov 2000 -# Whom: Roman Shterenzon +# Date Created: 2001/10/06 +# Whom: Seamus Venasse # # $FreeBSD: ports/security/amavis-perl/Makefile,v 1.4 2001/08/15 20:33:14 knu Exp $ # PORTNAME= amavis-perl -PORTVERSION= 10 +PORTVERSION= 11 CATEGORIES= security MASTER_SITES= http://www.amavis.org/dist/perl/ -MAINTAINER= roman@xpert.com +MAINTAINER= svenasse@polaris.ca BUILD_DEPENDS= ${LOCALBASE}/bin/uvscan:${PORTSDIR}/security/vscan \ ${LOCALBASE}/bin/lha:${PORTSDIR}/archivers/lha \ ${LOCALBASE}/bin/unarj:${PORTSDIR}/archivers/unarj \ ${LOCALBASE}/bin/unrar:${PORTSDIR}/archivers/unrar \ - ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip \ ${LOCALBASE}/bin/zoo:${PORTSDIR}/archivers/zoo \ ${LOCALBASE}/bin/arc:${PORTSDIR}/archivers/arc \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/AtomicFile.pm:${PORTSDIR}/devel/p5-IO-stringy \ @@ -27,26 +26,54 @@ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Convert/UUlib.pm:${PORTSDIR}/converters/p5-Convert-UUlib \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Convert/TNEF.pm:${PORTSDIR}/converters/p5-Convert-TNEF \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip .if !exists(/usr/bin/bzip2) BUILD_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2 .endif RUN_DEPENDS= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-qmail --disable-postfix --disable-exim --with-virusdir=/var/spool/quarantine --enable-relay +CONFIGURE_ARGS+= --with-virusdir=/var/spool/quarantine --with-runtime-dir=/var/log/amavis \ + --with-logdir=/var/log/amavis + +.if defined(WITH_QMAIL) +MTA?= qmail +DIROWNER?= qmailq:qmail +CONFIGURE_ARGS+= --enable-qmail +.if exists(${LOCALBASE}/qmail/bin/qmail-send) +QMAIL_DIR?= ${LOCALBASE}/qmail +.else +QMAIL_DIR?= /var/qmail +.endif +BUILD_DEPENDS+= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail +RUN_DEPENDS= ${BUILD_DEPENDS} +.endif + +.if !defined(MTA) +MTA?= sendmail +DIROWNER?= root:daemon +CONFIGURE_ARGS+= --enable-relay +.endif + +PKGDEINSTALL= ${PKGDIR}/pkg-deinstall.${MTA} +PKGINSTALL= ${PKGDIR}/pkg-install.${MTA} do-install: + @${MKDIR} /var/log/amavis + @${MKDIR} /var/spool/quarantine ${INSTALL_SCRIPT} ${WRKSRC}/amavis/amavis ${PREFIX}/sbin .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/amavis -.for i in README README.exim README.postfix README.sendmail README.scanners doc/amavis.txt + @${MKDIR} ${PREFIX}/share/doc/amavis +.for i in README README.exim README.qmail README.milter README.postfix README.sendmail README.scanners doc/amavis.txt ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/amavis .endfor .endif post-install: + @${CHOWN} ${DIROWNER} /var/log/amavis /var/spool/quarantine + @${CHMOD} 0755 /var/log/amavis /var/spool/quarantine @PKG_PREFIX=${PREFIX} ${PERL5} ${PKGINSTALL} _ POST-INSTALL - @${CAT} ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE}.${MTA} .include diff -ruN /usr/ports/security/amavis-perl/distinfo amavis-perl/distinfo --- /usr/ports/security/amavis-perl/distinfo Sat Jan 6 23:38:32 2001 +++ amavis-perl/distinfo Tue Sep 25 19:53:00 2001 @@ -1 +1 @@ -MD5 (amavis-perl-10.tar.gz) = 48acf27fa6d418863b4094dac8bdafe8 +MD5 (amavis-perl-11.tar.gz) = e19bfabb2da4aeccc8227766995442d5 diff -ruN /usr/ports/security/amavis-perl/files/patch-aa amavis-perl/files/patch-aa --- /usr/ports/security/amavis-perl/files/patch-aa Sat Jan 6 23:38:32 2001 +++ amavis-perl/files/patch-aa Sat Oct 6 15:44:11 2001 @@ -1,11 +1,11 @@ ---- configure.orig Thu Dec 7 19:04:06 2000 -+++ configure Sun Dec 31 15:22:09 2000 -@@ -1109,16 +1109,16 @@ +--- configure.orig Tue Sep 25 19:59:02 2001 ++++ configure Sat Oct 6 15:42:18 2001 +@@ -1477,16 +1477,16 @@ { echo "configure: error: Sorry, you need the "file" command" 1>&2; exit 1; } fi -echo $ac_n "checking if file can be brief""... $ac_c" 1>&6 --echo "configure:1114: checking if file can be brief" >&5 +-echo "configure:1482: checking if file can be brief" >&5 -$file -b /bin/sh > /dev/null 2>&1 -if test $? -ne 0 ; then - { echo "configure: error: @@ -15,7 +15,7 @@ - echo "$ac_t""yes" 1>&6 -fi +#echo $ac_n "checking if file can be brief""... $ac_c" 1>&6 -+#echo "configure:1114: checking if file can be brief" >&5 ++#echo "configure:1482: checking if file can be brief" >&5 +#$file -b /bin/sh > /dev/null 2>&1 +#if test $? -ne 0 ; then +# { echo "configure: error: @@ -25,9 +25,9 @@ +# echo "$ac_t""yes" 1>&6 +#fi - for ac_prog in grep + for ac_prog in id do -@@ -1775,7 +1775,7 @@ +@@ -2875,7 +2875,7 @@ if test ! -f "$sendmail_cf_orig" ; then if test -f /etc/sendmail.cf ; then sendmail_cf_orig=/etc/sendmail.orig.cf diff -ruN /usr/ports/security/amavis-perl/files/patch-ab amavis-perl/files/patch-ab --- /usr/ports/security/amavis-perl/files/patch-ab Sat Jan 6 23:38:32 2001 +++ amavis-perl/files/patch-ab Sat Oct 6 15:47:00 2001 @@ -1,15 +1,15 @@ ---- amavis/amavis.in.orig Sun Dec 31 15:16:34 2000 -+++ amavis/amavis.in Sun Dec 31 15:24:31 2000 -@@ -414,7 +414,7 @@ +--- amavis/amavis.in.orig Sat Oct 6 15:44:32 2001 ++++ amavis/amavis.in Sat Oct 6 15:46:24 2001 +@@ -469,7 +469,7 @@ do_exit($REGERR, __LINE__); } - my $filetype = `$file -b $TEMPDIR/parts/$part`; + my $filetype = `$file $TEMPDIR/parts/$part`; chop $filetype; - do_debug("File-type of $part: $filetype\n"); + do_log(4,"File-type of $part: $filetype"); -@@ -609,7 +609,7 @@ +@@ -663,7 +663,7 @@ } # older versions of file report tnef files as data diff -ruN /usr/ports/security/amavis-perl/pkg-deinstall amavis-perl/pkg-deinstall --- /usr/ports/security/amavis-perl/pkg-deinstall Sat Jan 6 23:38:32 2001 +++ amavis-perl/pkg-deinstall Wed Dec 31 16:00:00 1969 @@ -1,28 +0,0 @@ -#!/bin/sh -# $FreeBSD: ports/security/amavis-perl/pkg-deinstall,v 1.1 2001/01/07 07:38:32 will Exp $ - -prefix=/usr/local -PATH="/bin:/usr/bin" - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -if [ -f /etc/sendmail.cf.pre-amavis ]; then - CFG=/etc -elif [ -f /etc/mail/sendmail.cf.pre-amavis ]; then - CFG=/etc/mail -else - echo "No sendmail.cf.pre-amavis found, are you sure that amavis was installed?" - exit 1 -fi - -rm -f ${CFG}/sendmail.cf -rm -f ${CFG}/sendmail.orig.cf -mv ${CFG}/sendmail.cf.pre-amavis ${CFG}/sendmail.cf -sed /^virusalert/d ${CFG}/aliases > ${CFG}/aliases.tmp -mv ${CFG}/aliases.tmp ${CFG}/aliases -newaliases -rmdir /var/spool/mqamavis 2>/dev/null || echo "You may wish to inspect /var/spool/mqamavis directory by yourself and remove it" -rmdir /var/spool/quarantine 2>/dev/null || echo "You may wish to inspect /var/spool/quarantine directory by yourself and remove it" -exit 0 diff -ruN /usr/ports/security/amavis-perl/pkg-deinstall.qmail amavis-perl/pkg-deinstall.qmail --- /usr/ports/security/amavis-perl/pkg-deinstall.qmail Wed Dec 31 16:00:00 1969 +++ amavis-perl/pkg-deinstall.qmail Sat Oct 6 19:50:20 2001 @@ -0,0 +1,25 @@ +#!/usr/bin/perl + +use strict; + +my $qmailDir; + +# ensure we are running only as post installation +exit 0 if $ARGV[ 1 ] ne "POST-DEINSTALL"; + +# find location of qmail +if ( -f "/var/qmail/bin/qmail-send" ) { + $qmailDir = "/var/qmail"; +} else { + $qmailDir = "/usr/local/qmail"; +} + +print "==> Removing virusalert user\n"; +unlink "${qmailDir}/alias/.qmail-virusalert"; + +print "==> Removing amavis from qmail\n"; +unlink "${qmailDir}/bin/qmail-queue"; +system( "mv ${qmailDir}/bin/qmail-queue-real ${qmailDir}/bin/qmail-queue" ); + +print "==> Removing mode from suidperl\n"; +chmod 0511, "/usr/bin/suidperl"; diff -ruN /usr/ports/security/amavis-perl/pkg-deinstall.sendmail amavis-perl/pkg-deinstall.sendmail --- /usr/ports/security/amavis-perl/pkg-deinstall.sendmail Wed Dec 31 16:00:00 1969 +++ amavis-perl/pkg-deinstall.sendmail Sat Oct 6 16:39:14 2001 @@ -0,0 +1,28 @@ +#!/bin/sh +# $FreeBSD: ports/security/amavis-perl/pkg-deinstall,v 1.1 2001/01/07 07:38:32 will Exp $ + +prefix=/usr/local +PATH="/bin:/usr/bin" + +if [ "$2" != "POST-DEINSTALL" ]; then + exit 0 +fi + +if [ -f /etc/sendmail.cf.pre-amavis ]; then + CFG=/etc +elif [ -f /etc/mail/sendmail.cf.pre-amavis ]; then + CFG=/etc/mail +else + echo "No sendmail.cf.pre-amavis found, are you sure that amavis was installed?" + exit 1 +fi + +rm -f ${CFG}/sendmail.cf +rm -f ${CFG}/sendmail.orig.cf +mv ${CFG}/sendmail.cf.pre-amavis ${CFG}/sendmail.cf +sed /^virusalert/d ${CFG}/aliases > ${CFG}/aliases.tmp +mv ${CFG}/aliases.tmp ${CFG}/aliases +newaliases +rmdir /var/spool/mqamavis 2>/dev/null || echo "You may wish to inspect /var/spool/mqamavis directory by yourself and remove it" +rmdir /var/spool/quarantine 2>/dev/null || echo "You may wish to inspect /var/spool/quarantine directory by yourself and remove it" +exit 0 diff -ruN /usr/ports/security/amavis-perl/pkg-descr amavis-perl/pkg-descr --- /usr/ports/security/amavis-perl/pkg-descr Sat Jan 6 23:38:32 2001 +++ amavis-perl/pkg-descr Tue Sep 25 20:38:25 2001 @@ -12,4 +12,4 @@ WWW: http://www.amavis.org/ -Roman Shterenzon +Seamus Venasse diff -ruN /usr/ports/security/amavis-perl/pkg-install amavis-perl/pkg-install --- /usr/ports/security/amavis-perl/pkg-install Thu May 31 05:08:54 2001 +++ amavis-perl/pkg-install Wed Dec 31 16:00:00 1969 @@ -1,99 +0,0 @@ -#!/usr/bin/perl -# Roman Shterenzon 27/12/2000 -# $FreeBSD: ports/security/amavis-perl/pkg-install,v 1.2 2001/05/31 12:08:54 olgeni Exp $ - -use strict; - -$ENV{'PATH'}='/bin:/usr/bin'; - -my $cfg; -my $result; - -exit 0 if $ARGV[1] ne "POST-INSTALL"; - -if ( -f '/etc/mail/sendmail.cf' ) { - $cfg='/etc/mail'; -} -elsif ( -f '/etc/sendmail.cf' ) { - $cfg='/etc'; -} -my $cf="$cfg/sendmail.cf"; -my $new="$cfg/amavis.cf"; - -print "===> Adding necessary hooks to sendmail.cf file\n"; - -open(IN, $cf) || die "Cannot open $cf"; -open(OUT, ">$new") || die "Cannot create $new"; - -my $replace=0; - -while() { - if ( /^O QueueDirectory/ ) { - $_="O QueueDirectory=/var/spool/mqamavis\n"; - $replace++; - } - elsif ( /O StatusFile/ ) { - $_="O StatusFile=/var/log/amavis.st\n"; - $replace++; - } - elsif ( /^Mlocal/ ) { - print OUT <<'EOF'; -Mamavis, P=/usr/local/sbin/amavis, F=mlsACDFMS5:/|@qhP, S=0, R=0 - T=DNS/RFC822/X-Unix, - A=amavis $f $u - -EOF - $replace++; - } - elsif ( /\s+final\s+parsing$/ ) { - print OUT "R\$*\t\t\t\$#amavis \$:\$1\n"; - $replace++; - } - s/^(DZ.*)/$1av/; - print OUT; -} -close(OUT); -close(IN); -die "I couldn't patch the sendmail.cf file, its format is unknown to me\n" - unless ( $replace == 4 ); - -print "===> Adding alias for virusalert to the aliases file\n"; -if ( ! -f "$cfg/aliases" ) { - print "Can't find aliases file, you have to add an alias for virusalert by yourself\n"; -} -else { - open (IN, "$cfg/aliases") || die "Cannot open aliases file for reading\n"; - my $found; - while() { - $found=1, last if /^virusalert/; - } - close(IN); - unless ($found) { - open(OUT, ">>$cfg/aliases") || die "Cannot open aliases file for writing\n"; - print OUT "virusalert:\troot\n"; - close(OUT); - $result=system("newaliases"); - die "Failed to run newaliases command\n" if $result; - } -} - -print "===> Creating /var/spool/mqamavis directory\n"; -if ( ! -d "/var/spool/mqamavis" ) { - mkdir "/var/spool/mqamavis",0755 || die "Can't create /var/spool/mqamavis\n"; -} -my $gid=getgrnam('daemon'); -chown 0, $gid, "/var/spool/mqamavis"; - -print "===> Creating /var/spool/quarantine directory\n"; -if ( ! -d "/var/spool/quarantine" ) { - mkdir "/var/spool/quarantine",0755 || die "Can't create /var/spool/quarantine\n"; -} -chown 0, $gid, "/var/spool/quarantine"; - -die "There's already a $cf.pre-amavis, is amavis already installed?\n" - if -f "$cf.pre-amavis"; -$result=system("cp $cf $cf.pre-amavis"); -die "Failed to copy $cf to $cf.pre-amavis\n" if $result; -rename "$cf", "${cfg}/sendmail.orig.cf" || - die "Unable to rename $cf to ${cfg}/sendmail.orig.cf\n"; -rename "$new", "$cf" || die "Unable to rename $new to $cf\n"; diff -ruN /usr/ports/security/amavis-perl/pkg-install.qmail amavis-perl/pkg-install.qmail --- /usr/ports/security/amavis-perl/pkg-install.qmail Wed Dec 31 16:00:00 1969 +++ amavis-perl/pkg-install.qmail Sat Oct 6 19:45:52 2001 @@ -0,0 +1,39 @@ +#!/usr/bin/perl + +use strict; + +my $qmailDir; +my ( $uid, $gid ); +local *F; + +# ensure we are running only as post installation +exit 0 if $ARGV[ 1 ] ne "POST-INSTALL"; + +# find location of qmail +if ( -f "/var/qmail/bin/qmail-send" ) { + $qmailDir = "/var/qmail"; +} else { + $qmailDir = "/usr/local/qmail"; +} + +# create virusalert use as root +print "==> Creating virusalert user as root\n"; +open( F, ">${qmailDir}/alias/.qmail-virusalert" ); +print F "root\n"; +close( F ); + +# move qmail-queue to qmail-queue-real +print "==> Moving qmail-queue\n"; +if ( ! -f "${qmailDir}/bin/qmail-queue-real" ) { + system( "mv ${qmailDir}/bin/qmail-queue ${qmailDir}/bin/qmail-queue-real" ); + system( "cp /usr/local/sbin/amavis ${qmailDir}/bin/qmail-queue" ); + ( undef, undef, $uid, $gid ) = getpwnam( "qmailq" ); + chown $uid, $gid, "${qmailDir}/bin/qmail-queue"; + chmod 04711, "${qmailDir}/bin/qmail-queue"; +} else { + print "FAILURE: ${qmailDir}/bin/qmail-queue-real already exists!!\n"; + exit 1; +} + +print "==> Changing permissions on suidperl\n"; +chmod 04755, "/usr/bin/suidperl"; diff -ruN /usr/ports/security/amavis-perl/pkg-install.sendmail amavis-perl/pkg-install.sendmail --- /usr/ports/security/amavis-perl/pkg-install.sendmail Wed Dec 31 16:00:00 1969 +++ amavis-perl/pkg-install.sendmail Sat Oct 6 16:39:48 2001 @@ -0,0 +1,93 @@ +#!/usr/bin/perl +# Roman Shterenzon 27/12/2000 +# $FreeBSD: ports/security/amavis-perl/pkg-install,v 1.2 2001/05/31 12:08:54 olgeni Exp $ + +use strict; + +$ENV{'PATH'}='/bin:/usr/bin'; + +my $cfg; +my $result; + +exit 0 if $ARGV[1] ne "POST-INSTALL"; + +if ( -f '/etc/mail/sendmail.cf' ) { + $cfg='/etc/mail'; +} +elsif ( -f '/etc/sendmail.cf' ) { + $cfg='/etc'; +} +my $cf="$cfg/sendmail.cf"; +my $new="$cfg/amavis.cf"; + +print "===> Adding necessary hooks to sendmail.cf file\n"; + +open(IN, $cf) || die "Cannot open $cf"; +open(OUT, ">$new") || die "Cannot create $new"; + +my $replace=0; + +while() { + if ( /^O QueueDirectory/ ) { + $_="O QueueDirectory=/var/spool/mqamavis\n"; + $replace++; + } + elsif ( /O StatusFile/ ) { + $_="O StatusFile=/var/log/amavis.st\n"; + $replace++; + } + elsif ( /^Mlocal/ ) { + print OUT <<'EOF'; +Mamavis, P=/usr/local/sbin/amavis, F=mlsACDFMS5:/|@qhP, S=0, R=0 + T=DNS/RFC822/X-Unix, + A=amavis $f $u + +EOF + $replace++; + } + elsif ( /\s+final\s+parsing$/ ) { + print OUT "R\$*\t\t\t\$#amavis \$:\$1\n"; + $replace++; + } + s/^(DZ.*)/$1av/; + print OUT; +} +close(OUT); +close(IN); +die "I couldn't patch the sendmail.cf file, its format is unknown to me\n" + unless ( $replace == 4 ); + +print "===> Adding alias for virusalert to the aliases file\n"; +if ( ! -f "$cfg/aliases" ) { + print "Can't find aliases file, you have to add an alias for virusalert by yourself\n"; +} +else { + open (IN, "$cfg/aliases") || die "Cannot open aliases file for reading\n"; + my $found; + while() { + $found=1, last if /^virusalert/; + } + close(IN); + unless ($found) { + open(OUT, ">>$cfg/aliases") || die "Cannot open aliases file for writing\n"; + print OUT "virusalert:\troot\n"; + close(OUT); + $result=system("newaliases"); + die "Failed to run newaliases command\n" if $result; + } +} + +print "===> Creating /var/spool/mqamavis directory\n"; +if ( ! -d "/var/spool/mqamavis" ) { + mkdir "/var/spool/mqamavis",0755 || die "Can't create /var/spool/mqamavis\n"; +} +my $gid=getgrnam('daemon'); +chown 0, $gid, "/var/spool/mqamavis"; + +die "There's already a $cf.pre-amavis, is amavis already installed?\n" + if -f "$cf.pre-amavis"; +$result=system("cp $cf $cf.pre-amavis"); +die "Failed to copy $cf to $cf.pre-amavis\n" if $result; +rename "$cf", "${cfg}/sendmail.orig.cf" || + die "Unable to rename $cf to ${cfg}/sendmail.orig.cf\n"; +rename "$new", "$cf" || die "Unable to rename $new to $cf\n"; diff -ruN /usr/ports/security/amavis-perl/pkg-message amavis-perl/pkg-message --- /usr/ports/security/amavis-perl/pkg-message Sat Jan 6 23:38:32 2001 +++ amavis-perl/pkg-message Wed Dec 31 16:00:00 1969 @@ -1,3 +0,0 @@ - -Please read documentation on http://www.amavis.org/ before you start using it. - diff -ruN /usr/ports/security/amavis-perl/pkg-message.qmail amavis-perl/pkg-message.qmail --- /usr/ports/security/amavis-perl/pkg-message.qmail Wed Dec 31 16:00:00 1969 +++ amavis-perl/pkg-message.qmail Sat Oct 6 20:06:34 2001 @@ -0,0 +1,20 @@ + +Please read documentation on http://www.amavis.org/ before you start using it. + +SECURITY NOTES: + +The qmail installation already has bin/qmail-queue as suid qmailq. This port +copies bin/qmail-queue to bin/qmail-queue-real and installs itself as +bin/qmail-queue with suid qmailq. + +Additionally, for this port to properly work with qmail, it requires that +/usr/bin/suidperl be suid root. The following changes were made: + +-rwsr-xr-x 3 root wheel 50760 xxx xx xx:xx /usr/bin/suidperl + +ADDITIONAL NOTES: + +An alias for ~alias/.qmail-virusalert to root was created. Modify this file +to meet your requirements. + + diff -ruN /usr/ports/security/amavis-perl/pkg-message.sendmail amavis-perl/pkg-message.sendmail --- /usr/ports/security/amavis-perl/pkg-message.sendmail Wed Dec 31 16:00:00 1969 +++ amavis-perl/pkg-message.sendmail Sat Jan 6 23:38:32 2001 @@ -0,0 +1,3 @@ + +Please read documentation on http://www.amavis.org/ before you start using it. + diff -ruN /usr/ports/security/amavis-perl/pkg-plist amavis-perl/pkg-plist --- /usr/ports/security/amavis-perl/pkg-plist Tue Jan 16 11:08:34 2001 +++ amavis-perl/pkg-plist Sat Oct 6 16:42:18 2001 @@ -2,7 +2,9 @@ %%PORTDOCS%%share/doc/amavis/amavis.txt %%PORTDOCS%%share/doc/amavis/README %%PORTDOCS%%share/doc/amavis/README.exim +%%PORTDOCS%%share/doc/amavis/README.qmail %%PORTDOCS%%share/doc/amavis/README.postfix %%PORTDOCS%%share/doc/amavis/README.sendmail %%PORTDOCS%%share/doc/amavis/README.scanners +%%PORTDOCS%%share/doc/amavis/README.milter %%PORTDOCS%%@dirrm share/doc/amavis >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Oct 6 22:50:14 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD28937B407 for ; Sat, 6 Oct 2001 22:50:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f975o0H68603; Sat, 6 Oct 2001 22:50:00 -0700 (PDT) (envelope-from gnats) Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 5548D37B405 for ; Sat, 6 Oct 2001 22:42:04 -0700 (PDT) Received: from modem-1-out.itouch ([172.16.2.1] helo=grimoire.wizards.domain) by itouch.co.nz with esmtp (Exim 3.33 #1) id 15q6hM-0007C3-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 07 Oct 2001 18:42:01 +1300 Received: (from jonc@localhost) by grimoire.wizards.domain (8.11.6/8.11.6) id f975hNI38487; Sun, 7 Oct 2001 18:43:23 +1300 (NZDT) (envelope-from jonc) Message-Id: <200110070543.f975hNI38487@grimoire.wizards.domain> Date: Sun, 7 Oct 2001 18:43:23 +1300 (NZDT) From: Jonathan Chen Reply-To: Jonathan Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31096: New port for jakarta-tomcat 4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31096 >Category: ports >Synopsis: New port for jakarta-tomcat 4 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 06 22:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jonathan Chen >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD my.domain 4.4-STABLE FreeBSD 4.4-STABLE #2: Tue Oct 2 19:34:20 NZST 2001 root@my.domain:/usr/obj/usr/src/sys/GRIMOIRE i386 >Description: This new port installs Jakarta-Tomcat 4.0 Release >How-To-Repeat: N/A >Fix: Notes: The port requires jdk1.2.2 at the very least, but allows the installer to define JAVA_HOME to determine just which java-vm to use with the port. begin 640 jakarta-tomcat4.tar.gz M'XL(``SGOSL``^U=>W/;.)+/O]:GX&4RN[=7I9>?M;.;W?%#3I2S;)^D3*;J M[BH+D;!$FR*Y?-CRS.2['UZD2(H4`:KAVZTU*XXDLOO7C2;0W0`!\!X]H"!" M[I0>_Z<%QLY+*/2R![_O[?AU<7P M^D,G6D6M].S5\'QP/1FL3XP'IQ>C09YH/+@:G$X&[>N;Z6#2/NSTVF?]6HK] M6HJ#6HK#6HJC6HKC6HJ3.HKQ>6UQQ^=UY2V_?'MU>EUR]?/U]<:MFMEN=^9Y M41@%R._&"CWP?N]8FBV7/<1A5GB\"W:/0Q\$F MN3B_05XI]S[TS8JS19!P$4>6]^1NDJ=7-EB()XABOX1#7,@RF-YRZ;E=QYYU MD1G9CRBR/3=O]@R)&=C+<,OU>[3RJR]:,W/_:Z\=1A9>1=5DKF577R0^GAC; M['_M?>U74CE6L>ID+BZ1[51>=-'2=N=M?J:.*L"A%PD<12HW+MUG?8]QS:?"U M+UP0OVA:$)9U\LK@KC&/Z@-?=LA0LMIBA6%5Q_&&<1N9"_QYG5A M]SM24[W@.7^=EY#7TL1J501)MA#@.5[Y[7YGOY)4W,&P;E-&9^$[ M%#M1/:'M/GH/11N6$2Z1B^8RA*'K>;X$62A17%([+/182?>$@H(DPD!\8M@= MW]Q,NU\&9^WA]>5F'DP19.4'2 MT%+=30>%(?E][GD/-A[PRQUVMC'W/7I$"LP?L>-X7[S`L9J*WT105.$3<=D3 MX>I4A6=Y%<5>>29R)E%`?$+8\0./^([(QBK"LPA?L0L!TE"3,?Y[3'*.CQA9 M.&AZ(TM!%(TJ,(;NG;>C&EF(9DK+$@G@#AJ5=$%=D7AI"5W!RYIRZ0= MJTK.\C84^]Q8Z',3D9]"_QPYI)(B=3L7^1N(GR)RH\XPXM!W29"A>X50# MQ21`-2A*[T13GZ6*#ZK^&(>^YX:8I!$8+8%U+X"#*BZLD8CX$M`Q#^@*4R%$ ML2`6BFB^N8//VT105`$'@1=T)TO285$6GN55%9M<$+G`%,W/4*B>453A-%7G MTO,(1',U!/]NX@>K*$`T5]U5CS504X6NO/E.]A#\3<63G.EIPD:TFJN0P5!4 MXTZT>U&W&D:>QTO9SCX0&I% MV"C[*\-05$.,Y$T]$M.4Y>>8E04S\X5=TAZ6S^=-XF$)A*(2C\BQ24BG*?0% MGL7SGY+?RKI4(TFJ=!_Z77*%F+-[[GCFP[X*HSC9CM#=R+$D&"M'75-* M>XGF+#6S<,UHJ*#$*VS&D21Q@*,X<&MH:>FRW>K^4 MHR=__0[Y(4LJC;HOC[HOC\I-43[>OD'O>'/;E2+>[#"K<+$OZARD^\">LM2; MJ8Q-PF0IFV"1T;"LSR[/9SIR-T=0LP]U!HFBI_2$O-[`O.=$_Y=1)D.M!%VO M-N]$82D;)K2!A!)K6GD=R/]*:GB!/Y5XLF3*D)![ MKDH!HB=/!MQV32>V,&%3)J_7):$FGRK@XE--`..HM_VV)Z(Y0O(7>31+ZR[H M$SX)9=86LRWHK&6MRU0P?_Y`I?YZAW@!Y M^GH+A"17#>SHN>L'7H1)O]<2+KE>5`DK;Y.-6'D.)<.ZT=^1,&/*91(&J8I7 MX%!0C#/(F#YAD"R#3;^3WHVLB\\S2)0@1R]1`)?^T7DT,LJDQ!**I+022HA1 MMJV@R50=DJC1*2:U%2"E9Q'CB)63U:&TZ%2:E.Y]G#0.SNWSVD?E`:B6?\E41MZLQ"$6C:I)AWY*) M;F<4PT:I&V&0F^/3:XV8F7W;I"S-N1MQ>L&*JH-T<$5['8/`H%P448=-',N#(R

##DRH5(.[Z/7T,^5@D61+Y[1`F/R M22M@H$.:WK@FAFT^"2IXZ[FR[[#Y;#IP!D@182VPAEV9V)=,`Q6AX:WKT5X1 M(-Q\#@@W$HM2X/#8O"\HN%O;QPZD@QMCY"P!T6"]$;@GFO!%9;!PEV)Q%R2J M+97(R^*Q7C\T'JPO*\Y.`<,EMP;.E#\AYQ$8#3JE2J::0N&A;,9=\2_8PNR7*,FE%RQ?0LXU::7T`1EAO%PBP)A7+B4*,%Q!3#X6 MDHR)C#"=ASBL'G#?6<(8F]B&3#<*^'2MGDYT%I!!?7PJ`MSI)LBCV*&5*(RT M&3^5H,G\8^P[M!D0VT.'\D3$A-C>0H$%/3J8X.MQ1$5T:!=4Q(=U/LG`J8ZZ MGV)G1H18N[T-[$?;P7-L?<`1=#>@6JQ6":2WA2S-,L`;7D$([]5JM147H=E8 M^<5M\%+T5BK=%4K@BS6,VO!UFE]K1=5>20NK2/4)T'\+O@0V:*1.!2Q(0]8: MDY@`ZB[@GQV6"-'=YC*"--H!VFSX5?PF[`CZ`+,G1'DYP0?2$E)P8XK@2X>^JG@Z+) M\]+8.'5H8#8#CP]_04.ONQ5;UA8W M1I^([03./</,".+0_+\"#>G2'K1/1T,$0 MP(-5A%W0"3$">(P=V"4N`G<]:PN%(?`JFH((/>A?&$!6_74_^])V+?"P42DW MD<2WW=,N3HL`/=AZW%`!'-H-%>"!W1!]RJ#%#3%@DB%@X"<9`GGR'$9X27(F MG?`W<:0'7E=%S('#5\0M.%ANTXN@QA2XS:#%!0%>Y:O#A'/?3Q=DY[#I:@7M],=2!.\)+TMQT(#-, MT"%[CJNG"N>QH2MR'AVT.J?[>9U_&"8[?)"O.L:-*D2-8Q=RD6Z9%'AL\.:? M0F?B,E4]Z5Z`+BZK$@:._W$ZNA+;(&B3,>0O"=6&KUM_]K:X4\?1)R"T==OH M"WL5JC9X/3Y[`Q[:;6\(`/;<;`V6%E_$D2_L,`KL61QA"WHODT0$[;+";JN0 M(--,2@^RL`5H;I)@W^(@9-M61+HLOB%!2SF2T3]=I5@_S>5O38-])KJ60NJ/ M%OOH\FAY='B'EL>']6<1"J+8[YYY7D0?ML`]Y]I`AIX#D`@X%R>T`8,WIW+\ MT9;7"V@@X?7`CYH>(TC MVZ%;8>'C0UC,\P_#6[X/N(Y!(RYB@8(00T]HY-#LS0!3SP/-9+O92>S[7N5;0!J"I]NM:D$?71RQ-Z1"5[G1<#38_X0>X7)G!IO.W(2< M-\>1-?L\@?\1.^`^[[]B'`,'%K%HBK85:&`^_CT!'%=DP,0=V^X<.C7.0-_2 MF`6,_'E\!0OX\^A*1P#1DW_EH*&3KQPX?.85AG:Z`K%`*D>,P]_$ M49IVZ),5VN<>N1,N7/6A=?BQK("X%W9:DE"'%I!+QU,L7]> M.J>PL_FST#HZD11:8WW)PFNI+UD!H/7ED>Y*'G9/39K*7GESV#W/!?HY#B+[ MCB[5PJ$>`>G`)P".+2_*!L7+4EW"ZX)K?%H?.--GOX(Z#*SG2-''OW, M=BWR$TKGP?ULO/O*0P'VB:AVBX.E#;+7KP"])G65]XR'2W_GL8(U*/D`2DC* M,)/;E`QA@MIC+487/,C:I!PBT#/<,DR0QX@">+TXZQ&N722@<(@3[+"MCV!K M,.@(E\"A0>(=M9SVW2("#3 M,O0*T(-.7YA`;:0'/5/+-0EX#O"*/OV>:+01$Z*]**!9:`4V4!):@0Z8@])7 M2K/_/H^OUCME`5J="=!A\APPK+UST(#&UF$&/1;04/A`N->0S>FXL(%SAS4\ M=.A<(Z^5YJT%:#O<[7+XXQ"@?4451,&Z@;5$.H$^<_?I3ZB]#^ID0F`07?LLK(TW>X$^#02JT#@7<"7TW'F+NBY MUWD9Y)6X&+B.@%HA`C:^5@C1$F[U&DFW?78WS2,=I<%/ MNY0_@=BID`E(XY(DIG#L,&K(V\PAACBPR:E?L-6^\X)F,T+#Z-G!X0+CJ&.& MH23W7>R:H8_)J;NPC2Q2-=J46$6!$@B/37'=&<7'07,,BZ]C;LQO\_6QC?GO MK9G9#E1W0P-S^H7D;KR"FKX@IB]/+VU:3BZ_[UM"+[MS$J=?R@\+HP<41(C4\+G7F=MW4DS\ ME`2Y9$VPZ2-'*Y;M%-\CTH:#=8A`CL.:*0ZE8W41PL)^@,E5$JEHE&R`L,". M3Z\T8&5F:I-2-.5MP)=)G<0E,;GQBJ]!DW1`,K#RHRKU:&PA'K:2>9_L;0HP MR)_8A\HK&B0P0_\<#,A;^K:3>_/!D'P$=\C$,LZYJ1`@Y'1Q(Q@HY,TW6;G) M%_I@;N!:'[`KO7Y'$5TC]!C[7FA+#KXI8--%:?01CB;5V::?%YBX<#YN=+N0 MFT*D(B+KV_@Y>`'8C719B'^!=4Y%=&"=,S=4DU4N<$C2AN<1CA:>I:'2#$(3 M^?BS:]-%8-)K1U0$K$C2P9Y\:[(0&\;6VK`NO8#DF[K\I3;8Z#:@W?#H69,$ ML1!`&[H=::OUGWB'0*]#H\L?];B=3_8##C7")SF2!N`K_@X>7;C#",OT:M6P MV03'P2.I*5=LJR4-9AECR?$!-5BV@/,GY-A6^M1'CPQ0T!%RY^!UCRT4L31G M>2,4/,`BTG>:4(4EI]NMU1Q?3S8G%N-*KRM2A]:`J33I7!G]9](4)PAF ME&0-[<2D1ZNIL4S,P/8C!^N*O\D$9%U)A!B?T9$T3[0G;Y.(9,LF3;+XPZM` MAX'H?GNZ7>XD=O5E0E,T/\/Z6@"!9[-BP%'UC>X0\"M[%J#`EGIE()>GL1MC27&^*LO3=[I^7#M]W`-S%J4Z\:``M M/R&A`;CD1`49Y`!K&9AO]"I(15A8$ZN_`K(>E3Y)I9-FQ-[HTJ^DD4?F]TX# M,($\?4)26QXK@5(]I3PE[IYYUC-[%NI&8-E<@OTQ MBGS2X95B(C)D(RIB@S6B9IL,2^+*[L4J"3>QB<_&MW)[-\MB*NXC M(0D+7[L:[@^J"-RT7JDNG*D$V*%DBHMFBOR^])*9"LXF@49]NR]-'6(S)KGA%!JR#D9VO]Q*'/9'BSAH3-`*M84%U!(M*99"[ MQJ3P)!_IR8'%NWF\^Y`'0+84=KXS5+I1 M"EWG`0$&T0T16/+[^M8A`5F*KNX`+)_T8K6M0&H3![="Y5LXD-W6H*!U+0\+ M=5=RJ$#U+X<);E'(.ID#AJF=:TC`>@H6-;)@`$$C"[=KS,AB`82,B."LHNPT M<$!$4@=AT>1?KRX#.HS$_N!P>B8[`0#!P2E&D-*T'L+-KF%ABSM810&"51`6 M+;/\%1R4;0(BN3Y4$AFVQ1#`GU!@TW%E2`,$S^?T6>&E[2+'V=G3"E1A3-*\ M1Z3#`Q!>4UQP`ZR#(;P?SF/#.90-7-B:MH;7X*7SR0>@`UL#ZU!6DP_/"=!E M#&B_G@/7A0OOZ\O@H;U^3H:N5JDG$F3PM<2$-;ZNZ)"5`&X>0MB^LQWZ`BKN MF9%CE5Z5L,BD^'0B5UZ)DF166H82ALW79!OFT MT&/WR^"L/;R^I#\[JRUTVY8Y"!)QWO>><%#NI7*$C.1'RPZ"I;&F](*'S9.E M*M>055YN[(C!$-.H"H6X.PZ<2KL!Y!_![8ZU&P*,(HV8%9FDR.66*0)!J11> M>GT[$!K?A@0(3&S!`X1&=Z0"@^+[A\'`[8C2E+T)GRJ/`KT4*7^;CQ0I?[>0 M'.G&R[;4V,IN;>G;#^%AP1"I:P0#$V_QAL+;'2>]R-Y,!6"U]");?D[3.V#( M,`2H+3E(0+@P0D$4RZ4`DHA\KA$H(HN2D/>:+?4&Q',E@[@<&G_+'"@@W24& M$-#"ON,!>(7THG1(EX5C[SGW`O9&.BW`[,V$/6W0.H`A,9TXC$"K%(JC!28) MK(E`-=T9J3E`,TYU+B4.*6)RPL*/W1#1;6XHA4JZMLE<-QBQE;L!5QB8W>6S M&'MJQM^`2_I6Y-@4.*1(%6Q=22-V-*G%$G25U_&*%3&LC^`I)1UG"=UJ[Y7)>68BJX78WX5N(A,1]XDM13X2Q>WJ-*B41X[:9V]_H)5BV]A! M"8L95CUWEJ9&N):AQX2I>,=3\FCZ@5>*C&LK4RPR-/ M+#9+:J1XE)5Z?CEC=,D#=BD+8.O&#REHY\E)Y=+SRV% M$9>JM.27-T]7D,\VLX;6FW_1(WE=/3?$8==_F+&$;_ MY"CWR8^#_K%AG!P0:[&3$RZ.SF,- MC7ZGWR*]DX7KT>X&#CNMUI'LX/9T0D^ M/)C=H:,#=/#J$_YICF+['Z$'3"<]0LJH:?_]X_Z!:/_DWPGQ!?V#DZ/^:_M_ MB>,[XQH_&320AX9)7QC-7G-M+$4UH)G[#WN%2M+ZSJ#OLS#,`-.-VG_8V]OO M&3A[O3ZY^&7A+B87L?]I?4=(7MW&6!\ M-KEX1WZU;F_&T^O3T>!]01B[\--@/!G>7+_?(VZH=7XZ'7RX&0\'D_=[3T]/ MK='I9#H8?YT,I_1,=1^!)C)66.+8N@%_157W\=VO&6G?NJV+X63Z=?+Y[&(X M3O5*G&2>MD74&%Y/R=^`D-Z1@LU"J\W,^J,H)E6BU3K[/+RZ^'HQN!U<7Q!U M?=LE]<]Q?N!P$R+I6]?"C]CI)I=:K4^G/YU^_7@S&OSU_1ZA&P\NAS]_Z]Y; M#_T.Z4.UQI^OUX#O?DVIO]&!#C9SRLS!TS.,>[\]PQ%JM:YOOC*UWN\]X[#5 MLKQVHE5K[\=WOUY=?S/:=Z'Q[MT86)2TD`UH7F6+]):-?`8GI,KR>3$^OKKY.SL?#V^FW:FIC;6P#U>C]?C]7@]7H_7X_7XASC^#S(>_V8`:`$` ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message