From owner-freebsd-ports Sun Dec 15 1:20: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77DD537B401 for ; Sun, 15 Dec 2002 01:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A819543EC2 for ; Sun, 15 Dec 2002 01:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBF9K2x3024380 for ; Sun, 15 Dec 2002 01:20:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBF9K2ZU024379; Sun, 15 Dec 2002 01:20:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E518737B401; Sun, 15 Dec 2002 01:16:33 -0800 (PST) Received: from helo.liwing.de (helo.liwing.de [213.70.188.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id D273943EC2; Sun, 15 Dec 2002 01:16:32 -0800 (PST) (envelope-from root@helo.liwing.de) Received: from helo.liwing.de (localhost.liwing.de [127.0.0.1]) by helo.liwing.de (8.12.6/8.12.5) with ESMTP id gBF9IDVY045661; Sun, 15 Dec 2002 09:18:13 GMT (envelope-from root@helo.liwing.de) Received: (from root@localhost) by helo.liwing.de (8.12.6/8.12.6/Submit) id gBF9IC9n045660; Sun, 15 Dec 2002 09:18:12 GMT Message-Id: <200212150918.gBF9IC9n045660@helo.liwing.de> Date: Sun, 15 Dec 2002 09:18:12 GMT From: Jens Rehsack Reply-To: Jens Rehsack To: FreeBSD-gnats-submit@FreeBSD.org Cc: Jens Rehsack , skv@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46268: linker error in mod_php4 because missing -lstdc++ in textproc/sablotron Sender: owner-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: 46268 >Category: ports >Synopsis: linker error in mod_php4 because missing -lstdc++ in textproc/sablotron >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 15 01:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jens Rehsack >Release: FreeBSD 5.0-RC i386 >Organization: LiWing IT-Services >Environment: System: FreeBSD hogthrob.muppets.liwing.de 5.0-RC FreeBSD 5.0-RC #3: Thu Dec 12 20:08:46 CET 2002 root@hogthrob.muppets.liwing.de:/usr/obj/usr/src/sys/HOGTHROB i386 not machine specific, but only fails on -CURRENT >Description: When I build www/mod_php4 including XSLT support through Sablot, the apache load fails, because Sablot.so.69 couldn't be loaded, because some symbols couldn't be resolved. The same happens during build already when I try to build lang/php4 with XSLT support using Sablotron. A fix is included, but it's not the solution. It seems, that either the c++ should add the information that this library is required, so even when cc is used to build a program that depends an this library the dynamic linker knows what to do (don't know if it's possible) >How-To-Repeat: Build lang/php4 with XSLT support on -CURRENT or www/mod_php4 with the same options. >Fix: --- sablot-make.diff begins here --- --- Makefile.orig Sat Dec 14 10:42:52 2002 +++ Makefile Sat Dec 14 11:16:05 2002 @@ -33,8 +33,8 @@ SHLIB_MAJOR= 69 # API changes counter PLIST_SUB+= SHLIB_MAJOR="${SHLIB_MAJOR}" DOCSDIR="share/doc/${PORTNAME}" -CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib \ - LIBTOOL=${LIBTOOL} +CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LIBTOOL=${LIBTOOL} \ + LDFLAGS="-L${LOCALBASE}/lib -lstdc++" USE_GMAKE= yes USE_AUTOMAKE= yes AUTOMAKE_ARGS= -a --- sablot-make.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 1:32:19 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 011B437B401 for ; Sun, 15 Dec 2002 01:32:19 -0800 (PST) Received: from dungeon.mctavish.co.uk (dungeon.mctavish.co.uk [193.195.75.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D1B943E4A for ; Sun, 15 Dec 2002 01:32:18 -0800 (PST) (envelope-from steve@mctavish.co.uk) Received: from oor-wullie.mctavish.co.uk (oor-wullie.mctavish.co.uk [193.195.75.106]) by dungeon.mctavish.co.uk (Postfix) with ESMTP id 9382C2ECD; Sun, 15 Dec 2002 09:32:12 +0000 (GMT) Date: Sun, 15 Dec 2002 09:32:12 +0000 (GMT) From: Steve Woodford To: Kris Kennaway Cc: ports@FreeBSD.ORG Subject: Re: Maintainer update for comms/tits port In-Reply-To: <20021215022541.GC30547@rot13.obsecurity.org> 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 On Sat, 14 Dec 2002, Kris Kennaway wrote: > Please use the send-pr(1) tool to submit a PR containing a patch to > update the port. I don't run FreeBSD, and the web-based send-pr(1) interface is currently down. In addition, I don't maintain a local copy of the ports tree so I couldn't provide a patch anyway. Cheers, Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 2:30: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47A6D37B401 for ; Sun, 15 Dec 2002 02:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 798D843ED4 for ; Sun, 15 Dec 2002 02:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBFAU2x3046883 for ; Sun, 15 Dec 2002 02:30:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBFAU2c6046882; Sun, 15 Dec 2002 02:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8644D37B401 for ; Sun, 15 Dec 2002 02:21:06 -0800 (PST) Received: from mulan.twilley.org (dsl092-188-219.sfo1.dsl.speakeasy.net [66.92.188.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F04343E4A for ; Sun, 15 Dec 2002 02:20:57 -0800 (PST) (envelope-from jmt@twilley.org) Received: from duchess.twilley.org (duchess.twilley.org [10.74.84.1]) by mulan.twilley.org (Postfix) with ESMTP id 704A223E57 for ; Sun, 15 Dec 2002 02:23:06 -0800 (PST) Received: by duchess.twilley.org (Postfix, from userid 1001) id BE339E6; Sun, 15 Dec 2002 02:22:18 -0800 (PST) Message-Id: <20021215102218.BE339E6@duchess.twilley.org> Date: Sun, 15 Dec 2002 02:22:18 -0800 (PST) From: Jack Twilley Reply-To: Jack Twilley To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46270: build of apache2 port fails while applying patches Sender: owner-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: 46270 >Category: ports >Synopsis: build of apache2 port fails while applying patches >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 Dec 15 02:30:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jack Twilley >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD duchess.twilley.org 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Dec 14 18:12:16 PST 2002 root@duchess.twilley.org:/usr/obj/usr/src/sys/DUCHESS i386 >Description: I attempted to build Apache2 from ports. Here is the result: bash# make ===> Extracting for apache-2.0.43_1 >> Checksum OK for httpd-2.0.43.tar.gz. >> Checksum OK for powerlogo.gif. ===> apache-2.0.43_1 depends on shared library: expat.4 - found ===> Patching for apache-2.0.43_1 ===> Applying FreeBSD patches for apache-2.0.43_1 sed: illegal option -- i usage: sed script [-Ean] [file ...] sed [-an] [-e script] ... [-f script_file] ... [file ...] *** Error code 1 Stop in /usr/ports/www/apache2. bash# >How-To-Repeat: su - cd /usr/ports make update cd www/apache2 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 Dec 15 3:20:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23F0C37B404 for ; Sun, 15 Dec 2002 03:20:32 -0800 (PST) Received: from euroserver.ru (bdsl.66.13.204.180.gte.net [66.13.204.180]) by mx1.FreeBSD.org (Postfix) with SMTP id D1B2743EC2 for ; Sun, 15 Dec 2002 03:20:27 -0800 (PST) (envelope-from kartridge15@mtts.elcom.ru) To: Ports From: «Вечный картридж» X-Mailer: OutLook Express 3.14159 Subject: БЕСПЛАТНЫЙ ВЫЕЗД MIME-Version: 1.0 Content-type: text/plain; charset=Windows-1251 Content-Transfer-Encoding: 8bit Message-Id: <20021215112027.D1B2743EC2@mx1.FreeBSD.org> Date: Sun, 15 Dec 2002 03:20:27 -0800 (PST) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ----------------------------------------------------------------------------- Заправка картриджей [ бесплатный выезд ]: 995-53-54, 255-30-00/30-33/30-25 ----------------------------------------------------------------------------- Вам не надо никуда ехать, везти картриджи на заправку, там стоять в ожидании ... Мы можем приехать к Вам и аккуратно сделать заправку на месте. Многие люди заправляют картриджи у нас, потому что мы делаем ЭТО недорого и качественно. 295 рублей/245 рублей(*) заправка картриджей: ~ Hewlett Packard 6L/3100/1100, Canon LBP 800/810/460/465/660/FX-3/L250/Multipass L60/L90/F129 ~ Canon FC-210/220/230/300/310/320/336/710/780 ~ OKIPAGE 4w/6w/8w/8p и других картриджей, звоните. 338 рублей/288 рублей(*) заправка картриджей: ~ Hewlett Packard 1200/4L/4ML/4P/4MP/5P/5MP/6P/6MP ~ Sharp Z-20/25/30/50/70/810/830/840/845, XEROX XE 62/82/355/5220/520XC/5009/5310 ~ Canon LBP 4v/4i/430w/L-500, LEXMARK Optra E/E+/Es ~ Canon NP 1215/1520/2010/6216/6317/6416, RICOH FT 2012/2212 услуга "ВЕЧНЫЙ КАРТРИДЖ"(**) для картриджей: ~ Hewlett Packard 5L/6L/3100/1100/1100A - 470 рублей ~ CANON L250/Multipass L60/L90/F129/LBP 460/465/660/800/810 - 470 рублей ~ Hewlett Packard 4L/4ML/4P/4MP/5P/5MP/6P/6MP - 530 рублей ~ Canon PC/FC-210/220/230/300/310/320/336/710/780/ LBP 4v/4i/430w - 530 рублей ~ Hewlett Packard 2100/2200/4000/Т/ТN - 750 рублей ~ Обслуживаем и другие картриджи, звоните. Ремонт, профилактика копировальных аппаратов и принтеров. БЕСПЛАТНЫЙ ВЫЕЗД. + Профилактика принтеров от 500 до 850 рублей + Ремонтируем/обслуживаем любые копировальные аппараты. Недорого. Низкие цены на качественное, профессиональное Абонентское сервисное обслуживание. Гарантия на все выполняемые работы. Новые и восстановленные картриджи, оргтехника. Доставка бесплатно. ----------------------------------------------------------------------------------------- для вызова мастера звоните по телефонам: 995-53-54, 255-30-00/30-33/30-25 с 9-00 до 18-00 ----------------------------------------------------------------------------------------- *Вы получите скидку в 50 рублей с каждой заправки если Вы привезете картриджи к нам в офис. **Услуга "ВЕЧНЫЙ КАРТРИДЖ": Это означает что Вам больше никогда не придется покупать новый картридж. Когда у Вас заканчивается тонер в картридже Вы всегда оплачиваете одну и ту же сумму, вне зависимости от состояния картриджа. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 6: 0:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91CAB37B404 for ; Sun, 15 Dec 2002 06:00:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0B8B43EC2 for ; Sun, 15 Dec 2002 06:00:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBFE0Dx3053548 for ; Sun, 15 Dec 2002 06:00:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBFE0DrK053547; Sun, 15 Dec 2002 06:00:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5447837B401 for ; Sun, 15 Dec 2002 05:59:16 -0800 (PST) Received: from kpq.caomhin.org (kpq.caomhin.org [64.49.223.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A06EB43ED8 for ; Sun, 15 Dec 2002 05:59:15 -0800 (PST) (envelope-from kgolding@kpq.caomhin.org) Received: (qmail 53221 invoked by uid 1001); 15 Dec 2002 13:59:43 -0000 Message-Id: <20021215135943.53220.qmail@kpq.caomhin.org> Date: 15 Dec 2002 13:59:43 -0000 From: Kevin Golding Reply-To: Kevin Golding To: FreeBSD-gnats-submit@FreeBSD.org Cc: X-Send-Pr-Version: 3.113 Subject: ports/46272: Version bump and corrected WWW: Sender: owner-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: 46272 >Category: ports >Synopsis: Version bump and corrected WWW: >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Dec 15 06:00:13 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kevin Golding >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD hive.caomhin.org 4.7-STABLE FreeBSD 4.7-STABLE #0: Sun Oct 27 15:47:44 BST 2002 kgolding@hive.caomhin.org:/usr/obj/usr/src/sys/HIVE i386 >Description: The most recent stable release of Achievo is 0.8.4 which includes extra language files and a couple of minor patches. Also fixed typo in WWW: >How-To-Repeat: >Fix: --- achievo.port.0.8.4 begins here --- diff -ur achievo.old/Makefile achievo/Makefile --- achievo.old/Makefile Sun Dec 15 13:40:11 2002 +++ achievo/Makefile Sun Dec 15 13:23:52 2002 @@ -6,7 +6,7 @@ # PORTNAME= achievo -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.4 CATEGORIES= misc www MASTER_SITES= http://ftp.achievo.org/pub/achievo/ DISTNAME= ${PORTNAME}-stable-${PORTVERSION} diff -ur achievo.old/distinfo achievo/distinfo --- achievo.old/distinfo Sun Dec 15 13:40:27 2002 +++ achievo/distinfo Sun Dec 15 13:26:31 2002 @@ -1 +1 @@ -MD5 (achievo-stable-0.8.2.tar.gz) = 266bcd263209f9c6bcf140301050d87d +MD5 (achievo-stable-0.8.4.tar.gz) = d4ba0d6b2dfdd50f8978ac8dc847b73f diff -ur achievo.old/pkg-descr achievo/pkg-descr --- achievo.old/pkg-descr Sun Dec 15 13:39:12 2002 +++ achievo/pkg-descr Sun Dec 15 13:48:23 2002 @@ -9,4 +9,4 @@ Achievo is build out of several modules and a central database. -WWW: http://www.achievo.com/ +WWW: http://www.achievo.org/ --- achievo.port.0.8.4 ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 6:20: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC86B37B401 for ; Sun, 15 Dec 2002 06:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4213E43EC2 for ; Sun, 15 Dec 2002 06:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBFEK3x3069044 for ; Sun, 15 Dec 2002 06:20:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBFEK3As069043; Sun, 15 Dec 2002 06:20:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5462D37B401 for ; Sun, 15 Dec 2002 06:13:06 -0800 (PST) Received: from www.example.org (ANice-103-1-5-67.abo.wanadoo.fr [80.13.196.67]) by mx1.FreeBSD.org (Postfix) with SMTP id D079743E4A for ; Sun, 15 Dec 2002 06:12:50 -0800 (PST) (envelope-from molter@tin.it) Received: (qmail 27368 invoked by uid 1000); 15 Dec 2002 14:12:46 -0000 Message-Id: <20021215141246.27367.qmail@cobweb.example.org> Date: Sun, 15 Dec 2002 15:12:46 +0100 From: Marco Molteni To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46273: [MAINTAINER UPDATE] astro/gpsdrive Sender: owner-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: 46273 >Category: ports >Synopsis: [MAINTAINER UPDATE] astro/gpsdrive >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: Sun Dec 15 06:20:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Marco Molteni >Release: FreeBSD 4.7-STABLE i386 >Organization: Citello Networks >Environment: System: FreeBSD cobweb.example.org 4.7-STABLE >Description: Update of astro/gpsdrive to latest version (1.31) >How-To-Repeat: N/A >Fix: Apply following patch diff -u -rN gpsdrive/Makefile gpsdrive-1.31/Makefile --- gpsdrive/Makefile Thu Oct 24 14:46:06 2002 +++ gpsdrive-1.31/Makefile Sun Dec 15 11:08:53 2002 @@ -6,7 +6,7 @@ # PORTNAME= gpsdrive -PORTVERSION= 1.28 +PORTVERSION= 1.31 CATEGORIES= astro MASTER_SITES= http://gpsdrive.kraftvoll.at/ \ http://gpsdrive.dotdeguy.de/ \ @@ -27,7 +27,7 @@ USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib -CONFIGURE_ARGS= --disable-garmin +CONFIGURE_ARGS= --disable-garmin --disable-mysql INSTALLS_SHLIB= yes MAN1= gpsdrive.1 diff -u -rN gpsdrive/distinfo gpsdrive-1.31/distinfo --- gpsdrive/distinfo Thu Oct 24 14:46:06 2002 +++ gpsdrive-1.31/distinfo Sun Dec 15 10:14:45 2002 @@ -1 +1 @@ -MD5 (gpsdrive-1.28.tar.gz) = 1cc2b9cf922e5f58fc753c29a24720dd +MD5 (gpsdrive-1.31.tar.gz) = d6ae72cb4426068afadce2a5e338502b diff -u -rN gpsdrive/pkg-plist gpsdrive-1.31/pkg-plist --- gpsdrive/pkg-plist Thu Oct 24 14:46:06 2002 +++ gpsdrive-1.31/pkg-plist Sun Dec 15 11:32:44 2002 @@ -4,7 +4,6 @@ bin/gpsfetchmap bin/gpsfetchmap.pl bin/gpspoint2gpsdrive.pl -bin/mb2gpsdrive.pl bin/wpcvt bin/wpget lib/libfly.a @@ -14,17 +13,21 @@ lib/libnautic.so lib/libnautic.so.2 share/gpsdrive/friendsicon.png +share/gpsdrive/gpsdrive/AUTHORS share/gpsdrive/gpsdrive/FAQ.gpsdrive share/gpsdrive/gpsdrive/FAQ.gpsdrive.fr -share/gpsdrive/gpsdrive/AUTHORS share/gpsdrive/gpsdrive/GPS-receivers share/gpsdrive/gpsdrive/LEEME share/gpsdrive/gpsdrive/LISEZMOI +share/gpsdrive/gpsdrive/NMEA.txt share/gpsdrive/gpsdrive/README share/gpsdrive/gpsdrive/README.FreeBSD +share/gpsdrive/gpsdrive/README.SQL share/gpsdrive/gpsdrive/README.gpspoint2gspdrive -share/gpsdrive/gpsdrive/README.mb2gpsdrive +share/gpsdrive/gpsdrive/README.kismet share/gpsdrive/gpsdrive/TODO +share/gpsdrive/gpsdrive/create.sql +share/gpsdrive/gpsdrive/wp2sql share/gpsdrive/gpsdrivesplash.png share/locale/da/LC_MESSAGES/gpsdrive.mo share/locale/de/LC_MESSAGES/gpsdrive.mo >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 6:40:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6F6037B401 for ; Sun, 15 Dec 2002 06:40:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1B2143ED4 for ; Sun, 15 Dec 2002 06:40:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBFEe6x3075240 for ; Sun, 15 Dec 2002 06:40:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBFEe6dl075238; Sun, 15 Dec 2002 06:40:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 456F337B401 for ; Sun, 15 Dec 2002 06:30:08 -0800 (PST) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 117FF43E4A for ; Sun, 15 Dec 2002 06:30:07 -0800 (PST) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (lyon-4-a7-62-147-48-186.dial.proxad.net [62.147.48.186]) by postfix3-2.free.fr (Postfix) with ESMTP id A0D4617ED7 for ; Sun, 15 Dec 2002 15:30:04 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id 5C74B7600; Sun, 15 Dec 2002 15:17:04 +0100 (CET) Message-Id: <20021215141704.5C74B7600@graf.pompo.net> Date: Sun, 15 Dec 2002 15:17:04 +0100 (CET) From: Thierry Thomas Reply-To: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46274: devel/pear-PEAR: upgrade to 1.0b3. Sender: owner-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: 46274 >Category: ports >Synopsis: devel/pear-PEAR: upgrade to 1.0b3. >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 Dec 15 06:40:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.7-STABLE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Nov 16 12:34:31 CET 2002 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386 >Description: Minor upgrade. >How-To-Repeat: N/A. >Fix: Please apply the following patch: diff -urN devel/pear-PEAR.orig/Makefile devel/pear-PEAR/Makefile --- devel/pear-PEAR.orig/Makefile Sun Nov 17 06:03:52 2002 +++ devel/pear-PEAR/Makefile Sun Dec 15 15:02:50 2002 @@ -6,11 +6,11 @@ # PORTNAME= PEAR -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.3 CATEGORIES= devel www MASTER_SITES= http://pear.php.net/get/ PKGNAMEPREFIX= pear- -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1/b1/} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.3/b3/} EXTRACT_SUFX= .tgz DIST_SUBDIR= PEAR diff -urN devel/pear-PEAR.orig/distinfo devel/pear-PEAR/distinfo --- devel/pear-PEAR.orig/distinfo Tue Oct 22 23:37:14 2002 +++ devel/pear-PEAR/distinfo Sun Dec 15 14:48:59 2002 @@ -1 +1 @@ -MD5 (PEAR/PEAR-1.0b1.tgz) = 6109077247d825df343f766713e899de +MD5 (PEAR/PEAR-1.0b3.tgz) = 25b806043cb0f20167c0df409b99e118 diff -urN devel/pear-PEAR.orig/pkg-plist devel/pear-PEAR/pkg-plist --- devel/pear-PEAR.orig/pkg-plist Wed Nov 20 21:48:10 2002 +++ devel/pear-PEAR/pkg-plist Sun Dec 15 15:02:37 2002 @@ -7,6 +7,7 @@ %%PEARDIR%%/System.php %%PEARDIR%%/OS/Guess.php %%PEARDIR%%/PEAR/Autoloader.php +%%PEARDIR%%/PEAR/Builder.php %%PEARDIR%%/PEAR/Command.php %%PEARDIR%%/PEAR/Command/Auth.php %%PEARDIR%%/PEAR/Command/Build.php @@ -20,7 +21,6 @@ %%PEARDIR%%/PEAR/Config.php %%PEARDIR%%/PEAR/Dependency.php %%PEARDIR%%/PEAR/Frontend/CLI.php -%%PEARDIR%%/PEAR/Builder.php %%PEARDIR%%/PEAR/Installer.php %%PEARDIR%%/PEAR/Packager.php %%PEARDIR%%/PEAR/Registry.php >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 8:10: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87AB937B401 for ; Sun, 15 Dec 2002 08:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B584743ED8 for ; Sun, 15 Dec 2002 08:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBFGA2x3069906 for ; Sun, 15 Dec 2002 08:10:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBFGA2KP069905; Sun, 15 Dec 2002 08:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2443037B401 for ; Sun, 15 Dec 2002 08:07:53 -0800 (PST) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9E5A43EC5 for ; Sun, 15 Dec 2002 08:07:52 -0800 (PST) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (lyon-2-a7-62-147-22-89.dial.proxad.net [62.147.22.89]) by postfix3-2.free.fr (Postfix) with ESMTP id F223E17E8D for ; Sun, 15 Dec 2002 17:07:50 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id E82A27600; Sun, 15 Dec 2002 17:04:22 +0100 (CET) Message-Id: <20021215160422.E82A27600@graf.pompo.net> Date: Sun, 15 Dec 2002 17:04:22 +0100 (CET) From: Thierry Thomas Reply-To: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46276: www/p5-Apache-AuthCookie: fixing BUILD_DEPENDS. Sender: owner-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: 46276 >Category: ports >Synopsis: www/p5-Apache-AuthCookie: fixing BUILD_DEPENDS. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Dec 15 08:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.7-STABLE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Nov 16 12:34:31 CET 2002 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386 >Description: In the other ports, APACHE_PORT already includes PORTSDIR. If you have one in /etc/make.conf, this breaks `make index': p5-Apache-AuthCookie-2.011:"/usr/ports/www//usr/ports/www/apache13-modssl" non-existent -- dependency list incomplete Since I'm here, make portlint happy with ${AWK} and fix $1. >How-To-Repeat: Re-build index. >Fix: Just apply the following patch: --- www/p5-Apache-AuthCookie/Makefile.orig Wed Nov 13 00:15:56 2002 +++ www/p5-Apache-AuthCookie/Makefile Sun Dec 15 17:02:46 2002 @@ -15,12 +15,12 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ - ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${APACHE_PORT} + ${LOCALBASE}/sbin/apxs:${APACHE_PORT} RUN_DEPENDS= ${BUILD_DEPENDS} -APACHE_PORT?= apache13 +APACHE_PORT?= ${PORTSDIR}/www/apache13 CURUSER?= `whoami` -CURGRP?= `groups | awk '{print $1}'` +CURGRP?= `groups | ${AWK} '{print $$1}'` TESTPORT?= 8228 PERL_CONFIGURE= yes CONFIGURE_ENV+= APACHE="${PREFIX}/sbin/apache" \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 9:47:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B627C37B401; Sun, 15 Dec 2002 09:47:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6249F43EB2; Sun, 15 Dec 2002 09:47:12 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBFHlCx3096276; Sun, 15 Dec 2002 09:47:12 -0800 (PST) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBFHl3HA096272; Sun, 15 Dec 2002 17:47:03 GMT Date: Sun, 15 Dec 2002 17:47:03 GMT From: Hye-Shik Chang Message-Id: <200212151747.gBFHl3HA096272@freefall.freebsd.org> To: jmt@twilley.org, perky@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46270: build of apache2 port fails while applying patches Sender: owner-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: build of apache2 port fails while applying patches State-Changed-From-To: open->closed State-Changed-By: perky State-Changed-When: Sun Dec 15 17:45:46 GMT 2002 State-Changed-Why: Please sync your userland world to kernel version. (esp. /usr/bin/sed) http://www.freebsd.org/cgi/query-pr.cgi?pr=46270 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 9:50:21 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D27B037B401 for ; Sun, 15 Dec 2002 09:50:19 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 004B943EC2 for ; Sun, 15 Dec 2002 09:50:19 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gBFHo4Jr045584; Sun, 15 Dec 2002 12:50:04 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gBFHo4hi045567; Sun, 15 Dec 2002 12:50:04 -0500 (EST) (envelope-from alane) Date: Sun, 15 Dec 2002 12:50:04 -0500 From: AlanE To: "James E. Flemer" Cc: freebsd-ports@FreeBSD.ORG Subject: Re: libtool 1.3 and 1.4 Message-ID: <20021215175004.GC70340@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: "James E. Flemer" , freebsd-ports@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.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, Dec 14, 2002 at 07:58:09PM -0500, James E. Flemer wrote: >Let the madness ensue. =) > >No doubt this has come up before, and most people are >probably aware of the state of libtool in ports. Probably >the best attempt (I've seen) at doing anything about >libtool, was by Jeremy Norris as seen in ports/33916. >This PR was last updated Sep 08 2002. > >I took a few hours today to review the patches offered by >Jeremy, and to look at the way concurrent versions of >autoconf (et al) are handled in ports. As a result, I >threw together a revised set of patches that may be enough >to get things moving towards a happy coexistence of both >versions of libtool in the ports tree. Attempts were made >to keep as many existing ports from breaking, but some >cases could not be avoided. I'll take a look at this. The basic ground rules for doing this are that nothing may change in the way automake and autoconf are handled in bsd.port.mk, all non-current versions install info files with version in name, all non-current versions create a libexec/thingNNN/thing-program link to the real binary, and person supplying the patches fixes every port that breaks as a result of the patch. Oh, and should a war ensue, person who started it gets CC'd multiple times. Hehehe. I'll take a look at what you've done, but this is just not a high priority item compared to some others (KDE new version and bugs). I appreciate the time you've taken. Assistance in doing the patchwork (pun intended) in dealing with these tools is always appreciated. Having said that, I'll add that it doesn't guarantee anything happening quickly, especially since the ports tree is to be frozen another 4 weeks, and then an avalanche of commits will break everything but a couple of irc bots, who will gain sentience and ..... oh never mind. Anyway, today is my 41st birthday and I'm *not* looking at it today. This week, sure. -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 10:33: 5 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92D5437B401 for ; Sun, 15 Dec 2002 10:33:03 -0800 (PST) Received: from centaur.acm.jhu.edu (centaur.acm.jhu.edu [128.220.223.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id D04D543EB2 for ; Sun, 15 Dec 2002 10:32:59 -0800 (PST) (envelope-from jflemer@acm.jhu.edu) Received: by centaur.acm.jhu.edu (Postfix, from userid 556) id DC7C913EB2; Sun, 15 Dec 2002 13:32:53 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by centaur.acm.jhu.edu (Postfix) with ESMTP id DBE0437F10; Sun, 15 Dec 2002 13:32:53 -0500 (EST) Date: Sun, 15 Dec 2002 13:32:53 -0500 (EST) From: "James E. Flemer" Reply-To: "James E. Flemer" To: AlanE Cc: Subject: Re: libtool 1.3 and 1.4 In-Reply-To: <20021215175004.GC70340@wwweasel.geeksrus.net> 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 On Sun, 15 Dec 2002, AlanE wrote: > On Sat, Dec 14, 2002 at 07:58:09PM -0500, James E. Flemer wrote: > > --snip-- > > > >I took a few hours today to review the patches offered by > >Jeremy, and to look at the way concurrent versions of > >autoconf (et al) are handled in ports. As a result, I > >threw together a revised set of patches that may be enough > >to get things moving towards a happy coexistence of both > >versions of libtool in the ports tree. Attempts were made > >to keep as many existing ports from breaking, but some > >cases could not be avoided. > > I'll take a look at this. The basic ground rules for doing this are that > nothing may change in the way automake and autoconf are handled in > bsd.port.mk, all non-current versions install info files with version in > name, all non-current versions create a libexec/thingNNN/thing-program > link to the real binary, and person supplying the patches fixes every > port that breaks as a result of the patch. I did not change any auto* bits (intentionally). Libtool13 installs: (among others) info/libtool13.info libexec/libtool13/libtool -> bin/libtool13 libexec/libtool13/libtoolize -> bin/libtoolize13 I guess the question is which version would be "current" and which would be "non-current". I would like to see FreeBSD move to 1.4 as current; it has to happen sometime, and more and more programs want 1.4 to build. As you mentioned when ports are thawed there is going to be breakage all over the place, so it may be a good time to shake things up with libtool. I could probably fix most ports, given that some autobuild system (bento) can tell me what I broke. :-) I don't know a whole lot about bento, but is the libtool patch a good candidate for "experimental port patches"? Perhaps we could get the libtool changes on bento "experimental" before ports is thawed, so that it could be merged soon after. --snip-- > Anyway, today is my 41st birthday and I'm *not* looking at it today. > This week, sure. Happy Birthday! -James To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 10:48:27 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9BAA37B401; Sun, 15 Dec 2002 10:48:26 -0800 (PST) Received: from mx1.mail.ru (mx1.mail.ru [194.67.57.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5644E43EC5; Sun, 15 Dec 2002 10:48:25 -0800 (PST) (envelope-from cat_naz@mail.ru) Received: from f20.int ([10.0.0.142] helo=f20.mail.ru) by mx1.mail.ru with esmtp (Exim MX.1) id 18NdoN-000GPX-00; Sun, 15 Dec 2002 21:48:23 +0300 Received: from mail by f20.mail.ru with local (Exim FE.1) id 18NdoN-0002Du-00; Sun, 15 Dec 2002 21:48:23 +0300 Received: from [213.46.62.162] by win.mail.ru with HTTP; Sun, 15 Dec 2002 21:48:23 +0300 From: "=?koi8-r?Q?=EE=C1=DA=C1=D2=20=EB=CF=DA=C1=DE=C5=CE=CB=CF?=" To: fjoe@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: unknown, 195.5.50.146 via proxy [213.46.62.162] Date: Sun, 15 Dec 2002 21:48:23 +0300 Reply-To: "=?koi8-r?Q?=EE=C1=DA=C1=D2=20=EB=CF=DA=C1=DE=C5=CE=CB=CF?=" Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ъДТБУФЧХКФЕ, fjoe.| -------------------------------------------------------- нПЦЕ НОЕ РТЙУМБФШ ОБ НЩМП Midnight Commander. рПМОПУФА УП ЧУЕ ЮФП ДМС ОЕЗП ОБДП. й ЙОУФТХЛГЙА РП ХУФБОПЧЛЕ. -------------------------------------------------------- рЙЫЙФЕ НОЕ! -------------------------------------------------------- у ХЧБЦЕОЙЕН, оБЪБТ! | mailto:cat_naz@mail.ru -------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 11:14:10 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88CB337B401 for ; Sun, 15 Dec 2002 11:14:08 -0800 (PST) Received: from mofo.socruel.nu (gone.xs4all.nl [213.84.247.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id F297C43EB2 for ; Sun, 15 Dec 2002 11:14:07 -0800 (PST) (envelope-from freebsd-ports@socruel.nu) Received: from lotus.ad.socruel.org (lotus.ad.socruel.org [172.16.0.200]) by mofo.socruel.nu (Postfix) with ESMTP id 027D45B170 for ; Sun, 15 Dec 2002 20:14:06 +0100 (CET) Subject: Error code 1 when installing nmap port MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Sun, 15 Dec 2002 20:14:05 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Content-Class: urn:content-classes:message Message-ID: <2578F22C7A5515449899AF290E2D483215CC@lotus.ad.socruel.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Error code 1 when installing nmap port thread-index: AcKkbiLcLApj5iZdR0GRrrqin0cCww== From: "freebsd-ports" To: Sender: owner-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 an up to date portstree (last cvsup 1 AM this morning CET) I get the following error when installing the nmap port : root@delta root # cd /usr/ports/security/nmap root@delta nmap # make =3D=3D=3D> Extracting for nmap-3.00 >> Checksum OK for nmap-3.00.tgz. =3D=3D=3D> Patching for nmap-3.00 =3D=3D=3D> Applying FreeBSD patches for nmap-3.00 =3D=3D=3D> Configuring for nmap-3.00 configure: WARNING: you should use --build, --host, --target checking for i386-portbld-freebsd4.6.2-gcc... Cc [snip] NMAP_URL=3D\"www.insecure.org/nmap/\" -DNMAP_PLATFORM=3D\"i386-portbld-freebsd4.6.2\" -DNMAPDATADIR=3D\"/usr/local/share/nmap\" -c portlist.c Compiling nmap rm -f nmap cc -L/usr/local/lib -Lnbase -o nmap main.o nmap.o targets.o tcpip.o nmap_error.o utils.o idle_scan.o osscan.o output.o scan_engine.o timing.o charpool.o services.o protocols.o nmap_rpc.o portlist.o -lpcap -lm -lnbase -lpcap cd nmapfe; test -f Makefile && make VERSION=3D3.00 STATIC=3D; *** Error code 1 (ignored) This system runs 4.6.2-RELEASE-p3. I also experience this on 2 other 4.6.2 FreeBSD servers. Anyone any idea how to solve this? MTIA. Lars. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 11:29:14 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDE0037B401 for ; Sun, 15 Dec 2002 11:29:12 -0800 (PST) Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id D705343EC2 for ; Sun, 15 Dec 2002 11:29:11 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from xena.gsicomp.on.ca ([65.95.186.92]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021215192910.PLIV7671.tomts5-srv.bellnexxia.net@xena.gsicomp.on.ca>; Sun, 15 Dec 2002 14:29:10 -0500 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.3/8.11.3) with SMTP id gBFJT7S86070; Sun, 15 Dec 2002 14:29:08 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <019401c2a470$395d3f60$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "James E. Flemer" , "AlanE" Cc: References: Subject: Re: libtool 1.3 and 1.4 Date: Sun, 15 Dec 2002 14:25:25 -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.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 Sender: owner-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, 15 Dec 2002, AlanE wrote: > > > On Sat, Dec 14, 2002 at 07:58:09PM -0500, James E. Flemer wrote: > > > > --snip-- > > > > > >I took a few hours today to review the patches offered by > > >Jeremy, and to look at the way concurrent versions of > > >autoconf (et al) are handled in ports. As a result, I > > >threw together a revised set of patches that may be enough > > >to get things moving towards a happy coexistence of both > > >versions of libtool in the ports tree. Attempts were made > > >to keep as many existing ports from breaking, but some > > >cases could not be avoided. > > > > I'll take a look at this. The basic ground rules for doing this are that > > nothing may change in the way automake and autoconf are handled in > > bsd.port.mk, all non-current versions install info files with version in > > name, all non-current versions create a libexec/thingNNN/thing-program > > link to the real binary, and person supplying the patches fixes every > > port that breaks as a result of the patch. > > I did not change any auto* bits (intentionally). > Libtool13 installs: (among others) > info/libtool13.info > libexec/libtool13/libtool -> bin/libtool13 > libexec/libtool13/libtoolize -> bin/libtoolize13 > > I guess the question is which version would be "current" > and which would be "non-current". I would like to see > FreeBSD move to 1.4 as current; it has to happen sometime, > and more and more programs want 1.4 to build. As you > mentioned when ports are thawed there is going to be > breakage all over the place, so it may be a good time to > shake things up with libtool. As Alan and I have discussed in the past, the move to libtool-1.4 will break *everything*, since the ltconfig script doesn't exist anymore -- it's been replaced by some m4 script. This means that every port that uses libtool will need USE_AUTOCONF in order to generate a configure file and libtool script that takes into account our FreeBSD mods instead of the GNU default assumptions. Of course, this can't be done without the appropriate logic in bsd.port.mk, and Alan had asked me to hold off on my 1.4 patches until we release 5.0-RELEASE and get the support for autoconf / automake cleaned up. Only then is the time right to start looking at getting libtool-1.4 integrated into the ports system. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 11:35:56 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0357E37B401; Sun, 15 Dec 2002 11:35:56 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3DF343EC2; Sun, 15 Dec 2002 11:35:55 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBFJZtx3028656; Sun, 15 Dec 2002 11:35:55 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBFJZtiI028652; Sun, 15 Dec 2002 11:35:55 -0800 (PST) Date: Sun, 15 Dec 2002 11:35:55 -0800 (PST) From: Patrick Li Message-Id: <200212151935.gBFJZtiI028652@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, petef@FreeBSD.org Subject: Re: ports/46265: change link in misc/xrmap/files/pkg-message.in Sender: owner-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: change link in misc/xrmap/files/pkg-message.in Responsible-Changed-From-To: freebsd-ports->petef Responsible-Changed-By: pat Responsible-Changed-When: Sun Dec 15 11:35:44 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=46265 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 11:47:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0AE637B401; Sun, 15 Dec 2002 11:47:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2621843E4A; Sun, 15 Dec 2002 11:47:22 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBFJlMx3030928; Sun, 15 Dec 2002 11:47:22 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBFJlL5l030924; Sun, 15 Dec 2002 11:47:21 -0800 (PST) Date: Sun, 15 Dec 2002 11:47:21 -0800 (PST) From: Patrick Li Message-Id: <200212151947.gBFJlL5l030924@freefall.freebsd.org> To: thierry@pompo.net, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46276: www/p5-Apache-AuthCookie: fixing BUILD_DEPENDS. Sender: owner-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: www/p5-Apache-AuthCookie: fixing BUILD_DEPENDS. State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Sun Dec 15 11:47:11 PST 2002 State-Changed-Why: Committed, Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=46276 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 11:49:29 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 422FC37B404 for ; Sun, 15 Dec 2002 11:49:28 -0800 (PST) Received: from centaur.acm.jhu.edu (centaur.acm.jhu.edu [128.220.223.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD3B943ED8 for ; Sun, 15 Dec 2002 11:49:27 -0800 (PST) (envelope-from jflemer@acm.jhu.edu) Received: by centaur.acm.jhu.edu (Postfix, from userid 556) id 396C313EB2; Sun, 15 Dec 2002 14:49:22 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by centaur.acm.jhu.edu (Postfix) with ESMTP id 38CDB37F10; Sun, 15 Dec 2002 14:49:22 -0500 (EST) Date: Sun, 15 Dec 2002 14:49:22 -0500 (EST) From: "James E. Flemer" Reply-To: "James E. Flemer" To: Matthew Emmerton Cc: AlanE , Subject: Re: libtool 1.3 and 1.4 In-Reply-To: <019401c2a470$395d3f60$1200a8c0@gsicomp.on.ca> 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 On Sun, 15 Dec 2002, Matthew Emmerton wrote: > > As Alan and I have discussed in the past, the move to libtool-1.4 will break > *everything*, since the ltconfig script doesn't exist anymore -- it's been > replaced by some m4 script. This means that every port that uses libtool > will need USE_AUTOCONF in order to generate a configure file and libtool > script that takes into account our FreeBSD mods instead of the GNU default > assumptions. > > Of course, this can't be done without the appropriate logic in bsd.port.mk, > and Alan had asked me to hold off on my 1.4 patches until we release > 5.0-RELEASE and get the support for autoconf / automake cleaned up. Only > then is the time right to start looking at getting libtool-1.4 integrated > into the ports system. That is why my patches are to allow *both* versions to be installed. That way anything that needs libtool-1.3 just says: USE_LIBTOOL=yes, or USE_LIBTOOL_VER=13. So most ports will just work (if they already say USE_LIBTOOL). Newer programs that need 1.4 will also work, because they can simply say: USE_LIBTOOL_VER=14. Please, take a look at the patch for bsd.port.mk. http://www.cs.rpi.edu/~flemej/freebsd/libtool-upgrade/ As I mentioned in my last email, one of the main questions will be whether to have: libtool-1.3.5 and libtool14-1.4.3 or libtool13-1.3.5 and libtool-1.4.3 Note, I haven't tested much at all with USE_LIBTOOL_VER=14, yet because I need some ports that use libtool-1.4 first. Anyone have one to test with? -James To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 12: 8:41 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 760C037B401 for ; Sun, 15 Dec 2002 12:08:40 -0800 (PST) Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id E771D43EC2 for ; Sun, 15 Dec 2002 12:08:39 -0800 (PST) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (lyon-1-a7-62-147-19-119.dial.proxad.net [62.147.19.119]) by postfix4-2.free.fr (Postfix) with ESMTP id 06691C09D for ; Sun, 15 Dec 2002 21:08:38 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id D63AA7600; Sun, 15 Dec 2002 21:06:32 +0100 (CET) Date: Sun, 15 Dec 2002 21:06:32 +0100 From: Thierry Thomas To: freebsd-ports@FreeBSD.ORG Subject: Re: libtool 1.3 and 1.4 Message-ID: <20021215200632.GA57930@graf.pompo.net> Mail-Followup-To: freebsd-ports@FreeBSD.ORG References: <019401c2a470$395d3f60$1200a8c0@gsicomp.on.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.7-STABLE i386 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc;y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xC71405A2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Le 15/12/2002 а 20:49:22 +0100, James E. Flemer йcrivait : > Note, I haven't tested much at all with USE_LIBTOOL_VER=14, > yet because I need some ports that use libtool-1.4 first. > Anyone have one to test with? Look at PR ports/46201 (php-gtk). -- Th. Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 12:47:14 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A19DD37B401 for ; Sun, 15 Dec 2002 12:47:13 -0800 (PST) Received: from prserv.net (out2.prserv.net [32.97.166.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2906043EC2 for ; Sun, 15 Dec 2002 12:47:13 -0800 (PST) (envelope-from wkirkha@attglobal.net) Received: from localhost (slip-32-102-126-250.or.us.prserv.net[32.102.126.250]) by prserv.net (out2) with SMTP id <20021215204710202024iaq3e>; Sun, 15 Dec 2002 20:47:11 +0000 Date: Sun, 15 Dec 2002 12:43:16 -0800 Mime-Version: 1.0 (Apple Message framework v482) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: subscribe From: William Kirkham To: freebsd-ports@FreeBSD.org Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.482) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org subscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 13:32:19 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A74E337B401 for ; Sun, 15 Dec 2002 13:32:18 -0800 (PST) Received: from bear.orl.ru (bear.orl.ru [213.59.67.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51D8E43EB2 for ; Sun, 15 Dec 2002 13:32:17 -0800 (PST) (envelope-from rxm@mail.ru) Received: from odb ([213.59.67.37]) by bear.orl.ru (8.11.1/8.11.1) with SMTP id gBFLSxZ53354 for ; Mon, 16 Dec 2002 00:28:59 +0300 (MSK) Date: Mon, 16 Dec 2002 00:28:59 +0300 (MSK) Message-Id: <200212152128.gBFLSxZ53354@bear.orl.ru> From: RxMax Laboratory To: ports@freebsd.org Subject: Программирование и дизайн Reply-To: rxm@mail.ru 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 Вам нужна программа, аналогов которой еще не существует в компьютерном мире? Или Вы хотите, чтобы Ваш сайт стал Вашим достойным лицом? Вам требуются услуги профессиональных программистов и дизайнеров? Для этого не обязательно куда-то идти. Вы можете заказать нужное Вам программное обеспечение или дизайн Вашего сайта, не выходя из офиса. Мы реализуем Ваши проекты в срок и по разумным ценам, и гарантируем качество своих работ. Просто свяжитесь с нами по e-mail rxmax@freemail.ru Пожалуйста пользуйтесь для связи только указанным e-mail адресом, а не обратным адресом данного сообщения! Проектная студия "RxMax Software" Данная рассылка произведена в соответствии с ч.4 ст.29 Конституции РФ. Ваш электронный адрес получен из открытых источников ИНТЕРНЕТ. ДАННАЯ РАССЫЛКА ЯВЛЯЕТСЯ РАЗОВОЙ (дублирование возможно только в силу технических сбоев). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 13:49:16 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5930437B401 for ; Sun, 15 Dec 2002 13:49:15 -0800 (PST) Received: from anor.ics.muni.cz (anor.ics.muni.cz [147.251.4.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFF6B43EDC for ; Sun, 15 Dec 2002 13:49:13 -0800 (PST) (envelope-from hopet@ics.muni.cz) Received: from dior.ics.muni.cz (dior.ics.muni.cz [147.251.6.10]) by anor.ics.muni.cz (8.12.1/8.12.1) with ESMTP id gBFLn1Kw012447; Sun, 15 Dec 2002 22:49:02 +0100 Received: from kloboucek (root@localhost) (authenticated as hopet with LOGIN) by dior.ics.muni.cz (8.10.1/8.10.0.Beta12) with ESMTP id gBFLmwd07162; Sun, 15 Dec 2002 22:48:58 +0100 (MET) From: "Petr Holub" To: "Kris Kennaway" Cc: , Subject: RE: FreeBSD Port: mplayer-0.90.0.9 Date: Sun, 15 Dec 2002 22:49:31 +0100 Message-ID: <001401c2a483$d9325260$8ce96cc2@kloboucek> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 Importance: Normal In-Reply-To: <20021215022425.GB30547@rot13.obsecurity.org> X-Muni-Virus-Test: Clean Sender: owner-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 started with fresh 5.0-DP2 and did binary upgrade to RC1. I think > > I shouldn't have stale heades for the change to gcc 3.2 was well > > before DP2. Or is there anything important that changed from > > DP2 to RC1? > > I don't know, but mplayer builds correctly on a truly fresh -current > system :-) It became broken by new version of LiveMedia as I found earlier. But the guys around mplayer managed to correct it yesterday so if you have fresh enough (or old enough :o) ) port tree it compiles OK. Petr ================================================================ Petr Holub CESNET z.s.p.o. Supercomputing Center Brno Zikova 4 Institute of Compt. Science 160 00 Praha 6, CZ Masaryk University Czech Republic Botanicka 68a, 60200 Brno, CZ e-mail: Petr.Holub@cesnet.cz phone: +420-5-41512213 e-mail: hopet@ics.muni.cz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 14:10:27 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9F5137B401 for ; Sun, 15 Dec 2002 14:10:25 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FBB543ED4 for ; Sun, 15 Dec 2002 14:10:25 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id gBFM9v3a029748 for ; Sun, 15 Dec 2002 17:09:57 -0500 (EST) (envelope-from marcus@FreeBSD.org) Subject: Netatalk-1.6.0 From: Joe Marcus Clarke To: ports@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-gUQMhRbkhyHmw+0yt8f2" Organization: FreeBSD, Inc. Message-Id: <1039990223.516.17.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 15 Dec 2002 17:10:24 -0500 X-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,NOSPAM_INC,PGP_SIGNATURE_2,SPAM_PHRASE_00_01 version=2.43 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=-gUQMhRbkhyHmw+0yt8f2 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable For those wanting to try out the new Netatalk before the freeze lifts, get the patch diffs from http://www.marcuscom.com/downloads/freeze/netatalk.diff. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome --=-gUQMhRbkhyHmw+0yt8f2 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA9/P3Pb2iPiv4Uz4cRArizAKCooZ8ZiHClREs/EocNEsrH5jSPRACeKA3j sx3h3xcYqd0TFbgTCZ3XS5g= =yTyu -----END PGP SIGNATURE----- --=-gUQMhRbkhyHmw+0yt8f2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 14:21: 6 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67F4337B401; Sun, 15 Dec 2002 14:21:05 -0800 (PST) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3581043EB2; Sun, 15 Dec 2002 14:21:04 -0800 (PST) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id AAA141756; Mon, 16 Dec 2002 00:20:57 +0200 Date: Mon, 16 Dec 2002 00:20:57 +0200 (WET) From: Evren Yurtesen To: brian@FreeBSD.org, ports@FreeBSD.org Subject: freeradius port 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 Hello, The freeradius port seems to be little behind from the released versions at freeradius.org web page Is there any plans to get up to date? Evren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 14:43:19 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1C8337B401; Sun, 15 Dec 2002 14:43:18 -0800 (PST) Received: from t-mta3.odn.ne.jp (mfep3.odn.ne.jp [143.90.131.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6779A43EB2; Sun, 15 Dec 2002 14:43:06 -0800 (PST) (envelope-from fuyuki@hadaly.org) Received: from hadaly.dyndns.org ([218.218.28.223]) by t-mta3.odn.ne.jp with ESMTP id <20021215224305077.LTHH.895.t-mta3.odn.ne.jp@mta3.odn.ne.jp>; Mon, 16 Dec 2002 07:43:05 +0900 Received: from hadaly.dyndns.org (localhost [::1]) by hadaly.dyndns.org (Postfix) with ESMTP id A8DF0549E; Mon, 16 Dec 2002 07:43:03 +0900 (JST) Date: Mon, 16 Dec 2002 07:43:03 +0900 Message-ID: <86wumavr7s.wl@hadaly.dyndns.org> From: Kimura Fuyuki To: edwin@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/45870: Update port: japanese/cal.rb to 0.2.2002.11.28 In-Reply-To: <200212140507.gBE57KFI042269@freefall.freebsd.org> References: <200212140507.gBE57KFI042269@freefall.freebsd.org> User-Agent: Wanderlust/2.8.1 (Something) Emacs/21.2 Mule/5.0 (SAKAKI) X-Public-Key: http://www.hadaly.org/fuyuki.key X-Fingerprint: 8D68 1138 1A85 8556 C6A9 274B 2C72 2E56 3AF7 3D89 MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") 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 Fri, 13 Dec 2002 21:07:20 -0800 (PST), Edwin Groothuis wrote: > > Synopsis: Update port: japanese/cal.rb to 0.2.2002.11.28 > > State-Changed-From-To: open->feedback > State-Changed-By: edwin > State-Changed-When: Fri Dec 13 21:04:45 PST 2002 > State-Changed-Why: > cal.rb seems to be modified again on 2002.12.02. > Can you please confirm this port is working wihtout changes to your > PR and I'll commit it to get it working again! It's just trivial one line change. You can safely update the distinfo and commit it. Thanks. -- fuyuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 14:50:30 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA76637B401; Sun, 15 Dec 2002 14:50:28 -0800 (PST) Received: from t-mta3.odn.ne.jp (mfep3.odn.ne.jp [143.90.131.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EACC43EA9; Sun, 15 Dec 2002 14:50:27 -0800 (PST) (envelope-from fuyuki@hadaly.org) Received: from hadaly.dyndns.org ([218.218.28.223]) by t-mta3.odn.ne.jp with ESMTP id <20021215225026339.LTQJ.895.t-mta3.odn.ne.jp@mta3.odn.ne.jp>; Mon, 16 Dec 2002 07:50:26 +0900 Received: from hadaly.dyndns.org (localhost [::1]) by hadaly.dyndns.org (Postfix) with ESMTP id 1CDE7549E; Mon, 16 Dec 2002 07:50:27 +0900 (JST) Date: Mon, 16 Dec 2002 07:50:27 +0900 Message-ID: <86vg1uvqvg.wl@hadaly.dyndns.org> From: Kimura Fuyuki To: edwin@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/45870: Update port: japanese/cal.rb to 0.2.2002.11.28 In-Reply-To: <86wumavr7s.wl@hadaly.dyndns.org> References: <200212140507.gBE57KFI042269@freefall.freebsd.org> <86wumavr7s.wl@hadaly.dyndns.org> User-Agent: Wanderlust/2.8.1 (Something) Emacs/21.2 Mule/5.0 (SAKAKI) X-Public-Key: http://www.hadaly.org/fuyuki.key X-Fingerprint: 8D68 1138 1A85 8556 C6A9 274B 2C72 2E56 3AF7 3D89 MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") 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 Mon, 16 Dec 2002 07:43:03 +0900, Kimura Fuyuki wrote: > > At Fri, 13 Dec 2002 21:07:20 -0800 (PST), > Edwin Groothuis wrote: > > > > Synopsis: Update port: japanese/cal.rb to 0.2.2002.11.28 > > > > State-Changed-From-To: open->feedback > > State-Changed-By: edwin > > State-Changed-When: Fri Dec 13 21:04:45 PST 2002 > > State-Changed-Why: > > cal.rb seems to be modified again on 2002.12.02. > > Can you please confirm this port is working wihtout changes to your > > PR and I'll commit it to get it working again! > > It's just trivial one line change. You can safely update the distinfo > and commit it. Thanks. Forgot to mention: set PORTVERSION to 0.21, not 0.2.2002.11.28 please... -- fuyuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 16: 7:42 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A8C237B401 for ; Sun, 15 Dec 2002 16:07:42 -0800 (PST) Received: from 12-234-90-219.client.attbi.com (12-234-90-219.client.attbi.com [12.234.90.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9041B43ED1 for ; Sun, 15 Dec 2002 16:07:41 -0800 (PST) (envelope-from DougB@FreeBSD.org) Received: from 12-234-90-219.client.attbi.com (mvuwi8jul66o2fbx@localhost [127.0.0.1]) by 12-234-90-219.client.attbi.com (8.12.6/8.12.6) with ESMTP id gBG07eeZ054274; Sun, 15 Dec 2002 16:07:40 -0800 (PST) (envelope-from DougB@FreeBSD.org) Received: from localhost (doug@localhost) by 12-234-90-219.client.attbi.com (8.12.6/8.12.6/Submit) with ESMTP id gBG07ect054271; Sun, 15 Dec 2002 16:07:40 -0800 (PST) X-Authentication-Warning: 12-234-90-219.client.attbi.com: doug owned process doing -bs Date: Sun, 15 Dec 2002 16:07:40 -0800 (PST) From: Doug Barton X-X-Sender: doug@12-234-90-219.client.attbi.com To: Booker Cc: freebsd-ports@FreeBSD.org Subject: Re: SpamAssassin: weird problem with spamd In-Reply-To: <00bc01c2a3d0$8059f7a0$c17f4140@lava.net> Message-ID: <20021215160713.B54117-100000@12-234-90-219.client.attbi.com> References: <00bc01c2a3d0$8059f7a0$c17f4140@lava.net> 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 Sat, 14 Dec 2002, Booker wrote: > Any thoughts, or should I just bug the spamass guys. The latter. I make no warranties about spamassassin working with perl 5.8. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 16:10: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC17E37B401 for ; Sun, 15 Dec 2002 16:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6DCD43EA9 for ; Sun, 15 Dec 2002 16:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBG0A2x3009359 for ; Sun, 15 Dec 2002 16:10:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBG0A2q2009358; Sun, 15 Dec 2002 16:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EBD537B401 for ; Sun, 15 Dec 2002 16:06:54 -0800 (PST) Received: from murphy.dachbu.de (murphy.dachbu.de [195.180.4.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39C9643EA9 for ; Sun, 15 Dec 2002 16:06:53 -0800 (PST) (envelope-from freddy@murphy.dachbu.de) Received: from murphy.dachbu.de (racoon@localhost [127.0.0.1]) by murphy.dachbu.de (8.12.6/8.12.6) with ESMTP id gBG06pxH006747 for ; Mon, 16 Dec 2002 01:06:51 +0100 (CET) (envelope-from freddy@murphy.dachbu.de) Received: (from freddy@localhost) by murphy.dachbu.de (8.12.6/8.12.6/Submit) id gBG06pfw006746; Mon, 16 Dec 2002 01:06:51 +0100 (CET) Message-Id: <200212160006.gBG06pfw006746@murphy.dachbu.de> Date: Mon, 16 Dec 2002 01:06:51 +0100 (CET) From: Frank Altpeter Reply-To: Frank Altpeter To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download Sender: owner-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: 46280 >Category: ports >Synopsis: ports/www/phoenix-0.5_3 exit 11 after download >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 15 16:10:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Frank Altpeter >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD pegasus 4.7-STABLE FreeBSD 4.7-STABLE #3: Sat Dec 7 19:18:00 CET 2002 root@pegasus:/usr/obj/usr/src/sys/pegasus i386 >Description: When running phoenix 0.5_3, all works until you activate a download. After selecting the target directory in the file menu dialogue, the download starts as expected. When the download is finished, not only the download progress status window, but the whole phoenix does exit with exitcode 11 and with the error message: LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [Cannot open "/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so"] This message only seems to appear when 'keep download progress window open after download' is active. Otherwise phoenix just exits. Phoenix has been configured to not use java, since jdk is not installed on the used machine. And yes, according to the phoenix release notes, a clean new install with a clean and new user profile has been used. >How-To-Repeat: - Start phoenix-0.5_3 (with disabled java and without installed libjavaplugin_oji.so) - open an URL with downloadable files - Left-click on a file, select local location, and watch the browser exit after download >Fix: None known >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 16:16:52 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D272537B401; Sun, 15 Dec 2002 16:16:51 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EC5743ED1; Sun, 15 Dec 2002 16:16:51 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBG0Gpx3011488; Sun, 15 Dec 2002 16:16:51 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBG0GjZw011483; Sun, 15 Dec 2002 16:16:45 -0800 (PST) Date: Sun, 15 Dec 2002 16:16:45 -0800 (PST) From: Alan Eldridge Message-Id: <200212160016.gBG0GjZw011483@freefall.freebsd.org> To: frank@altpeter.de, alane@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download Sender: owner-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/phoenix-0.5_3 exit 11 after download State-Changed-From-To: open->closed State-Changed-By: alane State-Changed-When: Sun Dec 15 16:13:06 PST 2002 State-Changed-Why: Problem is bad non-XF86 font file according to current indications. Uninstall all non-XF86-supplied fonts. Re-add fonts until problem occurs. Report bad font to phoenix@freebsd.org. Note: lfpfonts* are known bad. http://www.freebsd.org/cgi/query-pr.cgi?pr=46280 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 16:20: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86B7A37B401 for ; Sun, 15 Dec 2002 16:20:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40D6C43ED1 for ; Sun, 15 Dec 2002 16:20:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBG0K6x3011903 for ; Sun, 15 Dec 2002 16:20:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBG0K6YZ011902; Sun, 15 Dec 2002 16:20:06 -0800 (PST) Date: Sun, 15 Dec 2002 16:20:06 -0800 (PST) Message-Id: <200212160020.gBG0K6YZ011902@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Adam Weinberger Subject: Re: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download Reply-To: Adam Weinberger Sender: owner-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/46280; it has been noted by GNATS. From: Adam Weinberger To: Frank Altpeter Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download Date: Sun, 15 Dec 2002 16:17:56 -0800 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Did you follow the directions about not having certain sets of fonts installed? It was determined that they were what was causing the problem. # Adam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9/Ru0o8KM2ULHQ/0RAr47AKCPerkFzY3PWfUvQ3inJ7ZviJNGRQCeP79A mCnjolrKriQnZlnrrqwk9iI= =/Wt3 -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 16:30: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F09537B401 for ; Sun, 15 Dec 2002 16:30:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B64D143EDA for ; Sun, 15 Dec 2002 16:30:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBG0U5x3014593 for ; Sun, 15 Dec 2002 16:30:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBG0U5k7014592; Sun, 15 Dec 2002 16:30:05 -0800 (PST) Date: Sun, 15 Dec 2002 16:30:05 -0800 (PST) Message-Id: <200212160030.gBG0U5k7014592@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Frank Altpeter Subject: Re: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download Reply-To: Frank Altpeter Sender: owner-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/46280; it has been noted by GNATS. From: Frank Altpeter To: Adam Weinberger Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download Date: Mon, 16 Dec 2002 01:28:02 +0100 Hello ! Adam Weinberger wrote on 15.12.2002 16:17:56 -0800: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Did you follow the directions about not having certain sets of fonts > installed? It was determined that they were what was causing the > problem. Uhm... perhaps i missed that part :-) but... XFree86-font100dpi-4.2.0 = up-to-date with port XFree86-font75dpi-4.2.0 = up-to-date with port XFree86-fontCyrillic-4.2.0_4 = up-to-date with port XFree86-fontDefaultBitmaps-4.2.0 = up-to-date with port XFree86-fontEncodings-4.2.0 = up-to-date with port XFree86-fontScalable-4.2.0 = up-to-date with port fontconfig-2.0_2 = up-to-date with port mplayer-fonts-0.50 = up-to-date with port urwfonts-1.0 = up-to-date with port I deleted mplayer-fonts and urwfonts, though they are required by mplayer and airport - but the browser is still exiting. Other fonts don't seem to be installed here. With kind regards, Frank Altpeter -- http://www.amazon.de/exec/obidos/wishlist/1H1W7IO0CHPJU/ Wer andere erkennt, ist klug. Wer sich selbst erkennt, ist weise. Wer andere bezwingt, ist stark. Wer sich selbst bezwingt, hat Macht. -- Lao Tse, ca. 500 v. Chr. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 17:22:21 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3998B37B401 for ; Sun, 15 Dec 2002 17:22:20 -0800 (PST) Received: from asclepius.uwa.edu.au (asclepius.uwa.edu.au [130.95.128.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id B80F843EB2 for ; Sun, 15 Dec 2002 17:22:18 -0800 (PST) (envelope-from riggs@obelvisitor1.ee.uwa.edu.au) Received: from 127.0.0.1 (localhost [127.0.0.1]) by dummy.domain.name (Postfix) with SMTP id 48D3E2F8563 for ; Mon, 16 Dec 2002 09:22:07 +0800 (WST) Received: from mail.ee.uwa.edu.au (eeserver.ee.uwa.edu.au [130.95.208.9]) by asclepius.uwa.edu.au (Postfix) with ESMTP id 0A26F2F8711 for ; Mon, 16 Dec 2002 09:22:06 +0800 (WST) Received: from obelvisitor1.ee.uwa.edu.au ([130.95.136.101] ident=root) by mail.ee.uwa.edu.au with esmtp (Exim 4.04) id 18NjxK-0004Wd-00; Mon, 16 Dec 2002 09:22:02 +0800 Received: from obelvisitor1.ee.uwa.edu.au (RIXT@localhost [127.0.0.1]) by obelvisitor1.ee.uwa.edu.au (8.12.6/8.12.6) with ESMTP id gBG1M3bP002830; Mon, 16 Dec 2002 09:22:03 +0800 (WST) (envelope-from riggs@obelvisitor1.ee.uwa.edu.au) Received: (from riggs@localhost) by obelvisitor1.ee.uwa.edu.au (8.12.6/8.12.6/Submit) id gBG1M2fD002829; Mon, 16 Dec 2002 09:22:02 +0800 (WST) (envelope-from riggs) Date: Mon, 16 Dec 2002 09:22:02 +0800 From: "Thomas E. Zander" To: Petr Holub Cc: Kris Kennaway , ports@FreeBSD.ORG Subject: Re: FreeBSD Port: mplayer-0.90.0.9 Message-ID: <20021216012202.GA386@obelvisitor1.ee.uwa.edu.au> References: <20021215022425.GB30547@rot13.obsecurity.org> <001401c2a483$d9325260$8ce96cc2@kloboucek> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: <001401c2a483$d9325260$8ce96cc2@kloboucek> Organization: RiggiServ - Ihr Partner =?iso-8859-15?Q?f?= =?iso-8859-15?Q?=FCr?= alles Delikate X-PGP-KeyID: 0xC85996CD X-PGP-Fingerprint: 4F59 75B4 4CE3 3B00 BC61 5400 8DD4 8929 C859 96CD X-Mailer: Riggisoft Ausguck Eggsbress (Build 1040001304) X-Operating-System: Riggiland BSD 4.7-STABLE (To serve and protect.) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 15. Dec 2002, at 22:49 +0100, Petr Holub wrote according to [RE: FreeBSD Port: mplayer-0.90.0.9]: > It became broken by new version of LiveMedia as I found earlier. But > the guys around mplayer managed to correct it yesterday so if you > have fresh enough (or old enough :o) ) port tree it compiles OK. Sometimes it's cool when problems are already disappeared when I'm back from the weekend :-) Riggs --=20 - "[...] I talked to the computer at great length and -- explained my view of the Universe to it" said Marvin. --- And what happened?" pressed Ford. ---- "It committed suicide." said Marvin. --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQE9/Sq6jdSJKchZls0RAvnBAJ0W0TVFoDTn6uG1g2kSJDq04DicJgCeIhyN Rmj/WaYiWInyfje5FsXUi2g= =vc1o -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 17:33: 7 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 960EC37B401 for ; Sun, 15 Dec 2002 17:33:04 -0800 (PST) Received: from chivas.oneill.dhs.org (chivas.oneill.dhs.org [65.65.85.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFDF843EC2 for ; Sun, 15 Dec 2002 17:33:03 -0800 (PST) (envelope-from sean@seanoneill.info) Received: from v812r.seanoneill.info (dhcp1.NONROUTABLE [192.168.2.1]) by chivas.oneill.dhs.org (Postfix) with ESMTP id 73D3B7688 for ; Sun, 15 Dec 2002 19:32:59 -0600 (CST) Message-Id: <5.2.0.9.0.20021215192157.00b0e668@pop.swbell.yahoo.com> X-Sender: swoneill@swbell.net@pop.swbell.yahoo.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sun, 15 Dec 2002 19:32:42 -0600 To: freebsd-ports@FreeBSD.ORG From: Sean O'Neill Subject: gkrellm2 port compile problems 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 Trying to compile gkrellm-2.1.0 in FreeBSD 4.7-RELEASE-p1 and I'm getting the following. Anyone know why I'm getting the undefined references ? # make ===> Building for gkrellm-2.1.0 (cd po && gmake all) gmake[1]: Entering directory `/usr/ports/sysutils/gkrellm2/work/gkrellm-2.1.0/po' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/sysutils/gkrellm2/work/gkrellm-2.1.0/po' (cd src && gmake \ EXTRAOBJS= SYS_LIBS="-lkvm -ldevstat -lmd" gkrellm ) gmake[1]: Entering directory `/usr/ports/sysutils/gkrellm2/work/gkrellm-2.1.0/src' cc -Wall -I.. `pkg-config --cflags gtk+-2.0 gthread-2.0` -DENABLE_NLS -DLOCALEDIR=\"/usr/X11R6/share/locale\" main.o alerts.o apm.o base64.o clock.o cpu.o disk.o fs.o hostname.o inet.o mail.o mem.o net.o proc.o sensors.o uptime.o chart.o panel.o config.o gui.o krell.o plugins.o pixops.o client.o utils.o winops-x11.o sysdeps-unix.o deprecated.o -o gkrellm `pkg-config --libs gtk+-2.0 gthread-2.0` -L/usr/X11R6/lib -lSM -lICE -lkvm -ldevstat -lmd -Wl,-E /usr/lib/libc.so.4: WARNING! setkey(3) not present in the system! /usr/lib/libc.so.4: warning: this program uses gets(), which is unsafe. /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so.4: WARNING! des_setkey(3) not present in the system! /usr/lib/libc.so.4: WARNING! encrypt(3) not present in the system! /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is not recommended. /usr/lib/libc.so.4: WARNING! des_cipher(3) not present in the system! /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; consider using mkstemp() /usr/X11R6/lib/libpangoxft-1.0.so: undefined reference to `FT_Seek_Stream' /usr/X11R6/lib/libpangoxft-1.0.so: undefined reference to `FT_Get_Short' /usr/X11R6/lib/libpangoxft-1.0.so: undefined reference to `FT_Forget_Frame' /usr/X11R6/lib/libpangoxft-1.0.so: undefined reference to `FT_Access_Frame' /usr/X11R6/lib/libpangoxft-1.0.so: undefined reference to `FT_Get_Long' gmake[1]: *** [gkrellm] Error 1 gmake[1]: Leaving directory `/usr/ports/sysutils/gkrellm2/work/gkrellm-2.1.0/src' gmake: *** [freebsd] Error 2 *** Error code 2 -- ........................................................ ......... ..- -. .. -..- .-. ..- .-.. . ... ............ .-- .. -. -... .-.. --- .-- ... -.. .-. --- --- .-.. ... Sean O'Neill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 18:29:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D0F737B401; Sun, 15 Dec 2002 18:29:31 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AFE343EC5; Sun, 15 Dec 2002 18:29:31 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBG2TVx3050870; Sun, 15 Dec 2002 18:29:31 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBG2TVEj050866; Sun, 15 Dec 2002 18:29:31 -0800 (PST) Date: Sun, 15 Dec 2002 18:29:31 -0800 (PST) From: Patrick Li Message-Id: <200212160229.gBG2TVEj050866@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/46268: linker error in mod_php4 because missing -lstdc++ in textproc/sablotron Sender: owner-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: linker error in mod_php4 because missing -lstdc++ in textproc/sablotron Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: pat Responsible-Changed-When: Sun Dec 15 18:29:13 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=46268 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 18:40: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EC2437B401 for ; Sun, 15 Dec 2002 18:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9466143EDA for ; Sun, 15 Dec 2002 18:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBG2e1x3052892 for ; Sun, 15 Dec 2002 18:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBG2e1S4052891; Sun, 15 Dec 2002 18:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA5C237B401 for ; Sun, 15 Dec 2002 18:39:27 -0800 (PST) Received: from mailout3-eri1.midsouth.rr.com (mailout3-eri1.midsouth.rr.com [24.165.200.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 442A343ED1 for ; Sun, 15 Dec 2002 18:39:27 -0800 (PST) (envelope-from erik@phoenix.smluc.org) Received: from xarx.localdomain (root@cpe-066-061-038-083.midsouth.rr.com [66.61.38.83]) by mailout3-eri1.midsouth.rr.com (8.11.4/8.11.4) with ESMTP id gBG2dPa00204 for ; Sun, 15 Dec 2002 20:39:25 -0600 (CST) Received: (from erik@localhost) by xarx.localdomain (8.11.6/8.11.6) id gBG2dmt26334 for FreeBSD-gnats-submit@freebsd.org; Sun, 15 Dec 2002 20:39:48 -0600 Message-Id: <200212160239.gBG2dmt26334@xarx.localdomain> Date: Sun, 15 Dec 2002 20:39:48 -0600 From: erik@phoenix.smluc.org To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46282: [Maintainer Update] audio/openal Sender: owner-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: 46282 >Category: ports >Synopsis: [Maintainer Update] audio/openal >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 Dec 15 18:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 5.0-RC i386 >Organization: >Environment: System: FreeBSD fenris 5.0-RC FreeBSD 5.0-RC #1: Wed Dec 11 19:13:41 CST 2002 root@fenris:/usr/src/sys/i386/compile/FENRIS i386 >Description: 5 months of stuff... queue gain, consolidated queue looping, alGetSource3f (cross platform compatability fix), gain applied to sources that aren't distance attenuated, speaker distance change, segfault fix, alcSpeakerMove fixes, vector product added, pitch fix, etc >How-To-Repeat: >Fix: --- openal.20021214.patch begins here --- diff -Nurb audio/openal.orig/Makefile audio/openal/Makefile --- audio/openal.orig/Makefile Sun Nov 17 21:48:09 2002 +++ audio/openal/Makefile Sun Dec 15 12:37:57 2002 @@ -6,20 +6,20 @@ # PORTNAME= openal -PORTVERSION= 20020712fbsd +PORTVERSION= 20021215fbsd CATEGORIES= audio MASTER_SITES= http://math.smsu.edu/~erik/files/fbsd/\ - http://smluc.org/~erik/\ + http://www.smluc.org/~erik/\ http://csc.smsu.edu/~greenwald/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erik@smluc.org -WRKSRC= ${WRKDIR}/${PORTNAME}/linux +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/linux GNU_CONFIGURE= yes USE_GMAKE= yes post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/info - install-info ${PREFIX}/info/openal.info ${PREFIX}/info/dir + @${INSTALL_DATA} ${WRKSRC}/doc/openal.info ${PREFIX}/info + @install-info ${PREFIX}/info/openal.info ${PREFIX}/info/dir .include diff -Nurb audio/openal.orig/distinfo audio/openal/distinfo --- audio/openal.orig/distinfo Sat Jul 20 13:58:48 2002 +++ audio/openal/distinfo Sun Dec 15 12:26:58 2002 @@ -1 +1 @@ -MD5 (openal-20020712fbsd.tar.gz) = 255eb6e0c9cd9560592730ba5fdfff56 +MD5 (openal-20021215fbsd.tar.gz) = 0d0ce9570515aab541b74b41ae74d026 --- openal.20021214.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To: FreeBSD-gnats-submit@freebsd.org From: Erik Greenwald Reply-To: Erik Greenwald Cc: X-send-pr-version: 3.113 X-GNATS-Notify: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 19:10:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60C0837B404 for ; Sun, 15 Dec 2002 19:10:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84DCC43EB2 for ; Sun, 15 Dec 2002 19:10:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBG3ACx3063783 for ; Sun, 15 Dec 2002 19:10:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBG3ACDV063782; Sun, 15 Dec 2002 19:10:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8009537B401 for ; Sun, 15 Dec 2002 19:02:50 -0800 (PST) Received: from t-mta3.odn.ne.jp (mfep3.odn.ne.jp [143.90.131.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14D4043EC2 for ; Sun, 15 Dec 2002 19:02:49 -0800 (PST) (envelope-from fuyuki@hadaly.dyndns.org) Received: from hadaly.dyndns.org ([218.218.28.223]) by t-mta3.odn.ne.jp with ESMTP id <20021216030247239.MYND.895.t-mta3.odn.ne.jp@mta3.odn.ne.jp>; Mon, 16 Dec 2002 12:02:47 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id 7599756B8; Mon, 16 Dec 2002 12:02:46 +0900 (JST) Message-Id: <20021216030246.7599756B8@hadaly.dyndns.org> Date: Mon, 16 Dec 2002 12:02:46 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46283: Update port: x11-toolkits/gauche-gtk to 0.2.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: 46283 >Category: ports >Synopsis: Update port: x11-toolkits/gauche-gtk to 0.2.4 >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 Dec 15 19:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.7-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.7-RELEASE-p1 FreeBSD 4.7-RELEASE-p1 #2: Thu Oct 24 12:00:51 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386 >Description: Update to 0.2.4 >How-To-Repeat: >Fix: cvs server: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gauche-gtk/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 21 Nov 2002 18:29:59 -0000 1.1 +++ Makefile 16 Dec 2002 02:59:15 -0000 @@ -6,7 +6,7 @@ # PORTNAME= gtk -PORTVERSION= 0.2.3 +PORTVERSION= 0.2.4 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gauche @@ -31,6 +31,7 @@ post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/*.scm ${EXAMPLESDIR} ${CP} -R ${WRKSRC}/examples/gtk-tutorial ${EXAMPLESDIR} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gauche-gtk/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 21 Nov 2002 18:29:59 -0000 1.1 +++ distinfo 16 Dec 2002 02:59:15 -0000 @@ -1 +1 @@ -MD5 (Gauche-gtk-0.2.3.tgz) = 29602a35852193a5d0bab37fbaa98526 +MD5 (Gauche-gtk-0.2.4.tgz) = 002ebac32562a3987ddad0f47e166b48 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gauche-gtk/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 21 Nov 2002 18:29:59 -0000 1.1 +++ pkg-plist 16 Dec 2002 02:59:15 -0000 @@ -5,39 +5,42 @@ share/gauche/%%VERSION%%/lib/gtk/gtkaux.scm share/gauche/%%VERSION%%/lib/gtk/listener.scm @dirrm share/gauche/%%VERSION%%/lib/gtk -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/COPYING -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/README -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/arrow.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/aspectframe.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/base.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/buttonbox.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/buttons.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/entry.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/eventbox.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/filesel.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/fixed.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/frame.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/helloworld.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/helloworld2.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/info.xpm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/label.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/list.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/menu.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/notebook.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/packbox.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/paned.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/pixmap.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/progressbar.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/radiobuttons.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/rangewidgets.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/scrolledwin.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/spinbutton.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/statusbar.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/table.scm -%%PORTDOCS%%share/examples/gauche/gtk/gtk-tutorial/wheelbarrow.scm -%%PORTDOCS%%@dirrm share/examples/gauche/gtk/gtk-tutorial -%%PORTDOCS%%@dirrm share/examples/gauche/gtk +%%PORTDOCS%%%%EXAMPLESDIR%%/error-dialog.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gdk-animation.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/COPYING +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/README +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/arrow.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/aspectframe.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/base.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/buttonbox.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/buttons.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/entry.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/eventbox.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/filesel.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/fixed.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/frame.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/helloworld.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/helloworld2.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/info.xpm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/label.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/list.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/menu.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/notebook.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/packbox.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/paned.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/pixmap.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/progressbar.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/radiobuttons.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/rangewidgets.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/scrolledwin.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/spinbutton.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/statusbar.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/table.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/gtk-tutorial/wheelbarrow.scm +%%PORTDOCS%%%%EXAMPLESDIR%%/listener.scm +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/gtk-tutorial +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@unexec rmdir %D/share/examples/gauche 2>/dev/null || true -%%PORTDOCS%%share/doc/gauche/gtk/README -%%PORTDOCS%%@dirrm share/doc/gauche/gtk +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTDOCS%%@unexec rmdir %D/share/doc/gauche 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 Sun Dec 15 19:19:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F18437B401; Sun, 15 Dec 2002 19:19:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDE2943ED8; Sun, 15 Dec 2002 19:19:17 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBG3JHx3066179; Sun, 15 Dec 2002 19:19:17 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBG3JHYu066175; Sun, 15 Dec 2002 19:19:17 -0800 (PST) Date: Sun, 15 Dec 2002 19:19:17 -0800 (PST) From: Adam Weinberger Message-Id: <200212160319.gBG3JHYu066175@freefall.freebsd.org> To: adamw@FreeBSD.org, freebsd-ports@FreeBSD.org, adamw@FreeBSD.org Subject: Re: ports/46150: Update port: games/scummvm to 0.3.0b Sender: owner-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/scummvm to 0.3.0b Responsible-Changed-From-To: freebsd-ports->adamw Responsible-Changed-By: adamw Responsible-Changed-When: Sun Dec 15 19:16:22 PST 2002 Responsible-Changed-Why: I forgot to assign this to myself for safekeeping. I am going to make the maintainer change now, and I'll commit the update once the freeze is over. Hopefully with this update, my CD of "Sam & Max Hits the Road" will once again be playable. # Adam http://www.freebsd.org/cgi/query-pr.cgi?pr=46150 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 19:40: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A61737B401 for ; Sun, 15 Dec 2002 19:40:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FF2F43ED4 for ; Sun, 15 Dec 2002 19:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBG3e2x3072378 for ; Sun, 15 Dec 2002 19:40:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBG3e2Cj072377; Sun, 15 Dec 2002 19:40:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56D8D37B401 for ; Sun, 15 Dec 2002 19:37:52 -0800 (PST) Received: from mailout2-eri1.midsouth.rr.com (mailout2-eri1.midsouth.rr.com [24.165.200.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3F5F43ED4 for ; Sun, 15 Dec 2002 19:37:51 -0800 (PST) (envelope-from erik@phoenix.smluc.org) Received: from xarx.localdomain (root@cpe-066-061-038-083.midsouth.rr.com [66.61.38.83]) by mailout2-eri1.midsouth.rr.com (8.11.4/8.11.4) with ESMTP id gBG3bof26200 for ; Sun, 15 Dec 2002 21:37:50 -0600 (CST) Received: (from erik@localhost) by xarx.localdomain (8.11.6/8.11.6) id gBG3cEb26525 for FreeBSD-gnats-submit@freebsd.org; Sun, 15 Dec 2002 21:38:14 -0600 Message-Id: <200212160338.gBG3cEb26525@xarx.localdomain> Date: Sun, 15 Dec 2002 21:38:14 -0600 From: erik@phoenix.smluc.org To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46284: [Maintainer update] lang/gauche 0.6.5 -> 0.6.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: 46284 >Category: ports >Synopsis: [Maintainer update] lang/gauche 0.6.5 -> 0.6.6 >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 Dec 15 19:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 5.0-RC i386 >Organization: >Environment: System: FreeBSD fenris 5.0-RC FreeBSD 5.0-RC #1: Wed Dec 11 19:13:41 CST 2002 root@fenris:/usr/src/sys/i386/compile/FENRIS i386 >Description: Update from 0.6.5 to 0.6.6 Please remove files/patch-src-gauche-arith_i386.h (thanks for holding it for me, knu) the following is the freshmeat blurb A number of bugs are fixed, including a gauche.net bug and do-form compilation bug which were sometimes the cause of crashes. Several new modules are added, including message digest libraries (rfc.md5, rfc.sha1, rfc.hmac, and util.digest), thread-local parameter support, and port seek. Other enhancements include string split to take strings and a regexp as a splitter. >How-To-Repeat: >Fix: --- gauche-0.6.6.patch begins here --- diff -Nurb lang/gauche.orig/Makefile lang/gauche/Makefile --- lang/gauche.orig/Makefile Sun Dec 15 20:46:49 2002 +++ lang/gauche/Makefile Sun Dec 15 20:49:15 2002 @@ -6,14 +6,14 @@ # PORTNAME= gauche -PORTVERSION= 0.6.5 +PORTVERSION= 0.6.6 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= Gauche-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= knu@FreeBSD.org +MAINTAINER= erik@smluc.org # Choices are: "pthreads" and "no", but it seems that FreeBSD does not # yet fully support threads with Boehm GC. diff -Nurb lang/gauche.orig/distinfo lang/gauche/distinfo --- lang/gauche.orig/distinfo Sun Dec 15 20:46:49 2002 +++ lang/gauche/distinfo Sun Dec 15 20:49:49 2002 @@ -1 +1 @@ -MD5 (Gauche-0.6.5.tgz) = b11ddd0c91cea063b727518ca4c9199a +MD5 (Gauche-0.6.6.tgz) = 6e32f2c52ebd4f38c0c207ec6a2fc339 diff -Nurb lang/gauche.orig/files/patch-src-gauche-arith_i386.h lang/gauche/files/patch-src-gauche-arith_i386.h --- lang/gauche.orig/files/patch-src-gauche-arith_i386.h Sun Dec 15 20:46:49 2002 +++ lang/gauche/files/patch-src-gauche-arith_i386.h Wed Dec 31 18:00:00 1969 @@ -1,20 +0,0 @@ ---- src/gauche/arith_i386.h.orig Sun Sep 22 19:48:19 2002 -+++ src/gauche/arith_i386.h Sun Sep 22 19:49:05 2002 -@@ -23,6 +23,8 @@ - * r <- x + y + c mod wordsize - * c <- 1 if carry, 0 otherwise - */ -+/* bad register voodoo... let the 'portable' version catch this. -+ fails on both 4.2-release and 5.0-current - - #define UADD(r, c, x, y) \ - asm("shrl $1, %2;" \ -@@ -32,7 +34,7 @@ - "rcll $1, %1;" \ - :"=&r" (r), "=&r" (c) \ - :"1" (c), "g"(x), "g"(y)) -- -+*/ - /*----------------------------------------------------------------- - * UADDOV(r, v, x, y) unsigned word add with overflow check - * u_long : r, v, x, y; diff -Nurb lang/gauche.orig/pkg-plist lang/gauche/pkg-plist --- lang/gauche.orig/pkg-plist Sun Dec 15 20:46:49 2002 +++ lang/gauche/pkg-plist Sun Dec 15 21:31:44 2002 @@ -9,8 +9,10 @@ lib/gauche/%%VERSION%%/%%TARGET%%/libgauche.so lib/gauche/%%VERSION%%/%%TARGET%%/libnet.so lib/gauche/%%VERSION%%/%%TARGET%%/libuvector.so +lib/gauche/%%VERSION%%/%%TARGET%%/md5.so lib/gauche/%%VERSION%%/%%TARGET%%/mt-random.so lib/gauche/%%VERSION%%/%%TARGET%%/ndbm.so +lib/gauche/%%VERSION%%/%%TARGET%%/sha1.so lib/gauche/%%VERSION%%/%%TARGET%%/syslog.so lib/gauche/%%VERSION%%/%%TARGET%%/termios.so lib/gauche/%%VERSION%%/%%TARGET%%/threads.so @@ -63,11 +65,13 @@ share/gauche/%%VERSION%%/lib/gauche/config.scm share/gauche/%%VERSION%%/lib/gauche/defvalues.scm share/gauche/%%VERSION%%/lib/gauche/fcntl.scm +share/gauche/%%VERSION%%/lib/gauche/hook.scm share/gauche/%%VERSION%%/lib/gauche/interactive.scm share/gauche/%%VERSION%%/lib/gauche/interactive/info.scm share/gauche/%%VERSION%%/lib/gauche/interpolate.scm share/gauche/%%VERSION%%/lib/gauche/let-opt.scm share/gauche/%%VERSION%%/lib/gauche/listener.scm +share/gauche/%%VERSION%%/lib/gauche/listutil.scm share/gauche/%%VERSION%%/lib/gauche/logger.scm share/gauche/%%VERSION%%/lib/gauche/logical.scm share/gauche/%%VERSION%%/lib/gauche/macroutil.scm @@ -91,6 +95,7 @@ share/gauche/%%VERSION%%/lib/gauche/serializer/aserializer.scm share/gauche/%%VERSION%%/lib/gauche/signal.scm share/gauche/%%VERSION%%/lib/gauche/singleton.scm +share/gauche/%%VERSION%%/lib/gauche/stringutil.scm share/gauche/%%VERSION%%/lib/gauche/syslog.scm share/gauche/%%VERSION%%/lib/gauche/termios.scm share/gauche/%%VERSION%%/lib/gauche/test.scm @@ -108,8 +113,11 @@ share/gauche/%%VERSION%%/lib/rfc/822.scm share/gauche/%%VERSION%%/lib/rfc/base64.scm share/gauche/%%VERSION%%/lib/rfc/cookie.scm +share/gauche/%%VERSION%%/lib/rfc/hmac.scm share/gauche/%%VERSION%%/lib/rfc/http.scm +share/gauche/%%VERSION%%/lib/rfc/md5.scm share/gauche/%%VERSION%%/lib/rfc/quoted-printable.scm +share/gauche/%%VERSION%%/lib/rfc/sha1.scm share/gauche/%%VERSION%%/lib/rfc/uri.scm share/gauche/%%VERSION%%/lib/slib.scm share/gauche/%%VERSION%%/lib/srfi-0.scm @@ -152,6 +160,7 @@ share/gauche/%%VERSION%%/lib/srfi-2.scm share/gauche/%%VERSION%%/lib/srfi-26.scm share/gauche/%%VERSION%%/lib/srfi-27.scm +share/gauche/%%VERSION%%/lib/srfi-31.scm share/gauche/%%VERSION%%/lib/srfi-4.scm share/gauche/%%VERSION%%/lib/srfi-9.scm share/gauche/%%VERSION%%/lib/text/csv.scm @@ -160,6 +169,7 @@ share/gauche/%%VERSION%%/lib/text/parse.scm share/gauche/%%VERSION%%/lib/text/tr.scm share/gauche/%%VERSION%%/lib/text/tree.scm +share/gauche/%%VERSION%%/lib/util/digest.scm share/gauche/%%VERSION%%/lib/util/isomorph.scm share/gauche/%%VERSION%%/lib/util/queue.scm share/gauche/%%VERSION%%/lib/util/toposort.scm --- gauche-0.6.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To: FreeBSD-gnats-submit@freebsd.org From: Erik Greenwald Reply-To: Erik Greenwald Cc: X-send-pr-version: 3.113 X-GNATS-Notify: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 19:50: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3E4137B404 for ; Sun, 15 Dec 2002 19:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F97143ED4 for ; Sun, 15 Dec 2002 19:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBG3o2x3074493 for ; Sun, 15 Dec 2002 19:50:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBG3o2vx074492; Sun, 15 Dec 2002 19:50:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9E0A37B401 for ; Sun, 15 Dec 2002 19:45:17 -0800 (PST) Received: from t-mta3.odn.ne.jp (mfep3.odn.ne.jp [143.90.131.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FAD743EC2 for ; Sun, 15 Dec 2002 19:45:16 -0800 (PST) (envelope-from fuyuki@hadaly.dyndns.org) Received: from hadaly.dyndns.org ([218.218.28.223]) by t-mta3.odn.ne.jp with ESMTP id <20021216034515118.NERK.895.t-mta3.odn.ne.jp@mta3.odn.ne.jp>; Mon, 16 Dec 2002 12:45:15 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id 34F9D56B8; Mon, 16 Dec 2002 12:45:13 +0900 (JST) Message-Id: <20021216034513.34F9D56B8@hadaly.dyndns.org> Date: Mon, 16 Dec 2002 12:45:13 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46285: New port: graphics/gauche-gl - OpenGL binding for Gauche Sender: owner-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: 46285 >Category: ports >Synopsis: New port: graphics/gauche-gl - OpenGL binding for Gauche >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 15 19:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.7-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.7-RELEASE-p1 FreeBSD 4.7-RELEASE-p1 #2: Thu Oct 24 12:00:51 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386 >Description: This is a Gauche extension module to use OpenGL. WWW: http://www.shiro.dreamhost.com/scheme/gauche/index.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: # # gauche-gl # gauche-gl/Makefile # gauche-gl/distinfo # gauche-gl/pkg-comment # gauche-gl/pkg-descr # gauche-gl/pkg-plist # gauche-gl/pkg-message # echo c - gauche-gl mkdir -p gauche-gl > /dev/null 2>&1 echo x - gauche-gl/Makefile sed 's/^X//' >gauche-gl/Makefile << 'END-of-gauche-gl/Makefile' X# New ports collection makefile for: Gauche-gl X# Date created: 16 December 2002 X# Whom: Kimura Fuyuki X# X# $FreeBSD$ X# X XPORTNAME= gl XPORTVERSION= 0.2.1 XCATEGORIES= graphics XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= gauche XPKGNAMEPREFIX= gauche- XDISTNAME= Gauche-${PORTNAME}-${PORTVERSION} XEXTRACT_SUFX= .tgz X XMAINTAINER= fuyuki@hadaly.org X XBUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche XRUN_DEPENDS= ${BUILD_DEPENDS} X XWRKSRC= ${WRKDIR}/Gauche-${PORTNAME} XUSE_MESA= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" X XEXAMPLESDIR= ${PREFIX}/share/examples/gauche/${PORTNAME} XDOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME} XPLIST_SUB= VERSION="`gauche-config -V`" \ X TARGET="${CONFIGURE_TARGET}" X Xdo-install: X cd ${WRKSRC}/src; ${MAKE} install X cd ${WRKSRC}/lib; ${MAKE} install X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${EXAMPLESDIR} X ${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR} X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X @${CAT} ${PKGMESSAGE} X X.include END-of-gauche-gl/Makefile echo x - gauche-gl/distinfo sed 's/^X//' >gauche-gl/distinfo << 'END-of-gauche-gl/distinfo' XMD5 (Gauche-gl-0.2.1.tgz) = 4b19dfc940eb3381c07fc411f21f7986 END-of-gauche-gl/distinfo echo x - gauche-gl/pkg-comment sed 's/^X//' >gauche-gl/pkg-comment << 'END-of-gauche-gl/pkg-comment' XOpenGL binding for Gauche END-of-gauche-gl/pkg-comment echo x - gauche-gl/pkg-descr sed 's/^X//' >gauche-gl/pkg-descr << 'END-of-gauche-gl/pkg-descr' XThis is a Gauche extension module to use OpenGL. X XWWW: http://www.shiro.dreamhost.com/scheme/gauche/index.html END-of-gauche-gl/pkg-descr echo x - gauche-gl/pkg-plist sed 's/^X//' >gauche-gl/pkg-plist << 'END-of-gauche-gl/pkg-plist' Xlib/gauche/%%VERSION%%/%%TARGET%%/gauche-gl.so Xlib/gauche/%%VERSION%%/%%TARGET%%/gauche-glut.so Xlib/gauche/%%VERSION%%/%%TARGET%%/gauche-math3d.so Xlib/gauche/%%VERSION%%/include/gauche/math3d.h Xshare/gauche/%%VERSION%%/lib/gl.scm Xshare/gauche/%%VERSION%%/lib/gl/glut.scm Xshare/gauche/%%VERSION%%/lib/gl/math3d.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/README X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example1-2.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example1-3.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example13-2.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example13-3.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example13-6.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example13-7.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example2-5.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example2-6.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example2-9.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example3-1.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example3-2.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example3-5.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example3-6.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example3-7.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example3-8.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example4-1.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example5-1.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example5-6.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example5-8.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example5-9.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example6-1.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example6-2.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example6-3.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example6-4.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example6-5.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example6-7.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example7-1.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example7-2.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example7-5.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example8-1.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example8-2.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example8-4.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example9-1.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example9-3.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example9-4.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example9-5.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example9-7.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/example9-8.scm X%%PORTDOCS%%%%EXAMPLESDIR%%/glbook/run X%%PORTDOCS%%%%EXAMPLESDIR%%/mandelbrot.scm X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/glbook X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% X%%PORTDOCS%%@unexec rmdir %D/share/examples/gauche 2>/dev/null || true X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%@dirrm %%DOCSDIR%% X%%PORTDOCS%%@unexec rmdir %D/share/doc/gauche 2>/dev/null || true END-of-gauche-gl/pkg-plist echo x - gauche-gl/pkg-message sed 's/^X//' >gauche-gl/pkg-message << 'END-of-gauche-gl/pkg-message' X************************************************************************ X XThis port will require pthread-enabled gosh to run. If you are not Xsure, add GAUCHE_THREADS=pthreads to /etc/make.conf and reinstall Xlang/gauche. X X************************************************************************ END-of-gauche-gl/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 20:45:46 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7609C37B401 for ; Sun, 15 Dec 2002 20:45:44 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE93943EC2 for ; Sun, 15 Dec 2002 20:45:43 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gBG4j5Jr085494; Sun, 15 Dec 2002 23:45:05 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gBG4j4Da085493; Sun, 15 Dec 2002 23:45:04 -0500 (EST) (envelope-from alane) Date: Sun, 15 Dec 2002 23:45:04 -0500 From: AlanE To: Frank Altpeter Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download Message-ID: <20021216044504.GA85444@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: Frank Altpeter , freebsd-ports@FreeBSD.ORG References: <200212160030.gBG0U5k7014592@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200212160030.gBG0U5k7014592@freefall.freebsd.org> X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.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 Sun, Dec 15, 2002 at 04:30:05PM -0800, Frank Altpeter wrote: >The following reply was made to PR ports/46280; it has been noted by GNATS. > >From: Frank Altpeter >To: Adam Weinberger >Cc: FreeBSD-gnats-submit@FreeBSD.ORG >Subject: Re: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download >Date: Mon, 16 Dec 2002 01:28:02 +0100 > > Hello ! > > Adam Weinberger wrote on 15.12.2002 16:17:56 -0800: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Did you follow the directions about not having certain sets of fonts > > installed? It was determined that they were what was causing the > > problem. > > Uhm... perhaps i missed that part :-) but... > > XFree86-font100dpi-4.2.0 = up-to-date with port > XFree86-font75dpi-4.2.0 = up-to-date with port > XFree86-fontCyrillic-4.2.0_4 = up-to-date with port > XFree86-fontDefaultBitmaps-4.2.0 = up-to-date with port > XFree86-fontEncodings-4.2.0 = up-to-date with port > XFree86-fontScalable-4.2.0 = up-to-date with port > fontconfig-2.0_2 = up-to-date with port > mplayer-fonts-0.50 = up-to-date with port > urwfonts-1.0 = up-to-date with port > > > I deleted mplayer-fonts and urwfonts, though they are required by > mplayer and airport - but the browser is still exiting. > Other fonts don't seem to be installed here. > > > With kind regards, > > Frank Altpeter Frank, I can't reproduce your results here. FYI, here's what I have installed: [alane@wwweasel:/home/bsd/ports/x11-fonts]$ pkg_info -Ix font XFree86-font100dpi-4.2.0 XFree86-4 bitmap 100 dpi fonts XFree86-font75dpi-4.2.0 XFree86-4 bitmap 75 dpi fonts XFree86-fontCyrillic-4.2.0_4 XFree86-4 Cyrillic Fonts XFree86-fontDefaultBitmaps-4.2.0 XFree86-4 default bitmap fonts XFree86-fontEncodings-4.2.0 XFree86-4 font encoding files XFree86-fontScalable-4.2.0 XFree86-4 Scalable font files enscriptfonts-0.75 More than 120 free- and share-ware fonts to extend enscript fontconfig-2.0_2 An XML-based font configuration API for X Windows mplayer-fonts-0.50 A font pack for the mplayer OSD and SUB sgifonts-1.0.1 Fonts from the SGI ProPack 1.4 for Linux terminus-font-3.96_2 Terminus Font - a clean fixed width font urwfonts-1.0 Another font package for X webfonts-0.21_1 TrueType core fonts for the Web Only thing that seems obvious is if its "nucleus" that's causing it - do you have it installed and does it work if you remove it? > > -- > http://www.amazon.de/exec/obidos/wishlist/1H1W7IO0CHPJU/ > Wer andere erkennt, ist klug. Wer sich selbst erkennt, ist weise. > Wer andere bezwingt, ist stark. Wer sich selbst bezwingt, hat Macht. > -- Lao Tse, ca. 500 v. Chr. > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-ports" in the body of the message -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 21: 2:47 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABCAD37B401; Sun, 15 Dec 2002 21:02:46 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AB1A43EC5; Sun, 15 Dec 2002 21:02:46 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBG52kx3098475; Sun, 15 Dec 2002 21:02:46 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBG52kOZ098471; Sun, 15 Dec 2002 21:02:46 -0800 (PST) Date: Sun, 15 Dec 2002 21:02:46 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200212160502.gBG52kOZ098471@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/46283: Update port: x11-toolkits/gauche-gtk to 0.2.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: x11-toolkits/gauche-gtk to 0.2.4 Responsible-Changed-From-To: freebsd-ports->nork Responsible-Changed-By: nork Responsible-Changed-When: Sun Dec 15 21:02:14 PST 2002 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=46283 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 21: 3:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5B8737B401; Sun, 15 Dec 2002 21:03:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84A9343EA9; Sun, 15 Dec 2002 21:03:18 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBG53Ix3098577; Sun, 15 Dec 2002 21:03:18 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBG53ISH098573; Sun, 15 Dec 2002 21:03:18 -0800 (PST) Date: Sun, 15 Dec 2002 21:03:18 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200212160503.gBG53ISH098573@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/46284: [Maintainer update] lang/gauche 0.6.5 -> 0.6.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 Synopsis: [Maintainer update] lang/gauche 0.6.5 -> 0.6.6 Responsible-Changed-From-To: freebsd-ports->nork Responsible-Changed-By: nork Responsible-Changed-When: Sun Dec 15 21:03:03 PST 2002 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=46284 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 15 21: 4: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A87A37B401; Sun, 15 Dec 2002 21:04:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD00343EDE; Sun, 15 Dec 2002 21:04:03 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBG543x3098697; Sun, 15 Dec 2002 21:04:03 -0800 (PST) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBG543rO098693; Sun, 15 Dec 2002 21:04:03 -0800 (PST) Date: Sun, 15 Dec 2002 21:04:03 -0800 (PST) From: Norikatsu Shigemura Message-Id: <200212160504.gBG543rO098693@freefall.freebsd.org> To: nork@FreeBSD.org, freebsd-ports@FreeBSD.org, nork@FreeBSD.org Subject: Re: ports/46285: New port: graphics/gauche-gl - OpenGL binding for Gauche Sender: owner-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: graphics/gauche-gl - OpenGL binding for Gauche Responsible-Changed-From-To: freebsd-ports->nork Responsible-Changed-By: nork Responsible-Changed-When: Sun Dec 15 21:03:50 PST 2002 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=46285 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 1:10: 4 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E72037B401 for ; Mon, 16 Dec 2002 01:10:01 -0800 (PST) Received: from straylight.ringlet.net (office.sbnd.net [217.75.140.130]) by mx1.FreeBSD.org (Postfix) with SMTP id 23DD143EB2 for ; Mon, 16 Dec 2002 01:09:58 -0800 (PST) (envelope-from roam@ringlet.net) Received: (qmail 7912 invoked by uid 1000); 16 Dec 2002 09:09:32 -0000 Date: Mon, 16 Dec 2002 11:09:31 +0200 From: Peter Pentchev To: Edwin Groothuis Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: cvs commit: ports/lang/nawk Makefile distinfo ports/lang/nawk/files patch-ba patch-bb Message-ID: <20021216090930.GA7873@straylight.oblivion.bg> Mail-Followup-To: Edwin Groothuis , "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, freebsd-ports@freebsd.org References: <200212122331.gBCNVpFO062280@repoman.freebsd.org> <20021214040617.GJ83552@k7.mavetju> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="M9NhX3UHpAaciwkO" Content-Disposition: inline In-Reply-To: <20021214040617.GJ83552@k7.mavetju> User-Agent: Mutt/1.5.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 --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=windows-1251 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 14, 2002 at 03:06:17PM +1100, Edwin Groothuis wrote: > On Thu, Dec 12, 2002 at 03:31:51PM -0800, David E. O'Brien wrote: > > obrien 2002/12/12 15:31:51 PST > >=20 > > Modified files: > > lang/nawk Makefile distinfo=20 > > lang/nawk/files patch-ba=20 > > Removed files: > > lang/nawk/files patch-bb=20 > > Log: > > Update to the 29-Nov-2002 distribution. > > Since the distfile isn't versioned, this was the only way to fix the > > "make distclean all" problem on 5-CURRENT. >=20 > The tarball has been re-rolled again: > Dec 13, 2002: > for the moment, the internationalization changes of nov 29 are > rolled back -- programs like x =3D 1.2 don't work in some locales, > because the parser is expecting x =3D 1,2. until i understand this > better, this will have to wait. >=20 > If you're upgrading this one, can you please add this to the Makefile: >=20 > DIST_SUBDIR=3D nawk-${PORTVERSION} >=20 > That will prevent the ever lasting problem of people getting checksum > mismatches because "the file is already there" and that bento will > fetch the right file too and thus build the package. This is a good idea; IMHO, nawk/${PORTVERSION} would be even better. David, how do you feel about another solution: hosting the distribution tarball in your FreeBSD cluster's local distfiles directory? If the nawk maintainers cannot be persuaded to track versions in the distfile names, doing it locally might be a 'next best' approach... G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 What would this sentence be like if pi were 3? --M9NhX3UHpAaciwkO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9/ZhK7Ri2jRYZRVMRAvrYAKCa5PWv0DyZ2gvXNVvMPNVIifHWugCfSsUu 5j2F9sgX2VtOBQLI1Ee+2gk= =fMF5 -----END PGP SIGNATURE----- --M9NhX3UHpAaciwkO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 2:46:33 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDEB537B401 for ; Mon, 16 Dec 2002 02:46:32 -0800 (PST) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id E768443E4A for ; Mon, 16 Dec 2002 02:46:26 -0800 (PST) (envelope-from mich@freebsdcluster.net) Received: from freebsdcluster.net (mich2.itxmarket.com [192.168.2.26]) by mail2.itxmarket.com (Postfix) with ESMTP id 4233437C90; Mon, 16 Dec 2002 11:46:26 +0100 (CET) Received: by freebsdcluster.net (Postfix, from userid 1000) id A4C8D3B94BB; Mon, 16 Dec 2002 11:46:25 +0100 (CET) Date: Mon, 16 Dec 2002 11:46:25 +0100 From: Michael Hostbaek To: Steve Woodford Cc: Kris Kennaway , ports@FreeBSD.ORG Subject: Re: Maintainer update for comms/tits port Message-ID: <20021216104625.GB35443@mich2.itxmarket.com> Mail-Followup-To: Michael Hostbaek , Steve Woodford , Kris Kennaway , ports@FreeBSD.ORG References: <20021215022541.GC30547@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 4.7-STABLE i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ User-Agent: Mutt/1.5.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 Steve Woodford (steve) writes: > I don't run FreeBSD, and the web-based send-pr(1) interface is currently > down. In addition, I don't maintain a local copy of the ports tree so I > couldn't provide a patch anyway. I have just submitted a PR with the update - and AUTHOR email address. Thanks. /mich -- Best Regards, Michael Landin Hostbaek FreeBSDCluster.org - an International Community */ PGP-key available upon request /* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 2:50: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBA8237B401 for ; Mon, 16 Dec 2002 02:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFC7E43EC5 for ; Mon, 16 Dec 2002 02:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGAo2x3002578 for ; Mon, 16 Dec 2002 02:50:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGAo2E0002577; Mon, 16 Dec 2002 02:50:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85B9437B401 for ; Mon, 16 Dec 2002 02:44:20 -0800 (PST) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8072643ED1 for ; Mon, 16 Dec 2002 02:44:19 -0800 (PST) (envelope-from root@icommerce-france.com) Received: from icommerce-france.com (current.itxmarket.com [192.168.2.19]) by mail2.itxmarket.com (Postfix) with ESMTP id 28A0B37C90 for ; Mon, 16 Dec 2002 11:44:18 +0100 (CET) Received: by icommerce-france.com (Postfix, from userid 0) id BE5023A; Mon, 16 Dec 2002 11:44:17 +0100 (CET) Message-Id: <20021216104417.BE5023A@icommerce-france.com> Date: Mon, 16 Dec 2002 11:44:17 +0100 (CET) From: "Michael L.Hostbaek" Reply-To: "Michael L.Hostbaek" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46287: Update port: comms/tits Sender: owner-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: 46287 >Category: ports >Synopsis: Update port: comms/tits >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 02:50:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Michael L. Hostbaek >Release: FreeBSD 5.0-RC i386 >Organization: FreeBSDCluster.org >Environment: System: FreeBSD current.itxmarket.com 5.0-RC FreeBSD 5.0-RC #0: Thu Dec 12 10:31:50 CET 2002 root@current.itxmarket.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update to 1.0.3. If of no objections - I would like to pursue maintainership. (Builds on -CURRENT) >How-To-Repeat: >Fix: diff -u -ruN tits.bak/Makefile tits/Makefile --- tits.bak/Makefile Mon Dec 16 11:22:55 2002 +++ tits/Makefile Mon Dec 16 11:23:10 2002 @@ -6,7 +6,7 @@ # PORTNAME= tits -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= comms MASTER_SITES= http://www.mctavish.co.uk/tits/ diff -u -ruN tits.bak/distinfo tits/distinfo --- tits.bak/distinfo Mon Dec 16 11:22:55 2002 +++ tits/distinfo Mon Dec 16 11:23:23 2002 @@ -1 +1 @@ -MD5 (tits-1.0.2.tar.gz) = 7166ba3d897242d74034c2f4a37e2916 +MD5 (tits-1.0.3.tar.gz) = c6fc7763aafe384e097c2a44b3b0350c diff -u -ruN tits.bak/pkg-descr tits/pkg-descr --- tits.bak/pkg-descr Mon Dec 16 11:22:55 2002 +++ tits/pkg-descr Mon Dec 16 11:23:45 2002 @@ -6,3 +6,5 @@ Any number of telnet(1) clients may connect to a single tits port. Each client will see exactly the same output as well as being able to send keystrokes simultaneously. + +AUTHOR: steve@mctavish.co.uk >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 2:50: 9 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA50B37B401 for ; Mon, 16 Dec 2002 02:50:08 -0800 (PST) Received: from pfepc.post.tele.dk (pfepc.post.tele.dk [193.162.153.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1905143EC5 for ; Mon, 16 Dec 2002 02:50:08 -0800 (PST) (envelope-from freebsd.nospam@mekanix.dk) Received: from frodo.my.domain (0x3ef34d0c.albnxx2.adsl.tele.dk [62.243.77.12]) by pfepc.post.tele.dk (Postfix) with ESMTP id 88B4C262B9E; Mon, 16 Dec 2002 11:50:05 +0100 (CET) Content-Type: text/plain; charset="iso-8859-1" From: Bjarne Wichmann Petersen To: alane@geeksrus.net, Frank Altpeter Subject: Re: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download Date: Mon, 16 Dec 2002 11:51:03 +0100 User-Agent: KMail/1.4.3 Cc: freebsd-ports@FreeBSD.ORG References: <200212160030.gBG0U5k7014592@freefall.freebsd.org> <20021216044504.GA85444@wwweasel.geeksrus.net> In-Reply-To: <20021216044504.GA85444@wwweasel.geeksrus.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200212161151.03426.freebsd.nospam@mekanix.dk> Sender: owner-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 Monday 16 December 2002 05:45, AlanE wrote: > Only thing that seems obvious is if its "nucleus" that's causing it - do > you have it installed and does it work if you remove it? I've experienced similar (Phoenix crashes/exits after dwl). I don't have any more font installed from ports than those you've listed. But I do have a "large" amount af TTF-fonts (from M$, HP and other places) installed manually to X. And on a side-note; after upgrading to Phoenix 0.5_x using other dpi-settings than 72 makes all fonts render in "tiny-mode" (I usually use 127). Bjarne -- Homepage: http://www.mekanix.dk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 3:10: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE8F837B404 for ; Mon, 16 Dec 2002 03:10:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 436AD43ED8 for ; Mon, 16 Dec 2002 03:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGBA4x3011584 for ; Mon, 16 Dec 2002 03:10:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGBA4pH011583; Mon, 16 Dec 2002 03:10:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAEAA37B401 for ; Mon, 16 Dec 2002 03:03:10 -0800 (PST) Received: from smtprelay-vit-1.fr.cw.net (fe0.smtprelay-vit-1.fr.cw.net [62.210.143.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id D535243EC5 for ; Mon, 16 Dec 2002 03:03:09 -0800 (PST) (envelope-from imil@isdnet.net) Received: from [62.4.2.18] (helo=mil) by smtprelay-vit-1.fr.cw.net with esmtp (Exim 4.10) id 18Nszy-000DC8-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 16 Dec 2002 11:01:22 +0000 Message-Id: <20021216115918.V4354-100000@eheitor.isdnet.net> Date: Mon, 16 Dec 2002 12:00:04 +0100 (CET) From: Emile Heitor Reply-To: To: Subject: ports/46288: OpenLDAP 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 >Number: 46288 >Category: ports >Synopsis: OpenLDAP port update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 03:10:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: iMil >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: GCU-Squad >Environment: System: FreeBSD ossus.fr.cw.net 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #0: Thu De c 12 19:27:04 GMT 2002 root@ossus.fr.cw.net:/usr/obj/usr/src/sys/OSSUS i386 >Description: OpenLDAP 2.x port could be built against unixODBC, as this one handles multi threading far better than iODBC under FreeBSD , it could be a nice choice >How-To-Repeat: N/A >Fix: Here is a simple hack of OpenLDAP 2 port's Makefile : --- Makefile.orig Sun Dec 15 12:22:58 2002 +++ Makefile Sun Dec 15 12:29:04 2002 @@ -54,8 +54,13 @@ CPPFLAGS+= -I${LOCALBASE}/include/sasl1 .endif -.if defined(WITH_ODBC) +.if defined(WITH_IODBC) LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc +CONFIGURE_ARGS+=--enable-sql +.endif + +.if defined(WITH_UNIXODBC) +LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC CONFIGURE_ARGS+=--enable-sql .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 Mon Dec 16 3:57:59 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6298137B401; Mon, 16 Dec 2002 03:57:57 -0800 (PST) Received: from segfault.kiev.ua (segfault.kiev.ua [193.193.193.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id D565143EB2; Mon, 16 Dec 2002 03:57:55 -0800 (PST) (envelope-from netch@segfault.kiev.ua) Received: (from netch@localhost) by segfault.kiev.ua (8) id NWG70656; Mon, 16 Dec 2002 13:57:53 +0200 (EET) (envelope-from netch) Date: Mon, 16 Dec 2002 13:57:53 +0200 From: Valentin Nechayev To: dirk@freebsd.org, ports@freebsd.org Cc: sobomax@freebsd.org Subject: mysql323-server 3.23.54 is totally broken and unbuildable Message-ID: <20021216115752.GC36865@netch.kiev.ua> Reply-To: netch@netch.kiev.ua Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-42: On Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org System: FreeBSD 4.7-RELEASE Port cvsup date: 2002.12.16.00.00.00 Port Makefile version: 1.152 Problem: 1. On i386, CONFIGURE_ARGS contains --with-berkeley-db, but none berkeley DB version is listed in dependencies. With installed db-3.3.1 from port, mysql's configure can't find it. 2. With workaround of par.1 (disabled --with-berkeley-db), configure falls into eternal cycle: Configuring MIT Pthreads cd: can't cd to mit-pthreads checking build system type... i386-unknown-freebsd4.7 [...] Configuring MIT Pthreads cd: can't cd to mit-pthreads checking build system type... i386-unknown-freebsd4.7 [...] This is because configure contains: echo "" echo "Configuring MIT Pthreads" # We will never install so installation paths are not needed. (cd mit-pthreads && sh ./configure) but subdirectory `mit-pthreads' doesn't exist in mysql tarball, and script runs the same top-level configure again and again. Adding --with-posix-threads to configure arguments doesn't help. This wasn't changed by port patches, hence problem is from stock vendor. It seems to me that new port was totally untested :( And stock mysql 3.23.54 also was untested even for simple compiling :( The host in question has no non-standard items, /etc/make.conf follows. === make.conf === CFLAGS= -O -pipe -march=i486 -mcpu=i586 -mpreferred-stack-boundary=2 NOPROFILE= true NOSUIDPERL= true NO_SENDMAIL= true COMPAT22= yes COMPAT3X= yes COMPAT4X= yes USA_RESIDENT= NO MASTER_SITE_BACKUP?= \ ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ MASTER_SITE_OVERRIDE?= \ ftp://ftp.lucky.net/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector NO_MODULES= true # do not build modules with the kernel MAKE_IDEA= YES # IDEA (128 bit symmetric encryption) NO_OBJC= true # do not build Objective C support NOGAMES= true # do not build games (games/ subdir) INSTALL=install -C SKIP_INSTALL_DB=yes === end === To sobomax@: I can give you login here if it is needed. -netch- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 4: 0: 6 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D82637B401 for ; Mon, 16 Dec 2002 04:00:05 -0800 (PST) Received: from murphy.dachbu.de (murphy.dachbu.de [195.180.4.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7575E43ED8 for ; Mon, 16 Dec 2002 04:00:04 -0800 (PST) (envelope-from frank@altpeter.de) Received: from murphy.dachbu.de (racoon@localhost [127.0.0.1]) by murphy.dachbu.de (8.12.6/8.12.6) with ESMTP id gBGC02jx046285 for ; Mon, 16 Dec 2002 13:00:02 +0100 (CET) (envelope-from frank@altpeter.de) Received: (from freddy@localhost) by murphy.dachbu.de (8.12.6/8.12.6/Submit) id gBGC018b046284 for freebsd-ports@FreeBSD.ORG; Mon, 16 Dec 2002 13:00:01 +0100 (CET) X-Authentication-Warning: murphy.dachbu.de: freddy set sender to frank@altpeter.de using -f Date: Mon, 16 Dec 2002 13:00:01 +0100 From: Frank Altpeter To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download Message-ID: <20021216120001.GD323@ision.net> References: <200212160030.gBG0U5k7014592@freefall.freebsd.org> <20021216044504.GA85444@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021216044504.GA85444@wwweasel.geeksrus.net> User-Agent: Mutt/1.4i Organization: ision GmbH, Hamburg, Germany X-PGP-KeyID: 0xF128ADF3 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 Hello AlanE ! You wrote on 15.12.2002 23:45:04 -0500: > Frank, I can't reproduce your results here. FYI, here's what I have > installed: I only have the XFree86-fonts installed. Nothing else anymore, and it's still crashing when download has finished. > Only thing that seems obvious is if its "nucleus" that's causing it - do > you have it installed and does it work if you remove it? Don't think that it's installed. I can't find it with pkg_version. With kind regards, Frank Altpeter -- Wer andere erkennt, ist klug. Wer sich selbst erkennt, ist weise. Wer andere bezwingt, ist stark. Wer sich selbst bezwingt, hat Macht. -- Lao Tse, ca. 500 v. Chr. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 4: 0:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EF4337B406 for ; Mon, 16 Dec 2002 04:00:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DECF43EDA for ; Mon, 16 Dec 2002 04:00:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGC0Dx3022739 for ; Mon, 16 Dec 2002 04:00:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGC0DkN022733; Mon, 16 Dec 2002 04:00:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C75A37B401 for ; Mon, 16 Dec 2002 03:53:29 -0800 (PST) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10BB143ED4 for ; Mon, 16 Dec 2002 03:53:27 -0800 (PST) (envelope-from root@icommerce-france.com) Received: from icommerce-france.com (current.itxmarket.com [192.168.2.19]) by mail2.itxmarket.com (Postfix) with ESMTP id 514AE37CA5 for ; Mon, 16 Dec 2002 12:30:58 +0100 (CET) Received: by icommerce-france.com (Postfix, from userid 0) id D36833A; Mon, 16 Dec 2002 12:30:57 +0100 (CET) Message-Id: <20021216113057.D36833A@icommerce-france.com> Date: Mon, 16 Dec 2002 12:30:57 +0100 (CET) From: "Michael L.Hostbaek" Reply-To: "Michael L.Hostbaek" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46289: New port: sysutils/spinner Sender: owner-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: 46289 >Category: ports >Synopsis: New port: sysutils/spinner >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 04:00:12 PST 2002 >Closed-Date: >Last-Modified: >Originator: Michael L. Hostbaek >Release: FreeBSD 5.0-RC i386 >Organization: FreeBSDCluster.org >Environment: System: FreeBSD current.itxmarket.com 5.0-RC FreeBSD 5.0-RC #0: Thu Dec 12 10:31:50 CET 2002 root@current.itxmarket.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: util to keep ssh and telnet connections from dropping due to inactivity. Code builds on both 4.X and -CURRENT. >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: # # spinner # spinner/Makefile # spinner/distinfo # spinner/pkg-comment # spinner/pkg-descr # spinner/pkg-plist # echo c - spinner mkdir -p spinner > /dev/null 2>&1 echo x - spinner/Makefile sed 's/^X//' >spinner/Makefile << 'END-of-spinner/Makefile' X# ex:ts=8 X# New ports collection makefile for: spinner X# Date created: Dec 16, 2002 X# Whom: mich@freebsdcluster.org X# X# $FreeBSD$ X# X XPORTNAME= spinner XPORTVERSION= 1.1 XCATEGORIES= sysutils XMASTER_SITES= http://downloads.laffeycomputer.com/current_builds/spinner/ X XMAINTAINER= mich@freebsdcluster.org X XDOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} XUSE_REINPLACE= yes X Xpost-patch: X @${REINPLACE_CMD} -e 's|-O2 ||g ; \ X s|gcc |\$$\(CC\) |g' ${WRKSRC}/Makefile Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/spinner ${PREFIX}/bin X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README X.endif X X.include END-of-spinner/Makefile echo x - spinner/distinfo sed 's/^X//' >spinner/distinfo << 'END-of-spinner/distinfo' XMD5 (spinner-1.1.tar.gz) = f4f6046c2c8b760659288bce03111a53 END-of-spinner/distinfo echo x - spinner/pkg-comment sed 's/^X//' >spinner/pkg-comment << 'END-of-spinner/pkg-comment' XKeep ssh and telnet connections from dropping due to inactivity END-of-spinner/pkg-comment echo x - spinner/pkg-descr sed 's/^X//' >spinner/pkg-descr << 'END-of-spinner/pkg-descr' XSpinner is a small program that displays a little "spinning" ASCII Xcharacter in the top left corner of your terminal. To make this effect Xit cycles through punctuation marks like this " - \ | / - \ | / ... " X(try it to see). By default the character is drawn in inverse video X(or your terminal's equivalent). But you can turn this off with the -i Xswitch. It supports any terminal capable of handling VT100 style escape codes. X XSpinner is useful for keeping telnet and ssh links from dropping due to Xinactivity. Many firewalls, and some ISPs drop connections when they are Xperceived as idle. By having spinner running the server is constantly Xsending a tiny amount of data over the link, preserving the connection. XThus (for search engines) Spinner is an anti-dle, timeout preventing, Xbackground daemon process for unix variants including linux. X XWWW: http://www.laffeycomputer.com/spinner.html X X - Michael L. Hostbaek X mich@freebsdcluster.org END-of-spinner/pkg-descr echo x - spinner/pkg-plist sed 's/^X//' >spinner/pkg-plist << 'END-of-spinner/pkg-plist' Xbin/spinner X%%PORTDOCS%%share/doc/spinner/README X%%PORTDOCS%%@dirrm share/doc/spinner END-of-spinner/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 Dec 16 4:14:20 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 576DF37B401; Mon, 16 Dec 2002 04:14:18 -0800 (PST) Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD5143EB2; Mon, 16 Dec 2002 04:14:17 -0800 (PST) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: from emmi.physik.TU-Berlin.DE (localhost.physik.TU-Berlin.DE [127.0.0.1]) by emmi.physik.TU-Berlin.DE (8.12.6/8.11.6) with ESMTP id gBGCEFlk076846; Mon, 16 Dec 2002 13:14:15 +0100 (CET) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.12.6/8.12.3/Submit) id gBGCEFoP076843; Mon, 16 Dec 2002 13:14:15 +0100 (CET) Date: Mon, 16 Dec 2002 13:14:15 +0100 From: Dirk Froemberg To: Valentin Nechayev Cc: ports@freebsd.org, sobomax@freebsd.org Subject: Re: mysql323-server 3.23.54 is totally broken and unbuildable Message-ID: <20021216121415.GA57462@physik.TU-Berlin.DE> References: <20021216115752.GC36865@netch.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021216115752.GC36865@netch.kiev.ua> User-Agent: Mutt/1.4i Sender: owner-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 Mon, Dec 16, 2002 at 01:57:53PM +0200, Valentin Nechayev wrote: > System: FreeBSD 4.7-RELEASE > Port cvsup date: 2002.12.16.00.00.00 > Port Makefile version: 1.152 > > Problem: > > 1. On i386, CONFIGURE_ARGS contains --with-berkeley-db, > but none berkeley DB version is listed in dependencies. > With installed db-3.3.1 from port, mysql's configure can't find it. The MySQL distribution has its own bdb. > 2. With workaround of par.1 (disabled --with-berkeley-db), > configure falls into eternal cycle: > > Configuring MIT Pthreads > cd: can't cd to mit-pthreads > checking build system type... i386-unknown-freebsd4.7 > [...] > Configuring MIT Pthreads > cd: can't cd to mit-pthreads > checking build system type... i386-unknown-freebsd4.7 > [...] > > This is because configure contains: > echo "" > echo "Configuring MIT Pthreads" > # We will never install so installation paths are not needed. > (cd mit-pthreads && sh ./configure) > > but subdirectory `mit-pthreads' doesn't exist in mysql tarball, > and script runs the same top-level configure again and again. > Adding --with-posix-threads to configure arguments doesn't help. > > This wasn't changed by port patches, hence problem is from stock vendor. > > It seems to me that new port was totally untested :( > And stock mysql 3.23.54 also was untested even for simple compiling :( Don't know what's going wrong on your system, but the new version of the port was tested on 5-CURRENT and 4-STABLE and works find... 8-) Regards Dirk -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 4:22:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2651237B401 for ; Mon, 16 Dec 2002 04:22:33 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E18143EB2 for ; Mon, 16 Dec 2002 04:22:32 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gBGCM6Jr075751; Mon, 16 Dec 2002 07:22:06 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gBGCM6H5075750; Mon, 16 Dec 2002 07:22:06 -0500 (EST) (envelope-from alane) Date: Mon, 16 Dec 2002 07:22:06 -0500 From: AlanE To: Bjarne Wichmann Petersen Cc: Frank Altpeter , freebsd-ports@FreeBSD.ORG Subject: Re: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download Message-ID: <20021216122206.GA75623@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: Bjarne Wichmann Petersen , Frank Altpeter , freebsd-ports@FreeBSD.ORG References: <200212160030.gBG0U5k7014592@freefall.freebsd.org> <20021216044504.GA85444@wwweasel.geeksrus.net> <200212161151.03426.freebsd.nospam@mekanix.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200212161151.03426.freebsd.nospam@mekanix.dk> X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.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 Mon, Dec 16, 2002 at 11:51:03AM +0100, Bjarne Wichmann Petersen wrote: >On Monday 16 December 2002 05:45, AlanE wrote: > >> Only thing that seems obvious is if its "nucleus" that's causing it - do >> you have it installed and does it work if you remove it? > >I've experienced similar (Phoenix crashes/exits after dwl). I don't have any >more font installed from ports than those you've listed. But I do have a >"large" amount af TTF-fonts (from M$, HP and other places) installed manually >to X. > >And on a side-note; after upgrading to Phoenix 0.5_x using other dpi-settings >than 72 makes all fonts render in "tiny-mode" (I usually use 127). That's a function of Xft and the X server. In general, the best suggestion I can make for a case like yours, where you have many non-ports fonts installed, is to build with -DWITHOUT_XFT, which will disable anti-aliasing, but should stop the crashes. -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 4:26:35 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02E6C37B401; Mon, 16 Dec 2002 04:26:34 -0800 (PST) Received: from segfault.kiev.ua (segfault.kiev.ua [193.193.193.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 527D743EC2; Mon, 16 Dec 2002 04:26:32 -0800 (PST) (envelope-from netch@segfault.kiev.ua) Received: (from netch@localhost) by segfault.kiev.ua (8) id OKF79219; Mon, 16 Dec 2002 14:26:30 +0200 (EET) (envelope-from netch) Date: Mon, 16 Dec 2002 14:26:30 +0200 From: Valentin Nechayev To: Dirk Froemberg Cc: ports@freebsd.org, sobomax@freebsd.org Subject: Re: mysql323-server 3.23.54 is totally broken and unbuildable Message-ID: <20021216122630.GE36865@netch.kiev.ua> Reply-To: netch@netch.kiev.ua References: <20021216115752.GC36865@netch.kiev.ua> <20021216121415.GA57462@physik.TU-Berlin.DE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021216121415.GA57462@physik.TU-Berlin.DE> X-42: On Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Don't know what's going wrong on your system, but the new version of the > port was tested on 5-CURRENT and 4-STABLE and works find... 8-) Please specify what test should be performed. > > 1. On i386, CONFIGURE_ARGS contains --with-berkeley-db, > > but none berkeley DB version is listed in dependencies. > > With installed db-3.3.1 from port, mysql's configure can't find it. > The MySQL distribution has its own bdb. Tail of `make configure' log: ==={{{ checking for BerkeleyDB... searching... Compiling Berekeley DB in 'bdb' checking for Innodb... Using Innodb checking for aio_read in -lrt... no checking for Gemini DB... Not using Gemini DB CONFIGURING FOR BERKELEY DB checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking build system type... i386-unknown-freebsd4.7 checking host system type... i386-unknown-freebsd4.7 checking if building in the top-level directory... no checking if --disable-bigfile option specified... no checking if --enable-compat185 option specified... no checking if --enable-cxx option specified... no checking if --enable-debug option specified... no checking if --enable-debug_rop option specified... no checking if --enable-debug_wop option specified... no checking if --enable-diagnostic option specified... no checking if --enable-dump185 option specified... no checking if --enable-dynamic option specified... no checking if --enable-java option specified... no checking if --enable-posixmutexes option specified... no checking if --enable-rpc option specified... no checking if --enable-shared option specified... no checking if --enable-tcl option specified... no checking if --enable-test option specified... no checking if --enable-uimutexes option specified... no checking if --enable-umrw option specified... no checking if --with-tcl option specified... no checking for cc... cc checking for gcc... (cached) cc checking for C compiler default output... configure: error: C compiler cannot create executables configure: error: could not configure Berkeley DB ===> Script "configure" failed unexpectedly. Please report the problem to dirk@FreeBSD.org [maintainer] and attach the "/var/ports/databases/mysql323-server/work/mysql-3.23.54/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /var/ports/databases/mysql323-server. ===}}} cc is correct, main mysql configure can use it. config.log is just sent to you. -netch- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 5:42:31 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E39E337B407 for ; Mon, 16 Dec 2002 05:42:29 -0800 (PST) Received: from www.unsam.edu.ar (ns2.unsam.edu.ar [170.210.48.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30CF443EA9 for ; Mon, 16 Dec 2002 05:42:26 -0800 (PST) (envelope-from fernan@pi.iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by www.unsam.edu.ar (8.9.3/8.9.3) with ESMTP id KAA42117 for ; Mon, 16 Dec 2002 10:42:12 -0300 (ART) (envelope-from fernan@pi.iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost.iib.unsam.edu.ar [127.0.0.1]) by pi.iib.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id gBGDdKVc008536 for ; Mon, 16 Dec 2002 10:39:21 -0300 (ART) (envelope-from fernan@pi.iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.12.6/8.12.6/Submit) id gBGDdJr4008535 for ports@FreeBSD.ORG; Mon, 16 Dec 2002 10:39:19 -0300 (ART) Date: Mon, 16 Dec 2002 10:39:19 -0300 From: Fernan Aguero To: FreeBSD Ports Subject: streaming AM/FM radio ports? Message-ID: <20021216133919.GA7039@iib.unsam.edu.ar> Mail-Followup-To: FreeBSD Ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-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 if this is not quite a post for this list. I am looking for an app that would allow me to listen to local radio stations. I've looked over the pkg-descr for some ports that have 'radio' as a keyword but they appear to need a tuner card, which I don't have. I just want to listen to streaming radios (through the net). Basic problem is: I can use (and do use) XMMS or freeamp for straming mp3 radios. However, some radios broadcast using realplayer or windows media player formats. Is there an app that would allow me to listen to radios in any of these formats? Preferably in the ports collection, of course :) In case there is no single tool for the job, what do people use to listen to radios in other formats? Thanks in advance, Fernan -- F e r n a n A g u e r o http://genoma.unsam.edu.ar/~fernan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 5:50:45 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6258337B401 for ; Mon, 16 Dec 2002 05:50:44 -0800 (PST) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id E754943E4A for ; Mon, 16 Dec 2002 05:50:43 -0800 (PST) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 796062B67F; Mon, 16 Dec 2002 14:50:41 +0100 (CET) Received: by k7.mavetju (Postfix, from userid 1001) id CBE406A712B; Tue, 17 Dec 2002 00:50:33 +1100 (EST) Date: Tue, 17 Dec 2002 00:50:33 +1100 From: Edwin Groothuis To: Fernan Aguero Cc: FreeBSD Ports Subject: Re: streaming AM/FM radio ports? Message-ID: <20021216135033.GT50581@k7.mavetju> References: <20021216133919.GA7039@iib.unsam.edu.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021216133919.GA7039@iib.unsam.edu.ar> User-Agent: Mutt/1.4i Sender: owner-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, Dec 16, 2002 at 10:39:19AM -0300, Fernan Aguero wrote: > Sorry if this is not quite a post for this list. > > I am looking for an app that would allow me to listen to > local radio stations. I've looked over the pkg-descr for > some ports that have 'radio' as a keyword but they appear to > need a tuner card, which I don't have. I just want to listen > to streaming radios (through the net). > > Basic problem is: I can use (and do use) XMMS or freeamp for > straming mp3 radios. However, some radios broadcast using > realplayer or windows media player formats. You can use linux-realplayer, for the windows media player format there is no hope yet (although the sound/video itself can be played, the network layer of it is the problem) Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php bash$ :(){ :|:&};: | Interested in MUDs? http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 6:10: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E40937B401 for ; Mon, 16 Dec 2002 06:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 754C743EC5 for ; Mon, 16 Dec 2002 06:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGEA1x3077654 for ; Mon, 16 Dec 2002 06:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGEA1i2077653; Mon, 16 Dec 2002 06:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85A9237B401 for ; Mon, 16 Dec 2002 06:02:36 -0800 (PST) Received: from cathbad.happygiraffe.net (choke.semantico.com [212.74.15.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 868C743EC5 for ; Mon, 16 Dec 2002 06:02:35 -0800 (PST) (envelope-from dom@happygiraffe.net) Received: by cathbad.happygiraffe.net (Postfix, from userid 1001) id 2261062A9; Mon, 16 Dec 2002 14:01:44 +0000 (GMT) Message-Id: <20021216140144.2261062A9@cathbad.happygiraffe.net> Date: Mon, 16 Dec 2002 14:01:44 +0000 (GMT) From: Dominic Mitchell Reply-To: Dominic Mitchell To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46290: New version of graphics/xpdf Sender: owner-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: 46290 >Category: ports >Synopsis: New version of graphics/xpdf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 06:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 5.0-RC i386 >Organization: The HappyGiraffe Institute for Happy Giraffes >Environment: System: FreeBSD cathbad.happygiraffe.net 5.0-RC FreeBSD 5.0-RC #18: Thu Dec 12 12:21:47 GMT 2002 root@cathbad.happygiraffe.net:/usr/obj/usr/src/sys/CATHBAD i386 open-motif-2.2.2_1 >Description: This is the latest version of xpdf. >How-To-Repeat: n/a >Fix: Here's the patch. diff -urN /usr/ports/graphics/xpdf/Makefile xpdf/Makefile --- /usr/ports/graphics/xpdf/Makefile Mon Nov 11 17:33:54 2002 +++ xpdf/Makefile Mon Dec 16 13:41:45 2002 @@ -6,7 +6,7 @@ # PORTNAME= xpdf -PORTVERSION= 2.00 +PORTVERSION= 2.01 CATEGORIES= graphics print MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ ${MASTER_SITE_TEX_CTAN} diff -urN /usr/ports/graphics/xpdf/distinfo xpdf/distinfo --- /usr/ports/graphics/xpdf/distinfo Mon Nov 11 17:33:55 2002 +++ xpdf/distinfo Mon Dec 16 13:42:40 2002 @@ -1 +1 @@ -MD5 (xpdf-2.00.tar.gz) = 8cfeab4d23e620b92bfaa0a818c3a28d +MD5 (xpdf-2.01.tar.gz) = 90326075b7bdabe85dc011882365824c >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 7:13:13 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1568D37B401 for ; Mon, 16 Dec 2002 07:13:12 -0800 (PST) Received: from pfepc.post.tele.dk (pfepc.post.tele.dk [193.162.153.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 419F743E4A for ; Mon, 16 Dec 2002 07:13:11 -0800 (PST) (envelope-from freebsd.nospam@mekanix.dk) Received: from frodo.my.domain (0x3ef34d0c.albnxx2.adsl.tele.dk [62.243.77.12]) by pfepc.post.tele.dk (Postfix) with ESMTP id 64591262A29; Mon, 16 Dec 2002 16:13:08 +0100 (CET) Content-Type: text/plain; charset="iso-8859-1" From: Bjarne Wichmann Petersen To: alane@geeksrus.net Subject: Re: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download Date: Mon, 16 Dec 2002 16:14:07 +0100 User-Agent: KMail/1.4.3 Cc: Frank Altpeter , freebsd-ports@FreeBSD.ORG References: <200212160030.gBG0U5k7014592@freefall.freebsd.org> <200212161151.03426.freebsd.nospam@mekanix.dk> <20021216122206.GA75623@wwweasel.geeksrus.net> In-Reply-To: <20021216122206.GA75623@wwweasel.geeksrus.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200212161614.07885.freebsd.nospam@mekanix.dk> Sender: owner-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 Monday 16 December 2002 13:22, AlanE wrote: > >I've experienced similar (Phoenix crashes/exits after dwl). I don't have > > any more font installed from ports than those you've listed. But I do > > have a "large" amount af TTF-fonts (from M$, HP and other places) > > installed manually to X. > >And on a side-note; after upgrading to Phoenix 0.5_x using other > > dpi-settings than 72 makes all fonts render in "tiny-mode" (I usually use > > 127). > That's a function of Xft and the X server. > In general, the best suggestion I can make for a case like yours, where > you have many non-ports fonts installed, is to build with -DWITHOUT_XFT, > which will disable anti-aliasing, but should stop the crashes. Hmm... just did a reinstall with the "WITHOUT_XFT=yes"-flag in /etc/make.conf ... and phoenix still crashes when downloading. Bjarne -- Homepage: http://www.mekanix.dk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 7:17:49 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E76337B401 for ; Mon, 16 Dec 2002 07:17:48 -0800 (PST) Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AB1243E4A for ; Mon, 16 Dec 2002 07:17:47 -0800 (PST) (envelope-from lioux@brturbo.com) Received: from 200-163-6-195-bsace7003.dsl.telebrasilia.net.br (200-163-6-195-bsace7003.dsl.telebrasilia.net.br [200.163.6.195]) by heaven.gigo.com (Postfix) with ESMTP id E6B47BADB for ; Mon, 16 Dec 2002 07:17:31 -0800 (PST) Received: (qmail 1339 invoked by uid 1001); 16 Dec 2002 15:06:57 -0000 Message-ID: <20021216150657.1338.qmail@exxodus.fedaykin.here> Date: Mon, 16 Dec 2002 13:06:35 -0200 From: Mario Sergio Fujikawa Ferreira To: Fernan Aguero Cc: FreeBSD Ports Subject: Re: streaming AM/FM radio ports? References: <20021216133919.GA7039@iib.unsam.edu.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021216133919.GA7039@iib.unsam.edu.ar> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.7-STABLE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-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, Dec 16, 2002 at 10:38:57AM -0300, Fernan Aguero wrote: > Sorry if this is not quite a post for this list. Not a problem but you should try the FreeBSD-multimedia@FreeBSD.org mailing list in the future :) > Basic problem is: I can use (and do use) XMMS or freeamp for > straming mp3 radios. However, some radios broadcast using > realplayer or windows media player formats. > > Is there an app that would allow me to listen to radios in any > of these formats? Preferably in the ports collection, of > course :) Latest mplayer can listen to WM9, RealPlayer and Mp3 streaming. I think it can even listen to shout streaming. > In case there is no single tool for the job, what do people > use to listen to radios in other formats? /usr/ports/multimedia/mplayer Make sure you read the instructions on how to activate additional features for mplayer. For example, You can enable liveMedia support by defining WITH_LIVEMEDIA. You can enable RealPlayer DLL support by defining WITH_REALPLAYER. If mplayer is not enough you can always try mpeg4ip in /usr/ports/multimedia/mpeg4ip There are lots of options for it as well. Regards, -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer 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 Dec 16 7:25: 6 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA97937B401; Mon, 16 Dec 2002 07:25:04 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12DAD43E4A; Mon, 16 Dec 2002 07:25:04 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gBGFOgJr087982; Mon, 16 Dec 2002 10:24:42 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gBGFOg2C087981; Mon, 16 Dec 2002 10:24:42 -0500 (EST) (envelope-from alane) Date: Mon, 16 Dec 2002 10:24:42 -0500 From: AlanE To: Bjarne Wichmann Petersen Cc: Frank Altpeter , freebsd-ports@FreeBSD.ORG, Joe Marcus Clarke Subject: Re: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download Message-ID: <20021216152442.GA87956@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: Bjarne Wichmann Petersen , Frank Altpeter , freebsd-ports@FreeBSD.ORG, Joe Marcus Clarke References: <200212160030.gBG0U5k7014592@freefall.freebsd.org> <200212161151.03426.freebsd.nospam@mekanix.dk> <20021216122206.GA75623@wwweasel.geeksrus.net> <200212161614.07885.freebsd.nospam@mekanix.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200212161614.07885.freebsd.nospam@mekanix.dk> X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.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 Mon, Dec 16, 2002 at 04:14:07PM +0100, Bjarne Wichmann Petersen wrote: >On Monday 16 December 2002 13:22, AlanE wrote: > >> >I've experienced similar (Phoenix crashes/exits after dwl). I don't have >> > any more font installed from ports than those you've listed. But I do >> > have a "large" amount af TTF-fonts (from M$, HP and other places) >> > installed manually to X. >> >And on a side-note; after upgrading to Phoenix 0.5_x using other >> > dpi-settings than 72 makes all fonts render in "tiny-mode" (I usually use >> > 127). >> That's a function of Xft and the X server. >> In general, the best suggestion I can make for a case like yours, where >> you have many non-ports fonts installed, is to build with -DWITHOUT_XFT, >> which will disable anti-aliasing, but should stop the crashes. > >Hmm... just did a reinstall with the "WITHOUT_XFT=yes"-flag in /etc/make.conf >... and phoenix still crashes when downloading. > >Bjarne >-- >Homepage: http://www.mekanix.dk Then I have no idea. I'll cc Joe Marcus Clarke to see if he has a clue I don't ... he usually does. 8-) -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 8:30: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 903B537B406 for ; Mon, 16 Dec 2002 08:30:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2A3543ED4 for ; Mon, 16 Dec 2002 08:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGGU3x3077500 for ; Mon, 16 Dec 2002 08:30:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGGU3i2077499; Mon, 16 Dec 2002 08:30:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19E9E37B401 for ; Mon, 16 Dec 2002 08:28:13 -0800 (PST) Received: from norfolk.ki.iif.hu (norfolk.ki.iif.hu [193.6.222.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1032143EDA for ; Mon, 16 Dec 2002 08:28:12 -0800 (PST) (envelope-from mohacsi@norfolk.ki.iif.hu) Received: (from mohacsi@localhost) by norfolk.ki.iif.hu (8.12.6/8.12.6) id gBGGSPAH000609; Mon, 16 Dec 2002 17:28:25 +0100 (CET) (envelope-from mohacsi) Message-Id: <200212161628.gBGGSPAH000609@norfolk.ki.iif.hu> Date: Mon, 16 Dec 2002 17:28:25 +0100 (CET) From: Janos Mohacsi Reply-To: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46293: MAINTAINER UPDATE: scmxx version 0.6.3.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: 46293 >Category: ports >Synopsis: MAINTAINER UPDATE: scmxx version 0.6.3.3 >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 Dec 16 08:30:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 4.7-STABLE i386 >Organization: NIIF >Environment: System: FreeBSD norfolk.ki.iif.hu 4.7-STABLE FreeBSD 4.7-STABLE #5: Thu Nov 28 13:41:29 CET 2002 root@norfolk.ki.iif.hu:/usr/src/sys/compile/NORFOLK i386 >Description: Maintainer update to comms/scmxx to version 0.6.3.3 Fixes in this version: A phonebook upload bug was fixed. Some more serial device bits were changed. Reads from the device are now different. A 10 second timeout for every read was implemented, and the code now makes more use of malloc. Support for S46 phone. Fixes in port: more proper handling of make. >How-To-Repeat: apply this diff. >Fix: diff -ruN scmxx.bak/Makefile scmxx/Makefile --- scmxx.bak/Makefile Mon Nov 25 09:13:21 2002 +++ scmxx/Makefile Thu Dec 12 17:13:46 2002 @@ -6,7 +6,7 @@ # PORTNAME= scmxx -PORTVERSION= 0.6.3.1 +PORTVERSION= 0.6.3.3 CATEGORIES= comms MASTER_SITES= http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/ diff -ruN scmxx.bak/distinfo scmxx/distinfo --- scmxx.bak/distinfo Mon Nov 25 09:13:21 2002 +++ scmxx/distinfo Thu Dec 12 17:14:00 2002 @@ -1 +1 @@ -MD5 (scmxx-0.6.3.1.tar.bz2) = bf6ee43e0bf5ed8c64784207d3d6a242 +MD5 (scmxx-0.6.3.3.tar.bz2) = 759db1e2d6a5c240398187d1120ab5b2 diff -ruN scmxx.bak/files/patch-Makefile.in scmxx/files/patch-Makefile.in --- scmxx.bak/files/patch-Makefile.in Mon Nov 25 09:13:21 2002 +++ scmxx/files/patch-Makefile.in Thu Jan 1 01:00:00 1970 @@ -1,25 +0,0 @@ ---- Makefile.in.orig Wed Nov 20 10:50:12 2002 -+++ Makefile.in Wed Nov 20 10:51:01 2002 -@@ -7,7 +7,7 @@ - BINARY=scmxx@EXEEXT@ - - all: -- make -C src all -+ $(MAKE) -C src all - - install: all - $(INSTALL) -d $(DESTDIR)$(bindir) -@@ -16,11 +16,11 @@ - $(INSTALL) docs/scmxx.1 $(DESTDIR)$(mandir)/man1/$(BINARY).1 - - clean: -- make -C src clean -+ $(MAKE) -C src clean - rm -rf $(BINARY) - - dist-clean: -- make -C src dist-clean -+ $(MAKE) -C src dist-clean - rm -rf $(BINARY) Makefile config.cache config.log config.status config.h - - maintainer-clean: dist-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 Dec 16 8:53: 7 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 888D337B401 for ; Mon, 16 Dec 2002 08:53:06 -0800 (PST) Received: from ams-msg-core-1.cisco.com (ams-msg-core-1.cisco.com [144.254.74.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id F22D743EE5 for ; Mon, 16 Dec 2002 08:53:04 -0800 (PST) (envelope-from molter@tin.it) Received: from cisco.com (localhost [127.0.0.1]) by ams-msg-core-1.cisco.com (8.12.2/8.12.2) with ESMTP id gBGGpZW7020359 for ; Mon, 16 Dec 2002 17:51:35 +0100 (MET) Received: from www.example.org (dhcp-nic-val-26-98.cisco.com [64.103.26.98]) by cisco.com (8.8.8+Sun/8.8.8) with SMTP id RAA29693 for ; Mon, 16 Dec 2002 17:52:58 +0100 (MET) Received: (qmail 35276 invoked by uid 1000); 16 Dec 2002 16:52:55 -0000 Message-ID: <20021216165255.35275.qmail@cobweb.example.org> Date: Mon, 16 Dec 2002 17:52:55 +0100 From: Marco Molteni To: ports@freebsd.org Subject: two easy PR to close: deskutil/xwrits and astro/gpsdrive X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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, please have a look at the following update PRs and close them: UPDATE deskutil/xwrits http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/43890 MAINTAINER UPDATE astro/gpdrive http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/46273 thanks marco To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 9: 2: 5 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B40C37B401; Mon, 16 Dec 2002 09:02:04 -0800 (PST) Received: from www.unsam.edu.ar (ns2.unsam.edu.ar [170.210.48.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F74A43EE6; Mon, 16 Dec 2002 09:02:01 -0800 (PST) (envelope-from fernan@pi.iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by www.unsam.edu.ar (8.9.3/8.9.3) with ESMTP id OAA56041; Mon, 16 Dec 2002 14:01:47 -0300 (ART) (envelope-from fernan@pi.iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost.iib.unsam.edu.ar [127.0.0.1]) by pi.iib.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id gBGGwmVc046759; Mon, 16 Dec 2002 13:58:49 -0300 (ART) (envelope-from fernan@pi.iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.12.6/8.12.6/Submit) id gBGGwltm046758; Mon, 16 Dec 2002 13:58:47 -0300 (ART) Date: Mon, 16 Dec 2002 13:58:47 -0300 From: Fernan Aguero To: Mario Sergio Fujikawa Ferreira Cc: FreeBSD Ports Subject: Re: streaming AM/FM radio ports? Message-ID: <20021216165847.GB9060@iib.unsam.edu.ar> Mail-Followup-To: Mario Sergio Fujikawa Ferreira , FreeBSD Ports References: <20021216133919.GA7039@iib.unsam.edu.ar> <20021216150657.1338.qmail@exxodus.fedaykin.here> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021216150657.1338.qmail@exxodus.fedaykin.here> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org +----[ Mario Sergio Fujikawa Ferreira (16.Dec.2002 12:18): | | On Mon, Dec 16, 2002 at 10:38:57AM -0300, Fernan Aguero wrote: | > Sorry if this is not quite a post for this list. | | Not a problem but you should try the FreeBSD-multimedia@FreeBSD.org | mailing list in the future :) Thanks for the redirection. | Latest mplayer can listen to WM9, RealPlayer and Mp3 | streaming. I think it can even listen to shout streaming. Thanks! I have already tried linux-realplayer with success based on the reply from Edwin. I am now trying mplayer, and seems to also work fine (i just used it for video, haven't noticed it could also play streamed audio). Thanks for the suggestions! Fernan | +----] -- F e r n a n A g u e r o http://genoma.unsam.edu.ar/~fernan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 9:25:28 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDAAB37B401 for ; Mon, 16 Dec 2002 09:25:26 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id E465B43EB2 for ; Mon, 16 Dec 2002 09:25:25 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id gBGHOo3a036368; Mon, 16 Dec 2002 12:24:50 -0500 (EST) (envelope-from marcus@FreeBSD.org) Subject: Re: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download From: Joe Marcus Clarke To: alane@geeksrus.net Cc: Bjarne Wichmann Petersen , Frank Altpeter , freebsd-ports@FreeBSD.org In-Reply-To: <20021216152442.GA87956@wwweasel.geeksrus.net> References: <200212160030.gBG0U5k7014592@freefall.freebsd.org> <200212161151.03426.freebsd.nospam@mekanix.dk> <20021216122206.GA75623@wwweasel.geeksrus.net> <200212161614.07885.freebsd.nospam@mekanix.dk> <20021216152442.GA87956@wwweasel.geeksrus.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-HDXtDHxAme1hja5upp6V" Organization: FreeBSD, Inc. Message-Id: <1040059524.28013.36.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 16 Dec 2002 12:25:24 -0500 X-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,IN_REP_TO,MIME_LONG_LINE_QP,NOSPAM_INC,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01 version=2.43 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=-HDXtDHxAme1hja5upp6V Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2002-12-16 at 10:24, AlanE wrote: > On Mon, Dec 16, 2002 at 04:14:07PM +0100, Bjarne Wichmann Petersen wrote: > >On Monday 16 December 2002 13:22, AlanE wrote: > > > >> >I've experienced similar (Phoenix crashes/exits after dwl). I don't h= ave > >> > any more font installed from ports than those you've listed. But I d= o > >> > have a "large" amount af TTF-fonts (from M$, HP and other places) > >> > installed manually to X. > >> >And on a side-note; after upgrading to Phoenix 0.5_x using other > >> > dpi-settings than 72 makes all fonts render in "tiny-mode" (I usuall= y use > >> > 127). > >> That's a function of Xft and the X server. > >> In general, the best suggestion I can make for a case like yours, wher= e > >> you have many non-ports fonts installed, is to build with -DWITHOUT_XF= T, > >> which will disable anti-aliasing, but should stop the crashes. > > > >Hmm... just did a reinstall with the "WITHOUT_XFT=3Dyes"-flag in /etc/ma= ke.conf=20 > >... and phoenix still crashes when downloading. > > > >Bjarne > >--=20 > >Homepage: http://www.mekanix.dk >=20 > Then I have no idea. I'll cc Joe Marcus Clarke to see if he has a clue I > don't ... he usually does. 8-) Well, gdb doesn't seem to like phoenix. It crashes itself. However, ktrace/kdump and the CVS version of strace were quite useful. Any chance someone can get a ktrace and/or a strace output of this. It may not lead to a solution (a gdb backtrace would be ideal), but it may point us in the right direction. Phoenix 0.5 is based on Mozilla 1.3a, which was just released, and I have yet to port. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome --=-HDXtDHxAme1hja5upp6V Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA9/gyEb2iPiv4Uz4cRAtzXAJ4k0iwkO7RsThP5OvyCcMiDHECrkgCdFlR6 oXpb2ej77oJ9640XACLEsJI= =/mqZ -----END PGP SIGNATURE----- --=-HDXtDHxAme1hja5upp6V-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 10:15:36 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2329B37B401 for ; Mon, 16 Dec 2002 10:15:35 -0800 (PST) Received: from hotmail.com (f8.law14.hotmail.com [64.4.21.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBFCF43ED4 for ; Mon, 16 Dec 2002 10:15:34 -0800 (PST) (envelope-from floating_in_space_@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 16 Dec 2002 10:08:58 -0800 Received: from 65.92.205.98 by lw14fd.law14.hotmail.msn.com with HTTP; Mon, 16 Dec 2002 18:08:58 GMT X-Originating-IP: [65.92.205.98] From: "alexis georges" To: ports@FreeBSD.org Subject: port Date: Mon, 16 Dec 2002 18:08:58 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 16 Dec 2002 18:08:58.0471 (UTC) FILETIME=[3452B770:01C2A52E] Sender: owner-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, let's say i have an idea of a particular app that would be nice to include in the ports, would i need to provice my own server for ppl to retrieve the file when installing the port? thanks a lot Amon _________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 10:21:33 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1ED837B401 for ; Mon, 16 Dec 2002 10:21:31 -0800 (PST) Received: from straylight.ringlet.net (office.sbnd.net [217.75.140.130]) by mx1.FreeBSD.org (Postfix) with SMTP id 35D4143EDE for ; Mon, 16 Dec 2002 10:21:28 -0800 (PST) (envelope-from roam@ringlet.net) Received: (qmail 2722 invoked by uid 1000); 16 Dec 2002 18:20:57 -0000 Date: Mon, 16 Dec 2002 20:20:57 +0200 From: Peter Pentchev To: alexis georges Cc: ports@FreeBSD.org Subject: Re: port Message-ID: <20021216182057.GA2701@straylight.oblivion.bg> Mail-Followup-To: alexis georges , ports@FreeBSD.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KsGdsel6WgEHnImy" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.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 --KsGdsel6WgEHnImy Content-Type: text/plain; charset=windows-1251 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 16, 2002 at 06:08:58PM +0000, alexis georges wrote: > hello, > let's say i have an idea of a particular app that would be nice to includ= e=20 > in the ports, would i need to provice my own server for ppl to retrieve t= he=20 > file when installing the port? > thanks a lot If you mean a new application that you will be developing, not one that already exists and is distributed via WWW or FTP or some other channel, then yes, in general you will need to take care of hosting the distribution files. If you intend to develop an open-source application, there are several sites that offer free hosting of open-source CVS repositories and the resulting distfiles; SourceForge - http://www.sourceforge.net/ - comes to mind immediately. It is also possible that after you develop the application and put it up somewhere temporarily for people to see it, somebody else will like it and offer to host the distfiles for you. However, this will depend heavily on what exactly kind of application you have in mind :) G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 I am jealous of the first word in this sentence. --KsGdsel6WgEHnImy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9/hmJ7Ri2jRYZRVMRAuryAJwKgZFgHOaJAdCXgGPxgP91Jnbz5QCgkLxO OY/1qFb9c1dpTiSjzVWlKEY= =6N8H -----END PGP SIGNATURE----- --KsGdsel6WgEHnImy-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 11: 0:44 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12FAF37B404 for ; Mon, 16 Dec 2002 11:00:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF5643E4A for ; Mon, 16 Dec 2002 11:00:14 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGJ0Ex3019652 for ; Mon, 16 Dec 2002 11:00:14 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGJ0C0o019633 for freebsd-ports@freebsd.org; Mon, 16 Dec 2002 11:00:12 -0800 (PST) Date: Mon, 16 Dec 2002 11:00:12 -0800 (PST) Message-Id: <200212161900.gBGJ0C0o019633@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 problem is understood and a solution is being sought. f - feedback Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution. p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. s - suspended The problem is not being worked on, due to lack of information or resources. 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 -- or when fixing the problem is abandoned. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2002/09/11] ports/42667 ports Update cccc port to 3.pre63 o [2002/09/16] ports/42863 ports Xaw3d port does not include all necessary o [2002/09/21] ports/43216 ports Port x11-toolkits/ocaml-lablgtk broken o [2002/09/27] ports/43417 ports compliation of ncbi-toolkit fails o [2002/10/15] ports/44097 ports posgresql-723 fails to compile (4.7 RC0) o [2002/10/24] ports/44449 ports audio/id3lib port fails to build o [2002/10/26] ports/44499 ports graphics/fxtv doesn't compile on 5.0-curr o [2002/11/26] ports/45743 ports security/sfs fails tu build o [2002/11/26] ports/45759 ports sablot dynamic linking fails o [2002/11/27] ports/45813 ports xmcd won't compile with open-motif o [2002/11/30] ports/45877 ports postgres7 can't create initial database. o [2002/12/06] ports/46031 ports All emacs20 related ports dumps core on 5 12 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/05/17] ports/27419 ports E-FancyLauncer clones itself over and ove o [2001/06/04] ports/27875 ports invoked on boot, SIGHUP is delivered and o [2001/06/24] ports/28398 ports ja-dvips cannot find tex.pro o [2001/09/25] ports/30823 ports New port: KinterbasDB, Python module to a o [2001/09/30] ports/30947 ports mail/mahogany fails to build, conflicts w o [2001/10/10] ports/31191 ports netsaint - plugins sometimes not found o [2001/11/01] ports/31699 ports The graphics/gd2 port conflicts with grap o [2001/12/21] ports/33082 ports audio/mxv fails to compile o [2002/01/15] ports/33927 ports ja-dvipdfm port requires texmf/dvips/base o [2002/02/23] ports/35237 ports empty manpage installed by trafcount port o [2002/02/26] ports/35364 ports cdb port forgets uint32.h o [2002/03/07] ports/35631 ports SKIP and IPSEC together cause kernel pani f [2002/03/26] ports/36363 ports apache13-ssl - default'httpsd.conf' lack o [2002/04/03] ports/36711 ports Configure Bug: cyrus-sasl-1.5.27_2 / krb p [2002/04/05] ports/36804 ports portupgrade of apache13+modssl causes cer o [2002/04/07] ports/36843 ports auth_ldap port fix o [2002/04/07] ports/36846 ports fxtv 1.03 freezes the system when $LANG=d o [2002/04/08] ports/36879 ports emulators/vmware2 freezes and reboots sys o [2002/04/18] ports/37236 ports bash1 port broken? o [2002/04/19] ports/37262 ports gphoto2 fails to find supported USB digit o [2002/04/22] ports/37358 ports xawtv generates sigalrm with bktr o [2002/04/22] ports/37361 ports installing gcc30 port breaks devel/gettex o [2002/04/25] bin/37468 ports mpeg_play compiled on current/DP1 does no o [2002/04/28] ports/37537 ports trafcount causes reboot at 3AM every nigh o [2002/05/03] ports/37730 ports editors/nvi-perl build failuer o [2002/05/23] misc/38460 ports core dumps with ghostscript o [2002/05/30] ports/38744 ports net/openldap2 doesn't work if db3 and db4 o [2002/06/01] ports/38801 ports sasl_apop_patch.gz breaks LOGIN mech (SMT o [2002/06/15] ports/39332 ports coldsync build broken on current o [2002/06/21] ports/39623 ports [New Ports] Development versions of PHP, o [2002/06/24] ports/39775 ports p5-GD has erroneous dependency on X11 and o [2002/07/01] ports/40088 ports Update: www/webcheck (patches deleted) o [2002/07/05] ports/40232 ports xxgdb left button does not function prope o [2002/07/10] ports/40441 ports sysutils/lcdproc + HD44780 + 'winamp' wir o [2002/08/01] ports/41247 ports New port: net/nrpe o [2002/08/24] ports/41966 ports audio/play: sblive, can cause "Device bu o [2002/08/24] ports/41970 ports trafcount causes fatal trap 12 o [2002/08/28] ports/42118 ports mail/isoqlog fails to compile due to auto o [2002/08/29] ports/42161 ports isakmpd build without policy and keynote o [2002/08/29] ports/42176 ports New port: ekg - polish GaduGadu IM system f [2002/08/31] ports/42268 ports math/PDL port is broken o [2002/09/04] ports/42425 ports update biology/babel to properly output m o [2002/09/09] ports/42612 ports gphoto2 2.1 core dumps on DC290 o [2002/09/10] ports/42647 ports port pybliographger does not configure o [2002/09/10] ports/42650 ports compile error in xisp port o [2002/09/19] ports/42975 ports audio/dagrab generates corrupt mono .WAV o [2002/09/24] ports/43331 ports New Port mail/messagewall o [2002/09/25] ports/43356 ports New Port mail/twhttpd o [2002/09/26] ports/43408 ports graphics/mpeg2play does not install docum o [2002/09/30] ports/43532 ports ColdSync port doesn't enable USB support o [2002/10/07] ports/43796 ports x11-toolkits/xview does not build on 5.0 o [2002/10/08] ports/43847 ports new ports: babytrans,gsfv,mmail,tetradraw o [2002/10/09] ports/43853 ports nagios-plugins fails to compile/install o [2002/10/09] ports/43882 ports New port: 4 new ports (babytrans, gsfv, m o [2002/10/17] ports/44169 ports linux_base-7.1_1 port has bogus protectio o [2002/10/17] ports/44192 ports joe o [2002/10/18] ports/44239 ports Update port: openldap2 to use databases/d o [2002/10/18] ports/44240 ports openldap2 breaks with multiple versions o o [2002/10/19] ports/44295 ports New port: MLton, an optimizing Standard M o [2002/10/25] ports/44457 ports [NEW PORT] devel/mingw32-binutils: new ve o [2002/10/25] ports/44458 ports [NEW PORT] devel/mingw32-bin-msvcrt: new o [2002/10/25] ports/44459 ports [NEW PORT] devel/mingw32-gcc: new version o [2002/10/28] ports/44573 ports Is port net/arla still being maintained? o [2002/10/29] ports/44723 ports net/p5-RPC-XML: p5-File-Spec should only o [2002/10/29] ports/44727 ports textproc/p5-XML-Directory: p5-File-Spec s o [2002/10/29] ports/44731 ports www/p5-HTML-Mason: p5-File-Spec should on o [2002/10/29] ports/44735 ports www/p5-Bundle-Slash: p5-File-Spec should o [2002/10/30] ports/44759 ports ghostscript-gnu-7.05_3 produces incorrect o [2002/11/04] ports/44918 ports Postfix port + IPv6 patch ignores $mynetw f [2002/11/05] ports/44954 ports new port: sysutils/userinfo o [2002/11/09] ports/45165 ports Update of java/cos to 05Nov2002 f [2002/11/11] ports/45219 ports update of audio/id3lib to 3.8.1 f [2002/11/11] ports/45220 ports update for audio/id3v2 to 0.1.7 o [2002/11/12] ports/45233 ports ocaml port hangs in configure stage (tst o [2002/11/12] ports/45234 ports timidity++ portupgrade problem, removes s o [2002/11/12] ports/45249 ports new port: ices-devel o [2002/11/12] ports/45250 ports new port: libshout-devel o [2002/11/12] ports/45251 ports new port: icecast-devel (supersedes ports o [2002/11/15] ports/45311 ports make fetch-recursive in ports eats resour o [2002/11/19] ports/45490 ports tightvnc leaks connections o [2002/11/20] ports/45531 ports Upgrade port hyperlatex-2.5 to 2.6 o [2002/11/20] ports/45543 ports [New Port] MySQL 4.0.5 o [2002/11/21] ports/45556 ports New port: xdf, show the free space of mou o [2002/11/24] ports/45690 ports [bento-fix](non maintainer) : devel/genge o [2002/11/25] ports/45720 ports New port: psybnc: psyBNC is an extremely o [2002/11/25] ports/45734 ports [Maintainer Update] Port: www/mod_gzip o [2002/11/25] ports/45735 ports [Maintainer Update] Port: irc/ircservices o [2002/11/25] ports/45736 ports [Maintainer Update] Port: www/php-templat o [2002/11/27] ports/45802 ports MAINTAINER UPDATE postfix o [2002/11/27] ports/45805 ports security/sfs does not build on Alpha o [2002/11/27] ports/45811 ports fix XFCE Makefile for xscreensaver call o [2002/11/30] ports/45868 ports Maintainer update: Port devel/libstrfunc: o [2002/11/30] ports/45869 ports Maintainer update: Port net/ipcad: new so o [2002/11/30] ports/45879 ports Update PostgreSQL to 7.3 o [2002/11/30] ports/45880 ports PostgreSQL documentation port o [2002/11/30] ports/45881 ports update postgresql-jdbc to 7.3 o [2002/11/30] ports/45882 ports Update of postgresql-odbc to version 7.2. o [2002/11/30] ports/45883 ports Info update in p5-postgresql-plperl o [2002/11/30] ports/45885 ports Update postgresql-tcltk to 7.3 o [2002/11/30] ports/45892 ports New pgaccess port o [2002/12/02] ports/45917 ports New port: windowmaker applet for easy shu o [2002/12/02] ports/45943 ports New port databases/postgresql-libpq++ o [2002/12/02] ports/45944 ports New port databaes/postgresql-libpqxx o [2002/12/02] ports/45945 ports update databases/postgresql-plruby o [2002/12/02] ports/45946 ports update databases/p5-Pg for postgresql 7.3 o [2002/12/03] ports/45976 ports librdiff is old version with serious memo o [2002/12/04] ports/46003 ports security/xmlsec update o [2002/12/06] ports/46023 ports maintainer update port: news/leafnode -> o [2002/12/06] ports/46039 ports adzapper install fails out of the box o [2002/12/08] ports/46102 ports maintainer update port: mail/bogofilter o [2002/12/08] ports/46106 ports net/vnc v3.3.5 - vncviewer core dumps w/ o [2002/12/10] ports/46164 ports incorrect work of pkg_add o [2002/12/10] ports/46167 ports New port: sysutils/gkleds o [2002/12/11] ports/46180 ports lang/squeak3 creates $PREFIX/bin/squeak s o [2002/12/11] ports/46184 ports [PATCH] Update java/bouncycastle to versi o [2002/12/11] ports/46192 ports port pic2fig patch files update o [2002/12/12] ports/46210 ports portupgrade failure with xfree86 o [2002/12/13] ports/46237 ports update postfix-current o [2002/12/14] ports/46266 ports upgrade to v1.31, 1.3 does not fetch o [2002/12/15] ports/46278 ports New Port: games/vegastrike 120 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/03/19] ports/17489 ports Zephyr port is broken with Kerberos enabl o [2000/06/29] ports/19591 ports ssh2 port ignores 'ignorenologin' from lo o [2001/01/12] ports/24299 ports Configure the synaptics touchpad. o [2001/01/27] ports/24687 ports QUAKE FORGE & SVGALIB o [2001/03/05] ports/25564 ports Port ups-debug doesn't build on the alpha o [2001/03/28] ports/26192 ports apel appeared both in xemacs/site-package o [2001/04/23] ports/26801 ports cyrus port should add periodic file to pr o [2001/05/06] ports/27167 ports ETHOberonV4 won't run o [2001/08/09] ports/29590 ports [new port] www/parser-bin One more server o [2001/08/21] ports/29929 ports wginstall.pl script chokes on calculated o [2001/09/20] ports/30701 ports setiathome port misuses the 'nobody' user f [2001/09/27] ports/30870 ports httpd in free(): warning: recursive call f [2001/10/15] ports/31282 ports NEW PORT: aolserver+ad o [2001/10/31] ports/31669 ports New port: graphics/xawtv_applet o [2001/11/03] ports/31744 ports New port: emulators/minix (2.0.0) s [2001/11/28] ports/32362 ports postgresql7 port should install more *.h o [2001/12/04] ports/32508 ports www/flashplugin-mozilla has malloc bug o [2001/12/29] ports/33312 ports New port: www/jonah - a portal and conten o [2002/01/12] ports/33818 ports Bootable ITS image for KLH-10 PDP-10 emul o [2002/01/14] misc/33906 ports [PATCH] tic program as a port for easier o [2002/01/15] ports/33916 ports Upgrade port devel/libtool o [2002/01/29] ports/34404 ports NEW PORT: devel/mingw-expat2 o [2002/01/30] ports/34461 ports Port for H+B EDV avmailgate o [2002/02/02] ports/34550 ports ghostscript-gnu-nox11 portversion 6.51 fa o [2002/02/02] ports/34565 ports graphics/blender port is broke o [2002/02/05] ports/34635 ports games/flightgear a [2002/02/16] ports/35007 ports New port archivers/arj: ARJ32 v 3.10 russ o [2002/02/17] ports/35060 ports New port: deskmenu (GTK root menu applica o [2002/02/19] ports/35117 ports Undefined symbol "ldap_get_dn" when tryin f [2002/02/20] ports/35165 ports New port: textproc/smart an information r o [2002/02/27] ports/35372 ports pgp6 ports fails to compile on alpha plat s [2002/03/01] ports/35459 ports portupgrade doesn't clean up dependencies o [2002/03/03] ports/35520 ports New port devel/whups: a web-based bug tra o [2002/03/05] ports/35580 ports Startup script in /usr/local/etc/rc.d is o [2002/03/08] ports/35667 ports net/pppload patch so it doesn't show wron o [2002/03/10] ports/35753 ports New Port: biology/act o [2002/03/10] ports/35762 ports Speak Freely hangs while reading from aud o [2002/03/13] ports/35859 ports New port: Network traffic accounting daem o [2002/03/13] ports/35882 ports Perl Expect module send_slow hangs on EOF o [2002/03/14] ports/35897 ports upgrading the linux_base port runs into t o [2002/03/14] ports/35919 ports CompuPic 5.1.1016 o [2002/03/15] ports/35946 ports The /usr/local/lib/RealPlayer8/postinstal o [2002/03/16] ports/35995 ports New port: ophoto o [2002/03/17] ports/36034 ports new port databases/pg-crypto o [2002/03/19] ports/36089 ports new port: net/isba - a Perl/Tk GUI for ip o [2002/03/24] ports/36251 ports New port: lang/cocor (Coco/R, a compiler o [2002/03/26] ports/36336 ports port of ccmalloc o [2002/03/26] ports/36361 ports apache13-ssl installs 'httpsd.conf' and l o [2002/03/26] ports/36364 ports apache13-ssl - 'make certificate' fails o [2002/03/29] ports/36503 ports several files conflict in ports/databases o [2002/04/06] ports/36832 ports apache13-* coredumps when using XML::Pars o [2002/04/07] ports/36841 ports use of .MAKEFLAGS target in Makefile.loca o [2002/04/10] ports/36959 ports New port: Gnewtellium is yet another new o [2002/04/11] ports/37003 ports new port: misc/susv2 (Single UNIX Specifi o [2002/04/11] ports/37004 ports new port: misc/susv3 (Single UNIX Specifi o [2002/04/12] ports/37019 ports New port: poink 1.5 (Nosuid, secure ping o [2002/04/14] ports/37062 ports New port: textproc/pocketreader o [2002/04/17] ports/37185 ports New Port: nrpep (netsaint remote plugin e o [2002/04/17] ports/37186 ports Dbview contains an error, because of whic o [2002/04/19] misc/37244 ports c2lib port includes vector.h which appare o [2002/04/20] ports/37290 ports New port: tool for setting the title of x o [2002/04/22] ports/37362 ports The Ted port is incompatible with FreeBSD o [2002/04/22] ports/37364 ports New Port: GeekLog o [2002/04/25] ports/37452 ports New port: devel/publib: Modular library o o [2002/04/25] ports/37469 ports new port: otc a [2002/04/25] ports/37476 ports Updating the port of biology/molden o [2002/04/28] ports/37536 ports New port: games/doomlegacy o [2002/04/29] ports/37567 ports New port devel/qextmdi o [2002/04/30] ports/37596 ports EMACS_PORT_NAME=xemacs21 forks make infin o [2002/04/30] ports/37597 ports aureal-kmod-1.5_3 fails to build o [2002/05/01] ports/37638 ports gd doesn't build with TrueType support o [2002/05/03] ports/37707 ports ports/russian/gd has a checksum error o [2002/05/04] ports/37737 ports Jabber MSN-Transport module o [2002/05/06] ports/37803 ports New port: mod_v2h mass vhosting module fo o [2002/05/08] ports/37855 ports wrong font name in jre/lib/font.propertie o [2002/05/10] ports/37927 ports port to install linux Lahey Fortran 95 v6 s [2002/05/11] ports/37962 ports ports/lang/gcl does not build o [2002/05/11] ports/37972 ports new port: graphics/gmt o [2002/05/13] ports/38023 ports New Port: databases/fireprofile o [2002/05/13] ports/38032 ports MASTER_SITE_THEMES is gone o [2002/05/13] ports/38034 ports compaq-cc (under linux-emu) installes man o [2002/05/14] ports/38092 ports Update Port : www/cherokee fixed working o [2002/05/15] ports/38125 ports ApacheCylical Link error/bug in Virtualse o [2002/05/16] ports/38155 ports new port: mod_roaming2 o [2002/05/16] ports/38165 ports [PATCH] the smalleiffel port is out of da o [2002/05/17] ports/38173 ports New port: posix library for smalleiffel o [2002/05/17] ports/38174 ports New port: Tools and libraries for Eiffel f [2002/05/18] ports/38271 ports Minor bug with Crossfire o [2002/05/19] ports/38321 ports lang/gpc unnecessarily marked broken o [2002/05/20] ports/38331 ports New Port: TEI P3 DTD o [2002/05/20] ports/38332 ports New Port: TEI P4 DTD o [2002/05/20] ports/38334 ports New Port: TEI Lite DTD o [2002/05/20] ports/38335 ports New Port: TEI Lite XML DTD o [2002/05/20] ports/38336 ports New Port: TEI P3 Guidelines o [2002/05/20] ports/38337 ports New Port: TEI P4 Guidelines o [2002/05/20] ports/38338 ports New Port: Stylesheets for TEI->HTML conve o [2002/05/20] ports/38339 ports New Port: Stylesheets for TEI->FO convers o [2002/05/20] ports/38340 ports New Port: DTD parser and clean-up tool o [2002/05/20] ports/38341 ports New Port: Customize TEI DTDs o [2002/05/24] ports/38516 ports ICQv7 transport for the Jabber Server o [2002/05/25] ports/38539 ports New port: devel/libcfg+ o [2002/05/27] ports/38635 ports new port: comms/bforce-kst o [2002/05/27] ports/38638 ports New ports : gfaim 0.30 o [2002/05/28] ports/38655 ports Update New port : ports/38641 (DynDns Ser o [2002/05/30] ports/38751 ports Port for discid o [2002/06/01] ports/38800 ports update www/roxen to Roxen WebServer 2.2.2 o [2002/06/03] ports/38861 ports www/auth_ldap compiles-installs but fails o [2002/06/05] ports/38915 ports New port: "MOVA" - Scripts for Work with o [2002/06/06] ports/38958 ports New port: MySQLMan - a web based MySQL da o [2002/06/09] ports/39059 ports New port: IMCom command-line Jabber clien o [2002/06/09] ports/39062 ports beep: beep for a pitch and duration f [2002/06/11] ports/39178 ports new port: games/crack-attack (An OpenGL g o [2002/06/11] ports/39182 ports netsaint-plugins util.c functions don't q o [2002/06/12] ports/39204 ports New port: deskutils/mnemo, a web-based no o [2002/06/13] ports/39250 ports New port: lang/cmucl-extra o [2002/06/14] ports/39307 ports New port: ASpath-tree a IPv6 route stabil o [2002/06/14] ports/39312 ports [PATCH] Addition of mysql-awareness to mo o [2002/06/16] ports/39364 ports new port: cad/gwave o [2002/06/16] ports/39371 ports new port: mail/qmail-scanner o [2002/06/16] ports/39375 ports astro/seti_applet depends on libgtop whic o [2002/06/17] ports/39416 ports New port: t2ps f [2002/06/18] ports/39470 ports Update port: devel/sdts++ o [2002/06/18] ports/39476 ports profxp will run but when you fxp a file i a [2002/06/19] ports/39544 ports mayavi port disfunctional o [2002/06/20] ports/39597 ports New port: jdictionary-eng-hun 1.4 - Hunga o [2002/06/20] ports/39598 ports New port: jdictionary-eng-hun-expr 1.4 - o [2002/06/20] ports/39601 ports New port: JDictionary plugin: French-Hung o [2002/06/20] ports/39602 ports New port: JDictionary plugin: Interlingua o [2002/06/20] ports/39608 ports upgrade games/cgoban to 1.9.13 o [2002/06/21] ports/39619 ports flashplugin-mozilla crashes and doesnt pl o [2002/06/21] ports/39620 ports flashplugin-mozilla crashes when viewing o [2002/06/21] ports/39621 ports isc-dhcpd server can't get all network in o [2002/06/21] ports/39631 ports port eyeclock unaligned access on alpha o [2002/06/22] ports/39673 ports netsaint-plugins fails to install command o [2002/06/23] ports/39697 ports New port: arson - CD burning and ripping o [2002/06/23] ports/39723 ports New port: hu-phone - Hungarian phone code o [2002/06/23] ports/39728 ports New port: hu-zipcodes - Hungarian post co o [2002/06/24] ports/39801 ports New port: kpovmodeler - a KDE frontend fo o [2002/06/25] ports/39847 ports New port: dump9660 o [2002/06/25] ports/39854 ports New port: kdirstat - A small KDE utility o [2002/06/26] ports/39882 ports pptp client does not install from port in o [2002/06/26] ports/39888 ports New Port: ports/math/maxima o [2002/06/26] ports/39895 ports New Port: ports/lang/screamer o [2002/06/26] ports/39912 ports new port of ITS RP06 filesystem image for o [2002/06/27] ports/39926 ports [NEW-PORT] EKG - client for Polish instat o [2002/06/28] ports/39946 ports Shift-Tab navigation doesn't work in tk-8 o [2002/06/28] ports/39955 ports new port of KLH10 PDP-10 mainframe emulat o [2002/06/28] ports/39963 ports New port: Tool to convert Outlook .pst to o [2002/06/28] ports/39978 ports ports/devel misc Makefile cleanup o [2002/06/29] ports/40000 ports New port: a java-like thread library for o [2002/07/01] ports/40072 ports port upgrade/new port graphics/sinek: a l o [2002/07/05] ports/40235 ports New port: graphics/kbarcode - barcode gen o [2002/07/05] ports/40238 ports New port: devel/antlr o [2002/07/06] ports/40276 ports slurp port overwrites/delete existing con o [2002/07/07] ports/40294 ports New port: emulators/gpsim o [2002/07/08] ports/40344 ports update of mail/ssmtp to 2.50.9 o [2002/07/08] ports/40366 ports New port: graphics/openrm OpenGL based li o [2002/07/08] ports/40368 ports New port: games/gturing - A simple Turing o [2002/07/09] ports/40396 ports New port: Logging daemon for Linksys BEFS o [2002/07/10] ports/40411 ports apache-jserv port points to wrong locatio o [2002/07/11] ports/40461 ports New port MP3c , a cd to mp3 converter wit o [2002/07/12] ports/40514 ports New port: graphics/linux-ac3d easy to use o [2002/07/13] ports/40521 ports New ports math/blacs and math/scalapack: o [2002/07/13] ports/40525 ports [new port] mail/mew2-xemacs-devel-mule o [2002/07/13] ports/40544 ports New port: postnuke o [2002/07/15] ports/40602 ports new port: security/clamav o [2002/07/15] ports/40607 ports New Port: rexima o [2002/07/16] ports/40644 ports New port: lang/bigloo - A Scheme interpre o [2002/07/16] ports/40676 ports Fatal error building /usr/ports/security/ o [2002/07/17] ports/40705 ports Upgrade of gnome-commander to 0.9.8 o [2002/07/18] ports/40756 ports insecure default options o [2002/07/19] ports/40760 ports New port: mail/kavmilter o [2002/07/19] ports/40761 ports New port: graphics/ncarg o [2002/07/19] ports/40768 ports New port: korean/netdic o [2002/07/19] ports/40782 ports New port: www/tidy-devel (latest version o [2002/07/19] ports/40789 ports New port: graphics/gocr OCR (Optical Char o [2002/07/21] ports/40834 ports New port: net/linux-jigdo f [2002/07/21] ports/40865 ports Port of net/dhid is old. This PR updates o [2002/07/21] ports/40866 ports sml-nj port CM autoloading compilation pr o [2002/07/21] ports/40870 ports New port: graphics/animabob Interactive 3 o [2002/07/22] ports/40892 ports New Port: lang/g95 o [2002/07/22] ports/40904 ports new port: www/tclcurl o [2002/07/22] ports/40912 ports New port: Xtend X10 controller program o [2002/07/22] ports/40914 ports New port: games/linux-nwserver Neverwinte o [2002/07/23] ports/40925 ports [new port] www/ljdeps - metaport for Live o [2002/07/23] ports/40942 ports New port: graphics/xrml Extensible scene o [2002/07/24] ports/40966 ports Update: net/ddup (3.0.1) o [2002/07/25] ports/40975 ports Uncatched coredump of pkg_info while pkgd o [2002/07/28] ports/41082 ports New port: emulators/dosbox - emulator of o [2002/07/28] ports/41084 ports New Ports / archivers/untar o [2002/07/31] ports/41211 ports New port textproc/spellutils: newsbody & o [2002/07/31] ports/41219 ports Mk/bsd.sites.mk - add Apache master sites o [2002/08/01] ports/41229 ports New port: devel/aegis-mode.el f [2002/08/02] ports/41258 ports converters/recode needs new port revision o [2002/08/02] ports/41259 ports Info directory change for various GNU Ema a [2002/08/03] ports/41282 ports New_Ports japanese/stevie-* o [2002/08/04] ports/41308 ports New port: devel/p5-Log-Agent-Logger o [2002/08/04] ports/41314 ports amavis-perl is outdated (no longer suppor o [2002/08/04] ports/41320 ports New port : security/libprelude (part of P o [2002/08/04] ports/41321 ports New port : security/prelude-manager (part o [2002/08/04] ports/41324 ports New port : security/prelude-lml (part of o [2002/08/04] ports/41325 ports New port : security/prelude-nids (part of o [2002/08/06] ports/41377 ports New version of lang/clisp o [2002/08/07] ports/41434 ports New port: www/light: another Mozilla-base f [2002/08/08] ports/41439 ports [MAINTAINER UPDATE] security/fwbuilder -> f [2002/08/08] ports/41440 ports [MAINTAINER UPDATE] security/libfwbuilder o [2002/08/08] ports/41461 ports New port: graphics/irit Solid modelling s o [2002/08/09] ports/41464 ports New port Cybercalendar 1.8.2: web based c o [2002/08/09] ports/41480 ports New port: whatpix / a perl apps to find, o [2002/08/09] ports/41510 ports New port: graphics/i3d 3D modeling progra o [2002/08/12] ports/41577 ports port security/acid won't see apache2+mod_ o [2002/08/12] ports/41579 ports New port: Small LDAP-to-KAB (KDE Address o [2002/08/12] ports/41601 ports New port: graphics/gltt TrueType fonts re o [2002/08/13] ports/41619 ports New port x11-toolkits/SoQt (1.0.1) o [2002/08/13] ports/41625 ports New port: misc/spamcalc o [2002/08/13] ports/41638 ports New Port: devel/libio o [2002/08/14] ports/41673 ports New port: igal, image gallery generator o [2002/08/14] ports/41678 ports New port: xfwm4 is a gtk2 WM ideal for us o [2002/08/16] ports/41718 ports New port: dwatch - A daemon watcher o [2002/08/16] ports/41719 ports databases/dbview field positions of outpu o [2002/08/16] ports/41739 ports postgresql-odbc support for unixodbc [PAT o [2002/08/18] ports/41763 ports [walkthrough] fixing security/acid port o [2002/08/18] ports/41768 ports Feature request: WITHOUT_SHELL for Nethac o [2002/08/19] ports/41773 ports new port: x11-servers/Mozdev-PrintServer o [2002/08/19] ports/41784 ports vmware2 causes panic on recent -current o [2002/08/20] ports/41829 ports New port: mail/squirrelmail-devel o [2002/08/20] ports/41836 ports new port - virus filtering tool for qmail o [2002/08/21] ports/41839 ports devel/libtool 1.3.4 port patch files inco o [2002/08/21] ports/41861 ports New port: SMB authentication module for P o [2002/08/22] ports/41906 ports New port: net/ldapbrowser: Java-based LDA o [2002/08/22] ports/41916 ports New Port: mail/dsbl-testers f [2002/08/22] ports/41923 ports Update port: benchmarks/dbench o [2002/08/24] ports/41971 ports New Port: sysutils/ipfw-manager o [2002/08/24] ports/41976 ports sysutils/LPRng port is outdated my 3 mont a [2002/08/24] ports/41984 ports [MAINTAINER UPDATE] Update build of netre f [2002/08/25] ports/42007 ports gnunet 0.4.5 port segfaults on the first o [2002/08/25] ports/42018 ports pkg_info with PKG_PATH searches through t o [2002/08/25] ports/42020 ports New port: net/bpft o [2002/08/27] ports/42072 ports New port: mail/wmymail: Report new mail i o [2002/08/27] ports/42073 ports New port: x11/wmxss o [2002/08/27] ports/42075 ports New port: devel/udesc_dump: Dump USB conf o [2002/08/27] ports/42110 ports New port: The ACE ORB 1.2.1 o [2002/08/28] ports/42113 ports New port: lgeneral-data, data files requi o [2002/08/28] ports/42132 ports Update port x11-toolkit/qwt o [2002/08/28] ports/42134 ports linux-gtk PORTREVISION contaminates other o [2002/08/28] ports/42143 ports japanese/eb2, "make install" fails on -RE o [2002/08/29] ports/42169 ports New port: sysutils/cmdwatch - watches out f [2002/08/29] ports/42178 ports [PATCH] port net/tightvnc and net/vnc mis o [2002/08/29] ports/42181 ports New port: www/guile-www (guile modules fo o [2002/08/30] ports/42218 ports [PATCH] Cleanup mail/ezmlm-web and bump P o [2002/08/30] ports/42234 ports New port: xglurbules o [2002/08/31] ports/42280 ports New port: florist (Ada-POSIX bindings) o [2002/09/01] ports/42281 ports lang/rexx-imc - addition of UPPER patch o [2002/09/01] ports/42296 ports New port: mod_webkit (adapter between Web o [2002/09/01] ports/42298 ports new-port: games/dmjava - a really authent o [2002/09/02] ports/42323 ports Update misc/mango to version 0.18 (SUPERC o [2002/09/02] ports/42325 ports [PATCH] Update mail/cmail to 4.0.1, clean o [2002/09/02] ports/42330 ports Update port: chinese/abiword chinese/arph o [2002/09/03] ports/42360 ports NEW PORT: mail/aileron, WINGs mail client o [2002/09/03] ports/42370 ports New Port: mail/fumail o [2002/09/03] ports/42371 ports libncurses.so.4 missing from ports/emulat o [2002/09/03] ports/42372 ports New port: security/webjob - Download and o [2002/09/03] ports/42376 ports New Port : /usr/ports/french/SPIP-1.4 o [2002/09/03] ports/42378 ports New port: science/at Acoustic ToolBox o [2002/09/03] misc/42380 ports NEW PORT: Docbook 4.2 DTD o [2002/09/03] ports/42399 ports Update port: audio/normalize to 0.7.5 o [2002/09/03] ports/42402 ports maintainer update: sysutils/fastresolve o [2002/09/04] ports/42408 ports [PATCH] Update devel/elfio to 1.0.0 o [2002/09/04] ports/42421 ports New Port : french/dacode o [2002/09/04] ports/42423 ports Soft links to packages point to *.tbz ins o [2002/09/04] ports/42427 ports New port apache13-modssl+ipv6 o [2002/09/05] ports/42440 ports new port: audio/mp3gain (A tool to normal o [2002/09/05] ports/42460 ports New port: di-3.7 - disk information utili o [2002/09/07] ports/42509 ports Update port: security/saint to 3.5.6 o [2002/09/07] ports/42540 ports Update port: emulators/quasi88 (0.4.4 => o [2002/09/12] ports/42685 ports openldap2 on 5.0 current runs error. link o [2002/09/12] ports/42694 ports New port: devel/ifd-devkit: PC/SC Lite IF o [2002/09/12] ports/42695 ports New port: devel/ifd-test: PC/SC Lite IFD o [2002/09/12] ports/42696 ports New port: security/libsectok_pcsc: Smartc o [2002/09/12] ports/42697 ports New port: security/ifd-gpr400: PC/SC Lite o [2002/09/12] ports/42698 ports New port: security/opensc: OpenSC Smartca o [2002/09/12] ports/42701 ports New port: devel/p5-PCSC-Card: Perl bindin o [2002/09/12] ports/42702 ports New port: security/pcsc-tools: Tools for o [2002/09/14] ports/42776 ports Update port: news/ija to 0.4.13 o [2002/09/14] ports/42790 ports New Port - www/suphp : A pretty PHP wrapp o [2002/09/18] ports/42927 ports New Port: games/quakeforge2 o [2002/09/18] ports/42929 ports Fix www/mod_gzip make environment for LOC o [2002/09/20] ports/42986 ports New Port: libwhisker HTTP testing library o [2002/09/20] ports/43142 ports New port: AlsaPlayer is an audio player w o [2002/09/20] ports/43147 ports upgrade math/grace to 5.1.10 o [2002/09/21] ports/43171 ports Port misc/upclient setgid kmem o [2002/09/21] ports/43220 ports [PATCH] update ports/devel/p5-String-Appr o [2002/09/21] ports/43224 ports Ports: Update to net/mudix f [2002/09/22] ports/43247 ports Invalid checksum in biology/molden o [2002/09/22] ports/43268 ports New port: audio/streamtuner-local to 0.1. o [2002/09/22] ports/43269 ports New port: audio/streamtuner-live365 to 0. o [2002/09/23] ports/43313 ports New Port: nikto web and CGI vulnerability o [2002/09/24] ports/43322 ports p5-Date-Calc not updated o [2002/09/25] ports/43358 ports New port japanese/mplusfonts o [2002/09/26] ports/43387 ports x11-toolkits/p5-Prima port upgrade o [2002/09/26] ports/43394 ports New port yptransitd, an nss_ldap replacem o [2002/09/27] ports/43425 ports New port: security/ftimes - A system base o [2002/09/28] ports/43453 ports Unbreak misc/gman o [2002/09/29] ports/43466 ports editors/gnuserv: gnuserv.el should be mod o [2002/09/29] ports/43477 ports New port: tads2 (Tools for writing and pl o [2002/09/29] ports/43481 ports Update port net/amcl to gnome-mud 0.9.1 o [2002/09/29] ports/43486 ports Update port net/arping -> 1.04 o [2002/09/30] ports/43526 ports tcpflow incorrectly handles incorrect dgm f [2002/09/30] i386/43527 ports ld-elf.so.1 -> libintl.so.1 not found com o [2002/09/30] ports/43540 ports Update Port net/cnet 1.7.7 -> 2.0.3 o [2002/10/01] ports/43556 ports update devel/p5-Term-Screen to 1.02 o [2002/10/01] ports/43571 ports New port: databases/py-PySQLite o [2002/10/03] ports/43633 ports Port change request: databases/adodb o [2002/10/04] ports/43657 ports Updating dircproxy to newer version o [2002/10/04] ports/43664 ports xdm dumps core on alpha 4.7-rc0 - xdmauth o [2002/10/04] ports/43665 ports New port: audio/streamtuner 0.8.5 o [2002/10/04] ports/43670 ports RC_NG script for net/openldap o [2002/10/04] ports/43671 ports RC_NG script for net/openldap2 a [2002/10/05] ports/43681 ports www/apache13-fp: Update to 1.3.27 and con o [2002/10/05] ports/43689 ports New port: devel/aegis o [2002/10/05] ports/43695 ports Update port: databases/unixODBC o [2002/10/05] ports/43711 ports New port: php-gtk o [2002/10/05] ports/43715 ports Update to tkrat2 port o [2002/10/05] ports/43718 ports New port: x11-wm/icebgset (set IceWM back o [2002/10/05] ports/43728 ports math/PDL break info o [2002/10/05] ports/43731 ports ports/net/coda5_server doesn't build on - o [2002/10/07] ports/43764 ports New port: audio/wavemagic - An audio play o [2002/10/07] ports/43771 ports LaTeX ports mixed between print and textp o [2002/10/07] ports/43773 ports xmaddressbook complains when run, does no o [2002/10/07] ports/43774 ports Allow users to build security/cyrus_sasl o [2002/10/07] ports/43792 ports New Port: security/libbf (The Blowfish bl o [2002/10/07] ports/43793 ports New Port: security/libidea (IDEA block ci o [2002/10/07] ports/43794 ports New Port: security/p5-Crypt-Blowfish_PP ( o [2002/10/07] ports/43795 ports New Port: security/oinkmaster (Perl scrip o [2002/10/07] ports/43799 ports New Port: security/p5-SHA (Perl5 interfac o [2002/10/07] ports/43804 ports new port: sysutils/getopt (Frodo Looijaar o [2002/10/08] ports/43832 ports new port games/tileworld o [2002/10/09] ports/43856 ports fix build of x11/wscan o [2002/10/09] ports/43862 ports New Port: mail/dcc-dccd: Distributed Chec o [2002/10/09] ports/43876 ports NEW PORT: mail/mailfmt o [2002/10/09] ports/43880 ports Names of Emacs ports are misleading o [2002/10/10] ports/43890 ports [UPDATE] deskutils/xwrits o [2002/10/10] ports/43892 ports Enable use of keynote with security/isakm o [2002/10/10] ports/43897 ports [NEW PORT] mail/maildirsync, online syncr o [2002/10/11] ports/43933 ports security/isakmpd uses hardcoded paths o [2002/10/11] ports/43942 ports New port submission: security/hydra o [2002/10/11] ports/43956 ports New port: x11-wm/ion-devel o [2002/10/13] ports/43997 ports New port: www/apache13-modsnmp: apache-1. o [2002/10/13] ports/44028 ports courier "make install" fails o [2002/10/14] ports/44077 ports New Port: FetchYahoo retrieves mail from o [2002/10/15] ports/44079 ports New port: textproc/gauche-sxml - SXML for o [2002/10/16] ports/44133 ports Upgrade of www/linux-pheonix to version 0 o [2002/10/17] ports/44168 ports net/trafd install from package broken o [2002/10/18] ports/44205 ports fix build of devel/commoncpp o [2002/10/18] ports/44222 ports Update port: databases/gdbm to 1.8.2 o [2002/10/19] ports/44270 ports New port: net/bind9-sdb-ldap o [2002/10/20] ports/44305 ports New port: java/xdoclet (an extended Javad o [2002/10/20] ports/44314 ports new port chk4mail o [2002/10/20] ports/44319 ports update port of mail/minimalist to the lat o [2002/10/21] ports/44327 ports databases/posgtresql7 port doesn't automa o [2002/10/22] ports/44392 ports New port: graphics/gwenview - An image vi o [2002/10/23] ports/44423 ports audio/id3lib compilation fails in FreeBSD o [2002/10/24] ports/44434 ports New port: Apache::Gallery - mod_perl hand o [2002/10/24] ports/44441 ports NEW PORT net/p5-Net-Services o [2002/10/24] ports/44444 ports Sentinel port update o [2002/10/25] ports/44464 ports Ports addition o [2002/10/26] ports/44506 ports update port databases/unixODBC o [2002/10/26] ports/44513 ports Update: x11-toolkits/bwidget o [2002/10/27] ports/44546 ports Remove www/comline, now part of libwww a [2002/10/28] ports/44560 ports Update net/gnugadu from 0.2.0 to 0.2.4 o [2002/10/28] ports/44565 ports NEW PORT: devel/libds (Useful data struct o [2002/10/28] ports/44577 ports mail/gtkgrepmail run-depends on gnome-hel o [2002/10/29] ports/44593 ports New port: mail/hotway, a POP3 gateway for o [2002/10/29] ports/44715 ports novell ncp client does not install o [2002/10/30] ports/44757 ports New port: TLS/SSL-aware FTP client (BSDft o [2002/10/30] ports/44758 ports Port emulators/vmware2 has a hard-code pa o [2002/10/30] ports/44768 ports [Port Fix]: games/xblackjack-2.2 o [2002/10/30] ports/44774 ports new port, deskutils/logjam2 o [2002/10/31] ports/44781 ports New port: AbiWord french dictionary o [2002/10/31] ports/44786 ports New port: devel/picp o [2002/11/01] ports/44810 ports [NEW PORT] security/ftpmap - fingerprints o [2002/11/01] ports/44812 ports [NEW PORT] databases/puredb, libraries to o [2002/11/01] ports/44816 ports new port ngircd o [2002/11/02] ports/44836 ports New port: hunch - Scan httpd log files, f o [2002/11/03] ports/44854 ports [PATCH] add xaw3d build option to games/x s [2002/11/03] ports/44865 ports use PORTCOMMENT for audio/abcde and audio o [2002/11/04] ports/44909 ports New port: Krusader 1.11, a two window fil o [2002/11/04] ports/44910 ports Updated port: astro/roadmap, honor CFLAGS o [2002/11/04] ports/44920 ports /usr/ / new patch available f [2002/11/05] ports/44928 ports change of mantainer o [2002/11/05] ports/44932 ports New port: xtr o [2002/11/05] ports/44949 ports New port Squid Access Report Generator o [2002/11/05] ports/44953 ports make install of apsfilter-7.2.3 fails wit o [2002/11/05] ports/44957 ports Update Port: biology/spdbv o [2002/11/05] ports/44958 ports Update port: databases/dbconnect to 0.2.4 o [2002/11/05] ports/44959 ports Update port: databases/dbh o [2002/11/05] ports/44982 ports Update port: www/chimera o [2002/11/05] ports/44986 ports I am trying to install Netscape Communica o [2002/11/05] ports/44988 ports New port: x11-toolkits/gtkglext - an Open o [2002/11/06] ports/44990 ports New port: lang/stklos - the successor of f [2002/11/06] ports/44999 ports [MAINTAINER UPDATE] audio/nosefart o [2002/11/07] ports/45120 ports sam editor port broken out of box f [2002/11/07] ports/45131 ports make x11/gvid fetchable again o [2002/11/09] ports/45166 ports New port: emulator/fceu o [2002/11/09] ports/45180 ports New port (split out from old port): net/s o [2002/11/11] ports/45224 ports ircII o [2002/11/11] ports/45227 ports problems building/installing db3 and open o [2002/11/12] ports/45247 ports New port: www/scoop collaborative media o [2002/11/12] ports/45255 ports New port: Perl Class::Hook trace method c o [2002/11/13] ports/45275 ports New port for "Simplicity for Java" a Java o [2002/11/14] ports/45287 ports New port: GNU Trove: High performance col o [2002/11/14] ports/45298 ports [PATCH] make ratpoison 1.1.1 usable f [2002/11/14] ports/45305 ports new port: audio/kmusicdb, a music collect o [2002/11/15] ports/45316 ports new-port: game, train control simulation o [2002/11/15] ports/45320 ports New Port: OFM - The open filemanager o [2002/11/15] ports/45329 ports New port: xnodecor (x11 utility on Overri o [2002/11/16] ports/45344 ports devel/allegro: updating to 4.1.4 (devel v o [2002/11/16] ports/45347 ports [NEW PORT] security/libtasn1: ASN.1 parse o [2002/11/16] ports/45348 ports [NEW PORT] security/gnutls: GNU Transport o [2002/11/16] ports/45351 ports lang/sr fails to compile on -CURRENT o [2002/11/16] ports/45352 ports [patch] remove dead mastersite in palm/pi o [2002/11/16] ports/45355 ports devel/p5-Proc-ProcessTable upgrade 0.35 - o [2002/11/16] ports/45356 ports pnet upgrade 0.4.4 -> 0.4.6 o [2002/11/16] ports/45357 ports PATCH: textproc/ispell - added bulgarian o [2002/11/18] ports/45396 ports add MASTER_SITE_PACKETSTORM as a mirror s o [2002/11/18] ports/45401 ports New ports: security/sslsniffer (SSLv3/TL o [2002/11/18] ports/45402 ports Update isakmpd to 20021118 o [2002/11/18] ports/45419 ports [patch] update plist for audio/speex o [2002/11/18] ports/45456 ports Update port: x11-wm/larswm to 7.2.8 (fix o [2002/11/18] ports/45462 ports Latest version of XML::Twig. o [2002/11/18] ports/45467 ports New ports: mail/jamlib o [2002/11/18] ports/45468 ports New port: mail/crashecho f [2002/11/19] ports/45479 ports MAINTAINER UPDATE: hungarian ispell versi o [2002/11/19] ports/45482 ports update port math/gri and change of mainta o [2002/11/19] ports/45491 ports New Port: apache-soap (Apache SOAP Toolki o [2002/11/19] ports/45496 ports [New Port] www/mod_layout2 : mod_layout A o [2002/11/19] ports/45497 ports [PORT UPDATE] textproc/htmldoc 1.8.20 -> o [2002/11/19] ports/45501 ports new port: net/hinfo, look up host info fo o [2002/11/19] ports/45502 ports [New Port] www/mod_accounting : An Apache o [2002/11/19] ports/45507 ports x11-wm/fvwm-theme tried to remove essenti o [2002/11/19] ports/45509 ports security/saint no longer appears to be av o [2002/11/20] ports/45521 ports new port Sleepycat Berkeley DB4.1 o [2002/11/20] ports/45522 ports new port database/WWWdb-0.8.2 o [2002/11/20] ports/45526 ports New port: math/maxima -- symbolic compute o [2002/11/20] ports/45551 ports mail/smail port fails to build (fix inclu o [2002/11/21] ports/45554 ports [PATCH] databases/sqlrelay: Add Interbase o [2002/11/21] ports/45561 ports xnview 1.46 is available o [2002/11/21] ports/45575 ports Update to R-letter port o [2002/11/21] ports/45576 ports port lcms fails test after build on curre o [2002/11/21] ports/45577 ports Update distfile location for audio/xmms-m o [2002/11/22] ports/45605 ports New port: rbl-milter, a sendmail milter o [2002/11/22] ports/45607 ports New port: french/grisbi, a french finance o [2002/11/22] ports/45611 ports Subject: 'wv' port does not specify lynx f [2002/11/22] ports/45613 ports make update doesn't o [2002/11/24] ports/45686 ports New port: security/clamav Clam AntiVirus, o [2002/11/24] ports/45693 ports New port: net/gkrellmmultiping2 o [2002/11/24] ports/45695 ports pnet upgrade 0.4.4 -> 0.4.8 o [2002/11/24] ports/45696 ports new port, lang/pnetlib o [2002/11/24] ports/45700 ports gcombust upgrade patches [MAINTAINER] o [2002/11/25] ports/45705 ports MAINTAINER UPDATE: hungarian ispell versi o [2002/11/25] ports/45709 ports Update port: chinese/cce o [2002/11/25] ports/45711 ports mail/gbuffy update to 0.2.4 o [2002/11/25] ports/45714 ports New Port: KMyIRC o [2002/11/25] ports/45722 ports [MAINTAINER] Update mail/anubis to 3.6.1 o [2002/11/25] ports/45726 ports [MAINTAINER UPDATE] security/p5-File-Scan o [2002/11/26] ports/45745 ports Maintainer update: net/adasockets o [2002/11/26] ports/45748 ports Port x11-wm/windowmaker , add knob to dis o [2002/11/26] ports/45750 ports Update port: [Maintainer Update]: irc/pis o [2002/11/26] ports/45752 ports Update security/isakmpd o [2002/11/26] ports/45764 ports Update port: irc/lostirc - A simple and m o [2002/11/26] ports/45769 ports PATCH: Add bounds-checking option to lang o [2002/11/26] ports/45771 ports OffiX printer doesn't find printer o [2002/11/26] ports/45782 ports [patch] fix fetch and update version for f [2002/11/26] ports/45786 ports [MAINTAINER UPDATE] o [2002/11/26] ports/45787 ports Update port: print/dvipdfm-cjk o [2002/11/27] ports/45796 ports Update port: irc/pircbot o [2002/11/27] ports/45798 ports Update port: chinese/dictd-database o [2002/11/27] ports/45799 ports New port print/mup o [2002/11/27] ports/45800 ports New port submission: sysutils/dialog o [2002/11/27] ports/45803 ports security/john does not install lanman.chr o [2002/11/27] ports/45809 ports update-port: sysutils/xcdroast o [2002/11/27] ports/45810 ports sysutils/pear-Log: upgrade to 1.5.1. o [2002/11/27] ports/45812 ports New port for print/mup o [2002/11/28] ports/45821 ports Update port: chinese/big5con o [2002/11/28] ports/45832 ports [New port] multimedia/slideshow: slidesho o [2002/11/29] ports/45834 ports Port Update: audio/easytag o [2002/11/29] ports/45846 ports Update port: textproc/resume to 1.5.1 o [2002/11/29] ports/45847 ports Update port: devel/eboxy to 0.3.4 o [2002/11/29] ports/45848 ports Update port: comms/gsmlib to 1.10 o [2002/11/29] ports/45849 ports Update port: devel/fastdep to 0.14 o [2002/11/29] ports/45850 ports Update port: graphics/gtkam o [2002/11/29] ports/45851 ports Update port: devel/libmba to 0.4.6 o [2002/11/29] ports/45852 ports Update port: graphics/xpaint to 2.6.7 o [2002/11/29] ports/45853 ports Update port: mail/nail to 10.3 o [2002/11/29] ports/45854 ports Update port: japanese/ebview to 0.2.0 o [2002/11/29] ports/45855 ports Update port: lang/scm to 5d7 o [2002/11/29] ports/45856 ports Update port: japanese/plain2 to 2.54.1 o [2002/11/29] ports/45857 ports Update port: misc/gretl to 1.0.1 o [2002/11/29] ports/45858 ports Update port: print/catdvi to 0.14 o [2002/11/29] ports/45859 ports Update port: print/psmark to 2.1 o [2002/11/29] ports/45860 ports Update port: www/retawq to 0.1.3 o [2002/11/29] ports/45862 ports Update port: security/firewalk o [2002/11/29] ports/45865 ports Update port: print/gimp-print to 4.2.4 o [2002/11/29] ports/45866 ports Update port: archivers/star to 1.4.2 o [2002/11/30] ports/45875 ports New port: audio/gnupod - Collection of pe o [2002/11/30] ports/45876 ports maintainer update: security/ssh2 -> 3.2.2 o [2002/11/30] ports/45884 ports Info update in postgresql-pltcltk o [2002/11/30] ports/45886 ports New ports: japanese/trr* o [2002/11/30] ports/45887 ports Update py-PyGreSQL to version 7.3 o [2002/11/30] ports/45888 ports maintainer-update: www/smarty to 2.3.1 o [2002/11/30] ports/45890 ports Maintainer update: devel/buildtool to ver o [2002/12/01] ports/45900 ports security/sfs conflicts with bison 1.75 [p o [2002/12/01] ports/45905 ports New port: devel/rt3 o [2002/12/01] ports/45909 ports New port: Python DBI Sybase module o [2002/12/02] ports/45911 ports GEOM-related problem sysutils/diskcheckd o [2002/12/02] ports/45915 ports New port: devel/publib o [2002/12/02] ports/45918 ports [PATCH] imageindex port needs version upd o [2002/12/02] ports/45919 ports Update port: audio/libsidplay2 o [2002/12/02] ports/45920 ports Update port: audio/resid o [2002/12/02] ports/45921 ports Update port: databases/gigabase to 2.75 o [2002/12/02] ports/45922 ports Update port: audio/gnump3d to 1.0 o [2002/12/02] ports/45923 ports Update port: databases/fastdb to 2.54 o [2002/12/02] ports/45924 ports Update port: databases/libdbi to 0.6.7 o [2002/12/02] ports/45925 ports Update port: devel/ragel to 1.4.1 o [2002/12/02] ports/45926 ports Update port: devel/cdecl o [2002/12/02] ports/45927 ports Update port: devel/log4cpp to 0.3.4 o [2002/12/02] ports/45928 ports Update port: devel/lwp o [2002/12/02] ports/45929 ports Update port: devel/ucpp o [2002/12/02] ports/45930 ports Update port: emulators/atari800 to 1.2.5 o [2002/12/02] ports/45931 ports Update port: databases/grass to 5.0.0 o [2002/12/02] ports/45932 ports Update port: graphics/gtkam to 1.0.10 (fi o [2002/12/02] ports/45933 ports Update port: mail/wmbiff to 0.4.9 o [2002/12/02] ports/45935 ports Update port: lang/otcl to 1.0a8 o [2002/12/02] ports/45936 ports Update port: lang/onyx to 4.2.0 o [2002/12/02] ports/45937 ports Update port: mail/sentinal to 1.6.1b o [2002/12/02] ports/45938 ports Update port: graphics/gphoto2 to 2.1.1 o [2002/12/03] ports/45965 ports new port: sysutils/fonteditfs o [2002/12/03] ports/45975 ports Update port: mail/mimedefang to 2.27 o [2002/12/03] ports/45979 ports Update of lang/pike72 to 7.2.440 o [2002/12/03] ports/45980 ports New port: lang/pexts : Pike extensions fo o [2002/12/04] ports/45985 ports [MAINTAINER UPDATE]: x11-wm/bbpager o [2002/12/04] ports/45987 ports update, devel/cvsplot 1.6.1 -> 1.6.2 o [2002/12/04] ports/45988 ports [NEW PORT]: x11/nvidia-driver o [2002/12/04] ports/45992 ports Update port: net/vnc o [2002/12/04] ports/45998 ports [NEW PORT] devel/p5-Log-Log4perl, Log4j f o [2002/12/05] ports/46005 ports New port: ginsu - a client for the gale s o [2002/12/05] ports/46009 ports New port: openldap-2.1 o [2002/12/05] ports/46012 ports maintainer update: security/ssh2 fixes o [2002/12/05] ports/46018 ports Update port: chinese/mplayer-fonts o [2002/12/06] ports/46020 ports update-port: ftp/gftp o [2002/12/06] ports/46024 ports palm/plucker-1.2 doesn't work with python o [2002/12/06] ports/46033 ports chinese/mozilla-tclp from 1.0.1 to 'unive o [2002/12/06] ports/46034 ports new ports: mantis o [2002/12/06] ports/46038 ports Update port: devel/xmake to 1.06 o [2002/12/06] ports/46040 ports request to repo copy www/dansguardian to o [2002/12/06] ports/46041 ports port update: www/dansguardian to version o [2002/12/06] ports/46042 ports port update: www/dansguardian-devel to v o [2002/12/06] ports/46043 ports maintainer-update of mail/mutt-devel o [2002/12/06] ports/46044 ports Port of SmartEiffel 1.0 o [2002/12/06] ports/46045 ports SmallEifel was renamed to SmartEiffel o [2002/12/06] ports/46048 ports chinese/mozilla-tclp from 'universal' rev o [2002/12/07] ports/46055 ports [patch] fix fetch for devel/doc++ o [2002/12/07] ports/46063 ports New port: USB FM Radio Control utility o [2002/12/07] ports/46065 ports [patch] fix fetch for devel/libvanessa_* o [2002/12/07] ports/46070 ports [patch] fix fetch and update version for o [2002/12/07] ports/46071 ports update port spin to 3.5.2 o [2002/12/07] ports/46077 ports [patch] fix fetch for devel/gsnes9x o [2002/12/07] ports/46085 ports Maintainer update: net/ap-utils to 1.3 o [2002/12/07] ports/46089 ports multimedia/xmms Vorbis plugin built incor o [2002/12/07] ports/46090 ports New Port: security/fakeident o [2002/12/08] ports/46097 ports update port: png2ico o [2002/12/08] ports/46099 ports Port update for databases/py-pyPgSQL o [2002/12/08] ports/46101 ports maintainer-update: x11-wm/fluxconf (0.6.0 o [2002/12/08] ports/46108 ports [NEW PORT] zodb3 o [2002/12/09] ports/46120 ports [PATCH] Update net/vnc port Makefile to a o [2002/12/09] ports/46121 ports Update port: [Maintainer Update]: net/slu o [2002/12/09] ports/46127 ports Update port: devel/ftnchek to 3.2.0 o [2002/12/09] ports/46129 ports Update port: devel/styx to 1.5.1 o [2002/12/09] ports/46130 ports Update port: ftp/yafc to 1.0 o [2002/12/09] ports/46131 ports Update port: editors/ted to 2.12 o [2002/12/09] ports/46132 ports Update port: games/xqf to 0.9.10 o [2002/12/09] ports/46133 ports Update port: graphics/feh to 1.2.3 o [2002/12/09] ports/46134 ports Update port: games/gl-117 to 0.8 (fix por o [2002/12/09] ports/46135 ports Update port: math/tvmet to 0.7.0 o [2002/12/09] ports/46136 ports Update port: graphics/libgrass5 to 1.0.0 o [2002/12/09] ports/46137 ports Update port: games/bzflag to 1.7g.0 o [2002/12/09] ports/46138 ports Update port: graphics/pornview to 0.1.3 o [2002/12/09] ports/46139 ports Update port: audio/libsndfile to 1.0.3 (f o [2002/12/09] ports/46140 ports Update port: lang/smalltalk to 2.0.9 o [2002/12/09] ports/46141 ports Update port: cad/gerbv to 0.11 o [2002/12/09] ports/46142 ports Update port: net/maradns to 1.0.19 o [2002/12/09] ports/46143 ports Update port: net/tightvnc to 1.2.7 o [2002/12/09] ports/46144 ports Update port: x11/xnee to 1.0 o [2002/12/09] ports/46145 ports Update port: www/harvest to 1.9.1 (fix po o [2002/12/09] ports/46146 ports Update port: print/ghostscript-afpl to 8. o [2002/12/09] ports/46147 ports Update converters/xmedcon o [2002/12/10] ports/46160 ports maintainer-update: x11-wm/fluxbox to 0.1. o [2002/12/10] ports/46171 ports new port: www/mod_python3 version 3.0.1 o [2002/12/10] ports/46172 ports linux_base-7.1_2 install problem w/linpro o [2002/12/10] ports/46177 ports Updated port: net/naim (maint. update) to o [2002/12/11] ports/46202 ports hackedbox make install failure (nle/et_EE o [2002/12/12] ports/46206 ports New port: games/tractorgen o [2002/12/12] ports/46221 ports new port proposal for smtpscan-0.3.1 o [2002/12/13] ports/46233 ports Maintainer update: please repo-copy lang/ o [2002/12/13] ports/46234 ports Maintainer Update: Please Repo Copy www/c o [2002/12/13] ports/46236 ports update-port: graphics/xawtv o [2002/12/13] ports/46240 ports New port: emulators/ePSXe o [2002/12/13] ports/46241 ports New port: emulators/peops-gpu-soft o [2002/12/13] ports/46242 ports New port: emulators/peops-spu-oss o [2002/12/13] ports/46243 ports Update port: shells/scponly from 2.4 to 3 o [2002/12/13] ports/46247 ports Port upgrade: p5-Error from 0.14 to 0.15 o [2002/12/14] ports/46255 ports upgrade of lang/linux-j to 501b o [2002/12/14] ports/46267 ports Fix build on -current for net/netmap o [2002/12/15] ports/46272 ports Version bump and corrected WWW: o [2002/12/15] ports/46273 ports [MAINTAINER UPDATE] astro/gpsdrive o [2002/12/15] ports/46274 ports devel/pear-PEAR: upgrade to 1.0b3. o [2002/12/15] ports/46282 ports [Maintainer Update] audio/openal o [2002/12/16] ports/46287 ports Update port: comms/tits o [2002/12/16] ports/46288 ports OpenLDAP port update o [2002/12/16] ports/46289 ports New port: sysutils/spinner o [2002/12/16] ports/46290 ports New version of graphics/xpdf o [2002/12/16] ports/46293 ports MAINTAINER UPDATE: scmxx version 0.6.3.3 622 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 11:49:23 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07E1537B404 for ; Mon, 16 Dec 2002 11:49:22 -0800 (PST) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8677F43EDA for ; Mon, 16 Dec 2002 11:49:19 -0800 (PST) (envelope-from rehsack@liwing.de) Received: (qmail 38106 invoked from network); 16 Dec 2002 19:49:18 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 16 Dec 2002 19:49:18 -0000 Message-ID: <3DFE2E06.5090803@liwing.de> Date: Mon, 16 Dec 2002 20:48:22 +0100 From: Jens Rehsack Organization: LiWing IT-Services User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Patrick Li Cc: freebsd-ports@FreeBSD.org, dirk@FreeBSD.org, skv@FreeBSD.org Subject: Re: ports/46268: linker error in mod_php4 because missing -lstdc++ in textproc/sablotron References: <200212160229.gBG2TVEj050866@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 Patrick Li wrote: > Synopsis: linker error in mod_php4 because missing -lstdc++ in textproc/sablotron ^^^^^ > > Responsible-Changed-From-To: freebsd-ports->dirk > Responsible-Changed-By: pat > Responsible-Changed-When: Sun Dec 15 18:29:13 PST 2002 > Responsible-Changed-Why: > Over to maintainer > > http://www.freebsd.org/cgi/query-pr.cgi?pr=46268 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > > This should be over to skv@FreeBSD.org, because he is the maintainer of textproc/sablotron (AFAIK). The problem occures in www/mod_php4 but the error couldn't be solved there but in textproc/sablotron. I think much more, the real fix could only be in /usr/bin/c++ because it doesn't generate this library dependency by itself even it exists. libsablot.so uses c++ library calls like new[] and those requires the libstdc++ - c++ automatically adds them, cc doesn't. If you build a library using c++ and building an application using that library using cc, the linking information (dependency) for (let's say: libsablot.so.69) the c++ build library is missing and the link / load will fail. Maybe the solution is using STL in world instead of stdc++, but it's not the time discussing it now. I'm sure the core team is discussing that, but not before 5.0-RELEASE. But I think this patch for textproc/sablotron should be proved and applied, because running mod_php4 would be nice for 5.0-CURRENT. Jens -- L i W W W i Jens Rehsack L W W W L i W W W W i nnn gggg LiWing IT-Services L i W W W W i n n g g LLLL i W W i n n g g FriesenstraЯe 2 gggg 06112 Halle g g g Tel.: +49 - 3 45 - 5 17 05 91 ggg e-Mail: Fax: +49 - 3 45 - 5 17 05 92 http://www.liwing.de/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 12:40:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1725A37B401 for ; Mon, 16 Dec 2002 12:40:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ACEE43EC2 for ; Mon, 16 Dec 2002 12:40:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGKe4x3052831 for ; Mon, 16 Dec 2002 12:40:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGKe4Uf052830; Mon, 16 Dec 2002 12:40:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90A8037B404 for ; Mon, 16 Dec 2002 12:35:23 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B98743ED8 for ; Mon, 16 Dec 2002 12:35:18 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 9EE259B7 for ; Tue, 17 Dec 2002 05:35:13 +0900 (JST) Message-Id: <20021217053158.16ed141e.tkato@prontomail.com> Date: Tue, 17 Dec 2002 05:31:58 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46296: Update port: graphics/tosvcd to 0.9 Sender: owner-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: 46296 >Category: ports >Synopsis: Update port: graphics/tosvcd to 0.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.9 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/tosvcd/Makefile graphics/tosvcd/Makefile --- /usr/ports/graphics/tosvcd/Makefile Fri Nov 29 19:08:33 2002 +++ graphics/tosvcd/Makefile Sat Dec 14 07:27:52 2002 @@ -7,7 +7,7 @@ # PORTNAME= tosvcd -PORTVERSION= 0.7 +PORTVERSION= 0.9 CATEGORIES= graphics MASTER_SITES= http://muse.seh.de/tosvcd/ @@ -17,18 +17,10 @@ vcdimager:${PORTSDIR}/graphics/vcdimager USE_BZIP2= yes -USE_REINPLACE= yes -MAKEFILE= makefile USE_GMAKE= yes - -post-patch: - @${REINPLACE_CMD} -e "s|^CFLAGS =|CFLAGS+=|" \ - -e "s|^CFLAGS +=|#CFLAGS +=|g" \ - -e "s|-lpthread|${PTHREAD_LIBS}|g" \ - ${WRKSRC}/${MAKEFILE} - @${REINPLACE_CMD} -e "s|malloc.h|stdlib.h|" ${WRKSRC}/decode.c - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/tosvcd ${PREFIX}/bin +MAKEFILE= makefile +MAKE_ENV= CC="${CXX}" CFLAGS="${CXXFLAGS}" \ + PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ + PTHREAD_LIBS="${PTHREAD_LIBS}" .include diff -urN /usr/ports/graphics/tosvcd/distinfo graphics/tosvcd/distinfo --- /usr/ports/graphics/tosvcd/distinfo Fri Oct 25 17:12:42 2002 +++ graphics/tosvcd/distinfo Sat Dec 14 07:16:50 2002 @@ -1 +1 @@ -MD5 (tosvcd-0.7.tar.bz2) = d821ed70eed67dae5fbbc041217f327f +MD5 (tosvcd-0.9.tar.bz2) = 696c55f668e2019ffa87d9e11902451a diff -urN /usr/ports/graphics/tosvcd/files/patch-decode.c graphics/tosvcd/files/patch-decode.c --- /usr/ports/graphics/tosvcd/files/patch-decode.c Fri Oct 25 17:12:42 2002 +++ graphics/tosvcd/files/patch-decode.c Sat Dec 14 07:25:44 2002 @@ -1,6 +1,14 @@ ---- decode.c.orig Fri Oct 25 16:01:13 2002 -+++ decode.c Fri Oct 25 16:01:31 2002 -@@ -21,7 +21,7 @@ +--- decode.c.orig Wed Dec 4 22:40:42 2002 ++++ decode.c Sat Dec 14 07:25:35 2002 +@@ -8,7 +8,6 @@ + #include "mm_accel.h" + #include "attributes.h" + #include "mmx.h" +-#include "malloc.h" + + extern FILE* log; + +@@ -21,7 +20,7 @@ Mpeg2dec::Mpeg2dec(uint32_t mm_accel) { config.flags = mm_accel; @@ -9,7 +17,7 @@ memset(picture, 0, sizeof (picture_t)); frames = 0; frame_ptr[0] = 0; -@@ -66,7 +66,7 @@ +@@ -63,7 +62,7 @@ int size = width() * height() / 4; if (frames) free(frames); diff -urN /usr/ports/graphics/tosvcd/files/patch-makefile graphics/tosvcd/files/patch-makefile --- /usr/ports/graphics/tosvcd/files/patch-makefile Fri Oct 25 17:12:42 2002 +++ graphics/tosvcd/files/patch-makefile Sat Dec 14 07:27:08 2002 @@ -1,11 +1,39 @@ ---- makefile.orig Fri Oct 25 16:04:05 2002 -+++ makefile Fri Oct 25 16:04:25 2002 -@@ -21,7 +21,7 @@ +--- makefile.orig Wed Dec 4 22:40:42 2002 ++++ makefile Sat Dec 14 07:27:00 2002 +@@ -1,15 +1,15 @@ + # use intel compiler 0.6.x + INTEL = no + +-CFLAGS = -DVERSION="\"0.9\"" ++CFLAGS += -DVERSION="\"0.9\"" + + ifeq ($(INTEL),yes) + #CC = icc -I/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include -Kc++ -O -tpp6 -xiMK + CC = icc -Kc++ -O -tpp6 -xiMK + #CC = icc + else +-CC = g++ +-CFLAGS += -g -Wall -O3 -fno-exceptions -fno-rtti ++CC ?= g++ ++CFLAGS += -fno-exceptions -fno-rtti ${PTHREAD_CFLAGS} + endif + + SRC = tosvcd decode header idct idct_mmx motion_comp +@@ -20,15 +20,13 @@ + all: tosvcd tosvcd: $(OBJ) - $(CC) -o tosvcd $(OBJ) -lpthread +- $(CC) -o tosvcd $(OBJ) -lpthread - su -c "cp tosvcd /usr/bin" -+# su -c "cp tosvcd /usr/bin" ++ $(CC) -o tosvcd $(OBJ) ${PTHREAD_LIBS} t: - ./tosvcd -o reeperbahn /video0/Auf_der_Reeperbahn_nachts_um_halb_eins/2002-03-09.15:21.50.50.rec + ./tosvcd -o mafia /home/ws/videos/Mafia/2002-10-21.00:33.50.50.rec + + install:: +- su -c "mv /usr/bin/tosvcd /usr/bin/tosvcd.old" +- su -c "cp tosvcd /usr/bin" ++ ${BSD_INSTALL_PROGRAM} tosvcd ${PREFIX}/bin + + clean: + rm *.o diff -urN /usr/ports/graphics/tosvcd/files/patch-tosvcd.c graphics/tosvcd/files/patch-tosvcd.c --- /usr/ports/graphics/tosvcd/files/patch-tosvcd.c Mon Nov 25 22:18:57 2002 +++ graphics/tosvcd/files/patch-tosvcd.c Sat Dec 14 07:22:05 2002 @@ -1,6 +1,6 @@ ---- tosvcd.c.orig Fri Sep 13 10:08:52 2002 -+++ tosvcd.c Mon Nov 18 16:56:27 2002 -@@ -24,14 +24,12 @@ +--- tosvcd.c.orig Mon Dec 9 18:24:57 2002 ++++ tosvcd.c Sat Dec 14 07:21:57 2002 +@@ -20,14 +20,12 @@ #include #include #include @@ -15,13 +15,4 @@ +#include #include - -@@ -1322,7 +1320,7 @@ - // catch all signals - //--------------------------------------------------- - #if 1 -- for (int i = 0; i < _NSIG; ++i) { -+ for (int i = 0; i < NSIG; ++i) { - if (i != SIGABRT) - signal(i, catchSignal); - } + #include "mm_accel.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 Mon Dec 16 12:40:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4130F37B404 for ; Mon, 16 Dec 2002 12:40:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFB4643ED4 for ; Mon, 16 Dec 2002 12:40:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGKe4x3052844 for ; Mon, 16 Dec 2002 12:40:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGKe4iq052843; Mon, 16 Dec 2002 12:40:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8808737B401 for ; Mon, 16 Dec 2002 12:35:23 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F90C43ED1 for ; Mon, 16 Dec 2002 12:35:18 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 4FA439B4 for ; Tue, 17 Dec 2002 05:35:13 +0900 (JST) Message-Id: <20021217053152.36e23075.tkato@prontomail.com> Date: Tue, 17 Dec 2002 05:31:52 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46297: Update port: graphics/gqview to 1.2.0 Sender: owner-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: 46297 >Category: ports >Synopsis: Update port: graphics/gqview to 1.2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:40:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.2.0 New file: files/patch-configure.in Following PRs shuold be superseded by this one: [2002/10/01] ports/43551 nakai update: graphics/gqview >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/gqview/Makefile graphics/gqview/Makefile --- /usr/ports/graphics/gqview/Makefile Tue Sep 10 20:12:06 2002 +++ graphics/gqview/Makefile Fri Dec 13 23:44:31 2002 @@ -6,7 +6,7 @@ # PORTNAME= gqview -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,29 +17,26 @@ USE_GNOMENG= yes USE_GNOME= gdkpixbuf WANT_GNOME= yes -GNU_CONFIGURE= yes +USE_REINPLACE= yes +USE_AUTOCONF_VER= 213 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= gqview.1 .include -.if ${HAVE_GNOME:Mlibcapplet}!="" -USE_GNOME+= libcapplet +.if ${HAVE_GNOME:Mgnomelibs}!="" +USE_GNOME+= gnomehack gnomeprefix gnomelibs PKGNAMESUFFIX= -gnome +.else +CONFIGURE_ARGS+= --disable-gnome .endif -MAN1= gqview.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 \ - 's|GNOME_DATADIR\)/gnome/|GNOME_DATADIR\)/|g' - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/gqview - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gqview -.endif +post-patch: + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|/gnome/|/|g' + @${REINPLACE_CMD} -e 's|INCLUDED_LIBINTL=yes|INCLUDED_LIBINTL=no|g' \ + ${WRKSRC}/aclocal.m4 .include diff -urN /usr/ports/graphics/gqview/distinfo graphics/gqview/distinfo --- /usr/ports/graphics/gqview/distinfo Wed Feb 20 21:32:45 2002 +++ graphics/gqview/distinfo Fri Dec 13 22:20:36 2002 @@ -1 +1 @@ -MD5 (gqview-1.1.1.tar.gz) = 777c3ed6905673dd50310ec80b4b0de5 +MD5 (gqview-1.2.0.tar.gz) = a1f940ae13070e0e86aa45be9ef2e0df diff -urN /usr/ports/graphics/gqview/files/patch-configure.in graphics/gqview/files/patch-configure.in --- /usr/ports/graphics/gqview/files/patch-configure.in Thu Jan 1 09:00:00 1970 +++ graphics/gqview/files/patch-configure.in Fri Dec 13 23:17:50 2002 @@ -0,0 +1,26 @@ +--- configure.in.orig Fri Dec 13 11:27:07 2002 ++++ configure.in Fri Dec 13 23:17:43 2002 +@@ -59,7 +59,14 @@ + AC_DEFINE_UNQUOTED(GQVIEW_HELPDIR, "$prefix/share/gqview") + + dnl CHECK_GNOME ++AC_ARG_ENABLE(gnome, ++[ --disable-gnome disable use of gnome], ++ gnome=$enableval, gnome=yes) ++if test "$gnome" = yes; then + AC_PATH_PROG(GNOME_CONFIG,gnome-config,no) ++else ++ GNOME_CONFIG=no ++fi + AM_CONDITIONAL(HAVE_GNOME, test $GNOME_CONFIG != no) + if test "$GNOME_CONFIG" = no; then + AC_MSG_RESULT(GNOME icon and menu entry will NOT be installed) +@@ -73,7 +80,7 @@ + AC_CHECK_FUNCS(strverscmp) + + dnl locale location for po +-localedir='${datadir}/locale' ++localedir='${prefix}/shara/locale' + AC_SUBST(localedir) + + ALL_LINGUAS="cs da de es et fi fr hu it ja nl no pl pt_BR ro ru sk sl th tr uk zh_CN.GB2312 zh_TW" diff -urN /usr/ports/graphics/gqview/pkg-plist graphics/gqview/pkg-plist --- /usr/ports/graphics/gqview/pkg-plist Wed Feb 20 21:32:45 2002 +++ graphics/gqview/pkg-plist Fri Dec 13 23:38:28 2002 @@ -1,5 +1,4 @@ bin/gqview -%%PORTDOCS%%share/doc/gqview/README %%GNOME:%%share/gnome/apps/Graphics/gqview.desktop %%GNOME:%%share/gnome/pixmaps/gqview.png share/gqview/README @@ -17,12 +16,13 @@ share/locale/no/LC_MESSAGES/gqview.mo share/locale/pl/LC_MESSAGES/gqview.mo share/locale/pt_BR/LC_MESSAGES/gqview.mo +share/locale/ro/LC_MESSAGES/gqview.mo share/locale/ru/LC_MESSAGES/gqview.mo share/locale/sk/LC_MESSAGES/gqview.mo share/locale/sl/LC_MESSAGES/gqview.mo +share/locale/th/LC_MESSAGES/gqview.mo share/locale/tr/LC_MESSAGES/gqview.mo share/locale/uk/LC_MESSAGES/gqview.mo share/locale/zh_CN.GB2312/LC_MESSAGES/gqview.mo share/locale/zh_TW/LC_MESSAGES/gqview.mo -%%PORTDOCS%%@dirrm share/doc/gqview @dirrm share/gqview >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 12:40:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5DF137B406 for ; Mon, 16 Dec 2002 12:40:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35A8343EDC for ; Mon, 16 Dec 2002 12:40:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGKe4x3052860 for ; Mon, 16 Dec 2002 12:40:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGKe4xi052859; Mon, 16 Dec 2002 12:40:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF13E37B401 for ; Mon, 16 Dec 2002 12:35:23 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE1C143EDC for ; Mon, 16 Dec 2002 12:35:22 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 5120B444 for ; Tue, 17 Dec 2002 05:35:12 +0900 (JST) Message-Id: <20021217053123.7b3d44c3.tkato@prontomail.com> Date: Tue, 17 Dec 2002 05:31:23 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46298: Update port: audio/mhwaveedit to 1.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: 46298 >Category: ports >Synopsis: Update port: audio/mhwaveedit to 1.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: Mon Dec 16 12:40:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.1.6 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/mhwaveedit/Makefile audio/mhwaveedit/Makefile --- /usr/ports/audio/mhwaveedit/Makefile Mon Nov 25 22:18:18 2002 +++ audio/mhwaveedit/Makefile Thu Dec 12 19:52:27 2002 @@ -7,7 +7,7 @@ # PORTNAME= mhwaveedit -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.6 CATEGORIES= audio MASTER_SITES= http://www.mtek.chalmers.se/~hjormagn/ diff -urN /usr/ports/audio/mhwaveedit/distinfo audio/mhwaveedit/distinfo --- /usr/ports/audio/mhwaveedit/distinfo Mon Nov 25 22:18:18 2002 +++ audio/mhwaveedit/distinfo Thu Dec 12 19:56:36 2002 @@ -1 +1 @@ -MD5 (mhwaveedit-1.1.5.tar.gz) = 8f2edd85b3713ac52d08599e4ed5a518 +MD5 (mhwaveedit-1.1.6.tar.gz) = 0f7f8c3aca857421393cd3bed86f1ca5 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 12:40:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E783237B407 for ; Mon, 16 Dec 2002 12:40:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B1C843EE1 for ; Mon, 16 Dec 2002 12:40:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGKe5x3052882 for ; Mon, 16 Dec 2002 12:40:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGKe5iw052881; Mon, 16 Dec 2002 12:40:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E059137B401 for ; Mon, 16 Dec 2002 12:35:23 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EF6B43EB2 for ; Mon, 16 Dec 2002 12:35:18 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id A515496E for ; Tue, 17 Dec 2002 05:35:12 +0900 (JST) Message-Id: <20021217053138.0b6c5140.tkato@prontomail.com> Date: Tue, 17 Dec 2002 05:31:38 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46299: Update port: databases/gigabase to 2.76 (fix ports/45921) Sender: owner-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: 46299 >Category: ports >Synopsis: Update port: databases/gigabase to 2.76 (fix ports/45921) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:40:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 2.76 Following PRs shuold be superseded by this one: [2002/12/02] ports/45921 ports Update port: databases/gigabase to 2.75 >How-To-Repeat: >Fix: diff -urN /usr/ports/databases/gigabase/Makefile databases/gigabase/Makefile --- /usr/ports/databases/gigabase/Makefile Wed Nov 20 23:45:17 2002 +++ databases/gigabase/Makefile Sun Dec 15 10:13:32 2002 @@ -6,7 +6,7 @@ # PORTNAME= gigabase -PORTVERSION= 2.73 +PORTVERSION= 2.76 CATEGORIES= databases MASTER_SITES= http://www.garret.ru/~knizhnik/ diff -urN /usr/ports/databases/gigabase/distinfo databases/gigabase/distinfo --- /usr/ports/databases/gigabase/distinfo Wed Nov 20 23:45:17 2002 +++ databases/gigabase/distinfo Sun Dec 15 10:14:42 2002 @@ -1 +1 @@ -MD5 (gigabase-2.73.tar.gz) = 2e209fed2002c4a8e8b446e49377ab4d +MD5 (gigabase-2.76.tar.gz) = ae7db9b0784f3c9105724f07ae07f21a >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 12:40:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE23237B401 for ; Mon, 16 Dec 2002 12:40:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7795643EEA for ; Mon, 16 Dec 2002 12:40:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGKe6x3052926 for ; Mon, 16 Dec 2002 12:40:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGKe594052925; Mon, 16 Dec 2002 12:40:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9028237B401 for ; Mon, 16 Dec 2002 12:35:26 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3316643EC5 for ; Mon, 16 Dec 2002 12:35:24 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 9193D9E3 for ; Tue, 17 Dec 2002 05:35:14 +0900 (JST) Message-Id: <20021217053217.6b53b6d5.tkato@prontomail.com> Date: Tue, 17 Dec 2002 05:32:17 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46301: Update port: mail/wmbiff to 0.4.10 (fix ports/45993) Sender: owner-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: 46301 >Category: ports >Synopsis: Update port: mail/wmbiff to 0.4.10 (fix ports/45993) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:40:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.4.10 Following PRs shuold be superseded by this one: [2002/12/02] ports/45933 ports Update port: mail/wmbiff to 0.4.9 >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/wmbiff/Makefile mail/wmbiff/Makefile --- /usr/ports/mail/wmbiff/Makefile Tue Sep 10 20:19:00 2002 +++ mail/wmbiff/Makefile Fri Dec 13 22:18:48 2002 @@ -6,7 +6,7 @@ # PORTNAME= wmbiff -PORTVERSION= 0.4.7 +PORTVERSION= 0.4.10 CATEGORIES= mail windowmaker afterstep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN /usr/ports/mail/wmbiff/distinfo mail/wmbiff/distinfo --- /usr/ports/mail/wmbiff/distinfo Tue Sep 10 20:19:00 2002 +++ mail/wmbiff/distinfo Fri Dec 13 22:21:17 2002 @@ -1 +1 @@ -MD5 (wmbiff-0.4.7.tar.gz) = 300474ef7d5ad9665d2a67eb1d53eb83 +MD5 (wmbiff-0.4.10.tar.gz) = 0d756792c6725c0667a0841b5d0ffcb9 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 12:40:28 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D0C437B408 for ; Mon, 16 Dec 2002 12:40:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD29243ED8 for ; Mon, 16 Dec 2002 12:40:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGKe6x3052951 for ; Mon, 16 Dec 2002 12:40:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGKe64t052947; Mon, 16 Dec 2002 12:40:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C607437B401 for ; Mon, 16 Dec 2002 12:35:26 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 843D843EDE for ; Mon, 16 Dec 2002 12:35:24 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id C90BC9EB for ; Tue, 17 Dec 2002 05:35:15 +0900 (JST) Message-Id: <20021217053236.3ff120f2.tkato@prontomail.com> Date: Tue, 17 Dec 2002 05:32:36 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46302: Update port: misc/patchutils to 0.2.17 Sender: owner-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: 46302 >Category: ports >Synopsis: Update port: misc/patchutils to 0.2.17 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:40:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.2.17 >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/patchutils/Makefile misc/patchutils/Makefile --- /usr/ports/misc/patchutils/Makefile Mon Nov 11 19:00:32 2002 +++ misc/patchutils/Makefile Tue Dec 17 01:07:43 2002 @@ -7,8 +7,7 @@ # PORTNAME= patchutils -PORTVERSION= 0.2.16 -PORTREVISION= 1 +PORTVERSION= 0.2.17 CATEGORIES= misc MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/ diff -urN /usr/ports/misc/patchutils/distinfo misc/patchutils/distinfo --- /usr/ports/misc/patchutils/distinfo Tue Sep 10 20:20:48 2002 +++ misc/patchutils/distinfo Tue Dec 17 01:08:02 2002 @@ -1 +1 @@ -MD5 (patchutils-0.2.16.tar.bz2) = b85750ae6ca49b51136c61f5b8e393a3 +MD5 (patchutils-0.2.17.tar.bz2) = d9fdd9eb9bc44d79992b51d30acff13d >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 12:40:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B2D637B404 for ; Mon, 16 Dec 2002 12:40:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAE5443EEF for ; Mon, 16 Dec 2002 12:40:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGKe6x3052973 for ; Mon, 16 Dec 2002 12:40:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGKe6D2052969; Mon, 16 Dec 2002 12:40:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C827B37B404 for ; Mon, 16 Dec 2002 12:35:26 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8479B43EE1 for ; Mon, 16 Dec 2002 12:35:24 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 209089EF for ; Tue, 17 Dec 2002 05:35:16 +0900 (JST) Message-Id: <20021217053241.25908f03.tkato@prontomail.com> Date: Tue, 17 Dec 2002 05:32:41 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46303: Update port: net/opendchub to 0.7.2 Sender: owner-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: 46303 >Category: ports >Synopsis: Update port: net/opendchub to 0.7.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:40:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.7.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/opendchub/Makefile net/opendchub/Makefile --- /usr/ports/net/opendchub/Makefile Mon Nov 11 19:00:42 2002 +++ net/opendchub/Makefile Mon Dec 16 19:56:34 2002 @@ -6,24 +6,21 @@ # PORTNAME= opendchub -PORTVERSION= 0.6.6 +PORTVERSION= 0.7.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes +USE_PERL5= yes USE_GMAKE= yes - -DOC_FILES= COPYING README +GNU_CONFIGURE= yes post-install: -.ifndef(NOPORTDOCS) +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include diff -urN /usr/ports/net/opendchub/distinfo net/opendchub/distinfo --- /usr/ports/net/opendchub/distinfo Mon Jun 17 06:38:55 2002 +++ net/opendchub/distinfo Mon Dec 16 19:56:50 2002 @@ -1 +1 @@ -MD5 (opendchub-0.6.6.tar.gz) = 18e566e069b985d0024e8658d80fb252 +MD5 (opendchub-0.7.2.tar.gz) = 57431af6ccb8f521ab7070500d8714c9 diff -urN /usr/ports/net/opendchub/pkg-plist net/opendchub/pkg-plist --- /usr/ports/net/opendchub/pkg-plist Mon Jun 10 02:59:48 2002 +++ net/opendchub/pkg-plist Sat Dec 14 08:56:07 2002 @@ -1,4 +1,3 @@ bin/opendchub -%%PORTDOCS%%share/doc/opendchub/COPYING %%PORTDOCS%%share/doc/opendchub/README %%PORTDOCS%%@dirrm share/doc/opendchub >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 12:40:42 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C86837B42B for ; Mon, 16 Dec 2002 12:40:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6E6043EE6 for ; Mon, 16 Dec 2002 12:40:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGKe5x3052905 for ; Mon, 16 Dec 2002 12:40:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGKe5tO052904; Mon, 16 Dec 2002 12:40:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBDFE37B401 for ; Mon, 16 Dec 2002 12:35:23 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1322043EC2 for ; Mon, 16 Dec 2002 12:35:18 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 0112F9AE for ; Tue, 17 Dec 2002 05:35:13 +0900 (JST) Message-Id: <20021217053146.7b9f8488.tkato@prontomail.com> Date: Tue, 17 Dec 2002 05:31:46 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46300: Update port: editors/yudit to 2.7.2 Sender: owner-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: 46300 >Category: ports >Synopsis: Update port: editors/yudit to 2.7.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:40:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 2.7.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/yudit/Makefile editors/yudit/Makefile --- /usr/ports/editors/yudit/Makefile Tue Sep 10 20:10:00 2002 +++ editors/yudit/Makefile Fri Dec 13 03:53:07 2002 @@ -6,7 +6,7 @@ # PORTNAME= yudit -PORTVERSION= 2.6.2 +PORTVERSION= 2.7.2 CATEGORIES= editors converters print MASTER_SITES= http://yudit.org/download/ \ ${MASTER_SITE_SUNSITE} diff -urN /usr/ports/editors/yudit/distinfo editors/yudit/distinfo --- /usr/ports/editors/yudit/distinfo Tue Sep 10 20:10:00 2002 +++ editors/yudit/distinfo Fri Dec 13 03:38:59 2002 @@ -1 +1 @@ -MD5 (yudit-2.6.2.tar.gz) = fd752128c3d367eef970f8e798fcba5b +MD5 (yudit-2.7.2.tar.gz) = c940bd0e32fb8734f53906ae39c3b529 diff -urN /usr/ports/editors/yudit/pkg-plist editors/yudit/pkg-plist --- /usr/ports/editors/yudit/pkg-plist Tue Sep 10 20:10:00 2002 +++ editors/yudit/pkg-plist Fri Dec 13 04:00:12 2002 @@ -8,26 +8,32 @@ share/yudit/data/ArabicKeyboard.my share/yudit/data/ArabicTranslit.my share/yudit/data/ArmenianEast.my +share/yudit/data/ArmenianEastPhon.my share/yudit/data/ArmenianWest.my share/yudit/data/Azeri.my share/yudit/data/Belarusian.my -share/yudit/data/Ben-Inscript.my +share/yudit/data/Bengali-Inscript.my share/yudit/data/Bengali.my +share/yudit/data/Berbere-conversion1.my +share/yudit/data/Berbere-etendu.my +share/yudit/data/Berbere-standard.my share/yudit/data/Bulgarian.my -share/yudit/data/CS-dead.my share/yudit/data/Cherokee.my share/yudit/data/Chinese-CJ.my +share/yudit/data/Chinese-Pinyin.my +share/yudit/data/Chinese-WB.my share/yudit/data/Croatian.my share/yudit/data/Cyrillic.my +share/yudit/data/Czech-deadkeys.my share/yudit/data/Czech.my -share/yudit/data/DE-RU.my share/yudit/data/Danish.my -share/yudit/data/Dev-Inscript.my -share/yudit/data/Dev-Phonetic.my +share/yudit/data/Devanagari-Inscript.my +share/yudit/data/Devanagari-Phonetic.my share/yudit/data/Devanagari.my share/yudit/data/Dutch.my share/yudit/data/Esperanto.my share/yudit/data/Ethiopic.my +share/yudit/data/Farsi.my share/yudit/data/French.my share/yudit/data/Georgian.my share/yudit/data/German.my @@ -36,9 +42,9 @@ share/yudit/data/GreekMonotonic.my share/yudit/data/GreekPolytonic.my share/yudit/data/Guarani.my -share/yudit/data/Guj-Inscript.my +share/yudit/data/Gujarati-Inscript.my share/yudit/data/Gujarati.my -share/yudit/data/Gur-Inscript.my +share/yudit/data/Gurmukhi-Inscript.my share/yudit/data/Gurmukhi.my share/yudit/data/Hangul.my share/yudit/data/Hangul2.my @@ -47,55 +53,78 @@ share/yudit/data/HebrewIsraeli.my share/yudit/data/Hungarian-prefix.my share/yudit/data/Hungarian.my +share/yudit/data/HungarianRunes.my +share/yudit/data/IS_AS.my +share/yudit/data/IS_BN.my +share/yudit/data/IS_DV.my +share/yudit/data/IS_GJ.my +share/yudit/data/IS_KN.my +share/yudit/data/IS_ML.my +share/yudit/data/IS_OR.my +share/yudit/data/IS_PJ.my +share/yudit/data/IS_RM.my +share/yudit/data/IS_TL.my +share/yudit/data/IS_TM.my +share/yudit/data/Inuktitut-ICI.my +share/yudit/data/Inuktitut-KBD.my share/yudit/data/Israeli.my -share/yudit/data/KOI8_R_KEY.my -share/yudit/data/Kan-Inscript.my share/yudit/data/Kana.my share/yudit/data/Kanji.my +share/yudit/data/Kannada-Inscript.my share/yudit/data/Kannada.my share/yudit/data/Klingon.my share/yudit/data/Lithuanian.my -share/yudit/data/Mal-Inscript.my +share/yudit/data/Malayalam-Inscript.my share/yudit/data/Malayalam.my share/yudit/data/MiddleKorean.my share/yudit/data/Mnemonic.my -share/yudit/data/OldHungarian.my share/yudit/data/OldItalic.my -share/yudit/data/Ori-Inscript.my +share/yudit/data/Oriya-Inscript.my share/yudit/data/Oriya.my +share/yudit/data/Persian.my share/yudit/data/Polish.my -share/yudit/data/RU-javerty.my -share/yudit/data/RU-translit.my -share/yudit/data/Russian-ISO-Translit.my +share/yudit/data/Romanian.my +share/yudit/data/Russian-ISO-Latinitsa.my +share/yudit/data/Russian-JAVERTY.my +share/yudit/data/Russian-Translit-German.my +share/yudit/data/Russian-Translit-Slovene.my +share/yudit/data/Russian-Translit.my +share/yudit/data/Russian-extended.my share/yudit/data/Russian.my +share/yudit/data/SAMPA.my share/yudit/data/SGML.my -share/yudit/data/SK.my -share/yudit/data/SR-Cyrillic.my +share/yudit/data/Sanskrit.my +share/yudit/data/Serbian.my +share/yudit/data/Slovak-Programmer.my share/yudit/data/Slovenian.my share/yudit/data/Spanish.my share/yudit/data/Syriac.my -share/yudit/data/TCVNcombine.my -share/yudit/data/TCVNkey.my share/yudit/data/TIS_620.my -share/yudit/data/Tam-Inscript.my +share/yudit/data/Tamil-Inscript.my share/yudit/data/Tamil.my share/yudit/data/TeX.my -share/yudit/data/Tel-Inscript.my +share/yudit/data/Telugu-Inscript.my share/yudit/data/Telugu.my share/yudit/data/Thai.my +share/yudit/data/Tibetan-Wylie.my share/yudit/data/Troff.my -share/yudit/data/Ukr_Extended.my +share/yudit/data/Ukrainian-Extended.my +share/yudit/data/Ukrainian-Translit.my share/yudit/data/Ukrainian.my share/yudit/data/Unicode.my share/yudit/data/Urdu-ArabTeX.my +share/yudit/data/Urdu-Nastaliq.my share/yudit/data/Urdu.my -share/yudit/data/VNtelex.my +share/yudit/data/Vietnamese-TCVNcombine.my +share/yudit/data/Vietnamese-TCVNkey.my +share/yudit/data/Vietnamese-Telex1.my +share/yudit/data/Vietnamese-Telex2.my share/yudit/data/Vietnamese.my -share/yudit/data/VietnameseTelex.my share/yudit/data/Welsh.my share/yudit/data/Yiddish.my +share/yudit/data/bidiclass.my share/yudit/data/big-5.my -share/yudit/data/category.my +share/yudit/data/charclass.my share/yudit/data/cluster.my share/yudit/data/cp-1250.my share/yudit/data/cp-1251.my @@ -135,12 +164,12 @@ share/yudit/data/ksx-1001.my share/yudit/data/mik.my share/yudit/data/mirroring.my +share/yudit/data/nastaliq.my share/yudit/data/precompose.my share/yudit/data/rovas.my share/yudit/data/shape.my share/yudit/data/shift-jis-3.my share/yudit/data/shift-jis.my -share/yudit/data/smeTeX.my share/yudit/data/tcvn.my share/yudit/data/tscii.my share/yudit/data/viscii.my @@ -149,6 +178,8 @@ share/yudit/doc/COPYING.TXT share/yudit/doc/FAQ.TXT share/yudit/doc/HOWTO-arabic.txt +share/yudit/doc/HOWTO-berber.txt +share/yudit/doc/HOWTO-bidi.txt share/yudit/doc/HOWTO-configure.txt share/yudit/doc/HOWTO-devanagari.txt share/yudit/doc/HOWTO-freehand.txt @@ -157,13 +188,14 @@ share/yudit/doc/HOWTO-malayalam.txt share/yudit/doc/HOWTO-rovasiras.txt share/yudit/doc/HOWTO-tamil.txt +share/yudit/doc/HOWTO-tibetan.txt share/yudit/doc/HOWTO-vietnamese.txt share/yudit/doc/HOWTO-windows.txt share/yudit/doc/README.TXT share/yudit/doc/TestPage.txt +share/yudit/doc/UTF-8-demo-README.txt share/yudit/doc/UTF-8-demo.txt share/yudit/doc/UTF-8-test.txt -share/yudit/doc/Yudit.bidi.txt share/yudit/doc/bg/FAQ.TXT share/yudit/doc/de/FAQ.TXT share/yudit/doc/es/FAQ.TXT @@ -172,6 +204,7 @@ share/yudit/doc/ja/FAQ.TXT share/yudit/doc/ko/FAQ.TXT share/yudit/doc/my-format.txt +share/yudit/doc/ru/FAQ.TXT share/yudit/doc/vi/FAQ.TXT share/yudit/doc/yi/FAQ.TXT share/yudit/doc/zh/FAQ.TXT @@ -182,8 +215,9 @@ share/yudit/locale/ar/LC_MESSAGES/messages.mo share/yudit/locale/az/LC_MESSAGES/messages.mo share/yudit/locale/bg/LC_MESSAGES/messages.mo +share/yudit/locale/bn/LC_MESSAGES/messages.mo share/yudit/locale/de/LC_MESSAGES/messages.mo -share/yudit/locale/en/LC_MESSAGES/messages.po +share/yudit/locale/en/LC_MESSAGES/messages.mo share/yudit/locale/es/LC_MESSAGES/messages.mo share/yudit/locale/fi/LC_MESSAGES/messages.mo share/yudit/locale/fr/LC_MESSAGES/messages.mo @@ -191,10 +225,13 @@ share/yudit/locale/hu/LC_MESSAGES/messages.mo share/yudit/locale/ja/LC_MESSAGES/messages.mo share/yudit/locale/ko/LC_MESSAGES/messages.mo +share/yudit/locale/pl/LC_MESSAGES/messages.mo +share/yudit/locale/ru/LC_MESSAGES/messages.mo share/yudit/locale/sl/LC_MESSAGES/messages.mo share/yudit/locale/sr/LC_MESSAGES/messages.mo share/yudit/locale/ta/LC_MESSAGES/messages.mo share/yudit/locale/uk/LC_MESSAGES/messages.mo +share/yudit/locale/ur/LC_MESSAGES/messages.mo share/yudit/locale/vi/LC_MESSAGES/messages.mo share/yudit/locale/yi/LC_MESSAGES/messages.mo share/yudit/locale/zh/LC_MESSAGES/messages.mo @@ -203,26 +240,32 @@ share/yudit/src/ArabicKeyboard.kmap share/yudit/src/ArabicTranslit.kmap share/yudit/src/ArmenianEast.kmap +share/yudit/src/ArmenianEastPhon.kmap share/yudit/src/ArmenianWest.kmap share/yudit/src/Azeri.kmap share/yudit/src/Belarusian.kmap -share/yudit/src/Ben-Inscript.kmap +share/yudit/src/Bengali-Inscript.kmap share/yudit/src/Bengali.kmap +share/yudit/src/Berbere-conversion1.kmap +share/yudit/src/Berbere-etendu.kmap +share/yudit/src/Berbere-standard.kmap share/yudit/src/Bulgarian.kmap -share/yudit/src/CS-dead.kmap share/yudit/src/Cherokee.kmap share/yudit/src/Chinese-CJ.kmap +share/yudit/src/Chinese-Pinyin.kmap +share/yudit/src/Chinese-WB.kmap share/yudit/src/Croatian.kmap share/yudit/src/Cyrillic.kmap +share/yudit/src/Czech-deadkeys.kmap share/yudit/src/Czech.kmap -share/yudit/src/DE-RU.kmap share/yudit/src/Danish.kmap -share/yudit/src/Dev-Inscript.kmap -share/yudit/src/Dev-Phonetic.kmap +share/yudit/src/Devanagari-Inscript.kmap +share/yudit/src/Devanagari-Phonetic.kmap share/yudit/src/Devanagari.kmap share/yudit/src/Dutch.kmap share/yudit/src/Esperanto.kmap share/yudit/src/Ethiopic.kmap +share/yudit/src/Farsi.kmap share/yudit/src/French.kmap share/yudit/src/Georgian.kmap share/yudit/src/German.kmap @@ -231,9 +274,9 @@ share/yudit/src/GreekMonotonic.kmap share/yudit/src/GreekPolytonic.kmap share/yudit/src/Guarani.kmap -share/yudit/src/Guj-Inscript.kmap +share/yudit/src/Gujarati-Inscript.kmap share/yudit/src/Gujarati.kmap -share/yudit/src/Gur-Inscript.kmap +share/yudit/src/Gurmukhi-Inscript.kmap share/yudit/src/Gurmukhi.kmap share/yudit/src/Hangul2.kmap share/yudit/src/Hangul3.kmap @@ -241,50 +284,60 @@ share/yudit/src/HebrewIsraeli.kmap share/yudit/src/Hungarian-prefix.kmap share/yudit/src/Hungarian.kmap +share/yudit/src/HungarianRunes.kmap +share/yudit/src/Inuktitut-ICI.kmap +share/yudit/src/Inuktitut-KBD.kmap share/yudit/src/Israeli.kmap -share/yudit/src/KOI8_R_KEY.kmap -share/yudit/src/Kan-Inscript.kmap share/yudit/src/Kana.kmap share/yudit/src/Kanji.kmap +share/yudit/src/Kannada-Inscript.kmap share/yudit/src/Kannada.kmap share/yudit/src/Klingon.kmap share/yudit/src/Lithuanian.kmap -share/yudit/src/Mal-Inscript.kmap +share/yudit/src/Malayalam-Inscript.kmap share/yudit/src/Malayalam.kmap share/yudit/src/MiddleKorean.kmap share/yudit/src/Mnemonic.kmap -share/yudit/src/OldHungarian.kmap -share/yudit/src/Ori-Inscript.kmap +share/yudit/src/Oriya-Inscript.kmap share/yudit/src/Oriya.kmap +share/yudit/src/Persian.kmap share/yudit/src/Polish.kmap -share/yudit/src/RU-javerty.kmap -share/yudit/src/RU-translit.kmap -share/yudit/src/Russian-ISO-Translit.kmap +share/yudit/src/Romanian.kmap +share/yudit/src/Russian-ISO-Latinitsa.kmap +share/yudit/src/Russian-JAVERTY.kmap +share/yudit/src/Russian-Translit-German.kmap +share/yudit/src/Russian-Translit-Slovene.kmap +share/yudit/src/Russian-Translit.kmap +share/yudit/src/Russian-extended.kmap share/yudit/src/Russian.kmap +share/yudit/src/SAMPA.kmap share/yudit/src/SGML.kmap -share/yudit/src/SK.kmap -share/yudit/src/SR-Cyrillic.kmap +share/yudit/src/Sanskrit.kmap +share/yudit/src/Serbian.kmap +share/yudit/src/Slovak-Programmer.kmap share/yudit/src/Slovenian.kmap share/yudit/src/Spanish.kmap share/yudit/src/Syriac.kmap -share/yudit/src/TCVNcombine.kmap -share/yudit/src/TCVNkey.kmap -share/yudit/src/Tam-Inscript.kmap +share/yudit/src/Tamil-Inscript.kmap share/yudit/src/Tamil.kmap share/yudit/src/TeX.kmap -share/yudit/src/Tel-Inscript.kmap +share/yudit/src/Telugu-Inscript.kmap share/yudit/src/Telugu.kmap share/yudit/src/Thai.kmap +share/yudit/src/Tibetan-Wylie.kmap share/yudit/src/Troff.kmap +share/yudit/src/Ukrainian-Translit.kmap share/yudit/src/Unicode.kmap share/yudit/src/Urdu-ArabTeX.kmap +share/yudit/src/Urdu-Nastaliq.kmap share/yudit/src/Urdu.kmap -share/yudit/src/VNtelex.kmap +share/yudit/src/Vietnamese-TCVNcombine.kmap +share/yudit/src/Vietnamese-TCVNkey.kmap +share/yudit/src/Vietnamese-Telex1.kmap +share/yudit/src/Vietnamese-Telex2.kmap share/yudit/src/Vietnamese.kmap -share/yudit/src/VietnameseTelex.kmap share/yudit/src/Welsh.kmap share/yudit/src/Yiddish.kmap -share/yudit/src/smeTeX.kmap @dirrm share/yudit/src @dirrm share/yudit/locale/zh/LC_MESSAGES @dirrm share/yudit/locale/zh @@ -294,12 +347,18 @@ @dirrm share/yudit/locale/vi @dirrm share/yudit/locale/uk/LC_MESSAGES @dirrm share/yudit/locale/uk +@dirrm share/yudit/locale/ur/LC_MESSAGES +@dirrm share/yudit/locale/ur @dirrm share/yudit/locale/ta/LC_MESSAGES @dirrm share/yudit/locale/ta @dirrm share/yudit/locale/sr/LC_MESSAGES @dirrm share/yudit/locale/sr @dirrm share/yudit/locale/sl/LC_MESSAGES @dirrm share/yudit/locale/sl +@dirrm share/yudit/locale/ru/LC_MESSAGES +@dirrm share/yudit/locale/ru +@dirrm share/yudit/locale/pl/LC_MESSAGES +@dirrm share/yudit/locale/pl @dirrm share/yudit/locale/ko/LC_MESSAGES @dirrm share/yudit/locale/ko @dirrm share/yudit/locale/ja/LC_MESSAGES @@ -318,6 +377,8 @@ @dirrm share/yudit/locale/en @dirrm share/yudit/locale/de/LC_MESSAGES @dirrm share/yudit/locale/de +@dirrm share/yudit/locale/bn/LC_MESSAGES +@dirrm share/yudit/locale/bn @dirrm share/yudit/locale/bg/LC_MESSAGES @dirrm share/yudit/locale/bg @dirrm share/yudit/locale/az/LC_MESSAGES @@ -331,6 +392,7 @@ @dirrm share/yudit/doc/zh @dirrm share/yudit/doc/yi @dirrm share/yudit/doc/vi +@dirrm share/yudit/doc/ru @dirrm share/yudit/doc/ko @dirrm share/yudit/doc/ja @dirrm share/yudit/doc/hu >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 12:40:45 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB1D837B41E for ; Mon, 16 Dec 2002 12:40:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61A9743EF1 for ; Mon, 16 Dec 2002 12:40:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGKe7x3052995 for ; Mon, 16 Dec 2002 12:40:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGKe79j052994; Mon, 16 Dec 2002 12:40:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC49337B406 for ; Mon, 16 Dec 2002 12:35:26 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F1BA43EE5 for ; Mon, 16 Dec 2002 12:35:24 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id B85F29F7 for ; Tue, 17 Dec 2002 05:35:16 +0900 (JST) Message-Id: <20021217053251.7fa836b0.tkato@prontomail.com> Date: Tue, 17 Dec 2002 05:32:51 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46304: Update port: print/cpp2latex to 2.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 >Number: 46304 >Category: ports >Synopsis: Update port: print/cpp2latex to 2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:40:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 2.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/print/cpp2latex/Makefile print/cpp2latex/Makefile --- /usr/ports/print/cpp2latex/Makefile Fri Nov 8 21:25:12 2002 +++ print/cpp2latex/Makefile Mon Dec 16 23:30:54 2002 @@ -7,12 +7,21 @@ # PORTNAME= cpp2latex -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= print MASTER_SITES= http://www.arnoldarts.de/ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/cpp2latex/cpp2latex ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in AUTHORS ChangeLog README TODO + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif .include diff -urN /usr/ports/print/cpp2latex/distinfo print/cpp2latex/distinfo --- /usr/ports/print/cpp2latex/distinfo Fri Jul 20 18:36:57 2001 +++ print/cpp2latex/distinfo Mon Dec 16 23:26:49 2002 @@ -1 +1 @@ -MD5 (cpp2latex-2.0.tar.gz) = 9bea8c04f21034c8cc1dc08eddf59349 +MD5 (cpp2latex-2.1.tar.gz) = d13a0359d41823f2c6d4802794ccdee8 diff -urN /usr/ports/print/cpp2latex/pkg-descr print/cpp2latex/pkg-descr --- /usr/ports/print/cpp2latex/pkg-descr Fri Jul 20 18:36:57 2001 +++ print/cpp2latex/pkg-descr Mon Dec 16 23:26:46 2002 @@ -1,3 +1,3 @@ Convert C++-programmlistings to a file you can input in an LaTeX-document -WWW: http://www.arnoldarts.de/projects.html +WWW: http://www.arnoldarts.de/cpp2latex.html diff -urN /usr/ports/print/cpp2latex/pkg-plist print/cpp2latex/pkg-plist --- /usr/ports/print/cpp2latex/pkg-plist Fri Jul 20 18:36:57 2001 +++ print/cpp2latex/pkg-plist Mon Dec 16 23:30:21 2002 @@ -1,8 +1,6 @@ bin/cpp2latex -share/doc/cpp2latex/AUTHORS -share/doc/cpp2latex/COPYING -share/doc/cpp2latex/ChangeLog -share/doc/cpp2latex/INSTALL -share/doc/cpp2latex/README -share/doc/cpp2latex/TODO -@dirrm share/doc/cpp2latex +%%PORTDOCS%%share/doc/cpp2latex/AUTHORS +%%PORTDOCS%%share/doc/cpp2latex/ChangeLog +%%PORTDOCS%%share/doc/cpp2latex/README +%%PORTDOCS%%share/doc/cpp2latex/TODO +%%PORTDOCS%%@dirrm share/doc/cpp2latex >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 12:40:47 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A03BD37B406 for ; Mon, 16 Dec 2002 12:40:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83E9A43EFA for ; Mon, 16 Dec 2002 12:40:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGKe8x3053079 for ; Mon, 16 Dec 2002 12:40:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGKe8e9053078; Mon, 16 Dec 2002 12:40:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF5EF37B401 for ; Mon, 16 Dec 2002 12:35:26 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9912743EE6 for ; Mon, 16 Dec 2002 12:35:24 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 6C43F9F4 for ; Tue, 17 Dec 2002 05:35:16 +0900 (JST) Message-Id: <20021217053245.34571a83.tkato@prontomail.com> Date: Tue, 17 Dec 2002 05:32:45 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46306: Update port: net/socat to 1.3.0.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 >Number: 46306 >Category: ports >Synopsis: Update port: net/socat to 1.3.0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:40:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.3.0.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/socat/Makefile net/socat/Makefile --- /usr/ports/net/socat/Makefile Mon Nov 11 19:00:46 2002 +++ net/socat/Makefile Sat Dec 14 09:17:52 2002 @@ -7,14 +7,17 @@ # PORTNAME= socat -PORTVERSION= 1.3.0.0 +PORTVERSION= 1.3.0.1 CATEGORIES= net MASTER_SITES= http://www.dest-unreach.org/socat/download/ MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R:R} + +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +MAKE_ARGS= CCOPT="${CFLAGS}" MAN1= socat.1 diff -urN /usr/ports/net/socat/distinfo net/socat/distinfo --- /usr/ports/net/socat/distinfo Mon Oct 7 20:21:03 2002 +++ net/socat/distinfo Sat Dec 14 09:12:17 2002 @@ -1 +1 @@ -MD5 (socat-1.3.0.0.tar.gz) = 0ad69ce46fe1dea1227cac707a8e7527 +MD5 (socat-1.3.0.1.tar.gz) = e7e523c41f043f39fb174609a58396e4 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 12:40:51 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82D2D37B407 for ; Mon, 16 Dec 2002 12:40:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 546C543EF7 for ; Mon, 16 Dec 2002 12:40:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGKe8x3053056 for ; Mon, 16 Dec 2002 12:40:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGKe8BF053055; Mon, 16 Dec 2002 12:40:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE4CC37B401 for ; Mon, 16 Dec 2002 12:35:26 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DBAA43EC2 for ; Mon, 16 Dec 2002 12:35:24 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 45E359E0 for ; Tue, 17 Dec 2002 05:35:14 +0900 (JST) Message-Id: <20021217053211.6a12b295.tkato@prontomail.com> Date: Tue, 17 Dec 2002 05:32:11 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46305: Update port: lang/smalltalk to 2.0.10 (fix ports/46140) Sender: owner-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: 46305 >Category: ports >Synopsis: Update port: lang/smalltalk to 2.0.10 (fix ports/46140) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:40:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 2.0.10 Remove file: files/patch-snprintfv::configure Following PRs shuold be superseded by this one: [2002/12/09] ports/46140 ports Update port: lang/smalltalk to 2.0.9 >How-To-Repeat: >Fix: diff -urN /usr/ports/lang/smalltalk/Makefile lang/smalltalk/Makefile --- /usr/ports/lang/smalltalk/Makefile Tue Nov 19 22:31:31 2002 +++ lang/smalltalk/Makefile Fri Dec 13 10:48:52 2002 @@ -6,7 +6,7 @@ # PORTNAME= smalltalk -PORTVERSION= 2.0.8 +PORTVERSION= 2.0.10 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -44,12 +44,8 @@ post-patch: @${FIND} ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-release [\$$][(]VERSION[)]|-avoid-version|g' + 's|-release [$$][(]VERSION[)]|-avoid-version|g' @${REINPLACE_CMD} -e \ - 's|||g' ${WRKSRC}/examples/modules/gdbm.c - -pre-build: - @cd ${WRKSRC}/snprintfv && ${SETENV} ${MAKE_ENV} \ - ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} + 's|||g' ${WRKSRC}/examples/modules/gdbm.c .include diff -urN /usr/ports/lang/smalltalk/distinfo lang/smalltalk/distinfo --- /usr/ports/lang/smalltalk/distinfo Tue Nov 19 22:31:31 2002 +++ lang/smalltalk/distinfo Fri Dec 13 09:06:41 2002 @@ -1 +1 @@ -MD5 (smalltalk-2.0.8.tar.gz) = 61fe3fa132a418bc485e820e87e72cf2 +MD5 (smalltalk-2.0.10.tar.gz) = 6a0e8002f0975c3d3b6f6d662f3d8e50 diff -urN /usr/ports/lang/smalltalk/files/patch-Makefile lang/smalltalk/files/patch-Makefile --- /usr/ports/lang/smalltalk/files/patch-Makefile Thu Oct 17 06:23:58 2002 +++ lang/smalltalk/files/patch-Makefile Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- Makefile.in.bak Tue Sep 10 18:17:27 2002 -+++ Makefile.in Sun Oct 13 01:00:49 2002 -@@ -146,7 +146,7 @@ - AUTOMAKE_OPTIONS = gnu 1.6 - ACLOCAL_AMFLAGS = -I config - --SUBDIRS = lib-src libltdl snprintfv lightning libgst xml net \ -+SUBDIRS = lib-src libltdl lightning libgst xml net \ - i18n config unsupported kernel compiler sunit tcp \ - examples blox vfs . tests doc - diff -urN /usr/ports/lang/smalltalk/files/patch-snprintfv::configure lang/smalltalk/files/patch-snprintfv::configure --- /usr/ports/lang/smalltalk/files/patch-snprintfv::configure Thu Oct 17 06:23:58 2002 +++ lang/smalltalk/files/patch-snprintfv::configure Thu Jan 1 09:00:00 1970 @@ -1,23 +0,0 @@ ---- snprintfv/configure.orig Tue Sep 10 18:02:44 2002 -+++ snprintfv/configure Sun Oct 13 02:01:04 2002 -@@ -10549,12 +10549,6 @@ - fi - if test x$ac_cv_header_limits_h = xyes; then - echo '#include ' >> $tmpfile -- elif test x$ac_cv_header_values_h = xyes; then -- cat >> $tmpfile << '_EOF_' --#ifndef MAXINT --# include --#endif /* MAXINT */ --_EOF_ - fi - if test x$ac_cv_header_string_h = xyes; then - echo '#include ' >> $tmpfile -@@ -10571,6 +10565,7 @@ - echo '#include ' >> $tmpfile - fi - if test x$ac_cv_type_intmax_t = xno; then -+ cat >> $tmpfile << '_EOF_' - #if __GNUC__ >= 2 - typedef long long intmax_t; - typedef unsigned long long uintmax_t; diff -urN /usr/ports/lang/smalltalk/pkg-plist lang/smalltalk/pkg-plist --- /usr/ports/lang/smalltalk/pkg-plist Fri Oct 18 19:00:17 2002 +++ lang/smalltalk/pkg-plist Fri Dec 6 22:19:23 2002 @@ -27,6 +27,7 @@ lib/smalltalk/tcp.la lib/smalltalk/tcp.so share/aclocal/gst.m4 +share/aclocal/snprintfv.m4 share/smalltalk/Load.st share/smalltalk/Reload.st share/smalltalk/blox/BrowShell.st >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 12:40:57 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C7D937B428 for ; Mon, 16 Dec 2002 12:40:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7FE143EFF for ; Mon, 16 Dec 2002 12:40:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGKe9x3053095 for ; Mon, 16 Dec 2002 12:40:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGKe9G0053094; Mon, 16 Dec 2002 12:40:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24BEF37B401 for ; Mon, 16 Dec 2002 12:35:27 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C82543EB2 for ; Mon, 16 Dec 2002 12:35:24 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id F004D9C9 for ; Tue, 17 Dec 2002 05:35:13 +0900 (JST) Message-Id: <20021217053206.091ee7d2.tkato@prontomail.com> Date: Tue, 17 Dec 2002 05:32:06 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46307: Update port: lang/open-cobol 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 >Number: 46307 >Category: ports >Synopsis: Update port: lang/open-cobol to 0.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:40:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.10 New file: files/patch-config::ltmain.sh Remove file: files/patch-fileio.h files/patch-ltmain.sh >How-To-Repeat: >Fix: diff -urN /usr/ports/lang/open-cobol/Makefile lang/open-cobol/Makefile --- /usr/ports/lang/open-cobol/Makefile Wed Nov 20 23:45:58 2002 +++ lang/open-cobol/Makefile Fri Dec 13 02:10:09 2002 @@ -7,30 +7,30 @@ # PORTNAME= open-cobol -PORTVERSION= 0.9.7 -PORTREVISION= 1 +PORTVERSION= 0.10 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 \ - intl.4:${PORTSDIR}/devel/gettext \ +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ ltdl.1:${PORTSDIR}/devel/libtool \ gmp.6:${PORTSDIR}/math/libgmp4 +RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -USE_BISON= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt -lintl" + LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" CONFIGURE_ARGS= --with-readline INSTALLS_SHLIB= yes post-patch: - @${REINPLACE_CMD} -e "s|-ldb|-ldb4|g" ${WRKSRC}/configure + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' .include diff -urN /usr/ports/lang/open-cobol/distinfo lang/open-cobol/distinfo --- /usr/ports/lang/open-cobol/distinfo Tue Aug 6 22:09:45 2002 +++ lang/open-cobol/distinfo Thu Dec 12 20:00:35 2002 @@ -1 +1 @@ -MD5 (open-cobol-0.9.7.tar.gz) = 399a9cf4f6cf8226ba6b8e424df56e2e +MD5 (open-cobol-0.10.tar.gz) = 613ccc8415e591eab1f42f9e324c24df diff -urN /usr/ports/lang/open-cobol/files/patch-config::ltmain.sh lang/open-cobol/files/patch-config::ltmain.sh --- /usr/ports/lang/open-cobol/files/patch-config::ltmain.sh Thu Jan 1 09:00:00 1970 +++ lang/open-cobol/files/patch-config::ltmain.sh Thu Dec 12 20:35:17 2002 @@ -0,0 +1,15 @@ +--- config/ltmain.sh.orig Fri Nov 22 17:03:54 2002 ++++ config/ltmain.sh Thu Dec 12 20:35:02 2002 +@@ -4280,10 +4280,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" diff -urN /usr/ports/lang/open-cobol/files/patch-fileio.h lang/open-cobol/files/patch-fileio.h --- /usr/ports/lang/open-cobol/files/patch-fileio.h Tue Aug 6 22:09:46 2002 +++ lang/open-cobol/files/patch-fileio.h Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- libcob/fileio.h.orig Tue Aug 6 15:19:11 2002 -+++ libcob/fileio.h Tue Aug 6 15:19:18 2002 -@@ -21,7 +21,7 @@ - #define COB_FILEIO_H - - #include --#include -+#include - #include - - #define COB_EQ 1 /* x == y */ diff -urN /usr/ports/lang/open-cobol/files/patch-ltmain.sh lang/open-cobol/files/patch-ltmain.sh --- /usr/ports/lang/open-cobol/files/patch-ltmain.sh Wed Nov 20 22:00:57 2002 +++ lang/open-cobol/files/patch-ltmain.sh Thu Jan 1 09:00:00 1970 @@ -1,41 +0,0 @@ ---- ltmain.sh.orig Thu May 16 15:14:23 2002 -+++ ltmain.sh Sat Nov 9 18:07:04 2002 -@@ -1043,14 +1043,14 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -2441,7 +2441,7 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - ;; - *) -@@ -4210,10 +4210,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" diff -urN /usr/ports/lang/open-cobol/pkg-plist lang/open-cobol/pkg-plist --- /usr/ports/lang/open-cobol/pkg-plist Wed Nov 20 23:45:58 2002 +++ lang/open-cobol/pkg-plist Thu Dec 12 20:24:35 2002 @@ -1,17 +1,15 @@ bin/cob-config bin/cobc bin/cobpp -etc/open-cobol/libcob.conf +etc/libcob.conf include/libcob.h include/libcob/call.h -include/libcob/cobconfig.h include/libcob/common.h include/libcob/fileio.h include/libcob/move.h include/libcob/numeric.h include/libcob/screenio.h include/libcob/strings.h -include/libcob/support.h include/libcob/termio.h @unexec install-info --delete %D/info/open-cobol.info %D/info/dir info/open-cobol.info @@ -19,7 +17,6 @@ lib/libcob.a lib/libcob.so lib/libcob.so.0 -share/aclocal/cob.m4 +libdata/pkgconfig/cob.pc share/locale/ja/LC_MESSAGES/open-cobol.mo @dirrm include/libcob -@dirrm etc/open-cobol >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 12:40:59 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A8A537B430 for ; Mon, 16 Dec 2002 12:40:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D482543ED1 for ; Mon, 16 Dec 2002 12:40:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGKeAx3053149 for ; Mon, 16 Dec 2002 12:40:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGKeAoY053147; Mon, 16 Dec 2002 12:40:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65B9337B401 for ; Mon, 16 Dec 2002 12:35:28 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2663943EDE for ; Mon, 16 Dec 2002 12:35:27 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id BE0A0A00 for ; Tue, 17 Dec 2002 05:35:17 +0900 (JST) Message-Id: <20021217053305.38e81bfd.tkato@prontomail.com> Date: Tue, 17 Dec 2002 05:33:05 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46311: Update port: textproc/libxml++ to 0.17.0 Sender: owner-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: 46311 >Category: ports >Synopsis: Update port: textproc/libxml++ to 0.17.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:40:10 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.17.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/libxml++/Makefile textproc/libxml++/Makefile --- /usr/ports/textproc/libxml++/Makefile Sat Nov 23 01:09:15 2002 +++ textproc/libxml++/Makefile Fri Dec 13 02:01:52 2002 @@ -7,7 +7,7 @@ # PORTNAME= libxml++ -PORTVERSION= 0.16.0 +PORTVERSION= 0.17.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g} @@ -24,5 +24,7 @@ post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' + @${FIND} ${WRKSRC} -name "*.h" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|||g' .include diff -urN /usr/ports/textproc/libxml++/distinfo textproc/libxml++/distinfo --- /usr/ports/textproc/libxml++/distinfo Sat Nov 23 01:09:15 2002 +++ textproc/libxml++/distinfo Thu Dec 12 19:52:03 2002 @@ -1 +1 @@ -MD5 (libxml++-0.16.0.tar.gz) = f3dac724db53e4bca965e69cd1162531 +MD5 (libxml++-0.17.0.tar.gz) = 174fcdf1c92885f54212e89bf37b704c diff -urN /usr/ports/textproc/libxml++/pkg-plist textproc/libxml++/pkg-plist --- /usr/ports/textproc/libxml++/pkg-plist Sat Nov 23 01:09:15 2002 +++ textproc/libxml++/pkg-plist Thu Dec 12 20:08:20 2002 @@ -9,12 +9,12 @@ include/libxml++-1.0/libxml++/parsers/domparser.h include/libxml++-1.0/libxml++/parsers/parser.h include/libxml++-1.0/libxml++/parsers/saxparser.h -@dirrm include/libxml++-1.0/libxml++/exceptions -@dirrm include/libxml++-1.0/libxml++/parsers -@dirrm include/libxml++-1.0/libxml++ -@dirrm include/libxml++-1.0 lib/libxml++-0.1.a lib/libxml++-0.1.so -lib/libxml++-0.1.so.2 +lib/libxml++-0.1.so.3 libdata/pkgconfig/libxml++-1.0.pc share/aclocal/libxml++.m4 +@dirrm include/libxml++-1.0/libxml++/parsers +@dirrm include/libxml++-1.0/libxml++/exceptions +@dirrm include/libxml++-1.0/libxml++ +@dirrm include/libxml++-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 Mon Dec 16 12:41: 3 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BAFB37B431 for ; Mon, 16 Dec 2002 12:40:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB70543F03 for ; Mon, 16 Dec 2002 12:40:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGKe9x3053108 for ; Mon, 16 Dec 2002 12:40:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGKe9Mu053107; Mon, 16 Dec 2002 12:40:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3279237B401 for ; Mon, 16 Dec 2002 12:35:27 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36AB243ED1 for ; Mon, 16 Dec 2002 12:35:24 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id DAD189E6 for ; Tue, 17 Dec 2002 05:35:14 +0900 (JST) Message-Id: <20021217053222.407bd12a.tkato@prontomail.com> Date: Tue, 17 Dec 2002 05:32:22 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46308: Update port: math/eukleides to 0.9.2.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 >Number: 46308 >Category: ports >Synopsis: Update port: math/eukleides to 0.9.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:40:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.9.2.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/math/eukleides/Makefile math/eukleides/Makefile --- /usr/ports/math/eukleides/Makefile Mon Nov 11 19:00:22 2002 +++ math/eukleides/Makefile Sat Dec 14 08:43:24 2002 @@ -7,18 +7,19 @@ # PORTNAME= eukleides -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.2.1 CATEGORIES= math MASTER_SITES= http://perso.wanadoo.fr/obrecht/download/ -DISTNAME= ${PORTNAME}.${PORTVERSION} +DISTNAME= ${PORTNAME}.${PORTVERSION:R}rev${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= pstoedit:${PORTSDIR}/graphics/pstoedit \ epstopdf:${PORTSDIR}/print/teTeX +WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION:R} + USE_BISON= yes -ALL_TARGET= ${PORTNAME} USE_GMAKE= yes MAN1= eukleides.1 diff -urN /usr/ports/math/eukleides/distinfo math/eukleides/distinfo --- /usr/ports/math/eukleides/distinfo Wed Jun 5 03:40:20 2002 +++ math/eukleides/distinfo Sat Dec 14 08:34:19 2002 @@ -1 +1 @@ -MD5 (eukleides.0.9.0.tar.gz) = 7619d7bd3be453b6d7fed30b1f81bfa0 +MD5 (eukleides.0.9.2rev1.tar.gz) = 241018c6eabfcb653962eed750936d0e diff -urN /usr/ports/math/eukleides/files/patch-Makefile math/eukleides/files/patch-Makefile --- /usr/ports/math/eukleides/files/patch-Makefile Wed Jun 5 03:40:21 2002 +++ math/eukleides/files/patch-Makefile Sat Dec 14 08:43:11 2002 @@ -1,22 +1,52 @@ ---- Makefile.orig Wed Jun 5 01:38:47 2002 -+++ Makefile Wed Jun 5 01:41:39 2002 -@@ -1,14 +1,14 @@ - # Eukleides 0.9.0 makefile +--- Makefile.orig Tue Nov 12 06:25:09 2002 ++++ Makefile Sat Dec 14 08:42:59 2002 +@@ -1,18 +1,20 @@ + # Eukleides 0.9.2 makefile # Copyright (c) Christian Obrecht 2000-2002 -CC = gcc -CFLAGS = -c -O2 -+#CC = gcc ++CC ?= gcc +CFLAGS += -c OBJECTS = lex.yy.o parser.tab.o main.o geometry.o drawing.o LEX = flex YACC = bison -d --BIN = /usr/local/bin/ --MAN = /usr/man/man1/ --INFO = /usr/info/ -+BIN = ${PREFIX}/bin/ -+MAN = ${PREFIX}/man/man1/ -+INFO = ${PREFIX}/info/ +-PREFIX = /usr/local/ +-BIN = $(PREFIX)bin/ +-MAN = $(PREFIX)man/man1/ +-INFO = $(PREFIX)info/ ++PREFIX ?= /usr/local/ ++BIN = $(PREFIX)/bin/ ++MAN = $(PREFIX)/man/man1/ ++INFO = $(PREFIX)/info/ PAPER = --texinfo=@afourpaper DOC = eukleides.info eukleides.dvi eukleides.ps ++all : eukleides info ++ + eukleides : $(OBJECTS) + $(CC) -o $@ -lm $(OBJECTS) + +@@ -42,15 +44,13 @@ + book : dvi + dvips -f eukleides.dvi > eukleides.ps + +-install : eukleides man info +- strip eukleides ; \ +- cp -f eukleides $(BIN)eukleides ; \ +- chmod +x euk2eps ; \ +- cp -f euk2eps $(BIN)euk2eps ; \ +- chmod +x euk2edit ; \ +- cp -f euk2edit $(BIN)euk2edit ; \ +- install-info eukleides.info $(INFO)dir ; \ +- cp -f eukleides.info $(INFO)eukleides.info ++install : eukleides info ++ ${BSD_INSTALL_PROGRAM} eukleides $(BIN)eukleides ++ ${BSD_INSTALL_SCRIPT} euk2eps $(BIN)euk2eps ++ ${BSD_INSTALL_SCRIPT} euk2edit $(BIN)euk2edit ++ ${BSD_INSTALL_MAN} eukleides.man $(MAN)eukleides.1 ++ ${BSD_INSTALL_DATA} eukleides.info $(INFO)eukleides.info ++ install-info eukleides.info $(INFO)dir + + uninstall : + rm -f $(BIN)eukleides ; \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 12:41: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 663B537B410 for ; Mon, 16 Dec 2002 12:40:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF9D743EA9 for ; Mon, 16 Dec 2002 12:40:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGKe9x3053121 for ; Mon, 16 Dec 2002 12:40:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGKe9Ue053120; Mon, 16 Dec 2002 12:40:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A20E737B401 for ; Mon, 16 Dec 2002 12:35:27 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7520643ED8 for ; Mon, 16 Dec 2002 12:35:24 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 7D5CD9EA for ; Tue, 17 Dec 2002 05:35:15 +0900 (JST) Message-Id: <20021217053231.4f5fa121.tkato@prontomail.com> Date: Tue, 17 Dec 2002 05:32:31 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46309: Update port: misc/gretl to 1.0.2 (fix ports/45857) Sender: owner-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: 46309 >Category: ports >Synopsis: Update port: misc/gretl to 1.0.2 (fix ports/45857) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:40:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.0.2 Following PRs shuold be superseded by this one: [2002/11/29] ports/45857 ports Update port: misc/gretl to 1.0.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/gretl/Makefile misc/gretl/Makefile --- /usr/ports/misc/gretl/Makefile Fri Nov 29 19:09:13 2002 +++ misc/gretl/Makefile Sat Dec 14 05:17:53 2002 @@ -7,7 +7,7 @@ # PORTNAME= gretl -PORTVERSION= 1.0 +PORTVERSION= 1.0.2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,6 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes -GNU_CONFIGURE= yes USE_AUTOCONF_VER= 253 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff -urN /usr/ports/misc/gretl/distinfo misc/gretl/distinfo --- /usr/ports/misc/gretl/distinfo Thu Nov 21 01:30:47 2002 +++ misc/gretl/distinfo Sat Dec 14 05:24:12 2002 @@ -1 +1 @@ -MD5 (gretl-1.0.tar.gz) = 5f175f7134953836139c9f803c936847 +MD5 (gretl-1.0.2.tar.gz) = 42f3daf7ab7409a3c760677afb6e293d diff -urN /usr/ports/misc/gretl/files/patch-lib::Makefile.in misc/gretl/files/patch-lib::Makefile.in --- /usr/ports/misc/gretl/files/patch-lib::Makefile.in Thu Nov 21 01:30:48 2002 +++ misc/gretl/files/patch-lib::Makefile.in Sat Dec 14 05:26:36 2002 @@ -1,5 +1,5 @@ ---- lib/Makefile.in.orig Wed Nov 13 03:50:52 2002 -+++ lib/Makefile.in Mon Nov 18 20:04:11 2002 +--- lib/Makefile.in.orig Wed Dec 4 11:49:39 2002 ++++ lib/Makefile.in Sat Dec 14 05:26:28 2002 @@ -14,6 +14,11 @@ GLIB_LIBS = @GLIB_LIBS@ have_gtk = @have_gtk@ @@ -42,8 +42,8 @@ $(LIBGRETL): $(OBJS) $(LOBJS) $(CEPHES_OBJ) $(CEPHES_OBJ) $(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(CEPHES_LOBJ) \ -- -rpath $(prefix)/lib $(LIBS) -version-info 0:0:0 -+ -rpath $(prefix)/lib $(LIBS) -version-info 0:0:0 $(LDFLAGS) +- -rpath $(prefix)/lib $(LIBS) -version-info 0:2:0 ++ -rpath $(prefix)/lib $(LIBS) -version-info 0:2:0 $(LDFLAGS) .PHONY: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 12:41: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E602737B414 for ; Mon, 16 Dec 2002 12:40:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE96443EE1 for ; Mon, 16 Dec 2002 12:40:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGKeAx3053162 for ; Mon, 16 Dec 2002 12:40:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGKeA5i053161; Mon, 16 Dec 2002 12:40:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72F2537B401 for ; Mon, 16 Dec 2002 12:35:28 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D95943ED1 for ; Mon, 16 Dec 2002 12:35:27 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 63347A06 for ; Tue, 17 Dec 2002 05:35:18 +0900 (JST) Message-Id: <20021217053318.6dcd1945.tkato@prontomail.com> Date: Tue, 17 Dec 2002 05:33:18 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46312: Update port: x11/xlupe to 1.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 >Number: 46312 >Category: ports >Synopsis: Update port: x11/xlupe to 1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:40:10 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.1 Remove file: files/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/xlupe/Makefile x11/xlupe/Makefile --- /usr/ports/x11/xlupe/Makefile Mon Nov 11 19:01:35 2002 +++ x11/xlupe/Makefile Sat Dec 14 22:32:43 2002 @@ -6,15 +6,11 @@ # PORTNAME= xlupe -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= x11 MASTER_SITES= http://www.core.de/~coto/projects/xlupe/ USE_IMAKE= yes USE_XPM= yes -USE_MOTIF= yes - -#post-install: -# strip ${PREFIX}/bin/xlupe .include diff -urN /usr/ports/x11/xlupe/distinfo x11/xlupe/distinfo --- /usr/ports/x11/xlupe/distinfo Fri Apr 30 16:36:31 1999 +++ x11/xlupe/distinfo Sat Dec 14 22:31:41 2002 @@ -1 +1 @@ -MD5 (xlupe-1.0.tar.gz) = e9bf468b310e07e462b1c57efdca1204 +MD5 (xlupe-1.1.tar.gz) = 7fd57a6815409fb129d23ac01b563d3d diff -urN /usr/ports/x11/xlupe/files/patch-aa x11/xlupe/files/patch-aa --- /usr/ports/x11/xlupe/files/patch-aa Mon Apr 30 09:56:47 2001 +++ x11/xlupe/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- Imakefile.orig Mon Apr 30 00:56:05 2001 -+++ Imakefile Mon Apr 30 00:56:09 2001 -@@ -10,6 +10,6 @@ - SRCS = xlupe.c - OBJS = xlupe.o - --CDEBUGFLAGS = -O2 -Wall -+CDEBUGFLAGS = -Wall - - ComplexProgramTargetNoMan(xlupe) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 12:41:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EA4437B415 for ; Mon, 16 Dec 2002 12:40:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AC0243F0C for ; Mon, 16 Dec 2002 12:40:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGKeBx3053188 for ; Mon, 16 Dec 2002 12:40:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGKeBCR053187; Mon, 16 Dec 2002 12:40:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2F0B37B401 for ; Mon, 16 Dec 2002 12:35:28 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23EC843EC5 for ; Mon, 16 Dec 2002 12:35:27 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 596F59FD for ; Tue, 17 Dec 2002 05:35:17 +0900 (JST) Message-Id: <20021217053300.416ae7be.tkato@prontomail.com> Date: Tue, 17 Dec 2002 05:33:00 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46314: Update port: science/gdis to 0.77.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: 46314 >Category: ports >Synopsis: Update port: science/gdis to 0.77.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:40:11 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.77.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/science/gdis/Makefile science/gdis/Makefile --- /usr/ports/science/gdis/Makefile Mon Nov 11 19:00:57 2002 +++ science/gdis/Makefile Mon Dec 16 22:37:08 2002 @@ -7,7 +7,7 @@ # PORTNAME= gdis -PORTVERSION= 0.77.1 +PORTVERSION= 0.77.3 CATEGORIES= science MASTER_SITES= ftp://ftp.seul.org/pub/gdis/ EXTRACT_SUFX= .tgz diff -urN /usr/ports/science/gdis/distinfo science/gdis/distinfo --- /usr/ports/science/gdis/distinfo Fri Nov 8 21:25:15 2002 +++ science/gdis/distinfo Mon Dec 16 22:37:38 2002 @@ -1 +1 @@ -MD5 (gdis-0.77.1.tgz) = 565835dc8fde226899d07ea1c464b72b +MD5 (gdis-0.77.3.tgz) = 307d83ff21901d6a207c74009c64f585 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 12:41:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B299437B401 for ; Mon, 16 Dec 2002 12:40:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76C4A43F0A for ; Mon, 16 Dec 2002 12:40:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGKeBx3053175 for ; Mon, 16 Dec 2002 12:40:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGKeBOr053174; Mon, 16 Dec 2002 12:40:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C609937B401 for ; Mon, 16 Dec 2002 12:35:28 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21E2B43EC2 for ; Mon, 16 Dec 2002 12:35:27 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 0F80F9FA for ; Tue, 17 Dec 2002 05:35:17 +0900 (JST) Message-Id: <20021217053255.6713cfd3.tkato@prontomail.com> Date: Tue, 17 Dec 2002 05:32:55 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46313: Update port: science/clhep to 1.8.0.0 Sender: owner-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: 46313 >Category: ports >Synopsis: Update port: science/clhep to 1.8.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:40:11 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.8.0.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/science/clhep/Makefile science/clhep/Makefile --- /usr/ports/science/clhep/Makefile Mon Nov 11 19:00:57 2002 +++ science/clhep/Makefile Mon Dec 16 23:16:33 2002 @@ -6,16 +6,18 @@ # PORTNAME= clhep -PORTVERSION= 1.6.0.0 +PORTVERSION= 1.8.0.0 CATEGORIES= science -MASTER_SITES= http://wwwinfo.cern.ch/asd/lhc++/export/share/CLHEP/${PORTVERSION}/ +MASTER_SITES= http://wwwinfo.cern.ch/asd/lhc++/export/share/CLHEP/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTVERSION} +EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/CLHEP -GNU_CONFIGURE= yes -USE_GMAKE= yes -PLIST_SUB= TARGET=${CONFIGURE_TARGET} +USE_GMAKE= yes +GNU_CONFIGURE= yes +PLIST_SUB= TARGET=${CONFIGURE_TARGET} VERSION=${PORTVERSION} .include diff -urN /usr/ports/science/clhep/distinfo science/clhep/distinfo --- /usr/ports/science/clhep/distinfo Tue May 8 09:02:21 2001 +++ science/clhep/distinfo Mon Dec 16 22:52:09 2002 @@ -1 +1 @@ -MD5 (clhep-1.6.0.0.tar.gz) = 8f2a95b64a6044f8211018b3d26c7466 +MD5 (clhep-1.8.0.0.tgz) = 10771473aac76498ddc62b48deee1e41 diff -urN /usr/ports/science/clhep/pkg-plist science/clhep/pkg-plist --- /usr/ports/science/clhep/pkg-plist Fri Sep 21 23:38:18 2001 +++ science/clhep/pkg-plist Mon Dec 16 23:16:18 2002 @@ -1,9 +1,164 @@ include/CLHEP/Evaluator/Evaluator.h +include/CLHEP/GenericFunctions/ACos.hh +include/CLHEP/GenericFunctions/ASin.hh +include/CLHEP/GenericFunctions/ATan.hh +include/CLHEP/GenericFunctions/AbsFunction.hh +include/CLHEP/GenericFunctions/AbsFunctional.hh +include/CLHEP/GenericFunctions/AbsParameter.hh +include/CLHEP/GenericFunctions/AnalyticConvolution.hh +include/CLHEP/GenericFunctions/Argument.hh +include/CLHEP/GenericFunctions/ArgumentList.hh +include/CLHEP/GenericFunctions/AssociatedLaguerre.hh +include/CLHEP/GenericFunctions/AssociatedLegendre.hh +include/CLHEP/GenericFunctions/Bessel.hh +include/CLHEP/GenericFunctions/BivariateGaussian.hh +include/CLHEP/GenericFunctions/ConstMinusFunction.hh +include/CLHEP/GenericFunctions/ConstMinusParameter.hh +include/CLHEP/GenericFunctions/ConstOverFunction.hh +include/CLHEP/GenericFunctions/ConstOverParameter.hh +include/CLHEP/GenericFunctions/ConstPlusFunction.hh +include/CLHEP/GenericFunctions/ConstPlusParameter.hh +include/CLHEP/GenericFunctions/ConstTimesFunction.hh +include/CLHEP/GenericFunctions/ConstTimesParameter.hh +include/CLHEP/GenericFunctions/Cos.hh +include/CLHEP/GenericFunctions/CumulativeChiSquare.hh +include/CLHEP/GenericFunctions/CutBase.hh +include/CLHEP/GenericFunctions/CutBase.icc +include/CLHEP/GenericFunctions/DefiniteIntegral.hh +include/CLHEP/GenericFunctions/DoubleParamToArgAdaptor.hh +include/CLHEP/GenericFunctions/DoubleParamToArgAdaptor.icc +include/CLHEP/GenericFunctions/EllipticIntegral.hh +include/CLHEP/GenericFunctions/Erf.hh +include/CLHEP/GenericFunctions/Exp.hh +include/CLHEP/GenericFunctions/Exponential.hh +include/CLHEP/GenericFunctions/FixedConstant.hh +include/CLHEP/GenericFunctions/FloatingConstant.hh +include/CLHEP/GenericFunctions/FunctionComposition.hh +include/CLHEP/GenericFunctions/FunctionConvolution.hh +include/CLHEP/GenericFunctions/FunctionDifference.hh +include/CLHEP/GenericFunctions/FunctionDirectProduct.hh +include/CLHEP/GenericFunctions/FunctionNegation.hh +include/CLHEP/GenericFunctions/FunctionNoop.hh +include/CLHEP/GenericFunctions/FunctionNumDeriv.hh +include/CLHEP/GenericFunctions/FunctionPlusParameter.hh +include/CLHEP/GenericFunctions/FunctionProduct.hh +include/CLHEP/GenericFunctions/FunctionQuotient.hh +include/CLHEP/GenericFunctions/FunctionSum.hh +include/CLHEP/GenericFunctions/FunctionTimesParameter.hh +include/CLHEP/GenericFunctions/Gaussian.hh +include/CLHEP/GenericFunctions/GenericFunctions.hh +include/CLHEP/GenericFunctions/IncompleteGamma.hh +include/CLHEP/GenericFunctions/Landau.hh +include/CLHEP/GenericFunctions/LikelihoodFunctional.hh +include/CLHEP/GenericFunctions/Ln.hh +include/CLHEP/GenericFunctions/LogGamma.hh +include/CLHEP/GenericFunctions/ParamToArgAdaptor.hh +include/CLHEP/GenericFunctions/ParamToArgAdaptor.icc +include/CLHEP/GenericFunctions/Parameter.hh +include/CLHEP/GenericFunctions/ParameterDifference.hh +include/CLHEP/GenericFunctions/ParameterNegation.hh +include/CLHEP/GenericFunctions/ParameterProduct.hh +include/CLHEP/GenericFunctions/ParameterQuotient.hh +include/CLHEP/GenericFunctions/ParameterSum.hh +include/CLHEP/GenericFunctions/PeriodicRectangular.hh +include/CLHEP/GenericFunctions/Power.hh +include/CLHEP/GenericFunctions/Rectangular.hh +include/CLHEP/GenericFunctions/ReverseExponential.hh +include/CLHEP/GenericFunctions/Sin.hh +include/CLHEP/GenericFunctions/SphericalBessel.hh +include/CLHEP/GenericFunctions/SphericalNeumann.hh +include/CLHEP/GenericFunctions/Sqrt.hh +include/CLHEP/GenericFunctions/Square.hh +include/CLHEP/GenericFunctions/Tan.hh +include/CLHEP/GenericFunctions/TrivariateGaussian.hh +include/CLHEP/GenericFunctions/Variable.hh +include/CLHEP/GenericFunctions/X.hh +include/CLHEP/Geometry/BasicVector3D.h include/CLHEP/Geometry/Normal3D.h include/CLHEP/Geometry/Plane3D.h include/CLHEP/Geometry/Point3D.h include/CLHEP/Geometry/Transform3D.h include/CLHEP/Geometry/Vector3D.h +include/CLHEP/HepMC/CBInterface.h +include/CLHEP/HepMC/CBhepevt.h +include/CLHEP/HepMC/CBhepevt.icc +include/CLHEP/HepMC/ConvertHEPEVT.h +include/CLHEP/HepMC/DummyDecayModel.h +include/CLHEP/HepMC/Flow.h +include/CLHEP/HepMC/GenEvent.h +include/CLHEP/HepMC/GenEventConvert.h +include/CLHEP/HepMC/GenEventConvert.icc +include/CLHEP/HepMC/GenEventtoHEPEVT.icc +include/CLHEP/HepMC/GenParticle.h +include/CLHEP/HepMC/GenVertex.h +include/CLHEP/HepMC/HEPEVTtoGenEvent.icc +include/CLHEP/HepMC/HepMCConfig.h +include/CLHEP/HepMC/ParticleDataTableConfig.h +include/CLHEP/HepMC/Polarization.h +include/CLHEP/HepMC/ReadHepMC.h +include/CLHEP/HepMC/WeightContainer.h +include/CLHEP/HepMC/WriteHepMC.h +include/CLHEP/HepMC/include/PythiaWrapper.h +include/CLHEP/HepMC/include/PythiaWrapper5_720.h +include/CLHEP/HepMC/include/PythiaWrapper6_152.h +include/CLHEP/HepMC/include/PythiaWrapper6_152_WIN32.h +include/CLHEP/HepMC/include/PythiaWrapper6_2.h +include/CLHEP/HepMC/include/PythiaWrapper6_2_WIN32.h +include/CLHEP/HepMC/include/hepev4.h +include/CLHEP/HepMC/include/hepev4.inc +include/CLHEP/HepMC/include/stdhep.h +include/CLHEP/HepMC/include/stdhep.inc +include/CLHEP/HepPDT/CommonParticleData.hh +include/CLHEP/HepPDT/CommonParticleData.icc +include/CLHEP/HepPDT/Constituent.hh +include/CLHEP/HepPDT/DMFactory.hh +include/CLHEP/HepPDT/DMFactory.icc +include/CLHEP/HepPDT/DecayChannel.hh +include/CLHEP/HepPDT/DecayChannelT.hh +include/CLHEP/HepPDT/DecayChannelT.icc +include/CLHEP/HepPDT/DecayData.hh +include/CLHEP/HepPDT/DecayDataT.hh +include/CLHEP/HepPDT/DecayDataT.icc +include/CLHEP/HepPDT/DecayModel.hh +include/CLHEP/HepPDT/DecayModelBase.hh +include/CLHEP/HepPDT/DefTable.hh +include/CLHEP/HepPDT/DefaultConfig.hh +include/CLHEP/HepPDT/MapVector.hh +include/CLHEP/HepPDT/Measurement.hh +include/CLHEP/HepPDT/Measurement.icc +include/CLHEP/HepPDT/NullDecayModel.hh +include/CLHEP/HepPDT/NullDecayModelT.hh +include/CLHEP/HepPDT/PDGtoQQTable.hh +include/CLHEP/HepPDT/ParticleData.hh +include/CLHEP/HepPDT/ParticleDataT.hh +include/CLHEP/HepPDT/ParticleDataT.icc +include/CLHEP/HepPDT/ParticleDataTable.hh +include/CLHEP/HepPDT/ParticleDataTableT.hh +include/CLHEP/HepPDT/ParticleDataTableT.icc +include/CLHEP/HepPDT/ParticleID.hh +include/CLHEP/HepPDT/ParticleID.icc +include/CLHEP/HepPDT/QQChannel.hh +include/CLHEP/HepPDT/QQDecay.hh +include/CLHEP/HepPDT/QQDecayTable.hh +include/CLHEP/HepPDT/QQStructs.hh +include/CLHEP/HepPDT/ResonanceStructure.hh +include/CLHEP/HepPDT/SimpleDecayModel.hh +include/CLHEP/HepPDT/SimpleParticle.hh +include/CLHEP/HepPDT/SpinState.hh +include/CLHEP/HepPDT/SpinState.icc +include/CLHEP/HepPDT/TableBuilder.hh +include/CLHEP/HepPDT/TableBuilderHerwigT.icc +include/CLHEP/HepPDT/TableBuilderIsajetT.icc +include/CLHEP/HepPDT/TableBuilderPythiaT.icc +include/CLHEP/HepPDT/TableBuilderT.hh +include/CLHEP/HepPDT/TableBuilderT.icc +include/CLHEP/HepPDT/TableBuilderTEvtGen.icc +include/CLHEP/HepPDT/TableBuilderTQQ.icc +include/CLHEP/HepPDT/TempParticleData.hh +include/CLHEP/HepPDT/Version.hh +include/CLHEP/HepPDT/convertTemporaryMap.icc +include/CLHEP/HepPDT/pretend.hh +include/CLHEP/HepPDT/stringtodouble.hh include/CLHEP/Matrix/DiagMatrix.h include/CLHEP/Matrix/DiagMatrix.icc include/CLHEP/Matrix/GenMatrix.h @@ -67,59 +222,97 @@ include/CLHEP/Random/SeedTable.h include/CLHEP/Random/Stat.h include/CLHEP/Random/TripleRand.h -include/CLHEP/StdHepC++/StdCollision.hh -include/CLHEP/StdHepC++/StdEvent.hh -include/CLHEP/StdHepC++/StdFI.hh -include/CLHEP/StdHepC++/StdParticle.hh -include/CLHEP/StdHepC++/StdParticleData.hh -include/CLHEP/StdHepC++/StdRun.hh -include/CLHEP/StdHepC++/StdStreams.hh -include/CLHEP/StdHepC++/include/StdHepVer.h -include/CLHEP/StdHepC++/include/herwig.inc -include/CLHEP/StdHepC++/include/stdcm1.h -include/CLHEP/StdHepC++/include/stdcm1.inc -include/CLHEP/StdHepC++/include/stdcnt.h -include/CLHEP/StdHepC++/include/stdcnt.inc -include/CLHEP/StdHepC++/include/stdevent.h -include/CLHEP/StdHepC++/include/stdhep.h -include/CLHEP/StdHepC++/include/stdhep.inc -include/CLHEP/StdHepC++/include/stdlun.h -include/CLHEP/StdHepC++/include/stdlun.inc -include/CLHEP/StdHepC++/include/stdtmp.h -include/CLHEP/Tools/RandMultiGauss.h -include/CLHEP/Tools/RandomVector.h -include/CLHEP/Tools/RandomVector.icc +include/CLHEP/RandomObjects/RandMultiGauss.h +include/CLHEP/RandomObjects/RandomVector.h +include/CLHEP/RandomObjects/RandomVector.icc +include/CLHEP/StdHep/CBcm.hh +include/CLHEP/StdHep/CBstdhep.hh +include/CLHEP/StdHep/CBstdhep.icc +include/CLHEP/StdHep/ConversionMethods.hh +include/CLHEP/StdHep/ReadStdHep.hh +include/CLHEP/StdHep/StdEvent.hh +include/CLHEP/StdHep/StdEventConvert.hh +include/CLHEP/StdHep/StdEventConvert.icc +include/CLHEP/StdHep/StdHep.hh +include/CLHEP/StdHep/StdHepfromStdEvent.icc +include/CLHEP/StdHep/StdHeptoGenEvent.icc +include/CLHEP/StdHep/StdRunInfo.hh +include/CLHEP/StdHep/StdRunInfoConvert.hh +include/CLHEP/StdHep/StdRunInfoConvert.icc +include/CLHEP/StdHep/WriteStdHep.hh +include/CLHEP/StdHep/include/herwig61.inc +include/CLHEP/StdHep/include/herwig64.inc +include/CLHEP/StdHep/include/stdcm1.h +include/CLHEP/StdHep/include/stdcm1.inc +include/CLHEP/StdHep/include/stdcnt.h +include/CLHEP/StdHep/include/stdcnt.inc +include/CLHEP/StdHep/include/stdevent.h +include/CLHEP/StdHep/include/stdlun.h +include/CLHEP/StdHep/include/stdlun.inc +include/CLHEP/StdHep/include/stdtmp.h +include/CLHEP/StdHep/include/stdtmp.inc +include/CLHEP/StdHep/include/stdver.h +include/CLHEP/StdHep/include/stdver.inc include/CLHEP/Units/PhysicalConstants.h include/CLHEP/Units/SystemOfUnits.h include/CLHEP/Utilities/CLHEP.h include/CLHEP/Utilities/fortran.h +include/CLHEP/Vector/AxisAngle.h +include/CLHEP/Vector/AxisAngle.icc +include/CLHEP/Vector/Boost.h +include/CLHEP/Vector/Boost.icc +include/CLHEP/Vector/BoostX.h +include/CLHEP/Vector/BoostX.icc +include/CLHEP/Vector/BoostY.h +include/CLHEP/Vector/BoostY.icc +include/CLHEP/Vector/BoostZ.h +include/CLHEP/Vector/BoostZ.icc +include/CLHEP/Vector/EulerAngles.h +include/CLHEP/Vector/EulerAngles.icc include/CLHEP/Vector/LorentzRotation.h include/CLHEP/Vector/LorentzRotation.icc include/CLHEP/Vector/LorentzVector.h include/CLHEP/Vector/LorentzVector.icc include/CLHEP/Vector/Rotation.h include/CLHEP/Vector/Rotation.icc +include/CLHEP/Vector/RotationInterfaces.h +include/CLHEP/Vector/RotationInterfaces.icc +include/CLHEP/Vector/RotationX.h +include/CLHEP/Vector/RotationX.icc +include/CLHEP/Vector/RotationY.h +include/CLHEP/Vector/RotationY.icc +include/CLHEP/Vector/RotationZ.h +include/CLHEP/Vector/RotationZ.icc include/CLHEP/Vector/ThreeVector.h include/CLHEP/Vector/ThreeVector.icc +include/CLHEP/Vector/TwoVector.h +include/CLHEP/Vector/TwoVector.icc +include/CLHEP/Vector/ZMxpv.h include/CLHEP/config/CLHEP-default.h include/CLHEP/config/CLHEP-%%TARGET%%-c++.h include/CLHEP/config/CLHEP.h +include/CLHEP/config/StringStream.h include/CLHEP/config/TemplateFunctions.h include/CLHEP/config/fstream.h include/CLHEP/config/iomanip.h include/CLHEP/config/iosfwd.h include/CLHEP/config/iostream.h +include/CLHEP/config/sstream.h include/CLHEP/config/strstream.h -lib/libCLHEP-c++.a +lib/libCLHEP-c++.%%VERSION%%.a @dirrm include/CLHEP/config @dirrm include/CLHEP/Vector @dirrm include/CLHEP/Utilities @dirrm include/CLHEP/Units -@dirrm include/CLHEP/Tools -@dirrm include/CLHEP/StdHepC++/include -@dirrm include/CLHEP/StdHepC++ +@dirrm include/CLHEP/StdHep/include +@dirrm include/CLHEP/StdHep +@dirrm include/CLHEP/RandomObjects @dirrm include/CLHEP/Random @dirrm include/CLHEP/Matrix +@dirrm include/CLHEP/HepPDT +@dirrm include/CLHEP/HepMC/include +@dirrm include/CLHEP/HepMC @dirrm include/CLHEP/Geometry +@dirrm include/CLHEP/GenericFunctions @dirrm include/CLHEP/Evaluator @dirrm include/CLHEP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 12:41:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A6EF37B419 for ; Mon, 16 Dec 2002 12:40:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50AA743ED4 for ; Mon, 16 Dec 2002 12:40:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGKeAx3053135 for ; Mon, 16 Dec 2002 12:40:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGKeA2w053134; Mon, 16 Dec 2002 12:40:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F35D737B401 for ; Mon, 16 Dec 2002 12:35:27 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 755A843EDC for ; Mon, 16 Dec 2002 12:35:24 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 2FEC29E9 for ; Tue, 17 Dec 2002 05:35:15 +0900 (JST) Message-Id: <20021217053227.79e01d8d.tkato@prontomail.com> Date: Tue, 17 Dec 2002 05:32:27 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46310: Update port: math/ploticus to 2.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 >Number: 46310 >Category: ports >Synopsis: Update port: math/ploticus to 2.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:40:10 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 2.10 >How-To-Repeat: >Fix: diff -urN /usr/ports/math/ploticus/Makefile math/ploticus/Makefile --- /usr/ports/math/ploticus/Makefile Mon Nov 11 19:00:23 2002 +++ math/ploticus/Makefile Sat Dec 14 01:32:39 2002 @@ -7,7 +7,7 @@ # PORTNAME= ploticus -PORTVERSION= 2.04 +PORTVERSION= 2.10 CATEGORIES= math MASTER_SITES= http://ploticus.sourceforge.net/download/ DISTNAME= plsrc${PORTVERSION:S/.//} @@ -15,29 +15,25 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \ - png:${PORTSDIR}/graphics/png \ - jpeg:${PORTSDIR}/graphics/jpeg \ - freetype:${PORTSDIR}/print/freetype2 + jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.5:${PORTSDIR}/graphics/png \ + freetype.9:${PORTSDIR}/print/freetype2 -USE_XLIB= yes -USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src -ALL_TARGET= # empty -MAKE_ENV= LIBS="-L${LOCALBASE}/lib" -MAN1= pl.1 +USE_XLIB= yes +ALL_TARGET= ${PORTNAME} -post-patch: - @${REINPLACE_CMD} -e "s,^CC,#CC,g" ${WRKSRC}/Makefile +MAN1= pl.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pl ${PREFIX}/bin @${MKDIR} ${DATADIR} - ${CP} ${WRKSRC}/../prefabs/* ${DATADIR} - ${INSTALL_MAN} ${WRKSRC}/../man/man1/${MAN1} ${MAN1PREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/../prefabs/* ${DATADIR} + ${INSTALL_MAN} ${WRKSRC}/../man/man1/${MAN1} ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${CP} -R ${WRKSRC}/../doc/* ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/../doc/* ${DOCSDIR} .endif .include diff -urN /usr/ports/math/ploticus/distinfo math/ploticus/distinfo --- /usr/ports/math/ploticus/distinfo Tue Sep 10 20:19:32 2002 +++ math/ploticus/distinfo Sat Dec 14 01:20:32 2002 @@ -1 +1 @@ -MD5 (plsrc204.tar.gz) = 005fe1cd6fafceafe02f6353a4ad8a99 +MD5 (plsrc210.tar.gz) = 2f37a537f998e8894399871ebffb7711 diff -urN /usr/ports/math/ploticus/files/patch-Makefile math/ploticus/files/patch-Makefile --- /usr/ports/math/ploticus/files/patch-Makefile Tue Sep 10 20:19:32 2002 +++ math/ploticus/files/patch-Makefile Sat Dec 14 01:39:28 2002 @@ -1,13 +1,22 @@ ---- Makefile.orig Fri Jun 14 21:58:53 2002 -+++ Makefile Mon Jun 17 00:12:22 2002 -@@ -23,14 +23,14 @@ - ######## Choose one of the following. All others should be commented out. +--- Makefile.orig Wed Dec 11 22:24:51 2002 ++++ Makefile Sat Dec 14 01:30:46 2002 +@@ -12,7 +12,7 @@ + ######## Covered by GPL; see the file ./Copyright for details. + + # defaults.. +-CC = gcc ++CC ?= gcc + PLATFORM = UNIX + RMCOM = rm -f + XOBJ = x11.o interact.o +@@ -25,14 +25,15 @@ + ######## Choose one of the following. All others should be commented out. #### For Solaris 2.x uncomment the following.. -XLIBS = -L/usr/openwin/lib -lX11 -XINCLUDEDIR = -I/usr/openwin/include -+#XLIBS = -L/usr/openwin/lib -lX11 -+#XINCLUDEDIR = -I/usr/openwin/include ++# XLIBS = -L/usr/openwin/lib -lX11 ++# XINCLUDEDIR = -I/usr/openwin/include #### For Linux and FreeBSD uncomment the following.. -# XLIBS = -L/usr/X11R6/lib -lX11 @@ -16,23 +25,24 @@ +XINCLUDEDIR = -I${X11BASE}/include #### For FreeBSD uncomment the following and find GD16H or GD18H below and set to -I/usr/local/include -# ADDLIBS = -L/usr/local/lib ++FLAGS = -I${LOCALBASE}/include +ADDLIBS = -L${LOCALBASE}/lib #### For Cygwin uncomment the following.. # PLATFORM = WIN32 -@@ -78,7 +78,7 @@ - ######## Choose ONE of the following. All others should be commented out. +@@ -79,7 +80,7 @@ + ######## Choose ONE of the following. All others should be commented out. - #### For pseudo-GIF uncomment the following.. (no libs required) + #### For pseudo-GIF (only) uncomment the following.. (no libs required) -ploticus: pl -+#ploticus: pl ++# ploticus: pl - #### For PNG uncomment the following.. (you must have libpng and zlib) + #### For PNG (only) uncomment the following.. (you must have libpng and zlib) # ploticus: plpng -@@ -103,11 +103,11 @@ - #### For JPEG, WBMP, and PNG & FreeType2 using your copy of GD 1.84+ uncomment the following.. - #### (you must have gd 1.84+, libpng, zlib, libjpeg, libfreetype) - #### Before using set environment var GDFONTPATH to directory containing .ttf files +@@ -104,11 +105,11 @@ + #### For JPEG, WBMP, PNG, with FreeType2, using your copy of GD 1.84 or higher, + #### uncomment the following.. (you must have gd 1.84+, libpng, zlib, libjpeg, libfreetype) + #### (set environment var GDFONTPATH to directory containing .ttf files) -# ploticus: plgd18 -# GD18LIBS = -lgd -lpng -lz -ljpeg -lfreetype -# GD18H = @@ -44,14 +54,14 @@ +GDFREETYPE = -DGDFREETYPE +ZFLAG = -DWZ - #### To disable GD image support (no GIF, PNG, JPEG, etc) uncomment the following.. + #### To disable all GD image support (no GIF, PNG, JPEG, etc) uncomment the following.. # ploticus: plnogd -@@ -125,11 +125,11 @@ +@@ -126,11 +127,11 @@ #### To set a hard-coded directory for prefabs files, uncomment & edit the following.. #### If done, users won't be required to have PLOTICUS_PREFABS environment variable defined. #### This option not available for win32 -# PREFABS_DIR = "/usr/lib/ploticus" -+PREFABS_DIR = "${LOCALBASE}/share/ploticus" ++PREFABS_DIR = "${PREFIX}/share/ploticus" #### For LOCALE support (non-roman alphabets & collation), uncomment the following.. -# LOCALEOBJ = localef.o @@ -61,15 +71,12 @@ #### If you want compressed svg (.svgz), and you selected "GIF only", "GIF & PNG", or "disable GD" above, #### uncomment the following. You need to have zlib. If necessary change -lz to location of zlib. -@@ -156,9 +156,9 @@ - GD = gdfontg.o gdfontl.o gdfontmb.o gdfonts.o gdfontt.o +@@ -165,7 +166,7 @@ - --LIBS = $(XLIBS) -lm $(ADDLIBS) -+LIBS += $(XLIBS) -lm $(ADDLIBS) + LIBS = $(XLIBS) -lm $(ADDLIBS) -CFLAGS = -DPLOTICUS -D$(PLATFORM) -DTDH_NOREC $(ZFLAG) $(FLAGS) $(LOCALE_FLAG) \ +CFLAGS += -DPLOTICUS -D$(PLATFORM) -DTDH_NOREC $(ZFLAG) $(FLAGS) $(LOCALE_FLAG) \ $(NOGDFLAG) $(NOXFLAG) $(XINCLUDEDIR) $(NORLIMFLAG) -DPREFABS_DIR=\"$(PREFABS_DIR)\" - OBJ = proc_annotate.o proc_areadef.o proc_axis.o proc_bars.o proc_rect.o proc_breakaxis.o \ + OBJ = proc_annotate.o proc_areadef.o proc_axis.o proc_bars.o proc_rect.o proc_breakaxis.o \ diff -urN /usr/ports/math/ploticus/pkg-plist math/ploticus/pkg-plist --- /usr/ports/math/ploticus/pkg-plist Tue Sep 10 20:19:32 2002 +++ math/ploticus/pkg-plist Sat Dec 14 01:59:50 2002 @@ -1,23 +1,4 @@ bin/pl -share/ploticus/README -share/ploticus/chron.pl -share/ploticus/chunk_area -share/ploticus/chunk_logstubs -share/ploticus/chunk_logtics -share/ploticus/chunk_read -share/ploticus/chunk_setstd -share/ploticus/chunk_title -share/ploticus/chunk_xaxis -share/ploticus/chunk_yaxis -share/ploticus/dist.pl -share/ploticus/draw.pl -share/ploticus/lines.pl -share/ploticus/multidist.pl -share/ploticus/pie.pl -share/ploticus/scat.pl -share/ploticus/stack.pl -share/ploticus/vbars.pl -@dirrm share/ploticus %%PORTDOCS%%share/doc/ploticus/Changelog.html %%PORTDOCS%%share/doc/ploticus/Contents.html %%PORTDOCS%%share/doc/ploticus/Copyright.html @@ -30,6 +11,7 @@ %%PORTDOCS%%share/doc/ploticus/Versions.html %%PORTDOCS%%share/doc/ploticus/Welcome.html %%PORTDOCS%%share/doc/ploticus/annotate.html +%%PORTDOCS%%share/doc/ploticus/api.html %%PORTDOCS%%share/doc/ploticus/areadef.html %%PORTDOCS%%share/doc/ploticus/attributetypes.html %%PORTDOCS%%share/doc/ploticus/autorange.html @@ -52,11 +34,8 @@ %%PORTDOCS%%share/doc/ploticus/defineunits.html %%PORTDOCS%%share/doc/ploticus/drawcommands.html %%PORTDOCS%%share/doc/ploticus/dynamic.html -%%PORTDOCS%%share/doc/ploticus/endproc.html %%PORTDOCS%%share/doc/ploticus/fonts.html %%PORTDOCS%%share/doc/ploticus/functions.html -%%PORTDOCS%%share/doc/ploticus/gall.lineplot.html -%%PORTDOCS%%share/doc/ploticus/gall.scat.html %%PORTDOCS%%share/doc/ploticus/getdata.html %%PORTDOCS%%share/doc/ploticus/gifpatent.html %%PORTDOCS%%share/doc/ploticus/gpl.gif @@ -64,24 +43,20 @@ %%PORTDOCS%%share/doc/ploticus/index.html %%PORTDOCS%%share/doc/ploticus/interactive.html %%PORTDOCS%%share/doc/ploticus/legend.html -%%PORTDOCS%%share/doc/ploticus/legenddriven.html %%PORTDOCS%%share/doc/ploticus/legendentry.html %%PORTDOCS%%share/doc/ploticus/license.jpg %%PORTDOCS%%share/doc/ploticus/limits.html %%PORTDOCS%%share/doc/ploticus/line.html %%PORTDOCS%%share/doc/ploticus/linedetails.html %%PORTDOCS%%share/doc/ploticus/lineplot.html -%%PORTDOCS%%share/doc/ploticus/missingdata.html %%PORTDOCS%%share/doc/ploticus/new.gif %%PORTDOCS%%share/doc/ploticus/nonunix.html -%%PORTDOCS%%share/doc/ploticus/originaldata.html %%PORTDOCS%%share/doc/ploticus/page.html %%PORTDOCS%%share/doc/ploticus/paper.html %%PORTDOCS%%share/doc/ploticus/pie.html %%PORTDOCS%%share/doc/ploticus/pl.1.html %%PORTDOCS%%share/doc/ploticus/ploticus.1.html %%PORTDOCS%%share/doc/ploticus/ploticus.gif -%%PORTDOCS%%share/doc/ploticus/plpng.1.html %%PORTDOCS%%share/doc/ploticus/plshellsql.html %%PORTDOCS%%share/doc/ploticus/pltab.1.html %%PORTDOCS%%share/doc/ploticus/posters.html @@ -106,6 +81,7 @@ %%PORTDOCS%%share/doc/ploticus/scatterplot.html %%PORTDOCS%%share/doc/ploticus/scripts.html %%PORTDOCS%%share/doc/ploticus/settings.html +%%PORTDOCS%%share/doc/ploticus/settings.inc.html %%PORTDOCS%%share/doc/ploticus/shell.html %%PORTDOCS%%share/doc/ploticus/slides.html %%PORTDOCS%%share/doc/ploticus/specialchars.html @@ -116,7 +92,27 @@ %%PORTDOCS%%share/doc/ploticus/textdetails.html %%PORTDOCS%%share/doc/ploticus/times.html %%PORTDOCS%%share/doc/ploticus/trailer.html -%%PORTDOCS%%share/doc/ploticus/transform.html +%%PORTDOCS%%share/doc/ploticus/usedata.html %%PORTDOCS%%share/doc/ploticus/variables.html +%%PORTDOCS%%share/doc/ploticus/vector.html %%PORTDOCS%%share/doc/ploticus/web.html +share/ploticus/README +share/ploticus/chron.pl +share/ploticus/chunk_area +share/ploticus/chunk_logstubs +share/ploticus/chunk_logtics +share/ploticus/chunk_read +share/ploticus/chunk_setstd +share/ploticus/chunk_title +share/ploticus/chunk_xaxis +share/ploticus/chunk_yaxis +share/ploticus/dist.pl +share/ploticus/draw.pl +share/ploticus/lines.pl +share/ploticus/multidist.pl +share/ploticus/pie.pl +share/ploticus/scat.pl +share/ploticus/stack.pl +share/ploticus/vbars.pl +@dirrm share/ploticus %%PORTDOCS%%@dirrm share/doc/ploticus >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 12:41:42 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1DAB37B409 for ; Mon, 16 Dec 2002 12:40:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC69243F13 for ; Mon, 16 Dec 2002 12:40:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGKeCx3053203 for ; Mon, 16 Dec 2002 12:40:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGKeC0d053200; Mon, 16 Dec 2002 12:40:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3947037B401 for ; Mon, 16 Dec 2002 12:35:29 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60F8243EB2 for ; Mon, 16 Dec 2002 12:35:27 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 16D58A03 for ; Tue, 17 Dec 2002 05:35:18 +0900 (JST) Message-Id: <20021217053310.76b6d410.tkato@prontomail.com> Date: Tue, 17 Dec 2002 05:33:10 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46315: Update port: www/harvest to 1.9.2 (fix ports/46145) Sender: owner-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: 46315 >Category: ports >Synopsis: Update port: www/harvest to 1.9.2 (fix ports/46145) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:40:11 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.9.2 New file: files/patch-components::broker::zebra::yaz::lib::Makefile.in Remove file: files/patch-components::broker::standard::WWW::DisplayObject.c files/patch-components::broker::swish::Makefile.in files/patch-components::gatherer::WordPerfect::wp3x-2.3::wp2x.c files/patch-components::gatherer::catdoc::charsets::Makefile.in files/patch-components::gatherer::catdoc::doc::Makefile.in files/patch-components::gatherer::catdoc::src::Makefile.in files/patch-src::common::util::strerror.c files/patch-src::gatherer::essence::file::print.c files/patch-src::gatherer::essence::pp_rules.y Following PRs shuold be superseded by this one: [2002/12/09] ports/46145 ports Update port: www/harvest to 1.9.1 (fix ports/45863) >How-To-Repeat: >Fix: diff -urN /usr/ports/www/harvest/Makefile www/harvest/Makefile --- /usr/ports/www/harvest/Makefile Mon Nov 25 22:19:54 2002 +++ www/harvest/Makefile Fri Dec 13 19:05:11 2002 @@ -6,7 +6,7 @@ # PORTNAME= harvest -PORTVERSION= 1.8.2 +PORTVERSION= 1.9.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,30 +24,11 @@ STRIP= # none post-patch: - @${GREP} -lR "malloc.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ - 's|malloc\.h|stdlib.h|g' + @${GREP} -lR "" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ + 's|||g' post-install: -.for file in bin/broker bin/gather lib/broker/BrokerRestart \ - lib/broker/agrep lib/broker/brkclient lib/broker/dumpregistry \ - lib/broker/glimpse lib/broker/glimpseindex.bin \ - lib/broker/glimpseserver lib/broker/swish lib/ftpget \ - lib/gatherer/HTML-lax.sum lib/gatherer/HTMLurls lib/gatherer/catdoc \ - lib/gatherer/cksoif lib/gatherer/cleandb lib/gatherer/consoldb \ - lib/gatherer/dvi2tty lib/gatherer/enum lib/gatherer/essence \ - lib/gatherer/expiredb lib/gatherer/fileenum lib/gatherer/ftpenum \ - lib/gatherer/gatherd lib/gatherer/gdbmutil lib/gatherer/gifinfo \ - lib/gatherer/gopherenum-breadth lib/gatherer/gopherenum-depth \ - lib/gatherer/hexbin lib/gatherer/httpenum-breadth \ - lib/gatherer/httpenum-depth lib/gatherer/mergedb \ - lib/gatherer/mkindex lib/gatherer/newsenum lib/gatherer/prepurls \ - lib/gatherer/print-attr lib/gatherer/print-c-comments \ - lib/gatherer/ps2txt-2.1 lib/gatherer/pstext lib/gatherer/rast \ - lib/gatherer/rmbinary lib/gatherer/rtf2html lib/gatherer/sgmls \ - lib/gatherer/sgmlsasp lib/gatherer/skim lib/gatherer/staturl \ - lib/gatherer/template2db lib/gatherer/wp2x lib/gatherer/xls2csv \ - lib/md5 lib/urlget lib/urlpurge - @${STRIP_CMD} ${PREFIX}/${PORTNAME}/${file} -.endfor + @(cd ${PREFIX} && ${GREP} -v "@" ${PLIST} | \ + ${XARGS} ${STRIP_CMD} 2> /dev/null || ${TRUE}) .include diff -urN /usr/ports/www/harvest/distinfo www/harvest/distinfo --- /usr/ports/www/harvest/distinfo Mon Nov 25 22:19:54 2002 +++ www/harvest/distinfo Fri Dec 13 19:08:14 2002 @@ -1 +1 @@ -MD5 (harvest-1.8.2.tar.bz2) = c7b2e646d16dc5760c4d60273c244678 +MD5 (harvest-1.9.2.tar.bz2) = 96ef6399756d2f17f1729c4ad55c35f3 diff -urN /usr/ports/www/harvest/files/patch-components::broker::standard::WWW::DisplayObject.c www/harvest/files/patch-components::broker::standard::WWW::DisplayObject.c --- /usr/ports/www/harvest/files/patch-components::broker::standard::WWW::DisplayObject.c Mon Nov 25 22:19:54 2002 +++ www/harvest/files/patch-components::broker::standard::WWW::DisplayObject.c Thu Jan 1 09:00:00 1970 @@ -1,15 +0,0 @@ ---- components/broker/standard/WWW/DisplayObject.c.orig Mon Feb 11 07:57:16 2002 -+++ components/broker/standard/WWW/DisplayObject.c Sat Nov 23 04:30:56 2002 -@@ -214,10 +214,12 @@ - */ - char *xstrerror(n) - int n; -+#if !defined(__FreeBSD__) - { - extern int sys_nerr; - #ifdef NEED_SYS_ERRLIST - extern char *sys_errlist[]; -+#endif - #endif - - if (n < 0 || n >= sys_nerr) diff -urN /usr/ports/www/harvest/files/patch-components::broker::swish::Makefile.in www/harvest/files/patch-components::broker::swish::Makefile.in --- /usr/ports/www/harvest/files/patch-components::broker::swish::Makefile.in Wed Nov 20 22:31:44 2002 +++ www/harvest/files/patch-components::broker::swish::Makefile.in Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- components/broker/swish/Makefile.in.orig Wed Nov 5 03:14:43 1997 -+++ components/broker/swish/Makefile.in Wed Nov 13 10:11:37 2002 -@@ -15,7 +15,7 @@ - prefix = @prefix@ - bindir = $(prefix)/lib/broker - --INSTALL_PROG = @INSTALL@ -+INSTALL_PROG = @INSTALL_PROGRAM@ - - TEMPLATEDIR = ../../../src/common - TEMPLATESRC = $(srcdir)/$(TEMPLATEDIR) diff -urN /usr/ports/www/harvest/files/patch-components::broker::zebra::yaz::lib::Makefile.in www/harvest/files/patch-components::broker::zebra::yaz::lib::Makefile.in --- /usr/ports/www/harvest/files/patch-components::broker::zebra::yaz::lib::Makefile.in Thu Jan 1 09:00:00 1970 +++ www/harvest/files/patch-components::broker::zebra::yaz::lib::Makefile.in Thu Dec 5 21:45:06 2002 @@ -0,0 +1,11 @@ +--- components/broker/zebra/yaz/lib/Makefile.in.orig Sat Nov 30 00:47:25 2002 ++++ components/broker/zebra/yaz/lib/Makefile.in Thu Dec 5 21:44:41 2002 +@@ -190,7 +190,7 @@ + $(AUTOMAKE) --gnu lib/Makefile + Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) +-libLTLIBRARIES_INSTALL = $(INSTALL) ++libLTLIBRARIES_INSTALL = $(INSTALL_DATA) + install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + $(mkinstalldirs) $(DESTDIR)$(libdir) diff -urN /usr/ports/www/harvest/files/patch-components::gatherer::WordPerfect::wp3x-2.3::wp2x.c www/harvest/files/patch-components::gatherer::WordPerfect::wp3x-2.3::wp2x.c --- /usr/ports/www/harvest/files/patch-components::gatherer::WordPerfect::wp3x-2.3::wp2x.c Sun Nov 24 00:29:50 2002 +++ www/harvest/files/patch-components::gatherer::WordPerfect::wp3x-2.3::wp2x.c Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- components/gatherer/WordPerfect/wp2x-2.3/wp2x.c.orig Sat Nov 16 08:09:53 2002 -+++ components/gatherer/WordPerfect/wp2x-2.3/wp2x.c Sat Nov 23 04:42:43 2002 -@@ -151,7 +151,7 @@ - #include "patchlevel.h" - - /* Some platforms do not define these externals in stdlib.h */ --#ifndef __CYGWIN__ -+#if !defined(__CYGWIN__) && !defined(__FreeBSD__) - #if NEED_SYS_ERRLIST || __GLIBC__ - extern char *Cdecl sys_errlist[]; - #endif diff -urN /usr/ports/www/harvest/files/patch-components::gatherer::catdoc::charsets::Makefile.in www/harvest/files/patch-components::gatherer::catdoc::charsets::Makefile.in --- /usr/ports/www/harvest/files/patch-components::gatherer::catdoc::charsets::Makefile.in Wed Nov 20 22:31:44 2002 +++ www/harvest/files/patch-components::gatherer::catdoc::charsets::Makefile.in Thu Jan 1 09:00:00 1970 @@ -1,29 +0,0 @@ ---- components/gatherer/catdoc/charsets/Makefile.in.orig Sat Jun 8 17:12:36 2002 -+++ components/gatherer/catdoc/charsets/Makefile.in Wed Nov 13 10:03:59 2002 -@@ -1,5 +1,7 @@ - SHELL = /bin/sh - INSTALL = @INSTALL@ -+INSTALL_BIN = @INSTALL_PROGRAM@ -+INSTALL_LIB = @INSTALL_DATA@ - - srcdir = @srcdir@ - top_srcdir = @top_srcdir@ -@@ -29,13 +31,13 @@ - clean: - install: install-dirs install-spc install-charsets - install-spc: tex.spc ascii.spc tex.rpl ascii.rpl -- $(INSTALL) -m 644 $(srcdir)/ascii.spc $(installroot)$(LIB_DIR)/ascii$(SPEC_EXT) -- $(INSTALL) -m 644 $(srcdir)/tex.spc $(installroot)$(LIB_DIR)/tex$(SPEC_EXT) -- $(INSTALL) -m 644 $(srcdir)/ascii.rpl $(installroot)$(LIB_DIR)/ascii$(REPL_EXT) -- $(INSTALL) -m 644 $(srcdir)/tex.rpl $(installroot)$(LIB_DIR)/tex$(REPL_EXT) -+ $(INSTALL_LIB) $(srcdir)/ascii.spc $(installroot)$(LIB_DIR)/ascii$(SPEC_EXT) -+ $(INSTALL_LIB) $(srcdir)/tex.spc $(installroot)$(LIB_DIR)/tex$(SPEC_EXT) -+ $(INSTALL_LIB) $(srcdir)/ascii.rpl $(installroot)$(LIB_DIR)/ascii$(REPL_EXT) -+ $(INSTALL_LIB) $(srcdir)/tex.rpl $(installroot)$(LIB_DIR)/tex$(REPL_EXT) - install-charsets: - for i in $(srcdir)/*.txt; do\ -- $(INSTALL) -m 0644 $$i $(installroot)$(LIB_DIR);\ -+ $(INSTALL_LIB) -m 0644 $$i $(installroot)$(LIB_DIR);\ - done - install-dirs: - $(top_srcdir)/mkinstalldirs $(installroot)$(LIB_DIR) diff -urN /usr/ports/www/harvest/files/patch-components::gatherer::catdoc::doc::Makefile.in www/harvest/files/patch-components::gatherer::catdoc::doc::Makefile.in --- /usr/ports/www/harvest/files/patch-components::gatherer::catdoc::doc::Makefile.in Wed Nov 20 22:31:44 2002 +++ www/harvest/files/patch-components::gatherer::catdoc::doc::Makefile.in Thu Jan 1 09:00:00 1970 @@ -1,22 +0,0 @@ ---- components/gatherer/catdoc/doc/Makefile.in.orig Thu Jan 31 05:00:58 2002 -+++ components/gatherer/catdoc/doc/Makefile.in Wed Nov 13 10:00:45 2002 -@@ -5,6 +5,8 @@ - srcdir = @srcdir@ - top_srcdir = @top_srcdir@ - INSTALL = @INSTALL@ -+INSTALL_BIN = @INSTALL_PROGRAM@ -+INSTALL_LIB = @INSTALL_DATA@ - VPATH = @srcdir@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ -@@ -20,8 +22,8 @@ - clean: - install: catdoc.1 xls2csv.1 - ../mkinstalldirs $(installroot)$(mandir) -- $(INSTALL) -m 644 catdoc.1 $(installroot)$(mandir)/catdoc$(manext) -- $(INSTALL) -m 644 xls2csv.1 $(installroot)$(mandir)/xls2csv$(manext) -+ $(INSTALL_LIB) catdoc.1 $(installroot)$(mandir)/catdoc$(manext) -+ $(INSTALL_LIB) xls2csv.1 $(installroot)$(mandir)/xls2csv$(manext) - # Following rules are primarily for developers use. I doubt that you - # need to rebuild these versions of documentation - distclean: catdoc.1 catdoc.txt catdoc.ps xls2csv.1 xls2csv.txt xls2csv.ps diff -urN /usr/ports/www/harvest/files/patch-components::gatherer::catdoc::src::Makefile.in www/harvest/files/patch-components::gatherer::catdoc::src::Makefile.in --- /usr/ports/www/harvest/files/patch-components::gatherer::catdoc::src::Makefile.in Wed Nov 20 22:31:44 2002 +++ www/harvest/files/patch-components::gatherer::catdoc::src::Makefile.in Thu Jan 1 09:00:00 1970 @@ -1,36 +0,0 @@ ---- components/gatherer/catdoc/src/Makefile.in.orig Sat Jun 8 17:13:17 2002 -+++ components/gatherer/catdoc/src/Makefile.in Wed Nov 13 10:02:19 2002 -@@ -12,13 +12,15 @@ - libdir = @prefix@/lib/gatherer/catdoc-lib - mandir = @mandir@ - INSTALL = @INSTALL@ -+INSTALL_BIN = @INSTALL_PROGRAM@ -+INSTALL_LIB = @INSTALL_DATA@ - WISH = @WISH@ - CC = @CC@ - build_targets = @buildtargets@ - install_targets = @installtargets@ - # Flags to pass to your C compilier - # remove -O2 on HP/UX 9. It is known to cause problems --FLAGS=-Wall -O2 -g -+CFLAGS = @CFLAGS@ - - #Compile-time configuration of catdoc itself. Edit according to taste - -@@ -77,12 +79,12 @@ - install: @installtargets@ - install-catdoc:catdoc xls2csv - $(top_srcdir)/mkinstalldirs $(installroot)$(bindir) -- $(INSTALL) -m 755 catdoc $(installroot)$(bindir)/catdoc -- $(INSTALL) -m 755 xls2csv $(installroot)$(bindir)/xls2csv --# $(INSTALL) -m 755 msxlsview.sh $(installroot)$(bindir)/xlsview -+ $(INSTALL_BIN) catdoc $(installroot)$(bindir)/catdoc -+ $(INSTALL_BIN) xls2csv $(installroot)$(bindir)/xls2csv -+# $(INSTALL_BIN) msxlsview.sh $(installroot)$(bindir)/xlsview - install-wordview: wordview - $(top_srcdir)/mkinstalldirs $(installroot)$(bindir) -- $(INSTALL) -m 755 wordview $(installroot)$(bindir)/wordview -+ $(INSTALL_BIN) wordview $(installroot)$(bindir)/wordview - wordview: wordview.tcl - echo "#! $(WISH)" >wordview - echo set charset_lib "\"$(LIB_DIR)\"">>wordview diff -urN /usr/ports/www/harvest/files/patch-src::common::util::strerror.c www/harvest/files/patch-src::common::util::strerror.c --- /usr/ports/www/harvest/files/patch-src::common::util::strerror.c Wed Nov 20 22:31:44 2002 +++ www/harvest/files/patch-src::common::util::strerror.c Thu Jan 1 09:00:00 1970 @@ -1,13 +0,0 @@ ---- src/common/util/strerror.c.orig Mon Mar 17 07:16:32 1997 -+++ src/common/util/strerror.c Wed Nov 13 08:58:11 2002 -@@ -89,8 +89,10 @@ - char *strerror(n) - int n; - { -+#ifndef __FreeBSD__ - extern int sys_nerr; - extern char *sys_errlist[]; -+#endif - - if (n < 0 || n >= sys_nerr) - return (NULL); diff -urN /usr/ports/www/harvest/files/patch-src::gatherer::essence::file::print.c www/harvest/files/patch-src::gatherer::essence::file::print.c --- /usr/ports/www/harvest/files/patch-src::gatherer::essence::file::print.c Mon Nov 25 22:19:55 2002 +++ www/harvest/files/patch-src::gatherer::essence::file::print.c Thu Jan 1 09:00:00 1970 @@ -1,15 +0,0 @@ ---- src/gatherer/essence/file/print.c.orig Sat Nov 16 08:09:53 2002 -+++ src/gatherer/essence/file/print.c Sat Nov 23 04:28:48 2002 -@@ -78,10 +78,12 @@ - warning(f, a) - char *f, *a; - { -+#if !defined(__FreeBSD__) - extern int errno, sys_nerr; - #ifndef __CYGWIN__ - #ifdef NEED_SYS_ERRLIST - extern char *sys_errlist[]; -+#endif - #endif - #endif - int myerrno; diff -urN /usr/ports/www/harvest/files/patch-src::gatherer::essence::pp_rules.y www/harvest/files/patch-src::gatherer::essence::pp_rules.y --- /usr/ports/www/harvest/files/patch-src::gatherer::essence::pp_rules.y Wed Nov 20 22:31:44 2002 +++ www/harvest/files/patch-src::gatherer::essence::pp_rules.y Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- src/gatherer/essence/pp_rules.y.orig Mon Mar 17 07:18:10 1997 -+++ src/gatherer/essence/pp_rules.y Wed Nov 13 09:06:33 2002 -@@ -65,6 +65,7 @@ - ; - - condition : condattr condop condstr { $$ = mk_cond ($1, $2, $3); } -+ ; - - condattr : word { $$ = $1; } - ; diff -urN /usr/ports/www/harvest/pkg-plist www/harvest/pkg-plist --- /usr/ports/www/harvest/pkg-plist Mon Nov 25 22:19:55 2002 +++ www/harvest/pkg-plist Fri Dec 13 19:42:54 2002 @@ -4,8 +4,18 @@ harvest/bin/Harvest harvest/bin/broker harvest/bin/gather +harvest/bin/yaz-client +harvest/bin/yaz-comp +harvest/bin/yaz-config +harvest/bin/yaz-ztest +harvest/bin/yclient +harvest/bin/zebraidx +harvest/bin/zebrasrv +harvest/bin/zoomsh harvest/brokers/Attributes.html harvest/brokers/adminhelp.html +harvest/brokers/images/english.gif +harvest/brokers/images/german.gif harvest/brokers/images/harvest-ic1.gif harvest/brokers/images/harvest-ic1.png harvest/brokers/images/harvest-ic2.gif @@ -17,6 +27,11 @@ harvest/brokers/images/harvest-weight.gif harvest/brokers/images/harvest-weight.png harvest/brokers/images/index.html +harvest/brokers/images/italian.gif +harvest/brokers/images/korean.gif +harvest/brokers/images/latin.gif +harvest/brokers/images/russian.gif +harvest/brokers/images/spanish.gif harvest/brokers/queryhelp.html harvest/brokers/skeleton/Makefile.in harvest/brokers/skeleton/Query.cgi.in @@ -27,24 +42,35 @@ harvest/brokers/skeleton/query-glimpse-modern.html.de.in harvest/brokers/skeleton/query-glimpse-modern.html.es.in harvest/brokers/skeleton/query-glimpse-modern.html.in +harvest/brokers/skeleton/query-glimpse-modern.html.it.in harvest/brokers/skeleton/query-glimpse-modern.html.ru.in harvest/brokers/skeleton/query-glimpse.html.in +harvest/brokers/skeleton/query-glimpse.html.it.in harvest/brokers/skeleton/query-swish-modern.html.in harvest/brokers/skeleton/query-swish.html.in harvest/brokers/skeleton/query-wais-modern.html.in harvest/brokers/skeleton/query-wais.html.in +harvest/brokers/skeleton/zebra.cfg.in +harvest/brokers/skeleton/zebractl.in harvest/brokers/soifhelp.html +harvest/brokers/zquery/about.html +harvest/brokers/zquery/contact.html +harvest/brokers/zquery/help.html +harvest/brokers/zquery/query.html +harvest/brokers/zquery/register.html harvest/cgi-bin/BrokerAdmin.pl.cgi harvest/cgi-bin/displaySOIF.cgi harvest/cgi-bin/lib/Sample.cf harvest/cgi-bin/lib/classic.cf harvest/cgi-bin/lib/german.cf +harvest/cgi-bin/lib/italiano.cf harvest/cgi-bin/lib/modern.cf harvest/cgi-bin/lib/russian.cf harvest/cgi-bin/lib/search.cf harvest/cgi-bin/lib/spanish.cf harvest/cgi-bin/nph-search.cgi harvest/cgi-bin/search.cgi +harvest/cgi-bin/zquery.pl harvest/gatherers/example-1/RunGatherer harvest/gatherers/example-1/example-1.cf harvest/gatherers/example-2/RunGatherer @@ -243,6 +269,14 @@ harvest/lib/gatherer/sgmls-lib/ISOlat1.sgml harvest/lib/gatherer/sgmls-lib/README harvest/lib/gatherer/sgmls-lib/catalog +harvest/lib/gatherer/sgmls-lib/html/ISOlat1.sgml +harvest/lib/gatherer/sgmls-lib/html/catalog +harvest/lib/gatherer/sgmls-lib/html/html-0.dtd +harvest/lib/gatherer/sgmls-lib/html/html-1.dtd +harvest/lib/gatherer/sgmls-lib/html/html-1s.dtd +harvest/lib/gatherer/sgmls-lib/html/html-s.dtd +harvest/lib/gatherer/sgmls-lib/html/html.decl +harvest/lib/gatherer/sgmls-lib/html/html.dtd harvest/lib/gatherer/sgmls-lib/html-3.2/HTML32.cat harvest/lib/gatherer/sgmls-lib/html-3.2/HTML32.dtd harvest/lib/gatherer/sgmls-lib/html-3.2/ISOlat1.ent @@ -262,14 +296,6 @@ harvest/lib/gatherer/sgmls-lib/html-4.01/frameset.dtd harvest/lib/gatherer/sgmls-lib/html-4.01/loose.dtd harvest/lib/gatherer/sgmls-lib/html-4.01/strict.dtd -harvest/lib/gatherer/sgmls-lib/html/ISOlat1.sgml -harvest/lib/gatherer/sgmls-lib/html/catalog -harvest/lib/gatherer/sgmls-lib/html/html-0.dtd -harvest/lib/gatherer/sgmls-lib/html/html-1.dtd -harvest/lib/gatherer/sgmls-lib/html/html-1s.dtd -harvest/lib/gatherer/sgmls-lib/html/html-s.dtd -harvest/lib/gatherer/sgmls-lib/html/html.decl -harvest/lib/gatherer/sgmls-lib/html/html.dtd harvest/lib/gatherer/sgmls-lib/htmlplus/HTMLplus.dtd harvest/lib/gatherer/sgmlsasp harvest/lib/gatherer/skim @@ -293,6 +319,12 @@ harvest/lib/gatherer/xls2csv harvest/lib/gopherget.pl harvest/lib/harvest-check.pl +harvest/lib/libyaz.a +harvest/lib/libyaz.la +harvest/lib/libyazmalloc.a +harvest/lib/libyazmalloc.la +harvest/lib/libyazthread.a +harvest/lib/libyazthread.la harvest/lib/lsparse.pl harvest/lib/md5 harvest/lib/newsget.pl @@ -302,6 +334,166 @@ harvest/lib/timelocal.pl harvest/lib/urlget harvest/lib/urlpurge +harvest/man/man1/yaz-client-ssl.1 +harvest/man/man1/yaz-client.1 +harvest/man/man1/yaz-config.1 +harvest/man/man1/zebraidx.1 +harvest/man/man1/zoomsh.1 +harvest/man/man7/yaz.7 +harvest/man/man8/yaz-ztest-ssl.8 +harvest/man/man8/yaz-ztest.8 +harvest/man/man8/zebrasrv.8 +harvest/share/aclocal/yaz.m4 +harvest/share/doc/idzebra/administration.html +harvest/share/doc/idzebra/apps.html +harvest/share/doc/idzebra/configuration-file.html +harvest/share/doc/idzebra/data-model.html +harvest/share/doc/idzebra/example1.html +harvest/share/doc/idzebra/example2.html +harvest/share/doc/idzebra/examples.html +harvest/share/doc/idzebra/features.html +harvest/share/doc/idzebra/file-ids.html +harvest/share/doc/idzebra/formats.html +harvest/share/doc/idzebra/future.html +harvest/share/doc/idzebra/generic-ids.html +harvest/share/doc/idzebra/indexdata.html +harvest/share/doc/idzebra/installation.html +harvest/share/doc/idzebra/internal-representation.html +harvest/share/doc/idzebra/introduction.html +harvest/share/doc/idzebra/license.html +harvest/share/doc/idzebra/locating-records.html +harvest/share/doc/idzebra/protocol-support.html +harvest/share/doc/idzebra/quick-start.html +harvest/share/doc/idzebra/record-model.html +harvest/share/doc/idzebra/register-location.html +harvest/share/doc/idzebra/server.html +harvest/share/doc/idzebra/shadow-registers.html +harvest/share/doc/idzebra/simple-indexing.html +harvest/share/doc/idzebra/support.html +harvest/share/doc/idzebra/zebra.html +harvest/share/doc/idzebra/zebra.pdf +harvest/share/doc/idzebra/zebraidx.html +harvest/share/doc/yaz/asn.external.html +harvest/share/doc/yaz/asn.html +harvest/share/doc/yaz/asn.oid.html +harvest/share/doc/yaz/asn.pdu.html +harvest/share/doc/yaz/asn.preparing.html +harvest/share/doc/yaz/client.commands.html +harvest/share/doc/yaz/client.html +harvest/share/doc/yaz/client.invoking.html +harvest/share/doc/yaz/client.searching.html +harvest/share/doc/yaz/comstack.addresses.html +harvest/share/doc/yaz/comstack.client.html +harvest/share/doc/yaz/comstack.common.html +harvest/share/doc/yaz/comstack.diagnostics.html +harvest/share/doc/yaz/comstack.html +harvest/share/doc/yaz/comstack.introduction.html +harvest/share/doc/yaz/comstack.server.html +harvest/share/doc/yaz/comstack.summary.html +harvest/share/doc/yaz/credits.html +harvest/share/doc/yaz/future.html +harvest/share/doc/yaz/id.png +harvest/share/doc/yaz/indexdata.html +harvest/share/doc/yaz/installation.html +harvest/share/doc/yaz/installation.unix.html +harvest/share/doc/yaz/installation.win32.html +harvest/share/doc/yaz/introduction.html +harvest/share/doc/yaz/license.html +harvest/share/doc/yaz/license.other.html +harvest/share/doc/yaz/odr.debugging.html +harvest/share/doc/yaz/odr.html +harvest/share/doc/yaz/odr.programming.html +harvest/share/doc/yaz/odr.use.html +harvest/share/doc/yaz/server.backend.html +harvest/share/doc/yaz/server.backendfunctions.html +harvest/share/doc/yaz/server.frontend.html +harvest/share/doc/yaz/server.html +harvest/share/doc/yaz/server.invocation.html +harvest/share/doc/yaz/server.main.html +harvest/share/doc/yaz/tools.html +harvest/share/doc/yaz/tools.nmem.html +harvest/share/doc/yaz/tools.oid.html +harvest/share/doc/yaz/yaz.html +harvest/share/doc/yaz/yaz.pdf +harvest/share/doc/yaz/zoom.events.html +harvest/share/doc/yaz/zoom.html +harvest/share/doc/yaz/zoom.options.html +harvest/share/doc/yaz/zoom.query.html +harvest/share/doc/yaz/zoom.records.html +harvest/share/doc/yaz/zoom.resultsets.html +harvest/share/doc/yaz/zoom.scan.html +harvest/share/idzebra/tab/bib1.att +harvest/share/idzebra/tab/dan1.att +harvest/share/idzebra/tab/danmarc.abs +harvest/share/idzebra/tab/danmarc.mar +harvest/share/idzebra/tab/default.idx +harvest/share/idzebra/tab/explain.abs +harvest/share/idzebra/tab/explain.att +harvest/share/idzebra/tab/explain.tag +harvest/share/idzebra/tab/generic.tag +harvest/share/idzebra/tab/gils-a.est +harvest/share/idzebra/tab/gils-b.est +harvest/share/idzebra/tab/gils-f.est +harvest/share/idzebra/tab/gils-g.est +harvest/share/idzebra/tab/gils-summary.map +harvest/share/idzebra/tab/gils-usmarc.map +harvest/share/idzebra/tab/gils-variant.est +harvest/share/idzebra/tab/gils.abs +harvest/share/idzebra/tab/gils.att +harvest/share/idzebra/tab/gils.tag +harvest/share/idzebra/tab/hci.flt +harvest/share/idzebra/tab/mail.flt +harvest/share/idzebra/tab/meta-b.est +harvest/share/idzebra/tab/meta-usmarc.map +harvest/share/idzebra/tab/meta.abs +harvest/share/idzebra/tab/meta.tag +harvest/share/idzebra/tab/news.flt +harvest/share/idzebra/tab/numeric.chr +harvest/share/idzebra/tab/nwi.flt +harvest/share/idzebra/tab/refer.flt +harvest/share/idzebra/tab/scan.chr +harvest/share/idzebra/tab/sgml.flt +harvest/share/idzebra/tab/soif-harvest.flt +harvest/share/idzebra/tab/soif.flt +harvest/share/idzebra/tab/string.chr +harvest/share/idzebra/tab/summary.abs +harvest/share/idzebra/tab/summary.tag +harvest/share/idzebra/tab/tagsetg.tag +harvest/share/idzebra/tab/tagsetm.tag +harvest/share/idzebra/tab/urx.chr +harvest/share/idzebra/tab/usmarc-b.est +harvest/share/idzebra/tab/usmarc.abs +harvest/share/idzebra/tab/usmarc.flt +harvest/share/idzebra/tab/usmarc.mar +harvest/share/idzebra/tab/usmarc.tag +harvest/share/idzebra/tab/var1.var +harvest/share/idzebra/tab/wais-b.est +harvest/share/idzebra/tab/wais-variant.est +harvest/share/idzebra/tab/wais.abs +harvest/share/yaz/ill/ill.tcl +harvest/share/yaz/ill/ill9702.asn +harvest/share/yaz/ill/item-req.asn +harvest/share/yaz/z39.50/charneg-3.asn +harvest/share/yaz/z39.50/datetime.asn +harvest/share/yaz/z39.50/esadmin.asn +harvest/share/yaz/z39.50/esupdate.asn +harvest/share/yaz/z39.50/univres.asn +harvest/share/yaz/z39.50/z.tcl +harvest/share/yaz/z39.50/z3950v3.asn +@dirrm harvest/share/yaz/z39.50 +@dirrm harvest/share/yaz/ill +@dirrm harvest/share/yaz +@dirrm harvest/share/idzebra/tab +@dirrm harvest/share/idzebra +@dirrm harvest/share/doc/yaz +@dirrm harvest/share/doc/idzebra +@dirrm harvest/share/doc +@dirrm harvest/share/aclocal +@dirrm harvest/share +@dirrm harvest/man/man8 +@dirrm harvest/man/man7 +@dirrm harvest/man/man1 +@dirrm harvest/man @dirrm harvest/lib/gatherer/wp2x-lib @dirrm harvest/lib/gatherer/sgmls-lib/htmlplus @dirrm harvest/lib/gatherer/sgmls-lib/html-4.01 @@ -327,6 +519,7 @@ @dirrm harvest/gatherers @dirrm harvest/cgi-bin/lib @dirrm harvest/cgi-bin +@dirrm harvest/brokers/zquery @dirrm harvest/brokers/skeleton/admin @dirrm harvest/brokers/skeleton @dirrm harvest/brokers/images >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 13: 0:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10E1937B401 for ; Mon, 16 Dec 2002 13:00:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23F8043EC2 for ; Mon, 16 Dec 2002 13:00:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGL06x3057213 for ; Mon, 16 Dec 2002 13:00:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGL06SR057212; Mon, 16 Dec 2002 13:00:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27B0437B401 for ; Mon, 16 Dec 2002 12:56:36 -0800 (PST) Received: from httpd.terions.de (static62-99-146-055.adsl.inode.at [62.99.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id B953643EDC for ; Mon, 16 Dec 2002 12:56:33 -0800 (PST) (envelope-from martin@kleinerdrache.org) Received: (qmail 3663 invoked by uid 0); 16 Dec 2002 20:59:18 -0000 Message-Id: <20021216205918.3662.qmail@httpd.terions.de> Date: 16 Dec 2002 20:59:18 -0000 From: Martin Klaffenboeck Reply-To: Martin Klaffenboeck To: FreeBSD-gnats-submit@FreeBSD.org Cc: gnome@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46316: [gimp-devel] wrong eps Sender: owner-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: 46316 >Category: ports >Synopsis: [gimp-devel] wrong eps >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 13:00:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: Martin Klaffenboeck >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD martin.kleinerdrache.org 4.7-STABLE FreeBSD 4.7-STABLE #22: Sun Nov 24 21:48:56 CET 2002 martin@martin.kleinerdrache.org:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: When you are creating eps files with a LC_NUMERIC setting where the comma is not a '.' you get a wrong eps file. The workarround is to get a correct eps file by starting gimp with LC_NUMERIC=C. Now we can use this patch so that gimp does not matter about the LC_LOCALE settings while creating eps files, they are now correct. See http://bugzilla.gnome.org/show_bug.cgi?id=101263 for more details. >How-To-Repeat: Can also be found on the bugzilla bug. >Fix: This file in ${PORTSDIR}/graphics/gimp-devel/files makes everything correct. I don't know if this needs a PORTEPOCH. --- patch-plug-ins_common_ps.c begins here --- --- plug-ins/common/ps.c.orig Tue Oct 8 12:53:10 2002 +++ plug-ins/common/ps.c Mon Dec 16 21:28:52 2002 @@ -1808,6 +1808,7 @@ double f1, f2, dx, dy; int xtrans, ytrans; int i_urx, i_ury; + char tmpbuf[G_ASCII_DTOSTR_BUF_SIZE]; /* initialize */ @@ -1865,7 +1866,8 @@ fprintf (ofp, "%%%%EndProlog\n"); fprintf (ofp, "%%%%Page: 1 1\n"); fprintf (ofp, "%% Translate for offset\n"); - fprintf (ofp, "%f %f translate\n", x_offset*72.0, y_offset*72.0); + fprintf (ofp, "%s", g_ascii_dtostr (tmpbuf, sizeof (tmpbuf), x_offset*72.0)); + fprintf (ofp, " %s translate\n", g_ascii_dtostr (tmpbuf, sizeof (tmpbuf), y_offset*72.0)); /* Calculate translation to startpoint of first scanline */ switch (psvals.rotate) @@ -1882,11 +1884,15 @@ break; } if ((dx != 0.0) || (dy != 0.0)) - fprintf (ofp, "%% Translate to begin of first scanline\n%f %f translate\n", - dx, dy); + { + fprintf (ofp, "%% Translate to begin of first scanline\n"); + fprintf (ofp, "%s", g_ascii_dtostr (tmpbuf, sizeof (tmpbuf), dx)); + fprintf (ofp, " %s translate\n", g_ascii_dtostr (tmpbuf, sizeof (tmpbuf), dy)); + } if (psvals.rotate) fprintf (ofp, "%d rotate\n", (int)psvals.rotate); - fprintf (ofp, "%f %f scale\n", 72.0*width_inch, -72.0*height_inch); + fprintf (ofp, "%s", g_ascii_dtostr (tmpbuf, sizeof (tmpbuf), 72.0*width_inch)); + fprintf (ofp, " %s scale\n", g_ascii_dtostr (tmpbuf, sizeof (tmpbuf), -72.0*height_inch)); /* Write the PostScript procedures to read the image */ if (psvals.level <= 1) --- patch-plug-ins_common_ps.c ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 13: 2:53 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6D5437B401; Mon, 16 Dec 2002 13:02:48 -0800 (PST) Received: from gw.cognigen.net (gw.cognigen.net [209.67.6.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5D2743E4A; Mon, 16 Dec 2002 13:02:47 -0800 (PST) (envelope-from grumple@zaphon.llamas.net) Received: by gw.cognigen.net (Postfix, from userid 1001) id 26DDC153BC; Mon, 16 Dec 2002 13:02:47 -0800 (PST) Date: Mon, 16 Dec 2002 13:02:47 -0800 From: Greg Rumple To: Joe Marcus Clarke Cc: alane@geeksrus.net, Bjarne Wichmann Petersen , Frank Altpeter , freebsd-ports@FreeBSD.org Subject: Re: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download Message-ID: <20021216210247.GG36451@gw.cognigen.net> References: <200212160030.gBG0U5k7014592@freefall.freebsd.org> <200212161151.03426.freebsd.nospam@mekanix.dk> <20021216122206.GA75623@wwweasel.geeksrus.net> <200212161614.07885.freebsd.nospam@mekanix.dk> <20021216152442.GA87956@wwweasel.geeksrus.net> <1040059524.28013.36.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1040059524.28013.36.camel@shumai.marcuscom.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Okay I spent the time to build this thing with --enable-debug, --disable-strip, and a few other options on and get a stack trace. Here's the crash I see when I try and download a file (after the file downloads, it crashes). This is on a box running RELENG_4_7 (4.7-RELEASE-p2). The box is a dual processor Compaq box. BTW this was difficult to do on my box as GDB kept balooning to 700+ megs in size and exhausting this box (1GB of ram) of ram. #0 0x285a56f1 in strftime () from /usr/lib/libc_r.so.4 #1 0x285a552c in strftime () from /usr/lib/libc_r.so.4 #2 0x285a4aaa in strftime () from /usr/lib/libc_r.so.4 #3 0x282b09a8 in PR_FormatTime () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/libnspr4.so #4 0x282b1206 in PR_FormatTimeUSEnglish () from /usr/X11R6/lib/phoenix/lib/mozilla-1.3a/libnspr4.so #5 0x28cf6e8c in rdf_FormatDate (aTime=1040071974343975, aResult=@0xbfbfbd1c) at rdfutil.cpp:184 #6 0x28cf0684 in nsRDFXMLSerializer::SerializeChildAssertion (this=0x8a32520, aStream=0x8953828, aResource=0x88e8400, aProperty=0x88e81e0, aValue=0x88ee3e0) at nsRDFXMLSerializer.cpp:424 #7 0x28cf0d95 in nsRDFXMLSerializer::SerializeProperty (this=0x8a32520, aStream=0x8953828, aResource=0x88e8400, aProperty=0x88e81e0, aInline=0, aSkipped=0xbfbfc1ac) at nsRDFXMLSerializer.cpp:486 #8 0x28cf2684 in nsRDFXMLSerializer::SerializeDescription (this=0x8a32520, aStream=0x8953828, aResource=0x88e8400) at nsRDFXMLSerializer.cpp:645 #9 0x28cf545b in nsRDFXMLSerializer::Serialize (this=0x8a32520, aStream=0x8953828) at nsRDFXMLSerializer.cpp:1040 #10 0x28cea79c in RDFXMLDataSourceImpl::Serialize (this=0x8911c00, aStream=0x8953828) at nsRDFXMLDataSource.cpp:1135 #11 0x28ce8947 in RDFXMLDataSourceImpl::rdfXMLFlush (this=0x8911c00, aURI=0x88cfd00) at nsRDFXMLDataSource.cpp:821 #12 0x28ce910f in RDFXMLDataSourceImpl::Flush (this=0x8911c00) at nsRDFXMLDataSource.cpp:870 #13 0x2ade069d in nsDownloadManager::AssertProgressInfoFor (this=0x8911080, aPath=0xbfbfcb10) at nsDownloadManager.cpp:369 #14 0x2adddf40 in nsDownloadManager::DownloadEnded (this=0x8911080, aPath=0xbfbfcb10, aMessage=0x0) at nsDownloadManager.cpp:233 #15 0x2ade9818 in nsDownload::OnStateChange (this=0x8911600, aWebProgress=0x0, aRequest=0x0, aStateFlags=16, aStatus=0) at nsDownloadManager.cpp:1039 #16 0x2addb172 in nsDownloadProxy::OnStateChange (this=0x829ce80, aWebProgress=0x0, aRequest=0x0, aStateFlags=16, aStatus=0) at ../../../dist/include/xpcom/nsCOMPtr.h:651 #17 0x28b6bdd7 in nsExternalAppHandler::ExecuteDesiredAction (this=0x8575880) at nsExternalHelperAppService.cpp:1534 #18 0x28b663b8 in nsExternalAppHandler::SetWebProgressListener (this=0x8575880, aWebProgressListener=0x829ce84) at nsExternalHelperAppService.cpp:806 #19 0x28b6c29b in nsExternalAppHandler::CreateProgressListener (this=0x8575880) at nsExternalHelperAppService.cpp:1607 #20 0x28b6d343 in nsExternalAppHandler::SaveToDisk (this=0x8575880, aNewFileLocation=0x0, aRememberThisPreference=0) at nsExternalHelperAppService.cpp:1721 #21 0x28212285 in XPTC_InvokeByIndex (that=0x8575884, methodIndex=6, paramCount=2, params=0xbfbfd054) at xptcinvoke_unixish_x86.cpp:130 #22 0x2877692e in XPCWrappedNative::CallMethod (ccx=@0xbfbfd11c, mode=CALL_METHOD) at xpcwrappednative.cpp:2016 #23 0x287807d4 in XPC_WN_CallMethod (cx=0x87efa00, obj=0x8252ab8, argc=2, argv=0x888319c, vp=0xbfbfd23c) at xpcwrappednativejsops.cpp:1294 #24 0x280bba11 in js_Invoke (cx=0x87efa00, argc=2, flags=0) at jsinterp.c:839 #25 0x280c5c79 in js_Interpret (cx=0x87efa00, result=0xbfbfd478) at jsinterp.c:2803 #26 0x280bba7c in js_Invoke (cx=0x87efa00, argc=1, flags=2) at jsinterp.c:856 #27 0x280bbcd2 in js_InternalInvoke (cx=0x87efa00, obj=0x826c2d0, fval=137013320, flags=0, argc=1, argv=0xbfbfd768, rval=0xbfbfd610) at jsinterp.c:931 #28 0x28097c71 in JS_CallFunctionValue (cx=0x87efa00, obj=0x826c2d0, fval=137013320, argc=1, argv=0xbfbfd768, rval=0xbfbfd610) at jsapi.c:3431 #29 0x29284629 in nsJSContext::CallEventHandler (this=0x885ec80, aTarget=0x826c2d0, aHandler=0x82aa848, argc=1, argv=0xbfbfd768, aBoolResult=0xbfbfd73c, aReverseReturnResult=0) at nsJSEnvironment.cpp:1040 #30 0x2930c1d1 in nsJSEventListener::HandleEvent (this=0x88151a0, aEvent=0x8ab4188) at nsJSEventListener.cpp:182 #31 0x29535fb6 in nsEventListenerManager::HandleEventSubType (this=0x88b7200, aListenerStruct=0x88e42d0, aDOMEvent=0x8ab4188, aCurrentTarget=0x8712b60, aSubType=8, aPhaseFlags=7) at nsEventListenerManager.cpp:1219 #32 0x2953a97f in nsEventListenerManager::HandleEvent (this=0x88b7200, aPresContext=0x881e000, aEvent=0xbfbfe540, aDOMEvent=0xbfbfde9c, aCurrentTarget=0x8712b60, aFlags=7, aEventStatus=0xbfbfe494) at nsEventListenerManager.cpp:2218 #33 0x297a115a in nsXULElement::HandleDOMEvent (this=0x88b7180, aPresContext=0x881e000, aEvent=0xbfbfe540, aDOMEvent=0xbfbfde9c, aFlags=7, aEventStatus=0xbfbfe494) at nsXULElement.cpp:3376 #34 0x29d64a43 in PresShell::HandleDOMEventWithTarget (this=0x8a14000, aTargetContent=0x88b7180, aEvent=0xbfbfe540, aStatus=0xbfbfe494) at nsPresShell.cpp:6190 #35 0x29eae59e in nsButtonBoxFrame::MouseClicked (this=0x8808548, aPresContext=0x881e000, aEvent=0xbfbfe85c) at nsButtonBoxFrame.cpp:199 #36 0x29ead87f in nsButtonBoxFrame::HandleEvent (this=0x8808548, aPresContext=0x881e000, aEvent=0xbfbfe85c, aEventStatus=0xbfbfec20) at nsButtonBoxFrame.cpp:143 #37 0x29d648e0 in PresShell::HandleEventInternal (this=0x8a14000, aEvent=0xbfbfe85c, aView=0x0, aFlags=1, aStatus=0xbfbfec20) at nsPresShell.cpp:6158 #38 0x29d645c9 in PresShell::HandleEventWithTarget (this=0x8a14000, aEvent=0xbfbfe85c, aFrame=0x8808548, aContent=0x88b7180, aFlags=1, aStatus=0xbfbfec20) at nsPresShell.cpp:6096 #39 0x29555b2c in nsEventStateManager::CheckForAndDispatchClick (this=0x88db800, aPresContext=0x881e000, aEvent=0xbfbfef0c, aStatus=0xbfbfec20) at nsEventStateManager.cpp:2936 #40 0x29550031 in nsEventStateManager::PostHandleEvent (this=0x88db800, aPresContext=0x881e000, aEvent=0xbfbfef0c, aTargetFrame=0x8808548, aStatus=0xbfbfec20, aView=0x8850680) at nsEventStateManager.cpp:1872 #41 0x29d64923 in PresShell::HandleEventInternal (this=0x8a14000, aEvent=0xbfbfef0c, aView=0x8850680, aFlags=1, aStatus=0xbfbfec20) at nsPresShell.cpp:6163 #42 0x29d64353 in PresShell::HandleEvent (this=0x8a14000, aView=0x8850680, aEvent=0xbfbfef0c, aEventStatus=0xbfbfec20, aForceHandle=1, aHandled=@0xbfbfec24) at nsPresShell.cpp:6050 #43 0x2934b9e3 in nsViewManager::HandleEvent (this=0x88b1000, aView=0x8850680, aEvent=0xbfbfef0c, aCaptured=1) at nsViewManager.cpp:2207 #44 0x2933a84c in nsView::HandleEvent (this=0x8850680, aVM=0x88b1000, aEvent=0xbfbfef0c, aCaptured=1) at nsView.cpp:303 #45 0x2934aa26 in nsViewManager::DispatchEvent (this=0x88b1000, aEvent=0xbfbfef0c, aStatus=0xbfbfede0) at nsViewManager.cpp:1943 #46 0x29339fb1 in HandleEvent (aEvent=0xbfbfef0c) at nsView.cpp:80 #47 0x29393387 in nsWidget::DispatchEvent (this=0x881e200, aEvent=0xbfbfef0c, aStatus=@0xbfbfee90) at nsWidget.cpp:1448 #48 0x2939304d in nsWidget::DispatchWindowEvent (this=0x881e200, event=0xbfbfef0c) at nsWidget.cpp:1336 #49 0x2939342f in nsWidget::DispatchMouseEvent (this=0x881e200, aEvent=@0xbfbfef0c) at nsWidget.cpp:1475 #50 0x293940a2 in nsWidget::OnButtonReleaseSignal (this=0x881e200, aGdkButtonEvent=0x83dd018) at nsWidget.cpp:1937 #51 0x29399782 in nsWindow::OnButtonReleaseSignal (this=0x881e200, aGdkButtonEvent=0x83dd018) at nsWindow.cpp:1701 #52 0x29399ab0 in nsWindow::HandleGDKEvent (this=0x881e200, event=0x83dd018) at nsWindow.cpp:1800 #53 0x29389ab1 in dispatch_superwin_event (event=0x83dd018, window=0x881e200) at nsGtkEventHandler.cpp:1001 #54 0x29389750 in handle_gdk_event (event=0x83dd018, data=0x0) at nsGtkEventHandler.cpp:876 #55 0x28405b90 in gdk_event_dispatch () from /usr/X11R6/lib/libgdk12.so.2 #56 0x28435c3b in g_main_dispatch () from /usr/local/lib/libglib12.so.3 #57 0x28436264 in g_main_iterate () from /usr/local/lib/libglib12.so.3 #58 0x284363fc in g_main_run () from /usr/local/lib/libglib12.so.3 #59 0x283547e7 in gtk_main () from /usr/X11R6/lib/libgtk12.so.2 #60 0x2937b094 in nsAppShell::Run (this=0x83cfe20) at nsAppShell.cpp:347 #61 0x2a6123e0 in nsAppShellService::Run (this=0x8388400) at nsAppShellService.cpp:471 #62 0x805a47d in main1 (argc=1, argv=0xbfbff3e8, nativeApp=0x8068200, aAppData=@0xbfbff380) at nsAppRunner.cpp:1517 #63 0x805b673 in xre_main (argc=1, argv=0xbfbff3e8, aAppData=@0xbfbff380) at nsAppRunner.cpp:1892 #64 0x804fbad in main (argc=1, argv=0xbfbff3e8) at nsBrowserApp.cpp:51 #65 0x804fa29 in _start () Looking at the above, I looked at this. (gdb) frame 5 #5 0x28cf6e8c in rdf_FormatDate (aTime=1040071974343975, aResult=@0xbfbfbd1c) at rdfutil.cpp:184 184 PR_FormatTimeUSEnglish(buf, sizeof buf, "%a %b %d %H:%M:%S %Z %Y", &t); (gdb) print t $1 = {tm_usec = 343975, tm_sec = 54, tm_min = 52, tm_hour = 12, tm_mday = 16, tm_month = 11, tm_year = 2002, tm_wday = 1 '\001', tm_yday = 349, tm_params = {tp_gmt_offset = -28800, tp_dst_offset = 0}} (gdb) print buf $2 = "Mon Dec 16 12:52:54 \200s\t\b@ѕїї¶Ґ#(0T((\0008\225\bА»їїиЪ#(0T((Pјїї\016\000\000\0004\\#(0T((\016\000\000\000а»їїюp\037(\224ЛС(аг\216\b\234јїї?|#(Dјїї\000\000\000\000\020јїї\226\002О(аг\216\b\004\000\000\000ДэР(\024\000\000\000\224ЛС(\001\000\000\000\220јїї@рО(@јїї\002\000\000\000@јїї%\004О(аг\216\bPјїї\016\000\000\000R\003О(Ў[#(0T((`јїїҐz#( Ѕїї\000\000\000\000"... (gdb) print sizeof buf $3 = 256 So it looks like it started to format the date when it crashed. Greg * Joe Marcus Clarke (marcus@FreeBSD.org) [021216 09:25]: > On Mon, 2002-12-16 at 10:24, AlanE wrote: > > On Mon, Dec 16, 2002 at 04:14:07PM +0100, Bjarne Wichmann Petersen wrote: > > >On Monday 16 December 2002 13:22, AlanE wrote: > > > > > >> >I've experienced similar (Phoenix crashes/exits after dwl). I don't have > > >> > any more font installed from ports than those you've listed. But I do > > >> > have a "large" amount af TTF-fonts (from M$, HP and other places) > > >> > installed manually to X. > > >> >And on a side-note; after upgrading to Phoenix 0.5_x using other > > >> > dpi-settings than 72 makes all fonts render in "tiny-mode" (I usually use > > >> > 127). > > >> That's a function of Xft and the X server. > > >> In general, the best suggestion I can make for a case like yours, where > > >> you have many non-ports fonts installed, is to build with -DWITHOUT_XFT, > > >> which will disable anti-aliasing, but should stop the crashes. > > > > > >Hmm... just did a reinstall with the "WITHOUT_XFT=yes"-flag in /etc/make.conf > > >... and phoenix still crashes when downloading. > > > > > >Bjarne > > >-- > > >Homepage: http://www.mekanix.dk > > > > Then I have no idea. I'll cc Joe Marcus Clarke to see if he has a clue I > > don't ... he usually does. 8-) > > Well, gdb doesn't seem to like phoenix. It crashes itself. However, > ktrace/kdump and the CVS version of strace were quite useful. Any > chance someone can get a ktrace and/or a strace output of this. It may > not lead to a solution (a gdb backtrace would be ideal), but it may > point us in the right direction. Phoenix 0.5 is based on Mozilla 1.3a, > which was just released, and I have yet to port. > > Joe > > > -- > Joe Marcus Clarke > FreeBSD GNOME Team :: marcus@FreeBSD.org > http://www.FreeBSD.org/gnome -- Greg Rumple grumple@zaphon.llamas.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 13:41:39 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC83937B401; Mon, 16 Dec 2002 13:41:38 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A7A043EA9; Mon, 16 Dec 2002 13:41:38 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGLfcx3072568; Mon, 16 Dec 2002 13:41:38 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGLfcZm072564; Mon, 16 Dec 2002 13:41:38 -0800 (PST) Date: Mon, 16 Dec 2002 13:41:38 -0800 (PST) From: Patrick Li Message-Id: <200212162141.gBGLfcZm072564@freefall.freebsd.org> To: tkato@prontomail.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/45921: Update port: databases/gigabase to 2.75 Sender: owner-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: databases/gigabase to 2.75 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon Dec 16 13:41:21 PST 2002 State-Changed-Why: Superseded by PR ports/46299 http://www.freebsd.org/cgi/query-pr.cgi?pr=45921 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 13:42:45 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4158437B401; Mon, 16 Dec 2002 13:42:45 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4A3843EC2; Mon, 16 Dec 2002 13:42:44 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGLgix3072664; Mon, 16 Dec 2002 13:42:44 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGLgi7H072660; Mon, 16 Dec 2002 13:42:44 -0800 (PST) Date: Mon, 16 Dec 2002 13:42:44 -0800 (PST) From: Patrick Li Message-Id: <200212162142.gBGLgi7H072660@freefall.freebsd.org> To: tkato@prontomail.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/45933: Update port: mail/wmbiff to 0.4.9 Sender: owner-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/wmbiff to 0.4.9 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon Dec 16 13:42:27 PST 2002 State-Changed-Why: Superseded by PR ports/46301 http://www.freebsd.org/cgi/query-pr.cgi?pr=45933 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 13:43:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AD1737B404; Mon, 16 Dec 2002 13:43:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFCCF43ED8; Mon, 16 Dec 2002 13:43:09 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGLh9x3072715; Mon, 16 Dec 2002 13:43:09 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGLh9LO072711; Mon, 16 Dec 2002 13:43:09 -0800 (PST) Date: Mon, 16 Dec 2002 13:43:09 -0800 (PST) From: Patrick Li Message-Id: <200212162143.gBGLh9LO072711@freefall.freebsd.org> To: tkato@prontomail.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46140: Update port: lang/smalltalk to 2.0.9 Sender: owner-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/smalltalk to 2.0.9 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon Dec 16 13:42:54 PST 2002 State-Changed-Why: Superseded by PR ports/46305 http://www.freebsd.org/cgi/query-pr.cgi?pr=46140 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 13:43:37 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A08437B401; Mon, 16 Dec 2002 13:43:36 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 179BE43E4A; Mon, 16 Dec 2002 13:43:36 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGLhZx3072767; Mon, 16 Dec 2002 13:43:35 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGLhZSb072763; Mon, 16 Dec 2002 13:43:35 -0800 (PST) Date: Mon, 16 Dec 2002 13:43:35 -0800 (PST) From: Patrick Li Message-Id: <200212162143.gBGLhZSb072763@freefall.freebsd.org> To: tkato@prontomail.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/45857: Update port: misc/gretl to 1.0.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 Synopsis: Update port: misc/gretl to 1.0.1 State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon Dec 16 13:43:16 PST 2002 State-Changed-Why: Superseded by PR ports/46309 http://www.freebsd.org/cgi/query-pr.cgi?pr=45857 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 13:44:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5853837B401; Mon, 16 Dec 2002 13:44:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0418343ED1; Mon, 16 Dec 2002 13:44:10 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBGLi9x3072836; Mon, 16 Dec 2002 13:44:09 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBGLi9wM072832; Mon, 16 Dec 2002 13:44:09 -0800 (PST) Date: Mon, 16 Dec 2002 13:44:09 -0800 (PST) From: Patrick Li Message-Id: <200212162144.gBGLi9wM072832@freefall.freebsd.org> To: tkato@prontomail.com, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46145: Update port: www/harvest to 1.9.1 (fix ports/45863) Sender: owner-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: www/harvest to 1.9.1 (fix ports/45863) State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Mon Dec 16 13:43:52 PST 2002 State-Changed-Why: Superseded by PR ports/46315 http://www.freebsd.org/cgi/query-pr.cgi?pr=46145 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 14: 5:59 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A401637B401 for ; Mon, 16 Dec 2002 14:05:58 -0800 (PST) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF89643EB2 for ; Mon, 16 Dec 2002 14:05:57 -0800 (PST) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 450362B67F; Mon, 16 Dec 2002 23:05:55 +0100 (CET) Received: by k7.mavetju (Postfix, from userid 1001) id A9F686A713B; Tue, 17 Dec 2002 09:05:50 +1100 (EST) Date: Tue, 17 Dec 2002 09:05:50 +1100 From: Edwin Groothuis To: Marco Molteni Cc: ports@freebsd.org Subject: Re: two easy PR to close: deskutil/xwrits and astro/gpsdrive Message-ID: <20021216220550.GU50581@k7.mavetju> References: <20021216165255.35275.qmail@cobweb.example.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021216165255.35275.qmail@cobweb.example.org> User-Agent: Mutt/1.4i Sender: owner-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, Dec 16, 2002 at 05:52:55PM +0100, Marco Molteni wrote: > please have a look at the following update PRs and close them: > > UPDATE deskutil/xwrits > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/43890 > > MAINTAINER UPDATE astro/gpdrive > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/46273 We're currently in a ports-freeze, which means that only ports which aren't building can be updated. This is to point our focus to the list of problems with the ports not running on -current. Does it help? Yes and no. There are right now only 560 ports which don't build on -current, against 200 which don't build on -stable (statistics from last weekend and two months ago). The biggest problems are related to the new gcc which is more picky about C++ code and warnings in general and the new location of header-files. Solving these problems is a time-consuming and unsatisfactory[sp] task which should be done by the original authors of the software. And these things will happen faster once 5.0 is really available. I don't know until when the ports-freeze will last, it has been long enough for me. The pile of ports to update is growing and the backlog is getting bigger and bigger. And I know how these people feel right now... Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php bash$ :(){ :|:&};: | Interested in MUDs? http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 14:45:19 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5DC137B401 for ; Mon, 16 Dec 2002 14:45:18 -0800 (PST) Received: from web10108.mail.yahoo.com (web10108.mail.yahoo.com [216.136.130.58]) by mx1.FreeBSD.org (Postfix) with SMTP id 6C15643E4A for ; Mon, 16 Dec 2002 14:45:18 -0800 (PST) (envelope-from twigles@yahoo.com) Message-ID: <20021216224517.36464.qmail@web10108.mail.yahoo.com> Received: from [68.5.49.41] by web10108.mail.yahoo.com via HTTP; Mon, 16 Dec 2002 14:45:17 PST Date: Mon, 16 Dec 2002 14:45:17 -0800 (PST) From: twig les Subject: Is there a Nortel VPN client port coming soon? 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 Hey *, I'm interested in using the multi-os Nortel Contivity VPN client on my 4.7 release box but *BSDs aren't officially supported. See the faq for details: http://www.nortelnetworks.com/products/01/contivity/vpnclient/faq.html Since Linux 2.2 and 2.4 are both supported I was wondering if anyone had any plans to port this baby to the OS of champions any time soon. Since there are licensing restrictions the port would probably have to depend on us having the tarball in /usr/ports/distfiles which is fine with me. I hate to be a port-beggar but I'm honestly not up to porting something via Linux compatibility (try back in a year ;-). I'd appreciate any replies including my email as I'm not subscribed to this particular FreeBSD list. TIA for any answers. ===== ----------------------------------------------------------- If you give a man a fish, he can eat for a day If you bludgeon him to death, you can eat the fish yourself ----------------------------------------------------------- __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 14:56:10 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2867C37B401 for ; Mon, 16 Dec 2002 14:56:09 -0800 (PST) Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC22A43ED4 for ; Mon, 16 Dec 2002 14:56:07 -0800 (PST) (envelope-from flynn@energyhq.homeip.net) Received: from christine.energyhq.tk (christine.energyhq.tk [192.168.0.1]) by energyhq.homeip.net (Postfix) with SMTP id 7450CAF589 for ; Mon, 16 Dec 2002 23:56:08 +0100 (CET) Date: Tue, 17 Dec 2002 00:00:06 +0100 From: Miguel Mendez To: ports@freebsd.org Subject: Anyone having problems with phoenix on 5.0? Message-Id: <20021217000006.4e0e6ba4.flynn@energyhq.homeip.net> X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd5.0) X-Face: 1j}k*2E>Y\+C~E|/wehi[:dCM,{N7/uE3o# P,{t7gA/qnovFDDuyQV.1hdT7&#d)q"xY33}{_GS>kk'S{O]nE$A`T|\4&p\&mQyexOLb8}FO List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I've tried several revisions of the 0.4 port. and the new 0.5 one, with and without Xft enabled (I thought it was an Xft issue). So I've built 0.5_3 right now, but it fails misserably just after launching it. I've removed my old ~/.phoenix, yes. And I'm aware of the fonts issue too. This is what I'm getting: flynn@christine# rm -rf .phoenix/ flynn@christine# phoenix Gdk-CRITICAL **: file gdkwindow.c: line 1440 (gdk_window_get_colormap): assertion `window_private->window_type != GDK_WINDOW_PIXMAP' failed. Gdk-CRITICAL **: file gdkcolor.c: line 498 (gdk_color_white): assertion `colormap != NULL' failed. Anyone else getting this kind of error? My setup is a bit special since my X server is not running on christine, but on a SGI Indy, I log in using XDM, but I remember using old phoenix releases when I was running 4-STABLE and NetBSD, so I'm not entirely sure what the reason is (i.e. -CURRENT's fault or phoenix' fault) Any ideas welcomed. Cheers, -- Miguel Mendez - flynn@energyhq.homeip.net GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt EnergyHQ :: http://www.energyhq.tk Of course it runs NetBSD! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 15: 9:41 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CE5837B496; Mon, 16 Dec 2002 15:09:38 -0800 (PST) Received: from fep1.012.net.il (fep1.goldenlines.net.il [212.117.129.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F25643EC5; Mon, 16 Dec 2002 15:09:36 -0800 (PST) (envelope-from roman@xpert.com) Received: from cerberus.oven.org ([80.178.65.24]) by fep1.012.net.il with ESMTP id <20021216230947.VJLU24755.fep1@cerberus.oven.org>; Tue, 17 Dec 2002 01:09:47 +0200 Received: from alchemy.oven.org (alchemy.oven.org [10.0.1.2]) by cerberus.oven.org (8.12.6/8.12.6) with ESMTP id gBGNV2WL035648; Tue, 17 Dec 2002 01:31:03 +0200 (IST) (envelope-from roman@xpert.com) Received: from alchemy.oven.org (localhost [127.0.0.1]) by alchemy.oven.org (8.12.6/8.12.6) with ESMTP id gBGN9Ll5052488; Tue, 17 Dec 2002 01:09:21 +0200 (IST) (envelope-from roman@xpert.com) Received: from localhost (mapc@localhost) by alchemy.oven.org (8.12.6/8.12.6/Submit) with ESMTP id gBGN98ql052483; Tue, 17 Dec 2002 01:09:20 +0200 (IST) X-Authentication-Warning: alchemy.oven.org: mapc owned process doing -bs Date: Tue, 17 Dec 2002 01:09:08 +0200 (IST) From: Roman Shterenzon X-X-Sender: mapc@alchemy.oven.org To: ache@FreeBSD.org Cc: ports@FreeBSD.org Subject: ports/russian/rus-ispell Message-ID: <20021217004628.U51027-100000@alchemy.oven.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 Hello, There's now another place, which hosts this program: ftp://scon155.phys.msu.su/pub/russian/ispell/ It has a newer version, than the one in ports: rus-ispell-0.99f3.tar.gz --Roman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 16:10: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE25537B401 for ; Mon, 16 Dec 2002 16:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E768243ED1 for ; Mon, 16 Dec 2002 16:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBH0A2x3017630 for ; Mon, 16 Dec 2002 16:10:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBH0A2P6017629; Mon, 16 Dec 2002 16:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B3C837B401 for ; Mon, 16 Dec 2002 16:04:12 -0800 (PST) Received: from web13505.mail.yahoo.com (web13505.mail.yahoo.com [216.136.175.84]) by mx1.FreeBSD.org (Postfix) with SMTP id E653043ED4 for ; Mon, 16 Dec 2002 16:04:11 -0800 (PST) (envelope-from dyeske@yahoo.com) Received: from [24.197.166.118] by web13505.mail.yahoo.com via HTTP; Mon, 16 Dec 2002 16:04:11 PST Message-Id: <20021217000411.20351.qmail@web13505.mail.yahoo.com> Date: Mon, 16 Dec 2002 16:04:11 -0800 (PST) From: David Yeske To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46317: ports/editors/vim/files/patch-02 is stale Sender: owner-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: 46317 >Category: ports >Synopsis: ports/editors/vim/files/patch-02 is stale >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 Dec 16 16:10:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: David Yeske >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD blue 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Nov 9 19:44:53 EST 2002 root@blue:/home/obj/usr/src/sys/BLUE i386 >Description: /usr/ports/editors/vim/files/patch-02 can be removed. The vim port Makefile replaces the functionality >How-To-Repeat: >Fix: remove patch-02 from cvs __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 16:26:20 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2AD437B401 for ; Mon, 16 Dec 2002 16:26:18 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BB5243EC5 for ; Mon, 16 Dec 2002 16:26:14 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id gBH0PW3a039206; Mon, 16 Dec 2002 19:25:32 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Anyone having problems with phoenix on 5.0? From: Joe Marcus Clarke To: Miguel Mendez Cc: ports@FreeBSD.ORG In-Reply-To: <20021217000006.4e0e6ba4.flynn@energyhq.homeip.net> References: <20021217000006.4e0e6ba4.flynn@energyhq.homeip.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-rb6JChXFxw0T9Au+Gi51" Organization: MarcusCom, Inc. Message-Id: <1040084769.11163.5.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 16 Dec 2002 19:26:10 -0500 X-Spam-Status: No, hits=-3.2 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_00_01 version=2.43 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=-rb6JChXFxw0T9Au+Gi51 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2002-12-16 at 18:00, Miguel Mendez wrote: > Hi, >=20 > I've tried several revisions of the 0.4 port. and the new 0.5 one, with > and without Xft enabled (I thought it was an Xft issue). So I've built > 0.5_3 right now, but it fails misserably just after launching it. I've > removed my old ~/.phoenix, yes. And I'm aware of the fonts issue too. >=20 > This is what I'm getting: >=20 > flynn@christine# rm -rf .phoenix/ > flynn@christine# phoenix >=20 > Gdk-CRITICAL **: file gdkwindow.c: line 1440 (gdk_window_get_colormap): > assertion `window_private->window_type !=3D GDK_WINDOW_PIXMAP' failed. >=20 > Gdk-CRITICAL **: file gdkcolor.c: line 498 (gdk_color_white): assertion > `colormap !=3D NULL' failed. >=20 > Anyone else getting this kind of error? My setup is a bit special since > my X server is not running on christine, but on a SGI Indy, I log in > using XDM, but I remember using old phoenix releases when I was running > 4-STABLE and NetBSD, so I'm not entirely sure what the reason is (i.e. > -CURRENT's fault or phoenix' fault) >=20 > Any ideas welcomed. Try starting phoenix with the -install flag. See if that helps. Joe >=20 > Cheers, --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-rb6JChXFxw0T9Au+Gi51 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA9/m8hb2iPiv4Uz4cRAkelAJ4hKkiGd77g7LxqRuwMQmy9qEHZGwCglmEM fc4xjGVfFalrl7pmsUl8VEU= =3mNw -----END PGP SIGNATURE----- --=-rb6JChXFxw0T9Au+Gi51-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 16:45:21 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27D6237B401 for ; Mon, 16 Dec 2002 16:45:19 -0800 (PST) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D14443ED4 for ; Mon, 16 Dec 2002 16:45:18 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 019E33F52; Mon, 16 Dec 2002 19:45:06 -0500 (EST) From: "Dan Langille" To: simuran@shaw.ca Date: Mon, 16 Dec 2002 19:45:06 -0500 MIME-Version: 1.0 Content-type: Multipart/Mixed; boundary=Message-Boundary-26469 Subject: databases/py-psycopg configure fails Cc: ports@freebsd.org Message-ID: <3DFE2D42.26344.40E164B9@localhost> X-mailer: Pegasus Mail for Windows (v4.02a) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Message-Boundary-26469 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body checking for inline... inline checking PostgreSQL version... 7.2.3 checking PostgreSQL type catalog... configure: error: pg_type.h not found ===> Script "configure" failed unexpectedly. Please report the problem to simuran@shaw.ca [maintainer] and attach the "/usr/ports/databases/py-psycopg/work/psycopg- 1.0.13/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 If you do want "ls /var/db/pkg", please let me know. FWIW, a similar problem occurs when compiling on another box with PostgreSQL 7.3. -- Dan Langille : http://www.langille.org/ --Message-Boundary-26469 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Text from file 'config.log' This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:560: checking for python configure:615: checking python version configure:647: checking python installation prefix configure:676: checking python installation exec_prefix configure:695: checking definitions in Python library makefile configure:825: checking location of python library configure:850: checking location of python shared modules configure:900: checking for gcc configure:1013: checking whether the C compiler (cc -O -pipe -pthread ) works configure:1029: cc -o conftest -O -pipe -pthread conftest.c -lutil 1>&5 configure:1055: checking whether the C compiler (cc -O -pipe -pthread ) is a cross-compiler configure:1060: checking whether we are using GNU C configure:1069: cc -E conftest.c configure:1088: checking whether cc accepts -g configure:1120: checking how to run the C preprocessor configure:1141: cc -E conftest.c >/dev/null 2>conftest.out configure:1200: checking whether gmake sets ${MAKE} configure:1227: checking for inline configure:1241: cc -c -O -pipe conftest.c 1>&5 configure:1306: checking PostgreSQL version configure:1319: checking PostgreSQL type catalog --Message-Boundary-26469-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 16:45:25 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88F9737B404 for ; Mon, 16 Dec 2002 16:45:23 -0800 (PST) Received: from mail.dada.it (mail2.dada.it [195.110.100.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 3289E43EC5 for ; Mon, 16 Dec 2002 16:45:08 -0800 (PST) (envelope-from riccardo@torrini.org) Received: (qmail 20824 invoked from network); 17 Dec 2002 00:44:51 -0000 Received: from unknown (HELO torrini.org) (195.110.114.101) by mail.dada.it with SMTP; 17 Dec 2002 00:44:51 -0000 Received: from trudy.torrini.home (localhost.torrini.home [127.0.0.1]) by torrini.org (8.12.6/8.12.6) with ESMTP id gBH0ikZa062663; Tue, 17 Dec 2002 01:44:46 +0100 (CET) (envelope-from riccardo@trudy.torrini.home) Received: (from riccardo@localhost) by trudy.torrini.home (8.12.6/8.12.6/Submit) id gBH0iiWP062662; Tue, 17 Dec 2002 01:44:44 +0100 (CET) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 17 Dec 2002 01:44:44 +0100 (CET) From: Riccardo Torrini To: freebsd-current@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: unrar doesn't work under 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 Trying to extract a single or multi volume archive doesn't work. Same archive can be extracted fine with unrar under 4.7-STABLE. My -CURRENT from 10 day ago. Tryed to remove and rebuild unrar without luck. rar on -CURRENT also works. Any idea? -----8<-----[ from 4.7-STABLE ]-----8<----- # date > sample # rar a sample.rar sample # ll sample* -rw-r--r-- 1 root staff 29 Dec 17 01:35 sample -rw-r--r-- 1 root staff 103 Dec 17 01:35 sample.rar # unrar t sample.rar UNRAR 3.10 beta 1 freeware Copyright (c) 1993-2002 Eugene Roshal Testing archive sample.rar Testing sample OK All OK -----8<-----[ from 5.0-CURRENT, same file ]-----8<----- # uname -v FreeBSD 5.0-RC #47: Sun Dec 8 18:09:42 CET 2002 ... # unrar t sample.rar UNRAR 3.10 beta 1 freeware Copyright (c) 1993-2002 Eugene Roshal Cannot open sample.rar No files to extract # rar t sample.rar RAR 3.00 Copyright (c) 1993-2002 Eugene Roshal 14 May 2002 Shareware version Type RAR -? for help Testing archive sample.rar Testing sample OK All OK -----8<----- Also note that installing rar after unrar overwrite .../bin/unrar :( # cd /usr/ports/archivers && grep ^bin/unrar *rar*/pkg-plist rar/pkg-plist:bin/unrar unrar/pkg-plist:bin/unrar TIA, Riccardo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 17:10: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3F3737B401 for ; Mon, 16 Dec 2002 17:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 092EA43ED8 for ; Mon, 16 Dec 2002 17:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBH1A2x3034776 for ; Mon, 16 Dec 2002 17:10:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBH1A2t8034775; Mon, 16 Dec 2002 17:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E777A37B401 for ; Mon, 16 Dec 2002 17:00:33 -0800 (PST) Received: from twoface.shiftmanager.net (adsl-64-170-199-98.dsl.snfc21.pacbell.net [64.170.199.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FD2743ED4 for ; Mon, 16 Dec 2002 17:00:28 -0800 (PST) (envelope-from kurt@twoface.shiftmanager.net) Received: from twoface.shiftmanager.net (twoface.shiftmanager.net [64.170.199.98]) by twoface.shiftmanager.net (8.12.6/8.12.6) with ESMTP id gBH12j7l080128; Mon, 16 Dec 2002 17:02:45 -0800 (PST) (envelope-from kurt@twoface.shiftmanager.net) Received: (from kurt@localhost) by twoface.shiftmanager.net (8.12.6/8.12.6/Submit) id gBH12iki080127; Mon, 16 Dec 2002 17:02:44 -0800 (PST) Message-Id: <200212170102.gBH12iki080127@twoface.shiftmanager.net> Date: Mon, 16 Dec 2002 17:02:44 -0800 (PST) From: Kurt Werle Reply-To: Kurt Werle To: FreeBSD-gnats-submit@FreeBSD.org Cc: kwerle@pobox.com X-Send-Pr-Version: 3.113 Subject: ports/46318: tightvnc depends on /usr/ports/x11-fonts/XFree86-4-fontDefaultBitmaps Sender: owner-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: 46318 >Category: ports >Synopsis: tightvnc depends on /usr/ports/x11-fonts/XFree86-4-fontDefaultBitmaps >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 Dec 16 17:10:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kurt Werle >Release: FreeBSD 4.7-RELEASE i386 >Organization: >Environment: System: FreeBSD twoface.shiftmanager.net 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Fri Nov 22 06:16:27 GMT 2002 root@twoface.shiftmanager.net:/usr/src/sys/compile/FIREWALL i386 >Description: Building tightvnc depends on /usr/ports/x11-fonts/XFree86-4-fontDefaultBitmaps, but it builds without it. Error at runtime... >How-To-Repeat: Build tightvnc w/o /usr/ports/x11-fonts/XFree86-4-fontDefaultBitmaps; try to run. >Fix: Add the dependency in the Makefile. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 17:50:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9700837B404 for ; Mon, 16 Dec 2002 17:50:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2020343EE5 for ; Mon, 16 Dec 2002 17:50:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBH1oBx3043208 for ; Mon, 16 Dec 2002 17:50:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBH1oBpN043207; Mon, 16 Dec 2002 17:50:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E0B437B401 for ; Mon, 16 Dec 2002 17:42:29 -0800 (PST) Received: from t-mta3.odn.ne.jp (mfep3.odn.ne.jp [143.90.131.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB97143EA9 for ; Mon, 16 Dec 2002 17:42:27 -0800 (PST) (envelope-from fuyuki@hadaly.dyndns.org) Received: from hadaly.dyndns.org ([218.218.28.223]) by t-mta3.odn.ne.jp with ESMTP id <20021217014225978.WDKZ.895.t-mta3.odn.ne.jp@mta3.odn.ne.jp>; Tue, 17 Dec 2002 10:42:25 +0900 Received: by hadaly.dyndns.org (Postfix, from userid 1001) id 965AE56B8; Tue, 17 Dec 2002 10:42:25 +0900 (JST) Message-Id: <20021217014225.965AE56B8@hadaly.dyndns.org> Date: Tue, 17 Dec 2002 10:42:25 +0900 (JST) From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46319: New port: x11-toolkits/gtkglext - an OpenGL Extension to GTK (supersedes ports/44988) Sender: owner-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: 46319 >Category: ports >Synopsis: New port: x11-toolkits/gtkglext - an OpenGL Extension to GTK (supersedes ports/44988) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 17:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 4.7-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD hadaly.dyndns.org 4.7-RELEASE-p1 FreeBSD 4.7-RELEASE-p1 #2: Thu Oct 24 12:00:51 JST 2002 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386 >Description: This package is composed of GdkGLExt library and GtkGLExt library. GdkGLExt library includes low-level OpenGL related objects, GdkGLConfig, GdkGLContext, GdkGLDrawable, GdkGLWindow, and so on, which has GLX like interface. GtkGLExt library includes high-level gtk_widget API add-on using GdkGLExt, which extends *ANY* GTK+ widget to an OpenGL-capable widget. WWW: http://gtkglext.sourceforge.net/ >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: # # gtkglext # gtkglext/Makefile # gtkglext/distinfo # gtkglext/pkg-comment # gtkglext/pkg-descr # gtkglext/pkg-plist # gtkglext/files # gtkglext/files/patch-configure # echo c - gtkglext mkdir -p gtkglext > /dev/null 2>&1 echo x - gtkglext/Makefile sed 's/^X//' >gtkglext/Makefile << 'END-of-gtkglext/Makefile' X# New ports collection makefile for: GtkGLExt X# Date created: 6 November 2002 X# Whom: Kimura Fuyuki X# X# $FreeBSD$ X# X XPORTNAME= gtkglext XPORTVERSION= 0.6.0 XCATEGORIES= x11-toolkits XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= ports@FreeBSD.org X XLIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 X XUSE_X_PREFIX= yes XUSE_GNOMENG= yes XUSE_GNOME= gnomeprefix gnomehack XUSE_BZIP2= yes XUSE_LIBTOOL= yes XINSTALLS_SHLIB= yes X#CONFIGURE_ARGS= --enable-mesa-ext XUSE_GMAKE= yes X X.include END-of-gtkglext/Makefile echo x - gtkglext/distinfo sed 's/^X//' >gtkglext/distinfo << 'END-of-gtkglext/distinfo' XMD5 (gtkglext-0.6.0.tar.bz2) = d3e6e7ff7ff8548f4f08f579c316e027 END-of-gtkglext/distinfo echo x - gtkglext/pkg-comment sed 's/^X//' >gtkglext/pkg-comment << 'END-of-gtkglext/pkg-comment' XAn OpenGL extension to GTK END-of-gtkglext/pkg-comment echo x - gtkglext/pkg-descr sed 's/^X//' >gtkglext/pkg-descr << 'END-of-gtkglext/pkg-descr' XThis package is composed of GdkGLExt library and GtkGLExt library. XGdkGLExt library includes low-level OpenGL related objects, XGdkGLConfig, GdkGLContext, GdkGLDrawable, GdkGLWindow, and so on, Xwhich has GLX like interface. GtkGLExt library includes high-level Xgtk_widget API add-on using GdkGLExt, which extends *ANY* GTK+ widget Xto an OpenGL-capable widget. X XWWW: http://gtkglext.sourceforge.net/ END-of-gtkglext/pkg-descr echo x - gtkglext/pkg-plist sed 's/^X//' >gtkglext/pkg-plist << 'END-of-gtkglext/pkg-plist' Xinclude/gtkglext-1.0/gdk/GL/glext.h Xinclude/gtkglext-1.0/gdk/GL/glxext.h Xinclude/gtkglext-1.0/gdk/GL/wglext.h Xinclude/gtkglext-1.0/gdk/gdkgl.h Xinclude/gtkglext-1.0/gdk/gdkglconfig.h Xinclude/gtkglext-1.0/gdk/gdkglcontext.h Xinclude/gtkglext-1.0/gdk/gdkgldebug.h Xinclude/gtkglext-1.0/gdk/gdkgldefs.h Xinclude/gtkglext-1.0/gdk/gdkgldrawable.h Xinclude/gtkglext-1.0/gdk/gdkglenumtypes.h Xinclude/gtkglext-1.0/gdk/gdkglfont.h Xinclude/gtkglext-1.0/gdk/gdkglglext.h Xinclude/gtkglext-1.0/gdk/gdkglinit.h Xinclude/gtkglext-1.0/gdk/gdkglpixmap.h Xinclude/gtkglext-1.0/gdk/gdkglprivate.h Xinclude/gtkglext-1.0/gdk/gdkglquery.h Xinclude/gtkglext-1.0/gdk/gdkglshapes.h Xinclude/gtkglext-1.0/gdk/gdkgltokens.h Xinclude/gtkglext-1.0/gdk/gdkgltypes.h Xinclude/gtkglext-1.0/gdk/gdkglversion.h Xinclude/gtkglext-1.0/gdk/gdkglwindow.h Xinclude/gtkglext-1.0/gdk/x11/gdkglglxext.h Xinclude/gtkglext-1.0/gdk/x11/gdkglx.h Xinclude/gtkglext-1.0/gtk/gtkgl.h Xinclude/gtkglext-1.0/gtk/gtkgldebug.h Xinclude/gtkglext-1.0/gtk/gtkgldefs.h Xinclude/gtkglext-1.0/gtk/gtkglinit.h Xinclude/gtkglext-1.0/gtk/gtkglprivate.h Xinclude/gtkglext-1.0/gtk/gtkglversion.h Xinclude/gtkglext-1.0/gtk/gtkglwidget.h Xinclude/gtkglext-1.0/gtk/gtkglwidgetparam.h X@dirrm include/gtkglext-1.0/gtk X@dirrm include/gtkglext-1.0/gdk/x11 X@dirrm include/gtkglext-1.0/gdk/GL X@dirrm include/gtkglext-1.0/gdk X@dirrm include/gtkglext-1.0 Xlib/gtkglext-1.0/include/gdkglext-config.h Xlib/libgdkglext-x11-1.0.a Xlib/libgdkglext-x11-1.0.so Xlib/libgdkglext-x11-1.0.so.0 Xlib/libgtkglext-x11-1.0.a Xlib/libgtkglext-x11-1.0.so Xlib/libgtkglext-x11-1.0.so.0 X@dirrm lib/gtkglext-1.0/include X@dirrm lib/gtkglext-1.0 Xlibdata/pkgconfig/gdkglext-1.0.pc Xlibdata/pkgconfig/gdkglext-x11-1.0.pc Xlibdata/pkgconfig/gtkglext-1.0.pc Xlibdata/pkgconfig/gtkglext-x11-1.0.pc X%%DOCSDIR%%/GdkGLExt-API.html X%%DOCSDIR%%/GtkGLExt-API.html X%%DOCSDIR%%/Overview.html X%%DOCSDIR%%/gtkglext-building.html X%%DOCSDIR%%/gtkglext-gdkglconfig.html X%%DOCSDIR%%/gtkglext-gdkglcontext.html X%%DOCSDIR%%/gtkglext-gdkgldrawable.html X%%DOCSDIR%%/gtkglext-gdkglfont.html X%%DOCSDIR%%/gtkglext-gdkglinit.html X%%DOCSDIR%%/gtkglext-gdkglpixmap.html X%%DOCSDIR%%/gtkglext-gdkglquery.html X%%DOCSDIR%%/gtkglext-gdkglshapes.html X%%DOCSDIR%%/gtkglext-gdkgltokens.html X%%DOCSDIR%%/gtkglext-gdkglversion.html X%%DOCSDIR%%/gtkglext-gdkglwindow.html X%%DOCSDIR%%/gtkglext-gdkglx.html X%%DOCSDIR%%/gtkglext-gtkglinit.html X%%DOCSDIR%%/gtkglext-gtkglversion.html X%%DOCSDIR%%/gtkglext-gtkglwidget.html X%%DOCSDIR%%/gtkglext-running.html X%%DOCSDIR%%/gtkglext.devhelp X%%DOCSDIR%%/home.png X%%DOCSDIR%%/index.html X%%DOCSDIR%%/index.sgml X%%DOCSDIR%%/left.png X%%DOCSDIR%%/right.png X%%DOCSDIR%%/up.png X@dirrm %%DOCSDIR%% END-of-gtkglext/pkg-plist echo c - gtkglext/files mkdir -p gtkglext/files > /dev/null 2>&1 echo x - gtkglext/files/patch-configure sed 's/^X//' >gtkglext/files/patch-configure << 'END-of-gtkglext/files/patch-configure' X--- configure.orig Mon Oct 21 11:28:19 2002 X+++ configure Mon Oct 21 11:28:54 2002 X@@ -7024,6 +7024,7 @@ X X # This can be used to rebuild libtool when needed X LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" X+$ac_aux_dir/ltconfig $LIBTOOL_DEPS X X # Always use our own libtool. X LIBTOOL='$(SHELL) $(top_builddir)/libtool' END-of-gtkglext/files/patch-configure exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 17:57:27 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5922E37B401 for ; Mon, 16 Dec 2002 17:57:26 -0800 (PST) Received: from gau.lava.net (gau.lava.net [64.65.64.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF11243EB2 for ; Mon, 16 Dec 2002 17:57:25 -0800 (PST) (envelope-from booker@lava.net) Received: from chocolatemeat (chocolatemeat.lava.net [64.65.127.193]) by gau.lava.net (Postfix) with ESMTP id 160B0171AE for ; Mon, 16 Dec 2002 15:57:20 -1000 (HST) Reply-To: From: "Booker" To: Subject: compile error for apache2, asking for openssl but it's installed via ports. Date: Mon, 16 Dec 2002 15:57:17 -1000 Organization: LavaNet, Inc. Message-ID: <008c01c2a56f$a0676a00$c17f4140@lava.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: Importance: 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 I'm trying to install apache2 from ports but I get this error when doing a make: /usr/ports/www/apache2% make This port requires the OpenSSL library, which is part of the FreeBSD crypto distribution but not installed on your machine. Please see the "OpenSSL" section in the handbook (at "http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/openssl.html" , for instance) for instructions on how to obtain and install the FreeBSD OpenSSL distribution. *** Error code 1 Stop. It is true that I do not have openssl installed via the standard distribution. It is also set to not build openssl in /etc/make.conf. But I do have openssl installed via ports. The version I'm running at the moment from ports is 0.9.6g but the apache2 port doesn't see it. Any suggestions to get apache2 working from ports? Mahalo, Booker To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 18: 0: 8 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C24D237B401 for ; Mon, 16 Dec 2002 18:00:07 -0800 (PST) Received: from puffin.csun.edu (puffin.csun.edu [130.166.1.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71D1643EC2 for ; Mon, 16 Dec 2002 18:00:07 -0800 (PST) (envelope-from albert.kinderman@csun.edu) Received: from csun.edu (s097n152.csun.edu [130.166.97.152]) by puffin.csun.edu (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id AHN83871; Mon, 16 Dec 2002 17:59:56 -0800 (PST) Message-ID: <3DFE851C.8090109@csun.edu> Date: Mon, 16 Dec 2002 17:59:56 -0800 From: Albert Kinderman User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 X-Accept-Language: en-us MIME-Version: 1.0 To: ports@FreeBSD.org Subject: Problems with Apache2 under current 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 Hi: Over the weekend, I upgraded from 4.7-stable to 5.0 RC-current (make buildworld, make buildkernel, make installkernel, make installworld). After the upgrade, apache2 stopped serving pages, although it appeared to be running. I then tried to upgrade from 2.0.43 to 2.0.43_1. The configure broke with a message about how mod_auth_digest needs APR random support. I then built a new kernel with device random. I had already built perl-5.6.11_1 and run use.perl port. I could then build and install apache2. However, at this point I get a core dump whenever I attempt to start apache, either with /usr/local/etc/rc.d/apache2.sh or /usr/local/sbin/apachectl. Is anybody else having similar problems? Is there something else I need in my kernel? thanks for any suggestions. Al To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 20:19:45 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E569F37B401; Mon, 16 Dec 2002 20:19:43 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5134643EDA; Mon, 16 Dec 2002 20:19:43 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (492fc9ed7e96b79e2be59b99d61dd588@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id gBH4LbfC019569; Mon, 16 Dec 2002 20:21:37 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id gBH4La5q019568; Mon, 16 Dec 2002 20:21:36 -0800 (PST) (envelope-from monkey) Date: Mon, 16 Dec 2002 20:21:36 -0800 From: Adam Weinberger To: Joe Marcus Clarke Cc: alane@geeksrus.net, Bjarne Wichmann Petersen , Frank Altpeter , freebsd-ports@FreeBSD.ORG Subject: Re: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download Message-ID: <20021217042136.GT311@vectors.cx> References: <200212160030.gBG0U5k7014592@freefall.freebsd.org> <200212161151.03426.freebsd.nospam@mekanix.dk> <20021216122206.GA75623@wwweasel.geeksrus.net> <200212161614.07885.freebsd.nospam@mekanix.dk> <20021216152442.GA87956@wwweasel.geeksrus.net> <1040059524.28013.36.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <1040059524.28013.36.camel@shumai.marcuscom.com> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (12.16.2002 @ 0925 PST): Joe Marcus Clarke said, in 2.2K: << > On Mon, 2002-12-16 at 10:24, AlanE wrote: > > On Mon, Dec 16, 2002 at 04:14:07PM +0100, Bjarne Wichmann Petersen wrote: > > >Hmm... just did a reinstall with the "WITHOUT_XFT=yes"-flag in /etc/make.conf > > >... and phoenix still crashes when downloading. > Well, gdb doesn't seem to like phoenix. It crashes itself. However, > ktrace/kdump and the CVS version of strace were quite useful. Any > chance someone can get a ktrace and/or a strace output of this. It may > not lead to a solution (a gdb backtrace would be ideal), but it may > point us in the right direction. Phoenix 0.5 is based on Mozilla 1.3a, > which was just released, and I have yet to port. >> end of "Re: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download" from Joe Marcus Clarke << I am not sure why or how I can help diagnose this further, but I'm not seeing it crash on my machine. In fact, I now use Phoenix exclusively because it doesn't have the not-able-to-use-control-chars-in-address-bar problem that Galeon2 does, the bug report for which went unnoticed. Lemme know what I can do to help come up with useful data for you. # Adam - -- Adam Weinberger vectors.cx >> adam@vectors.cx FreeBSD.org << adamw@FreeBSD.ORG Bayer Berkeley >> adam.weinberger.b@bayer.com #vim:set ts=8: 8-char tabs prevent tooth decay. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9/qZQo8KM2ULHQ/0RAv8dAKCrYLRkRtqyxccg5od5rejVI/E9uwCfXBNA qg01kj/TKjc2dG8FoehSFQ8= =+Eif -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 21:14: 7 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FB2237B401 for ; Mon, 16 Dec 2002 21:14:06 -0800 (PST) Received: from gurudom.ramax.com (h68-145-192-28.cg.shawcable.net [68.145.192.28]) by mx1.FreeBSD.org (Postfix) with SMTP id 54D1F43ED4 for ; Mon, 16 Dec 2002 21:14:05 -0800 (PST) (envelope-from simuran@shaw.ca) Received: (qmail 41370 invoked from network); 17 Dec 2002 05:14:04 -0000 Received: from unknown (HELO ?10.0.0.1?) (10.0.0.1) by netopia.io.sys with SMTP; 17 Dec 2002 05:14:04 -0000 Subject: RFP: postgresql-headers port From: Alex Rodioukov To: girgen@pingpong.net Cc: freebsd-ports@freebsd.org Content-Type: text/plain Organization: Message-Id: <1040102043.40484.20.camel@bismark.io.sys> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 16 Dec 2002 22:14:04 -0700 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'm looking for an advice regarding this: I'm a maintainer of py-psycopg port. Since version 1.0.8 psycopg requires some extra headers (pg_type.h) from PostgreSQL that are not installed by postgresql port (they are installed by issuing make install-all-header). Because of this py-psycopg port is broken unless user will install additional headers. There are two possible solutions: one is to include pg_type.h and related stuff with base postgresql port. Another is to create port that will install extra postgresql headers in a mozilla-headers fashion. Latter seems to be cleaner way to deal with this. I'm ready to volunteer to work on the -headers port. Any suggestions? Regards, Alex. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 22:53:23 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FFD937B401 for ; Mon, 16 Dec 2002 22:53:21 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id D60BE43EC5 for ; Mon, 16 Dec 2002 22:53:19 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id gBH6qQ3a041300; Tue, 17 Dec 2002 01:52:27 -0500 (EST) (envelope-from marcus@FreeBSD.org) Subject: Re: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download From: Joe Marcus Clarke To: Greg Rumple Cc: alane@geeksrus.net, Bjarne Wichmann Petersen , Frank Altpeter , freebsd-ports@FreeBSD.org In-Reply-To: <20021216210247.GG36451@gw.cognigen.net> References: <200212160030.gBG0U5k7014592@freefall.freebsd.org> <200212161151.03426.freebsd.nospam@mekanix.dk> <20021216122206.GA75623@wwweasel.geeksrus.net> <200212161614.07885.freebsd.nospam@mekanix.dk> <20021216152442.GA87956@wwweasel.geeksrus.net> <1040059524.28013.36.camel@shumai.marcuscom.com> <20021216210247.GG36451@gw.cognigen.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-nsZmgOeCuOt9AEloBsJD" Organization: FreeBSD, Inc. Message-Id: <1040107987.1204.359.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 17 Dec 2002 01:53:07 -0500 X-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,IN_REP_TO,MIME_EXCESSIVE_QP,MIME_LONG_LINE_QP, NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_01_02,SUPERLONG_LINE version=2.43 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=-nsZmgOeCuOt9AEloBsJD Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, 2002-12-16 at 16:02, Greg Rumple wrote: > Looking at the above, I looked at this. >=20 > (gdb) frame 5 > #5 0x28cf6e8c in rdf_FormatDate (aTime=3D1040071974343975, > aResult=3D@0xbfbfbd1c) at rdfutil.cpp:184 > 184 PR_FormatTimeUSEnglish(buf, sizeof buf, "%a %b %d %H:%M:%S > %Z %Y", &t); > (gdb) print t > $1 =3D {tm_usec =3D 343975, tm_sec =3D 54, tm_min =3D 52, tm_hour =3D 12,= tm_mday =3D 16, tm_month =3D 11,=20 > tm_year =3D 2002, tm_wday =3D 1 '\001', tm_yday =3D 349, tm_params =3D = {tp_gmt_offset =3D -28800,=20 > tp_dst_offset =3D 0}} >=20 > (gdb) print buf > $2 =3D "Mon Dec 16 12:52:54 \200s\t\b@=C2=BE=C2=BF=C2=BF=C2=B6=C2=A5#(0T(= (\0008\225\b;=C2=BF=C2=BF=C3=A8=C3=9A#(0T((P=C2=BC=C2=BF=C2=BF\016\000\000\= 0004\\#(0T((\016\000\000\000=E0=BB=BF=C2=BF=C3=BEp\037(\224=C3=8B=C3=91(=C3= =A0=C3=A3\216\b\234=C2=BC=C2=BF=C2=BF?|#(D=C2=BC=C2=BF=C2=BF\000\000\000\00= 0\020=C2=BC=C2=BF=C2=BF\226\002=C3=8E(=C3=A0=C3=A3\216\b\004\000\000\000=C3= =84=C3=BD=C3=90(\024\000\000\000\224=C3=8B=C3=91(\001\000\000\000\220=C2=BC= =C2=BF=C2=BF@=C3=B0=C3=8E(@=C2=BC=C2=BF=C2=BF\002\000\000\000@=C2=BC=C2=BF= =C2=BF%\004=C3=8E(=C3=A0=C3=A3\216\bP=C2=BC=C2=BF=C2=BF\016\000\000\000R\00= 3=C3=8E(=C2=A1[#(0T((`=C2=BC=C2=BF=C2=BF=C2=A5z#( =C2=BD=C2=BF=C2=BF\000\00= 0\000\000"... > (gdb) print sizeof buf > $3 =3D 256 >=20 > So it looks like it started to format the date when it crashed. First, I'd like to thank you for such a good report of the problem. I wish all problems came with a good backtrace, and thoughtful analysis.=20 Second, I think I found the problem. Not being a Phoenix user (yet), and not having the Mozilla 1.3a source with which to make a patch, you should be able to fix this problem, by editing mozilla/nsprpub/pr/src/misc/prtime.c, and adding the following right below line 1652 (struct tm a): bzero(&a, sizeof(struct tm)); I have tested this with a sample program I created, and this seems to fix the timezone corruption issue. However, as I said, I have not tested this in action. I look forward to hearing your results. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome --=-nsZmgOeCuOt9AEloBsJD Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA9/snSb2iPiv4Uz4cRAuTzAJ4mNyRPknbLzUafhIHsQPoH2yCSjACfdm2l A6LRXaRpg0gOdDcq+UJwu/M= =+krv -----END PGP SIGNATURE----- --=-nsZmgOeCuOt9AEloBsJD-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 23:20:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFBA137B401 for ; Mon, 16 Dec 2002 23:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7DF543E4A for ; Mon, 16 Dec 2002 23:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBH7K2x3040468 for ; Mon, 16 Dec 2002 23:20:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBH7K2eX040467; Mon, 16 Dec 2002 23:20:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C1A537B401 for ; Mon, 16 Dec 2002 23:11:44 -0800 (PST) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEC6E43EC2 for ; Mon, 16 Dec 2002 23:11:42 -0800 (PST) (envelope-from udo.schweigert@siemens.com) Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by david.siemens.de (8.11.6/8.11.6) with ESMTP id gBH7Ba606279; Tue, 17 Dec 2002 08:11:36 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail3.siemens.de (8.11.6/8.11.6) with ESMTP id gBH7BY314080; Tue, 17 Dec 2002 08:11:35 +0100 (MET) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.12.6/8.12.6/Siemens CERT [ $Revision: 1.31 ]) with ESMTP id gBH7BYhQ030790; Tue, 17 Dec 2002 08:11:34 +0100 (CET) (envelope-from ust@alaska.cert.siemens.de) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [127.0.0.1]) by alaska.cert.siemens.de (8.12.6/8.12.6/alaska [ $Revision: 1.14 ]) with ESMTP id gBH7BYIb045797; Tue, 17 Dec 2002 08:11:34 +0100 (CET) (envelope-from ust@alaska.cert.siemens.de) Received: (from ust@localhost) by alaska.cert.siemens.de (8.12.6/8.12.6/alaska [ $Revision: 1.3 ]) id gBH7BXIb008195; Tue, 17 Dec 2002 08:11:33 +0100 (CET) (envelope-from ust) Message-Id: <200212170711.gBH7BXIb008195@alaska.cert.siemens.de> Date: Tue, 17 Dec 2002 08:11:33 +0100 (CET) From: Udo Schweigert Reply-To: Udo Schweigert To: FreeBSD-gnats-submit@FreeBSD.org Cc: chris@aims.com.au X-Send-Pr-Version: 3.113 Subject: ports/46321: update of port net/rdesktop-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: 46321 >Category: ports >Synopsis: update of port net/rdesktop-devel >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 Dec 16 23:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD alaska.cert.siemens.de 4.7-STABLE FreeBSD 4.7-STABLE #36: Sat Dec 7 15:23:45 CET 2002 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386 >Description: Update of the net/rdesktop-devel port to the latest beta version, which now supports high encryption. >How-To-Repeat: >Fix: diff -ruN --exclude=CVS /usr/ports/net/rdesktop-devel/Makefile rdesktop-devel/Makefile --- /usr/ports/net/rdesktop-devel/Makefile Mon May 20 10:22:22 2002 +++ rdesktop-devel/Makefile Sun Dec 15 10:49:35 2002 @@ -6,30 +6,31 @@ # PORTNAME= rdesktop -PORTVERSION= 1.1.0.p19.9.0 +PORTVERSION= 1.2b1 CATEGORIES= net comms -MASTER_SITES= http://bibl4.oru.se/projects/rdesktop/dist/releases/ -DISTNAME= rdesktop-1.1.0 - -PATCH_SITES= http://bibl4.oru.se/projects/rdesktop/ \ - http://bibl4.oru.se/projects/rdesktop/patch19/ -PATCHFILES= rdesktop-unified-patch19-9-0.bz2 -PATCH_DIST_STRIP= -p2 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= rdesktop-1.2beta1 +WRKSRC= ${WRKDIR}/${PORTNAME} MAINTAINER= chris@aims.com.au USE_XLIB= yes -USE_BZIP2= yes USE_GMAKE= yes USE_OPENSSL= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= --with-openssl --enable-final +CONFIGURE_ARGS= --prefix=${PREFIX} MAN1= rdesktop.1 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/rdesktop ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/rdesktop.1 ${PREFIX}/man/man1 + @${INSTALL_MAN} ${WRKSRC}/doc/rdesktop.1 ${PREFIX}/man/man1 + @${INSTALL} -d -v -m 755 ${PREFIX}/share/rdesktop + @${INSTALL} -d -v -m 755 ${PREFIX}/share/rdesktop/keymaps + @for f in ${WRKSRC}/keymaps/*; do \ + ${INSTALL_DATA} $$f ${PREFIX}/share/rdesktop/keymaps; \ + done .include diff -ruN --exclude=CVS /usr/ports/net/rdesktop-devel/distinfo rdesktop-devel/distinfo --- /usr/ports/net/rdesktop-devel/distinfo Mon May 20 10:22:22 2002 +++ rdesktop-devel/distinfo Sun Dec 15 10:13:36 2002 @@ -1,2 +1 @@ -MD5 (rdesktop-1.1.0.tar.bz2) = d88d26b179595546c13d70129a891a98 -MD5 (rdesktop-unified-patch19-9-0.bz2) = 1f46a1b137142474f8e5aef10b5d8d60 +MD5 (rdesktop-1.2beta1.tar.gz) = db39ce21a03832495b75a8b338525a15 diff -ruN --exclude=CVS /usr/ports/net/rdesktop-devel/files/patch-Makefile rdesktop-devel/files/patch-Makefile --- /usr/ports/net/rdesktop-devel/files/patch-Makefile Sat Feb 2 06:26:26 2002 +++ rdesktop-devel/files/patch-Makefile Sun Dec 15 10:46:30 2002 @@ -1,30 +1,35 @@ ---- Makefile.orig Sat Feb 2 00:21:14 2002 -+++ Makefile Sat Feb 2 00:23:47 2002 -@@ -6,14 +6,9 @@ - - # Configuration defaults - --CC = gcc --CFLAGS = -O2 -Wall --INCLUDES = -I$(shell pwd) --LDLIBS = -+INCLUDES = -I. - --PREFIX = /usr/local --EPREFIX = $(PREFIX) --BINDIR = $(EPREFIX)/bin -+BINDIR = $(PREFIX)/bin - MANDIR = $(PREFIX)/man - - RDPOBJ = rdesktop.o tcp.o iso.o mcs.o secure.o licence.o rdp.o orders.o bitmap.o cache.o decompress.o -@@ -26,8 +21,8 @@ - SSL_LIBS = - - #the xlib layer ( default ) --GUI_XWIN_INC = -I/usr/X11R6/include --GUI_XWIN_LIB = -L/usr/X11R6/lib -lX11 -+GUI_XWIN_INC = -I${X11BASE}/include -+GUI_XWIN_LIB = -L${X11BASE}/lib -lX11 - GUI_XWIN_OBJ = gl/xwin.o +--- Makefile.orig Mon Nov 18 16:46:24 2002 ++++ Makefile Sun Dec 15 10:45:38 2002 +@@ -24,6 +24,8 @@ + include Makeconf # configure-generated + + ++all: rdesktop ++ + rdesktop: $(RDPOBJ) $(CRYPTOBJ) + $(CC) $(CFLAGS) -o rdesktop $(RDPOBJ) $(CRYPTOBJ) $(LDFLAGS) + +@@ -33,23 +35,10 @@ + install: installbin installkeymaps installman + + installbin: rdesktop +- mkdir -p $(DESTDIR)/$(bindir) +- install rdesktop $(DESTDIR)/$(bindir) +- strip $(DESTDIR)/$(bindir)/rdesktop +- chmod 755 $(DESTDIR)/$(bindir)/rdesktop + + installman: doc/rdesktop.1 +- mkdir -p $(DESTDIR)/$(mandir)/man1 +- cp doc/rdesktop.1 $(DESTDIR)/$(mandir)/man1 +- chmod 644 $(DESTDIR)/$(mandir)/man1/rdesktop.1 + + installkeymaps: +- mkdir -p $(DESTDIR)/$(KEYMAP_PATH) +-# Prevent copying the CVS directory +- cp keymaps/?? keymaps/??-?? $(DESTDIR)/$(KEYMAP_PATH) +- cp keymaps/common $(DESTDIR)/$(KEYMAP_PATH) +- cp keymaps/modifiers $(DESTDIR)/$(KEYMAP_PATH) +- chmod 644 $(DESTDIR)/$(KEYMAP_PATH)/* - #the nt layer + proto: + cproto -DMAKE_PROTO -o proto.h *.c diff -ruN --exclude=CVS /usr/ports/net/rdesktop-devel/files/patch-configure rdesktop-devel/files/patch-configure --- /usr/ports/net/rdesktop-devel/files/patch-configure Thu Jan 1 01:00:00 1970 +++ rdesktop-devel/files/patch-configure Sun Dec 15 10:47:01 2002 @@ -0,0 +1,10 @@ +--- configure.orig Tue Nov 19 12:05:27 2002 ++++ configure Sun Dec 15 10:29:03 2002 +@@ -222,6 +222,7 @@ + + echo "CFLAGS += $cflags" >>Makeconf + echo "LDFLAGS += $ldflags" >>Makeconf ++echo 'DESTDIR = ${prefix}' >>Makeconf + + echo "configure complete - now run make" + diff -ruN --exclude=CVS /usr/ports/net/rdesktop-devel/pkg-plist rdesktop-devel/pkg-plist --- /usr/ports/net/rdesktop-devel/pkg-plist Tue Jun 5 04:07:54 2001 +++ rdesktop-devel/pkg-plist Sun Dec 15 10:21:50 2002 @@ -1 +1,29 @@ bin/rdesktop +share/rdesktop/keymaps/ar +share/rdesktop/keymaps/fr-be +share/rdesktop/keymaps/en-us +share/rdesktop/keymaps/en-gb +share/rdesktop/keymaps/tr +share/rdesktop/keymaps/th +share/rdesktop/keymaps/sv +share/rdesktop/keymaps/sl +share/rdesktop/keymaps/ru +share/rdesktop/keymaps/pt +share/rdesktop/keymaps/pl +share/rdesktop/keymaps/no +share/rdesktop/keymaps/mk +share/rdesktop/keymaps/lv +share/rdesktop/keymaps/lt +share/rdesktop/keymaps/ja +share/rdesktop/keymaps/it +share/rdesktop/keymaps/hr +share/rdesktop/keymaps/fr +share/rdesktop/keymaps/fi +share/rdesktop/keymaps/es +share/rdesktop/keymaps/de +share/rdesktop/keymaps/da +share/rdesktop/keymaps/pt-br +share/rdesktop/keymaps/common +share/rdesktop/keymaps/modifiers +@unexec rmdir %D/share/rdesktop/keymaps 2>/dev/null || true +@unexec rmdir %D/share/rdesktop 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 Mon Dec 16 23:33:12 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C544337B401; Mon, 16 Dec 2002 23:33:10 -0800 (PST) Received: from smtp03.iprimus.com.au (smtp03.iprimus.com.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2990F43EC5; Mon, 16 Dec 2002 23:33:04 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from smtp01.iprimus.net.au (210.50.30.70) by smtp03.iprimus.com.au (6.7.010) id 3DFE49BF00016C5E; Tue, 17 Dec 2002 18:32:57 +1100 Received: from dilbert.robbins.dropbear.id.au ([210.50.42.102]) by smtp01.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.5600); Tue, 17 Dec 2002 18:32:56 +1100 Received: from dilbert.robbins.dropbear.id.au (krswl2bjih3ofbe1@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6) with ESMTP id gBH7X8Cv046743; Tue, 17 Dec 2002 18:33:08 +1100 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6/Submit) id gBH7X59B046742; Tue, 17 Dec 2002 18:33:05 +1100 (EST) (envelope-from tim) Date: Tue, 17 Dec 2002 18:33:04 +1100 From: Tim Robbins To: Riccardo Torrini Cc: freebsd-current@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: unrar doesn't work under current Message-ID: <20021217183304.A45243@dilbert.robbins.dropbear.id.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from riccardo@torrini.org on Tue, Dec 17, 2002 at 01:44:44AM +0100 X-OriginalArrivalTime: 17 Dec 2002 07:32:57.0375 (UTC) FILETIME=[84F352F0:01C2A59E] Sender: owner-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 Tue, Dec 17, 2002 at 01:44:44AM +0100, Riccardo Torrini wrote: > Trying to extract a single or multi volume archive doesn't work. > Same archive can be extracted fine with unrar under 4.7-STABLE. > My -CURRENT from 10 day ago. Tryed to remove and rebuild unrar > without luck. rar on -CURRENT also works. Any idea? [...] > # uname -v > FreeBSD 5.0-RC #47: Sun Dec 8 18:09:42 CET 2002 ... > > # unrar t sample.rar > > UNRAR 3.10 beta 1 freeware Copyright (c) 1993-2002 Eugene Roshal > > Cannot open sample.rar > No files to extract [...] I tried to reproduce this but could not with these two versions of unrar: UNRAR 3.00 freeware (from source) UNRAR 3.10 beta 1 freeware (from ports) The output of ktrace/kdump or truss would be useful in investigating this. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 16 23:45: 6 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0289237B401; Mon, 16 Dec 2002 23:45:04 -0800 (PST) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 447D743ED4; Mon, 16 Dec 2002 23:45:03 -0800 (PST) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 02F3E2B67F; Tue, 17 Dec 2002 08:44:59 +0100 (CET) Received: by k7.mavetju (Postfix, from userid 1001) id 50C5C6A712B; Tue, 17 Dec 2002 18:44:56 +1100 (EST) Date: Tue, 17 Dec 2002 18:44:56 +1100 From: Edwin Groothuis To: Tim Robbins Cc: Riccardo Torrini , freebsd-current@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: unrar doesn't work under current Message-ID: <20021217074456.GV50581@k7.mavetju> Mail-Followup-To: Edwin Groothuis , Tim Robbins , Riccardo Torrini , freebsd-current@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG References: <20021217183304.A45243@dilbert.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021217183304.A45243@dilbert.robbins.dropbear.id.au> User-Agent: Mutt/1.4i Sender: owner-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 Tue, Dec 17, 2002 at 06:33:04PM +1100, Tim Robbins wrote: > On Tue, Dec 17, 2002 at 01:44:44AM +0100, Riccardo Torrini wrote: > > > Trying to extract a single or multi volume archive doesn't work. > > Same archive can be extracted fine with unrar under 4.7-STABLE. > > My -CURRENT from 10 day ago. Tryed to remove and rebuild unrar > > without luck. rar on -CURRENT also works. Any idea? > [...] > > # uname -v > > FreeBSD 5.0-RC #47: Sun Dec 8 18:09:42 CET 2002 ... > > > > # unrar t sample.rar > > > > UNRAR 3.10 beta 1 freeware Copyright (c) 1993-2002 Eugene Roshal > > > > Cannot open sample.rar > > No files to extract > [...] > > I tried to reproduce this but could not with these two versions of unrar: > > UNRAR 3.00 freeware (from source) > UNRAR 3.10 beta 1 freeware (from ports) > > The output of ktrace/kdump or truss would be useful in investigating this. It fails on ref5: [~/ports/archivers/unrar] edwin@ref5>work/unrar/unrar t ../rar/sample.rar UNRAR 3.10 beta 1 freeware Copyright (c) 1993-2002 Eugene Roshal Cannot open ../rar/sample.rar No files to extract [~/ports/archivers/unrar] edwin@ref5> Think it has something to do with this one: 46353 unrar CALL open(0xbfbf98e3,0,0xbef6d8) 46353 unrar NAMI "../rar/sample.rar" 46353 unrar RET open 3 46353 unrar CALL flock(0x3,0x6) 46353 unrar NAMI "/var/run/lock" 46353 unrar RET flock -1 errno 45 Operation not supported 46353 unrar CALL close(0x3) 46353 unrar NAMI "/var/run/lock" 46353 unrar RET close 0 46353 unrar CALL write(0x2,0xbfbed670,0x1e) 46353 unrar GIO fd 2 wrote 30 bytes " Cannot open ../rar/sample.rar" That's in file.cpp:73, LOCK_EX is in /usr/include/fcntl.h Haven't looked at the rest. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php bash$ :(){ :|:&};: | Interested in MUDs? http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 0: 4:43 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7072A37B401; Tue, 17 Dec 2002 00:04:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C4CC43EDA; Tue, 17 Dec 2002 00:04:42 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBH84fx3051859; Tue, 17 Dec 2002 00:04:42 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBH84fC6051850; Tue, 17 Dec 2002 00:04:41 -0800 (PST) Date: Tue, 17 Dec 2002 00:04:41 -0800 (PST) From: Edwin Groothuis Message-Id: <200212170804.gBH84fC6051850@freefall.freebsd.org> To: kwerle@pobox.com, edwin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46318: tightvnc depends on /usr/ports/x11-fonts/XFree86-4-fontDefaultBitmaps Sender: owner-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: tightvnc depends on /usr/ports/x11-fonts/XFree86-4-fontDefaultBitmaps State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Tue Dec 17 00:04:35 PST 2002 State-Changed-Why: Commited, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=46318 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 0:58:41 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F32F37B401; Tue, 17 Dec 2002 00:58:40 -0800 (PST) Received: from snipe.mail.pas.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B16043EC5; Tue, 17 Dec 2002 00:58:40 -0800 (PST) (envelope-from parv_fm@mailsent.net) Received: from sdn-ap-018dcwashp0238.dialsprint.net ([63.188.176.238] helo=moo.holy.cow) by snipe.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18ODYl-0000Ip-00; Tue, 17 Dec 2002 00:58:39 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id D7052B930; Tue, 17 Dec 2002 04:01:29 -0500 (EST) Date: Tue, 17 Dec 2002 04:01:29 -0500 From: parv To: cy@FreeBSD.org Cc: f-ports Subject: x11-wm/fvwm2-devel - update reminder for v2.5.5 Message-ID: <20021217090129.GA8882@moo.holy.cow> Mail-Followup-To: cy@FreeBSD.org, 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 this is a gentle reminder to kindly update the x11-wm/fvwm2-devel port to version 2.5.5. - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 1: 0:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB90637B401 for ; Tue, 17 Dec 2002 01:00:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAC0943ED1 for ; Tue, 17 Dec 2002 01:00:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBH90Kx3067480 for ; Tue, 17 Dec 2002 01:00:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBH90KEH067479; Tue, 17 Dec 2002 01:00:20 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1541837B401; Tue, 17 Dec 2002 00:54:06 -0800 (PST) Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5DD343EC5; Tue, 17 Dec 2002 00:53:57 -0800 (PST) (envelope-from parv_fm@mailsent.net) Received: from sdn-ap-018dcwashp0238.dialsprint.net ([63.188.176.238] helo=moo.holy.cow) by falcon.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18ODU4-0007aJ-00; Tue, 17 Dec 2002 00:53:49 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id 0E1E1B930; Tue, 17 Dec 2002 03:56:39 -0500 (EST) Message-Id: <20021217085639.0E1E1B930@moo.holy.cow> Date: Tue, 17 Dec 2002 03:56:39 -0500 (EST) From: parv To: FreeBSD-gnats-submit@FreeBSD.org Cc: tobez@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46322: lang/perl5 - string '0' (zero) is not converted to number as range operand Sender: owner-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: 46322 >Category: ports >Synopsis: lang/perl5 - string '0' (zero) is not converted to number as range operand >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 17 01:00:20 PST 2002 >Closed-Date: >Last-Modified: >Originator: parv >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: bitter almonds >Environment: System: FreeBSD moo.holy.cow 4.7-RELEASE-p2 perl 5.6.1 compiled on oct 29 2002 >Description: following code should print a list of numbers from -2 to 0 but doesn't... perl -e 'print "$_ " for "-2" .. "0"' see also... http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-10/msg01179.html http://groups.google.com/groups?th=5ca62e9cb8bd3366 >How-To-Repeat: install perl 5.6.1, run above code. >Fix: lifted from... http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-10/msg01179.html ...following patch is claimed to fix the problem... ==== //depot/perl/pp_ctl.c#325 (text) ==== Index: perl/pp_ctl.c --- perl/pp_ctl.c#324~18048~ Tue Oct 22 22:34:26 2002 +++ perl/pp_ctl.c Thu Oct 31 01:17:12 2002 @@ -943,10 +943,15 @@ if (SvGMAGICAL(right)) mg_get(right); + /* This code tries to decide if "$left .. $right" should use the + magical string increment, or if the range is numeric (we make + an exception for .."0" [#18165]). AMS 20021031. */ + if (SvNIOKp(left) || !SvPOKp(left) || SvNIOKp(right) || !SvPOKp(right) || (looks_like_number(left) && *SvPVX(left) != '0' && - looks_like_number(right) && *SvPVX(right) != '0')) + looks_like_number(right) && (*SvPVX(right) != '0' || + SvCUR(right) == 1))) { if (SvNV(left) < IV_MIN || SvNV(right) > IV_MAX) DIE(aTHX_ "Range iterator outside integer range"); ==== //depot/perl/t/op/range.t#9 (xtext) ==== Index: perl/t/op/range.t --- perl/t/op/range.t#8~4730~ Wed Dec 29 01:25:56 1999 +++ perl/t/op/range.t Thu Oct 31 01:17:12 2002 @@ -1,6 +1,6 @@ #!./perl -print "1..15\n"; +print "1..16\n"; print join(':',1..5) eq '1:2:3:4:5' ? "ok 1\n" : "not ok 1\n"; @@ -73,3 +73,7 @@ print "not "; } print "ok 15\n"; + +# [#18165] Should allow "-4".."0", broken by #4730. (AMS 20021031) +print "not " unless 5 == (() = "-4".."0"); +print "ok 16\n"; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 1: 6:36 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A12A37B401 for ; Tue, 17 Dec 2002 01:06:35 -0800 (PST) Received: from ams-msg-core-1.cisco.com (ams-msg-core-1.cisco.com [144.254.74.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BFDA43EC2 for ; Tue, 17 Dec 2002 01:06:34 -0800 (PST) (envelope-from molter@tin.it) Received: from cisco.com (localhost [127.0.0.1]) by ams-msg-core-1.cisco.com (8.12.2/8.12.2) with ESMTP id gBH954b8008469 for ; Tue, 17 Dec 2002 10:05:04 +0100 (MET) Received: from www.example.org (dhcp-nic-val-26-98.cisco.com [64.103.26.98]) by cisco.com (8.8.8+Sun/8.8.8) with SMTP id KAA13568 for ; Tue, 17 Dec 2002 10:06:27 +0100 (MET) Received: (qmail 27163 invoked by uid 1000); 17 Dec 2002 09:06:25 -0000 Message-ID: <20021217090625.27162.qmail@cobweb.example.org> Date: Tue, 17 Dec 2002 10:06:24 +0100 From: Marco Molteni To: Edwin Groothuis Cc: ports@freebsd.org Subject: Re: two easy PR to close: deskutil/xwrits and astro/gpsdrive In-Reply-To: <20021216220550.GU50581@k7.mavetju> References: <20021216165255.35275.qmail@cobweb.example.org> <20021216220550.GU50581@k7.mavetju> X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 On Tue, 17 Dec 2002, Edwin Groothuis wrote: > On Mon, Dec 16, 2002 at 05:52:55PM +0100, Marco Molteni wrote: > > please have a look at the following update PRs and close them: > > > > UPDATE deskutil/xwrits > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/43890 > > > > MAINTAINER UPDATE astro/gpdrive > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/46273 > > We're currently in a ports-freeze, which means that only ports which > aren't building can be updated. This is to point our focus to the > list of problems with the ports not running on -current. [..] Edwin, thanks for the explanation, I wasn't aware you were in ports-freeze. Marco To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 1:43:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F72537B401; Tue, 17 Dec 2002 01:43:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFDA643E4A; Tue, 17 Dec 2002 01:43:14 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBH9hEx3099930; Tue, 17 Dec 2002 01:43:14 -0800 (PST) (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBH9hEhQ099926; Tue, 17 Dec 2002 10:43:14 +0100 (CET) Date: Tue, 17 Dec 2002 10:43:14 +0100 (CET) From: Anton Berezin Message-Id: <200212170943.gBH9hEhQ099926@freefall.freebsd.org> To: tobez@FreeBSD.org, freebsd-ports@FreeBSD.org, tobez@FreeBSD.org Subject: Re: ports/46322: lang/perl5 - string '0' (zero) is not converted to number as range operand Sender: owner-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: lang/perl5 - string '0' (zero) is not converted to number as range operand Responsible-Changed-From-To: freebsd-ports->tobez Responsible-Changed-By: tobez Responsible-Changed-When: Tue Dec 17 10:42:54 CET 2002 Responsible-Changed-Why: My port. http://www.freebsd.org/cgi/query-pr.cgi?pr=46322 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 2:10: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B28937B401 for ; Tue, 17 Dec 2002 02:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7892043EC2 for ; Tue, 17 Dec 2002 02:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBHAA1x3010410 for ; Tue, 17 Dec 2002 02:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBHAA1Ca010409; Tue, 17 Dec 2002 02:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 632B237B404 for ; Tue, 17 Dec 2002 02:01:30 -0800 (PST) Received: from relay2.agava.net.ru (ofc.agava.net [195.161.118.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id F358143EDA for ; Tue, 17 Dec 2002 02:01:28 -0800 (PST) (envelope-from mcsi@agava.com) Received: from ultra.domain (ultra.domain [192.168.1.58]) by relay2.agava.net.ru (Postfix) with ESMTP id BF8E647729D for ; Tue, 17 Dec 2002 13:01:21 +0300 (MSK) Received: from ultra.domain (localhost [127.0.0.1]) by ultra.domain (8.12.6/8.12.6) with ESMTP id gBHA1IId013782 for ; Tue, 17 Dec 2002 13:01:18 +0300 (MSK) (envelope-from mcsi@ultra.domain) Received: (from mcsi@localhost) by ultra.domain (8.12.6/8.12.6/Submit) id gBHA1IOG013781; Tue, 17 Dec 2002 13:01:18 +0300 (MSK) (envelope-from mcsi) Message-Id: <200212171001.gBHA1IOG013781@ultra.domain> Date: Tue, 17 Dec 2002 13:01:18 +0300 (MSK) From: Maxim Maximov Reply-To: Maxim Maximov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46323: update net/nagios to v1.0 Sender: owner-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: 46323 >Category: ports >Synopsis: update net/nagios to v1.0 >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 Dec 17 02:10:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Maxim Maximov >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD ultra.domain 4.7-STABLE FreeBSD 4.7-STABLE #10: Tue Nov 12 16:15:12 MSK 2002 mcsi@ultra.domain:/usr/obj/usr/src/sys/ULTRA i386 >Description: patchset to upgrade port net/nagios to version 1.0 (release) >How-To-Repeat: >Fix: --- Makefile.orig Tue Dec 17 12:23:34 2002 +++ Makefile Tue Dec 17 12:24:36 2002 @@ -6,12 +6,13 @@ # PORTNAME= nagios -PORTVERSION= 1.0.b6 +PORTVERSION= 1.0 +PORTEPOCH= 1 PORTREVISION= 0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=nagios -DISTNAME= nagios-1.0b6 +DISTNAME= nagios-1.0 MAINTAINER= blaz@si.FreeBSD.org --- distinfo.orig Tue Dec 17 12:24:47 2002 +++ distinfo Tue Dec 17 12:28:54 2002 @@ -1 +1 @@ -MD5 (nagios-1.0b6.tar.gz) = 023cb51a54bd1659b2a6a0ac08c0c237 +MD5 (nagios-1.0.tar.gz) = 9f95388c59b34c06745870fd2012388e new files/patch-aa: --- Makefile.in.orig Tue Dec 17 12:30:45 2002 +++ Makefile.in Tue Dec 17 12:40:18 2002 @@ -28,7 +28,7 @@ INSTALL_OPTS=@INSTALL_OPTS@ COMMAND_OPTS=@COMMAND_OPTS@ INIT_DIR=@init_dir@ -INIT_OPTS=-o root -g root +INIT_OPTS=-o root -g wheel CGICFGDIR=$(CGIDIR) PERLDIR=@PERLDIR@ @@ -196,6 +196,8 @@ $(INSTALL) -m 664 $(INSTALL_OPTS) sample-config/template-object/misccommands.cfg $(DESTDIR)$(CFGDIR)/misccommands.cfg-sample $(INSTALL) -m 664 $(INSTALL_OPTS) sample-config/template-object/services.cfg $(DESTDIR)$(CFGDIR)/services.cfg-sample $(INSTALL) -m 664 $(INSTALL_OPTS) sample-config/template-object/timeperiods.cfg $(DESTDIR)$(CFGDIR)/timeperiods.cfg-sample + $(INSTALL) -m 644 $(INSTALL_OPTS) sample-config/template-extinfo/hostextinfo.cfg $(DESTDIR)$(CFGDIR)/hostextinfo.cfg-sample + $(INSTALL) -m 644 $(INSTALL_OPTS) sample-config/template-extinfo/serviceextinfo.cfg $(DESTDIR)$(CFGDIR)/serviceextinfo.cfg-sample @echo "" @echo "*** Sample config file installed ***" @@ -215,7 +217,7 @@ install-daemoninit: $(INSTALL) -m 755 -d $(INIT_OPTS) $(DESTDIR)$(INIT_DIR) - $(INSTALL) -m 774 $(INIT_OPTS) daemon-init $(DESTDIR)$(INIT_DIR)/nagios + $(INSTALL) -m 774 $(INIT_OPTS) daemon-init $(DESTDIR)$(INIT_DIR)/nagios.sh @echo "" @echo "*** Init script installed ***" @@ -238,7 +240,6 @@ install-commandmode: $(INSTALL) -m 775 $(COMMAND_OPTS) -d $(DESTDIR)$(LOGDIR)/rw - chmod g+s $(DESTDIR)$(LOGDIR)/rw @echo "" @echo "*** External command directory configured ***" new files/patch-ab: --- base/Makefile.in.orig Tue Dec 17 12:46:59 2002 +++ base/Makefile.in Tue Dec 17 12:47:02 2002 @@ -105,7 +105,6 @@ devclean: clean install: - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR) $(INSTALL) -m 774 $(INSTALL_OPTS) @nagios_name@ $(DESTDIR)$(BINDIR) $(STRIP) $(DESTDIR)$(BINDIR)/@nagios_name@ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 2:35: 6 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C57237B401 for ; Tue, 17 Dec 2002 02:34:58 -0800 (PST) Received: from yahoo.com (adsl-67-115-122-194.dsl.sntc01.pacbell.net [67.115.122.194]) by mx1.FreeBSD.org (Postfix) with SMTP id 701D643EEC for ; Tue, 17 Dec 2002 02:34:42 -0800 (PST) (envelope-from MarketingProducts1215@yahoo.com) From: [ToolsForMarketing] To: Reply-To: Subject: 50% off All Lists: Publicity - Libraries - Bookstores - Film Producers - Art Galleries - Record Stores - Custom (more) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <20021217103442.701D643EEC@mx1.FreeBSD.org> Date: Tue, 17 Dec 2002 02:34:42 -0800 (PST) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ***LIMITED TIME SALE - ALL LISTS 50% OFF MUST MENTION SALE WHEN ORDERING*** -------------------------------------------------------------- UNLIMITED USE LISTS . . .DOWNLOAD WITHIN MINUTES. -------------------------------------------------------------- NEW LISTS: TRAVEL MEDIA, SCIENCE PROFESSORS, SCIENCE CLUBS, PASTORS & CHURCHES, BIBLE COLLEGE & SEMINARY PROFESSORS, PET MEDIA, POLITICAL MEDIA, NEW AGE MEDIA, SCIENTIFIC JOURNALS, -------------------------------------------------------------- IF WE DO NOT HAVE THE LIST YOU NEED, WE WILL COMPILE A CUSTOM LIST ACCORDING TO YOUR SPECIFICATIONS -------------------------------------------------------------- Call to place your order or for more information. US & CANADA TOLL-FREE NUMBER: 888 330 4919 (24/7) If you would like more information via email, please write us at sendlistinfo@netscape.net - Thank you. -------------------------------------------------------------- LIBRARIES (BOOKSTORES, MEDIA AND OTHER LISTS BELOW . . .) LISTS INCLUDE: Name, Address, phone, fax and email address (when available). AVAILABLE FORMATS: Excel Spreadsheet & Text Database 1,200 U.S. Public Libraries WITH EMAIL ADDRESSES - $109 - NOW $54.50 1,200 U.S. Public Libraries - $89 - NOW $44.50 1,000 U.S. University Libraries WITH EMAIL ADDRESSES - $89 - NOW $44.50 1,000 U.S. University Libraries - $69 - NOW $34.50 400+ Community College Libraries WITH EMAIL ADDRESSES - $59 - NOW $29.50 400+ Community College Libraries - $49 - NOW $24.50 1,093 U.S. K-12 Private School Libraries WITH EMAIL ADDRESSES - $109 - NOW $54.50 1,093 U.S. K-12 Private School Libraries - $89 - NOW $44.50 200 U.K. Public Libraries WITH EMAIL ADDRESSES - $49 - NOW $24.50 200 U.K. Public Libraries - $39 - NOW $19.50 250 U.K. University Libraries WITH EMAIL ADDRESSES - $49 - NOW $24.50 250 U.K. University Libraries - $39 - NOW $19.50 528 Australian Public Libraries WITH EMAIL ADDRESSES - $79 - NOW $39.50 528 Australian Public Libraries - $69 - NOW $34.50 279 Australian College & Univ. Libraries WITH EMAIL ADDRESSES - $49 - NOW $24.50 279 Australian College & Univ. Libraries - $39 - NOW $19.50 200 Canadian Libraries WITH EMAIL ADDRESSES - $49 - NOW $24.50 200 Canadian Libraries - $39 - NOW $19.50 100 New Zealand Libraries WITH EMAIL ADDRESSES - $39 - NOW $19.50 100 New Zealand Libraries - $29 - NOW $14.50 1,000 U.S. Medical Libraries - $79 - NOW $34.50 313 U.S. Law Libraries - $49 - NOW $24.50 193 U.S. Religious Libraries - $39 - NOW $19.50 ---------------------------------------------- BOOKSTORES LIST INCLUDES: Name, Address, phone, fax and email address (when available). AVAILABLE FORMATS: Excel Spreadsheets & Text Databases 1,900+ Independent Bookstores WITH EMAIL ADDRESSES - $149 - NOW $74.50 1,900+ Independent Bookstores - $129 - NOW $64.50 1,900+ College Bookstores WITH EMAIL ADDRESSES - $149 - NOW $74.50 1,900+ College Bookstores - $129 - NOW $64.50 3,000+ Christian Bookstores WITH EMAIL ADDRESSES - $169 - NOW $84.50 3,000+ Christian Bookstores - $149 - NOW $74.50 2,200+ Chain Bookstores - $129 - NOW $64.50 575+ Book Distributors & Chain HQs - WITH EMAIL ADDRESSES - $59 - NOW $29.50 575+ Book Distributors & Chain HQs - $49 - NOW $24.50 675 Canadian General Bookstores WITH EMAIL ADDRESSES - $69 - NOW $34.50 675 Canadian General Bookstores - $59 - NOW $29.50 175 Canadian University Bookstores - WITH EMAIL ADDRESSES - $39 175 Canadian University Bookstores - $29 - NOW $14.50 550+ New Age Bookstores - WITH EMAIL ADDRESSES - $59 - NOW $29.50 550+ New Age Bookstores - $49 - NOW $24.50 125 African-American Bookstores - $29 - NOW $14.50 You will be able to download your lists WITHIN MINUTES. ----------------------------------------------- MEDIA LISTS LISTS INCLUDE: Contact Name, Title/Position, Company, Address, Phone, Fax and Email Address (when available) AVAILABLE FORMATS: Excel Spreadsheet and Microsoft Word U.S. National Media List (1000+ Contacts) - $99 - NOW $49.50 "Includes national business, consumer, and entertainment magazine contacts, syndicated talk shows, Newswire contacts, network news, cable news and entertainment programs." Australian National Media LisT (360+ Contacts) - $99 - NOW $49.50 "Australia's finest newspapers, magazines and television news and entertainment contacts are included in this list." Canadian National Media (590+ Contacts) - $99 - NOW $49.50 "Provides quality contacts from diverse Canadian TV, Magazine, and Newspaper outlets." UK Media List (500 Contacts) - $99 - NOW $49.50 "Contact reporters, editors, writers and producers from the UK's best media outlets. PBS Stations (800+ Contacts) - $99 - NOW $49.50 "Local and national contacts are featured in this extensive public television database." National Public Radio - NPR (265 Contacts) - $99 - NOW $49.50 "Features program directors and producers at local public radio stations as well as contacts at national syndicated shows including Diane Rehm and Fresh Air with Terry Gross." Drive Time Radio - Top 100 Markets (600 Contacts) - $99 - NOW $49.50 "Reach millions of people during drive-time shows at top stations." Newspapers - Top 100 Papers (1,100+ Contacts) - $99 - NOW $49.50 Pitch story ideas to editors and reporters at the top 100 newspapers throughout America. Local TV News (North Region) (840+ Contacts) - $99 - NOW $49.50 Local TV News (Midwest Region) (870+ Contacts) - $99 - NOW $49.50 Local TV News (West Region) (890+ Contacts) - $99 - NOW $49.50 Local TV News (South Region) (1,100+ Contacts) - $129 - NOW $64.50 Local TV News (All Regions) (3,700+ Contacts) - $249 - NOW $124.50 "Contact the people who can present your idea or work to a very large audience. Individual contacts include: news editors, assignment editors, producers, segment producers, weekend editors, and public affairs directors. Mens Interest Media (400 Contacts) - $99 - NOW $49.50 "Connect with contacts at publications like Esquire, GQ, Maxim, Men's Health and more." Womens Interest Media (1,350+ Contacts) - $149 - NOW $74.50 "Editorial contacts at major women's consumer magazines, women's editors at major newspapers and other publications, and producers at broadcast outlets are included in this comprehensive list." Teen Interest Media (216 Contacts) - $99 - NOW $49.50 "Reporters and editors at publications like Seventeen, Teen People, and CosmoGIRL! are now at your fingertips." Family & Parenting Media List (789 Contacts) - $99 - NOW $49.50 "This list reaches the media that cover child and parenting issues, including contacts at the major dailies, newsweeklies and parenting segment producers at major broadcast networks." Eclectic Newsweeklies (575+ Contacts) - $99 - NOW $49.50 "Reach a diverse group of non-daily free-circulation papers distributed in all of the major metropolitan areas of North America. Each paper has a distinct, local identity that sets it apart from the mainstream press in its market." College Radio Stations (520+ Contacts) - $99 - NOW $49.50 "Individual contacts include station manager, music director, program director, news director, among others." College Newspaper Contacts (1,400+ Contacts) - $99 - NOW $49.50 "Reach Generation X through over 1,400 college newspapers. Don't overlook this lucrative market." Travel Media (2,600+ Contacts) - $199 - NOW $99.50 "The mother of all travel media lists." Pet Media (435 Contacts) - $99 - NOW $49.50 "Covers every aspect of all things pet-related." Fashion & Beauty List (1,400 Contacts) - $149 - NOW $74.50 "You'll reach editors at major fashion publications including Cosmo, Elle, Glamour and InStyle. Men's fashion contacts include Esquire, FHM, GQ. and Stuff. There are also fashion and beauty editors at major dailies and major national magazines." Sex & Relationships Media List (402 Contacts) - $99 - NOW $49.50 "The most comprehensive list available of editors, reporters and producers covering every aspect of sex and relationships." Gay and Lesbian Media List (260 Contacts) - $99 - NOW $49.50 "Reach media contacts at national gay and lesbian publications including, The Advocate, Planet Out and Out. Local publications include the Houston Voice, San Francisco Frontiers and Seattle Gay News." Book Industry Media List (502 Contacts) - $99 - NOW $49.50 "Includes book reviewers from major newspapers, consumer magazines, trade publications and producers from shows that schedule authors, including Good Morning America, 20/20 and Nightline." Music Industry Media List (1,142 Contacts) - $149 - NOW $74.50 "Reach reporters, critics and producers at newspapers, magazines and television shows covering the music industry. There are contacts at internet publications that focus on music." Motion Picture, Film & Video (695 Contacts) - $99 - NOW $49.50 "Includes movie critics, entertainment editors and reporters at the top industry publications, major newspapers, consumer magazines and television programs." Sports Media List (427 Contacts) - $99 - NOW $49.50 includes contacts at national sports magazines, sports networks, newspapers, as well as television and radio stations. Political Media List (1,100+ Contacts) - $149 - NOW $74.50 "This list covers every aspect of the political debate whether in print or broadcast. This list is a must for those with serious issues to publicize." African American Media List (1500 Contacts) - $149 - NOW $74.50 "Contacts at national black consumer and business publications, regional newspapers and television stations." Environmental Media List (763 Contacts) - $99 - NOW $49.50 "Reach numerous environmental editors, writers and reporters at major newspapers, national magazines, environmental publications, and television networks." Scientific Journals (500 Contacts) - $99 - NOW $49.50 "Reach editors at journals covering Biology, Chemistry, Genetics, Astronomy and everything in between." New Age Media (250+ Contacts) - $99 - NOW $49.50 "Reach contacts at media outlets that specialize in Astrology, psychic phenomena, angels, near death experiences and everything in between." Christian Media List (370 Contacts) - $99 - NOW $49.50 "Reach top contacts at the largest Christian broadcasting outlets, religion editors and reporters at the top dailies and newsweeklies, and editors at the top Christian publications." ------------------------------------------------- TV & FILM PRODUCERS, DIRECTORS, DEVELOPMENT EXECS, (MORE) 3,000+ Contacts - $149 (Entire List) - NOW $74.50 800+ Producers Only - $99 - NOW $49.50 650+ Development, Creative & Acquisitions Contacts Only - $89 - NOW $44.50 Lists Include: Contact Name, Title, Company, Address, Phone and Fax Number Available Formats: Excel Spreadsheet and Text Database PUBLISHING COMPANY CONTACTS 1,700+ U.S. Publishing Contacts - $99 - NOW $49.50 300 Art Publishing Contacts - $49 - NOW $24.50 List Includes: Contact Name, Title, Company, Address, Phone, Number, Fax Number and Email Address (when available) Available Formats: Excel Spreadsheet and Text Database LITERARY AGENTS 300+ Contacts - $49 - NOW $24.50 List Includes: Contact Name, Title, Company, Address, Phone, Number, Fax Number and Email Address (when available) Available Formats: Excel Spreadsheet and Text Database MUSIC AGENTS/MANAGERS 150+ Contacts - $29 - NOW $14.50 List Includes: Contact Name, Title, Company, Address, Phone, Fax Number and Email Address (when available) Available Formats: Excel Spreadsheet and Text Database SCIENCE PROFESSORS 3,500 Contacts - $149 - NOW $74.50 Departments Included: Biology, Chemistry, Astronomy, Anthropolgy, Physics, Geology, Mathematics, more. List Includes: Contact Name, Department, University, Address, Phone, Fax and Email Available Formats: Excel Spreadsheet and Text Database SCIENCE CLUBS 1,000 Contacts - $99 - NOW $49.50 List Includes: Contact Name, Club Name, Email address, (Address & Phone when available) Available Formats: Excel Spreadsheet and Text Database PASTORS & CHURCHES 2,000 Contacts - $129 - NOW $64.50 (Various Denominations) List Includes: Pastors Name, Church, Address, Phone, Fax and Email. Available Formats: Excel Spreadsheet and Text Database BIBLE COLLEGE & SEMINARY PROFESSORS 2,000 Contacts - $129 - NOW $64.50 List Includes: Contact Name, Department, School, Address, Phone, Fax and Email. Available Formats: Excel Spreadsheet and Text Database VIDEO STORE LISTS 1573 Independent Video Stores (West) - $79 - NOW $34.50 2556 Independent Video Stores (Midwest) - $99 - NOW $49.50 2037 Independent Video Stores (East) - $99 - NOW $49.50 2987 Independent Video Stores (South) - $129- NOW $64.50 9150 Independent Video Stores (National)- $199- NOW $99.50 Lists Include: Store Name, Address and Phone Number Available Formats: Excel Spreadsheet and Text Database MUSIC STORE LISTS 997 Independent Music Stores (Midwest) - $79 - NOW $34.50 1215 Independent Music Stores (South) - $89 - NOW $44.50 1444 Independent Music Stores (East) - $89 - NOW $44.50 1355 Independent Music Stores (West) - $89 - NOW $44.50 5008 Independent Music Stores (National)- $249- NOW $124.50 Lists Include: Store Name, Address and Phone Number Available Formats: Excel Spreadsheet and Text Database ART GALLERY LISTS US National List WITH EMAIL ADDRESSES: $169 (1090 Galleries) US National List: $149 (1090 Galleries) - NOW $74.50 Southern US: $39 (140 Galleries) - NOW $19.50 Central US: $39 (150 Galleries) - NOW $19.50 Western US: $69 (272 Galleries) - NOW $34.50 Eastern US: $89 (530 Galleries) - NOW $44.50 United Kingdom: $69 (230 Galleries) - NOW $34.50 Canada: $49 (165 Galleries) - NOW $24.50 Australia: $29 (50 Galleries) - NOW $19.50 Lists Include: Gallery Name, Address, Phone Number and Fax Number Available Formats: Excel Spreadsheet and Text Database OUR GUARANTEE: We will refund postage (up to 34 cents per item) for any undeliverable addresses over 5% of the total list. We will also correct the undeliverable contacts and issue you an updated list. ------------------------ You will be able to download your lists WITHIN MINUTES. Call to place your order or for more information. US & CANADA TOLL-FREE NUMBER: 888 330 4919 (24/7) If you would like more information via email, please write us at sendlistinfo@netscape.net - Thank you. ------------------------------------------------------------------- To be removed from any future mailings, please send a message with your email address in the subject line to PublicityRemoval@netscape.net. Requests will be processed within 48 hours at that address only. Apologies for any inconvience. Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 2:40:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB13637B401 for ; Tue, 17 Dec 2002 02:40:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D407143EA9 for ; Tue, 17 Dec 2002 02:40:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBHAe7x3017122 for ; Tue, 17 Dec 2002 02:40:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBHAe7r7017121; Tue, 17 Dec 2002 02:40:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E90237B404 for ; Tue, 17 Dec 2002 02:30:46 -0800 (PST) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 019D643EDC for ; Tue, 17 Dec 2002 02:30:45 -0800 (PST) (envelope-from root@icommerce-france.com) Received: from icommerce-france.com (extranet.itxmarket.com [192.168.2.24]) by mail2.itxmarket.com (Postfix) with ESMTP id 0CCE937CAB; Tue, 17 Dec 2002 11:30:43 +0100 (CET) Received: by icommerce-france.com (Postfix, from userid 0) id 4187314A24; Tue, 17 Dec 2002 11:30:41 +0100 (CET) Message-Id: <20021217103041.4187314A24@icommerce-france.com> Date: Tue, 17 Dec 2002 11:30:41 +0100 (CET) From: "Michael L.Hostbaek" Reply-To: "Michael L.Hostbaek" To: FreeBSD-gnats-submit@FreeBSD.org Cc: tung@turtle.ee.ncku.edu.tw X-Send-Pr-Version: 3.113 Subject: ports/46324: Update port: [Unbreak port]: ftp/ftplocate Sender: owner-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: 46324 >Category: ports >Synopsis: Update port: [Unbreak port]: ftp/ftplocate >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 17 02:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Michael L. Hostbaek >Release: FreeBSD 4.7-STABLE i386 >Organization: FreeBSDCluster.org >Environment: System: FreeBSD extranet.itxmarket.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 17:00:45 CEST 2002 root@extranet.itxmarket.com:/usr/obj/usr/src/sys/EXTRANET1 i386 >Description: Unbreak port. Maintainer CC'ed. >How-To-Repeat: make >Fix: diff -u -ruN ftplocate.bak/Makefile ftplocate/Makefile --- ftplocate.bak/Makefile Tue Dec 17 11:24:13 2002 +++ ftplocate/Makefile Tue Dec 17 11:20:16 2002 @@ -13,8 +13,6 @@ MAINTAINER= tung@turtle.ee.ncku.edu.tw -BROKEN= "Incorrect pkg-plist" - BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= glimpse:${PORTSDIR}/textproc/glimpse \ unzip:${PORTSDIR}/archivers/unzip diff -u -ruN ftplocate.bak/files/patch-install.pl ftplocate/files/patch-install.pl --- ftplocate.bak/files/patch-install.pl Tue Dec 17 11:24:13 2002 +++ ftplocate/files/patch-install.pl Tue Dec 17 11:20:16 2002 @@ -4,7 +4,7 @@ $defhtmldir="/usr/local/apache/share/htdocs"; foreach ( -+ "/usr/local/www/data.default", ++ "/usr/local/www/data", "/usr/local/apache/share/htdocs", "/usr/local/apache/htdocs", "/opt/apache/share/htdocs", @@ -12,7 +12,7 @@ $defcgidir="/usr/local/apache/share/cgi-bin"; foreach ( -+ "/usr/local/www/cgi-bin.default", ++ "/usr/local/www/cgi-bin", "/usr/local/apache/share/cgi-bin", "/usr/local/apache/cgi-bin", "/opt/apache/share/cgi-bin", diff -u -ruN ftplocate.bak/pkg-plist ftplocate/pkg-plist --- ftplocate.bak/pkg-plist Tue Dec 17 11:24:14 2002 +++ ftplocate/pkg-plist Tue Dec 17 11:20:16 2002 @@ -1,36 +1,36 @@ bin/ftplocate -www/cgi-bin.default/ftplocate/dcollect.pl -www/cgi-bin.default/ftplocate/lang.english -www/cgi-bin.default/ftplocate/fltrain.pl -www/cgi-bin.default/ftplocate/fltop.pl -www/cgi-bin.default/ftplocate/flsummary.pl -www/cgi-bin.default/ftplocate/flserv.pl -www/cgi-bin.default/ftplocate/flsearch.pl -www/cgi-bin.default/ftplocate/flmodule.pl -www/cgi-bin.default/ftplocate/flmap.pl -www/cgi-bin.default/ftplocate/flindex.pl -www/cgi-bin.default/ftplocate/flhistory.pl -www/cgi-bin.default/ftplocate/flfilter.pl -www/cgi-bin.default/ftplocate/flcollect.pl -www/cgi-bin.default/ftplocate/flcatsite.pl -www/cgi-bin.default/ftplocate/dsearch.pl -www/cgi-bin.default/ftplocate/dindex.pl -www/cgi-bin.default/ftplocate/lang.zhtw -www/cgi-bin.default/ftplocate/config -www/cgi-bin.default/ftplocate/config.site -www/cgi-bin.default/ftplocate/indexer.sh -www/cgi-bin.default/ftplocate/log.map -www/cgi-bin.default/ftplocate/log.system -www/cgi-bin.default/ftplocate/log.user -www/data.default/ftplocate/readme.zhtw.html -www/data.default/ftplocate/readme.english.html -www/data.default/ftplocate/index.html -www/data.default/ftplocate/help.english.html -www/data.default/ftplocate/help.zhtw.html -@exec install -d -o nobody -g nobody -m 755 %D/www/cgi-bin.default/ftplocate/cache -@exec install -d %D/www/cgi-bin.default/ftplocate/filelist %D/www/cgi-bin/ftplocate/desc -@dirrm www/data.default/ftplocate -@dirrm www/cgi-bin.default/ftplocate/filelist -@dirrm www/cgi-bin.default/ftplocate/desc -@dirrm www/cgi-bin.default/ftplocate/cache -@dirrm www/cgi-bin.default/ftplocate +www/cgi-bin/ftplocate/dcollect.pl +www/cgi-bin/ftplocate/lang.english +www/cgi-bin/ftplocate/fltrain.pl +www/cgi-bin/ftplocate/fltop.pl +www/cgi-bin/ftplocate/flsummary.pl +www/cgi-bin/ftplocate/flserv.pl +www/cgi-bin/ftplocate/flsearch.pl +www/cgi-bin/ftplocate/flmodule.pl +www/cgi-bin/ftplocate/flmap.pl +www/cgi-bin/ftplocate/flindex.pl +www/cgi-bin/ftplocate/flhistory.pl +www/cgi-bin/ftplocate/flfilter.pl +www/cgi-bin/ftplocate/flcollect.pl +www/cgi-bin/ftplocate/flcatsite.pl +www/cgi-bin/ftplocate/dsearch.pl +www/cgi-bin/ftplocate/dindex.pl +www/cgi-bin/ftplocate/lang.zhtw +www/cgi-bin/ftplocate/config +www/cgi-bin/ftplocate/config.site +www/cgi-bin/ftplocate/indexer.sh +www/cgi-bin/ftplocate/log.map +www/cgi-bin/ftplocate/log.system +www/cgi-bin/ftplocate/log.user +www/data/ftplocate/readme.zhtw.html +www/data/ftplocate/readme.english.html +www/data/ftplocate/index.html +www/data/ftplocate/help.english.html +www/data/ftplocate/help.zhtw.html +@exec install -d -o nobody -g nobody -m 755 %D/www/cgi-bin/ftplocate/cache +@exec install -d %D/www/cgi-bin/ftplocate/filelist %D/www/cgi-bin/ftplocate/desc +@dirrm www/data/ftplocate +@dirrm www/cgi-bin/ftplocate/filelist +@dirrm www/cgi-bin/ftplocate/desc +@dirrm www/cgi-bin/ftplocate/cache +@dirrm www/cgi-bin/ftplocate >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 2:50: 5 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4A2937B404 for ; Tue, 17 Dec 2002 02:50:03 -0800 (PST) Received: from mail.uniroma3.it (mail.uniroma3.it [193.205.139.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0B2E43EDA for ; Tue, 17 Dec 2002 02:50:02 -0800 (PST) (envelope-from masini@ele.uniroma3.it) Received: from plutone ([193.205.139.240]) by mail.uniroma3.it (8.9.3/8.9.3) with SMTP id LAA11282 for ; Tue, 17 Dec 2002 11:49:47 +0100 (MET) Date: Tue, 17 Dec 2002 11:49:47 +0100 (MET) Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: ports@FreeBSD.org From: masini@ele.uniroma3.it (Gianlorenzo Masini) Subject: build failure of port pisces-IIB under 5.0 Sender: owner-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 FreeBSD software engineers, I apologize for delay in answering. The port piscesIIB fail to compile on= 5.0 due to a more strict behavior of the new compiler which does not accept= initialization of variables with non-constant values. In the specific case= we have stdin (and stdout immediately after) assigned to a pointer-to-file= variable during declaration. =20 I suggest two possible solutions to this problem: 1) hardwiring throughout the library stdin and stdout 2) using a specific flag (during compilation) to allow for non-constant = initialization of variables. In the second case I need to know if such a flag exist in the new compiler. I will looking forward to hearing from you to select a choice. Best regards, Gianlorenzo Masini ************************************************************************ * Dr. Gianlorenzo Masini * * NOOEL, Nonlinear Optics and Optoelectronics Lab * * INFM and Department of Electronic Engineering, University "Roma Tre" * = * Via della Vasca= Navale,84 - 00146 - Roma - Italy * = =20 * Phone: ++39-06-55177093 Fax: ++39-06-5579078 * * E-mail: masini@ele.uniroma3.it * * Web: http://optow.ele.uniroma3.it/opto_2002.shtml * ************************************************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 2:50: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70D6A37B401 for ; Tue, 17 Dec 2002 02:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CFCB43EC5 for ; Tue, 17 Dec 2002 02:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBHAo2x3022006 for ; Tue, 17 Dec 2002 02:50:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBHAo2lV022005; Tue, 17 Dec 2002 02:50:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEFDC37B401 for ; Tue, 17 Dec 2002 02:42:27 -0800 (PST) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id E71AE43EA9 for ; Tue, 17 Dec 2002 02:42:26 -0800 (PST) (envelope-from pav@raven.customer.vol.cz) Received: from raven.customer.vol.cz (localhost [127.0.0.1]) by raven.customer.vol.cz (8.12.6/8.12.6) with ESMTP id gBHAgF5V084769 for ; Tue, 17 Dec 2002 11:42:15 +0100 (CET) (envelope-from pav@raven.customer.vol.cz) Received: (from pav@localhost) by raven.customer.vol.cz (8.12.6/8.12.6/Submit) id gBHAgFxr084768; Tue, 17 Dec 2002 11:42:15 +0100 (CET) Message-Id: <200212171042.gBHAgFxr084768@raven.customer.vol.cz> Date: Tue, 17 Dec 2002 11:42:15 +0100 (CET) From: Jan Hornyak Reply-To: Jan Hornyak To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46325: new port: net/luasocket - IP library for Lua language Sender: owner-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: 46325 >Category: ports >Synopsis: new port: net/luasocket - IP library for Lua language >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 17 02:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jan Hornyak >Release: FreeBSD 4.7-RELEASE i386 >Organization: Czech On Line, a.s. >Environment: System: FreeBSD raven.vol.cz 4.7-RELEASE FreeBSD 4.7-RELEASE #4: Thu Oct 17 16:24:37 CEST 2002 root@raven.vol.cz:/usr/src/sys/compile/RAVEN i386 >Description: new port: net/luasocket 1.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: # # luasocket/ # luasocket/Makefile # luasocket/pkg-comment # luasocket/distinfo # luasocket/pkg-descr # luasocket/files # luasocket/files/patch-aa # luasocket/pkg-plist # echo c - luasocket/ mkdir -p luasocket/ > /dev/null 2>&1 echo x - luasocket/Makefile sed 's/^X//' >luasocket/Makefile << 'END-of-luasocket/Makefile' X# New ports collection makefile for: luasocket X# Date created: 17 December 2002 X# Whom: Jan Hornyak X# X# $FreeBSD$ X# X XPORTNAME= luasocket XPORTVERSION= 1.4 XCATEGORIES= net XMASTER_SITES= http://www.tecgraf.puc-rio.br/~diego/luasocket/ X XMAINTAINER= pav@oook.cz X XBUILD_DEPENDS= ${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua X Xpost-extract: X @ ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/luasocket ${PREFIX}/bin X @ ${MKDIR} ${PREFIX}/lib/lua X @ ${MKDIR} ${PREFIX}/lib/lua/luasocket X @ ${INSTALL_DATA} ${WRKSRC}/lua/cl-compat.lua ${PREFIX}/lib/lua/luasocket X @ ${INSTALL_DATA} ${WRKSRC}/lua/code.lua ${PREFIX}/lib/lua/luasocket X @ ${INSTALL_DATA} ${WRKSRC}/lua/concat.lua ${PREFIX}/lib/lua/luasocket X @ ${INSTALL_DATA} ${WRKSRC}/lua/ftp.lua ${PREFIX}/lib/lua/luasocket X @ ${INSTALL_DATA} ${WRKSRC}/lua/http.lua ${PREFIX}/lib/lua/luasocket X @ ${INSTALL_DATA} ${WRKSRC}/lua/README ${PREFIX}/lib/lua/luasocket X @ ${INSTALL_DATA} ${WRKSRC}/lua/smtp.lua ${PREFIX}/lib/lua/luasocket X @ ${INSTALL_DATA} ${WRKSRC}/lua/url.lua ${PREFIX}/lib/lua/luasocket X Xpost-install: X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/luasocket X @ ${INSTALL_DATA} ${WRKSRC}/html/anybrowser.png ${PREFIX}/share/doc/luasocket X @ ${INSTALL_DATA} ${WRKSRC}/html/func.html ${PREFIX}/share/doc/luasocket X @ ${INSTALL_DATA} ${WRKSRC}/html/home.html ${PREFIX}/share/doc/luasocket X @ ${INSTALL_DATA} ${WRKSRC}/html/idx.html ${PREFIX}/share/doc/luasocket X @ ${INSTALL_DATA} ${WRKSRC}/html/intro.html ${PREFIX}/share/doc/luasocket X @ ${INSTALL_DATA} ${WRKSRC}/html/luasocket.png ${PREFIX}/share/doc/luasocket X @ ${INSTALL_DATA} ${WRKSRC}/html/mod.html ${PREFIX}/share/doc/luasocket X @ ${INSTALL_DATA} ${WRKSRC}/html/vim.png ${PREFIX}/share/doc/luasocket X.endif X X.include END-of-luasocket/Makefile echo x - luasocket/pkg-comment sed 's/^X//' >luasocket/pkg-comment << 'END-of-luasocket/pkg-comment' XIPv4 Sockets support for the Lua language END-of-luasocket/pkg-comment echo x - luasocket/distinfo sed 's/^X//' >luasocket/distinfo << 'END-of-luasocket/distinfo' XMD5 (luasocket-1.4.tar.gz) = e3df9301739db7bc08b97e63cc3aaa43 END-of-luasocket/distinfo echo x - luasocket/pkg-descr sed 's/^X//' >luasocket/pkg-descr << 'END-of-luasocket/pkg-descr' XLuaSocket is a Lua extension library that provides support for the TCP and UDP Xtransport layers. X XExtra Lua modules implementing SMTP, HTTP and FTP protocols are installed Xto /usr/local/lib/lua/luasocket. X XWWW: http://www.tecgraf.puc-rio.br/~diego/luasocket/ END-of-luasocket/pkg-descr echo c - luasocket/files mkdir -p luasocket/files > /dev/null 2>&1 echo x - luasocket/files/patch-aa sed 's/^X//' >luasocket/files/patch-aa << 'END-of-luasocket/files/patch-aa' X--- Makefile.orig Tue Dec 17 10:15:00 2002 X+++ Makefile Tue Dec 17 10:16:08 2002 X@@ -12,7 +12,7 @@ X X # Set LUAINC to the Lua include directory and LUALIB to the X # Lua library directory X-LUA = /home/i/diego/public/lib/lua-4.0 X+LUA = /usr/local X LUAINC = $(LUA)/include X LUALIB = $(LUA)/lib/$(TEC_UNAME) X END-of-luasocket/files/patch-aa echo x - luasocket/pkg-plist sed 's/^X//' >luasocket/pkg-plist << 'END-of-luasocket/pkg-plist' Xbin/luasocket Xlib/lua/luasocket/cl-compat.lua Xlib/lua/luasocket/code.lua Xlib/lua/luasocket/concat.lua Xlib/lua/luasocket/ftp.lua Xlib/lua/luasocket/http.lua Xlib/lua/luasocket/README Xlib/lua/luasocket/smtp.lua Xlib/lua/luasocket/url.lua X%%PORTDOCS%%share/doc/luasocket/anybrowser.png X%%PORTDOCS%%share/doc/luasocket/func.html X%%PORTDOCS%%share/doc/luasocket/home.html X%%PORTDOCS%%share/doc/luasocket/idx.html X%%PORTDOCS%%share/doc/luasocket/intro.html X%%PORTDOCS%%share/doc/luasocket/luasocket.png X%%PORTDOCS%%share/doc/luasocket/mod.html X%%PORTDOCS%%share/doc/luasocket/vim.png X%%PORTDOCS%%@dirrm share/doc/luasocket X@dirrm lib/lua/luasocket X@dirrm lib/lua END-of-luasocket/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 3:40: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D40337B401 for ; Tue, 17 Dec 2002 03:40:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD09443E4A for ; Tue, 17 Dec 2002 03:40:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBHBe3x3053874 for ; Tue, 17 Dec 2002 03:40:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBHBe37t053873; Tue, 17 Dec 2002 03:40:03 -0800 (PST) Date: Tue, 17 Dec 2002 03:40:03 -0800 (PST) Message-Id: <200212171140.gBHBe37t053873@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/46323: update net/nagios to v1.0 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/46323; it has been noted by GNATS. From: Peter Pentchev To: Maxim Maximov Cc: Blaz Zupan , bug-followup@FreeBSD.org Subject: Re: ports/46323: update net/nagios to v1.0 Date: Tue, 17 Dec 2002 13:30:37 +0200 On Tue, Dec 17, 2002 at 01:01:18PM +0300, Maxim Maximov wrote: > > >Number: 46323 > >Category: ports > >Synopsis: update net/nagios to v1.0 Is the port maintainer aware of this update request? G'luck, Peter -- Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 No language can express every thought unambiguously, least of all this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 4:30:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B33F37B401 for ; Tue, 17 Dec 2002 04:30:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73C4D43EDE for ; Tue, 17 Dec 2002 04:30:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBHCU7x3074249 for ; Tue, 17 Dec 2002 04:30:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBHCU7gl074246; Tue, 17 Dec 2002 04:30:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FEFB37B401; Tue, 17 Dec 2002 04:21:57 -0800 (PST) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D6843EB2; Tue, 17 Dec 2002 04:21:56 -0800 (PST) (envelope-from root@icommerce-france.com) Received: from icommerce-france.com (current.itxmarket.com [192.168.2.19]) by mail2.itxmarket.com (Postfix) with ESMTP id 07A2037CA5; Tue, 17 Dec 2002 13:21:55 +0100 (CET) Received: by icommerce-france.com (Postfix, from userid 0) id 52CE93A; Tue, 17 Dec 2002 13:21:54 +0100 (CET) Message-Id: <20021217122154.52CE93A@icommerce-france.com> Date: Tue, 17 Dec 2002 13:21:54 +0100 (CET) From: "Michael L.Hostbaek" Reply-To: "Michael L.Hostbaek" To: FreeBSD-gnats-submit@FreeBSD.org Cc: petef@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46326: Fix error reported by bento for devel/cvsstat Sender: owner-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: 46326 >Category: ports >Synopsis: Fix error reported by bento for devel/cvsstat >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 Dec 17 04:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Michael L. Hostbaek >Release: FreeBSD 5.0-RC i386 >Organization: FreeBSDCluster.org >Environment: System: FreeBSD current.itxmarket.com 5.0-RC FreeBSD 5.0-RC #0: Thu Dec 12 10:31:50 CET 2002 root@current.itxmarket.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: cvsstat project developped without version control. Port upgraded to latest version and checksum updated. Project author notified of problem developping without version control/ releases. Maintainer CC'ed. >How-To-Repeat: make >Fix: diff -u -ruN cvsstat.bak/Makefile cvsstat/Makefile --- cvsstat.bak/Makefile Tue Dec 17 13:09:19 2002 +++ cvsstat/Makefile Tue Dec 17 13:01:34 2002 @@ -6,7 +6,7 @@ # PORTNAME= cvsstat -PORTVERSION= 2.20 +PORTVERSION= 2.23 CATEGORIES= devel MASTER_SITES= http://cvs.sslug.dk/cvs2html/utils/ DISTNAME= ${PORTNAME} diff -u -ruN cvsstat.bak/distinfo cvsstat/distinfo --- cvsstat.bak/distinfo Tue Dec 17 13:09:19 2002 +++ cvsstat/distinfo Tue Dec 17 13:01:34 2002 @@ -1 +1 @@ -MD5 (cvsstat) = 5ad53e571dd6431e7fc79cb3dc760942 +MD5 (cvsstat) = 6f10eac22f71268205b06dda8b480e77 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 4:40: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D45AA37B401 for ; Tue, 17 Dec 2002 04:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A53B43ED1 for ; Tue, 17 Dec 2002 04:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBHCe1x3076218 for ; Tue, 17 Dec 2002 04:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBHCe1AJ076217; Tue, 17 Dec 2002 04:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 653E437B401 for ; Tue, 17 Dec 2002 04:34:41 -0800 (PST) Received: from patan.sun.com (patan.Sun.COM [192.18.98.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id C967D43EDC for ; Tue, 17 Dec 2002 04:34:40 -0800 (PST) (envelope-from kogoe@japan.sun.com) Received: from cedar.Japan.Sun.COM ([129.158.31.243]) by patan.sun.com (8.9.3+Sun/8.9.3) with ESMTP id FAA03581 for ; Tue, 17 Dec 2002 05:34:34 -0700 (MST) Received: from vaio.Japan.Sun.COM (eslab204 [10.14.3.204]) by cedar.Japan.Sun.COM (8.10.2+Sun/8.10.2/ENSMAIL,v2.2) with ESMTP id gBHCYXI02308 for ; Tue, 17 Dec 2002 21:34:33 +0900 (JST) Received: from vaio.Japan.Sun.COM (localhost [127.0.0.1]) by vaio.Japan.Sun.COM (8.12.6/8.12.6) with ESMTP id gBHCYXer006393 for ; Tue, 17 Dec 2002 21:34:33 +0900 (JST) (envelope-from kogoe@vaio.Japan.Sun.COM) Received: (from kogoe@localhost) by vaio.Japan.Sun.COM (8.12.6/8.12.6/Submit) id gBHCYXS3006392; Tue, 17 Dec 2002 21:34:33 +0900 (JST) Message-Id: <200212171234.gBHCYXS3006392@vaio.Japan.Sun.COM> Date: Tue, 17 Dec 2002 21:34:33 +0900 (JST) From: Hideo Kogoe Reply-To: Hideo Kogoe To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46327: obsolete version of the Computer Modern fonts Sender: owner-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: 46327 >Category: ports >Synopsis: obsolete version of the Computer Modern fonts >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 17 04:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Hideo Kogoe >Release: FreeBSD 4.7-RELEASE i386 >Organization: Sun Microsystems >Environment: System: FreeBSD vaio.Japan.Sun.COM 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Mon Nov 18 14:46:18 JST 2002 root@vaio.Japan.Sun.COM:/usr/src/sys/compile/VAIO i386 SONY VAIO PCG-R505R/GK >Description: According to http://www-cs-faculty.stanford.edu/~knuth/cm.html, the Computer Modern fonts in the package collection are obsolete. Namely, the following packages have obsolete PK fonts. pkfonts118-1.0 pkfonts240-1.0 pkfonts300-1.0 pkfonts360-1.0 pkfonts400-1.0 pkfonts600-1.0 Donald Knuth is saying, "Please help me abolish the old forms from the typefaces of the earth. ... In fact, the old delta was so ugly, I couldn't stand to write papers using that symbol; now I can't stand to read papers that still do use it." >How-To-Repeat: $ cat >delta.tex $\delta$ \bye ^D $ tex delta $ dvips delta (compare the output with http://www-cs-faculty.stanford.edu/~knuth/cm.html) >Fix: Re-generate the PK fonts at each DPI. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 6:29:17 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A3BB37B406 for ; Tue, 17 Dec 2002 06:29:14 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C09143ED1 for ; Tue, 17 Dec 2002 06:29:13 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gBHESfJr017733 for ; Tue, 17 Dec 2002 09:28:41 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gBHESfF9017732 for ports@freebsd.org; Tue, 17 Dec 2002 09:28:41 -0500 (EST) (envelope-from alane) Date: Tue, 17 Dec 2002 09:28:41 -0500 From: AlanE To: FreeBSD Ports List Subject: Mozilla/Phoenix utility Message-ID: <20021217142841.GA17699@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: FreeBSD Ports List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.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 Here's a short ruby script that you can link to by the name of mozilla or phoenix that determines whether there is already an instance of the program running, and either starts a new one or opens a new window in the running instance. That way you don't get that "profile is in use" error box that is so annoying. ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== #!/usr/bin/env ruby =begin -*-mode: ruby-*- MoZiLLa.in Copyright (c) 2002, Alan Eldridge All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright owner nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. $Id: MoZiLLa.in,v 1.16 2002/12/17 01:06:46 alane Exp $ 2002-12-16 Alan Eldridge =end X11BIN = "/usr/X11R6/bin" NAME = File::basename($0) APP_PATH = File::join(X11BIN, NAME) if !File::executable?(APP_PATH) raise "File '#{APP_PATH}' not found. Giving up." elsif ($display = ENV["DISPLAY"]) == nil raise "Environment variable DISPLAY not found. Giving up." end if ARGV.size > 0 if ARGV[0] == "--debug" ARGV.shift else $stdin.reopen(File::open("/dev/null", "r")) $stdout.reopen(File::open("/dev/null", "w")) $stderr.reopen(File::open("/dev/null", "w")) end end if ARGV.size < 1 $url = nil else $url = ARGV.pop $url.sub!(/^ghelp:/, "file:") end IO::popen("xwininfo -display #{$display} -root -tree") { |io| $windows = io.grep(%r<"Mozilla"\s+"navigator:\s*browser">) } if $windows.size > 0 $id = $windows.map { |s| s.strip.split.first }.sort.first $args = [ "-id", $id, "-raise", "-remote" ] $args.push($url ? "\"openURL(#{$url},new-window)\"" : "\"xfeDoCommand(openBrowser)\"") else $args = ARGV $args.push("\"#{$url}\"") if $url end fork { exec(([APP_PATH] + $args).join(" ")) } exit! #EOF ==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<== -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 6:44:48 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 206D337B401; Tue, 17 Dec 2002 06:44:47 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EBCB43EA9; Tue, 17 Dec 2002 06:44:46 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gBHEiHJr019734; Tue, 17 Dec 2002 09:44:17 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gBHEiHIB019733; Tue, 17 Dec 2002 09:44:17 -0500 (EST) (envelope-from alane) Date: Tue, 17 Dec 2002 09:44:17 -0500 From: AlanE To: Joe Marcus Clarke Cc: FreeBSD Ports List Subject: Re: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download Message-ID: <20021217144417.GA19709@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: Joe Marcus Clarke , FreeBSD Ports List References: <200212160030.gBG0U5k7014592@freefall.freebsd.org> <200212161151.03426.freebsd.nospam@mekanix.dk> <20021216122206.GA75623@wwweasel.geeksrus.net> <200212161614.07885.freebsd.nospam@mekanix.dk> <20021216152442.GA87956@wwweasel.geeksrus.net> <1040059524.28013.36.camel@shumai.marcuscom.com> <20021216210247.GG36451@gw.cognigen.net> <1040107987.1204.359.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1040107987.1204.359.camel@shumai.marcuscom.com> X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.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 Tue, Dec 17, 2002 at 01:53:07AM -0500, Joe Marcus Clarke wrote: >On Mon, 2002-12-16 at 16:02, Greg Rumple wrote: First, I'd like to thank you for such a good report of the problem. I >wish all problems came with a good backtrace, and thoughtful analysis. >Second, I think I found the problem. Not being a Phoenix user (yet), >and not having the Mozilla 1.3a source with which to make a patch, you >should be able to fix this problem, by editing >mozilla/nsprpub/pr/src/misc/prtime.c, and adding the following right >below line 1652 (struct tm a): > >bzero(&a, sizeof(struct tm)); > >I have tested this with a sample program I created, and this seems to >fix the timezone corruption issue. However, as I said, I have not >tested this in action. I look forward to hearing your results. I'm throwing this in phoenix now. -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 6:50:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB4A237B404 for ; Tue, 17 Dec 2002 06:50:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D291943EA9 for ; Tue, 17 Dec 2002 06:50:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBHEo6x3069913 for ; Tue, 17 Dec 2002 06:50:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBHEo6nM069912; Tue, 17 Dec 2002 06:50:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53F4237B401 for ; Tue, 17 Dec 2002 06:44:21 -0800 (PST) Received: from melchior.geofront.magisystem.net (st0102.nas921.ichikawa.nttpc.ne.jp [202.224.251.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7C6743ED4 for ; Tue, 17 Dec 2002 06:44:19 -0800 (PST) (envelope-from hideishi@casper.geofront.magisystem.net) Received: from casper.geofront.magisystem.net (casper.ipv6.magisystem.net [3ffe:501:1864:1:290:27ff:fe3c:4f2e]) by sphere-gw.magisystem.net (8.11.6+3.4W/8.11.6) with ESMTP id gBHEiHT05006; Tue, 17 Dec 2002 23:44:17 +0900 (JST) (envelope-from hideishi@casper.geofront.magisystem.net) Received: from casper.geofront.magisystem.net (localhost [IPv6:::1]) by casper.geofront.magisystem.net (8.12.6/8.12.6) with ESMTP id gBHEiHoZ069487; Tue, 17 Dec 2002 23:44:17 +0900 (JST) (envelope-from hideishi@casper.geofront.magisystem.net) Received: (from hideishi@localhost) by casper.geofront.magisystem.net (8.12.6/8.12.6/Submit) id gBHEiHjw069486; Tue, 17 Dec 2002 23:44:17 +0900 (JST) Message-Id: <200212171444.gBHEiHjw069486@casper.geofront.magisystem.net> Date: Tue, 17 Dec 2002 23:44:17 +0900 (JST) From: Hidenori Ishikawa Reply-To: Hidenori Ishikawa To: FreeBSD-gnats-submit@FreeBSD.org Cc: hideishi@magisystem.net X-Send-Pr-Version: 3.113 Subject: ports/46329: gnuplot compiled with -march=pentiumpro outputs broken PostScript Sender: owner-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: 46329 >Category: ports >Synopsis: gnuplot compiled with -march=pentiumpro outputs broken PostScript >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 17 06:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Hidenori Ishikawa >Release: FreeBSD 4.7-RELEASE i386 >Organization: Chiba *BSD User Group >Environment: System: FreeBSD casper.geofront.magisystem.net 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Sat Oct 12 23:31:59 JST 2002 root@casper.geofront.magisystem.net:/raid0/obj/raid0/src/4.7-RELEASE/src/sys/SMP-4.7-RELEASE i386 >Description: gnuplot port (ports/math/gnuplot) compiled with "-march=pentiumpro" on FreeBSD 4.7-RELEASE environment (the system gcc-2.95.4 compiler) outputs broken PostScript file. Actually, the PostScript file itself is readable, but the scale factor of hight becomes 0.050 where it should be 0.100 as width. This is really due to COMPILER BUG when "-march=pentiumpro" is enabled. >How-To-Repeat: Compile gnuplot port (ports/math/gnuplot) on FreeBSD 4.7-RELEASE envrionment with "-march=pentiumpro" option, i.e. with something like CPUTYPE=i686. Execute following commands on gnuplot console. -- from here -- set output "test.ps" set term postscript plot sin(x) -- end -- Take a look at the output PostScript "test.ps" with some means. The output should be squashed in a half height. >Fix: The responsible source code in gnuplot program is gnuplot-3.7.2/term/post.trm line 948-949 where -- gnuplot-3.7.2/term/post.trm (line 944-952) -- if (!ps_common_encap) fprintf(gpoutfile,"%%%%Page: %d %d\n",ps_page,ps_page); fprintf(gpoutfile,"gnudict begin\ngsave\n"); fprintf(gpoutfile,"%d %d translate\n",ps_common_xoff, ps_common_yoff); (here) fprintf(gpoutfile,"%.3f %.3f scale\n", (ps_common_encap ? 0.5 : 1.0)/PS_SC, (ps_common_encap ? 0.5 : 1.0)/PS_SC); if (!ps_common_portrait) { fprintf(gpoutfile,"90 rotate\n0 %d translate\n", (int)(-PS_YMAX)); } -- end -- The line pointed out with (here) should output "0.100, 0.100 scale\n" to gpoutfile, when ps_common_encap == 1. But due to compiler bug, the output becomes "0.050, 0.100 scale\n". Since second and third argument of fprintf() is EXACTLLY THE SAME, the output should be the same as well. But somehow, evaluation of the parenthesis in second argument (ps_common_encap ? 0.5 : 1.0) failes, hence produces broken output. The squashed image is due to the scaling factor mismatch of height and width produced above. The easiest workaround is to disable "-march=pentiumpro" option, i.e. set NO_CPU_CFLAGS when compiling gnuplot port. But, this is a compiler bug, so I think it is more important to check the lexical analyzer of gcc on 4.7-RELEASE platform. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 7:17:47 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84E5237B401 for ; Tue, 17 Dec 2002 07:17:46 -0800 (PST) Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30EE043ED8 for ; Tue, 17 Dec 2002 07:17:46 -0800 (PST) (envelope-from lioux@brturbo.com) Received: from 200-193-224-004-bsace7003.dsl.telebrasilia.net.br (200-193-224-004-bsace7003.dsl.telebrasilia.net.br [200.193.224.4]) by heaven.gigo.com (Postfix) with ESMTP id 380BFB754 for ; Tue, 17 Dec 2002 07:17:31 -0800 (PST) Received: (qmail 9738 invoked by uid 1001); 17 Dec 2002 15:03:00 -0000 Message-ID: <20021217150300.9737.qmail@exxodus.fedaykin.here> Date: Tue, 17 Dec 2002 13:02:38 -0200 From: Mario Sergio Fujikawa Ferreira To: Martijn de Munnik Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: gstreamer-player-0.4.0 References: <1037990106.10074.2.camel@merlin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1037990106.10074.2.camel@merlin> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.7-STABLE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-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 Fri, Nov 22, 2002 at 07:34:44PM +0100, Martijn de Munnik wrote: > > I'm trying to compile gstreamer-player from the ports collection. I've > cvsup'ed the portsdir to keep it current before I tried to compile. I'v > included the output from the make command with the errors. I hope you > can help me with this one. > > The output of the uname -a command: > FreeBSD merlin 4.7-RELEASE FreeBSD 4.7-RELEASE #2: Mon Nov 11 18:32:38 > CET 2002 martijn@merlin:/usr/src/sys/compile/MERLIN i386 Current gstreamer version is 0.4.2. Can you still reproduce these problems with it? /usr/ports/multimedia/gstreamer Regards, -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer 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 Tue Dec 17 7:39:40 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 423D937B401 for ; Tue, 17 Dec 2002 07:39:39 -0800 (PST) Received: from web.lomag.net (web.lomag.net [208.185.81.14]) by mx1.FreeBSD.org (Postfix) with SMTP id 4F70343EFA for ; Tue, 17 Dec 2002 07:39:38 -0800 (PST) (envelope-from mark@lomag.net) Received: (qmail 35025 invoked from network); 17 Dec 2002 15:39:37 -0000 Received: from ws01.lomag.net (HELO ws01) (67.85.44.127) by 0 with SMTP; 17 Dec 2002 15:39:37 -0000 Message-ID: <00b001c2a5e2$7c4d5530$0a13a8c0@lomag.net> From: "Mark Skurzynski" To: Cc: Subject: FreeBSD Port: mysql-server-3.23.53 Date: Tue, 17 Dec 2002 10:39:28 -0500 Organization: Lomag Internet Services, LLC 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.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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 Dirk, I see the port was updated to 3.23.54 to fix the security bugs recently found. I've noticed that there's a 3.23.54a version available aswell. Will this version be imported into the ports tree? --Mark -- **************************************************** Mark Skurzynski * Lomag Internet Services, LLC mark@lomag.net * http://www.lomag.net Edison, NJ USA * 908-754-2296 **************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 8: 8:21 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA65337B401 for ; Tue, 17 Dec 2002 08:08:20 -0800 (PST) Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 908DA43ED4 for ; Tue, 17 Dec 2002 08:08:19 -0800 (PST) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: from emmi.physik.TU-Berlin.DE (localhost.physik.TU-Berlin.DE [127.0.0.1]) by emmi.physik.TU-Berlin.DE (8.12.6/8.11.6) with ESMTP id gBHG8Hlk081870; Tue, 17 Dec 2002 17:08:17 +0100 (CET) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.12.6/8.12.3/Submit) id gBHG8Hbl081869; Tue, 17 Dec 2002 17:08:17 +0100 (CET) Date: Tue, 17 Dec 2002 17:08:17 +0100 From: Dirk Froemberg To: Mark Skurzynski Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: mysql-server-3.23.53 Message-ID: <20021217160817.GC30474@physik.TU-Berlin.DE> References: <00b001c2a5e2$7c4d5530$0a13a8c0@lomag.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00b001c2a5e2$7c4d5530$0a13a8c0@lomag.net> User-Agent: Mutt/1.4i Sender: owner-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 Mark! On Tue, Dec 17, 2002 at 10:39:28AM -0500, Mark Skurzynski wrote: > I see the port was updated to 3.23.54 to fix the security bugs > recently found. I've noticed that there's a 3.23.54a version > available aswell. Will this version be imported into the ports > tree? I committed an upgrade a few days ago. Please sync your ports tree and try again... Regards Dirk -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 8:27:25 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E4BE37B401 for ; Tue, 17 Dec 2002 08:27:23 -0800 (PST) Received: from straylight.ringlet.net (office.sbnd.net [217.75.140.130]) by mx1.FreeBSD.org (Postfix) with SMTP id 2E92343ED8 for ; Tue, 17 Dec 2002 08:27:20 -0800 (PST) (envelope-from roam@ringlet.net) Received: (qmail 4624 invoked by uid 1000); 17 Dec 2002 16:26:51 -0000 Date: Tue, 17 Dec 2002 18:26:51 +0200 From: Peter Pentchev To: Dirk Froemberg Cc: Mark Skurzynski , ports@FreeBSD.org Subject: Re: FreeBSD Port: mysql-server-3.23.53 Message-ID: <20021217162651.GA442@straylight.oblivion.bg> Mail-Followup-To: Dirk Froemberg , Mark Skurzynski , ports@FreeBSD.org References: <00b001c2a5e2$7c4d5530$0a13a8c0@lomag.net> <20021217160817.GC30474@physik.TU-Berlin.DE> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline In-Reply-To: <20021217160817.GC30474@physik.TU-Berlin.DE> User-Agent: Mutt/1.5.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 --envbJBWh7q8WU6mo Content-Type: text/plain; charset=windows-1251 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 17, 2002 at 05:08:17PM +0100, Dirk Froemberg wrote: > Hi Mark! >=20 > On Tue, Dec 17, 2002 at 10:39:28AM -0500, Mark Skurzynski wrote: > > I see the port was updated to 3.23.54 to fix the security bugs > > recently found. I've noticed that there's a 3.23.54a version > > available aswell. Will this version be imported into the ports > > tree? >=20 > I committed an upgrade a few days ago. Please sync your ports > tree and try again... Errr.. from what I can see (and what I am using), you made an update to 3.23.54. However, Mark is talking about 3.23.54a - a bugfix release with a small change in the safe_mysqld shell script. I think it would be safe to update the MySQL server (and the client too, since it is a slave port) to 3.23.54a, since it is only a variable usage fix in a shell script; it might not be *necessary* to do during the ports freeze, though, because it would only fix the detection of the nohup/nice interaction, which works just fine on FreeBSD even in its buggy variant. G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 This sentence every third, but it still comprehensible. --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9/1BL7Ri2jRYZRVMRAqZ3AJ9Aa85uXDFN/2NOtT8haE9xY7H0kgCbBHiC ZStT+t0j6M85Uu6sCKLF94g= =UVfU -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 8:50: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29F5A37B401 for ; Tue, 17 Dec 2002 08:50:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8D3F43ED8 for ; Tue, 17 Dec 2002 08:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBHGo3x3018121 for ; Tue, 17 Dec 2002 08:50:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBHGo2pv018120; Tue, 17 Dec 2002 08:50:02 -0800 (PST) Date: Tue, 17 Dec 2002 08:50:02 -0800 (PST) Message-Id: <200212171650.gBHGo2pv018120@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Blaz Zupan Subject: Re: ports/46323: update net/nagios to v1.0 Reply-To: Blaz Zupan Sender: owner-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/46323; it has been noted by GNATS. From: Blaz Zupan To: Peter Pentchev Cc: Maxim Maximov , Subject: Re: ports/46323: update net/nagios to v1.0 Date: Tue, 17 Dec 2002 17:40:21 +0100 (MET) > Is the port maintainer aware of this update request? No, I was not aware of this PR. It is a simple duplication of work. I have sent in an update for both nagios to 1.0 and nagios-plugins to 1.3.b2 to kuriyama@freebsd.org on Nov 26th, but he has not yet commited it as we are still in a ports freeze (is this still true?). I have no idea why the originator of the PR has not contacted me (the maintainer) before doing the work. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 9:30:32 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1FCB37B401 for ; Tue, 17 Dec 2002 09:30:31 -0800 (PST) Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id B654C43EC2 for ; Tue, 17 Dec 2002 09:30:30 -0800 (PST) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: from emmi.physik.TU-Berlin.DE (localhost.physik.TU-Berlin.DE [127.0.0.1]) by emmi.physik.TU-Berlin.DE (8.12.6/8.11.6) with ESMTP id gBHHUPlk087625; Tue, 17 Dec 2002 18:30:25 +0100 (CET) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.12.6/8.12.3/Submit) id gBHHUPow087624; Tue, 17 Dec 2002 18:30:25 +0100 (CET) Date: Tue, 17 Dec 2002 18:30:25 +0100 From: Dirk Froemberg To: Mark Skurzynski , ports@FreeBSD.org Subject: Re: FreeBSD Port: mysql-server-3.23.53 Message-ID: <20021217173025.GA87327@physik.TU-Berlin.DE> References: <00b001c2a5e2$7c4d5530$0a13a8c0@lomag.net> <20021217160817.GC30474@physik.TU-Berlin.DE> <20021217162651.GA442@straylight.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021217162651.GA442@straylight.oblivion.bg> User-Agent: Mutt/1.4i Sender: owner-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 Peter, hi Mark! On Tue, Dec 17, 2002 at 06:26:51PM +0200, Peter Pentchev wrote: > On Tue, Dec 17, 2002 at 05:08:17PM +0100, Dirk Froemberg wrote: > > On Tue, Dec 17, 2002 at 10:39:28AM -0500, Mark Skurzynski wrote: > > > I see the port was updated to 3.23.54 to fix the security bugs > > > recently found. I've noticed that there's a 3.23.54a version > > > available aswell. Will this version be imported into the ports > > > tree? > > > > I committed an upgrade a few days ago. Please sync your ports > > tree and try again... > > Errr.. from what I can see (and what I am using), you made an update to > 3.23.54. However, Mark is talking about 3.23.54a - a bugfix release > with a small change in the safe_mysqld shell script. I think it would > be safe to update the MySQL server (and the client too, since it is a > slave port) to 3.23.54a, since it is only a variable usage fix in a > shell script; it might not be *necessary* to do during the ports freeze, > though, because it would only fix the detection of the nohup/nice > interaction, which works just fine on FreeBSD even in its buggy variant. Ok, I see. I just read the version number from Mark's subject. Reader too fast error... ;-) I'll look at 3.23.54a in detail... Regards Dirk -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 10:26:56 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8F1537B401 for ; Tue, 17 Dec 2002 10:26:55 -0800 (PST) Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id A223C43E4A for ; Tue, 17 Dec 2002 10:26:52 -0800 (PST) (envelope-from flynn@energyhq.homeip.net) Received: from christine.energyhq.tk (christine.energyhq.tk [192.168.0.1]) by energyhq.homeip.net (Postfix) with SMTP id 78ABAAF589; Tue, 17 Dec 2002 19:26:43 +0100 (CET) Date: Tue, 17 Dec 2002 19:30:39 +0100 From: Miguel Mendez To: Joe Marcus Clarke Cc: ports@FreeBSD.ORG Subject: Re: Anyone having problems with phoenix on 5.0? Message-Id: <20021217193039.48e70339.flynn@energyhq.homeip.net> In-Reply-To: <1040084769.11163.5.camel@shumai.marcuscom.com> References: <20021217000006.4e0e6ba4.flynn@energyhq.homeip.net> <1040084769.11163.5.camel@shumai.marcuscom.com> X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd5.0) X-Face: 1j}k*2E>Y\+C~E|/wehi[:dCM,{N7/uE3o# P,{t7gA/qnovFDDuyQV.1hdT7&#d)q"xY33}{_GS>kk'S{O]nE$A`T|\4&p\&mQyexOLb8}FO List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 16 Dec 2002 19:26:10 -0500 Joe Marcus Clarke wrote: Hi, > Try starting phoenix with the -install flag. See if that helps. That didn't fixit. However, I've noticed that I can start it as root. I'm going to investigate further on this, could be maybe a permissions problem. I'm quite busy now but will post whatever I find. Cheers, -- Miguel Mendez - flynn@energyhq.homeip.net GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt EnergyHQ :: http://www.energyhq.tk Of course it runs NetBSD! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 11: 6:52 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCC3637B401 for ; Tue, 17 Dec 2002 11:06:51 -0800 (PST) Received: from hood.lclark.edu (hood.lclark.edu [149.175.1.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DBB843EA9 for ; Tue, 17 Dec 2002 11:06:50 -0800 (PST) (envelope-from eta@lclark.edu) Received: (from nobody@localhost) by hood.lclark.edu (8.9.3/8.9.3) id LAA23436 for ports@freebsd.org; Tue, 17 Dec 2002 11:06:40 -0800 (PST) From: Eric Anholt X-Authentication-Warning: hood.lclark.edu: nobody set sender to eta@lclark.edu using -f To: ports@freebsd.org Subject: XFree86 ports configuration Date: Tue, 17 Dec 2002 11:06:40 -0800 Message-ID: <1040152000.3dff75c0223ed@hood.lclark.edu> X-Mailer: SilkyMail v1.1.7 20-June-2002 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Originating-IP: 149.175.30.191 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Does anyone use any of the following configuration options from the XFree86-4 ports? Also, does anyone know of anything that uses the PEX extension or anything that uses the XFree86 joystick suppport? HasPam HasSecureRPC HasXdmAuth BuildPexExt BuildXinerama BuildXIE BuildAoutLibraries ForceNormalLib DebuggableLibraries JoystickSupport ExtendedInputDevices I'm slowly working on preparing 4.2.99 ports to be ready for the XFree86 4.3 release and wondering if I can cut out some of this. Also, sorry for my unresponsiveness to all of you who are mailing me. My evolution has been broken for a while and I'm using a foul webmail system to send any email. ------------------------------------------------------------------------ Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/dri/ anholt@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 11: 9:43 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93F8637B401 for ; Tue, 17 Dec 2002 11:09:42 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id B02B943EF9 for ; Tue, 17 Dec 2002 11:09:39 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id gBHJ8x3a046239; Tue, 17 Dec 2002 14:08:59 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: XFree86 ports configuration From: Joe Marcus Clarke To: Eric Anholt Cc: ports@FreeBSD.ORG In-Reply-To: <1040152000.3dff75c0223ed@hood.lclark.edu> References: <1040152000.3dff75c0223ed@hood.lclark.edu> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1040152172.82897.29.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 17 Dec 2002 14:09:32 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_01_02,TO_BE_REMOVED_REPLY version=2.43 Sender: owner-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 Tue, 2002-12-17 at 14:06, Eric Anholt wrote: > Does anyone use any of the following configuration options from the > XFree86-4 ports? Also, does anyone know of anything that uses the PEX > extension or anything that uses the XFree86 joystick suppport? > > HasPam > HasSecureRPC > HasXdmAuth > BuildPexExt > BuildXinerama This is pretty popular. Xinerama is getting pretty big. > > Also, sorry for my unresponsiveness to all of you who are mailing me. > My evolution has been broken for a while and I'm using a foul webmail > system to send any email. If you give me remote access and root on your machine, I'll get Evo working for you again. Joe > > ------------------------------------------------------------------------ > Eric Anholt eta@lclark.edu > http://people.freebsd.org/~anholt/dri/ anholt@FreeBSD.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 11:23:48 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8F1037B401; Tue, 17 Dec 2002 11:23:47 -0800 (PST) Received: from clever.eusc.inter.net (clever.eusc.inter.net [213.73.101.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB0A043EA9; Tue, 17 Dec 2002 11:23:46 -0800 (PST) (envelope-from plexus@snafu.de) Received: from pd95171c4.dip.t-dialin.net ([217.81.113.196] helo=snafu.de) by clever.eusc.inter.net with asmtp (Exim 3.36 #4) id 18ONJb-0001Ha-00; Tue, 17 Dec 2002 20:23:40 +0100 Message-ID: <3DFF79B4.8090009@snafu.de> Date: Tue, 17 Dec 2002 20:23:32 +0100 From: "Fischer, Oliver" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021125 X-Accept-Language: de-de, de, en, en-us MIME-Version: 1.0 To: jedgar@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: lincvs-0.4.90 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 Hello jedgar, is it planed to update the port to version 1.x of lincvs? cu Oliver Fischer -- Oliver Fischer - plexus[AT]snafu[DOT]de [de] Das Internet stammt aus dem letzten Jahrtausend! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 12:10: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06AA637B401 for ; Tue, 17 Dec 2002 12:10:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D28243EDE for ; Tue, 17 Dec 2002 12:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBHKA3x3000634 for ; Tue, 17 Dec 2002 12:10:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBHKA3NY000633; Tue, 17 Dec 2002 12:10:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 512DB37B401; Tue, 17 Dec 2002 12:04:43 -0800 (PST) Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B4E943EDC; Tue, 17 Dec 2002 12:04:42 -0800 (PST) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (lyon-4-a7-62-147-48-249.dial.proxad.net [62.147.48.249]) by postfix3-1.free.fr (Postfix) with ESMTP id 2BF53C14B; Tue, 17 Dec 2002 21:04:38 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id 25A487882; Tue, 17 Dec 2002 21:01:29 +0100 (CET) Message-Id: <20021217200129.25A487882@graf.pompo.net> Date: Tue, 17 Dec 2002 21:01:29 +0100 (CET) From: Thierry Thomas Reply-To: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org Cc: mikeh@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46332: x11-toolkits/xforms: make fetchable again by upgrading to 1.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: 46332 >Category: ports >Synopsis: x11-toolkits/xforms: make fetchable again by upgrading to 1.0-release. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Dec 17 12:10:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.7-STABLE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Nov 16 12:34:31 CET 2002 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386 >Description: xforms-1.0RC5.2.tgz is unfetchable: make fetch >How-To-Repeat: make fetch >Fix: The following patch will upgrade xforms to 1.0-release: diff -urN x11-toolkits/xforms.orig/Makefile x11-toolkits/xforms/Makefile --- x11-toolkits/xforms.orig/Makefile Thu Oct 24 21:00:24 2002 +++ x11-toolkits/xforms/Makefile Tue Dec 17 19:40:22 2002 @@ -7,11 +7,10 @@ PORTNAME= xforms PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= x11-toolkits graphics MASTER_SITES= ftp://ncmir.ucsd.edu/pub/xforms/OpenSource/ -FULLVERSION= ${PORTVERSION}RC5.2 DISTNAME= ${PORTNAME}-${FULLVERSION} EXTRACT_SUFX= .tgz @@ -26,5 +25,7 @@ NO_FILTER_SHLIBS= yes MAN1= fdesign.1 fd2ps.1 + +FULLVERSION= ${PORTVERSION}-release .include diff -urN x11-toolkits/xforms.orig/distinfo x11-toolkits/xforms/distinfo --- x11-toolkits/xforms.orig/distinfo Thu Oct 17 20:57:33 2002 +++ x11-toolkits/xforms/distinfo Tue Dec 17 19:12:22 2002 @@ -1 +1 @@ -MD5 (xforms-1.0RC5.2.tgz) = e6cecdb5a0d1a4e44d26501175b0927a +MD5 (xforms-1.0-release.tgz) = aed46678c9278dc68b7e6224661aa1c7 diff -urN x11-toolkits/xforms.orig/files/patch-aa x11-toolkits/xforms/files/patch-aa --- x11-toolkits/xforms.orig/files/patch-aa Thu Oct 17 20:57:33 2002 +++ x11-toolkits/xforms/files/patch-aa Tue Dec 17 20:37:58 2002 @@ -1,5 +1,5 @@ ---- Imakefile.orig Tue Oct 1 19:51:51 2002 -+++ Imakefile Mon Oct 7 01:16:37 2002 +--- Imakefile.orig Tue Dec 3 18:25:43 2002 ++++ Imakefile Tue Dec 17 19:21:44 2002 @@ -2,7 +2,7 @@ /* Fairly important stuff */ @@ -9,24 +9,15 @@ #define DoWall NO #define BuildShared YES -@@ -31,7 +31,7 @@ - - /* Out in the Tall Weeds */ - --#define InstallNonstandard YES -+#define InstallNonstandard NO - #define XFormsNonstandardInstallDir /usr/local - - #define NonstandardXpm NO -@@ -44,10 +44,10 @@ - #define TiffIncLoc /put/the/include/path/here - #define TiffLibLoc /put/the/library/path/here +@@ -45,10 +45,10 @@ + #define TiffIncLoc /usr/local/include + #define TiffLibLoc /usr/local/lib -#define NonstandardJpeg NO +#define NonstandardJpeg YES --#define JpegIncLoc /put/the/include/path/here --#define JpegLibLoc /put/the/library/path/here +-#define JpegIncLoc /usr/local/include +-#define JpegLibLoc /usr/local/lib +#define JpegIncLoc $(LOCALBASE)/include +#define JpegLibLoc $(LOCALBASE)/lib >Release-Note: >Audit-Trail: >Unformatted: >> xforms-1.0RC5.2.tgz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from ftp://ncmir.ucsd.edu/pub/xforms/OpenSource/. --18:55:28-- ftp://ncmir.ucsd.edu/pub/xforms/OpenSource/xforms-1.0RC5.2.tgz => `xforms-1.0RC5.2.tgz' Rйsolution de ncmir.ucsd.edu... complйtй. Connexion vers ncmir.ucsd.edu[132.239.16.23]:21...connectй. Session dйbutant sous anonymous...Session йtablie! ==> SYST ... complйtй. ==> PWD ... complйtй. ==> TYPE I ... complйtй. ==> CWD /pub/xforms/OpenSource ... complйtй. ==> PORT ... complйtй. ==> RETR xforms-1.0RC5.2.tgz ... Fichier « xforms-1.0RC5.2.tgz » inexistant. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 12:18:43 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D9A337B401 for ; Tue, 17 Dec 2002 12:18:43 -0800 (PST) Received: from nmrc.ucc.ie (nmrc.ucc.ie [143.239.64.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC5AA43EE5 for ; Tue, 17 Dec 2002 12:18:42 -0800 (PST) (envelope-from lhecking@nmrc.ucc.ie) Received: from localhost (localhost [127.0.0.1]) by mailhost.nmrc.ucc.ie (Postfix) with ESMTP id 6F4D0EE99 for ; Tue, 17 Dec 2002 20:18:37 +0000 (GMT) Received: (from lhecking@localhost) by tehran.nmrc.ucc.ie (8.12.2+Sun/8.12.2/Submit) id gBHKIZdC006123 for ports@freebsd.org; Tue, 17 Dec 2002 20:18:35 GMT Date: Tue, 17 Dec 2002 20:18:35 +0000 From: Lars Hecking To: ports@freebsd.org Subject: gif in gd2? Message-ID: <20021217201835.GA2688@nmrc.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.2i Sender: owner-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, Can someone please explain to me the rationale behind adding gif support to graphics/gd2? gif support was officially removed from gd with version 1.6. Does the FreeBSD project have a license from UniSYS? (While reworking the configure script for gnuplot-cvs, I was wondering about the strange result that it found a gd library that supports both png and gif.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 12:19: 4 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2DF037B401 for ; Tue, 17 Dec 2002 12:19:03 -0800 (PST) Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22AC543EDC for ; Tue, 17 Dec 2002 12:19:03 -0800 (PST) (envelope-from lioux@brturbo.com) Received: from 200-193-225-110-bsace7003.dsl.telebrasilia.net.br (200-193-225-110-bsace7003.dsl.telebrasilia.net.br [200.193.225.110]) by heaven.gigo.com (Postfix) with ESMTP id EE0A6B91A for ; Tue, 17 Dec 2002 12:18:37 -0800 (PST) Received: (qmail 11442 invoked by uid 1001); 17 Dec 2002 19:48:05 -0000 Message-ID: <20021217194805.11441.qmail@exxodus.fedaykin.here> Date: Tue, 17 Dec 2002 17:47:43 -0200 From: Mario Sergio Fujikawa Ferreira To: Eric Anholt Cc: ports@FreeBSD.ORG Subject: Re: XFree86 ports configuration References: <1040152000.3dff75c0223ed@hood.lclark.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1040152000.3dff75c0223ed@hood.lclark.edu> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.7-STABLE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-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 Tue, Dec 17, 2002 at 11:06:18AM -0800, Eric Anholt wrote: > Does anyone use any of the following configuration options from the > XFree86-4 ports? Also, does anyone know of anything that uses the PEX > extension or anything that uses the XFree86 joystick suppport? > > HasPam > HasSecureRPC > HasXdmAuth > BuildPexExt > BuildXinerama > BuildXIE > BuildAoutLibraries > ForceNormalLib > DebuggableLibraries > JoystickSupport > ExtendedInputDevices > > I'm slowly working on preparing 4.2.99 ports to be ready for the XFree86 > 4.3 release and wondering if I can cut out some of this. Hooray, I cannot say anything about the other options but I use Xinerama. It works great with KDE. :) -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer 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 Tue Dec 17 12:30:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 651F837B401 for ; Tue, 17 Dec 2002 12:30:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBF7B43EDA for ; Tue, 17 Dec 2002 12:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBHKU0x3033236 for ; Tue, 17 Dec 2002 12:30:00 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBHKU0tI033235; Tue, 17 Dec 2002 12:30:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED29437B401 for ; Tue, 17 Dec 2002 12:25:32 -0800 (PST) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3588F43EDC for ; Tue, 17 Dec 2002 12:25:31 -0800 (PST) (envelope-from udo.schweigert@siemens.com) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by david.siemens.de (8.11.6/8.11.6) with ESMTP id gBHKPO021435 for ; Tue, 17 Dec 2002 21:25:25 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.11.6/8.11.6) with ESMTP id gBHKPOf16348 for ; Tue, 17 Dec 2002 21:25:24 +0100 (MET) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.12.6/8.12.6/Siemens CERT [ $Revision: 1.31 ]) with ESMTP id gBHKPOOr077583 for ; Tue, 17 Dec 2002 21:25:24 +0100 (CET) (envelope-from ust@alaska.cert.siemens.de) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [127.0.0.1]) by alaska.cert.siemens.de (8.12.6/8.12.6/alaska [ $Revision: 1.14 ]) with ESMTP id gBHKPOIb061890 for ; Tue, 17 Dec 2002 21:25:24 +0100 (CET) (envelope-from ust@alaska.cert.siemens.de) Received: (from ust@localhost) by alaska.cert.siemens.de (8.12.6/8.12.6/alaska [ $Revision: 1.3 ]) id gBHKPOv7020871; Tue, 17 Dec 2002 21:25:24 +0100 (CET) (envelope-from ust) Message-Id: <200212172025.gBHKPOv7020871@alaska.cert.siemens.de> Date: Tue, 17 Dec 2002 21:25:24 +0100 (CET) From: Udo Schweigert Reply-To: Udo Schweigert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46333: maintainer-update of security/nessus-* ports Sender: owner-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: 46333 >Category: ports >Synopsis: maintainer-update of security/nessus-* ports >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 Dec 17 12:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD alaska.cert.siemens.de 4.7-STABLE FreeBSD 4.7-STABLE #36: Sat Dec 7 15:23:45 CET 2002 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386 >Description: Maintainer update of the security/nessus-* ports to the most recent version 1.2.7. >How-To-Repeat: >Fix: diff -ruN /usr/ports/security/nessus/Makefile nessus/Makefile --- /usr/ports/security/nessus/Makefile Fri Nov 22 17:18:51 2002 +++ nessus/Makefile Tue Dec 17 21:08:27 2002 @@ -6,7 +6,7 @@ # PORTNAME= nessus -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.7 CATEGORIES= security MASTER_SITES= ftp://ftp.nessus.org/pub/nessus/nessus-${PORTVERSION}/src/ \ ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${PORTVERSION}/src/ \ diff -ruN /usr/ports/security/nessus/distinfo nessus/distinfo --- /usr/ports/security/nessus/distinfo Thu Oct 10 19:30:39 2002 +++ nessus/distinfo Tue Dec 17 21:08:41 2002 @@ -1 +1 @@ -MD5 (nessus/nessus-core-1.2.6.tar.gz) = d5d54991b1af1048478836e9d03b79ad +MD5 (nessus/nessus-core-1.2.7.tar.gz) = 0dff0b28cc53144a186a1886f4590d5b diff -ruN /usr/ports/security/nessus-libnasl/Makefile nessus-libnasl/Makefile --- /usr/ports/security/nessus-libnasl/Makefile Fri Nov 22 17:18:51 2002 +++ nessus-libnasl/Makefile Tue Dec 17 20:58:06 2002 @@ -6,7 +6,7 @@ # PORTNAME= nessus-libnasl -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.7 CATEGORIES= security MASTER_SITES= ftp://ftp.nessus.org/pub/nessus/nessus-${PORTVERSION}/src/ \ ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${PORTVERSION}/src/ \ diff -ruN /usr/ports/security/nessus-libnasl/distinfo nessus-libnasl/distinfo --- /usr/ports/security/nessus-libnasl/distinfo Thu Oct 10 19:30:39 2002 +++ nessus-libnasl/distinfo Tue Dec 17 20:58:22 2002 @@ -1 +1 @@ -MD5 (nessus/libnasl-1.2.6.tar.gz) = 127e744a474ddef380dbc8e85b71ba13 +MD5 (nessus/libnasl-1.2.7.tar.gz) = 7cbe6ba0a2243e4cdddee186da499153 diff -ruN /usr/ports/security/nessus-libraries/Makefile nessus-libraries/Makefile --- /usr/ports/security/nessus-libraries/Makefile Fri Nov 22 17:18:51 2002 +++ nessus-libraries/Makefile Tue Dec 17 20:48:25 2002 @@ -6,7 +6,7 @@ # PORTNAME= nessus-libraries -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.7 CATEGORIES= security MASTER_SITES= ftp://ftp.nessus.org/pub/nessus/nessus-${PORTVERSION}/src/ \ ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${PORTVERSION}/src/ \ diff -ruN /usr/ports/security/nessus-libraries/distinfo nessus-libraries/distinfo --- /usr/ports/security/nessus-libraries/distinfo Thu Oct 10 19:30:40 2002 +++ nessus-libraries/distinfo Tue Dec 17 20:49:04 2002 @@ -1 +1 @@ -MD5 (nessus/nessus-libraries-1.2.6.tar.gz) = b5074295d1dc8f7a009a33e742e543c6 +MD5 (nessus/nessus-libraries-1.2.7.tar.gz) = f0daff274e11dac64c294cd57a59579f diff -ruN /usr/ports/security/nessus-plugins/Makefile nessus-plugins/Makefile --- /usr/ports/security/nessus-plugins/Makefile Fri Nov 22 17:18:51 2002 +++ nessus-plugins/Makefile Tue Dec 17 21:14:29 2002 @@ -6,7 +6,7 @@ # PORTNAME= nessus-plugins -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.7 CATEGORIES= security MASTER_SITES= ftp://ftp.nessus.org/pub/nessus/nessus-${PORTVERSION}/src/ \ ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${PORTVERSION}/src/ \ diff -ruN /usr/ports/security/nessus-plugins/distinfo nessus-plugins/distinfo --- /usr/ports/security/nessus-plugins/distinfo Thu Oct 10 19:30:40 2002 +++ nessus-plugins/distinfo Tue Dec 17 21:14:58 2002 @@ -1 +1 @@ -MD5 (nessus/nessus-plugins-1.2.6.tar.gz) = 846f981530aeb69107a631228942cc45 +MD5 (nessus/nessus-plugins-1.2.7.tar.gz) = c9a04a6fad043a07ccc9cc7bb14bd726 diff -ruN /usr/ports/security/nessus-plugins/pkg-plist nessus-plugins/pkg-plist --- /usr/ports/security/nessus-plugins/pkg-plist Thu Oct 10 19:30:40 2002 +++ nessus-plugins/pkg-plist Tue Dec 17 21:18:50 2002 @@ -3,6 +3,7 @@ etc/nessus/queso.conf lib/nessus/plugins/3com_hub.nes lib/nessus/plugins/3com_switches.nasl +lib/nessus/plugins/4553.nasl lib/nessus/plugins/AnyForm.nasl lib/nessus/plugins/BEA_weblogic_Reveal_Script_Code.nasl lib/nessus/plugins/BEA_weblogic_Reveal_Script_Code_2.nasl @@ -52,7 +53,9 @@ lib/nessus/plugins/GuildFTPD097.nasl lib/nessus/plugins/IIS_frontpage_DOS.nasl lib/nessus/plugins/Jserv_css.nasl +lib/nessus/plugins/KBWebServer_percent00.nasl lib/nessus/plugins/LPRng.nasl +lib/nessus/plugins/LiteServe_DoS.nasl lib/nessus/plugins/NDS_Object_Enum.nasl lib/nessus/plugins/NetSphere.nasl lib/nessus/plugins/Omnihttpd_pro_source_disclosure.nasl @@ -63,6 +66,7 @@ lib/nessus/plugins/PWS_DoS.nasl lib/nessus/plugins/RA_ssh_detect.nasl lib/nessus/plugins/RA_www_detect.nasl +lib/nessus/plugins/SWS_DoS.nasl lib/nessus/plugins/ShowCode.nasl lib/nessus/plugins/TelSrv_DoS.nasl lib/nessus/plugins/WebSite.nasl @@ -79,6 +83,7 @@ lib/nessus/plugins/aix_ftpd.nasl lib/nessus/plugins/alcatel_adsl.nasl lib/nessus/plugins/alcatel_adsl_firewalling.nasl +lib/nessus/plugins/alcatel_backdoor_switch.nasl lib/nessus/plugins/alcatel_pabx4400_detect.nasl lib/nessus/plugins/alchemy_eye_http.nasl lib/nessus/plugins/alibaba.nasl @@ -153,6 +158,7 @@ lib/nessus/plugins/bind_dnsstorm.nasl lib/nessus/plugins/bind_iquery.nasl lib/nessus/plugins/bind_query.nasl +lib/nessus/plugins/bind_sig_cached_rr_overflow.nasl lib/nessus/plugins/bind_version.nasl lib/nessus/plugins/bind_vulnerable.nasl lib/nessus/plugins/bind_zxfr_bug.nasl @@ -208,9 +214,11 @@ lib/nessus/plugins/cisco_no_pw.nasl lib/nessus/plugins/cisco_ssh_multiple_vulns.nasl lib/nessus/plugins/cisco_voip_dos.nasl +lib/nessus/plugins/citrix.nasl lib/nessus/plugins/citrix_find.nasl lib/nessus/plugins/cmail_overflow.nasl lib/nessus/plugins/cobalt_cube_webmail_dir_trav.nasl +lib/nessus/plugins/cobalt_overflow_cgi.nasl lib/nessus/plugins/cobalt_web_admin_server.nasl lib/nessus/plugins/codered_x.nasl lib/nessus/plugins/cold_fusion_admin_dos.nasl @@ -230,6 +238,8 @@ lib/nessus/plugins/dansie_cart.nasl lib/nessus/plugins/daytime.nasl lib/nessus/plugins/db2_dos.nasl +lib/nessus/plugins/db4web_dir_trav.nasl +lib/nessus/plugins/db4web_tcp_relay.nasl lib/nessus/plugins/dbman_cgi.nasl lib/nessus/plugins/dcetest.nasl lib/nessus/plugins/dcforum.nasl @@ -282,6 +292,7 @@ lib/nessus/plugins/find_service.nes lib/nessus/plugins/finger.nasl lib/nessus/plugins/finger_0.nasl +lib/nessus/plugins/finger_akfingerd.nasl lib/nessus/plugins/finger_backdoor.nasl lib/nessus/plugins/finger_cgi.nasl lib/nessus/plugins/finger_dot.nasl @@ -299,6 +310,7 @@ lib/nessus/plugins/frontpage_dvwssr.nasl lib/nessus/plugins/frontpage_overflow.nasl lib/nessus/plugins/frontpage_shtml.nasl +lib/nessus/plugins/ftp_administrator.nasl lib/nessus/plugins/ftp_anonymous.nasl lib/nessus/plugins/ftp_backdoor.nasl lib/nessus/plugins/ftp_bounce.nasl @@ -416,6 +428,7 @@ lib/nessus/plugins/iis_viewcode.nasl lib/nessus/plugins/iis_webdav_lock_memory_leak.nasl lib/nessus/plugins/iis_xss_404.nasl +lib/nessus/plugins/iis_xss_idc.nasl lib/nessus/plugins/iisadmin.nasl lib/nessus/plugins/ike_check.nasl lib/nessus/plugins/imagemap.nasl @@ -494,6 +507,7 @@ lib/nessus/plugins/mercure_webview.nasl lib/nessus/plugins/metainfo_mail.nasl lib/nessus/plugins/minivend_view_page.nasl +lib/nessus/plugins/misc_format_string.nasl lib/nessus/plugins/misc_func.inc lib/nessus/plugins/miscflood.nasl lib/nessus/plugins/mkilog.nasl @@ -502,14 +516,15 @@ lib/nessus/plugins/mod_python_handle.nasl lib/nessus/plugins/mod_ssl_offby1.nasl lib/nessus/plugins/mod_ssl_overflow.nasl -lib/nessus/plugins/mrtg_traversal.nasl lib/nessus/plugins/ms_index_server.nasl lib/nessus/plugins/ms_siteserver_info_disclosure.nasl lib/nessus/plugins/msadcs_dll.nasl +lib/nessus/plugins/msadcs_overflow.nasl lib/nessus/plugins/msdtc_dos.nasl lib/nessus/plugins/msftp_dos.nasl lib/nessus/plugins/mspws_dotdotdot.nasl lib/nessus/plugins/msql_overflow.nasl +lib/nessus/plugins/msrpc-spike27.nasl lib/nessus/plugins/mssmtp_dos.nasl lib/nessus/plugins/mssql_blank_password.nasl lib/nessus/plugins/mssql_brute_force.nasl @@ -526,6 +541,7 @@ lib/nessus/plugins/mycio_directory_traversal.nasl lib/nessus/plugins/mysql_bad_password.nasl lib/nessus/plugins/mysql_flaws.nasl +lib/nessus/plugins/mysql_multiple_flaws.nasl lib/nessus/plugins/mysql_unpassworded.nasl lib/nessus/plugins/mysql_version.nasl lib/nessus/plugins/nai_webshield_info.nasl @@ -557,6 +573,7 @@ lib/nessus/plugins/netscape_wp_tag.nasl lib/nessus/plugins/netstat.nasl lib/nessus/plugins/nettools_cmd_exec.nasl +lib/nessus/plugins/netware_post_perl.nasl lib/nessus/plugins/newdsn.nasl lib/nessus/plugins/newsdesk.nasl lib/nessus/plugins/nikto_wrapper.nes @@ -583,6 +600,7 @@ lib/nessus/plugins/ntalk_detect.nasl lib/nessus/plugins/ntp_open.nasl lib/nessus/plugins/ntp_overflow.nasl +lib/nessus/plugins/nullhttpd_content_length.nasl lib/nessus/plugins/oas_overflow.nasl lib/nessus/plugins/objectserver.nes lib/nessus/plugins/officescan_disclosure.nasl @@ -777,6 +795,7 @@ lib/nessus/plugins/rwhois_format_string2.nasl lib/nessus/plugins/samba_arbitrary_file_creation.nasl lib/nessus/plugins/samba_possible_overflow.nasl +lib/nessus/plugins/samba_unicode_overflow.nasl lib/nessus/plugins/sambar_DoS.nasl lib/nessus/plugins/sambar_cgi.nasl lib/nessus/plugins/sambar_mailit.nasl @@ -785,6 +804,7 @@ lib/nessus/plugins/sambar_sendmail.nasl lib/nessus/plugins/sambar_sysadmin.nasl lib/nessus/plugins/savant_cgi_download.nasl +lib/nessus/plugins/savant_content_length_DoS.nasl lib/nessus/plugins/savant_percent_dos.nasl lib/nessus/plugins/sawmill.nasl lib/nessus/plugins/sawmill_password.nasl @@ -890,8 +910,17 @@ lib/nessus/plugins/smb_nt_ms02-017.nasl lib/nessus/plugins/smb_nt_ms02-018.nasl lib/nessus/plugins/smb_nt_ms02-024.nasl +lib/nessus/plugins/smb_nt_ms02-025.nasl lib/nessus/plugins/smb_nt_ms02-029.nasl lib/nessus/plugins/smb_nt_ms02-042.nasl +lib/nessus/plugins/smb_nt_ms02-048.nasl +lib/nessus/plugins/smb_nt_ms02-050.nasl +lib/nessus/plugins/smb_nt_ms02-051.nasl +lib/nessus/plugins/smb_nt_ms02-052.nasl +lib/nessus/plugins/smb_nt_ms02-054.nasl +lib/nessus/plugins/smb_nt_ms02-055.nasl +lib/nessus/plugins/smb_nt_ms02-063.nasl +lib/nessus/plugins/smb_nt_ms02-071.nasl lib/nessus/plugins/smb_null_params_dos.nasl lib/nessus/plugins/smb_reg_autologon.nasl lib/nessus/plugins/smb_reg_hklm.nasl @@ -921,6 +950,7 @@ lib/nessus/plugins/smb_users_neverloggedon.nasl lib/nessus/plugins/smb_users_pwexpiry.nasl lib/nessus/plugins/smb_xp_ms01-059.nasl +lib/nessus/plugins/smc_www_dos.nasl lib/nessus/plugins/smtp_AV_42zip_DoS.nasl lib/nessus/plugins/smtp_antivirus.nasl lib/nessus/plugins/smtp_bounce.nasl @@ -950,9 +980,11 @@ lib/nessus/plugins/snmp_processes.nasl lib/nessus/plugins/snmp_sysDesc.nasl lib/nessus/plugins/snmp_vacm.nasl +lib/nessus/plugins/socks4_username_overflow.nasl lib/nessus/plugins/socks4a_hostname_overflow.nasl lib/nessus/plugins/sojourn.nasl lib/nessus/plugins/spinclient.nasl +lib/nessus/plugins/sql_injection.nasl lib/nessus/plugins/sqlqhit_information_disclosure.nasl lib/nessus/plugins/squid_dos.nasl lib/nessus/plugins/squid_overflows.nasl @@ -966,6 +998,7 @@ lib/nessus/plugins/ssh_kerberos.nasl lib/nessus/plugins/ssh_overflow.nasl lib/nessus/plugins/ssh_proto_version.nasl +lib/nessus/plugins/ssh_setsid.nasl lib/nessus/plugins/ssl_ciphers.nes lib/nessus/plugins/stacheldraht.nasl lib/nessus/plugins/statd_format_string.nasl @@ -1000,8 +1033,10 @@ lib/nessus/plugins/tiny_proxy_heap_overflow.nasl lib/nessus/plugins/tmosdos.nasl lib/nessus/plugins/tomcat_admin.nasl +lib/nessus/plugins/tomcat_devname_DoS.nasl lib/nessus/plugins/tomcat_path_disclosure.nasl lib/nessus/plugins/tomcat_snoop.nasl +lib/nessus/plugins/tomcat_source_exposure.nasl lib/nessus/plugins/torturecgis.nasl lib/nessus/plugins/traceroute.nasl lib/nessus/plugins/translate_f.nasl @@ -1011,6 +1046,8 @@ lib/nessus/plugins/ttawebtop.nasl lib/nessus/plugins/ttyprompt.nasl lib/nessus/plugins/typsoft_ftp_DoS.nasl +lib/nessus/plugins/uddi.inc +lib/nessus/plugins/uddi.nasl lib/nessus/plugins/ultraseek_detect.nasl lib/nessus/plugins/ultraseek_dos.nasl lib/nessus/plugins/unicast_dos.nasl @@ -1020,6 +1057,7 @@ lib/nessus/plugins/ustorekeeper.nasl lib/nessus/plugins/uw_imap_overflow.nasl lib/nessus/plugins/uw_imap_overflow_two.nasl +lib/nessus/plugins/vbulletin_calender_command_execution.nasl lib/nessus/plugins/vftpd_overflow.nasl lib/nessus/plugins/view_source_cgi.nasl lib/nessus/plugins/viralator.nasl @@ -1027,10 +1065,13 @@ lib/nessus/plugins/visualroute_server_detect.nasl lib/nessus/plugins/vnc.nasl lib/nessus/plugins/vnc_http.nasl +lib/nessus/plugins/vpasswd_cgi.nasl lib/nessus/plugins/vpop_input_validation.nasl lib/nessus/plugins/vqServer_admin_detect.nasl lib/nessus/plugins/vqServer_web_traversal.nasl lib/nessus/plugins/vw_bof.nasl +lib/nessus/plugins/vxworks_ftpd.nasl +lib/nessus/plugins/vxworks_ftpdDOS.nasl lib/nessus/plugins/w3msql_overflow.nasl lib/nessus/plugins/wayboard.nasl lib/nessus/plugins/web_traversal.nasl @@ -1052,11 +1093,13 @@ lib/nessus/plugins/webplus_version.nasl lib/nessus/plugins/webseal_DoS.nasl lib/nessus/plugins/websendmail.nasl +lib/nessus/plugins/webserver4d.nasl lib/nessus/plugins/webserver_robot.nasl lib/nessus/plugins/webshield.nasl lib/nessus/plugins/website_pro.nasl lib/nessus/plugins/websitepro_overflow.nasl lib/nessus/plugins/webspeed.nasl +lib/nessus/plugins/websphere_too_long_header.nasl lib/nessus/plugins/websphere_xss.nasl lib/nessus/plugins/webspirs_cgi.nasl lib/nessus/plugins/wftp.nasl @@ -1079,6 +1122,7 @@ lib/nessus/plugins/worldclient_server_detection.nasl lib/nessus/plugins/worldspan_gw_DoS.nasl lib/nessus/plugins/wrap.nasl +lib/nessus/plugins/ws4e_too_long_url.nasl lib/nessus/plugins/wsftp_overflows.nasl lib/nessus/plugins/wu_ftpd_overflow.nasl lib/nessus/plugins/wu_ftpd_site_exec.nasl @@ -1097,6 +1141,7 @@ lib/nessus/plugins/wwwboardpwd.nasl lib/nessus/plugins/wwwwais.nasl lib/nessus/plugins/xdmcp.nasl +lib/nessus/plugins/xfs_overflow.nasl lib/nessus/plugins/xitami_overflow.nasl lib/nessus/plugins/xmail_overflow.nasl lib/nessus/plugins/xtel_detect.nasl >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 12:50:48 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1722C37B401; Tue, 17 Dec 2002 12:50:47 -0800 (PST) Received: from hood.lclark.edu (hood.lclark.edu [149.175.1.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8454443ED1; Tue, 17 Dec 2002 12:50:46 -0800 (PST) (envelope-from eta@lclark.edu) Received: (from nobody@localhost) by hood.lclark.edu (8.9.3/8.9.3) id MAA25194; Tue, 17 Dec 2002 12:50:40 -0800 (PST) From: Eric Anholt X-Authentication-Warning: hood.lclark.edu: nobody set sender to eta@lclark.edu using -f To: Mario Sergio Fujikawa Ferreira Subject: Re: XFree86 ports configuration Date: Tue, 17 Dec 2002 12:50:40 -0800 Cc: ports@FreeBSD.ORG Message-ID: <1040158240.3dff8e20d38d3@hood.lclark.edu> X-Mailer: SilkyMail v1.1.7 20-June-2002 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Originating-IP: 149.175.30.191 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >> Does anyone use any of the following configuration options from the >> XFree86-4 ports? Also, does anyone know of anything that uses the PEX >> extension or anything that uses the XFree86 joystick suppport? >> >> HasPam >> HasSecureRPC >> HasXdmAuth >> BuildPexExt >> BuildXinerama >> BuildXIE >> BuildAoutLibraries >> ForceNormalLib >> DebuggableLibraries >> JoystickSupport >> ExtendedInputDevices >> >> I'm slowly working on preparing 4.2.99 ports to be ready for the XFree86 >> 4.3 release and wondering if I can cut out some of this. > > Hooray, I cannot say anything about the other options >but I use Xinerama. It works great with KDE. :) Clarification: I'm not talking about changing what is currently done by default (except possibly removing PEX which seems unused and JoystickSupport which I've been told is broken and unused), just removing those tunable nobs which probably don't really work right anyway. I'm wondering if anyone out there has set any of these knobs themselves. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 12:55:33 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8803D37B401 for ; Tue, 17 Dec 2002 12:55:31 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FA9443ED4 for ; Tue, 17 Dec 2002 12:55:30 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from gyros.marcuscom.com (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id gBHKsU3w046916; Tue, 17 Dec 2002 15:54:49 -0500 (EST) (envelope-from marcus@FreeBSD.org) Received: from gyros.marcuscom.com (localhost [127.0.0.1]) by gyros.marcuscom.com (8.12.6/8.12.6) with ESMTP id gBHGZLvX000368; Tue, 17 Dec 2002 11:35:21 -0500 (EST) (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by gyros.marcuscom.com (8.12.6/8.12.6/Submit) id gBHGZLUi000367; Tue, 17 Dec 2002 11:35:21 -0500 (EST) X-Authentication-Warning: gyros.marcuscom.com: marcus set sender to marcus@FreeBSD.org using -f Subject: Re: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download From: Joe Marcus Clarke To: alane@geeksrus.net Cc: FreeBSD Ports List In-Reply-To: <20021217144417.GA19709@wwweasel.geeksrus.net> References: <200212160030.gBG0U5k7014592@freefall.freebsd.org> <200212161151.03426.freebsd.nospam@mekanix.dk> <20021216122206.GA75623@wwweasel.geeksrus.net> <200212161614.07885.freebsd.nospam@mekanix.dk> <20021216152442.GA87956@wwweasel.geeksrus.net> <1040059524.28013.36.camel@shumai.marcuscom.com> <20021216210247.GG36451@gw.cognigen.net> <1040107987.1204.359.camel@shumai.marcuscom.com> <20021217144417.GA19709@wwweasel.geeksrus.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-34CAgy+HCtxsgXvD4RDh" Organization: FreeBSD, Inc. Message-Id: <1040142921.321.0.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 17 Dec 2002 11:35:21 -0500 X-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,IN_REP_TO,MIME_LONG_LINE_QP,NOSPAM_INC,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02, X_AUTH_WARNING version=2.43 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=-34CAgy+HCtxsgXvD4RDh Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2002-12-17 at 09:44, AlanE wrote: > On Tue, Dec 17, 2002 at 01:53:07AM -0500, Joe Marcus Clarke wrote: > >On Mon, 2002-12-16 at 16:02, Greg Rumple wrote: > First, I'd like to thank you for such a good report of the problem. I > >wish all problems came with a good backtrace, and thoughtful analysis.=20 > >Second, I think I found the problem. Not being a Phoenix user (yet), > >and not having the Mozilla 1.3a source with which to make a patch, you > >should be able to fix this problem, by editing > >mozilla/nsprpub/pr/src/misc/prtime.c, and adding the following right > >below line 1652 (struct tm a): > > > >bzero(&a, sizeof(struct tm)); > > > >I have tested this with a sample program I created, and this seems to > >fix the timezone corruption issue. However, as I said, I have not > >tested this in action. I look forward to hearing your results. >=20 > I'm throwing this in phoenix now. Did it work? Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome --=-34CAgy+HCtxsgXvD4RDh Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA9/1JIb2iPiv4Uz4cRAjH7AJ9ikf2PCcC2qMFHiYHg4R6EcEw3vACgh+rA SV8f4YCVCniT8TrUO2pRfys= =tl8q -----END PGP SIGNATURE----- --=-34CAgy+HCtxsgXvD4RDh-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 12:57:33 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AB9037B401 for ; Tue, 17 Dec 2002 12:57:32 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07DFD43EA9 for ; Tue, 17 Dec 2002 12:57:31 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from gyros.marcuscom.com (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id gBHKua3c047041; Tue, 17 Dec 2002 15:56:37 -0500 (EST) (envelope-from marcus@FreeBSD.org) Received: from gyros.marcuscom.com (localhost [127.0.0.1]) by gyros.marcuscom.com (8.12.6/8.12.6) with ESMTP id gBHHxSvX084633; Tue, 17 Dec 2002 12:59:28 -0500 (EST) (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by gyros.marcuscom.com (8.12.6/8.12.6/Submit) id gBHHxR2i084632; Tue, 17 Dec 2002 12:59:27 -0500 (EST) X-Authentication-Warning: gyros.marcuscom.com: marcus set sender to marcus@FreeBSD.org using -f Subject: Re: ports/46280: ports/www/phoenix-0.5_3 exit 11 after download From: Joe Marcus Clarke To: Greg Rumple Cc: alane@geeksrus.net, Bjarne Wichmann Petersen , Frank Altpeter , freebsd-ports@FreeBSD.org In-Reply-To: <20021217170804.GC94911@gw.cognigen.net> References: <200212160030.gBG0U5k7014592@freefall.freebsd.org> <200212161151.03426.freebsd.nospam@mekanix.dk> <20021216122206.GA75623@wwweasel.geeksrus.net> <200212161614.07885.freebsd.nospam@mekanix.dk> <20021216152442.GA87956@wwweasel.geeksrus.net> <1040059524.28013.36.camel@shumai.marcuscom.com> <20021216210247.GG36451@gw.cognigen.net> <1040107987.1204.359.camel@shumai.marcuscom.com> <20021217170804.GC94911@gw.cognigen.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-kwZbzi34fggySJZb1eaP" Organization: FreeBSD, Inc. Message-Id: <1040147967.82897.10.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 17 Dec 2002 12:59:27 -0500 X-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_00_01,X_AUTH_WARNING version=2.43 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=-kwZbzi34fggySJZb1eaP Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2002-12-17 at 12:08, Greg Rumple wrote: > Yeah, I made this exact change after sending the e-mail (which works > fine). Unfortunately I'm not sure if this gives the "desired" behaviour > of this routine or not. It appears it's trying to write the current > timezone, and if so, it might be best to fill in the tm time struct with > all the appropriate data (calling localtime() first), and than replacing > the 8 fields that are replaced out of the PRExplodedTime structure into > the struct tm. I believe just zero'ing out the entire tm struct, places > the time into GMT. It actually returns the localized timezone because tzset() is called in strftime(). Therefore, the bzero() call should be correct. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: marcus@FreeBSD.org http://www.FreeBSD.org/gnome --=-kwZbzi34fggySJZb1eaP Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA9/2X/b2iPiv4Uz4cRAg4aAJoDL1nd8OBpBvcgx9SZfJsfmgXeegCfYmzq oaZ5MRaJg3moEu1X2Xbze+c= =y8Lr -----END PGP SIGNATURE----- --=-kwZbzi34fggySJZb1eaP-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 13:28:19 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FB4637B401 for ; Tue, 17 Dec 2002 13:28:17 -0800 (PST) Received: from babingka.lava.net (babingka.lava.net [64.65.64.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD91143EC2 for ; Tue, 17 Dec 2002 13:28:16 -0800 (PST) (envelope-from booker@lava.net) Received: from chocolatemeat (chocolatemeat.lava.net [64.65.127.193]) by babingka.lava.net (Postfix) with ESMTP id C622E1346F for ; Tue, 17 Dec 2002 11:28:10 -1000 (HST) Reply-To: From: "Booker" To: Subject: RE: compile error for apache2, asking for openssl but it's installed via ports. Date: Tue, 17 Dec 2002 11:28:06 -1000 Organization: LavaNet, Inc. Message-ID: <009101c2a613$30cc25b0$c17f4140@lava.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 In-Reply-To: <008c01c2a56f$a0676a00$c17f4140@lava.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: 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 Nevermind, found this little tidbit in the mailing list archive: http://marc.theaimsgroup.com/?l=freebsd-ports&m=103226499125432&w=2 The only problem I see with using make -DOPENSSL_OVERWRITE_BASE is that whenever openssl is upgraded in ports I would have to run 2 "make"'s. Or should I not worry about installing the ports version and just keeping OVERWRITING the base? Mahalo, Booker > -----Original Message----- > From: owner-freebsd-ports@FreeBSD.ORG > [mailto:owner-freebsd-ports@FreeBSD.ORG] On Behalf Of Booker > Sent: Monday, December 16, 2002 3:57 PM > To: freebsd-ports@FreeBSD.org > Subject: compile error for apache2, asking for openssl but > it's installed via ports. > > > > I'm trying to install apache2 from ports but I get this error > when doing > a make: > > /usr/ports/www/apache2% make > This port requires the OpenSSL library, which is part of > the FreeBSD crypto distribution but not installed on your > machine. Please see the "OpenSSL" section in the handbook > (at > "http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ope nssl.html" , for instance) for instructions on how to obtain and install the FreeBSD OpenSSL distribution. *** Error code 1 Stop. It is true that I do not have openssl installed via the standard distribution. It is also set to not build openssl in /etc/make.conf. But I do have openssl installed via ports. The version I'm running at the moment from ports is 0.9.6g but the apache2 port doesn't see it. Any suggestions to get apache2 working from ports? Mahalo, Booker To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 14:20: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58A1037B401 for ; Tue, 17 Dec 2002 14:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CC9E43EDC for ; Tue, 17 Dec 2002 14:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBHMK2x3066892 for ; Tue, 17 Dec 2002 14:20:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBHMK2aB066891; Tue, 17 Dec 2002 14:20:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7F6337B401 for ; Tue, 17 Dec 2002 14:12:07 -0800 (PST) Received: from ns1.mgul.ac.ru (ns1.mgul.ac.ru [193.233.62.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC0C543E4A for ; Tue, 17 Dec 2002 14:12:06 -0800 (PST) (envelope-from andrey@ns1.mgul.ac.ru) Received: from ns1.mgul.ac.ru (localhost [IPv6:::1]) by ns1.mgul.ac.ru (8.12.6/8.12.6) with ESMTP id gBHMC48m006130 for ; Wed, 18 Dec 2002 01:12:04 +0300 (MSK) Received: (from andrey@localhost) by ns1.mgul.ac.ru (8.12.6/8.12.6/Submit) id gBHMC45v006129; Wed, 18 Dec 2002 01:12:04 +0300 (MSK) Message-Id: <200212172212.gBHMC45v006129@ns1.mgul.ac.ru> Date: Wed, 18 Dec 2002 01:12:04 +0300 (MSK) From: "Andrey V. Pevnev" Reply-To: "Andrey V. Pevnev" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46334: Update port: mail/mimedefang to 2.28 Sender: owner-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: 46334 >Category: ports >Synopsis: Update port: mail/mimedefang to 2.28 >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 Dec 17 14:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Andrey V. Pevnev >Release: FreeBSD 4.7-RELEASE i386 >Organization: Moscow State Forestry University >Environment: System: FreeBSD ns1.mgul.ac.ru 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Fri Oct 11 19:04:23 MSD 2002 andrey@ns1.mgul.ac.ru:/usr/obj/.amd_mnt/ns/host/usr/src/sys/NS1 i386 >Description: Please, close ports/45975 and commit this instead. Update to 2.28 >How-To-Repeat: >Fix: --- mimedefang.diff begins here --- diff -ruN mimedefang.bak/Makefile mimedefang/Makefile --- mimedefang.bak/Makefile Tue Dec 3 23:53:04 2002 +++ mimedefang/Makefile Wed Dec 18 00:55:40 2002 @@ -6,7 +6,7 @@ # PORTNAME= mimedefang -PORTVERSION= 2.26 +PORTVERSION= 2.28 CATEGORIES= mail MASTER_SITES= http://www.roaringpenguin.com/mimedefang/ diff -ruN mimedefang.bak/distinfo mimedefang/distinfo --- mimedefang.bak/distinfo Tue Dec 3 23:53:04 2002 +++ mimedefang/distinfo Wed Dec 18 01:00:21 2002 @@ -1 +1 @@ -MD5 (mimedefang-2.26.tar.gz) = d0d213611dd33bb197fb46a7d84f7ec5 +MD5 (mimedefang-2.28.tar.gz) = 351c33a2f9ddb79855b7edab1e71842b --- mimedefang.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 14:30: 3 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AA6B37B404 for ; Tue, 17 Dec 2002 14:30:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FF7243EDA for ; Tue, 17 Dec 2002 14:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBHMU1x3068797 for ; Tue, 17 Dec 2002 14:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBHMU1H6068796; Tue, 17 Dec 2002 14:30:01 -0800 (PST) Date: Tue, 17 Dec 2002 14:30:01 -0800 (PST) Message-Id: <200212172230.gBHMU1H6068796@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Andrey V. Pevnev" Subject: Re: ports/45975: Update port: mail/mimedefang to 2.27 Reply-To: "Andrey V. Pevnev" Sender: owner-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/45975; it has been noted by GNATS. From: "Andrey V. Pevnev" To: freebsd-gnats-submit@FreeBSD.org, andrey@mgul.ac.ru Cc: Subject: Re: ports/45975: Update port: mail/mimedefang to 2.27 Date: Wed, 18 Dec 2002 01:26:51 +0300 Please, close this and commit ports/46334 instead. -- Best regards, MSFU LAN Admin Andrey mailto:andrey@mgul.ac.ru http://www.mgul.ac.ru/~andrey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 14:49:29 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9EF937B401; Tue, 17 Dec 2002 14:49:27 -0800 (PST) Received: from chat.ru (bhd6-s35.mtl.colba.net [207.107.105.45]) by mx1.FreeBSD.org (Postfix) with SMTP id 725CF43EC5; Tue, 17 Dec 2002 14:49:24 -0800 (PST) (envelope-from otkrytki@otkrytki.ru) From: postcardservice Subject: Вам пришла открытка! Reply-To: otkrytki@otkrytki.ru X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1251" Date: Tue, 17 Dec 2002 17:53:10 -0400 Message-Id: <20021217224924.725CF43EC5@mx1.FreeBSD.org> To: undisclosed-recipients: ; Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Вам пришла открытка! Открытка была оставлена 15 декабря 2002 г. Вы можете получить ее здесь: http://lastevents.narod.ru/receive/RbJF2AD5xjxp4dBO0luwsxQYDi4qAbky.htm Эта ссылка будет действительна в течение месяца. С уважением и наступающими праздниками, Рождественские Открытки postcard service To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 15:20: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49A5C37B401 for ; Tue, 17 Dec 2002 15:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63D2C43ED4 for ; Tue, 17 Dec 2002 15:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBHNK2x3084277 for ; Tue, 17 Dec 2002 15:20:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBHNK2Jg084276; Tue, 17 Dec 2002 15:20:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 660AB37B401; Tue, 17 Dec 2002 15:17:06 -0800 (PST) Received: from brown.csi.cam.ac.uk (brown.csi.cam.ac.uk [131.111.8.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F28E43EA9; Tue, 17 Dec 2002 15:17:05 -0800 (PST) (envelope-from sa264@cam.ac.uk) Received: from m218-3.phy.cam.ac.uk ([131.111.79.217]) by brown.csi.cam.ac.uk with esmtp (Exim 4.10) id 18OQxU-0005Jd-00; Tue, 17 Dec 2002 23:17:04 +0000 Received: from sa264 by m218-3.phy.cam.ac.uk with local (Exim 4.10) id 18OQxU-000650-00; Tue, 17 Dec 2002 23:17:04 +0000 Message-Id: Date: Tue, 17 Dec 2002 23:17:04 +0000 From: AMAKAWA Shuhei Reply-To: AMAKAWA Shuhei To: FreeBSD-gnats-submit@FreeBSD.org Cc: des@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46335: update www/linux-opera to 6.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: 46335 >Category: ports >Synopsis: update www/linux-opera to 6.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: Tue Dec 17 15:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: AMAKAWA Shuhei >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD m218-3.phy.cam.ac.uk 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Dec 2 01:34:35 GMT 2002 sa264@m218-3.phy.cam.ac.uk:/usr/obj/usr/src/sys/KERNCONF i386 >Description: update www/linux-opera to 6.11 >How-To-Repeat: >Fix: diff -uNr /usr/ports/www/linux-opera/Makefile linux-opera/Makefile --- /usr/ports/www/linux-opera/Makefile Sun Sep 15 17:02:10 2002 +++ linux-opera/Makefile Sun Dec 15 14:24:42 2002 @@ -6,12 +6,12 @@ # PORTNAME= opera -PORTVERSION= 6.03.20020813 +PORTVERSION= 6.11.20021129 CATEGORIES= www linux -MASTER_SITES= http://opera.online.no/linux/603/final/en/qt_static/ \ - ftp://ftp.opera.com/pub/opera/linux/603/final/en/qt_static/ +MASTER_SITES= http://opera.online.no/linux/611/final/en/i386/static/ \ + ftp://ftp.opera.com/pub/opera/linux/611/final/en/i386/static/ PKGNAMEPREFIX= linux- -DISTNAME= ${PORTNAME}-${PORTVERSION:S/03./03-/}.1-static-qt.i386 +DISTNAME= ${PORTNAME}-${PORTVERSION:S/11./11-/}.1-static-qt.i386 MAINTAINER= des@FreeBSD.org @@ -20,23 +20,12 @@ USE_BZIP2= yes USE_LINUX= yes -USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 NO_BUILD= yes NO_FILTER_SHLIBS=yes -do-configure: - ${REINPLACE_CMD} -e \ - 's|%%PREFIX%%|${PREFIX}|g; s|%%DATADIR%%|${DATADIR}|g'\ - ${WRKSRC}/install.sh - do-install: - (cd ${WRKSRC} && ./install.sh \ - --exec_prefix=${DATADIR}/bin \ - --wrapperdir=${PREFIX}/bin \ - --docdir=${DOCSDIR} \ - --sharedir=${DATADIR} \ - --plugindir=${DATADIR}/plugins ) + (cd ${WRKSRC} && ./install.sh --prefix="${PREFIX}") .include diff -uNr /usr/ports/www/linux-opera/distinfo linux-opera/distinfo --- /usr/ports/www/linux-opera/distinfo Sun Sep 15 17:02:10 2002 +++ linux-opera/distinfo Wed Dec 11 07:46:04 2002 @@ -1 +1 @@ -MD5 (opera-6.03-20020813.1-static-qt.i386.tar.bz2) = aa8ebc7d5edf4c47f56ed72725f10f80 +MD5 (opera-6.11-20021129.1-static-qt.i386.tar.bz2) = 2d6a3301f9d83902543a26ec33615ad8 diff -uNr /usr/ports/www/linux-opera/files/patch-aa linux-opera/files/patch-aa --- /usr/ports/www/linux-opera/files/patch-aa Sun Jul 28 22:02:47 2002 +++ linux-opera/files/patch-aa Sun Dec 15 09:34:27 2002 @@ -1,82 +1,62 @@ ---- install.sh.orig Mon Jul 1 14:06:31 2002 -+++ install.sh Sun Jul 14 21:10:25 2002 -@@ -751,6 +751,16 @@ - /usr/lib/j2re1.3/plugin/i386/netscape4 \\" +--- install.sh.orig Fri Nov 29 12:19:46 2002 ++++ install.sh Sun Dec 15 09:33:47 2002 +@@ -762,6 +762,16 @@ + wrapper_sunjava_machine="sparc" ;; + i386:FreeBSD) + wrapper_plugin_paths=" -+ %%PREFIX%%/Acrobat[45]/bin \\ -+ %%PREFIX%%/lib/RealPlayer8/Plugins \\ -+ %%PREFIX%%/lib/netscape-linux/plugins \\ -+ %%PREFIX%%/linux-jdk1.3.1/jre/plugin/i386/ns4 \\ -+ %%PREFIX%%/linux-ibm-jdk1.3.0/jre/bin \\ -+ %%PREFIX%%/linux-jdk1.4.0b3/jre/plugin/i386/ns4 \\" ++ $prefix/Acrobat[45]/bin \\ ++ $prefix/lib/RealPlayer8/Plugins \\ ++ $prefix/lib/netscape-linux/plugins \\ ++ $prefix/linux-jdk1.3.1/jre/plugin/i386/ns4 \\ ++ $prefix/linux-ibm-jdk1.3.0/jre/bin \\ ++ $prefix/linux-jdk1.4.0b3/jre/plugin/i386/ns4 \\" + ;; + mips*:Linux) wrapper_plugin_paths='' ;; -@@ -813,7 +823,7 @@ +@@ -887,7 +897,7 @@ # Acrobat Reader for BINDIR in \\ - /usr/local/Acrobat[45]/bin \\ -+ %%PREFIX%%/Acrobat[45]/bin \\ ++ $prefix/Acrobat[45]/bin \\ /usr/lib/Acrobat[45]/bin \\ /usr/X11R6/lib/Acrobat[45]/bin \\ /opt/Acrobat[45]/bin \\ -@@ -938,47 +948,17 @@ +@@ -1081,8 +1091,9 @@ ln $lns $lnf libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release $plugin_dir/libnpp.so # System wide configuration files -- if can_write_to "/etc"; then -- echo -- echo "System wide configuration files:" -- echo " /etc/opera6rc" -- echo " /etc/opera6rc.fixed" -- echo " cannot be prefixed" -- echo "Do you want to install them [y,n | yes,no]?" -- while true; do -- read install_config -- case "${install_config}" in -- -- ''|y|Y|yes|YES) -- backup /etc/opera6rc opera6rc config -- backup /etc/opera6rc.fixed opera6rc.fixed config -- cp $cpv $cpf $cpp config/opera6rc /etc -- cp $cpv $cpf $cpp config/opera6rc.fixed /etc -- break -- ;; -- -- n|N|no|NO) -- break -- ;; -- *) -- echo 'Invalid answer, try again:' -- ;; -- esac -- done -+ if can_write_to "%%PREFIX%%/etc"; then -+ cp $cpv $cpf $cpp config/opera6rc %%PREFIX%%/etc -+ cp $cpv $cpf $cpp config/opera6rc.fixed %%PREFIX%%/etc +- config_dir="/etc" ++ config_dir="$prefix/etc" + if can_write_to "$config_dir"; then ++if false; then # XXX + echo + echo "System wide configuration files:" + echo " $config_dir/opera6rc" +@@ -1109,6 +1120,7 @@ + ;; + esac + done ++fi # XXX else echo -- echo "User \"${USERNAME}\" does not have write access to /etc" -+ echo "User \"${USERNAME}\" does not have write access to %%PREFIX%%/etc" - echo " System wide configuration files:" -- echo " /etc/opera6rc" -- echo " /etc/opera6rc.fixed" -+ echo " %%PREFIX%%/etc/opera6rc" -+ echo " %%PREFIX%%/etc/opera6rc.fixed" - echo " were not installed" + echo "User \"${USERNAME}\" does not have write access to $config_dir" +@@ -1119,10 +1131,10 @@ fi -- -- # Shorcuts and Icons + + # Shorcuts and Icons - icons - gnome - kde2 - kde ++# icons ++# gnome ++# kde2 ++# kde # Add uninstallation here diff -uNr /usr/ports/www/linux-opera/pkg-plist linux-opera/pkg-plist --- /usr/ports/www/linux-opera/pkg-plist Sun Jul 7 02:11:07 2002 +++ linux-opera/pkg-plist Sun Dec 15 09:30:45 2002 @@ -1,6 +1,4 @@ bin/opera -etc/opera6rc -etc/opera6rc.fixed share/doc/opera/LICENSE share/doc/opera/help share/opera/bin/opera @@ -354,12 +352,16 @@ share/opera/images/splash.png share/opera/images/startup1.png share/opera/images/startup2.png +share/opera/java/lc.jar +share/opera/java/opera.jar +share/opera/java/opera.policy share/opera/opera6.adr share/opera/plugins/libnpp.so share/opera/plugins/libnpp.so.0 share/opera/plugins/libnpp.so.0.1 share/opera/plugins/libnpp.so.0.1.8 share/opera/plugins/operamotifwrapper +share/opera/plugins/operaplugincleaner share/opera/skin/foreground.png share/opera/styles/OPF.css share/opera/styles/about.css @@ -375,11 +377,11 @@ share/opera/styles/opf.css share/opera/styles/plugins.css share/opera/styles/wml.css -share/opera/unicode.dat @dirrm share/opera/styles @dirrm share/opera/skin @dirrm share/opera/plugins @dirrm share/opera/locale +@dirrm share/opera/java @dirrm share/opera/images @dirrm share/opera/help @dirrm share/opera/config >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 15:40: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D40437B401 for ; Tue, 17 Dec 2002 15:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 680CC43EC5 for ; Tue, 17 Dec 2002 15:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBHNe1x3088424 for ; Tue, 17 Dec 2002 15:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBHNe14R088423; Tue, 17 Dec 2002 15:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DFAF37B401 for ; Tue, 17 Dec 2002 15:36:06 -0800 (PST) Received: from projects.advancedreality.com (demo.advancedreality.com [64.154.20.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDDB743EC5 for ; Tue, 17 Dec 2002 15:36:05 -0800 (PST) (envelope-from noackjr@projects.advancedreality.com) Received: from projects.advancedreality.com (localhost.advancedreality.com [127.0.0.1]) by projects.advancedreality.com (8.12.6/8.12.6) with ESMTP id gBHNZtL7066033 for ; Tue, 17 Dec 2002 17:35:55 -0600 (CST) (envelope-from noackjr@projects.advancedreality.com) Received: (from noackjr@localhost) by projects.advancedreality.com (8.12.6/8.12.6/Submit) id gBHNZsBU066032; Tue, 17 Dec 2002 17:35:54 -0600 (CST) Message-Id: <200212172335.gBHNZsBU066032@projects.advancedreality.com> Date: Tue, 17 Dec 2002 17:35:54 -0600 (CST) From: Jon Noack Reply-To: Jon Noack To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46336: editors/pico 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: 46336 >Category: ports >Synopsis: editors/pico 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: Tue Dec 17 15:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jon Noack >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD projects.advancedreality.com 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #11: Tue Nov 19 23:09:54 CST 2002 root@projects.advancedreality.com:/usr/obj/usr/src/sys/PROJECTS i386 >Description: Pico is now at version 4.4 but the version in ports is 4.0. >How-To-Repeat: >Fix: An updated port is at http://projects.advancedreality.com/pico/. Patches and distinfo were pulled from the mail/pine4 port as specified in the Makefile. The only changes to the Makefile were for the version bump. I'm not familiar with what the plist is for, so I left it unchanged. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 15:59:49 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B053737B401; Tue, 17 Dec 2002 15:59:48 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 476EC43ED4; Tue, 17 Dec 2002 15:59:48 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBHNxmx3092532; Tue, 17 Dec 2002 15:59:48 -0800 (PST) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBHNxlw3092528; Tue, 17 Dec 2002 15:59:47 -0800 (PST) Date: Tue, 17 Dec 2002 15:59:47 -0800 (PST) From: Christian Weisgerber Message-Id: <200212172359.gBHNxlw3092528@freefall.freebsd.org> To: andrey@mgul.ac.ru, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/45975: Update port: mail/mimedefang to 2.27 Sender: owner-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/mimedefang to 2.27 State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Tue Dec 17 15:58:55 PST 2002 State-Changed-Why: Superseded by ports/46334. http://www.freebsd.org/cgi/query-pr.cgi?pr=45975 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 16:30: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF95837B401 for ; Tue, 17 Dec 2002 16:30:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16D8A43EC5 for ; Tue, 17 Dec 2002 16:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBI0U1x3004148 for ; Tue, 17 Dec 2002 16:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBI0U1q5004147; Tue, 17 Dec 2002 16:30:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5043637B401 for ; Tue, 17 Dec 2002 16:27:37 -0800 (PST) Received: from smtp.noos.fr (nan-smtp-01.noos.net [212.198.2.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF63943ED1 for ; Tue, 17 Dec 2002 16:27:35 -0800 (PST) (envelope-from root@gits.dyndns.org) Received: (qmail 2834420 invoked by uid 0); 18 Dec 2002 00:05:52 -0000 Received: from unknown (HELO mail.gits.dyndns.org) ([212.198.231.27]) (envelope-sender ) by 212.198.2.70 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 18 Dec 2002 00:05:52 -0000 Received: from mail.gits.dyndns.org (e91379t9argf990q@localhost [127.0.0.1]) by mail.gits.dyndns.org (8.12.6/8.12.6) with ESMTP id gBI05pte023641; Wed, 18 Dec 2002 01:05:51 +0100 (CET) (envelope-from root@gits.dyndns.org) Received: (from root@localhost) by mail.gits.dyndns.org (8.12.6/8.12.6/Submit) id gBI05nKb023640; Wed, 18 Dec 2002 01:05:50 +0100 (CET) (envelope-from root) Message-Id: <200212180005.gBI05nKb023640@mail.gits.dyndns.org> Date: Wed, 18 Dec 2002 01:05:50 +0100 (CET) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@FreeBSD.org Cc: KATO Tsuguru X-Send-Pr-Version: 3.113 Subject: ports/46337: Maintainer update: textproc/gsed (4.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: 46337 >Category: ports >Synopsis: Maintainer update: textproc/gsed (4.0.3) >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 Dec 17 16:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.7-STABLE i386 >Organization: ACME >Environment: System: FreeBSD gits 4.7-STABLE FreeBSD 4.7-STABLE #28: Sun Oct 20 17:28:38 CEST 2002 root@gits:/disk2/freebsd/stable/src/sys/compile/CUSTOM i386 >Description: gsed update from 3.02 to 4.03. thanks to KATO Tsuguru. >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/gsed/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 24 Jun 2002 04:44:17 -0000 1.9 +++ Makefile 17 Dec 2002 23:45:24 -0000 @@ -6,7 +6,7 @@ # PORTNAME= sed -PORTVERSION= 3.02 +PORTVERSION= 4.0.3 PKGNAMEPREFIX= g CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} @@ -19,6 +19,9 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" +CONFIGURE_ARGS= --disable-nls USE_GMAKE= yes MAN1= gsed.1 @@ -49,7 +52,7 @@ install-sample-files: @${MKDIR} ${SAMP_DIR} .for file in ${SAMP_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${SAMP_DIR}/${file} + @${INSTALL_DATA} ${WRKSRC}/testsuite/${file} ${SAMP_DIR}/${file} .endfor .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/gsed/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 19 Dec 2000 08:13:26 -0000 1.1 +++ distinfo 17 Dec 2002 23:45:24 -0000 @@ -1 +1 @@ -MD5 (sed-3.02.tar.gz) = 74db866f052b47fa8ec1c2b8f967bc69 +MD5 (sed-4.0.3.tar.gz) = 1a45f8208bb7a117e60b6d3c9cd30906 Index: files/patch-aa =================================================================== RCS file: /home/ncvs/ports/textproc/gsed/files/patch-aa,v retrieving revision 1.1 diff -u -r1.1 patch-aa --- files/patch-aa 28 Dec 2000 15:58:58 -0000 1.1 +++ files/patch-aa 17 Dec 2002 23:49:45 -0000 @@ -1,11 +1,11 @@ ---- doc/sed.texi.orig Mon Jun 29 08:01:51 1998 -+++ doc/sed.texi Thu Dec 28 02:05:37 2000 -@@ -25,7 +25,7 @@ +--- doc/sed.texi.orig Tue Nov 19 20:54:46 2002 ++++ doc/sed.texi Wed Dec 18 00:49:10 2002 +@@ -23,7 +23,7 @@ + @syncodeindex op fn - @ifinfo @direntry -* sed: (sed). Stream EDitor. -+* GNU sed: (sed). Stream EDitor. ++* GNU sed: (sed). Stream EDitor. + @end direntry - This file documents @sc{sed}, a stream editor. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 16:50: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1ED037B404 for ; Tue, 17 Dec 2002 16:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E261743EDC for ; Tue, 17 Dec 2002 16:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBI0o1x3008304 for ; Tue, 17 Dec 2002 16:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBI0o18W008303; Tue, 17 Dec 2002 16:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 974B637B401 for ; Tue, 17 Dec 2002 16:46:40 -0800 (PST) Received: from idea.hosting.lv (idea.hosting.lv [62.85.37.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 919CF43EA9 for ; Tue, 17 Dec 2002 16:46:39 -0800 (PST) (envelope-from arkadi@hosting.lv) Received: from arkadi by idea.hosting.lv with local id 18OSMH-000CrN-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 18 Dec 2002 02:46:45 +0200 Message-Id: Date: Wed, 18 Dec 2002 02:46:45 +0200 From: Arkadi Shishlov Reply-To: Arkadi Shishlov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46338: cyrus-sasl-1.5.27_7 mysql_verify_password() segfaults and supplies wrong connection parameters to mysql_connect Sender: owner-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: 46338 >Category: ports >Synopsis: cyrus-sasl-1.5.27_7 mysql_verify_password() segfaults and supplies wrong connection parameters to mysql_connect >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 17 16:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Arkadi Shishlov >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD idea.hosting.lv 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Mon Aug 19 20:10:07 EEST 2002 root@idea.hosting.lv:/usr/src/sys/compile/idea i386 >Description: Take a look at following snippet of code from cyrus-sasl/lib/checkpw.c patched with mysql authentication: static int mysql_verify_password(sasl_conn_t *conn, const char *userid, const char *password, const char *service __attribute__((unused)), const char *user_realm __attribute__((unused)), const char **reply) { [...] cur_host = db_host; while ( cur_host != NULL || sock == NULL) { db_host = strchr(db_host,','); if ( db_host != NULL ) { db_host[0] = 0x00; /* loop till we find some text */ while (!isalnum(db_host[0]) ) db_host++; } sock = mysql_connect(&mysql,db_host,db_user,db_passwd); cur_host = db_host; } [...] db_host is a string, "localhost" for example. At the first while() pass, strchr() returns NULL, so mysql_connect() is called with db_host == NULL. Bad. It is OK, when db_host == "localhost", cause NULL value is a special case meaning "localhost" for mysql_connect(). Consider there is no database at localhost or db_host was not "localhost" but "db.domain.com". mysql_connect() fails to connect and sock == NULL. db_host == NULL. while() condition is still true and strchr() is called on NULL value. Segfault. This 'parser' is horribly broken. >How-To-Repeat: Setup some software that use SASL for authentication. For example Cyrus-IMAP. Setup it to use MySQL and supply some invalid values in config to be sure mysql_connect() could not connect to that destination. Try to login, IMAP daemon will segfault. >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 Dec 17 16:52:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6152537B401; Tue, 17 Dec 2002 16:52:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EC8643ED8; Tue, 17 Dec 2002 16:52:15 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBI0qEx3010173; Tue, 17 Dec 2002 16:52:14 -0800 (PST) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBI0qEND010169; Tue, 17 Dec 2002 16:52:14 -0800 (PST) Date: Tue, 17 Dec 2002 16:52:14 -0800 (PST) From: Mario Sergio Fujikawa Ferreira Message-Id: <200212180052.gBI0qEND010169@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, des@FreeBSD.org Subject: Re: ports/46335: update www/linux-opera to 6.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 Synopsis: update www/linux-opera to 6.11 Responsible-Changed-From-To: freebsd-ports->des Responsible-Changed-By: lioux Responsible-Changed-When: Tue Dec 17 16:52:14 PST 2002 Responsible-Changed-Why: Over to maintainer(s) http://www.freebsd.org/cgi/query-pr.cgi?pr=46335 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 17:49:40 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C959D37B401; Tue, 17 Dec 2002 17:49:39 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7413643EB2; Tue, 17 Dec 2002 17:49:39 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBI1ndx3025388; Tue, 17 Dec 2002 17:49:39 -0800 (PST) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBI1ndRU025384; Tue, 17 Dec 2002 17:49:39 -0800 (PST) Date: Tue, 17 Dec 2002 17:49:39 -0800 (PST) From: Christian Weisgerber Message-Id: <200212180149.gBI1ndRU025384@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, naddy@FreeBSD.org Subject: Re: ports/42408: [PATCH] Update devel/elfio to 1.0.0 Sender: owner-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] Update devel/elfio to 1.0.0 Responsible-Changed-From-To: freebsd-ports->naddy Responsible-Changed-By: naddy Responsible-Changed-When: Tue Dec 17 17:49:17 PST 2002 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=42408 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 18: 5:13 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74FF637B401 for ; Tue, 17 Dec 2002 18:05:12 -0800 (PST) Received: from manuel.dublan.net (manuel.dublan.net [66.219.198.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0877743E4A for ; Tue, 17 Dec 2002 18:05:12 -0800 (PST) (envelope-from troy@dublan.net) Received: from manuel.dublan.net (manuel.dublan.net [127.0.0.1]) by manuel.dublan.net (8.12.6/8.12.6) with ESMTP id gBI251N5062174 for ; Tue, 17 Dec 2002 19:05:01 -0700 (MST) (envelope-from troy@dublan.net) Received: from localhost (troy@localhost) by manuel.dublan.net (8.12.6/8.12.6/Submit) with ESMTP id gBI251JT062171 for ; Tue, 17 Dec 2002 19:05:01 -0700 (MST) X-Authentication-Warning: manuel.dublan.net: troy owned process doing -bs Date: Tue, 17 Dec 2002 19:05:01 -0700 (MST) From: Troy Bowman To: ports@freebsd.org Subject: CGI::Lite fix Message-ID: <20021217190359.U62079-100000@manuel.dublan.net> 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've tried to mail the author of CGI::Lite, but his email address (shishir@ora.com) bounces, user unknown. Maybe at least we could make a patch for the FreeBSD port. If you know the true address for the maintainer, by all means, please forward this on. I had an inetermittent problem while using mod_layout, and tracked it down to CGI::Lite. The whole problem is that mod_layout sometimes gets the "[ Reading query from standard input. Press ^D to stop! ]" output as a header, and croaks on it. I noticed that CGI.pm prints their "(offline mode: enter name=value pairs on standard input)" to STDERR. To fix this, please change line 695 of Lite.pm from: print "[ Reading query from standard input. Press ^D to stop! ]\n"; to print STDERR "[ Reading query from standard input. Press ^D to stop! ]\n"; Thanks! ../troy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 18: 7:49 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 802A637B401; Tue, 17 Dec 2002 18:07:48 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E351043E4A; Tue, 17 Dec 2002 18:07:47 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBI27lx3034121; Tue, 17 Dec 2002 18:07:47 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBI27lP1034117; Tue, 17 Dec 2002 18:07:47 -0800 (PST) Date: Tue, 17 Dec 2002 18:07:47 -0800 (PST) From: Adam Weinberger Message-Id: <200212180207.gBI27lP1034117@freefall.freebsd.org> To: adamw@FreeBSD.org, freebsd-ports@FreeBSD.org, mikeh@FreeBSD.org Subject: Re: ports/46332: x11-toolkits/xforms: make fetchable again by upgrading to 1.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: x11-toolkits/xforms: make fetchable again by upgrading to 1.0-release. Responsible-Changed-From-To: freebsd-ports->mikeh Responsible-Changed-By: adamw Responsible-Changed-When: Tue Dec 17 18:07:36 PST 2002 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=46332 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 18:18:28 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09E1237B401 for ; Tue, 17 Dec 2002 18:18:25 -0800 (PST) Received: from 68-114-20-141.charterga.net (68-114-20-141.charterga.net [68.114.20.141]) by mx1.FreeBSD.org (Postfix) with SMTP id 2D37843EC2 for ; Tue, 17 Dec 2002 18:18:07 -0800 (PST) (envelope-from yaaq19112824@pager.icq.com) Received: from [174.223.185.169] by rly-xl05.mx.aol.com with NNFMP; Dec, 17 2002 8:48:29 PM +0700 Received: from rly-xl05.mx.aol.com ([147.119.50.98]) by smtp4.cyberec.com with NNFMP; Dec, 17 2002 7:48:27 PM +0300 Received: from unknown (HELO da001d2020.lax-ca.osd.concentric.net) (194.29.209.49) by f64.law4.hotmail.com with QMQP; Dec, 17 2002 6:42:23 PM -0800 Received: from mx.rootsystems.net ([60.127.54.24]) by smtp-server6.tampabay.rr.com with SMTP; Dec, 17 2002 5:53:25 PM +1100 From: Michael D G McKinlay To: Brigid@FreeBSD.ORG, C@FreeBSD.ORG, M@FreeBSD.ORG, Campbell@FreeBSD.ORG Cc: Subject: You need E-MAiL AddREssES, we've got em: 40OM for $139 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Tue, 17 Dec 2002 21:17:11 -0500 X-Mailer: Microsoft Outlook Express 6.00.2462.0000 Message-Id: <20021218021807.2D37843EC2@mx1.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 You want email addresses; we've got lots of fresh ones. Face it, there's no way you're going to extract 400 million email addresses with some flimsy email extractor program you downloaded from the web. You're lucky if you can extract 2 million in a year! Our email addresses are even targeted in 34 different categories to help you reach only the market you want. No need to buy any more directories from the web. We've bought almost all of them for you, cleaned them up including removal of duplicates and flamers, and compiled them into a 4 disk volume for only $139.00 Now you can send emails to millions of people worldwide. Imagine if only a small number out of even 1 million emails sent responded to your email. Don't you think you'd make something out of that? No need to worry if our email addresses will work with your mailing program. We already thought of that and made sure to save all files as text files. Text files are the most universal types of files so they will import easily. Also, there's no limit to how many times you can use our email addresses. Still have more specific questions? We're here to help. You can contact us by email At Superstud@btamail.net.cn make sure to put "ENQUIRY" in the subject line Want to order? Follow the instructions below: [] I want to order online Please complete ONLY section A & B of the order form below and either fax or email it back to us. If you're faxing it, send it to 1-6 30-604-1030 or 1-44 3-659-0730 [] I want to order by Credit Card Please complete section A , B & C of the order form below. For your security, DO NOT email anything with your credit card number on it. Please fax your order form to 1-63 0-604-10 30 or 1-4 43-659-07 30 [] I want to order by Paypal Please complete section A , B & D of the order form below. You can email or fax the order form back to us for processing. Return by fax to 1-630-604-1 030 or 1-443-6 59-0730 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ SECTION A - Products (prices are in US$) [] Email Marketing CD with 100 million Addresses $69.00 [] 200 Million Email Addresses on 2 CD's $79.00 [] 1.5 Million USA Business Fax Numbers $49.00 [] PACKAGE "A" - ALL DIRECTORIES ABOVE (3 CDs) $99.00 [] Email Gold CD FRESHLY EXTRACTED 100 Million Addresses $99.00 [] 7 Million Chinese Email Addresses $99.00 [] PACKAGE "B" + PACKAGE "A"- All directories above (4 CDs) $139.00 [] 1 Million Email Addresses from French speaking countries $69 [] 1 Million U.K. only email addresses $69 ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// SECTION B - Personal Information Full Name:________________________________________________________________ Company Name:________________________________________________________________ Tel: ( ______) ___________-______________ Email Address:__________________________________________________________ Shipping Addresss:_______________________________________Zip/Postal:_______________ City:___________________________________ State/Province:____________________ Country:________________________________________________________________ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ SECTION C - Credit Card Information Card Number:____________________________________________________________ Expiration Date:____/____ CVV2 code (last 3 digits on reverse):__________________ Type of card : [] Visa [] Mastercard [] American Express Exact name on card:_______________________________________________________ Billing Address:________________________________________Zip/Postal_______________ City:____________________________________State/Province:___________________ Country:________________________________________________________________ Cardholder Signature:______________________________________________________ I hereby authorize F.T. Internat ion al to bill my credit card for the items ordered on this form. I understand that all sales are final and further agree not to dispute this charge. \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ SECTION D - Paypal Information Email Address associated with Paypal:________________________________________ Note: After receiving this order form, we will send a payment request to the address above. ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// If you want off our list, please send an email to Superstud@btamail.net.cn with DELETE in the subject line. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 19: 0:33 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B09B37B401 for ; Tue, 17 Dec 2002 19:00:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD77343ED8 for ; Tue, 17 Dec 2002 19:00:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBI30Dx3044361 for ; Tue, 17 Dec 2002 19:00:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBI30DLP044360; Tue, 17 Dec 2002 19:00:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 305F337B401 for ; Tue, 17 Dec 2002 18:56:20 -0800 (PST) Received: from smtp.noos.fr (nan-smtp-08.noos.net [212.198.2.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id B347343EB2 for ; Tue, 17 Dec 2002 18:56:18 -0800 (PST) (envelope-from root@gits.dyndns.org) Received: (qmail 6137183 invoked by uid 0); 18 Dec 2002 02:56:15 -0000 Received: from unknown (HELO mail.gits.dyndns.org) ([212.198.231.27]) (envelope-sender ) by 212.198.2.77 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 18 Dec 2002 02:56:15 -0000 Received: from mail.gits.dyndns.org (3xrcyp43o8drzmai@localhost [127.0.0.1]) by mail.gits.dyndns.org (8.12.6/8.12.6) with ESMTP id gBI2uEte027877; Wed, 18 Dec 2002 03:56:14 +0100 (CET) (envelope-from root@gits.dyndns.org) Received: (from root@localhost) by mail.gits.dyndns.org (8.12.6/8.12.6/Submit) id gBI2uDqw027876; Wed, 18 Dec 2002 03:56:13 +0100 (CET) (envelope-from root) Message-Id: <200212180256.gBI2uDqw027876@mail.gits.dyndns.org> Date: Wed, 18 Dec 2002 03:56:13 +0100 (CET) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@FreeBSD.org Cc: Ryan Grove X-Send-Pr-Version: 3.113 Subject: ports/46339: Maintainer update: misc/upclient (5.0b6) Sender: owner-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: 46339 >Category: ports >Synopsis: Maintainer update: misc/upclient (5.0b6) >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 Dec 17 19:00:13 PST 2002 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.7-STABLE i386 >Organization: ACME >Environment: System: FreeBSD gits 4.7-STABLE FreeBSD 4.7-STABLE #28: Sun Oct 20 17:28:38 CEST 2002 root@gits:/disk2/freebsd/stable/src/sys/compile/CUSTOM i386 >Description: Makefile PORTVERSION bumped LIB_DEPEND added USE_GMAKE required DOC_FILES updated post-extract (rename-doc) and install-locale added patch-prefix updated distinfo updated pkg-plist clientchk added locales added docs updated files/patch-aa (Makefile) files/patch-ab (upclient.conf) files/patch-options.c files/patch-upchk updated files/patch-stats-bsd.c shrinked since FreeBSD patch as been integrated :) files/patch-options.h deleted files/patch-clientchk files/patch-transmit.c new files files/upclient.sh config file version check added >How-To-Repeat: n/a >Fix: take care, this patch set is in two parts. the first one are diffs against /dev/null and the second one is a cvs diff. --- /dev/null Wed Dec 18 03:42:45 2002 +++ files/patch-clientchk Wed Dec 18 02:47:26 2002 @@ -0,0 +1,20 @@ +--- scripts/clientchk.orig Thu Oct 24 18:48:35 2002 ++++ scripts/clientchk Wed Dec 18 02:41:57 2002 +@@ -31,7 +31,7 @@ + # variables: + + # client: This is the path to the client program. +-client="/usr/sbin/upclient" ++client="%%PREFIX%%/sbin/upclient" + + # clientpid: This is the path to the client PID file. + clientpid="/var/run/upclient.pid" +@@ -43,7 +43,7 @@ + + # chdirectroy: If we need to change directory before running the client, + # enter it here. +-chdirectory="" ++chdirectory="/" + + # You can leave deletefiles or chdirector empty if you don't need them. + # However, you NEED client and clientpid. --- /dev/null Wed Dec 18 03:42:45 2002 +++ files/patch-transmit.c Wed Dec 18 03:32:44 2002 @@ -0,0 +1,12 @@ +--- src/transmit.c.orig Sat Nov 30 03:27:16 2002 ++++ src/transmit.c Wed Dec 18 03:30:45 2002 +@@ -45,8 +45,8 @@ + #endif /* !PLATFORM_WINNT */ + + #if !defined PLATFORM_WINNT && !defined PLATFORM_BEOS +-# include /* htons(), in_addr_t */ + # include ++# include /* htons(), in_addr_t */ + #endif + /* Some Linux with old system headers might need this */ + /* #if defined PLATFORM_LINUX Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/upclient/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 6 Nov 2002 02:06:03 -0000 1.17 +++ Makefile 18 Dec 2002 02:35:25 -0000 @@ -6,7 +6,7 @@ # PORTNAME= upclient -PORTVERSION= 5.0.b5 +PORTVERSION= 5.0.b6 CATEGORIES= misc MASTER_SITES= http://uptimes.wonko.com/files/ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} @@ -16,7 +16,10 @@ # Global variables # +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext + USE_REINPLACE= yes +USE_GMAKE= yes ALL_TARGET= bsd BUILD_WRKSRC= ${WRKSRC}/src @@ -29,10 +32,19 @@ # DOC_FILES= AUTHORS COPYING FAQ HISTORY INSTALL README TODO +DOC_FILES+= doc/UptimesProtocol5 DOC_FILES+= HISTORY-BETA .include +# Post-extract +# + +post-extract: rename-doc + +rename-doc: + @${MV} ${WRKSRC}/doc/"Uptimes Protocol 5" ${WRKSRC}/doc/UptimesProtocol5 + # Post-patch # @@ -40,7 +52,9 @@ patch-prefix: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/scripts/upchk ${WRKSRC}/src/Makefile + -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ + ${WRKSRC}/scripts/upchk ${WRKSRC}/scripts/clientchk \ + ${WRKSRC}/src/Makefile patch-pkgmessage: @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${MSG_FILE} > ${PKGMESSAGE} @@ -48,11 +62,12 @@ # Install # -do-install: install-program install-man install-sample install-script +do-install: install-program install-man install-sample install-script \ + install-locale install-program: @${INSTALL_PROGRAM} -g kmem -m 2555 ${WRKSRC}/src/products/upclient \ - ${PREFIX}/sbin/upclient + ${PREFIX}/sbin install-man: @${INSTALL_MAN} ${WRKSRC}/src/products/upclient.8 \ @@ -63,7 +78,11 @@ ${PREFIX}/etc/upclient.conf.sample install-script: - @${INSTALL_SCRIPT} ${WRKSRC}/scripts/upchk ${PREFIX}/sbin/upchk + @${INSTALL_SCRIPT} ${WRKSRC}/scripts/upchk ${WRKSRC}/scripts/clientchk \ + ${PREFIX}/sbin + +install-locale: + @cd ${WRKSRC}/src; ${GMAKE} install-locales # Post-install # Index: distinfo =================================================================== RCS file: /home/ncvs/ports/misc/upclient/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 19 Oct 2002 22:14:38 -0000 1.5 +++ distinfo 18 Dec 2002 00:11:25 -0000 @@ -1 +1 @@ -MD5 (upclient-5.0b5.tar.gz) = fa6a74f146eacf47f4b0773a835a570e +MD5 (upclient-5.0b6.tar.gz) = 3d4c45addb947a51deabf2205188b82e Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/upclient/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 19 Oct 2002 22:14:38 -0000 1.4 +++ pkg-plist 18 Dec 2002 02:40:21 -0000 @@ -3,8 +3,16 @@ @unexec if cmp -s %D/etc/upclient.conf %D/etc/upclient.conf.sample; then rm -f %D/etc/upclient.conf; fi etc/upclient.conf.sample @exec [ -f %D/etc/upclient.conf ] || cp -p %D/etc/upclient.conf.sample %D/etc/upclient.conf +sbin/clientchk sbin/upchk sbin/upclient +share/locale/de/LC_MESSAGES/upclient.mo +share/locale/fr/LC_MESSAGES/upclient.mo +@unexec rmdir share/locale/de/LC_MESSAGES 2> /dev/null || : +@unexec rmdir share/locale/de 2> /dev/null || : +@unexec rmdir share/locale/fr/LC_MESSAGES 2> /dev/null || : +@unexec rmdir share/locale/fr 2> /dev/null || : +@unexec rmdir share/locale 2> /dev/null || : %%PORTDOCS%%share/doc/upclient/AUTHORS %%PORTDOCS%%share/doc/upclient/COPYING %%PORTDOCS%%share/doc/upclient/FAQ @@ -13,4 +21,5 @@ %%PORTDOCS%%share/doc/upclient/INSTALL %%PORTDOCS%%share/doc/upclient/README %%PORTDOCS%%share/doc/upclient/TODO +%%PORTDOCS%%share/doc/upclient/UptimesProtocol5 %%PORTDOCS%%@dirrm share/doc/upclient Index: files/patch-aa =================================================================== RCS file: /home/ncvs/ports/misc/upclient/files/patch-aa,v retrieving revision 1.4 diff -u -r1.4 patch-aa --- files/patch-aa 19 Oct 2002 22:14:38 -0000 1.4 +++ files/patch-aa 18 Dec 2002 02:17:36 -0000 @@ -1,5 +1,14 @@ ---- src/Makefile.orig Thu Oct 10 04:36:35 2002 -+++ src/Makefile Sat Oct 19 23:21:49 2002 +--- src/Makefile.orig Sat Nov 30 03:29:55 2002 ++++ src/Makefile Wed Dec 18 01:29:34 2002 +@@ -34,7 +34,7 @@ + # + PROGRAMNAME = upclient + # UPCLIENT_VERSION = "5.0b6" +- UPCLIENT_VERSION = `grep '\#define UPCLIENT_VERSION ' version.h | sed -e 's@\#define UPCLIENT_VERSION @@g' | tr -d '"'` ++ UPCLIENT_VERSION = `sed -n 's/"//g;/\#define UPCLIENT_VERSION /s///p' version.h` + ################################################################################ + + binname = upclient @@ -44,7 +44,7 @@ @@ -18,3 +27,16 @@ # Further Reading # Filesystem Hierarchy Standard 2.2 May 24, 2001 +@@ -82,9 +82,9 @@ + + ## [x86] FreeBSD (4.7-RC) + ## assumes gettext installed in /usr/local +-#localedir = ${datadir}/locale +-#LOCALEFLAGS = -DLOCALEPATH=\"$(localedir)\" -I/usr/local/include +-#LOCALELIBS = -L/usr/local/lib -lintl ++localedir = ${datadir}/locale ++LOCALEFLAGS = -DLOCALEPATH=\"$(localedir)\" -I%%LOCALBASE%%/include ++LOCALELIBS = -L%%LOCALBASE%%/lib -lintl + + ## [Sparc - R220] Sun Solaris (5.8) + ## not sure whether this locale dir is correct Index: files/patch-ab =================================================================== RCS file: /home/ncvs/ports/misc/upclient/files/patch-ab,v retrieving revision 1.5 diff -u -r1.5 patch-ab --- files/patch-ab 19 Oct 2002 22:14:38 -0000 1.5 +++ files/patch-ab 18 Dec 2002 01:49:03 -0000 @@ -1,5 +1,5 @@ ---- src/conf/upclient.conf.orig Thu Oct 10 04:36:24 2002 -+++ src/conf/upclient.conf Sat Oct 19 19:41:36 2002 +--- src/conf/upclient.conf.orig Sat Nov 30 03:27:16 2002 ++++ src/conf/upclient.conf Wed Dec 18 02:31:09 2002 @@ -9,7 +9,7 @@ AuthKey = # Your Authorization key @@ -8,4 +8,13 @@ +Interval = 550 # Transmit interval UptimeServer = @UPTIMES_SERVER@ # Uptimes Project's data server - SendIdleTime = 1 # Send your idle time + SendIdle = 1 # Send CPU idle percent +@@ -20,7 +20,7 @@ + SendCPUDetail = 1 # (BSD, Linux, Solaris & Irix only) + # 0 = send generic CPU architecture + # 1 = send specific CPU model +-SendLoadAvg = 0 # Send 15-minute Load-average (unix only) (not implemented) ++SendLoadAvg = 1 # Send 15-minute Load-average (unix only) + + # Fill in if you're behind a proxy server. + #ProxyServer = Index: files/patch-options.c =================================================================== RCS file: /home/ncvs/ports/misc/upclient/files/patch-options.c,v retrieving revision 1.4 diff -u -r1.4 patch-options.c --- files/patch-options.c 19 Oct 2002 22:14:38 -0000 1.4 +++ files/patch-options.c 18 Dec 2002 01:48:00 -0000 @@ -1,11 +1,11 @@ ---- src/options.c.orig Wed Oct 2 06:50:49 2002 -+++ src/options.c Sat Oct 19 22:54:06 2002 -@@ -55,7 +55,7 @@ +--- src/options.c.orig Sat Nov 30 03:27:15 2002 ++++ src/options.c Wed Dec 18 01:43:00 2002 +@@ -60,7 +60,7 @@ + * Minimum value is enforced. A warning is logged if greater than upper limit. */ - char cfg_authkey[AUTHKEY_REQUIRED_LEN+1] = ""; - char cfg_upserver[UPSERVER_MAXLEN+1] = "uptimes.wonko.com"; --int cfg_interval = 300; -+int cfg_interval = 550; - char cfg_pidfile[PIDFILE_MAXLEN+1] = PIDFILE; - char cfg_proxyserver[PROXYSERVER_MAXLEN+1] = ""; - int cfg_udpport = 49153; + #define MINIMUM_INTERVAL 30 /* enforced */ +-#define DEFAULT_INTERVAL 300 ++#define DEFAULT_INTERVAL 550 + #define UPPER_INTERVAL 600 /* warning if exceeded */ + + /* Macros */ Index: files/patch-stats-bsd.c =================================================================== RCS file: /home/ncvs/ports/misc/upclient/files/patch-stats-bsd.c,v retrieving revision 1.3 diff -u -r1.3 patch-stats-bsd.c --- files/patch-stats-bsd.c 19 Oct 2002 22:14:38 -0000 1.3 +++ files/patch-stats-bsd.c 18 Dec 2002 02:28:25 -0000 @@ -1,294 +1,143 @@ ---- src/stats-bsd.c.orig Mon Sep 30 02:58:36 2002 -+++ src/stats-bsd.c Sat Oct 19 22:50:30 2002 -@@ -41,139 +41,171 @@ - #include "upclient.h" - #include "options.h" - #include "stats.h" --#include "uplog.h" /* wrapper for */ - - /* System includes */ --#include --#include -+#include - #include - #include -+#include - #include --#include --#include -+#include -+#include - #include -+#include - #include -+#include - #include +--- src/stats-bsd.c.orig Sat Nov 30 03:27:16 2002 ++++ src/stats-bsd.c Wed Dec 18 03:28:16 2002 +@@ -64,6 +64,8 @@ + #include "locale.h" /* gettext */ + ++void logcalc(char *, char *); ++ /** - * @desc Get statistics + * @desc Verbose level 2 logging of calulations */ --void getstats(unsigned long *puptime, double *pload, int *pidle, char *os, char *oslevel, char *cpu) { -- struct utsname uts; -- struct timeval boottime; -+void -+getstats(unsigned long *puptime, double *pload, int *pidle, -+ char *os, char *oslevel, char *cpu) -+{ -+ size_t size; -+ int mib[2]; -+ -+ { /* ========== uptime ========== */ -+ static struct timeval boottime; -+ static int initialized = 0; - time_t now; +@@ -81,12 +83,13 @@ + void + initCPU(char *cpu) + { +- char buf[CPU_SIZE] = ""; + static int initialized = 0; - size_t size; -- double loadavgs[2]; -- int mib[2]; -- -- /* Get uptime */ -- time(&now); -- mib[0] = CTL_KERN; -- mib[1] = KERN_BOOTTIME; -- size = sizeof(boottime); -- if (sysctl(mib, 2, &boottime, &size, NULL, 0) != -1 && (boottime.tv_sec != 0)) { -- *puptime = now - boottime.tv_sec; -- *puptime /= 60; -- } -- -- if (cfg_sendload) { -- /* Get load average */ -- getloadavg(loadavgs, 3); -- /* Use the 3rd element (15 minute load average) */ -- *pload = loadavgs[2]; -- } -- -- if (cfg_sendos) { -- /* Get os info */ -- uname(&uts); -- } -- -- if (cfg_sendcpu) { -- /* Get CPU info */ -- mib[0] = CTL_HW; -- if (cfg_sendcpulevel == 1) { -- mib[1] = HW_MACHINE; /* Send architecture */ -- } -- else { -- mib[1] = HW_MODEL; /* Send architecture's specific model */ -- } -- size = CPU_SIZE; -- sysctl(mib, 2, cpu, &size, NULL, 0); -- } -- -- if (cfg_sendos) { -- strncpy(os, uts.sysname, OS_SIZE - 1); -- if (cfg_sendoslevel) { -- strncpy(oslevel, uts.release, OSLEVEL_SIZE - 1); -- } -- } -- -- if (cfg_sendidle) { -- static kvm_t *kp; -- static int initialized = 0; -- static struct nlist namelist [] = { -+ -+ if (!initialized) { -+ initialized = 1; -+ -+ mib[0] = CTL_KERN; -+ mib[1] = KERN_BOOTTIME; -+ size = sizeof(boottime); -+ -+ if (sysctl(mib, 2, &boottime, &size, NULL, 0) == -1) { -+ uplog(LOG_ERR, "sysctl: kern.boottime"); -+ err(1, "sysctl: kern.boottime"); -+ } -+ } -+ -+ if (boottime.tv_sec) { -+ time_t now; -+ -+ time (&now); -+ -+ *puptime = now - boottime.tv_sec; -+ *puptime /= 60; -+ } -+ } -+ -+ if (cfg_sendload) { /* ========== loadavg ========== */ -+ double loadavgs[3] = { 0. }; -+ -+ getloadavg(loadavgs, 3); -+ /* Use the 3rd element (15 minute load average) */ -+ *pload = loadavgs[2]; -+ } -+ -+ if (cfg_sendcpu) { /* ========== cpu ========== */ -+ static char buf[CPU_SIZE] = ""; -+ static int initialized = 0; -+ -+ if (!initialized) { -+ initialized = 1; -+ -+ mib[0] = CTL_HW; -+ if (cfg_sendcpulevel == 1) -+ mib[1] = HW_MACHINE; /* Send architecture */ -+ else -+ mib[1] = HW_MODEL; /* Send architecture's specific model */ -+ size = CPU_SIZE; -+ -+ if (sysctl(mib, 2, buf, &size, NULL, 0) == -1) { -+ uplog(LOG_WARNING, "sysctl: hw.model"); -+ /* warn("sysctl: hw.model"); */ -+ } -+ } -+ -+ strlcpy(cpu, buf, CPU_SIZE); -+ } -+ -+ if (cfg_sendos) { -+ static struct utsname uts; -+ static int initialized = 0; -+ -+ if (!initialized) { -+ initialized = 1; -+ -+ uname(&uts); -+ } -+ -+ strlcpy(os, uts.sysname, OS_SIZE); -+ -+ if (cfg_sendoslevel) -+ strlcpy(oslevel, uts.release, OSLEVEL_SIZE); -+ } +- int mib[2]; + + if (!initialized) { ++ char buf[CPU_SIZE] = ""; ++ size_t size; ++ int mib[2]; + -+ if (cfg_sendidle) { /* ========== idle_time ========== */ -+ static kvm_t *kp; -+ static int initialized = 0; -+ static struct nlist namelist[] = { - #define X_CP_TIME 0 -- { "_cp_time" }, -- { NULL }, -- }; -- -- if (!initialized) { -- char errbuf[_POSIX2_LINE_MAX]; -- initialized = 1; -- -- setgid(getgid()); -- -- kp = kvm_openfiles(NULL, NULL, NULL, O_RDONLY, errbuf); -- -- if (!kp) { -- uplog(LOG_WARNING, "kvm_openfiles: %s. (Did you forget to start upclient as root?)", errbuf); --// warn("kvm_openfiles: %s", errbuf); -- } -- else if (kvm_nlist(kp,namelist) == -1) { -- uplog(LOG_WARNING, "kvm_nlist: %s", kvm_geterr(kp)); --// warn("kvm_nlist: %s", kvm_geterr(kp)); -- } -- } -- -- if (kp) { -- long ctime[CPUSTATES]; -- static long stime[CPUSTATES]; -- static int first_time = 1; -- -- if (first_time) { -- first_time = 0; -- -- if (kvm_read(kp, namelist[X_CP_TIME].n_value, stime, sizeof(stime)) == -1) { -- uplog(LOG_WARNING, "kvm_read: %s", kvm_geterr(kp)); --// warn("kvm_read: %s", kvm_geterr(kp)); -- } -- else -- sleep(1); /* to avoid the initial 0 idle value */ -- } -- -- if (kvm_read(kp, namelist[X_CP_TIME].n_value, ctime, sizeof(ctime)) == -1) { -- uplog(LOG_WARNING, "kvm_read: %s", kvm_geterr(kp)); --// warn("kvm_read: %s", kvm_geterr(kp)); -- } -- else { -- int state; -- double time = 0.; -- -- for(state = 0; state < CPUSTATES; state++) -- time += ctime[state] - stime[state]; -- -- if (time == 0.) -- time = 1.; -- -- *pidle = (ctime[CP_IDLE] - stime[CP_IDLE]) * 100. / time; + initialized = 1; + + mib[0] = CTL_HW; +@@ -98,7 +101,6 @@ + + if (sysctl(mib, 2, buf, &size, NULL, 0) == -1) { + uplog(LOG_WARNING, "sysctl: hw.model"); +- /* warn("sysctl: hw.model"); */ + } + strlcpy(cpu, buf, CPU_SIZE); + logcalc(_("CPU"), cpu); +@@ -154,7 +156,6 @@ + err(1, "sysctl: kern.boottime"); + } + boottimesecs = boottime.tv_sec; +- /* logcalc(_("boot time"), boottimesecs); */ + #if defined DEBUG + uplog(LOG_DEBUG, "initBoottime() initialized %d", boottimesecs); + #endif /* DEBUG */ +@@ -173,19 +174,18 @@ + _("%s %s not implemented for this operating system %s"), + _("WARNING:"), _("Load-average"), strerror(errno)); + cfg_SendUsage = 0; +- return; + } + else if (loads < 0) { + uplog(LOG_WARNING, _("%s Could not get load-average %s"), _("WARNING:"), + strerror(errno)); +- return; + } - -- for(state = 0; state < CPUSTATES; state++) -- stime[state] = ctime[state]; -- } -- } -- else { -- cfg_sendidle = 0; -- } -+ { "_cp_time" }, -+ { NULL }, -+ }; -+ -+ if (!initialized) { -+ char errbuf[_POSIX2_LINE_MAX]; -+ initialized = 1; -+ -+ setgid(getgid()); -+ -+ kp = kvm_openfiles(NULL,NULL,NULL,O_RDONLY,errbuf); -+ -+ if (!kp) { -+ uplog(LOG_WARNING, "kvm_openfiles: %s",errbuf); -+ /* warn("kvm_openfiles: %s",errbuf); */ -+ } else if (kvm_nlist(kp,namelist) == -1) { -+ uplog(LOG_WARNING, "kvm_nlist: %s",kvm_geterr(kp)); -+ /* warn("kvm_nlist: %s",kvm_geterr(kp)); */ -+ } +- /* Use the 3rd element (15 minute Load-average) */ +- *loadavg = loadavgs[2]; ++ else { ++ /* Use the 3rd element (15 minute Load-average) */ ++ *loadavg = loadavgs[2]; + #if defined DEBUG +- uplog(LOG_DEBUG, "getLoadavg() %.2f", *loadavg); ++ uplog(LOG_DEBUG, "getLoadavg() %.2f", *loadavg); + #endif /* DEBUG */ + } -+ -+ if (kp) { -+ long ctime[CPUSTATES]; -+ static long stime[CPUSTATES]; -+ static int first_time = 1; -+ -+ if (first_time) { -+ first_time = 0; -+ -+ if (kvm_read(kp, namelist[X_CP_TIME].n_value, -+ stime, sizeof(stime)) == -1) { -+ uplog(LOG_WARNING, "kvm_read: %s", kvm_geterr(kp)); -+ /* warn("kvm_read: %s", kvm_geterr(kp)); */ -+ } else -+ sleep(1); /* to avoid the initial 0 idle value */ -+ } -+ -+ if (kvm_read(kp, namelist[X_CP_TIME].n_value, -+ ctime, sizeof(ctime)) == -1) { -+ uplog(LOG_WARNING, "kvm_read: %s", kvm_geterr(kp)); -+ /* warn("kvm_read: %s", kvm_geterr(kp)); */ -+ } else { -+ int state; -+ double time = 0.; -+ -+ for (state = 0; state < CPUSTATES; state++) -+ time += ctime[state] - stime[state]; -+ -+ if (time == 0.) -+ time = 1.; -+ -+ *pidle = (ctime[CP_IDLE] - stime[CP_IDLE]) * 100. / time; -+ -+ for (state = 0; state < CPUSTATES; state++) -+ stime[state] = ctime[state]; -+ } -+ } else { -+ cfg_sendidle = 0; + } + + #if !defined __MACH__ /* Mach kernel stuff is in stats-mach.c */ +@@ -245,7 +245,7 @@ + + for (state = 0; state < CPUSTATES; state++) { + time += ctime[state] - stime[state]; +- if (!(state == CPU_STATE_IDLE)) { ++ if (!(state == CP_IDLE)) { + nonidlecpu += (float)(ctime[state] - stime[state]); + } + } +@@ -258,6 +258,10 @@ + + for (state = 0; state < CPUSTATES; state++) + stime[state] = ctime[state]; ++#if defined DEBUG ++ uplog(LOG_DEBUG, "getLoadIdle() load=%.1f idle=%.1f", *UsagePercent, ++ *IdlePercent); ++#endif /* DEBUG */ + } } -+ } + else { +@@ -268,17 +272,13 @@ + cfg_SendUsage = 0; + cfg_SendIdle = 0; + } +-#if defined DEBUG +- uplog(LOG_DEBUG, "getLoadIdle() load=%.1f idle=%.1f", *UsagePercent, +- *IdlePercent); +-#endif /* DEBUG */ } --#endif /* PLATFORM_BSD */ -+ -+#endif /* PLATFORM_BSD */ + #endif /* !__MACH__ */ + + void + getUptime(unsigned long *uptimeminutes) + { +- static time_t boottimesecs; ++ time_t boottimesecs; + + boottimesecs = initBoottime(); + +@@ -293,7 +293,7 @@ + #endif /* DEBUG */ + } + else { +- uplog(LOG_INFO, _("%s: %s failed"), _("ERROR:"), ++ uplog(LOG_ERR, _("%s %s failed"), _("ERROR:"), + "getUptime() boottime.tv_sec"); + } + } +@@ -306,19 +306,18 @@ + double *IdlePercent, char *osname, char *osversion, char *cpu, + double *loadavg) + { +- getUptime(&*uptimeminutes); ++ getUptime(uptimeminutes); + + if (cfg_SendUsage || cfg_SendIdle) +- getLoadIdle(&*UsagePercent, &*IdlePercent); ++ getLoadIdle(UsagePercent, IdlePercent); + + if (cfg_sendosname || cfg_sendosversion) +- initOS(&*osname, &*osversion); ++ initOS(osname, osversion); + + if (cfg_sendcpu) +- initCPU(&*cpu); +- +- /* if (cfg_sendloadavg) */ +- getLoadavg(&*loadavg); ++ initCPU(cpu); + ++ if (cfg_sendloadavg) ++ getLoadavg(loadavg); + } + #endif /* PLATFORM_BSD */ Index: files/patch-upchk =================================================================== RCS file: /home/ncvs/ports/misc/upclient/files/patch-upchk,v retrieving revision 1.3 diff -u -r1.3 patch-upchk --- files/patch-upchk 19 Oct 2002 22:14:38 -0000 1.3 +++ files/patch-upchk 18 Dec 2002 01:46:49 -0000 @@ -1,5 +1,5 @@ --- scripts/upchk.orig Mon Sep 23 19:28:31 2002 -+++ scripts/upchk Sat Oct 19 22:52:27 2002 ++++ scripts/upchk Wed Dec 18 02:40:31 2002 @@ -24,7 +24,7 @@ # Index: files/upclient.sh =================================================================== RCS file: /home/ncvs/ports/misc/upclient/files/upclient.sh,v retrieving revision 1.2 diff -u -r1.2 upclient.sh --- files/upclient.sh 19 Nov 2001 06:38:34 -0000 1.2 +++ files/upclient.sh 18 Dec 2002 02:39:34 -0000 @@ -22,6 +22,8 @@ config_file=${program_file}.conf config_path=${config_dir}/${config_file} +sample_path=${config_path}.sample + pid_dir=/var/run pid_file=${program_file}.pid pid_path=${pid_dir}/${pid_file} @@ -54,7 +56,15 @@ "${config_path}." exit 72 fi - ${program_path} && + kw="IdleTime|OS|(OS|CPU)Level" + if egrep -qs "^[$ws]*Send($kw)[$ws]*=" ${config_path} + then + logger -sp ${syslog_facility} -t ${program_file} \ + "unable to start: ${config_path} needs to be updated" \ + "from ${sample_path}." + exit 72 + fi + ${program_path} 2> /dev/null && echo -n " ${program_file}" ;; stop) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 19:20: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD56637B401 for ; Tue, 17 Dec 2002 19:20:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3ADD43EC2 for ; Tue, 17 Dec 2002 19:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBI3K1x3053584 for ; Tue, 17 Dec 2002 19:20:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBI3K1I9053583; Tue, 17 Dec 2002 19:20:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3233937B401 for ; Tue, 17 Dec 2002 19:16:58 -0800 (PST) Received: from smtp.noos.fr (nan-smtp-06.noos.net [212.198.2.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 381B043EE1 for ; Tue, 17 Dec 2002 19:16:57 -0800 (PST) (envelope-from root@gits.dyndns.org) Received: (qmail 2494663 invoked by uid 0); 18 Dec 2002 03:16:55 -0000 Received: from unknown (HELO mail.gits.dyndns.org) ([212.198.231.27]) (envelope-sender ) by 212.198.2.75 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 18 Dec 2002 03:16:55 -0000 Received: from mail.gits.dyndns.org (dc5rctu7y9j962y3@localhost [127.0.0.1]) by mail.gits.dyndns.org (8.12.6/8.12.6) with ESMTP id gBI3Gtte028597 for ; Wed, 18 Dec 2002 04:16:55 +0100 (CET) (envelope-from root@gits.dyndns.org) Received: (from root@localhost) by mail.gits.dyndns.org (8.12.6/8.12.6/Submit) id gBI3Gs9A028596; Wed, 18 Dec 2002 04:16:54 +0100 (CET) (envelope-from root) Message-Id: <200212180316.gBI3Gs9A028596@mail.gits.dyndns.org> Date: Wed, 18 Dec 2002 04:16:54 +0100 (CET) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46340: Maintainer update: astro/setiathome (FreeBSD 5.x note added) Sender: owner-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: 46340 >Category: ports >Synopsis: Maintainer update: astro/setiathome (FreeBSD 5.x note added) >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 Dec 17 19:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.7-STABLE i386 >Organization: ACME >Environment: System: FreeBSD gits 4.7-STABLE FreeBSD 4.7-STABLE #28: Sun Oct 20 17:28:38 CEST 2002 root@gits:/disk2/freebsd/stable/src/sys/compile/CUSTOM i386 >Description: note added about i386 a.out support under FreeBSD 5.x. Makefile PORTREVISION bumped pkg-message updated >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/Makefile,v retrieving revision 1.31 diff -u -r1.31 Makefile --- Makefile 13 Nov 2002 13:02:56 -0000 1.31 +++ Makefile 18 Dec 2002 03:14:56 -0000 @@ -6,7 +6,7 @@ PORTNAME= setiathome PORTVERSION?= 3.03 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES?= astro MASTER_SITES= ftp://ftp.cdrom.com/pub/setiathome/ \ ftp://alien.ssl.berkeley.edu/pub/ \ Index: pkg-message =================================================================== RCS file: /home/ncvs/ports/astro/setiathome/pkg-message,v retrieving revision 1.4 diff -u -r1.4 pkg-message --- pkg-message 28 Jul 2002 22:13:45 -0000 1.4 +++ pkg-message 18 Dec 2002 03:11:38 -0000 @@ -1,3 +1,8 @@ -**** %%PREFIX%%/etc/rc.%%PREFX%%setiathome%%SUFX%%.conf may be edited to - tune some startup variables such as `seti_nice' defaulted to 15 - and `seti_maxprocs' defaulted to your number of processors. +**** %%PREFIX%%/etc/rc.%%PREFX%%setiathome%%SUFX%%.conf may be edited + to tune some startup variables such as `seti_nice' defaulted to + 15 and `seti_maxprocs' defaulted to your number of processors. +**** NOTE: unlike previous versions, FreeBSD 5.x for i386 doesn't + support a.out binaries by default. To run setiathome, you have + to add the following line to your kernel configuration file + (/sys/i386/conf/) : + options COMPAT_AOUT # Enable i386 a.out binary support >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 19:30: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA37637B401 for ; Tue, 17 Dec 2002 19:30:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BCF843ED4 for ; Tue, 17 Dec 2002 19:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBI3U2x3055525 for ; Tue, 17 Dec 2002 19:30:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBI3U2qH055524; Tue, 17 Dec 2002 19:30:02 -0800 (PST) Date: Tue, 17 Dec 2002 19:30:02 -0800 (PST) Message-Id: <200212180330.gBI3U2qH055524@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Cyrille Lefevre Subject: Re: ports/45690: [bento-fix](non maintainer) : devel/gengetopt 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/45690; it has been noted by GNATS. From: Cyrille Lefevre To: freebsd-gnats-submit@FreeBSD.org Cc: sheepkiller@cultdeadsheep.org Subject: Re: ports/45690: [bento-fix](non maintainer) : devel/gengetopt Date: Wed, 18 Dec 2002 04:29:01 +0100 Edwin, thanks for you work -- maintainer approved :) Makefile distinfo same pkg-plist reduced diff Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/gengetopt/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 17 Jan 2002 23:13:36 -0000 1.8 +++ Makefile 18 Dec 2002 03:18:44 -0000 @@ -7,7 +7,7 @@ # PORTNAME= gengetopt -PORTVERSION= 2.4 +PORTVERSION= 2.7.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/gengetopt/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 25 Aug 2001 16:09:38 -0000 1.4 +++ distinfo 18 Dec 2002 03:18:54 -0000 @@ -1 +1 @@ -MD5 (gengetopt-2.4.tar.gz) = 452505146fa9a7075af6cecd99270097 +MD5 (gengetopt-2.7.1.tar.gz) = 0205222fab2d1888799a1f817000eddb Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/gengetopt/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 15 Nov 2001 05:58:49 -0000 1.3 +++ pkg-plist 18 Dec 2002 03:20:40 -0000 @@ -19,7 +19,7 @@ %%PORTDOCS%%share/doc/gengetopt/gengetopt.html %%PORTDOCS%%share/doc/gengetopt/man_getopt.html %%PORTDOCS%%share/doc/gengetopt/no_getopt_long.txt -share/gengetopt/alloca.c +%%PORTDOCS%%share/doc/gengetopt/old_changes.html share/gengetopt/getopt.c share/gengetopt/getopt.h share/gengetopt/getopt1.c Cyrille. -- Cyrille Lefevre mailto:cyrille.lefevre@laposte.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 20:21:41 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30F0E37B401; Tue, 17 Dec 2002 20:21:40 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 727ED43E4A; Tue, 17 Dec 2002 20:21:39 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gBI4LbBB051623; Tue, 17 Dec 2002 23:21:37 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gBI4LbqW051622; Tue, 17 Dec 2002 23:21:37 -0500 (EST) (envelope-from alane) Date: Tue, 17 Dec 2002 23:21:37 -0500 From: AlanE To: Emiel Kollof Cc: kde@freebsd.org, FreeBSD Ports List Subject: Re: [kde-freebsd] What happened to the packages? Message-ID: <20021218042137.GA50229@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: Emiel Kollof , kde@freebsd.org, FreeBSD Ports List References: <20021218041223.GA53365@hackerheaven.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021218041223.GA53365@hackerheaven.org> X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.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 Wed, Dec 18, 2002 at 05:12:23AM +0100, Emiel Kollof wrote: >It seems that kde packages aren't available from the normal pkg_add -r >packagesite (ftp.freebsd.org) anymore. Also, rabarber doesn't even >have 3.0.5. pkg_add -r kde borks in dismal faillure... > >What's going on? No more kde packages? I can't tell you about ftp.freebsd.org. Fruitsalad.org is working on HEAD while I am finishing portdirs for kde3.1rc5 and Brad (so14k) is making packages and finding my errors for me, a service for which I will repay him in full should I end up moving to Denver (hehe). You can find portdirs for the kde-3.1rc5 release at: http://www.fruitsalad.org/people/alane/software/kde31rc5/ and details on the distfiles on the kde 3.1 info page on www.kde.org; they are located on http://downloads.kde.org, but I don't remember exactly where. I believe Brad's packages are on the fruitsalad site somewhere as well, although I don't remember where, not that I ever know. I work with the source, and Brad turns said source into consumer product .. errr, packages. -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 21: 5:54 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 598D137B401 for ; Tue, 17 Dec 2002 21:05:53 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE8B343ED4 for ; Tue, 17 Dec 2002 21:05:52 -0800 (PST) (envelope-from root@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gBI55pBB064230 for ; Wed, 18 Dec 2002 00:05:51 -0500 (EST) (envelope-from root@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gBI55plq064229 for ports@freebsd.org; Wed, 18 Dec 2002 00:05:51 -0500 (EST) (envelope-from root) Date: Wed, 18 Dec 2002 00:05:51 -0500 From: "AlanE [admin]" To: FreeBSD Ports List Subject: New phoenix port update Message-ID: <20021218050538.GA63984@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: FreeBSD Ports List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.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 I have patched a bug which affects phoenix and will affect mozilla-1.3a, thanks to Greg Rumple and Joe Marcus Clarke and their efforts. Phoenix v. 0.5_4 should hit the mirrors in an hour or so. I'll try to make a package available for download from my FreeBSD web page by tomorrow morning for those who don't like waiting an eternity for this sucker to build. -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 21:19: 8 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D95F37B401 for ; Tue, 17 Dec 2002 21:19:07 -0800 (PST) Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 859DB43EC2 for ; Tue, 17 Dec 2002 21:19:01 -0800 (PST) (envelope-from parv_fm@mailsent.net) Received: from sdn-ap-029dcwashp0405.dialsprint.net ([65.177.105.151] helo=moo.holy.cow) by hawk.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18OWbf-0004Fc-00; Tue, 17 Dec 2002 21:18:55 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id E1B1BA285; Wed, 18 Dec 2002 00:21:44 -0500 (EST) Date: Wed, 18 Dec 2002 00:21:44 -0500 From: parv To: Cy Schubert - CITS Open Systems Group Cc: f-ports Subject: Re: x11-wm/fvwm2-devel - update reminder for v2.5.5 Message-ID: <20021218052144.GA10416@moo.holy.cow> Mail-Followup-To: Cy Schubert - CITS Open Systems Group , f-ports References: <20021217090129.GA8882@moo.holy.cow> <200212172234.gBHMYdL3045554@cwsys.cwsent.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200212172234.gBHMYdL3045554@cwsys.cwsent.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 in message <200212172234.gBHMYdL3045554@cwsys.cwsent.com>, wrote Cy Schubert - CITS Open Systems Group thusly... > > In message <20021217090129.GA8882@moo.holy.cow>, parv writes: > > this is a gentle reminder to kindly update the x11-wm/fvwm2-devel port to > > version 2.5.5. > > I cannot commit the new port to the CVS tree until the change freeze > has been lifted. i forgot about the freeze ... which doesn't like one to my untrained brain (considering the traffic on -ports) when compared to a -stable freeze. > If you're impatient, I've put fvwm2 (2.4.14) and fvwm2-devel > (2.5.5) up at ... nah, i will wait until january. > Sorry for the inconvenience. same here. - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 21:54:26 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F91537B401; Tue, 17 Dec 2002 21:54:25 -0800 (PST) Received: from tiamat.ipv6.hackerheaven.org (ipv6.hackerheaven.org [80.126.0.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0E1943E4A; Tue, 17 Dec 2002 21:54:23 -0800 (PST) (envelope-from coolvibe@hackerheaven.org) Received: from tiamat.ipv6.hackerheaven.org (localhost.ipv6.hackerheaven.org [127.0.0.1]) by tiamat.ipv6.hackerheaven.org (8.12.6/8.12.6) with ESMTP id gBI5rf51054384; Wed, 18 Dec 2002 06:53:41 +0100 (CET) (envelope-from coolvibe@tiamat.ipv6.hackerheaven.org) Received: (from coolvibe@localhost) by tiamat.ipv6.hackerheaven.org (8.12.6/8.12.6/Submit) id gBI5reTo054383; Wed, 18 Dec 2002 06:53:40 +0100 (CET) Date: Wed, 18 Dec 2002 06:53:40 +0100 From: Emiel Kollof To: kde@freebsd.org, FreeBSD Ports List Subject: Re: [kde-freebsd] What happened to the packages? Message-ID: <20021218055340.GA53850@hackerheaven.org> References: <20021218041223.GA53365@hackerheaven.org> <20021218042137.GA50229@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021218042137.GA50229@wwweasel.geeksrus.net> X-Mailer: Mutt 1.3.23i (2001-10-09) X-Editor: Vim http://www.vim.org/ X-Info: http://www.hackerheaven.org/ X-Info2: http://www.cmdline.org/ X-Info3: http://www.coolvibe.org/ X-message-flag: Out of cheese error! User-Agent: Mutt/1.5.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 * AlanE (alane@geeksrus.net) wrote: [good info snip] > I believe Brad's packages are on the fruitsalad site somewhere as well, > although I don't remember where, not that I ever know. I work with the > source, and Brad turns said source into consumer product .. errr, > packages. And a happy consumer I am! Those packages (I found them, they're pretty easy to find once you know where to look) saved me several hours of compiling. Great work. This and getting paid today by $freelance_contractor have certainly made my day :) Cheers, Emiel (a happy luser) -- NOBODY EXPECTS THE SPANISH INQUISITION To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 22:40:28 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE24F37B401; Tue, 17 Dec 2002 22:40:26 -0800 (PST) Received: from citusc.usc.edu (citusc.usc.edu [128.125.38.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8377543E4A; Tue, 17 Dec 2002 22:40:26 -0800 (PST) (envelope-from kris@citusc.usc.edu) Received: (from kris@localhost) by citusc.usc.edu (8.11.6/8.11.2) id gBI6eJ630764; Tue, 17 Dec 2002 22:40:19 -0800 Date: Tue, 17 Dec 2002 22:40:19 -0800 From: Kris Kennaway To: AlanE Cc: Emiel Kollof , kde@FreeBSD.ORG, FreeBSD Ports List Subject: Re: [kde-freebsd] What happened to the packages? Message-ID: <20021217224019.A30737@citusc.usc.edu> References: <20021218041223.GA53365@hackerheaven.org> <20021218042137.GA50229@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="ew6BAiZeqk4r7MaW" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021218042137.GA50229@wwweasel.geeksrus.net>; from alane@geeksrus.net on Tue, Dec 17, 2002 at 11:21:37PM -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 --ew6BAiZeqk4r7MaW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Dec 17, 2002 at 11:21:37PM -0500, AlanE wrote: > On Wed, Dec 18, 2002 at 05:12:23AM +0100, Emiel Kollof wrote: > >It seems that kde packages aren't available from the normal pkg_add -r > >packagesite (ftp.freebsd.org) anymore. Also, rabarber doesn't even > >have 3.0.5. pkg_add -r kde borks in dismal faillure... > > > >What's going on? No more kde packages? I'm not sure what you're seeing, but the ftp site does appear to carry the kde packages. Kris --ew6BAiZeqk4r7MaW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE+ABhSWry0BWjoQKURAtTFAKDnIq4yOsuhE2LHOYJlsPqVLDrJNACgtqx7 iygb9J3n1Br7IIenH9oK2UU= =QAQk -----END PGP SIGNATURE----- --ew6BAiZeqk4r7MaW-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 22:48:39 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7162A37B401 for ; Tue, 17 Dec 2002 22:48:38 -0800 (PST) Received: from citusc.usc.edu (citusc.usc.edu [128.125.38.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id E489043EA9 for ; Tue, 17 Dec 2002 22:48:37 -0800 (PST) (envelope-from kris@citusc.usc.edu) Received: (from kris@localhost) by citusc.usc.edu (8.11.6/8.11.2) id gBI6mWU30824; Tue, 17 Dec 2002 22:48:32 -0800 Date: Tue, 17 Dec 2002 22:48:32 -0800 From: Kris Kennaway To: freebsd-ports Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Error code 1 when installing nmap port Message-ID: <20021217224832.C30737@citusc.usc.edu> References: <2578F22C7A5515449899AF290E2D483215CC@lotus.ad.socruel.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="zx4FCpZtqtKETZ7O" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <2578F22C7A5515449899AF290E2D483215CC@lotus.ad.socruel.org>; from freebsd-ports@socruel.nu on Sun, Dec 15, 2002 at 08:14:05PM +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 --zx4FCpZtqtKETZ7O Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 15, 2002 at 08:14:05PM +0100, freebsd-ports wrote: > -DNMAP_PLATFORM=3D\"i386-portbld-freebsd4.6.2\" > -DNMAPDATADIR=3D\"/usr/local/share/nmap\" -c portlist.c > Compiling nmap > rm -f nmap > cc -L/usr/local/lib -Lnbase -o nmap main.o nmap.o targets.o tcpip.o > nmap_error.o utils.o idle_scan.o osscan.o output.o scan_engine.o > timing.o charpool.o services.o protocols.o nmap_rpc.o portlist.o -lpcap > -lm -lnbase -lpcap > cd nmapfe; test -f Makefile && make VERSION=3D3.00 STATIC=3D; > *** Error code 1 (ignored) >=20 > This system runs 4.6.2-RELEASE-p3. >=20 > I also experience this on 2 other 4.6.2 FreeBSD servers. >=20 > Anyone any idea how to solve this? Solve what? There's no fatal error here. Kris --zx4FCpZtqtKETZ7O Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE+ABpAWry0BWjoQKURAi9rAJ9Gn5Q+21qNpAo4Odhh5lIhnySK3gCeMrsy sP60yJP63c21OLsGw7UfqKg= =m56p -----END PGP SIGNATURE----- --zx4FCpZtqtKETZ7O-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 22:50: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5186837B401 for ; Tue, 17 Dec 2002 22:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA37843EB2 for ; Tue, 17 Dec 2002 22:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBI6o2x3011511 for ; Tue, 17 Dec 2002 22:50:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBI6o29T011510; Tue, 17 Dec 2002 22:50:02 -0800 (PST) Date: Tue, 17 Dec 2002 22:50:02 -0800 (PST) Message-Id: <200212180650.gBI6o29T011510@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Maxim Maximov Subject: Re: ports/46323: update net/nagios to v1.0 Reply-To: Maxim Maximov Sender: owner-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/46323; it has been noted by GNATS. From: Maxim Maximov To: Peter Pentchev Cc: Blaz Zupan , bug-followup@FreeBSD.org Subject: Re: ports/46323: update net/nagios to v1.0 Date: Wed, 18 Dec 2002 09:48:21 +0300 now he certainly does. ;) Peter Pentchev wrote: > On Tue, Dec 17, 2002 at 01:01:18PM +0300, Maxim Maximov wrote: > >>>Number: 46323 >>>Category: ports >>>Synopsis: update net/nagios to v1.0 >> > > Is the port maintainer aware of this update request? > > G'luck, > Peter > -- Maxim Maximov System Administrator AGAVA Software (http://www.agava.ru) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 22:53: 0 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94D9B37B401; Tue, 17 Dec 2002 22:52:58 -0800 (PST) Received: from citusc.usc.edu (citusc.usc.edu [128.125.38.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DA4643EDA; Tue, 17 Dec 2002 22:52:58 -0800 (PST) (envelope-from kris@citusc.usc.edu) Received: (from kris@localhost) by citusc.usc.edu (8.11.6/8.11.2) id gBI6qsJ30877; Tue, 17 Dec 2002 22:52:54 -0800 Date: Tue, 17 Dec 2002 22:52:54 -0800 From: Kris Kennaway To: Edwin Groothuis Cc: Tim Robbins , Riccardo Torrini , freebsd-current@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: unrar doesn't work under current Message-ID: <20021217225254.D30737@citusc.usc.edu> References: <20021217183304.A45243@dilbert.robbins.dropbear.id.au> <20021217074456.GV50581@k7.mavetju> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="rQ2U398070+RC21q" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021217074456.GV50581@k7.mavetju>; from edwin@mavetju.org on Tue, Dec 17, 2002 at 06:44:56PM +1100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --rQ2U398070+RC21q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 17, 2002 at 06:44:56PM +1100, Edwin Groothuis wrote: > Think it has something to do with this one: > 46353 unrar CALL open(0xbfbf98e3,0,0xbef6d8) > 46353 unrar NAMI "../rar/sample.rar" > 46353 unrar RET open 3 > 46353 unrar CALL flock(0x3,0x6) > 46353 unrar NAMI "/var/run/lock" > 46353 unrar RET flock -1 errno 45 Operation not supported > 46353 unrar CALL close(0x3) > 46353 unrar NAMI "/var/run/lock" > 46353 unrar RET close 0 > 46353 unrar CALL write(0x2,0xbfbed670,0x1e) > 46353 unrar GIO fd 2 wrote 30 bytes > " > Cannot open ../rar/sample.rar" >=20 > That's in file.cpp:73, LOCK_EX is in /usr/include/fcntl.h > Haven't looked at the rest. This is due to lack of rpc.lockd running on the nfs client and/or server. Kris --rQ2U398070+RC21q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE+ABtFWry0BWjoQKURAqg8AKD1qMJrxfwItJGIRHpMWUSVjFQTVQCgpXDs GdqZ/y2g9yrmXhFyTvkN+WQ= =U4aA -----END PGP SIGNATURE----- --rQ2U398070+RC21q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 23:20:41 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45AC437B401 for ; Tue, 17 Dec 2002 23:20:40 -0800 (PST) Received: from mail.dada.it (mail3.dada.it [195.110.100.3]) by mx1.FreeBSD.org (Postfix) with SMTP id A322843EDA for ; Tue, 17 Dec 2002 23:20:37 -0800 (PST) (envelope-from riccardo@torrini.org) Received: (qmail 13064 invoked from network); 18 Dec 2002 07:20:24 -0000 Received: from unknown (HELO torrini.org) (195.110.114.101) by mail.dada.it with SMTP; 18 Dec 2002 07:20:24 -0000 Received: from trudy.torrini.home (localhost.torrini.home [127.0.0.1]) by torrini.org (8.12.6/8.12.6) with ESMTP id gBI7KOZa085375; Wed, 18 Dec 2002 08:20:24 +0100 (CET) (envelope-from riccardo@trudy.torrini.home) Received: (from riccardo@localhost) by trudy.torrini.home (8.12.6/8.12.6/Submit) id gBI7KLqP085374; Wed, 18 Dec 2002 08:20:21 +0100 (CET) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20021217225254.D30737@citusc.usc.edu> Date: Wed, 18 Dec 2002 08:20:21 +0100 (CET) From: Riccardo Torrini To: Kris Kennaway Subject: Re: unrar doesn't work under current Cc: freebsd-ports@FreeBSD.ORG, freebsd-current@FreeBSD.ORG, Tim Robbins , Edwin Groothuis Sender: owner-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 18-Dec-2002 (06:52:54/GMT) Kris Kennaway wrote: > This is due to lack of rpc.lockd running on the nfs client and/or > server. Yes, I tryed on a nfs mounted dir from my -CURRENT home machine. This means that this is a pilot error? Again? :-( I'm sorry. I think that I must sleep a little more... But what about rar/unrar ports that overwrite one each other? And _why_ rar port works (on same file) and unrar not? (at least this is a but in rar that doesn't do correct locking?) Riccardo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 23:33:12 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55E3637B401; Tue, 17 Dec 2002 23:33:11 -0800 (PST) Received: from citusc.usc.edu (citusc.usc.edu [128.125.38.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id D21A643EC5; Tue, 17 Dec 2002 23:33:10 -0800 (PST) (envelope-from kris@citusc.usc.edu) Received: (from kris@localhost) by citusc.usc.edu (8.11.6/8.11.2) id gBI7X3O31494; Tue, 17 Dec 2002 23:33:03 -0800 Date: Tue, 17 Dec 2002 23:33:03 -0800 From: Kris Kennaway To: Riccardo Torrini Cc: Kris Kennaway , freebsd-ports@FreeBSD.ORG, freebsd-current@FreeBSD.ORG, Tim Robbins , Edwin Groothuis Subject: Re: unrar doesn't work under current Message-ID: <20021217233303.A31488@citusc.usc.edu> References: <20021217225254.D30737@citusc.usc.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from riccardo@torrini.org on Wed, Dec 18, 2002 at 08:20:21AM +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 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 18, 2002 at 08:20:21AM +0100, Riccardo Torrini wrote: > On 18-Dec-2002 (06:52:54/GMT) Kris Kennaway wrote: >=20 > > This is due to lack of rpc.lockd running on the nfs client and/or > > server. >=20 > Yes, I tryed on a nfs mounted dir from my -CURRENT home machine. > This means that this is a pilot error? Again? :-( > I'm sorry. I think that I must sleep a little more... Yes (though the failure message could be more explicit). > But what about rar/unrar ports that overwrite one each other? I don't know what you mean here. > And _why_ rar port works (on same file) and unrar not? > (at least this is a but in rar that doesn't do correct locking?) Presumably rar doesn't perform any file locking (it may or may not need to), Kris --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE+ACSvWry0BWjoQKURAoKzAKCurcpSL7xFMIqPX6jPloZW7m+B1wCfQLCr pmcNT+x+nh1CORRQ4Uz9rmQ= =nBdn -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 23:39:28 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2739737B401; Tue, 17 Dec 2002 23:39:27 -0800 (PST) Received: from tiamat.ipv6.hackerheaven.org (ipv6.hackerheaven.org [80.126.0.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id C192943EB2; Tue, 17 Dec 2002 23:39:25 -0800 (PST) (envelope-from coolvibe@hackerheaven.org) Received: from azazel.ipv6.hackerheaven.org (azazel.ipv6.hackerheaven.org [10.0.0.11]) by tiamat.ipv6.hackerheaven.org (8.12.6/8.12.6) with ESMTP id gBI7cg51055337; Wed, 18 Dec 2002 08:38:42 +0100 (CET) (envelope-from coolvibe@hackerheaven.org) From: Emiel Kollof Organization: Hackerheaven dot ORG To: Kris Kennaway , AlanE Subject: Re: [kde-freebsd] What happened to the packages? Date: Wed, 18 Dec 2002 08:39:22 +0100 User-Agent: KMail/1.5 Cc: kde@FreeBSD.ORG, FreeBSD Ports List References: <20021218041223.GA53365@hackerheaven.org> <20021218042137.GA50229@wwweasel.geeksrus.net> <20021217224019.A30737@citusc.usc.edu> In-Reply-To: <20021217224019.A30737@citusc.usc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200212180839.22901.coolvibe@hackerheaven.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 On Wednesday 18 December 2002 07:40, Kris Kennaway wrote: > > >What's going on? No more kde packages? > > I'm not sure what you're seeing, but the ftp site does appear to carry > the kde packages. When I looked, they were missing. *shrug* Maybe everything was being updated? Maybe I caught the package site at the wrong time? Well, I'm using Brad's packages right now, and they work a treat. I haven't seen any serious problems (yet). Can't wait until 3.1 becomes official. Cheers, Emiel -- Emiel Kollof Platform agnostic git, *NIX crash test dummy, Network necromancer and code mumbling sysadmin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 17 23:42: 3 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0700737B401; Tue, 17 Dec 2002 23:42:02 -0800 (PST) Received: from citusc.usc.edu (citusc.usc.edu [128.125.38.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88C3643EDC; Tue, 17 Dec 2002 23:42:01 -0800 (PST) (envelope-from kris@citusc.usc.edu) Received: (from kris@localhost) by citusc.usc.edu (8.11.6/8.11.2) id gBI7fsD31557; Tue, 17 Dec 2002 23:41:54 -0800 Date: Tue, 17 Dec 2002 23:41:54 -0800 From: Kris Kennaway To: Emiel Kollof Cc: Kris Kennaway , AlanE , kde@FreeBSD.ORG, FreeBSD Ports List Subject: Re: [kde-freebsd] What happened to the packages? Message-ID: <20021217234154.A31552@citusc.usc.edu> References: <20021218041223.GA53365@hackerheaven.org> <20021218042137.GA50229@wwweasel.geeksrus.net> <20021217224019.A30737@citusc.usc.edu> <200212180839.22901.coolvibe@hackerheaven.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200212180839.22901.coolvibe@hackerheaven.org>; from coolvibe@hackerheaven.org on Wed, Dec 18, 2002 at 08:39:22AM +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 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 18, 2002 at 08:39:22AM +0100, Emiel Kollof wrote: > On Wednesday 18 December 2002 07:40, Kris Kennaway wrote: >=20 > > > >What's going on? No more kde packages? > > > > I'm not sure what you're seeing, but the ftp site does appear to carry > > the kde packages. >=20 > When I looked, they were missing. *shrug* Maybe everything was being upda= ted?=20 > Maybe I caught the package site at the wrong time? I hadn't updated them in about a week (although I just did an hour or so ago since the new build finished)..so I really don't know. Kris --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE+ACbCWry0BWjoQKURAjUMAKCKh/d386gqF2/DPg5BXQzH3xGLGgCfVdkD BnAieyBaCpZcJPQZgXl3nOE= =dnRh -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 0:15:13 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4E7737B401 for ; Wed, 18 Dec 2002 00:15:12 -0800 (PST) Received: from green.csi.cam.ac.uk (green.csi.cam.ac.uk [131.111.8.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 426AC43EA9 for ; Wed, 18 Dec 2002 00:15:12 -0800 (PST) (envelope-from sa264@cam.ac.uk) Received: from localhost ([127.0.0.1]) by green.csi.cam.ac.uk with esmtp (Exim 4.10) id 18OZME-00014v-00; Wed, 18 Dec 2002 08:15:11 +0000 Date: Wed, 18 Dec 2002 08:15:01 +0000 From: AMAKAWA Shuhei To: ports@freebsd.org Subject: Please look at ports/43147 MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII Message-Id: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Can anybody look at ports/43147? Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 0:20:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EB6E37B401 for ; Wed, 18 Dec 2002 00:20:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4BF443EC5 for ; Wed, 18 Dec 2002 00:20:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBI8K7x3040825 for ; Wed, 18 Dec 2002 00:20:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBI8K7ni040823; Wed, 18 Dec 2002 00:20:07 -0800 (PST) Date: Wed, 18 Dec 2002 00:20:07 -0800 (PST) Message-Id: <200212180820.gBI8K7ni040823@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/46338: cyrus-sasl-1.5.27_7 mysql_verify_password() segfaults and supplies wrong connection parameters to mysql_connect 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/46338; it has been noted by GNATS. From: Peter Pentchev To: Arkadi Shishlov Cc: "Scot W. Hetzel" , bug-followup@FreeBSD.org Subject: Re: ports/46338: cyrus-sasl-1.5.27_7 mysql_verify_password() segfaults and supplies wrong connection parameters to mysql_connect Date: Wed, 18 Dec 2002 10:16:10 +0200 On Wed, Dec 18, 2002 at 02:46:45AM +0200, Arkadi Shishlov wrote: > > >Number: 46338 > >Category: ports > >Synopsis: cyrus-sasl-1.5.27_7 mysql_verify_password() segfaults and supplies wrong connection parameters to mysql_connect Is the port maintainer aware of this problem report? G'luck, Peter -- Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 .siht ekil ti gnidaer eb d'uoy ,werbeH ni erew ecnetnes siht fI To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 0:49:54 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBA3237B401; Wed, 18 Dec 2002 00:49:52 -0800 (PST) Received: from gw-fi.esaote.com (gw-fi.esaote.com [217.58.169.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB70343ED4; Wed, 18 Dec 2002 00:49:50 -0800 (PST) (envelope-from riccardo@torrini.org) Received: from rock.fi.esaote.it (fox.fi.esaote.it [192.168.4.41]) by gw-fi.esaote.com (8.12.6/8.12.6) with ESMTP id gBI8nfvD039340; Wed, 18 Dec 2002 09:49:46 +0100 (CET) (envelope-from riccardo@torrini.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20021217233303.A31488@citusc.usc.edu> Date: Wed, 18 Dec 2002 09:49:41 +0100 (CET) From: Riccardo Torrini To: Kris Kennaway Subject: Re: unrar doesn't work under current Cc: Edwin Groothuis , Tim Robbins , freebsd-current@FreeBSD.ORG, freebsd-ports@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 On 18-Dec-2002 (07:33:03/GMT) Kris Kennaway wrote: >> But what about rar/unrar ports that overwrite one each other? > I don't know what you mean here. Try to install /usr/ports/archivers/{rar,unrar} in any order... And then (or even better, before then) look at installed files: # cd /usr/ports/archivers && grep bin/unrar {un,}rar/pkg-plist unrar/pkg-plist:bin/unrar rar/pkg-plist:bin/unrar At this point removing one of each port (rar,unrar) destroy the other bin/unrar. Is this a desidered feature? > And _why_ rar port works (on same file) and unrar not? > (at least this is a but in rar that doesn't do correct locking?) Ooppss, s/but/bug/ (as stated before I need a vacancy :-) Riccardo. PS: we have the same problem at least with autoconf*/automake* pair, where installed files names overlapping. IMVHO think this is a Bad Thing(tm). (Anyway this is not a -CURRENT-only problem) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 0:50:57 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A967637B401; Wed, 18 Dec 2002 00:50:53 -0800 (PST) Received: from phalanx.trit.org (phalanx.trit.org [63.198.170.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D77643EDC; Wed, 18 Dec 2002 00:50:52 -0800 (PST) (envelope-from dima@trit.org) Received: from harpoon.trit.org (harpoon.trit.org [192.168.4.193]) by phalanx.trit.org (Postfix) with ESMTP id 1B3121A026; Wed, 18 Dec 2002 08:50:52 +0000 (UTC) Received: from harpoon.trit.org (localhost [127.0.0.1]) by harpoon.trit.org (8.12.6/8.12.5) with ESMTP id gBI8opnY023282; Wed, 18 Dec 2002 08:50:51 GMT (envelope-from dima@trit.org) Received: (from dima@localhost) by harpoon.trit.org (8.12.6/8.12.6/Submit) id gBI8ooMV023281; Wed, 18 Dec 2002 08:50:50 GMT X-Authentication-Warning: harpoon.trit.org: dima set sender to dima@trit.org using -f Date: Wed, 18 Dec 2002 08:50:50 +0000 From: Dima Dorfman To: Clive Lin Cc: ports@freebsd.org, portmgr@freebsd.org Subject: Re: ports/45755: /usr/ports/net/dictd does not build, at least on 4.7-RELEASE Message-ID: <20021218085050.GA23253@trit.org> References: <200212180830.gBI8U4V8042817@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200212180830.gBI8U4V8042817@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [cc'd to ports in the hope that someone will make portmgr reply] Clive Lin wrote: > > cc -c -Ilibmaa -DHAVE_CONFIG_H -I. -O -pipe -I/usr/local/include -DDICT_VERSION=\"1.8.0\" -DDICT_CONFIG_PATH=\"/usr/local/etc/\" index.c > > In file included from index.c:26: > > utf8_ucs4.h:26: syntax error before `wint_t' > > utf8_ucs4.h:34: syntax error before `ucs4' > > index.c: In function `tolower_alnumspace_utf8': > > index.c:114: syntax error before `ucs4_char' > > index.c:117: `ucs4_char' undeclared (first use in this function) > > index.c:117: (Each undeclared identifier is reported only once > > index.c:117: for each function it appears in.) > > gmake: *** [index.o] Error 1 > > *** Error code 2 > > > > Stop in /usr/ports/net/dictd. > > netcom1# > > I think it's impossible to fix dictd on RELENG_4. I beg to differ. The attached patch makes it compile on RELENG_4, but possibly breaks UTF8 dictionaries (I haven't tried). It does not affect functionality on 5.0. I've sent this to portmgr three times (this message is the fourth), but have heard no reply. I think breaking a new feature is better than breaking it completely. If someone wants to use UTF8 dictionaries, they can install 5.0--we need more testers anyway. For most people, it will work just fine. E.g.: dima@harpoon% dict -Ih dict.trit.org dictd 1.8.0/rf on FreeBSD 4.7-STABLE On phalanx.trit.org: up 16+10:16:01, 987 forks (2.5/hour) Index: patch-break-utf8 =================================================================== RCS file: patch-break-utf8 diff -N patch-break-utf8 --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patch-break-utf8 1 Dec 2002 22:45:21 -0000 @@ -0,0 +1,98 @@ +diff -ru ../dictd-freebsd/dictd.c ./dictd.c +--- ../dictd-freebsd/dictd.c Sun Nov 24 09:35:55 2002 ++++ ./dictd.c Sun Dec 1 22:29:55 2002 +@@ -662,6 +662,7 @@ + + static void set_utf8_mode (const char *locale) + { ++#if __FreeBSD__ > 4 + char *locale_copy; + locale_copy = strdup (locale); + strlwr_8bit (locale_copy); +@@ -671,6 +672,9 @@ + strstr (locale_copy, "utf8"); + + free (locale_copy); ++#else ++ utf8_mode = 0; ++#endif + } + + static void init (const char *fn) +diff -ru ../dictd-freebsd/index.c ./index.c +--- ../dictd-freebsd/index.c Sun Dec 1 22:12:49 2002 ++++ ./index.c Sun Dec 1 22:25:06 2002 +@@ -111,6 +111,9 @@ + const char *src, char *dest, + int allchars_mode) + { ++#if __FreeBSD__ < 5 ++ abort(); ++#else + wint_t ucs4_char; + + while (src && src [0]){ +@@ -130,6 +133,7 @@ + *dest = 0; + + return (src != NULL); ++#endif + } + + static void dict_table_init(void) +@@ -166,9 +170,11 @@ + p[i] = &s[2 * i]; + } + /* Sort those strings in the locale */ ++#if __FreeBSD__ > 4 + if (utf8_mode) + qsort(p, UCHAR_MAX + 1, sizeof(p[0]), dict_table_init_compare_utf8); + else ++#endif + qsort(p, UCHAR_MAX + 1, sizeof(p[0]), dict_table_init_compare_strcoll); + + /* Extract our unordered arrays */ +@@ -1126,6 +1132,9 @@ + */ + static int stranagram_utf8 (char *str) + { ++#if __FreeBSD__ < 5 ++ abort(); ++#else + size_t len; + char *p; + +@@ -1142,6 +1151,7 @@ + + stranagram_8bit (str, -1); + return 1; ++#endif + } + + /* makes anagram of utf-8 string 'str' */ +diff -ru ../dictd-freebsd/utf8_ucs4.c ./utf8_ucs4.c +--- ../dictd-freebsd/utf8_ucs4.c Sun Nov 24 09:35:55 2002 ++++ ./utf8_ucs4.c Sun Dec 1 22:44:40 2002 +@@ -1,3 +1,4 @@ ++#if __FreeBSD__ > 4 + #include + #include + #include +@@ -210,3 +211,4 @@ + else + return (size_t) -1; + } ++#endif // __FreeBSD__ > 4 +diff -ru ../dictd-freebsd/utf8_ucs4.h ./utf8_ucs4.h +--- ../dictd-freebsd/utf8_ucs4.h Sun Nov 24 09:35:55 2002 ++++ ./utf8_ucs4.h Sun Dec 1 22:26:15 2002 +@@ -1,3 +1,4 @@ ++#if __FreeBSD__ > 4 + #ifndef _UTF8_UCS4_H_ + #define _UTF8_UCS4_H_ + +@@ -73,3 +74,4 @@ + __END_DECLS + + #endif // _UTF8_UCS4_H_ ++#endif // __FreeBSD__ > 4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 1:20: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA04F37B401 for ; Wed, 18 Dec 2002 01:20:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 111AA43ED4 for ; Wed, 18 Dec 2002 01:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBI9K0x3058170 for ; Wed, 18 Dec 2002 01:20:00 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBI9K0Pn058169; Wed, 18 Dec 2002 01:20:00 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31E3137B401 for ; Wed, 18 Dec 2002 01:15:56 -0800 (PST) Received: from master.e2tech.com (adsl2.e2tech.com [61.220.34.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDBDF43EE6 for ; Wed, 18 Dec 2002 01:15:51 -0800 (PST) (envelope-from root@e2tech.com) Received: from localhost (localhost [127.0.0.1]) by master.e2tech.com (Postfix) with ESMTP id 89BCDAE76 for ; Wed, 18 Dec 2002 17:16:36 +0800 (CST) Received: by master.e2tech.com (Postfix, from userid 0) id DB867ADE1; Wed, 18 Dec 2002 17:16:31 +0800 (CST) Message-Id: <20021218091631.DB867ADE1@master.e2tech.com> Date: Wed, 18 Dec 2002 17:16:31 +0800 (CST) From: Yen-Shuo Su Reply-To: Yen-Shuo Su To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46348: ports/databases/postgresql7: client only package failed Sender: owner-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: 46348 >Category: ports >Synopsis: ports/databases/postgresql7: client only package failed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 18 01:20:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Yen-Shuo Su >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: Campus Computer Communication Association >Environment: System: FreeBSD master.shuo.com 4.7-RELEASE FreeBSD 4.7 >Description: Client only package building failed >How-To-Repeat: unable to build package by using "make WITHOUT_SERVER=YES package" >Fix: Patch: + .if !defined(WITHOUT_SERVER) MAN1= createdb.1 createlang.1 createuser.1 dropdb.1 droplang.1 \ dropuser.1 ecpg.1 initdb.1 initlocation.1 ipcclean.1 pg_config.1 \ pg_ctl.1 pg_dump.1 pg_dumpall.1 pg_passwd.1 pg_restore.1 \ pgaccess.1 pgtclsh.1 pgtksh.1 postgres.1 postmaster.1 psql.1 \ vacuumdb.1 MAN7= abort.7 alter_group.7 alter_table.7 alter_user.7 analyze.7 \ begin.7 checkpoint.7 close.7 cluster.7 comment.7 commit.7 copy.7 \ create_aggregate.7 create_constraint_trigger.7 \ create_database.7 create_function.7 create_group.7 \ create_index.7 create_language.7 create_operator.7 \ create_rule.7 create_sequence.7 create_table.7 \ create_table_as.7 create_trigger.7 create_type.7 \ create_user.7 create_view.7 declare.7 delete.7 \ drop_aggregate.7 drop_database.7 drop_function.7 \ drop_group.7 drop_index.7 drop_language.7 \ drop_operator.7 drop_rule.7 drop_sequence.7 \ drop_table.7 drop_trigger.7 drop_type.7 drop_user.7 \ drop_view.7 end.7 explain.7 fetch.7 grant.7 insert.7 \ listen.7 load.7 lock.7 move.7 notify.7 reindex.7 \ reset.7 revoke.7 rollback.7 select.7 select_into.7 \ set.7 set_constraints.7 set_transaction.7 show.7 \ set_session_authorization.7 \ truncate.7 unlisten.7 update.7 vacuum.7 + .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 Wed Dec 18 1:30: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10C8337B401 for ; Wed, 18 Dec 2002 01:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7EF043EC5 for ; Wed, 18 Dec 2002 01:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBI9U2x3061951 for ; Wed, 18 Dec 2002 01:30:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBI9U2v7061950; Wed, 18 Dec 2002 01:30:02 -0800 (PST) Date: Wed, 18 Dec 2002 01:30:02 -0800 (PST) Message-Id: <200212180930.gBI9U2v7061950@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Arkadi Shishlov Subject: Re: ports/46338: cyrus-sasl-1.5.27_7 mysql_verify_password() segfaults and supplies wrong connection parameters to mysql_connect Reply-To: Arkadi Shishlov Sender: owner-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/46338; it has been noted by GNATS. From: Arkadi Shishlov To: Peter Pentchev Cc: "Scot W. Hetzel" , bug-followup@FreeBSD.org Subject: Re: ports/46338: cyrus-sasl-1.5.27_7 mysql_verify_password() segfaults and supplies wrong connection parameters to mysql_connect Date: Wed, 18 Dec 2002 11:29:17 +0200 On Wed, Dec 18, 2002 at 10:16:10AM +0200, Peter Pentchev wrote: > On Wed, Dec 18, 2002 at 02:46:45AM +0200, Arkadi Shishlov wrote: > > > > >Number: 46338 > > >Category: ports > > >Synopsis: cyrus-sasl-1.5.27_7 mysql_verify_password() segfaults and supplies wrong connection parameters to mysql_connect > > Is the port maintainer aware of this problem report? Last time I contacted him with another unrelated enhancement patch I've got no response, so thinking send-pr is prefered method I opened PR. arkadi. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 2:13:38 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4E4137B401; Wed, 18 Dec 2002 02:13:36 -0800 (PST) Received: from fatpipi.cirx.org (fatpipi.cirx.org [211.23.144.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC7D443EC2; Wed, 18 Dec 2002 02:13:35 -0800 (PST) (envelope-from clive@tongi.org) Received: from fatpipi.cirx.org.rose (nullmail@localhost.cirx.org [127.0.0.1]) by fatpipi.cirx.org (8.12.6/8.12.6) with SMTP id gBIADYZ0090709; Wed, 18 Dec 2002 18:13:34 +0800 (CST) (envelope-from clive@tongi.org) Received: (nullmailer pid 90707 invoked by uid 1000); Wed, 18 Dec 2002 10:13:34 -0000 Date: Wed, 18 Dec 2002 18:13:33 +0800 From: Clive Lin To: Dima Dorfman Cc: ports@freebsd.org, portmgr@freebsd.org Subject: Re: ports/45755: /usr/ports/net/dictd does not build, at least on 4.7-RELEASE Message-ID: <20021218101333.GA90562@fatpipi.cirx.org> References: <200212180830.gBI8U4V8042817@freefall.freebsd.org> <20021218085050.GA23253@trit.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021218085050.GA23253@trit.org> X-Operating-System: FreeBSD i386 X-PGP-key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA008C03E User-Agent: Mutt/1.5.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 Wed, Dec 18, 2002 at 08:50:50AM +0000, Dima Dorfman wrote: > [cc'd to ports in the hope that someone will make portmgr reply] > > Clive Lin wrote: > > I think it's impossible to fix dictd on RELENG_4. > > I beg to differ. The attached patch makes it compile on RELENG_4, but Wooha. I admitted that I only took a 3 secs inspectin in wctype.h and made my conclusion. Dictd is your baby, and surely you know how to teach him to behave well ;) > possibly breaks UTF8 dictionaries (I haven't tried). It does not Currently we have 2 dictd-database in ports tree. One is chinese/dictd-database, and another one is net/dictd-database. Both of them are not utf8 dictionaries. For an average ports+dictd* consumer, lacking of utf8 support is not harmful. > affect functionality on 5.0. I've sent this to portmgr three times > (this message is the fourth), but have heard no reply. > > I think breaking a new feature is better than breaking it completely. /me ping portmgr BTW, isn't fixing breakage on RELENG_4 implicitly Ok'ed ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 2:14:52 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D60DB37B401 for ; Wed, 18 Dec 2002 02:14:51 -0800 (PST) Received: from mail.broadpark.no (mail2.broadpark.no [217.13.4.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09EE143EC2 for ; Wed, 18 Dec 2002 02:14:51 -0800 (PST) (envelope-from johann@broadpark.no) Received: from aegis.terrabionic.lan (ninja.terrabionic.com [217.13.29.51]) by mail.broadpark.no (Postfix) with SMTP id F3EE68119 for ; Wed, 18 Dec 2002 11:14:43 +0100 (MET) Date: Wed, 18 Dec 2002 11:14:43 +0100 From: Janine C.Buorditez To: ports@freebsd.org Subject: PORTS PEOPLE!!! Message-Id: <20021218111443.650121fe.johann@broadpark.no> X-Mailer: Sylpheed version 0.7.6 (GTK+ 1.2.10; i386-portbld-freebsd4.6) 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 THERE!! NEW VERSION OF LYX HITS THE PRESS :P DO YOUR THANG BOY *hugs* --janine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 2:55:33 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D26137B401 for ; Wed, 18 Dec 2002 02:55:28 -0800 (PST) Received: from straylight.ringlet.net (office.sbnd.net [217.75.140.130]) by mx1.FreeBSD.org (Postfix) with SMTP id 029D243EC2 for ; Wed, 18 Dec 2002 02:55:24 -0800 (PST) (envelope-from roam@ringlet.net) Received: (qmail 37548 invoked by uid 1000); 18 Dec 2002 10:54:51 -0000 Date: Wed, 18 Dec 2002 12:54:51 +0200 From: Peter Pentchev To: Dima Dorfman Cc: Clive Lin , ports@freebsd.org, portmgr@freebsd.org Subject: Re: ports/45755: /usr/ports/net/dictd does not build, at least on 4.7-RELEASE Message-ID: <20021218105451.GC442@straylight.oblivion.bg> Mail-Followup-To: Dima Dorfman , Clive Lin , ports@freebsd.org, portmgr@freebsd.org References: <200212180830.gBI8U4V8042817@freefall.freebsd.org> <20021218085050.GA23253@trit.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sHrvAb52M6C8blB9" Content-Disposition: inline In-Reply-To: <20021218085050.GA23253@trit.org> User-Agent: Mutt/1.5.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 --sHrvAb52M6C8blB9 Content-Type: multipart/mixed; boundary="UHN/qo2QbUvPLonB" Content-Disposition: inline --UHN/qo2QbUvPLonB Content-Type: text/plain; charset=windows-1251 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 18, 2002 at 08:50:50AM +0000, Dima Dorfman wrote: > [cc'd to ports in the hope that someone will make portmgr reply] >=20 > Clive Lin wrote: > > > cc -c -Ilibmaa -DHAVE_CONFIG_H -I. -O -pipe -I/usr/local/include= -DDICT_VERSION=3D\"1.8.0\" -DDICT_CONFIG_PATH=3D\"/usr/local/etc/\" index.c > > > In file included from index.c:26: > > > utf8_ucs4.h:26: syntax error before `wint_t' > > > utf8_ucs4.h:34: syntax error before `ucs4' > > > index.c: In function `tolower_alnumspace_utf8': > > > index.c:114: syntax error before `ucs4_char' > > > index.c:117: `ucs4_char' undeclared (first use in this function) > > > index.c:117: (Each undeclared identifier is reported only once > > > index.c:117: for each function it appears in.) > > > gmake: *** [index.o] Error 1 > > > *** Error code 2 > > > =20 > > > Stop in /usr/ports/net/dictd. > > > netcom1#=20 > > =20 > > I think it's impossible to fix dictd on RELENG_4. >=20 > I beg to differ. The attached patch makes it compile on RELENG_4, but > possibly breaks UTF8 dictionaries (I haven't tried). It does not > affect functionality on 5.0. I've sent this to portmgr three times > (this message is the fourth), but have heard no reply. >=20 > I think breaking a new feature is better than breaking it completely. > If someone wants to use UTF8 dictionaries, they can install 5.0--we > need more testers anyway. For most people, it will work just fine. > E.g.: That's great news! I'd almost given up the hope of getting dictd running on -STABLE, for the simple reason of lack of time to tinker with it... it seems that you have actually found the time :) However, if I may make a comment on the patch - as various people have pointed out, usually related to the source tree, not to ports, but still relevant here, it might be better to check for __FreeBSD_version, not __FreeBSD__, since __FreeBSD__ relates to the host environment, and __FreeBSD_version to the target. Thus, in cases of cross-compiling, including compiling for a different version of FreeBSD on the same arch, __FreeBSD__ might be somewhat misleading. Attached is a slight modification of your patch, which checks for __FreeBSD_version and places the bar at 500000 - this could possibly be refined by someone with knowledge of what changed when WRT UTF-8. About portmgr's reaction: it could be that they are currently severely understaffed, bearing in mind the Christmas holiday season, absences, lack of Internet access - possibly even conscious abstaining from Internet access for the holidays :) If it matters, though, I for one am for including some version of this patch into the ports tree - dictd is a good app, and it would be great to still have it working on -STABLE, albeit a bit hobbled. G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 I am the meaning of this sentence. --UHN/qo2QbUvPLonB Content-Type: text/plain; charset=windows-1251 Content-Disposition: attachment; filename="net-dictd.patch" Content-Transfer-Encoding: quoted-printable Index: ports/net/dictd/files/patch-break-utf8 =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 RCS file: ports/net/dictd/files/patch-break-utf8 diff -N ports/net/dictd/files/patch-break-utf8 --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ ports/net/dictd/files/patch-break-utf8 18 Dec 2002 09:37:30 -0000 @@ -0,0 +1,98 @@ +diff -ru ../dictd-freebsd/dictd.c ./dictd.c +--- ../dictd-freebsd/dictd.c Sun Nov 24 09:35:55 2002 ++++ ./dictd.c Sun Dec 1 22:29:55 2002 +@@ -662,6 +662,7 @@ +=20 + static void set_utf8_mode (const char *locale) + { ++#if __FreeBSD_version > 499999 + char *locale_copy; + locale_copy =3D strdup (locale); + strlwr_8bit (locale_copy); +@@ -671,6 +672,9 @@ + strstr (locale_copy, "utf8"); +=20 + free (locale_copy); ++#else ++ utf8_mode =3D 0; ++#endif + } +=20 + static void init (const char *fn) +diff -ru ../dictd-freebsd/index.c ./index.c +--- ../dictd-freebsd/index.c Sun Dec 1 22:12:49 2002 ++++ ./index.c Sun Dec 1 22:25:06 2002 +@@ -111,6 +111,9 @@ + const char *src, char *dest, + int allchars_mode) + { ++#if __FreeBSD_version < 500000 ++ abort(); ++#else + wint_t ucs4_char; +=20 + while (src && src [0]){ +@@ -130,6 +133,7 @@ + *dest =3D 0; +=20 + return (src !=3D NULL); ++#endif + } +=20 + static void dict_table_init(void) +@@ -166,9 +170,11 @@ + p[i] =3D &s[2 * i]; + } + /* Sort those strings in the locale */ ++#if __FreeBSD_version > 499999 + if (utf8_mode) + qsort(p, UCHAR_MAX + 1, sizeof(p[0]), dict_table_init_compare_utf8); + else ++#endif + qsort(p, UCHAR_MAX + 1, sizeof(p[0]), dict_table_init_compare_strcoll); +=20 + /* Extract our unordered arrays */ +@@ -1126,6 +1132,9 @@ + */ + static int stranagram_utf8 (char *str) + { ++#if __FreeBSD_version < 500000 ++ abort(); ++#else + size_t len; + char *p; +=20 +@@ -1142,6 +1151,7 @@ +=20 + stranagram_8bit (str, -1); + return 1; ++#endif + } +=20 + /* makes anagram of utf-8 string 'str' */ +diff -ru ../dictd-freebsd/utf8_ucs4.c ./utf8_ucs4.c +--- ../dictd-freebsd/utf8_ucs4.c Sun Nov 24 09:35:55 2002 ++++ ./utf8_ucs4.c Sun Dec 1 22:44:40 2002 +@@ -1,3 +1,4 @@ ++#if __FreeBSD_version > 499999 + #include + #include + #include +@@ -210,3 +211,4 @@ + else + return (size_t) -1; + } ++#endif // __FreeBSD_version > 499999 +diff -ru ../dictd-freebsd/utf8_ucs4.h ./utf8_ucs4.h +--- ../dictd-freebsd/utf8_ucs4.h Sun Nov 24 09:35:55 2002 ++++ ./utf8_ucs4.h Sun Dec 1 22:26:15 2002 +@@ -1,3 +1,4 @@ ++#if __FreeBSD_version > 499999 + #ifndef _UTF8_UCS4_H_ + #define _UTF8_UCS4_H_ +=20 +@@ -73,3 +74,4 @@ + __END_DECLS +=20 + #endif // _UTF8_UCS4_H_ ++#endif // __FreeBSD_version > 499999 --UHN/qo2QbUvPLonB-- --sHrvAb52M6C8blB9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+AFP77Ri2jRYZRVMRAgWeAJ0Vz6Impih6vW4qy0eYhBNKeih2pwCggWaC Yb1f7BGZ5uvLfx0MCiMz7Cw= =qrYM -----END PGP SIGNATURE----- --sHrvAb52M6C8blB9-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 3:46:40 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27DE837B4DD; Wed, 18 Dec 2002 03:46:36 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BC0443EA9; Wed, 18 Dec 2002 03:46:36 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBIBkax3002052; Wed, 18 Dec 2002 03:46:36 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBIBkZZ6002048; Wed, 18 Dec 2002 03:46:35 -0800 (PST) Date: Wed, 18 Dec 2002 03:46:35 -0800 (PST) From: Edwin Groothuis Message-Id: <200212181146.gBIBkZZ6002048@freefall.freebsd.org> To: sheepkiller@cultdeadsheep.org, edwin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/45690: [bento-fix](non maintainer) : devel/gengetopt Sender: owner-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: [bento-fix](non maintainer) : devel/gengetopt State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Wed Dec 18 03:46:15 PST 2002 State-Changed-Why: Commited, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=45690 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 4:23:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 089FD37B401 for ; Wed, 18 Dec 2002 04:23:34 -0800 (PST) Received: from citusc.usc.edu (citusc.usc.edu [128.125.38.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FC5C43EA9 for ; Wed, 18 Dec 2002 04:23:33 -0800 (PST) (envelope-from kris@citusc.usc.edu) Received: (from kris@localhost) by citusc.usc.edu (8.11.6/8.11.2) id gBICNXd01062 for ports@FreeBSD.org; Wed, 18 Dec 2002 04:23:33 -0800 Date: Wed, 18 Dec 2002 04:23:32 -0800 From: Kris Kennaway To: ports@FreeBSD.org Subject: geta perl dependency Message-ID: <20021218042332.A1059@citusc.usc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.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 http://bento.freebsd.org/errorlogs/i386-5-latest/geta-19990419.log To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 4:25: 2 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E412837B401 for ; Wed, 18 Dec 2002 04:25:01 -0800 (PST) Received: from citusc.usc.edu (citusc.usc.edu [128.125.38.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77F1943ED8 for ; Wed, 18 Dec 2002 04:25:01 -0800 (PST) (envelope-from kris@citusc.usc.edu) Received: (from kris@localhost) by citusc.usc.edu (8.11.6/8.11.2) id gBICOwD01074; Wed, 18 Dec 2002 04:24:58 -0800 Date: Wed, 18 Dec 2002 04:24:58 -0800 From: Kris Kennaway To: Kris Kennaway Cc: ports@FreeBSD.org Subject: Re: geta perl dependency Message-ID: <20021218042458.A1070@citusc.usc.edu> References: <20021218042332.A1059@citusc.usc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021218042332.A1059@citusc.usc.edu>; from kris@obsecurity.org on Wed, Dec 18, 2002 at 04:23:32AM -0800 Sender: owner-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, Dec 18, 2002 at 04:23:32AM -0800, Kris Kennaway wrote: > http://bento.freebsd.org/errorlogs/i386-5-latest/geta-19990419.log Also http://bento.freebsd.org/errorlogs/i386-5-latest/maildrop-1.5.0.log Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 4:40:45 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEE0837B401 for ; Wed, 18 Dec 2002 04:40:43 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B86843EDA for ; Wed, 18 Dec 2002 04:40:43 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (49cc1cbf85b316685ba8b55be58f0659@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id gBICgZfC030648; Wed, 18 Dec 2002 04:42:35 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id gBICgZFF030647; Wed, 18 Dec 2002 04:42:35 -0800 (PST) (envelope-from monkey) Date: Wed, 18 Dec 2002 04:42:35 -0800 From: Adam Weinberger To: "Janine C.Buorditez" Cc: ports@FreeBSD.ORG Subject: Re: PORTS PEOPLE!!! Message-ID: <20021218124235.GH311@vectors.cx> Mail-Followup-To: Adam Weinberger , "Janine C.Buorditez" , ports@FreeBSD.ORG References: <20021218111443.650121fe.johann@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20021218111443.650121fe.johann@broadpark.no> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (12.18.2002 @ 0214 PST): Janine C.Buorditez said, in 0.2K: << > HI THERE!! > > NEW VERSION OF LYX HITS THE PRESS :P > DO YOUR THANG BOY > > *hugs* > > --janine >> end of "PORTS PEOPLE!!!" from Janine C.Buorditez << Janine - 1. We're in a ports freeze. No new ports until at least the middle of January. 2. File a PR about it if you want it updated faster. 3. http://students.washington.edu/pjames/lj/capslock.gif # Adam - -- Adam Weinberger vectors.cx >> adam@vectors.cx FreeBSD.org << adamw@FreeBSD.ORG Bayer Berkeley >> adam.weinberger.b@bayer.com #vim:set ts=8: 8-char tabs prevent tooth decay. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+AG07o8KM2ULHQ/0RAs74AKDR18AAAf0BPclfQne4sbarbs6RSQCeMQVT fitcQWzc0CX5GHjhENzDfmc= =qiOO -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 5:10: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48A7F37B401 for ; Wed, 18 Dec 2002 05:10:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 848D543ED1 for ; Wed, 18 Dec 2002 05:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBIDA5x3038526 for ; Wed, 18 Dec 2002 05:10:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBIDA5SL038525; Wed, 18 Dec 2002 05:10:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4169C37B401 for ; Wed, 18 Dec 2002 05:07:59 -0800 (PST) Received: from httpd.terions.de (static62-99-146-055.adsl.inode.at [62.99.146.55]) by mx1.FreeBSD.org (Postfix) with SMTP id 1006443ED8 for ; Wed, 18 Dec 2002 05:07:56 -0800 (PST) (envelope-from martin@kleinerdrache.org) Received: (qmail 73866 invoked by uid 0); 18 Dec 2002 13:10:44 -0000 Message-Id: <20021218131044.73865.qmail@httpd.terions.de> Date: 18 Dec 2002 13:10:44 -0000 From: Martin Klaffenboeck Reply-To: Martin Klaffenboeck To: FreeBSD-gnats-submit@FreeBSD.org Cc: gnome@FreeBSD.org, marcus@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46353: [update] pan2 Sender: owner-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: 46353 >Category: ports >Synopsis: [update] pan2 >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 Dec 18 05:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Martin Klaffenboeck >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD martin.kleinerdrache.org 4.7-STABLE FreeBSD 4.7-STABLE #22: Sun Nov 24 21:48:56 CET 2002 martin@martin.kleinerdrache.org:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: Also directly to you, Joe, you did that so fast last time.. ;-) Some bugfixes, see anouncements from http://pan.rebelbase.com/ Thanks, - Martin >How-To-Repeat: >Fix: --- pan2.diff begins here --- diff -Nur pan2.orig/Makefile pan2/Makefile --- pan2.orig/Makefile Fri Nov 22 08:36:24 2002 +++ pan2/Makefile Wed Dec 18 14:01:33 2002 @@ -6,7 +6,7 @@ # PORTNAME= pan2 -PORTVERSION= 0.13.2.90 +PORTVERSION= 0.13.2.93 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/SOURCE/ \ http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/ \ diff -Nur pan2.orig/distinfo pan2/distinfo --- pan2.orig/distinfo Fri Nov 22 08:36:24 2002 +++ pan2/distinfo Wed Dec 18 14:02:40 2002 @@ -1 +1 @@ -MD5 (gnome2/pan-0.13.2.90.tar.bz2) = fd13b813e035ff7736b5be0c3e64bbc6 +MD5 (gnome2/pan-0.13.2.93.tar.bz2) = ef99748dc798fc0b273d425299b45c0b diff -Nur pan2.orig/files/patch-Makefile.in pan2/files/patch-Makefile.in --- pan2.orig/files/patch-Makefile.in Fri Nov 22 08:36:24 2002 +++ pan2/files/patch-Makefile.in Wed Dec 18 14:05:18 2002 @@ -1,9 +1,9 @@ ---- Makefile.in.orig Fri Nov 22 01:08:50 2002 -+++ Makefile.in Fri Nov 22 01:10:29 2002 -@@ -123,7 +123,7 @@ - am__include = @am__include@ - am__quote = @am__quote@ - install_sh = @install_sh@ +--- Makefile.in.orig Wed Dec 18 14:02:57 2002 ++++ Makefile.in Wed Dec 18 14:04:12 2002 +@@ -107,7 +107,7 @@ + XML_CFLAGS = @XML_CFLAGS@ + XML_LIBS = @XML_LIBS@ + -SUBDIRS = po gmime pan docs tests +SUBDIRS = po gmime pan docs --- pan2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 6: 4:17 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7182637B404 for ; Wed, 18 Dec 2002 06:04:16 -0800 (PST) Received: from netscape.net (200-206-214-33.dsl.telesp.net.br [200.206.214.33]) by mx1.FreeBSD.org (Postfix) with SMTP id A450E43EDE for ; Wed, 18 Dec 2002 06:04:12 -0800 (PST) (envelope-from lsp96789km154@netscape.net) Received: from unknown (97.223.117.14) by rly-xr02.nikavo.net with local; 18 Dec 2002 20:04:26 +0300 Received: from unknown (34.184.242.172) by sparc.zubilam.net with esmtp; Wed, 18 Dec 2002 23:01:20 -0000 Received: from [186.228.168.181] by n9.groups.huyahoo.com with QMQP; Wed, 18 Dec 2002 22:58:14 +0300 Received: from 6.240.5.147 ([6.240.5.147]) by rly-yk04.aolmd.com with local; 19 Dec 2002 01:55:08 -0600 Received: from da001d2020.loxi.pianstvu.net ([41.47.100.223]) by mailout2-eri1.midmouth.com with asmtp; Wed, 18 Dec 2002 19:52:02 -0600 Reply-To: Message-ID: <032b84e21b1c$7177e3d4$8de55dc8@jxaosn> From: To: All@FreeBSD.ORG, shoppers@FreeBSD.ORG Subject: Your PC's money-making power! Date: Wed, 18 Dec 2002 11:55:45 +0200 MiME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_00E8_13A66C3A.E4281D41" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 Importance: 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 ------=_NextPart_000_00E8_13A66C3A.E4281D41 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: base64 R3JlZXRpbmdzIGZlbGxvdyBtYXJrZXRlciAtIA0KDQoNCkRvIHlvdSBsaWtl IGxvbmcsIGJvcmluZyAic2FsZXMgcGl0Y2giIGVtYWlscz8gIE1lIG5laXRo ZXIuDQoNCkl0J3Mgc2ltcGxlOiAgV2UgaGF2ZSBmb3VuZCBhIHdheSB0byBt YWtlIG1vbmV5LCB1c2luZyB0aGUNCmludGVybmV0LCBmcm9tIGhvbWUuICBJ dCdzIG5vdCAiZ2V0IHJpY2ggcXVpY2siLCBhbmQgaXQgZG9lcw0KdGFrZSB3 b3JrLiAgQnV0IGl0IGRvZXMgd29yayAtIHdlIGFyZSBkb2luZyBpdCBhbmQg cGVvcGxlIGluDQpteSBncm91cCBhcmUgbWFraW5nIHN1YnN0YW50aWFsIGlu Y29tZXMhDQoNCldhbnQgdG8ga25vdyBob3c/ICBKdXN0IHNlbmQgYW4gZW1h aWwgdG86ICBsc3A5Njc4OUBuZXRzY2FwZS5uZXQNCndpdGggdGhlIHN1Ympl Y3QgbGluZSAiU2VuZCB0aGUgaW5mbyEiIGFuZCBJIHdpbGwgbWFrZSBzdXJl IHlvdQ0KZ2V0IHRoZSBkZXRhaWxzLg0KDQpVbnN1YnNjcmliaW5nOiBTZW5k IGEgYmxhbmsgZW1haWwgdG86IGxzcDk2Nzk3QG5ldHNjYXBlLm5ldA0Kd2l0 aCAiUmVtb3ZlIiBpbiB0aGUgc3ViamVjdCBsaW5lLg0KDQpUaGlzIG1lc3Nh Z2UgaXMgbm90IGludGVuZGVkIGZvciByZXNpZGVudHMgb2YgdGhlIHN0YXRl IG9mDQpXYXNoaW5ndG9uLCBhbmQgc2NyZWVuaW5nIG9mIGFkZHJlc3NlcyBo YXMgYmVlbiBkb25lIHRvIHRoZSBiZXN0DQpvZiBvdXIgdGVjaG5pY2FsIGFi aWxpdHkuICBJZiB5b3UgYXJlIFdhc2hpbmd0b24gcmVzaWRlbnQgb3IgDQpv dGhlcndpc2Ugd2lzaCB0byBiZSByZW1vdmVkIGZyb20gdGhpcyBsaXN0LCBq dXN0IGZvbGxvdyB0aGUNCnJlbW92YWwgaW5zdHJ1Y3Rpb25zIGFib3ZlLg0K DQo0OTQybmJGZzYtNjM1U2tFbDE1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 6:39:10 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 514A837B401 for ; Wed, 18 Dec 2002 06:39:09 -0800 (PST) Received: from mail.fandom.net (CPE-144-132-228-243.nsw.bigpond.net.au [144.132.228.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 361D743EDA for ; Wed, 18 Dec 2002 06:39:08 -0800 (PST) (envelope-from andrew@fandom.net) Received: from [192.168.167.7] (helo=andrew.fandom.net) by mail.fandom.net with esmtp (Exim 4.10) id 18OfLj-000GEX-00; Thu, 19 Dec 2002 01:39:03 +1100 Content-Type: text/plain; charset="iso-8859-1" From: Andrew To: "Philip Marin" Subject: Re: Fw: IPW Question Date: Thu, 19 Dec 2002 01:39:02 +1100 User-Agent: KMail/1.4.3 References: <001701c29d2f$7052e620$ce4417d4@telenet.ru> In-Reply-To: <001701c29d2f$7052e620$ce4417d4@telenet.ru> Cc: ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200212190139.02977.andrew@fandom.net> X-Spam-Score: -4.8 (----) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18OfLj-000GEX-00*42KpflkgP2Q* Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Also a Nick Hilliard has responded with this: Did ARIN recently change the format of their whois queries? I think they = did.=20 That is the sort of thing that ARIN does, and also the sort of thing whic= h=20 breaks programs like "ipw". Nick On Sat, 7 Dec 2002 12:57 am, you wrote: > Thank You, Philip. > Zer0 Laboratories, 2002. > ----- Original Message ----- > From: "Philip Marin" > To: "Daeron" > Sent: Friday, December 06, 2002 8:52 AM > Subject: Re: IPW Question > > > Hello > > > > Can You describe the problem in special, because current description = of a > > problem has many answers and solutions. > > > > Thank You, Philip. > > ----- Original Message ----- > > From: "Daeron" > > Newsgroups: comp.unix.bsd.freebsd.misc > > Sent: Thursday, December 05, 2002 5:54 PM > > Subject: IPW Question > > > > > Could someone explain what happened to ipw? > > > It worked well in telling you who was assigned to which IP blocks e= tc. > > > untill eariler this year when it suddenly stopped working. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 7:25:22 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCCD237B404; Wed, 18 Dec 2002 07:25:20 -0800 (PST) Received: from spqr.osg.gov.bc.ca (spqr.osg.gov.bc.ca [142.32.102.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0518343ED4; Wed, 18 Dec 2002 07:25:20 -0800 (PST) (envelope-from Cy.Schubert@osg.gov.bc.ca) Received: from passer.osg.gov.bc.ca (passer.osg.gov.bc.ca [142.32.110.29]) by spqr.osg.gov.bc.ca (Postfix) with ESMTP id 90F1F9EF44; Wed, 18 Dec 2002 07:25:14 -0800 (PST) Received: from cwsys.cwsent.com (cwsys2 [10.1.2.1]) by passer.osg.gov.bc.ca (8.12.6/8.12.3) with ESMTP id gBIFPD0R074930; Wed, 18 Dec 2002 07:25:13 -0800 (PST) (envelope-from cy@cwsent.com) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.6/8.12.3) with ESMTP id gBIFPCL3049931; Wed, 18 Dec 2002 07:25:12 -0800 (PST) (envelope-from cy@cwsys.cwsent.com) Message-Id: <200212181525.gBIFPCL3049931@cwsys.cwsent.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - CITS Open Systems Group From: Cy Schubert - CITS Open Systems Group X-os: FreeBSD X-Sender: cy@cwsent.com To: Adam Weinberger Cc: parv , Cy Schubert - CITS Open Systems Group , f-ports Subject: Re: x11-wm/fvwm2-devel - update reminder for v2.5.5 In-Reply-To: Message from Adam Weinberger of "Tue, 17 Dec 2002 21:26:07 PST." <20021218052607.GE311@vectors.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 18 Dec 2002 07:25:12 -0800 Sender: owner-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 message <20021218052607.GE311@vectors.cx>, Adam Weinberger writes: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > >> (12.17.2002 @ 2121 PST): parv said, in 0.8K: << > > > If you're impatient, I've put fvwm2 (2.4.14) and fvwm2-devel > > > (2.5.5) up at ... > > > > nah, i will wait until january. > >> end of "Re: x11-wm/fvwm2-devel - update reminder for v2.5.5" from parv << > > You know, I, for one, would *love* to know what the address was that got > snipped out of that email. Cy's email never made it to the list. mx.freebsd.org rejected my content, : host mx1.freebsd.org[216.136.204.125] said: 550 Error: Message content rejected Hey! I didn't even say anything obscene! :) Let's try it again, komquats.com/ports. The files you want are, fvwm2-021217.tar.bz2, for the most recent fvwm2 port and fvwm2-devel-021217.tar.bz2 for the most recent fvwm2-devel port. Extract the tarballs and make install as you normally would. If you don't want to keep the package origins the same as the ports in the ports collection, just replace the fvwm2 and fvwm2-devel ports in your /usr/ports tree and build from there. I'll be away from the office today (at a customer site all day today) and probably won't have a chance to check my email tonight so if you have any questions, please bear with me. -- Cheers, Phone: 250-387-8437 Cy Schubert Fax: 250-387-5231 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC FreeBSD UNIX: cy@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 7:31:56 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A93B37B401; Wed, 18 Dec 2002 07:31:55 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3810843ED1; Wed, 18 Dec 2002 07:31:55 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBIFVtx3049389; Wed, 18 Dec 2002 07:31:55 -0800 (PST) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBIFVspJ049385; Wed, 18 Dec 2002 07:31:54 -0800 (PST) Date: Wed, 18 Dec 2002 07:31:54 -0800 (PST) From: Maxim Sobolev Message-Id: <200212181531.gBIFVspJ049385@freefall.freebsd.org> To: old@old.com.ua, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/45561: xnview 1.46 is available Sender: owner-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: xnview 1.46 is available State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Wed Dec 18 07:31:46 PST 2002 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=45561 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 8: 0:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA90037B401 for ; Wed, 18 Dec 2002 08:00:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F356B43EDE for ; Wed, 18 Dec 2002 08:00:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBIG05x3053848 for ; Wed, 18 Dec 2002 08:00:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBIG058O053847; Wed, 18 Dec 2002 08:00:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9A4B37B401 for ; Wed, 18 Dec 2002 07:56:11 -0800 (PST) Received: from home.irrelevant.org (81-86-164-179.dsl.pipex.com [81.86.164.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id A293943EA9 for ; Wed, 18 Dec 2002 07:56:05 -0800 (PST) (envelope-from simond@irrelevant.org) Received: from simond by home.irrelevant.org with local (Exim 4.10) id 18OgYG-000HiH-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 18 Dec 2002 15:56:04 +0000 Message-Id: Date: Wed, 18 Dec 2002 15:56:04 +0000 From: Simon Dick Reply-To: Simon Dick To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46354: Maintainer port update: net/mydns Sender: owner-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: 46354 >Category: ports >Synopsis: Maintainer port update: net/mydns >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 Dec 18 08:00:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: Simon Dick >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD nelly.internal.irrelevant.org 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Sat Aug 24 14:08:44 BST 2002 root@nelly.internal.irrelevant.org:/usr/obj/usr/src/sys/ELEPHANT i386 >Description: Update port to 0.9.5 which adds postgresql support amongst other things. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/nfs/ncvs/ports/net/mydns/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 5 Oct 2002 19:19:43 -0000 1.5 +++ Makefile 18 Dec 2002 15:44:23 -0000 @@ -6,14 +6,12 @@ # PORTNAME= mydns -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.5 CATEGORIES= net databases MASTER_SITES= http://mydns.bboy.net/download/ MAINTAINER= simond@irrelevant.org -LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-confdir=${PREFIX}/etc --without-libiconv-prefix USE_BZIP2= yes @@ -26,6 +24,14 @@ .include +.if defined (WITH_PGSQL) +LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 +CONFIGURE_ARGS+= --without-mysql +.else +LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client +CONFIGURE_ARGS+= --without-pgsql +.endif + .if !defined(NOPORTDOCS) USE_PERL5= yes .else @@ -33,6 +39,9 @@ @${REINPLACE_CMD} -E -e "s|^(all: vars manpages info) html-doc|\1|" \ ${WRKSRC}/doc/Makefile.in .endif + +post-build: + cd ${WRKSRC}/doc && ${MAKE} html post-install: @${SED} 's|%%%PREFIX%%%|${PREFIX}|g' < ${FILESDIR}/mydns.sh > ${WRKSRC}/mydns.sh Index: distinfo =================================================================== RCS file: /usr/nfs/ncvs/ports/net/mydns/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 5 Oct 2002 19:19:43 -0000 1.5 +++ distinfo 18 Dec 2002 14:33:18 -0000 @@ -1 +1 @@ -MD5 (mydns-0.9.3.tar.bz2) = fc980c4fef68f3b20d697b0996b8bfeb +MD5 (mydns-0.9.5.tar.bz2) = 4ccda8cc76efed7125223c3bca24c075 Index: pkg-plist =================================================================== RCS file: /usr/nfs/ncvs/ports/net/mydns/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 5 Oct 2002 19:19:43 -0000 1.4 +++ pkg-plist 18 Dec 2002 15:49:17 -0000 @@ -19,44 +19,41 @@ %%PORTDOCS%%share/doc/mydns/TODO %%PORTDOCS%%share/doc/mydns/contrib/README %%PORTDOCS%%share/doc/mydns/contrib/admin.php -%%PORTDOCS%%share/doc/mydns/html/mydns.html -%%PORTDOCS%%share/doc/mydns/html/mydns_1.html -%%PORTDOCS%%share/doc/mydns/html/mydns_10.html -%%PORTDOCS%%share/doc/mydns/html/mydns_11.html -%%PORTDOCS%%share/doc/mydns/html/mydns_12.html -%%PORTDOCS%%share/doc/mydns/html/mydns_13.html -%%PORTDOCS%%share/doc/mydns/html/mydns_14.html -%%PORTDOCS%%share/doc/mydns/html/mydns_15.html -%%PORTDOCS%%share/doc/mydns/html/mydns_16.html -%%PORTDOCS%%share/doc/mydns/html/mydns_17.html -%%PORTDOCS%%share/doc/mydns/html/mydns_18.html -%%PORTDOCS%%share/doc/mydns/html/mydns_19.html -%%PORTDOCS%%share/doc/mydns/html/mydns_2.html -%%PORTDOCS%%share/doc/mydns/html/mydns_20.html -%%PORTDOCS%%share/doc/mydns/html/mydns_21.html -%%PORTDOCS%%share/doc/mydns/html/mydns_22.html -%%PORTDOCS%%share/doc/mydns/html/mydns_23.html -%%PORTDOCS%%share/doc/mydns/html/mydns_24.html -%%PORTDOCS%%share/doc/mydns/html/mydns_25.html -%%PORTDOCS%%share/doc/mydns/html/mydns_26.html -%%PORTDOCS%%share/doc/mydns/html/mydns_27.html -%%PORTDOCS%%share/doc/mydns/html/mydns_28.html -%%PORTDOCS%%share/doc/mydns/html/mydns_29.html -%%PORTDOCS%%share/doc/mydns/html/mydns_3.html -%%PORTDOCS%%share/doc/mydns/html/mydns_30.html -%%PORTDOCS%%share/doc/mydns/html/mydns_31.html -%%PORTDOCS%%share/doc/mydns/html/mydns_32.html -%%PORTDOCS%%share/doc/mydns/html/mydns_33.html -%%PORTDOCS%%share/doc/mydns/html/mydns_34.html -%%PORTDOCS%%share/doc/mydns/html/mydns_4.html -%%PORTDOCS%%share/doc/mydns/html/mydns_5.html -%%PORTDOCS%%share/doc/mydns/html/mydns_6.html -%%PORTDOCS%%share/doc/mydns/html/mydns_7.html -%%PORTDOCS%%share/doc/mydns/html/mydns_8.html -%%PORTDOCS%%share/doc/mydns/html/mydns_9.html -%%PORTDOCS%%share/doc/mydns/html/mydns_abt.html -%%PORTDOCS%%share/doc/mydns/html/mydns_ovr.html -%%PORTDOCS%%share/doc/mydns/html/mydns_toc.html +%%PORTDOCS%%share/doc/mydns/html/Building-the-source.html +%%PORTDOCS%%share/doc/mydns/html/Cache-options.html +%%PORTDOCS%%share/doc/mydns/html/Caching.html +%%PORTDOCS%%share/doc/mydns/html/Configuration.html +%%PORTDOCS%%share/doc/mydns/html/Creating-mydns.conf.html +%%PORTDOCS%%share/doc/mydns/html/Database-options.html +%%PORTDOCS%%share/doc/mydns/html/Database.html +%%PORTDOCS%%share/doc/mydns/html/GNU-Free-Documentation-License.html +%%PORTDOCS%%share/doc/mydns/html/General-options.html +%%PORTDOCS%%share/doc/mydns/html/Index.html +%%PORTDOCS%%share/doc/mydns/html/Installation.html +%%PORTDOCS%%share/doc/mydns/html/Introduction.html +%%PORTDOCS%%share/doc/mydns/html/Load-balancing.html +%%PORTDOCS%%share/doc/mydns/html/Misc-options.html +%%PORTDOCS%%share/doc/mydns/html/Optional-columns.html +%%PORTDOCS%%share/doc/mydns/html/Preparing-the-database.html +%%PORTDOCS%%share/doc/mydns/html/RFC-1034.html +%%PORTDOCS%%share/doc/mydns/html/References.html +%%PORTDOCS%%share/doc/mydns/html/Round-robin.html +%%PORTDOCS%%share/doc/mydns/html/Server.html +%%PORTDOCS%%share/doc/mydns/html/Signals.html +%%PORTDOCS%%share/doc/mydns/html/TCP-support.html +%%PORTDOCS%%share/doc/mydns/html/Troubleshooting.html +%%PORTDOCS%%share/doc/mydns/html/Utilities.html +%%PORTDOCS%%share/doc/mydns/html/Zone-transfers.html +%%PORTDOCS%%share/doc/mydns/html/any.active.html +%%PORTDOCS%%share/doc/mydns/html/in-addr.arpa.html +%%PORTDOCS%%share/doc/mydns/html/index.html +%%PORTDOCS%%share/doc/mydns/html/mydnscheck.html +%%PORTDOCS%%share/doc/mydns/html/mydnsexport.html +%%PORTDOCS%%share/doc/mydns/html/mydnsimport.html +%%PORTDOCS%%share/doc/mydns/html/ptr-table.html +%%PORTDOCS%%share/doc/mydns/html/rr-table.html +%%PORTDOCS%%share/doc/mydns/html/soa-table.html +%%PORTDOCS%%share/doc/mydns/html/soa.xfer.html %%PORTDOCS%%@dirrm share/doc/mydns/html %%PORTDOCS%%@dirrm share/doc/mydns/contrib %%PORTDOCS%%@dirrm share/doc/mydns Index: files/patch-Makefile.in =================================================================== RCS file: /usr/nfs/ncvs/ports/net/mydns/files/patch-Makefile.in,v retrieving revision 1.1 diff -u -r1.1 patch-Makefile.in --- files/patch-Makefile.in 5 Aug 2002 23:35:09 -0000 1.1 +++ files/patch-Makefile.in 18 Dec 2002 15:17:09 -0000 @@ -1,6 +1,6 @@ ---- Makefile.in.orig Mon Jul 29 21:37:45 2002 -+++ Makefile.in Mon Jul 29 21:38:30 2002 -@@ -440,7 +440,6 @@ +--- Makefile.in.orig Wed Dec 18 15:16:33 2002 ++++ Makefile.in Wed Dec 18 15:16:43 2002 +@@ -529,7 +529,6 @@ install-data-am: @$(NORMAL_INSTALL) Index: files/patch-title.texi =================================================================== RCS file: /usr/nfs/ncvs/ports/net/mydns/files/patch-title.texi,v retrieving revision 1.1 diff -u -r1.1 patch-title.texi --- files/patch-title.texi 5 Oct 2002 19:19:43 -0000 1.1 +++ files/patch-title.texi 18 Dec 2002 15:18:55 -0000 @@ -1,11 +1,10 @@ ---- doc/texi/title.texi.orig Sat Sep 21 10:25:27 2002 -+++ doc/texi/title.texi Sat Sep 21 10:26:04 2002 -@@ -1,3 +1,8 @@ +--- doc/texi/en/title.texi.orig Fri Nov 15 10:30:48 2002 ++++ doc/texi/en/title.texi Wed Dec 18 15:18:13 2002 +@@ -1,3 +1,7 @@ +@dircategory Miscellaneous +@direntry +* mydns: (mydns). The MySQL based DNS-server. +@end direntry -+ + @ifinfo - This is the manual for MyDNS (version @value{PKGVERSION}, @value{PKGDATE}), a MySQL-based DNS server package. - @value{PKGCOPYRIGHT} + This is the manual for MyDNS (version @value{PKGVERSION}, @value{PKGDATE}), >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 8:21: 2 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B880437B401 for ; Wed, 18 Dec 2002 08:21:01 -0800 (PST) Received: from smtp.web.de (smtp01.web.de [217.72.192.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC69D43ED4 for ; Wed, 18 Dec 2002 08:21:00 -0800 (PST) (envelope-from s.z.s@web.de) Received: from pd9e4bdb9.dip.t-dialin.net ([217.228.189.185] helo=web.de) by smtp.web.de with asmtp (WEB.DE(Exim) 4.93 #1) id 18OgwD-0008S8-00 for ports@FreeBSD.org; Wed, 18 Dec 2002 17:20:49 +0100 Message-ID: <3E00A082.9030403@web.de> Date: Wed, 18 Dec 2002 17:21:22 +0100 From: Steffen Brinkmann User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204 X-Accept-Language: de, en, es, eo MIME-Version: 1.0 To: ports@FreeBSD.org Subject: package for freeBSD: X-Bc 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 Hi! I developed a program that I think is very usefull and worth to be shared. I'm not a freeBSD user (so I cannot be a portmanager myself) but there are user that are interested. X-Bc is a grafical user interface to bc and provides extra functionality such as trigonometric, exponential functions and number-theory. Nothing special, you might say... The advantage of X-Bc compared to other graphical calculators is that input and output stay visible at all time and can be easily corrected, compared, etc. This is a feature I looked for a long time and didn't find... untill i wrote X-Bc X-Bc is published under the terms of the GPL. Please read http://x-bc.sourceforge.net for further info! sources available at https://sourceforge.net/projects/x-bc gtkmm is needed to compile X-Bc. regards, Steffen -- ------------------------------ open source for open minds. free software for free people. ----------------------------- http://x-bc.sourceforge.net - a GUI to bc, a scientific calculator To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 9:18: 6 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 011B237B401; Wed, 18 Dec 2002 09:18:06 -0800 (PST) Received: from orange.csi.cam.ac.uk (orange.csi.cam.ac.uk [131.111.8.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B3BF43EDC; Wed, 18 Dec 2002 09:18:05 -0800 (PST) (envelope-from sa264@cam.ac.uk) Received: from localhost ([127.0.0.1]) by orange.csi.cam.ac.uk with esmtp (Exim 4.10) id 18OhpZ-0006cr-00; Wed, 18 Dec 2002 17:18:01 +0000 Date: Wed, 18 Dec 2002 17:17:50 +0000 From: AMAKAWA Shuhei To: Christian Weisgerber , ports@freebsd.org Subject: Re: Please look at ports/43147 In-Reply-To: <20021218143527.GA45445@kemoauc.mips.inka.de> References: <200212181229.gBICTN4C041488@kemoauc.mips.inka.de> <20021218143527.GA45445@kemoauc.mips.inka.de> MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII Message-Id: Sender: owner-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 Wed, 18 Dec 2002 15:35:27 +0100, Christian Weisgerber wrote: > > > > Well, we're in ports freeze. > > Since September? > > Yes. And we will be until 5.0 is released in January. Why were there so many commits since September, including creation of new ports, apparently without explicit approval from the authorities? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 9:30: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFF8F37B401 for ; Wed, 18 Dec 2002 09:30:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7EF643EDA for ; Wed, 18 Dec 2002 09:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBIHU1x3084225 for ; Wed, 18 Dec 2002 09:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBIHU1Lq084224; Wed, 18 Dec 2002 09:30:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2167237B401 for ; Wed, 18 Dec 2002 09:25:37 -0800 (PST) Received: from nollie.summersault.com (nollie.summersault.com [208.10.44.140]) by mx1.FreeBSD.org (Postfix) with SMTP id AD9B143E4A for ; Wed, 18 Dec 2002 09:25:36 -0800 (PST) (envelope-from mark@summersault.com) Received: (qmail 70228 invoked by uid 1002); 18 Dec 2002 17:25:25 -0000 Message-Id: <20021218172525.70227.qmail@nollie.summersault.com> Date: 18 Dec 2002 17:25:25 -0000 From: Mark Stosberg Reply-To: Mark Stosberg To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46356: sqlrelay port needs WWW 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: 46356 >Category: ports >Synopsis: sqlrelay port needs WWW updated >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 18 09:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mark Stosberg >Release: FreeBSD 4.5-RELEASE i386 >Organization: >Environment: System: FreeBSD nollie.summersault.com 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Sat Mar 16 22:49:28 EST 2002 root@nollie.summersault.com:/usr/src/sys/compile/NOLLIE.031602 i386 >Description: The sqlrelay port should have it's WWW address updated to be http://sqlrelay.sourceforge.net/ The current one is broken. >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 Dec 18 9:30: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 057A037B404 for ; Wed, 18 Dec 2002 09:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F2B43ED1 for ; Wed, 18 Dec 2002 09:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBIHU1x3084210 for ; Wed, 18 Dec 2002 09:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBIHU1ji084209; Wed, 18 Dec 2002 09:30:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B27E37B401 for ; Wed, 18 Dec 2002 09:22:15 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.65.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 7DC8943EB2 for ; Wed, 18 Dec 2002 09:22:13 -0800 (PST) (envelope-from csharp@gmx.net) Received: (qmail 21681 invoked by uid 0); 18 Dec 2002 17:22:11 -0000 Received: from pd95524bf.dip.t-dialin.net (HELO dagon.cthulhu.net) (217.85.36.191) by mail.gmx.net (mp011-rz3) with SMTP; 18 Dec 2002 17:22:11 -0000 Received: from mephisto by dagon.cthulhu.net with local (Exim 4.10) id 18Ohwv-000Jte-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 18 Dec 2002 18:25:37 +0100 Message-Id: Date: Wed, 18 Dec 2002 18:25:37 +0100 From: Christopher Sharp Reply-To: Christopher Sharp To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46355: Fix: make audio/py-ao , py-ogg and py-vorbis fetchable Sender: owner-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: 46355 >Category: ports >Synopsis: Fix: make audio/py-ao , py-ogg and py-vorbis fetchable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 18 09:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Christopher Sharp >Release: FreeBSD 5.0-RC i386 >Organization: >Environment: >Description: A fix to MASTER_SITES of the affected ports to make them fetchable again. >How-To-Repeat: >Fix: Change MASTER_SITES from: http://www.andrewchatham.com/pyogg/ to: http://www.andrewchatham.com/pyogg/download/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 9:50: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B110E37B401 for ; Wed, 18 Dec 2002 09:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ECA343ED4 for ; Wed, 18 Dec 2002 09:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBIHo1x3088230 for ; Wed, 18 Dec 2002 09:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBIHo1kH088229; Wed, 18 Dec 2002 09:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 772E737B401 for ; Wed, 18 Dec 2002 09:46:30 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 28E9743EA9 for ; Wed, 18 Dec 2002 09:46:29 -0800 (PST) (envelope-from csharp@gmx.net) Received: (qmail 28696 invoked by uid 0); 18 Dec 2002 17:46:27 -0000 Received: from pd95524bf.dip.t-dialin.net (HELO dagon.cthulhu.net) (217.85.36.191) by mail.gmx.net (mp021-rz3) with SMTP; 18 Dec 2002 17:46:27 -0000 Received: from mephisto by dagon.cthulhu.net with local (Exim 4.10) id 18OiKQ-000P6L-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 18 Dec 2002 18:49:54 +0100 Message-Id: Date: Wed, 18 Dec 2002 18:49:54 +0100 From: Christopher Sharp Reply-To: Christopher Sharp To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46357: Fix: fix mail/maildrop, needs perl Sender: owner-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: 46357 >Category: ports >Synopsis: Fix: fix mail/maildrop, needs perl >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 18 09:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Christopher Sharp >Release: FreeBSD 5.0-RC i386 >Organization: >Environment: >Description: This port needs perl, put a PERL_CONFIGURE in. >How-To-Repeat: >Fix: Add a "PERL_CONFIGURE= yes" to the Makefile >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 10: 0: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5898937B401 for ; Wed, 18 Dec 2002 10:00:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C0A243EB2 for ; Wed, 18 Dec 2002 10:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBII03x3099427 for ; Wed, 18 Dec 2002 10:00:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBII03EB099426; Wed, 18 Dec 2002 10:00:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6FCE37B401 for ; Wed, 18 Dec 2002 09:51:33 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 4EBC643EB2 for ; Wed, 18 Dec 2002 09:51:32 -0800 (PST) (envelope-from csharp@gmx.net) Received: (qmail 32649 invoked by uid 0); 18 Dec 2002 17:51:30 -0000 Received: from pd95524bf.dip.t-dialin.net (HELO dagon.cthulhu.net) (217.85.36.191) by mail.gmx.net (mp016-rz3) with SMTP; 18 Dec 2002 17:51:30 -0000 Received: from mephisto by dagon.cthulhu.net with local (Exim 4.10) id 18Ohpa-000Jn7-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 18 Dec 2002 18:18:02 +0100 Message-Id: Date: Wed, 18 Dec 2002 18:18:02 +0100 From: Christopher Sharp Reply-To: Christopher Sharp To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46358: Fix: make audio/py-ao , py-ogg and py-vorbis fetchable Sender: owner-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: 46358 >Category: ports >Synopsis: Fix: make audio/py-ao , py-ogg and py-vorbis fetchable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 18 10:00:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Christopher Sharp >Release: FreeBSD 5.0-RC i386 >Organization: >Environment: >Description: A fix to MASTER_SITES of the affected ports to make them fetchable again. >How-To-Repeat: >Fix: Change MASTER_SITES from: http://www.andrewchatham.com/pyogg/ to: http://www.andrewchatham.com/pyogg/download/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 11:22:44 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3255C37B401; Wed, 18 Dec 2002 11:22:44 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D32A543EC5; Wed, 18 Dec 2002 11:22:43 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBIJMhx3037651; Wed, 18 Dec 2002 11:22:43 -0800 (PST) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBIJMh33037647; Wed, 18 Dec 2002 11:22:43 -0800 (PST) Date: Wed, 18 Dec 2002 11:22:43 -0800 (PST) From: Christian Weisgerber Message-Id: <200212181922.gBIJMh33037647@freefall.freebsd.org> To: naddy@FreeBSD.org, freebsd-ports@FreeBSD.org, nbm@FreeBSD.org Subject: Re: ports/46355: Fix: make audio/py-ao , py-ogg and py-vorbis fetchable Sender: owner-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: make audio/py-ao , py-ogg and py-vorbis fetchable Responsible-Changed-From-To: freebsd-ports->nbm Responsible-Changed-By: naddy Responsible-Changed-When: Wed Dec 18 11:22:16 PST 2002 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=46355 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 11:24: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA06337B401; Wed, 18 Dec 2002 11:24:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31CDD43E4A; Wed, 18 Dec 2002 11:24:05 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBIJO5x3037731; Wed, 18 Dec 2002 11:24:05 -0800 (PST) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBIJO4lL037727; Wed, 18 Dec 2002 11:24:04 -0800 (PST) Date: Wed, 18 Dec 2002 11:24:04 -0800 (PST) From: Christian Weisgerber Message-Id: <200212181924.gBIJO4lL037727@freefall.freebsd.org> To: csharp@gmx.net, naddy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46358: Fix: make audio/py-ao , py-ogg and py-vorbis fetchable Sender: owner-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: make audio/py-ao , py-ogg and py-vorbis fetchable State-Changed-From-To: open->closed State-Changed-By: naddy State-Changed-When: Wed Dec 18 11:23:39 PST 2002 State-Changed-Why: Duplicate of ports/46355. http://www.freebsd.org/cgi/query-pr.cgi?pr=46358 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 13:34:26 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E399F37B401; Wed, 18 Dec 2002 13:34:25 -0800 (PST) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07EDE43EDE; Wed, 18 Dec 2002 13:34:25 -0800 (PST) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 9B1FF2B67F; Wed, 18 Dec 2002 22:34:17 +0100 (CET) Received: by k7.mavetju (Postfix, from userid 1001) id B563F6A712B; Thu, 19 Dec 2002 08:34:13 +1100 (EST) Date: Thu, 19 Dec 2002 08:34:13 +1100 From: Edwin Groothuis To: AMAKAWA Shuhei Cc: Christian Weisgerber , ports@freebsd.org Subject: Re: Please look at ports/43147 Message-ID: <20021218213413.GW50581@k7.mavetju> References: <200212181229.gBICTN4C041488@kemoauc.mips.inka.de> <20021218143527.GA45445@kemoauc.mips.inka.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-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, Dec 18, 2002 at 05:17:50PM +0000, AMAKAWA Shuhei wrote: > At Wed, 18 Dec 2002 15:35:27 +0100, > Christian Weisgerber wrote: > > > > > > Well, we're in ports freeze. > > > Since September? > > > > Yes. And we will be until 5.0 is released in January. > > Why were there so many commits since September, including creation > of new ports, apparently without explicit approval from the > authorities? Ports-freeze didn't start until the end of november somewhere. (just after I found out how I could easily add ports) Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php bash$ :(){ :|:&};: | Interested in MUDs? http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 13:40:51 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66C0237B401; Wed, 18 Dec 2002 13:40:28 -0800 (PST) Received: from hotmail.com (f111.pav2.hotmail.com [64.4.37.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05FD943EA9; Wed, 18 Dec 2002 13:40:28 -0800 (PST) (envelope-from bbfst4wtsf253@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 18 Dec 2002 13:38:13 -0800 Received: from 203.227.236.216 by pv2fd.pav2.hotmail.msn.com with HTTP; Wed, 18 Dec 2002 21:38:13 GMT X-Originating-IP: [203.227.236.216] From: =?ks_c_5601-1987?B?xMnGwyC4tg==?= To: freebsd-alpha@freebsd.org Subject: =?ks_c_5601-1987?B?oaG6/LG4uK4gwfGwzLDUIMfRufggx8/A2i4uLiEh?= Date: Wed, 18 Dec 2002 21:38:13 +0000 Mime-Version: 1.0 Content-Type: text/plain; charset=ks_c_5601-1987; format=flowed Message-ID: X-OriginalArrivalTime: 18 Dec 2002 21:38:13.0330 (UTC) FILETIME=[C46DAB20:01C2A6DD] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org live10girls

јєЗцѕЖ ґ©µеБэ °ш°і

 

 

 

єё·Ї °Ў±в

є» АҐ»зАМЖ®ґВ АОЕНіЭ јєАО Аь№® ЖчёЈіл »зАМЖ®·О, №эАыАё·О АМ·ЇЗС і»їлА» ї­¶ч
ЗТ јц ѕшґВ ёё 20јјАЗ ї¬·Й №МёёАМіЄ АМїН°°Ає АЅ¶хЗС і»їлїЎ °ЕєО°ЁА» °®ґВ »з¶ч
µйАє АФАеА» ±ЭЗХґПґЩ.
¶ЗЗС є» »зАМЖ®ґВ №эАыАё·О АОЕНіЭїЎј­ АЅ¶х№°А» АьјЫЗПґВ °НАМ ±ЭБцµИ БцїЄ АМіЄ
±№°Ўё¦ ґл»уАё·О ЗПґВ ј­єсЅє°Ў ѕЖґФА» №аИьґПґЩ. А§АЗ »зЗЧїЎ µїАЗЗПБц ѕКґВ ґЩёй
Аэґл·О µйѕоїАБц ё¶ЅКЅГїА.

This web site contains sexually oriented adult material which is not
suitable for those who are under the age of 20. If you
are under the age of 20 or find material of an adult nature offensive, or
if you are accessing this site from a country where adult material is
specifically prohibited by law, please leave this site immediately. By
entering this web page you are acknowledging that you are in fact 20 years
of age or older, and therefore we will hold no responsibility for any adult
material you find on this web site. All models on this site are 20 years of
age or older. We do not promote violent, malignant, or child pornography.
If you understand and accept these terms you may enter.

_________________________________________________________________ °н.. °Ё.. µµ.. »з.. ¶ы.. ёё.. µй.. ±в.. MSN ·Їєк http://www.msn.co.kr/love/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 13:46:52 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93FEB37B401; Wed, 18 Dec 2002 13:46:51 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 401E043EEC; Wed, 18 Dec 2002 13:46:50 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBILkox3077394; Wed, 18 Dec 2002 13:46:50 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBILkn4V077390; Wed, 18 Dec 2002 13:46:49 -0800 (PST) Date: Wed, 18 Dec 2002 13:46:49 -0800 (PST) From: Edwin Groothuis Message-Id: <200212182146.gBILkn4V077390@freefall.freebsd.org> To: csharp@gmx.net, edwin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46357: Fix: fix mail/maildrop, needs perl Sender: owner-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: fix mail/maildrop, needs perl State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Wed Dec 18 13:46:31 PST 2002 State-Changed-Why: Commited, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=46357 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 14: 0:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAC5C37B401 for ; Wed, 18 Dec 2002 14:00:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7069243EC5 for ; Wed, 18 Dec 2002 14:00:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBIM0Hx3079643 for ; Wed, 18 Dec 2002 14:00:17 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBIM0H1V079642; Wed, 18 Dec 2002 14:00:17 -0800 (PST) Date: Wed, 18 Dec 2002 14:00:17 -0800 (PST) Message-Id: <200212182200.gBIM0H1V079642@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/46356: sqlrelay port needs WWW updated Reply-To: Edwin Groothuis Sender: owner-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/46356; it has been noted by GNATS. From: Edwin Groothuis To: knu@freebsd.org Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/46356: sqlrelay port needs WWW updated Date: Thu, 19 Dec 2002 08:56:45 +1100 Hello, Mind if I commit the following patch on this port to make it fetchable again? --- Makefile 18 Dec 2002 12:57:05 -0000 1.13 +++ Makefile 18 Dec 2002 21:53:49 -0000 @@ -8,9 +8,8 @@ PORTNAME= ${SQLRELAY_PORTNAME} PORTVERSION= ${SQLRELAY_PORTVERSION} CATEGORIES= databases -MASTER_SITES= http://www.firstworks.com/downloads/sqlrelay/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= knu +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= sqlrelay MAINTAINER= knu@FreeBSD.org --- pkg-descr 6 Jul 2001 10:24:49 -0000 1.1 +++ pkg-descr 18 Dec 2002 21:53:49 -0000 @@ -11,4 +11,4 @@ distributing access to replicated databases and throttling database access. -WWW: http://www.firstworks.com/sqlrelay.html +WWW: http://sqlrelay.sourceforge.net/ Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php bash$ :(){ :|:&};: | Interested in MUDs? http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 14: 6:51 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CD8C37B401; Wed, 18 Dec 2002 14:06:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29A6543EDE; Wed, 18 Dec 2002 14:06:50 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBIM6nx3086672; Wed, 18 Dec 2002 14:06:50 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBIM6iDi086631; Wed, 18 Dec 2002 14:06:44 -0800 (PST) Date: Wed, 18 Dec 2002 14:06:44 -0800 (PST) From: Edwin Groothuis Message-Id: <200212182206.gBIM6iDi086631@freefall.freebsd.org> To: mich@freebsdcluster.org, edwin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46326: Fix error reported by bento for devel/cvsstat Sender: owner-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 error reported by bento for devel/cvsstat State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Wed Dec 18 14:06:37 PST 2002 State-Changed-Why: Commited, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=46326 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 15: 0:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E336B37B401 for ; Wed, 18 Dec 2002 15:00:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D4CA43EB2 for ; Wed, 18 Dec 2002 15:00:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBIN0Dx3097789 for ; Wed, 18 Dec 2002 15:00:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBIN0Dej097788; Wed, 18 Dec 2002 15:00:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 444ED37B401 for ; Wed, 18 Dec 2002 14:53:38 -0800 (PST) Received: from gioria.dyndns.org (AFontenayssB-104-1-1-242.abo.wanadoo.fr [217.128.58.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62F2043EDA for ; Wed, 18 Dec 2002 14:53:36 -0800 (PST) (envelope-from root@gioria.dyndns.org) Received: from bushmills.intra.thorm.net (bushmills.intra.thorm.net [192.168.0.3]) by gioria.dyndns.org (Postfix) with ESMTP id E4A2E37485; Thu, 19 Dec 2002 00:02:40 +0100 (CET) Received: by bushmills.intra.thorm.net (Postfix, from userid 0) id 0E946B3DF; Wed, 18 Dec 2002 23:53:41 +0100 (CET) Message-Id: <20021218225341.0E946B3DF@bushmills.intra.thorm.net> Date: Wed, 18 Dec 2002 23:53:41 +0100 (CET) From: Sebastien Gioria Reply-To: Sebastien Gioria To: FreeBSD-gnats-submit@FreeBSD.org Cc: cyrille.lefevre@laposte.net X-Send-Pr-Version: 3.113 Subject: ports/46363: patch for building misc/sh-utils on 5.X and 4.7-STABLE Sender: owner-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: 46363 >Category: ports >Synopsis: patch for building misc/sh-utils on 5.X and 4.7-STABLE >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Dec 18 15:00:13 PST 2002 >Closed-Date: >Last-Modified: >Originator: Sebastien Gioria >Release: FreeBSD 5.0-RC i386 >Organization: FreeBSD.ORG >Environment: System: FreeBSD bushmills.intra.thorm.net 5.0-RC FreeBSD 5.0-RC #16: Mon Dec 9 18:34:49 CET 2002 eagle@bushmills.intra.thorm.net:/usr/obj/usr/src/sys/bushmills i386 >Description: Actually misc/sh-utils does not build because redefinition of eaccess. >How-To-Repeat: cd /usr/ports/misc/sh-utils ; make >Fix: Apply this patch to src/test.c and the ports will be build on a 5.X Box and on a 4.7-STABLE Box (according to the documentation of __FreeBSD_Version in the porter_handbook). --- src/test.c.orig Wed Dec 18 23:37:09 2002 +++ src/test.c Wed Dec 18 23:37:21 2002 @@ -153,6 +153,7 @@ return (stat (path, finfo)); } +#if (__FreeBSD_version <= 470100) /* Do the same thing access(2) does, but use the effective uid and gid, and don't make the mistake of telling root that any file is executable. But this loses when the containing filesystem is mounted e.g. read-only. */ @@ -190,6 +191,7 @@ return (-1); } +#endif /* Increment our position in the argument list. Check that we're not past the end of the argument list. This check is supressed if the >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 17:17:18 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 874E037B415 for ; Wed, 18 Dec 2002 17:17:11 -0800 (PST) Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55CDC43EC2 for ; Wed, 18 Dec 2002 17:17:10 -0800 (PST) (envelope-from babolo@aaz.links.ru) Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by aaz.links.ru (8.12.6/8.12.6) with ESMTP id gBJ1J4sQ047773; Thu, 19 Dec 2002 04:19:04 +0300 (MSK) (envelope-from babolo@aaz.links.ru) Received: (from babolo@localhost) by aaz.links.ru (8.12.6/8.12.6/Submit) id gBJ1J43k047772; Thu, 19 Dec 2002 04:19:04 +0300 (MSK) Message-Id: <200212190119.gBJ1J43k047772@aaz.links.ru> Subject: Re: gif in gd2? X-ELM-OSV: (Our standard violations) hdr-charset=KOI8-R; no-hdr-encoding=1 In-Reply-To: <20021217201835.GA2688@nmrc.ie> To: Lars Hecking Date: Thu, 19 Dec 2002 04:19:04 +0300 (MSK) From: "."@babolo.ru Cc: ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Sender: owner-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, > > Can someone please explain to me the rationale behind adding gif support > to graphics/gd2? gif support was officially removed from gd with version > 1.6. Does the FreeBSD project have a license from UniSYS? UniSYS patented algorithm? Most of countries do not consider algorithms patentable IMHO It is quite clear: 0cicuta~(5)>grep '*' /usr/ports/graphics/gd2/Makefile @${ECHO_CMD} "************************************************************" @${ECHO_CMD} "* If you live outside US and Canada, you can define *" @${ECHO_CMD} "* WITH_LZW to enable GIF compression support. *" @${ECHO_CMD} "************************************************************" @${CP} ${FILESDIR}/g* ${WRKSRC} > (While reworking the configure script for gnuplot-cvs, I was wondering > about the strange result that it found a gd library that supports both > png and gif.) -- @BABOLO http://links.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 17:30:33 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AD8837B401; Wed, 18 Dec 2002 17:30:33 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC80143EB2; Wed, 18 Dec 2002 17:30:32 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBJ1UWx3045258; Wed, 18 Dec 2002 17:30:32 -0800 (PST) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBJ1UWNV045246; Wed, 18 Dec 2002 17:30:32 -0800 (PST) Date: Wed, 18 Dec 2002 17:30:32 -0800 (PST) From: Mario Sergio Fujikawa Ferreira Message-Id: <200212190130.gBJ1UWNV045246@freefall.freebsd.org> To: mchopra@engmail.uwaterloo.ca, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/45992: Update port: net/vnc Sender: owner-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/vnc State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Wed Dec 18 17:30:31 PST 2002 State-Changed-Why: Superseded by PR 46120, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=45992 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 17:58:45 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A10637B401 for ; Wed, 18 Dec 2002 17:58:44 -0800 (PST) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0249743EDA for ; Wed, 18 Dec 2002 17:58:44 -0800 (PST) (envelope-from monkey@vectors.cx) Received: from vectors.cx (8a6d2c038caa798fe296fb77668118a3@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id gBJ20hfC032667; Wed, 18 Dec 2002 18:00:43 -0800 (PST) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id gBJ20hWg032666; Wed, 18 Dec 2002 18:00:43 -0800 (PST) (envelope-from monkey) Date: Wed, 18 Dec 2002 18:00:43 -0800 From: Adam Weinberger To: Cy Schubert - CITS Open Systems Group Cc: parv , f-ports Subject: Re: x11-wm/fvwm2-devel - update reminder for v2.5.5 Message-ID: <20021219020043.GK311@vectors.cx> References: <20021218052607.GE311@vectors.cx> <200212181525.gBIFPCL3049931@cwsys.cwsent.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <200212181525.gBIFPCL3049931@cwsys.cwsent.com> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (12.18.2002 @ 0725 PST): Cy Schubert - CITS Open Systems Group said, in 1.6K: << > In message <20021218052607.GE311@vectors.cx>, Adam Weinberger writes: > mx.freebsd.org rejected my content, > > : host mx1.freebsd.org[216.136.204.125] > said: 550 > Error: Message content rejected > > Hey! I didn't even say anything obscene! :) It was rejecting my replies, too. I have no idea what's up with that. > Let's try it again, komquats.com/ports. The files you want are, > fvwm2-021217.tar.bz2, for the most recent fvwm2 port and > fvwm2-devel-021217.tar.bz2 for the most recent fvwm2-devel port. Cy, I believe that both tarballs are the same thing. Neither contains fvwm2-devel. # Adam - -- Adam Weinberger vectors.cx >> adam@vectors.cx FreeBSD.org << adamw@FreeBSD.ORG Bayer Berkeley >> adam.weinberger.b@bayer.com #vim:set ts=8: 8-char tabs prevent tooth decay. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+AShLo8KM2ULHQ/0RAoh7AJ4xJvTZ8JXz4ZKd20q478xjOVd9XACdHupx Htom9kT1JLBe6CPdCD6MTKA= =9wvv -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 18:15:23 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADB4C37B401; Wed, 18 Dec 2002 18:15:21 -0800 (PST) Received: from spqr.osg.gov.bc.ca (spqr.osg.gov.bc.ca [142.32.102.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 299AB43ED1; Wed, 18 Dec 2002 18:15:21 -0800 (PST) (envelope-from Cy.Schubert@osg.gov.bc.ca) Received: from passer.osg.gov.bc.ca (passer.osg.gov.bc.ca [142.32.110.29]) by spqr.osg.gov.bc.ca (Postfix) with ESMTP id A23BF9F15B; Wed, 18 Dec 2002 18:15:15 -0800 (PST) Received: from cwsys.cwsent.com (cwsys2 [10.1.2.1]) by passer.osg.gov.bc.ca (8.12.6/8.12.3) with ESMTP id gBJ2FF0R079887; Wed, 18 Dec 2002 18:15:15 -0800 (PST) (envelope-from cy@cwsent.com) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.6/8.12.3) with ESMTP id gBJ2FEL3052712; Wed, 18 Dec 2002 18:15:14 -0800 (PST) (envelope-from cy@cwsys.cwsent.com) Message-Id: <200212190215.gBJ2FEL3052712@cwsys.cwsent.com> Reply-To: Cy Schubert - CITS Open Systems Group From: Cy Schubert - CITS Open Systems Group X-os: FreeBSD X-Sender: cy@cwsent.com To: Adam Weinberger Cc: Cy Schubert - CITS Open Systems Group , parv , f-ports Subject: Re: x11-wm/fvwm2-devel - update reminder for v2.5.5 In-Reply-To: Your message of "Wed, 18 Dec 2002 18:00:43 PST." <20021219020043.GK311@vectors.cx> Date: Wed, 18 Dec 2002 18:15:14 -0800 Sender: owner-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 message <20021219020043.GK311@vectors.cx>, Adam Weinberger writes: > >> (12.18.2002 @ 0725 PST): Cy Schubert - CITS Open Systems Group said, in 1. > 6K: << > > In message <20021218052607.GE311@vectors.cx>, Adam Weinberger writes: > > mx.freebsd.org rejected my content, > > > > : host mx1.freebsd.org[216.136.204.125] > > said: 550 > > Error: Message content rejected > > > > Hey! I didn't even say anything obscene! :) > > It was rejecting my replies, too. I have no idea what's up with that. > > > Let's try it again, komquats.com/ports. The files you want are, > > fvwm2-021217.tar.bz2, for the most recent fvwm2 port and > > fvwm2-devel-021217.tar.bz2 for the most recent fvwm2-devel port. > > Cy, I believe that both tarballs are the same thing. Neither contains > fvwm2-devel. Silly me. It does now. Sorry about that. -- Cheers, Phone: 250-387-8437 Cy Schubert Fax: 250-387-5231 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC FreeBSD UNIX: cy@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 19:22:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95B4A37B401 for ; Wed, 18 Dec 2002 19:22:32 -0800 (PST) Received: from nova.securities-pricing.com (adsl-63-205-123-10.dsl.lsan03.pacbell.net [63.205.123.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C82AF43ED1 for ; Wed, 18 Dec 2002 19:22:31 -0800 (PST) (envelope-from fbsd1@pruam.com) Received: from johnr.pruam.com (johnr.securities-pricing.com [192.168.97.10]) by nova.securities-pricing.com (8.12.6/8.12.6) with ESMTP id gBJ3MTKR040987 for ; Wed, 18 Dec 2002 19:22:30 -0800 (PST) (envelope-from fbsd1@pruam.com) Message-Id: <5.1.0.14.2.20021218175519.0252b820@mail.securities-pricing.com> X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 18 Dec 2002 19:22:12 -0800 To: ports@FreeBSD.org From: John Long Subject: Can't locate Apache/Constants.pm in @INC 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 Hello, I am trying to get SecSess installed on a freebsd 4.7R system here. Using Cpan, getting Can't locate Apache/Constants.pm in @INC /usr/bin/make test -- OK Running make for P/PL/PLIAM/Apache-SecSess-0.09.tgz Is already unwrapped into directory /usr/.cpan/build/Apache-SecSess-0.09 Has already been processed within this session Running make test Prepending /usr/.cpan/build/DBI-1.30/blib/arch /usr/.cpan/build/DBI-1.30/blib/lib /usr/.cpan/build/Crypt-Rijndael-0.05/blib/arch /us r/.cpan/build/Crypt-Rijndael-0.05/blib/lib to PERL5LIB. PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 test.pl 1..1 Can't locate Apache/Constants.pm in @INC (@INC contains: blib/arch blib/lib /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 /usr/.cpan/build/DBI-1.30/blib/arch /usr/.cpan/build/DBI-1.30/blib/lib /usr/.cpan/build/Crypt-Rijndael-0.05/blib/arch /usr/.cpan/bu ild/Crypt-Rijndael-0.05/blib/lib /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 . /usr/libda ta/perl/5.00503/mach /usr/libdata/perl/5.00503) at SecSess.pm line 18. BEGIN failed--compilation aborted at SecSess.pm line 18. BEGIN failed--compilation aborted at test.pl line 10. *** Error code 2 Stop in /usr/.cpan/build/Apache-SecSess-0.09. /usr/bin/make test -- NOT OK I assume that it is looking for Module Apache::Constants (D/DO/DOUGM/mod_perl-1.27.tar.gz) However I have installed from ports Apache/1.3.27 (Unix) mod_ssl/2.8.12 OpenSSL/0.9.6g server which is running just fine. Locate tells me there is no Constants.pm on the system so maybe this apache build is not quite complete? I tried to cpan, get Apache::Constants.pm but it is failing on test and it wanted to do a configure to apache but that does not seem to be wise. I am a little leery to install mod-perl for fear it will mess up my system. What would be the best / easiest way to get the constants package in there? Any ideas or can I provide any other info? thanks, John Long To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 20:38: 3 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E29837B401; Wed, 18 Dec 2002 20:38:01 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D78A43EC5; Wed, 18 Dec 2002 20:38:01 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id gBJ4c0Yx051444; Wed, 18 Dec 2002 20:38:00 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id gBJ4ajcv051423; Wed, 18 Dec 2002 20:36:45 -0800 (PST) Date: Wed, 18 Dec 2002 20:36:45 -0800 From: "David O'Brien" To: Edwin Groothuis Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: cvs commit: ports/lang/nawk Makefile distinfo ports/lang/nawk/files patch-ba patch-bb Message-ID: <20021219043645.GF43024@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Edwin Groothuis , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, freebsd-ports@freebsd.org References: <200212122331.gBCNVpFO062280@repoman.freebsd.org> <20021214040617.GJ83552@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021214040617.GJ83552@k7.mavetju> User-Agent: Mutt/1.4i 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, Dec 14, 2002 at 03:06:17PM +1100, Edwin Groothuis wrote: > If you're upgrading this one, can you please add this to the Makefile: > > DIST_SUBDIR= nawk-${PORTVERSION} > > That will prevent the ever lasting problem of people getting checksum > mismatches because "the file is already there" and that bento will > fetch the right file too and thus build the package. The checksum mismatch is actually useful as an indicator when the next version is out. There is no announce mailing list for one to join to get this information from. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 20:46:20 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED3B937B401; Wed, 18 Dec 2002 20:46:18 -0800 (PST) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CC3243ED8; Wed, 18 Dec 2002 20:46:18 -0800 (PST) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 04ACD2B96B; Thu, 19 Dec 2002 05:46:15 +0100 (CET) Received: by k7.mavetju (Postfix, from userid 1001) id 644746A712B; Thu, 19 Dec 2002 15:46:13 +1100 (EST) Date: Thu, 19 Dec 2002 15:46:13 +1100 From: Edwin Groothuis To: David O'Brien Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: cvs commit: ports/lang/nawk Makefile distinfo ports/lang/nawk/files patch-ba patch-bb Message-ID: <20021219044612.GK83552@k7.mavetju> References: <200212122331.gBCNVpFO062280@repoman.freebsd.org> <20021214040617.GJ83552@k7.mavetju> <20021219043645.GF43024@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021219043645.GF43024@dragon.nuxi.com> User-Agent: Mutt/1.4i Sender: owner-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, Dec 18, 2002 at 08:36:45PM -0800, David O'Brien wrote: > On Sat, Dec 14, 2002 at 03:06:17PM +1100, Edwin Groothuis wrote: > > If you're upgrading this one, can you please add this to the Makefile: > > > > DIST_SUBDIR= nawk-${PORTVERSION} > > > > That will prevent the ever lasting problem of people getting checksum > > mismatches because "the file is already there" and that bento will > > fetch the right file too and thus build the package. > > The checksum mismatch is actually useful as an indicator when the next > version is out. There is no announce mailing list for one to join to get > this information from. Yes, that indicator will still be there. It's more that I (and millions of users) at my own machines don't have to remove /usr/ports/distfiles/awk.tar.gz anymore before I can upgrade this port: the make will automaticly fetch the new version once it has been commited in the ports-system because the directory/file doesn't exist yet. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php bash$ :(){ :|:&};: | Interested in MUDs? http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 21:16:50 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38A6837B401 for ; Wed, 18 Dec 2002 21:16:49 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F47243EA9 for ; Wed, 18 Dec 2002 21:16:48 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gBJ5GVBB032961 for ; Thu, 19 Dec 2002 00:16:31 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gBJ5GVgE032960 for ports@freebsd.org; Thu, 19 Dec 2002 00:16:31 -0500 (EST) (envelope-from alane) Date: Thu, 19 Dec 2002 00:16:31 -0500 From: AlanE To: FreeBSD Ports List Subject: phoenix binary available Message-ID: <20021219051631.GA32943@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: FreeBSD Ports List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.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 I have compiled a package of phoenix-0.5_4 for those who don't like waiting for the long long builds. It is available at: http://people.freebsd.org/~alane/phoenix-0.6_5.tgz NOTE: This was built with -march=pentiumproc, due to an oversight on my part. So if you don't have a P3 or compatible, you may have trouble. I'll replace it with a generic x86 package tomorrow sometime. -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 21:20:32 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAE5737B401 for ; Wed, 18 Dec 2002 21:20:31 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32D7143E4A for ; Wed, 18 Dec 2002 21:20:31 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gBJ5KJBB033051 for ; Thu, 19 Dec 2002 00:20:19 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gBJ5KJTY033050 for ports@freebsd.org; Thu, 19 Dec 2002 00:20:19 -0500 (EST) (envelope-from alane) Date: Thu, 19 Dec 2002 00:20:18 -0500 From: AlanE To: FreeBSD Ports List Subject: [alane@geeksrus.net: phoenix binary available] Message-ID: <20021219052018.GA32976@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: FreeBSD Ports List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.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 Umm, that URL is wrong. ----- Forwarded message from AlanE ----- Correct URL: http://people.freebsd.org/~alane/phoenix-0.5_4.tgz ----- End forwarded message ----- -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 18 22: 6:48 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74B2237B401 for ; Wed, 18 Dec 2002 22:06:47 -0800 (PST) Received: from citusc.usc.edu (citusc.usc.edu [128.125.38.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 070F343EA9 for ; Wed, 18 Dec 2002 22:06:47 -0800 (PST) (envelope-from kris@citusc.usc.edu) Received: (from kris@localhost) by citusc.usc.edu (8.11.6/8.11.2) id gBJ5xqp06944; Wed, 18 Dec 2002 21:59:52 -0800 Date: Wed, 18 Dec 2002 21:59:52 -0800 From: Kris Kennaway To: Kris Kennaway Cc: ports@FreeBSD.org Subject: Re: geta perl dependency Message-ID: <20021218215952.A6941@citusc.usc.edu> References: <20021218042332.A1059@citusc.usc.edu> <20021218042458.A1070@citusc.usc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021218042458.A1070@citusc.usc.edu>; from kris@citusc.usc.edu on Wed, Dec 18, 2002 at 04:24:58AM -0800 Sender: owner-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, Dec 18, 2002 at 04:24:58AM -0800, Kris Kennaway wrote: > On Wed, Dec 18, 2002 at 04:23:32AM -0800, Kris Kennaway wrote: > > http://bento.freebsd.org/errorlogs/i386-5-latest/geta-19990419.log > > Also > http://bento.freebsd.org/errorlogs/i386-5-latest/maildrop-1.5.0.log http://bento.freebsd.org/errorlogs/i386-5-latest/ltxml-1.2.5.log Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 0: 0: 8 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEA9637B401 for ; Thu, 19 Dec 2002 00:00:06 -0800 (PST) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64CA743EDC for ; Thu, 19 Dec 2002 00:00:05 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id gBJ7xtQn080818; Thu, 19 Dec 2002 07:59:55 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id gBJ7xmLJ080817; Thu, 19 Dec 2002 07:59:48 GMT Date: Thu, 19 Dec 2002 07:59:48 +0000 From: Matthew Seaman To: John Long Cc: ports@FreeBSD.ORG Subject: Re: Can't locate Apache/Constants.pm in @INC Message-ID: <20021219075948.GA80493@happy-idiot-talk.infracaninophi> References: <5.1.0.14.2.20021218175519.0252b820@mail.securities-pricing.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.0.14.2.20021218175519.0252b820@mail.securities-pricing.com> User-Agent: Mutt/1.5.1i X-Spam-Status: No, hits=-3.3 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02, USER_AGENT,USER_AGENT_MUTT version=2.43 Sender: owner-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, Dec 18, 2002 at 07:22:12PM -0800, John Long wrote: > I assume that it is looking for > > Module Apache::Constants (D/DO/DOUGM/mod_perl-1.27.tar.gz) > > However I have installed from ports > Apache/1.3.27 (Unix) mod_ssl/2.8.12 OpenSSL/0.9.6g > server which is running just fine. > > Locate tells me there is no Constants.pm on the system so maybe this apache build > is not quite complete? I tried to cpan, get Apache::Constants.pm but it is failing on test > and it wanted to do a configure to apache but that does not seem to be wise. > > I am a little leery to install mod-perl for fear it will mess up my system. What would be > the best / easiest way to get the constants package in there? Apache::Constants is provided by mod_perl --- and the www/mod_perl port is the best way to install it. The port will install mod_perl as a DSO without attempting to recompile apache: arbitrary:/var/log:% pkg_info -W /usr/local/lib/perl5/site_perl/5.6.1/mach/Apache/Constants.pm /usr/local/lib/perl5/site_perl/5.6.1/mach/Apache/Constants.pm was installed by package mod_perl-1.27 and it works just fine if you install the www/mod_perl port as a dependency of apache+mod_ssl: arbitrary:/var/log:% pkg_info -r mod_perl-1.27 Information for mod_perl-1.27: Depends on: Dependency: perl-5.6.1_11 Dependency: apache+mod_ssl-1.3.27+2.8.12 although you do need to use 'pkgdb -F' to fix up the dependency information --- the port assumes it's being installed against the straight apache-1.3.27 port. Whilst I have installed perl-5.6.1, mod_perl will work fine with the bundled perl-5.004 on FreeBSD. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 0:50: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7888137B401 for ; Thu, 19 Dec 2002 00:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E24D43EFF for ; Thu, 19 Dec 2002 00:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBJ8o1x3071195 for ; Thu, 19 Dec 2002 00:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBJ8o1j0071194; Thu, 19 Dec 2002 00:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05D3437B401 for ; Thu, 19 Dec 2002 00:40:38 -0800 (PST) Received: from fbsd-01.rootpark.de (fbsd-01.rootpark.de [62.8.207.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 933A943EA9 for ; Thu, 19 Dec 2002 00:40:35 -0800 (PST) (envelope-from aheil@fbsd-01.rootpark.de) Received: from fbsd-01.rootpark.de (localhost [127.0.0.1]) by fbsd-01.rootpark.de (8.12.6/8.12.6) with ESMTP id gBJ8eQU1021079 for ; Thu, 19 Dec 2002 09:40:27 +0100 (CET) (envelope-from aheil@fbsd-01.rootpark.de) Received: (from aheil@localhost) by fbsd-01.rootpark.de (8.12.6/8.12.6/Submit) id gBJ8eKMw021078; Thu, 19 Dec 2002 09:40:20 +0100 (CET) Message-Id: <200212190840.gBJ8eKMw021078@fbsd-01.rootpark.de> Date: Thu, 19 Dec 2002 09:40:20 +0100 (CET) From: Andreas Heil Reply-To: Andreas Heil To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46370: new port: games/nwnusers Monitoring Neverwinter Nights Servers with MRTG Sender: owner-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: 46370 >Category: ports >Synopsis: new port: games/nwnusers Monitoring Neverwinter Nights Servers with MRTG >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 19 00:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Andreas Heil >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD fbsd-01.rootpark.de 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #0: Mon Nov 18 13:43:29 CET 2002 root@fbsd-01.rootpark.de:/usr/obj/usr/src/sys/ROOTPARK i386 >Description: A very easy to use tool for monitoring the number of active players on a (remote) Neverwinter Nights Server with MRTG. >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: # # nwnusers # nwnusers/pkg-plist # nwnusers/pkg-descr # nwnusers/pkg-comment # nwnusers/Makefile # nwnusers/distinfo # nwnusers/pkg-message # echo c - nwnusers mkdir -p nwnusers > /dev/null 2>&1 echo x - nwnusers/pkg-plist sed 's/^X//' >nwnusers/pkg-plist << 'END-of-nwnusers/pkg-plist' Xbin/nwnusers END-of-nwnusers/pkg-plist echo x - nwnusers/pkg-descr sed 's/^X//' >nwnusers/pkg-descr << 'END-of-nwnusers/pkg-descr' XA tool for monitoring Neverwinter Nights Server with mrtg X XWWW: http://www.linux-hq.de/pub/ X X- Andreas Heil Xah@linux-hq.de END-of-nwnusers/pkg-descr echo x - nwnusers/pkg-comment sed 's/^X//' >nwnusers/pkg-comment << 'END-of-nwnusers/pkg-comment' XA tool for monitoring Neverwinter Nights Server with mrtg END-of-nwnusers/pkg-comment echo x - nwnusers/Makefile sed 's/^X//' >nwnusers/Makefile << 'END-of-nwnusers/Makefile' X# New ports collection makefile for: nwnusers X# Date created: 19 December 2002 X# Whom: Andreas Heil X# X# $FreeBSD$ X# X XPORTNAME= nwnusers XPORTVERSION= 1.2 XCATEGORIES= games XMASTER_SITES= http://www.linux-hq.de/pub/ XDISTNAME= nwnusers-v1.2 X XMAINTAINER= ah@linux-hq.de X Xdo-build: X cd ${WRKDIR}/${DISTNAME} &&\ X ${CC} ${CFLAGS} -Wall -Werror -DVERSION=\"${PORTVERSION}\" -o nwnusers nwnusers.c X Xdo-install: X ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/nwnusers ${PREFIX}/bin/nwnusers X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include END-of-nwnusers/Makefile echo x - nwnusers/distinfo sed 's/^X//' >nwnusers/distinfo << 'END-of-nwnusers/distinfo' XMD5 (nwnusers-v1.2.tar.gz) = fa0d60ba704de7a57db5e23170727741 END-of-nwnusers/distinfo echo x - nwnusers/pkg-message sed 's/^X//' >nwnusers/pkg-message << 'END-of-nwnusers/pkg-message' X############################################################################## XAdd somthing like this to your mrtg.cfg: X XTarget[nwn]: `${PREFIX}/bin/nwnusers some.nwn.server` XMaxBytes[nwn]: 64 XTitle[nwn]: Number of Players on some.nwn.server XPageTop[nwn]:

Number of Players on some.nwn.server

XOptions[nwn]: growright,noinfo,integer,gauge XYLegend[nwn]: Players XShortLegend[nwn]: Players XLegend1[nwn]: Number of Players XLegendI[nwn]: : XLegendO[nwn]: X############################################################################## END-of-nwnusers/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 1:30: 3 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C449937B401 for ; Thu, 19 Dec 2002 01:30:01 -0800 (PST) Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7073E43EB2 for ; Thu, 19 Dec 2002 01:30:01 -0800 (PST) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (5564e191f37fa130f1bb7986eb6bad2a@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.12.5/8.12.5) with ESMTP id gBJ9PkUn035717 for ; Thu, 19 Dec 2002 01:25:46 -0800 (PST) (envelope-from andrsn@andrsn.stanford.edu) Date: Thu, 19 Dec 2002 01:25:46 -0800 (PST) From: Annelise Anderson To: freebsd-ports@freebsd.org Subject: bidwatcher port 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 As of the last few days I'm getting a lot of "invalid auction number" messages (ain3). Anyone know what the problem is? Thanks Annelise -- Annelise Anderson Author of: FreeBSD: An Open-Source Operating System for Your PC Available from: BSDmall.com and amazon.com Book Website: http://www.bittreepress.com/FreeBSD/introbook/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 4: 3: 7 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C202A37B401 for ; Thu, 19 Dec 2002 04:03:06 -0800 (PST) Received: from nmrc.ucc.ie (nmrc.ucc.ie [143.239.64.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2982F43ED4 for ; Thu, 19 Dec 2002 04:03:06 -0800 (PST) (envelope-from lhecking@nmrc.ucc.ie) Received: from localhost (localhost [127.0.0.1]) by mailhost.nmrc.ucc.ie (Postfix) with ESMTP id 8620BEE99 for ; Thu, 19 Dec 2002 12:03:03 +0000 (GMT) Received: (from lhecking@localhost) by tehran.nmrc.ucc.ie (8.12.2+Sun/8.12.2/Submit) id gBJC31NI010762 for ports@FreeBSD.ORG; Thu, 19 Dec 2002 12:03:01 GMT Date: Thu, 19 Dec 2002 12:03:01 +0000 From: Lars Hecking To: ports@freebsd.org Subject: Re: gif in gd2? Message-ID: <20021219120301.GB10734@nmrc.ie> References: <20021217201835.GA2688@nmrc.ie> <200212190119.gBJ1J43k047772@aaz.links.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200212190119.gBJ1J43k047772@aaz.links.ru> User-Agent: Mutt/1.5.2i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org "."@babolo.ru writes: > > Hi, > > > > Can someone please explain to me the rationale behind adding gif support > > to graphics/gd2? gif support was officially removed from gd with version > > 1.6. Does the FreeBSD project have a license from UniSYS? > UniSYS patented algorithm? http://www.unisys.com/about__unisys/lzw/lzw__license__english.htm > Most of countries do not consider algorithms patentable IMHO I am not so sure: http://burnallgifs.org/archives/lzw-main.html They mention not only the US and Canada, but also Japan, France, Germany, Italy, and the UK. > It is quite clear: Far from it, IMHO. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 4:30: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 343D237B401 for ; Thu, 19 Dec 2002 04:30:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6660A43EA9 for ; Thu, 19 Dec 2002 04:30:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBJCU1x3045905 for ; Thu, 19 Dec 2002 04:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBJCU1YQ045904; Thu, 19 Dec 2002 04:30:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BC9537B401 for ; Thu, 19 Dec 2002 04:26:41 -0800 (PST) Received: from ferengi.borderworlds.dk (ferengi.borderworlds.dk [62.79.110.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F95C43ED1 for ; Thu, 19 Dec 2002 04:26:40 -0800 (PST) (envelope-from xi@ferengi.borderworlds.dk) Received: from ferengi.borderworlds.dk (localhost [127.0.0.1]) by ferengi.borderworlds.dk (8.12.6/8.12.6) with ESMTP id gBJCQQJe022271; Thu, 19 Dec 2002 13:26:27 +0100 (CET) (envelope-from xi@ferengi.borderworlds.dk) Received: (from root@localhost) by ferengi.borderworlds.dk (8.12.6/8.12.6/Submit) id gBJCQFZN022270; Thu, 19 Dec 2002 13:26:15 +0100 (CET) Message-Id: <200212191226.gBJCQFZN022270@ferengi.borderworlds.dk> Date: Thu, 19 Dec 2002 13:26:15 +0100 (CET) From: Christian Laursen Reply-To: Christian Laursen To: FreeBSD-gnats-submit@FreeBSD.org Cc: yds@CoolRat.org X-Send-Pr-Version: 3.113 Subject: ports/46373: sysconftool - wrong path in plist Sender: owner-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: 46373 >Category: ports >Synopsis: sysconftool - wrong path in plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 19 04:30:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Christian Laursen >Release: FreeBSD 4.7-STABLE i386 >Organization: The Border Worlds >Environment: System: FreeBSD ferengi.borderworlds.dk 4.7-STABLE FreeBSD 4.7-STABLE #40: Mon Dec 16 18:41:02 CET 2002 root@ferengi.borderworlds.dk:/usr/obj/usr/src/sys/FERENGI i386 >Description: A wrong path of sysconftool.m4 in the plist prevents this port from being built as a package. >How-To-Repeat: cd /usr/ports/devel/sysconftool make package >Fix: --- sysconftool.diff begins here --- diff -ur sysconftool.orig/pkg-plist sysconftool/pkg-plist --- sysconftool.orig/pkg-plist Thu Dec 19 13:19:35 2002 +++ sysconftool/pkg-plist Thu Dec 19 13:19:50 2002 @@ -1,6 +1,6 @@ bin/sysconftoolize bin/sysconftoolcheck -share/automake14/aclocal/sysconftool.m4 +share/aclocal14/sysconftool.m4 share/sysconftool/sysconftool share/sysconftool/sysconftoolize.pl share/sysconftool/sysconftoolcheck --- sysconftool.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 5:10:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C67837B401 for ; Thu, 19 Dec 2002 05:10:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A90DA43ED4 for ; Thu, 19 Dec 2002 05:10:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBJDAMx3059245 for ; Thu, 19 Dec 2002 05:10:22 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBJDAMca059244; Thu, 19 Dec 2002 05:10:22 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDB5737B401 for ; Thu, 19 Dec 2002 05:08:39 -0800 (PST) Received: from satanii.enemy.org (satanii.enemy.org [62.116.11.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D12843ED1 for ; Thu, 19 Dec 2002 05:08:38 -0800 (PST) (envelope-from shammer@satanii.enemy.org) Received: from satanii.enemy.org (shammer@localhost [IPv6:::1]) by satanii.enemy.org (8.12.6/8.12.6) with ESMTP id gBJD9Xb0011211 for ; Thu, 19 Dec 2002 14:09:33 +0100 (CET) (envelope-from shammer@satanii.enemy.org) Received: (from shammer@localhost) by satanii.enemy.org (8.12.6/8.12.6/Submit) id gBJD9WW0011210; Thu, 19 Dec 2002 14:09:32 +0100 (CET) Message-Id: <200212191309.gBJD9WW0011210@satanii.enemy.org> Date: Thu, 19 Dec 2002 14:09:32 +0100 (CET) From: Josef El-Rayes Reply-To: Josef El-Rayes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46374: net/simicq Maintainer 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 >Number: 46374 >Category: ports >Synopsis: net/simicq Maintainer update >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 Dec 19 05:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Josef El-Rayes >Release: FreeBSD 4.7-RELEASE alpha >Organization: >Environment: System: FreeBSD satanii.enemy.org 4.7-RELEASE FreeBSD 4.7-RELEASE #3: Sun Oct 13 23:53:31 CEST 2002 root@satanii.enemy.org:/usr/src/sys/compile/S2 alpha >Description: i updated the port and added a patch to make it compile >How-To-Repeat: >Fix: begin 644 simicq.diff.tgz M'XL(`-/#`3X``^U7;6_;-A#.U_!7$%T^;)`ED7JU!`1P7M0@15-OEKM\-&2) MMC7+DBI*6=JB_[VD9#NV(\&91V?.Y)WQ^.9QHLX_*0>_4P@9"#; M--D3:T5FP6)#B M"1XIZ&LLZ'5!F_@W#R6*)Y.7GP-AA"S#V!=_0T?:.OZF93&^@706?_3R2WF, M_WG\><2A7%2PR0`Y2R+U)IB329R0I6S]#F19;N,=#V<5O"0AQ`[$FHMM5].@ MQH(-)$G:-;)%UEW3<0VK(?=Z4#8[-I3X5Z\'X"_PY&U!R+E_Z<(\*TJJIJ14 M=^QU[B!6FNE4C%5L0@V[.OLX,"CN2`2]^QR>``C@[_W!\,/9C7=ZW)@`,I?\ MZ0W\Z_Z'TV.D=(&T*U$P@!=G0^^J/[CV_--CM@`XCPB`-V?^T!N,_.LA%Y]\ MW7@?^?V/@POO;7]PY7W;8H[\C^>7UP/.7RW&]=5%K"[D6/T&VF(1Q;2,TTFV M!>'1`GS?(>[XI59EE!25GE=U%I] MF\^G=C;+]:ZK;?A70QT#2O4WS_;;VUL7SLHR=U6> MXS*OQS2K"N:4K)@2A><^3^-W&243Z"7R(/A,*)#_4D@B%_QW;QI/LR13DAA( M&](H((LLY=)]3L@3EA";JZ\%;4ZH!Y[MA,=LW=5M%YD;2=9A)U;"'>88[H1Q MG/+-`VGY(RR+!$!6FPNB!GF>I'/U.BU)L2P$"G/SO,SR%24.LY2J218R-Q2J MKMWK&E>C-3=/I^T\;-UCZPG>+/XQ7LN\4L-C,P8)44.JOK\8W7B^?W;E^35I MD:UL+3D1:>/(6YPOL]'PMHVV/1UIG6Z;$Y>'.6ERF).W/OM M:Y;7V5*[7\WCD.5*G@1TUA**:GYX3WO=#'>F8L^()0& M[$0_0:F*I!ZNCXC#+T7-Z'3K(]*NP*M>E*5/&@UG0?G4..^$>,'D%.F`%V$O MBHMBL6NI/@A`;A_D-O8I-DL`T@]K@G^Z@_IW8UFMMV_+%YZC[O\1VOO_S\#Z MP_\_9/#^W[1TT?^_!O@=_Q#\F<(N^N-A19H+V^87MF:ZNO5PO6^0=X@FZP,V M6GE-K\N6OFKFXS1,JHC`-VL+XX`29?9F=VQP\*'RN`ED# M6(V3.-R2GC-#0&IE/Z+!KP!R_#'JG[_S+H9@:=`5A41`0$!`0$!`0$!`0$!` 30$!`0$!`0."_@^\-^',)`"@````` ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 6: 4:47 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7ACB37B401 for ; Thu, 19 Dec 2002 06:04:46 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D48B43ED4 for ; Thu, 19 Dec 2002 06:04:43 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gBJE4OBB057405 for ; Thu, 19 Dec 2002 09:04:24 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gBJE4OPJ057404 for ports@freebsd.org; Thu, 19 Dec 2002 09:04:24 -0500 (EST) (envelope-from alane) Date: Thu, 19 Dec 2002 09:04:24 -0500 From: AlanE To: FreeBSD Ports List Subject: new phoenix binary package Message-ID: <20021219140424.GA57349@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: FreeBSD Ports List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.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 I am uploading (for certain values of uploading) a new, cpu-agnostic version of the phoenix package to http://people.freebsd.org/~alane/phoenix-0.5_4.tgz I would not expect it to complete for another hour or so, as my upstream transfer rate is crap. When done it's 11 meg. I'll post an md5sum in the dir as well so you can tell when it's done. -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 6:18:31 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9F2B37B401; Thu, 19 Dec 2002 06:18:29 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-228.dsl.lsan03.pacbell.net [64.169.104.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AF4F43EC2; Thu, 19 Dec 2002 06:18:23 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 1EA8E66BE3; Thu, 19 Dec 2002 06:18:23 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id E48D7E34; Thu, 19 Dec 2002 06:18:22 -0800 (PST) Date: Thu, 19 Dec 2002 06:18:22 -0800 From: Kris Kennaway To: ports@FreeBSD.org Cc: alpha@FreeBSD.org Subject: xcpustate broken on alpha Message-ID: <20021219141822.GA3816@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IS0zKkzwUGydFO0o" Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline For some reason this port just became broken on alpha. Can someone please take a look? http://bento.freebsd.org/errorlogs/alpha-5-latest/xcpustate-2.5.log --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+AdUtWry0BWjoQKURAhCFAKDj6E7qrAMgiKXfYx9lvCpYrJr+8ACffJbO 5UOLD4IGSTQSaX12p16cxCE= =o2r0 -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 6:23:54 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3533437B401; Thu, 19 Dec 2002 06:23:53 -0800 (PST) Received: from poptart.bithose.com (ip-204-97-176-41.modem.logical.net [204.97.176.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11D9E43ED1; Thu, 19 Dec 2002 06:23:52 -0800 (PST) (envelope-from jakari@bithose.com) Received: from poptart.bithose.com (localhost [127.0.0.1]) by poptart.bithose.com (8.12.2/8.12.2) with ESMTP id gBJENeap024289; Thu, 19 Dec 2002 09:23:40 -0500 (EST) Received: from localhost (jakari@localhost) by poptart.bithose.com (8.12.2/8.12.2/Submit) with ESMTP id gBJENeIV024287; Thu, 19 Dec 2002 09:23:40 -0500 (EST) X-Authentication-Warning: poptart.bithose.com: jakari owned process doing -bs Date: Thu, 19 Dec 2002 09:23:40 -0500 (EST) From: Jameel Akari To: Kris Kennaway Cc: , Subject: Re: xcpustate broken on alpha In-Reply-To: <20021219141822.GA3816@rot13.obsecurity.org> 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 On Thu, 19 Dec 2002, Kris Kennaway wrote: > For some reason this port just became broken on alpha. Can someone > please take a look? > > http://bento.freebsd.org/errorlogs/alpha-5-latest/xcpustate-2.5.log Well, I'm no gcc expert, but this looks suspect: cc -O -pipe -mcpu=ev4 -mtune=ev5 -mcpu=ev4 -mtune=ev5 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Optimizer tries to expand a macro in rstat_xdr.c:20:8 and blows up trying to tweak for both EV4 and EV5 cpus? #!/jameel/akari sleep 4800; make clean && make breakfast To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 7: 0:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACD3F37B404 for ; Thu, 19 Dec 2002 07:00:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14A4E43EDC for ; Thu, 19 Dec 2002 07:00:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBJF0Fx3088722 for ; Thu, 19 Dec 2002 07:00:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBJF0FXt088721; Thu, 19 Dec 2002 07:00:15 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9768237B401 for ; Thu, 19 Dec 2002 06:54:48 -0800 (PST) Received: from satanii.enemy.org (satanii.enemy.org [62.116.11.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DD3343EC5 for ; Thu, 19 Dec 2002 06:54:47 -0800 (PST) (envelope-from shammer@satanii.enemy.org) Received: from satanii.enemy.org (shammer@localhost [IPv6:::1]) by satanii.enemy.org (8.12.6/8.12.6) with ESMTP id gBJEtlb0013545 for ; Thu, 19 Dec 2002 15:55:47 +0100 (CET) (envelope-from shammer@satanii.enemy.org) Received: (from shammer@localhost) by satanii.enemy.org (8.12.6/8.12.6/Submit) id gBJEtk4u013544; Thu, 19 Dec 2002 15:55:46 +0100 (CET) Message-Id: <200212191455.gBJEtk4u013544@satanii.enemy.org> Date: Thu, 19 Dec 2002 15:55:46 +0100 (CET) From: Josef El-Rayes Reply-To: Josef El-Rayes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46377: net/simicq Sender: owner-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: 46377 >Category: ports >Synopsis: net/simicq >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 Dec 19 07:00:15 PST 2002 >Closed-Date: >Last-Modified: >Originator: Josef El-Rayes >Release: FreeBSD 4.7-RELEASE alpha >Organization: >Environment: System: FreeBSD satanii.enemy.org 4.7-RELEASE FreeBSD 4.7-RELEASE #3: Sun Oct 13 23:53:31 CEST 2002 root@satanii.enemy.org:/usr/src/sys/compile/S2 alpha >Description: update for simicq port >How-To-Repeat: >Fix: in my mail before i attached a tar.gz - use this diff instead --- simicq.diff begins here --- diff -ruN simicq-old/Makefile simicq/Makefile --- simicq-old/Makefile Thu Dec 19 12:17:22 2002 +++ simicq/Makefile Thu Dec 19 13:59:46 2002 @@ -5,7 +5,7 @@ # $FreeBSD: ports/net/simicq/Makefile,v 1.2 2002/11/15 21:31:39 arved Exp $ PORTNAME= simicq -PORTVERSION= 0.8 +PORTVERSION= 0.8.1 CATEGORIES= net kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/mi/m-i/} diff -ruN simicq-old/distinfo simicq/distinfo --- simicq-old/distinfo Thu Dec 19 12:17:22 2002 +++ simicq/distinfo Thu Dec 19 12:29:10 2002 @@ -1 +1 @@ -MD5 (sim-0.8.tar.gz) = f8e958be8a6d1af0694f5c5677e2e1bb +MD5 (sim-0.8.1.tar.gz) = 5b00e474a71609f8d7e960acefcb9319 diff -ruN simicq-old/files/patch-service.cpp simicq/files/patch-service.cpp --- simicq-old/files/patch-service.cpp Thu Dec 19 12:17:22 2002 +++ simicq/files/patch-service.cpp Thu Jan 1 01:00:00 1970 @@ -1,19 +0,0 @@ ---- sim/libicq/service.cpp.orig Thu Nov 21 21:52:08 2002 -+++ sim/libicq/service.cpp Thu Nov 21 21:53:46 2002 -@@ -301,14 +301,14 @@ - time(&now); - Buffer b; - b << (char)3; -- b.pack(now); -+ b.pack((unsigned long)now); - b.pack((unsigned short)0); - b.pack((unsigned short)1); - b.pack((unsigned short)1); - b.pack((char*)SHARED_FILES_SIGN, 16); - b << (char)4 << (unsigned short)1; - b.pack((unsigned long)(bState ? 1 : 0)); -- b.pack(now); -+ b.pack((unsigned long)now); - b.pack((unsigned long)0); - b.pack((unsigned short)1); - sendUpdate(b); diff -ruN simicq-old/files/toolsetup.diff simicq/files/toolsetup.diff --- simicq-old/files/toolsetup.diff Thu Jan 1 01:00:00 1970 +++ simicq/files/toolsetup.diff Thu Dec 19 12:25:42 2002 @@ -0,0 +1,11 @@ +--- toolsetup.h.old Tue Dec 17 13:25:36 2002 ++++ toolsetup.h Tue Dec 17 13:57:26 2002 +@@ -23,7 +23,7 @@ + #include "toolsetupbase.h" + #include "toolbtn.h" + +-class ToolBarSetup : public ToolBarSetupBase ++class ToolBarSetup : ToolBarSetupBase + { + Q_OBJECT + public: diff -ruN simicq-old/pkg-descr simicq/pkg-descr --- simicq-old/pkg-descr Thu Dec 19 12:17:22 2002 +++ simicq/pkg-descr Thu Dec 19 13:58:20 2002 @@ -20,4 +20,4 @@ WWW: http://sim-icq.sourceforge.net/ Josef El-Rayes -j.el-rayes@gigolo.li +j.el-rayes@daemon.li diff -ruN simicq-old/pkg-plist simicq/pkg-plist --- simicq-old/pkg-plist Thu Dec 19 12:17:22 2002 +++ simicq/pkg-plist Thu Dec 19 13:37:05 2002 @@ -1,15 +1,20 @@ bin/sim +bin/simctrl share/applnk/Internet/sim.desktop share/icons/locolor/32x32/apps/sim.png share/icons/locolor/16x16/apps/sim.png share/icons/hicolor/16x16/apps/sim.png share/icons/hicolor/32x32/apps/sim.png +share/locale/cs/LC_MESSAGES/sim.mo share/locale/de/LC_MESSAGES/sim.mo -share/locale/zh_TW/LC_MESSAGES/sim.mo +share/locale/es/LC_MESSAGES/sim.mo +share/locale/it/LC_MESSAGES/sim.mo +share/locale/nl/LC_MESSAGES/sim.mo +share/locale/pl/LC_MESSAGES/sim.mo share/locale/ru/LC_MESSAGES/sim.mo share/locale/tr/LC_MESSAGES/sim.mo -share/locale/it/LC_MESSAGES/sim.mo -share/apps/sim/pict/splash.png +share/locale/uk/LC_MESSAGES/sim.mo +share/locale/zh_TW/LC_MESSAGES/sim.mo share/apps/sim/sounds/auth.wav share/apps/sim/sounds/message.wav share/apps/sim/sounds/url.wav @@ -19,7 +24,8 @@ share/apps/sim/sounds/filedone.wav share/apps/sim/sounds/chat.wav share/apps/sim/sounds/startup.wav +share/apps/sim/pict/splash.png @dirrm share/apps/sim/icons -@dirrm share/apps/sim/pict @dirrm share/apps/sim/sounds +@dirrm share/apps/sim/pict @dirrm share/apps/sim --- simicq.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 9:49:44 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 712EB37B401 for ; Thu, 19 Dec 2002 09:49:43 -0800 (PST) Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AC2A43EE6 for ; Thu, 19 Dec 2002 09:49:42 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 12078 invoked from network); 19 Dec 2002 17:49:45 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 19 Dec 2002 17:49:45 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id gBJHnQUT018936; Thu, 19 Dec 2002 12:49:29 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 19 Dec 2002 12:49:26 -0500 (EST) From: John Baldwin To: Jameel Akari Subject: Re: xcpustate broken on alpha Cc: alpha@FreeBSD.ORG, ports@FreeBSD.ORG, Kris Kennaway Sender: owner-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 19-Dec-2002 Jameel Akari wrote: > On Thu, 19 Dec 2002, Kris Kennaway wrote: > >> For some reason this port just became broken on alpha. Can someone >> please take a look? >> >> http://bento.freebsd.org/errorlogs/alpha-5-latest/xcpustate-2.5.log > > Well, I'm no gcc expert, but this looks suspect: > > cc -O -pipe -mcpu=ev4 -mtune=ev5 -mcpu=ev4 -mtune=ev5 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Optimizer tries to expand a macro in rstat_xdr.c:20:8 and blows up > trying to tweak for both EV4 and EV5 cpus? I doubt it. -mcpu= and -mtune= mean two different things. Also, if one did override the other, then the last one would have sole effect. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 9:50:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A2A237B401; Thu, 19 Dec 2002 09:50:34 -0800 (PST) Received: from Veronica.wmol.com (veronica.wmol.com [208.242.83.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6608943E4A; Thu, 19 Dec 2002 09:50:33 -0800 (PST) (envelope-from david@wmol.com) Received: from wind.skytekllc.com (ip-66-80-147-222.iad.megapath.net [66.80.147.222]) by Veronica.wmol.com (Vircom SMTPRS 1.4.232) with ESMTP id ; Thu, 19 Dec 2002 12:47:08 -0500 Date: Thu, 19 Dec 2002 12:50:27 -0500 From: David Hill To: kde@freebsd.org Cc: ports@freebsd.org Subject: qt3 Message-Id: <20021219125027.3baa58a3.david@wmol.com> X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i386-portbld-freebsd4.7) 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 - Could we added QT 3.1.1 to the ports tree? Also, QT 3.0.6 was released back in November, and x11-toolkits/qt30 still has 3.0.5 Thanks David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 9:55:29 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAD6E37B401 for ; Thu, 19 Dec 2002 09:55:28 -0800 (PST) Received: from crucible.athame.co.uk (guru164.netsonic.fi [194.29.193.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1933A43ED8 for ; Thu, 19 Dec 2002 09:55:28 -0800 (PST) (envelope-from andy@athame.co.uk) Received: from amavis by crucible.athame.co.uk with scanned-ok (Exim 3.33 #1) id 18P4tL-0006fk-00 for ports@freebsd.org; Thu, 19 Dec 2002 19:55:27 +0200 Received: from zappa.int.athame.co.uk ([192.168.1.3] helo=zappa.athame.co.uk) by crucible.athame.co.uk with esmtp (Exim 3.33 #1) id 18P4tD-0006fK-00; Thu, 19 Dec 2002 19:55:19 +0200 From: Andy Fawcett To: David Hill , kde@freebsd.org Subject: Re: [kde-freebsd] qt3 Date: Thu, 19 Dec 2002 19:55:24 +0200 User-Agent: KMail/1.5 Cc: ports@freebsd.org References: <20021219125027.3baa58a3.david@wmol.com> In-Reply-To: <20021219125027.3baa58a3.david@wmol.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200212191955.24724.andy@athame.co.uk> X-Virus-Scanned: by AMaViS perl-11 at crucible.athame.co.uk Sender: owner-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 Thursday 19 December 2002 19:50, David Hill wrote: > Hello - > Could we added QT 3.1.1 to the ports tree? > Also, QT 3.0.6 was released back in November, and x11-toolkits/qt30 > still has 3.0.5 Hi, The ports tree is in freeze until mid-January because of the upcoming 5.0 freeze. Qt 3.1.1 does not build on FreeBSD at the moment, due to a dependency on fontconfig 2.1 (we only have 2.0) in ports, but I expect that these are both likely to be updated when the freeze is over. Andy -- Andy Fawcett | "In an open world without walls and fences, andy@athame.co.uk | we wouldn't need Windows and Gates." tap@lspace.org | -- anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 10:24:22 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8D0637B401; Thu, 19 Dec 2002 10:24:21 -0800 (PST) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2C6443EC5; Thu, 19 Dec 2002 10:24:20 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.6/8.12.6) with ESMTP id gBJIOEro019213 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 19 Dec 2002 13:24:15 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id gBJIO9O21623; Thu, 19 Dec 2002 13:24:09 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15874.3785.834423.891453@grasshopper.cs.duke.edu> Date: Thu, 19 Dec 2002 13:24:09 -0500 (EST) To: Kris Kennaway Cc: ports@FreeBSD.ORG, alpha@FreeBSD.ORG Subject: Re: xcpustate broken on alpha In-Reply-To: <20021219141822.GA3816@rot13.obsecurity.org> References: <20021219141822.GA3816@rot13.obsecurity.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-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 Kennaway writes: > For some reason this port just became broken on alpha. Can someone > please take a look? > > http://bento.freebsd.org/errorlogs/alpha-5-latest/xcpustate-2.5.log What is the build cluster running? My crashbox builds it just fine (modulo ptr/integer warns): # uname -a FreeBSD thunder 5.0-RC FreeBSD 5.0-RC #0: Tue Dec 10 12:57:44 EST 2002 gallatin@thunder:/usr/src/sys/alpha/compile/UP1000 alpha Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 10:49:28 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAC0F37B401; Thu, 19 Dec 2002 10:49:27 -0800 (PST) Received: from orange.csi.cam.ac.uk (orange.csi.cam.ac.uk [131.111.8.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5168B43ED1; Thu, 19 Dec 2002 10:49:27 -0800 (PST) (envelope-from sa264@cam.ac.uk) Received: from localhost ([127.0.0.1]) by orange.csi.cam.ac.uk with esmtp (Exim 4.10) id 18P5ja-0001Fq-00; Thu, 19 Dec 2002 18:49:26 +0000 Date: Thu, 19 Dec 2002 18:49:16 +0000 From: AMAKAWA Shuhei To: Dag-Erling Smorgrav , ports@freebsd.org, freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/46335: update www/linux-opera to 6.11 In-Reply-To: <200212181447.gBIElHZ6086111@freefall.freebsd.org> References: <200212181447.gBIElHZ6086111@freefall.freebsd.org> MIME-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII Message-Id: Sender: owner-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 Wed, 18 Dec 2002 06:47:17 -0800 (PST), Dag-Erling Smorgrav wrote: > > Synopsis: update www/linux-opera to 6.11 > > State-Changed-From-To: open->closed > State-Changed-By: des > State-Changed-When: Wed Dec 18 06:47:16 PST 2002 > State-Changed-Why: > Please use the native port instead. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=46335 Please reopen the PR and deal with it appropriately in due course. You can't just close PRs like that as you please. "That's an insult." -- phk, at BSDCon Europe 2001, in response to somebody's suggestion to close PRs this way -- Shuhei To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 10:50:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 124E137B404 for ; Thu, 19 Dec 2002 10:50:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CCC843EE5 for ; Thu, 19 Dec 2002 10:50:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBJIoCx3057763 for ; Thu, 19 Dec 2002 10:50:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBJIoBcR057760; Thu, 19 Dec 2002 10:50:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EF3837B401 for ; Thu, 19 Dec 2002 10:44:37 -0800 (PST) Received: from ganja.devel.mindworks.hu (adsl214155.vnet.hu [62.77.214.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 116DA43EC2 for ; Thu, 19 Dec 2002 10:44:36 -0800 (PST) (envelope-from aries@ganja.devel.mindworks.hu) Received: from localhost ([127.0.0.1] helo=ganja.devel.mindworks.hu) by ganja.devel.mindworks.hu with esmtp (Exim 4.10) id 18P5eY-0004A8-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 19 Dec 2002 19:44:14 +0100 Received: (from aries@localhost) by ganja.devel.mindworks.hu (8.12.6/8.12.6/Submit) id gBJIiCf3016003; Thu, 19 Dec 2002 19:44:12 +0100 (CET) Message-Id: <200212191844.gBJIiCf3016003@ganja.devel.mindworks.hu> Date: Thu, 19 Dec 2002 19:44:12 +0100 (CET) From: Aries Reply-To: Aries To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46380: mod_php4-4.2.3 file_exists() always return false Sender: owner-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: 46380 >Category: ports >Synopsis: mod_php4-4.2.3 file_exists() always return false >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 19 10:50:11 PST 2002 >Closed-Date: >Last-Modified: >Originator: Aries >Release: FreeBSD 4.7-STABLE i386 >Organization: Mindworks-Networking >Environment: System: FreeBSD ganja.devel.mindworks.hu 4.7-STABLE FreeBSD 4.7-STABLE #8: Sun Nov 17 00:23:21 CET 2002 root@ganja.devel.mindworks.hu:/usr/src/sys/compile/GANJA i386 >Description: The mod_php4-4.2.3 port's file_exists() function always return false. Some info, what phpinfo() say: Configure Command: './configure' '--with-apxs2=/usr/local/sbin/apxs' '--with-tsrm-pth' '--with-config-file-path=/usr/local/etc' '--enable-versioning' '--with-regex=system' '--without-gd' '--without-mysql' '--with-gd=/usr/local' '--enable-gd-native-ttf' '--with-freetype-dir=/usr/local' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' '--with-zlib' '--with-bz2=/usr' '--with-mcrypt=/usr/local' '--with-mhash=/usr/local' '--with-pdflib=/usr/local' '--with-zlib-dir=/usr' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' '--with-tiff-dir=/usr/local' '--with-imap=/usr/local' '--with-imap-ssl=/usr/local' '--with-mysql=/usr/local' '--with-pgsql=/usr/local' '--with-interbase=/usr/local/firebird' '--with-ldap=/usr/local' '--with-openssl=/usr' '--with-snmp=/usr/local' '--enable-ucd-snmp-hack' '--with-openssl=/usr' '--with-expat-dir=/usr/local' '--with-xmlrpc' '--enable-xslt' '--with-xslt-sablot=/usr/local' '--enable-wddx' '--with-dom=/usr/local' '--enable-ftp' '--with-curl=/usr/local' '--with-gettext=/usr/local' '--with-iconv=/usr/local' '--with-pspell=/usr/local' '--enable-mbregex' '--enable-mbstring' '--enable-yp' '--enable-bcmath' '--with-ming=/usr/local' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-trans-sid' '--prefix=/usr/local' 'i386-portbld-freebsd4.7' Server API: Apache 2.0 Filter Virtual Directory Support: enabled Configuration File (php.ini) Path: /usr/local/etc/php.ini Debug Build: no Thread Safety: enabled If anybody needs, I'll send him/her the whole phpinfo() output >How-To-Repeat: Always >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 Dec 19 12: 4:18 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 875A037B406 for ; Thu, 19 Dec 2002 12:04:17 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3758043ED8 for ; Thu, 19 Dec 2002 12:04:16 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gBJK3wBB033473; Thu, 19 Dec 2002 15:03:58 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gBJK3wRD033472; Thu, 19 Dec 2002 15:03:58 -0500 (EST) (envelope-from alane) Date: Thu, 19 Dec 2002 15:03:58 -0500 From: AlanE To: "Mike A. Oligny" Cc: FreeBSD Ports List Subject: Re: phoenix 0.5-1 Message-ID: <20021219200358.GA33363@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: "Mike A. Oligny" , FreeBSD Ports List References: <20021213210000.GA757@halo.internal.backtrack.ca> <20021213224409.GC38163@wwweasel.geeksrus.net> <20021215023406.GB50551@freebsd.schema.ca> <20021215172506.GA70340@wwweasel.geeksrus.net> <20021215175449.GA58552@wwweasel.geeksrus.net> <20021219195724.GA69047@halo.internal.backtrack.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021219195724.GA69047@halo.internal.backtrack.ca> X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.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 Thu, Dec 19, 2002 at 12:57:24PM -0700, Mike A. Oligny wrote: >AlanE (alane@geeksrus.net) wrote: > >> Wow! That favicon.ico trick is neat. It just goes >> **BAMF** and is gone. Can you do that to an ex-gf of >> mine, too? > >Any new insight on this one? Nope. Please try 0.5_4. You can get a binary package at my freebsd web page: http://people.freebsd.org/~alane/phoenix-0.5_4.tgz and let me know what happens. I haven't tried it. The text input field problem I have never heard of until now. I have no ideas of that one at all, since you seem to be the only person who has that problem. -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 12:16: 2 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E312937B401 for ; Thu, 19 Dec 2002 12:16:01 -0800 (PST) Received: from kestrel.alerce.com (kestrel.alerce.com [209.182.219.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BF1E43EC2 for ; Thu, 19 Dec 2002 12:16:01 -0800 (PST) (envelope-from hartzell@kestrel.alerce.com) Received: from rosebud.alerce.com (rosebud.lbl.gov [131.243.193.115]) (authenticated bits=0) by kestrel.alerce.com (8.12.4/8.12.4) with ESMTP id gBJKG2r4021859 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Thu, 19 Dec 2002 12:16:03 -0800 (PST) (envelope-from hartzell@kestrel.alerce.com) X-Authentication-Warning: kestrel.alerce.com: Host rosebud.lbl.gov [131.243.193.115] claimed to be rosebud.alerce.com Received: from rosebud.alerce.com (rosebud.alerce.com [127.0.0.1]) (authenticated bits=128) by rosebud.alerce.com (8.12.5/8.12.5) with ESMTP id gBJKEJt2020027 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Thu, 19 Dec 2002 12:14:19 -0800 Received: (from hartzell@localhost) by rosebud.alerce.com (8.12.5/8.12.5/Submit) id gBJKEJ7e020024; Thu, 19 Dec 2002 12:14:19 -0800 From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15874.10395.140303.642852@rosebud.alerce.com> Date: Thu, 19 Dec 2002 12:14:19 -0800 To: Annelise Anderson Cc: freebsd-ports@freebsd.org Subject: Re: bidwatcher port In-Reply-To: <293106305@toto.iv> X-Mailer: VM 7.07 under 21.4 (patch 5) "Civil Service" XEmacs Lucid Reply-To: hartzell@kestrel.alerce.com (George Hartzell) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Annelise Anderson writes: > As of the last few days I'm getting a lot of "invalid auction number" > messages (ain3). Anyone know what the problem is? Ebay changed their html. Here's the bidwatcher bug. http://sourceforge.net/tracker/index.php?func=detail&aid=655224&group_id=2973&atid=102973 I haven't tried to pull out the new version and build it yet. g. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 12:20: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C169F37B401 for ; Thu, 19 Dec 2002 12:20:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEAAA43EDA for ; Thu, 19 Dec 2002 12:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBJKK4x3087270 for ; Thu, 19 Dec 2002 12:20:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBJKK4f9087269; Thu, 19 Dec 2002 12:20:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3951137B401 for ; Thu, 19 Dec 2002 12:10:45 -0800 (PST) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.5.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5159643EB2 for ; Thu, 19 Dec 2002 12:10:44 -0800 (PST) (envelope-from agapon@excite.com) Received: from asv8.srv.hcvlny.cv.net (asv8.srv.hcvlny.cv.net [167.206.5.47]) by mta1.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.05 (built Nov 6 2002)) with ESMTP id <0H7D002PRUQ4DC@mta1.srv.hcvlny.cv.net> for FreeBSD-gnats-submit@freebsd.org; Thu, 19 Dec 2002 15:10:55 -0500 (EST) Received: from mta11.srv.hcvlny.cv.net (mta11.srv.hcvlny.cv.net [167.206.5.46]) by asv8.srv.hcvlny.cv.net (8.12.6/8.11.6) with ESMTP id gBJKAatA009767 for ; Thu, 19 Dec 2002 15:10:37 -0500 (EST) Received: from edge.foundation.invalid (ool-4352ef3f.dyn.optonline.net [67.82.239.63]) by mta11.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.05 (built Nov 6 2002)) with ESMTP id <0H7D0003CUPO7P@mta11.srv.hcvlny.cv.net> for FreeBSD-gnats-submit@freebsd.org; Thu, 19 Dec 2002 15:10:36 -0500 (EST) Received: from edge.foundation.invalid (localhost.foundation.invalid [127.0.0.1]) by edge.foundation.invalid (8.12.6/8.12.3) with ESMTP id gBJKAZS7067774 for ; Thu, 19 Dec 2002 15:10:35 -0500 Received: (from avg@localhost) by edge.foundation.invalid (8.12.6/8.12.3/Submit) id gBJKAZTR067773; Thu, 19 Dec 2002 15:10:35 -0500 (EST) Message-Id: <200212192010.gBJKAZTR067773@edge.foundation.invalid> Date: Thu, 19 Dec 2002 15:10:35 -0500 (EST) From: Andriy Gapon Reply-To: Andriy Gapon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46381: racoon coredumps when talking to win2k Sender: owner-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: 46381 >Category: ports >Synopsis: racoon coredumps when talking to win2k >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 19 12:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Andriy Gapon >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD edge.foundation.invalid 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #0: Tue Nov 19 17:28:50 EST 2002 avg@edge.foundation.invalid:/sys-devel/obj/sys-devel/src/sys/EDGE i386 racoon version 20021120a >Description: racoon succesfully establishes SA with Win2K host for tunnel mode ipsec and shortly after that coredumps. Here's a stacktrace: Core was generated by `racoon'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/libcrypto.so.2...done. Reading symbols from /usr/lib/libssl.so.2...done. Reading symbols from /usr/lib/libc.so.4...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. #0 0x804d7e9 in isakmp_send (iph1=0x0, sbuf=0x80b7a80) at isakmp.c:1410 1410 s = getsockmyaddr(iph1->local); (gdb) bt #0 0x804d7e9 in isakmp_send (iph1=0x0, sbuf=0x80b7a80) at isakmp.c:1410 #1 0x804d985 in isakmp_ph2resend (iph2=0x80a2400) at isakmp.c:1484 #2 0x804d95d in isakmp_ph2resend_stub (p=0x80a2400) at isakmp.c:1467 #3 0x8074b30 in schedular () at schedule.c:96 #4 0x804b2a6 in session () at session.c:133 #5 0x804b07d in main (ac=3, av=0xbfbff794) at main.c:250 #6 0x804ac51 in _start () as you can see coredump is due to iph1 argument to isakmp_send being NULL. Why this happens I am not sure. >How-To-Repeat: see above >Fix: work-around can be to check iph2.iph1 for NULL in isakmp_ph2resend and ignore a resend request. But I don't know if this would do a right thing, since I have no clue about a root cause. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 12:20:22 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3A9937B401 for ; Thu, 19 Dec 2002 12:20:21 -0800 (PST) Received: from english-breakfast.cloud9.net (english-breakfast.cloud9.net [168.100.1.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5439443EB2 for ; Thu, 19 Dec 2002 12:20:21 -0800 (PST) (envelope-from mark@cloud9.net) Received: from localhost (localhost [127.0.0.1]) by english-breakfast.cloud9.net (Postfix) with ESMTP id E1AD72700D for ; Thu, 19 Dec 2002 15:20:15 -0500 (EST) Received: from english-breakfast.cloud9.net (localhost [127.0.0.1]) by localhost (VaMailArmor-2.0.1.7) id 39082-0A0B77D7; Thu, 19 Dec 2002 15:20:15 -0500 Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by english-breakfast.cloud9.net (Postfix) with ESMTP id A32982700B for ; Thu, 19 Dec 2002 15:20:15 -0500 (EST) Date: Thu, 19 Dec 2002 15:20:15 -0500 (EST) From: Mark Hennessy To: ports@FreeBSD.org Subject: Does there exist a pam_listfile implementation for FreeBSD 4.x? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-AntiVirus: checked by Vexira MailArmor (version: 2.0.1.7; VAE: 6.17.0.2; VDF: 6.17.0.8; host: english-breakfast.cloud9.net) Sender: owner-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 can't seem to find any record of such a thing. Any advice on finding a working pam_listfile.so for use with FreeBSD 4.x? -- Mark P. Hennessy mark@cloud9.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 12:27:53 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5578937B401; Thu, 19 Dec 2002 12:27:52 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 037AF43ED1; Thu, 19 Dec 2002 12:27:52 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBJKRpx3089219; Thu, 19 Dec 2002 12:27:51 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBJKRpxo089215; Thu, 19 Dec 2002 12:27:51 -0800 (PST) Date: Thu, 19 Dec 2002 12:27:51 -0800 (PST) From: Patrick Li Message-Id: <200212192027.gBJKRpxo089215@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/46317: ports/editors/vim/files/patch-02 is stale Sender: owner-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/editors/vim/files/patch-02 is stale Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: pat Responsible-Changed-When: Thu Dec 19 12:27:23 PST 2002 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=46317 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 12:28:47 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B75D437B401; Thu, 19 Dec 2002 12:28:46 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6509843EE1; Thu, 19 Dec 2002 12:28:46 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBJKSjx3089278; Thu, 19 Dec 2002 12:28:46 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBJKSZuG089274; Thu, 19 Dec 2002 12:28:35 -0800 (PST) Date: Thu, 19 Dec 2002 12:28:35 -0800 (PST) From: Patrick Li Message-Id: <200212192028.gBJKSZuG089274@freefall.freebsd.org> To: j.el-rayes@daemon.li, pat@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46374: net/simicq Maintainer 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: net/simicq Maintainer update State-Changed-From-To: open->closed State-Changed-By: pat State-Changed-When: Thu Dec 19 12:28:17 PST 2002 State-Changed-Why: Superseded by PR ports/46377 http://www.freebsd.org/cgi/query-pr.cgi?pr=46374 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 14:28: 9 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F1FE37B401 for ; Thu, 19 Dec 2002 14:28:07 -0800 (PST) Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3105843EA9 for ; Thu, 19 Dec 2002 14:28:06 -0800 (PST) (envelope-from babolo@aaz.links.ru) Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by aaz.links.ru (8.12.6/8.12.6) with ESMTP id gBJMU2sQ079158; Fri, 20 Dec 2002 01:30:02 +0300 (MSK) (envelope-from babolo@aaz.links.ru) Received: (from babolo@localhost) by aaz.links.ru (8.12.6/8.12.6/Submit) id gBJMTvek079145; Fri, 20 Dec 2002 01:29:57 +0300 (MSK) Message-Id: <200212192229.gBJMTvek079145@aaz.links.ru> Subject: Re: gif in gd2? X-ELM-OSV: (Our standard violations) hdr-charset=KOI8-R; no-hdr-encoding=1 In-Reply-To: <20021219120301.GB10734@nmrc.ie> To: Lars Hecking Date: Fri, 20 Dec 2002 01:29:57 +0300 (MSK) From: "."@babolo.ru Cc: ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > "."@babolo.ru writes: > > > Hi, > > > > > > Can someone please explain to me the rationale behind adding gif support > > > to graphics/gd2? gif support was officially removed from gd with version > > > 1.6. Does the FreeBSD project have a license from UniSYS? > > UniSYS patented algorithm? > http://www.unisys.com/about__unisys/lzw/lzw__license__english.htm The page cannot be found The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. > > Most of countries do not consider algorithms patentable IMHO > I am not so sure: > http://burnallgifs.org/archives/lzw-main.html > > They mention not only the US and Canada, but also Japan, France, Germany, > Italy, and the UK. > > It is quite clear: > Far from it, IMHO. OK change list of countries and do not wipe off gif totally (countries not in list are still most of countries) Just for information: is everyone acquire Unisys lisense for use v42bis modem (every modem now)? -- @BABOLO http://links.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 15:20: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B85B37B406 for ; Thu, 19 Dec 2002 15:20:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84A3843EEA for ; Thu, 19 Dec 2002 15:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBJNK3x3094681 for ; Thu, 19 Dec 2002 15:20:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBJNK3vR094680; Thu, 19 Dec 2002 15:20:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4975237B401 for ; Thu, 19 Dec 2002 15:17:18 -0800 (PST) Received: from main.v2project.com (cliente-217216110101.cm128.senpc.supercable.es [217.216.110.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 72D6743EDA for ; Thu, 19 Dec 2002 15:17:05 -0800 (PST) (envelope-from king@main.v2project.com) Received: (qmail 76891 invoked by uid 1001); 19 Dec 2002 23:17:12 -0000 Message-Id: <20021219231712.76890.qmail@main.v2project.com> Date: 19 Dec 2002 23:17:12 -0000 From: king@v2project.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46384: New Port: net/xbms Sender: owner-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: 46384 >Category: ports >Synopsis: New Port: net/xbms >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 Dec 19 15:20:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jose Rey >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: >Description: Xbms, the unix streaming server for xbox mediaplayer. With xbms, it is possible to 'share' movies, pictures and audio on your unix box, so they are accessible from your xbox. >How-To-Repeat: >Fix: --- xbms-0.30.5.shar begins here --- # 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: # # xbms # xbms/files # xbms/files/patch-server # xbms/Makefile # xbms/distinfo # xbms/pkg-comment # xbms/pkg-descr # xbms/pkg-plist # echo c - xbms mkdir -p xbms > /dev/null 2>&1 echo c - xbms/files mkdir -p xbms/files > /dev/null 2>&1 echo x - xbms/files/patch-server sed 's/^X//' >xbms/files/patch-server << 'END-of-xbms/files/patch-server' X--- server.c.orig Fri Dec 20 00:00:41 2002 X+++ server.c Fri Dec 20 00:00:55 2002 X@@ -55,7 +55,7 @@ X X #define VERSION "0.30.5" X X-#define CONFIG "/etc/xbms.conf" X+#define CONFIG "/usr/local/etc/xbms.conf" X #define PIDFILE "/var/run/xbms.pid" X #define C_SERVER_PORT 1400 X #define MAX_MSG_LENGTH 4096 END-of-xbms/files/patch-server echo x - xbms/Makefile sed 's/^X//' >xbms/Makefile << 'END-of-xbms/Makefile' X# New ports collection makefile for: xbms X# Date created: Thu Dec 19 23:38:50 CET 2002 X# Whom: king@v2project.com X# X# $FreeBSD:$ X# X XPORTNAME= xbms XPORTVERSION= 0.30.5 XCATEGORIES= net XMASTER_SITES= http://wipux2.wifo.uni-mannheim.de/~ck/ XDISTNAME= ${PORTNAME}_${PORTVERSION} X XMAINTAINER= king@v2project.com X XONLY_FOR_ARCHS= i386 alpha X Xpost-install: X ${CP} ${WRKSRC}/xbms.conf ${PREFIX}/etc/xbms.conf.sample X X.include END-of-xbms/Makefile echo x - xbms/distinfo sed 's/^X//' >xbms/distinfo << 'END-of-xbms/distinfo' XMD5 (xbms_0.30.5.tar.gz) = fb2ce48dd0c84d80b196169720b33c03 END-of-xbms/distinfo echo x - xbms/pkg-comment sed 's/^X//' >xbms/pkg-comment << 'END-of-xbms/pkg-comment' XXbms, the unix streaming server for xbox mediaplayer END-of-xbms/pkg-comment echo x - xbms/pkg-descr sed 's/^X//' >xbms/pkg-descr << 'END-of-xbms/pkg-descr' Xxbms, the unix streaming server for xbox mediaplayer. XWith xbms, it is possible to 'share' movies, pictures Xand audio on your unix box, so they are accessible from your xbox. X XWWW: http://www.xboxmediaplayer.de END-of-xbms/pkg-descr echo x - xbms/pkg-plist sed 's/^X//' >xbms/pkg-plist << 'END-of-xbms/pkg-plist' Xbin/xbms Xetc/xbms.conf.sample END-of-xbms/pkg-plist exit --- xbms-0.30.5.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 16:16: 1 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 568BD37B405; Thu, 19 Dec 2002 16:15:47 -0800 (PST) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D7E943EDE; Thu, 19 Dec 2002 16:15:32 -0800 (PST) (envelope-from max@vega.com) Received: from vega.vega.com (root@xDSL-2-2.united.net.ua [193.111.9.226]) by baraca.united.net.ua (8.12.6/8.12.6) with ESMTP id gBK0FRBR022445; Fri, 20 Dec 2002 02:15:28 +0200 (EET) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost.vega.com [127.0.0.1]) by vega.vega.com (8.12.6/8.12.5) with ESMTP id gBK0FUGi010070; Fri, 20 Dec 2002 02:15:30 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.6/8.12.5/Submit) id gBK0FTj3010069; Fri, 20 Dec 2002 02:15:29 +0200 (EET) Date: Fri, 20 Dec 2002 02:15:29 +0200 From: Maxim Sobolev To: portmgr@freebsd.org Cc: ports@freebsd.org Subject: Thoughts about ports freeze Message-ID: <20021220001529.GC9963@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Folks, Unfortunately I did not have a much time lately for devoting to FreeBSD, so that I've missed discussion that lead to hard-freezing ports tree for about a month, but probably it isn't too late to reconsider or modify this decision. Personally I think, that while pushing 5.0 out of the door is very important thing to do, but having it stumbled on the way of STABLE/RELEASE users is not good at all. Personally I've heard many complains from the local community about popular ports not being updated in time, as they used to. And I don't have a single good argument to reply to those complains with - users usually don't care about 5.0, but they do care about their 4.x production machines receiving latest updates and fixes, and the current situation pisses them off. Perhaps we could just branch out current state of the tree and unlock it for normal use, while allow to commit onto the RE branch only after getting portmgr's approval. What we are currently trying to do is to mimic techiques used for src tree (long freeze), but IMO this approach is inappropriate for ports, because they are fundamentally different - the former is slow moving-target, while the latter is fast-moving one. What do people think? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 16:28:47 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DCBF37B401 for ; Thu, 19 Dec 2002 16:28:46 -0800 (PST) Received: from hotmail.com (f48.sea1.hotmail.com [207.68.163.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35E9D43EE6 for ; Thu, 19 Dec 2002 16:28:46 -0800 (PST) (envelope-from adamretter@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 19 Dec 2002 16:24:31 -0800 Received: from 62.254.0.5 by sea1fd.sea1.hotmail.msn.com with HTTP; Fri, 20 Dec 2002 00:24:31 GMT X-Originating-IP: [62.254.0.5] From: "Adam Retter" To: ports@freebsd.org Subject: MySQL Server 3.23.54a Port? Date: Fri, 20 Dec 2002 00:24:31 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 20 Dec 2002 00:24:31.0839 (UTC) FILETIME=[2A7F0EF0:01C2A7BE] Sender: owner-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, I am currently using the mysql-server-3.23.53 port package on = FreeBSD 4.7i and have noticed that there is now a 3.23.54a version = available from the MySQL site due to several security problems that have = been found. Can you advise me as to when a FreeBSD port may be = available??? Thanks Adam Retter adamretter@hotmail.com _________________________________________________________________ The new MSN 8: smart spam protection and 3 months FREE*. http://join.msn.com/?page=features/junkmail&xAPID=42&PS=47575&PI=7324&DI=7474&SU= http://www.hotmail.msn.com/cgi-bin/getmsg&HL=1216hotmailtaglines_smartspamprotection_3mf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 17:10: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC0FD37B401 for ; Thu, 19 Dec 2002 17:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A72A43EDA for ; Thu, 19 Dec 2002 17:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBK1A3x3028275 for ; Thu, 19 Dec 2002 17:10:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBK1A3UC028274; Thu, 19 Dec 2002 17:10:03 -0800 (PST) Date: Thu, 19 Dec 2002 17:10:03 -0800 (PST) Message-Id: <200212200110.gBK1A3UC028274@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Hideo Kogoe Subject: Re: ports/46327: obsolete version of the Computer Modern fonts Reply-To: Hideo Kogoe Sender: owner-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/46327; it has been noted by GNATS. From: Hideo Kogoe To: freebsd-gnats-submit@FreeBSD.org, Hideo.Kogoe@japan.sun.com Cc: Subject: Re: ports/46327: obsolete version of the Computer Modern fonts Date: Fri, 20 Dec 2002 10:00:27 +0900 The originator's email address is incorrect. Please correct it. The correct one is "Hideo Kogoe ". Thanks, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 18:55:30 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0AAC37B40B; Thu, 19 Dec 2002 18:55:22 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-228.dsl.lsan03.pacbell.net [64.169.104.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EC9E440D5; Thu, 19 Dec 2002 18:54:55 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id A278266BE3; Thu, 19 Dec 2002 18:54:55 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 3170E1393; Thu, 19 Dec 2002 18:54:55 -0800 (PST) Date: Thu, 19 Dec 2002 18:54:55 -0800 From: Kris Kennaway To: Andrew Gallatin Cc: Kris Kennaway , ports@FreeBSD.ORG, alpha@FreeBSD.ORG Subject: Re: xcpustate broken on alpha Message-ID: <20021220025455.GA6303@rot13.obsecurity.org> References: <20021219141822.GA3816@rot13.obsecurity.org> <15874.3785.834423.891453@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZGiS0Q5IWpPtfppv" Content-Disposition: inline In-Reply-To: <15874.3785.834423.891453@grasshopper.cs.duke.edu> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 19, 2002 at 01:24:09PM -0500, Andrew Gallatin wrote: >=20 > Kris Kennaway writes: > > For some reason this port just became broken on alpha. Can someone > > please take a look? > >=20 > > http://bento.freebsd.org/errorlogs/alpha-5-latest/xcpustate-2.5.log >=20 > What is the build cluster running? >=20 > My crashbox builds it just fine (modulo ptr/integer warns): > # uname -a > FreeBSD thunder 5.0-RC FreeBSD 5.0-RC #0: Tue Dec 10 12:57:44 EST 2002 > gallatin@thunder:/usr/src/sys/alpha/compile/UP1000 alpha It's runinng a world built Dec 8. The line it's barfing on is: #ifdef __STDC__=20 Kris --ZGiS0Q5IWpPtfppv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+AoZ+Wry0BWjoQKURAlrUAJ4xSmvgSxrs88C6s1VtyXdXZwI/lACfeLnZ yM600FiIwv+zl1Uuxk0TZpA= =cOlH -----END PGP SIGNATURE----- --ZGiS0Q5IWpPtfppv-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 18:55:32 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B57637B405 for ; Thu, 19 Dec 2002 18:55:24 -0800 (PST) Received: from smurf.jnielsen.net (12-254-140-119.client.attbi.com [12.254.140.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD1F6440E1 for ; Thu, 19 Dec 2002 18:55:13 -0800 (PST) (envelope-from john@jnielsen.net) Received: from buff.local (buff.local [192.168.0.10]) by smurf.jnielsen.net (8.12.6/8.12.6) with ESMTP id gBK34rSg015271 for ; Thu, 19 Dec 2002 20:04:53 -0700 (MST) (envelope-from john@jnielsen.net) Content-Type: text/plain; charset="us-ascii" From: John Nielsen To: ports@freebsd.org Subject: ports/44593: hotwayd Date: Thu, 19 Dec 2002 20:03:53 -0700 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200212192003.53975.john@jnielsen.net> Sender: owner-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 folks, I put together a FreeBSD port for hotwayd, which is a hotmail/MSN=3D>POP3= =20 gateway. The PR # is ports/44593. It'd be great to get this committed. Thanks, JN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 18:57:43 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 747BF37B401 for ; Thu, 19 Dec 2002 18:57:42 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-228.dsl.lsan03.pacbell.net [64.169.104.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 694C443EDC for ; Thu, 19 Dec 2002 18:57:41 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 8B41366BE3; Thu, 19 Dec 2002 18:57:41 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id CF0AA109B; Thu, 19 Dec 2002 18:57:40 -0800 (PST) Date: Thu, 19 Dec 2002 18:57:40 -0800 From: Kris Kennaway To: "."@babolo.ru Cc: Lars Hecking , ports@FreeBSD.ORG Subject: Re: gif in gd2? Message-ID: <20021220025740.GB6303@rot13.obsecurity.org> References: <20021219120301.GB10734@nmrc.ie> <200212192229.gBJMTvek079145@aaz.links.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PmA2V3Z32TCmWXqI" Content-Disposition: inline In-Reply-To: <200212192229.gBJMTvek079145@aaz.links.ru> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --PmA2V3Z32TCmWXqI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Dec 20, 2002 at 01:29:57AM +0300, "."@babolo.ru wrote: > OK > change list of countries and do not wipe off gif totally > (countries not in list are still most of countries) You can just set the relevent env variable to control building with gif support, right? > Just for information: > is everyone acquire Unisys lisense for use > v42bis modem (every modem now)? Not relevent..the patent license fees would be paid by the HW manufacturer, not the end user of the hardware. Kris --PmA2V3Z32TCmWXqI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+AocjWry0BWjoQKURAorRAJ98TI9yc5AGfBGaLX5I+4vHf64hBACfcf95 V8CeQi4OfwrFH2bWBxxGvE8= =nzPa -----END PGP SIGNATURE----- --PmA2V3Z32TCmWXqI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 18:58:51 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1683B37B406 for ; Thu, 19 Dec 2002 18:58:50 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-228.dsl.lsan03.pacbell.net [64.169.104.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6640B43EE8 for ; Thu, 19 Dec 2002 18:58:48 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id A845566BE3; Thu, 19 Dec 2002 18:58:48 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 3E1351393; Thu, 19 Dec 2002 18:58:48 -0800 (PST) Date: Thu, 19 Dec 2002 18:58:48 -0800 From: Kris Kennaway To: Mark Hennessy Cc: ports@FreeBSD.org Subject: Re: Does there exist a pam_listfile implementation for FreeBSD 4.x? Message-ID: <20021220025848.GC6303@rot13.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="nmemrqcdn5VTmUEE" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --nmemrqcdn5VTmUEE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Dec 19, 2002 at 03:20:15PM -0500, Mark Hennessy wrote: > I can't seem to find any record of such a thing. Any advice on finding a > working pam_listfile.so for use with FreeBSD 4.x? If you can find any pam_listfile implementation and make it compile, it should work (i.e. nothing FreeBSD-PAM-specific needed). Kris --nmemrqcdn5VTmUEE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+AodnWry0BWjoQKURAu4iAKD5JNhWK1UtKEPMezOmZpBnmcd4WgCfQYZM MKxUOViZkzRRqPbrHwJf8Qc= =5hPr -----END PGP SIGNATURE----- --nmemrqcdn5VTmUEE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 19: 9:15 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D78737B401 for ; Thu, 19 Dec 2002 19:09:15 -0800 (PST) Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id E96BE43ED8 for ; Thu, 19 Dec 2002 19:09:13 -0800 (PST) (envelope-from babolo@aaz.links.ru) Received: from aaz.links.ru (aaz.links.ru [193.125.152.37]) by aaz.links.ru (8.12.6/8.12.6) with ESMTP id gBK3BBsQ085946; Fri, 20 Dec 2002 06:11:11 +0300 (MSK) (envelope-from babolo@aaz.links.ru) Received: (from babolo@localhost) by aaz.links.ru (8.12.6/8.12.6/Submit) id gBK3BBqi085945; Fri, 20 Dec 2002 06:11:11 +0300 (MSK) Message-Id: <200212200311.gBK3BBqi085945@aaz.links.ru> Subject: Re: gif in gd2? X-ELM-OSV: (Our standard violations) hdr-charset=KOI8-R; no-hdr-encoding=1 In-Reply-To: <20021220025740.GB6303@rot13.obsecurity.org> To: Kris Kennaway Date: Fri, 20 Dec 2002 06:11:11 +0300 (MSK) From: "."@babolo.ru Cc: lhecking@users.sourceforge.net, ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -- Start of PGP signed section. > On Fri, Dec 20, 2002 at 01:29:57AM +0300, "."@babolo.ru wrote: > > > OK > > change list of countries and do not wipe off gif totally > > (countries not in list are still most of countries) > > You can just set the relevent env variable to control building with > gif support, right? Yes, of cause. I do not think that there is any need in this discussion until someones letter about gif support drop. -- @BABOLO http://links.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 19:10: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D6CD37B401 for ; Thu, 19 Dec 2002 19:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A342C43EDE for ; Thu, 19 Dec 2002 19:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBK3A2NS007502 for ; Thu, 19 Dec 2002 19:10:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBK3A2fp007501; Thu, 19 Dec 2002 19:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3BAF37B401 for ; Thu, 19 Dec 2002 19:03:35 -0800 (PST) Received: from azazel.ipv6.hackerheaven.org (ipv6.hackerheaven.org [80.126.0.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04A0443ED8 for ; Thu, 19 Dec 2002 19:03:34 -0800 (PST) (envelope-from coolvibe@azazel.ipv6.hackerheaven.org) Received: from azazel.ipv6.hackerheaven.org (localhost [127.0.0.1]) by azazel.ipv6.hackerheaven.org (8.12.6/8.12.6) with ESMTP id gBK33WRp066531 for ; Fri, 20 Dec 2002 04:03:33 +0100 (CET) (envelope-from coolvibe@azazel.ipv6.hackerheaven.org) Received: (from root@localhost) by azazel.ipv6.hackerheaven.org (8.12.6/8.12.6/Submit) id gBK33Wnf066530; Fri, 20 Dec 2002 04:03:32 +0100 (CET) Message-Id: <200212200303.gBK33Wnf066530@azazel.ipv6.hackerheaven.org> Date: Fri, 20 Dec 2002 04:03:32 +0100 (CET) From: coolvibe@hackerheaven.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46387: X11R6 libXThrStub breaks X11 apps Sender: owner-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: 46387 >Category: ports >Synopsis: X11R6 libXThrStub breaks X11 apps >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 19 19:10:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Emiel Kollof >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD azazel.ipv6.hackerheaven.org 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Dec 17 18:33:14 CET 2002 root@azazel.ipv6.hackerheaven.org:/usr/obj/usr/src/sys/AZAZEL i386 >Description: Applications that try to link with X fail with the following error: azazel# gcc -o test test.c -L /usr/X11R6/lib -I /usr/X11R6/include -lX11 /usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_signal' /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_zero_stub_' /usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_broadcast' /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_self_stub_' /usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_init' /usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_unlock' /usr/X11R6/lib/libX11.so: undefined reference to `pthread_self' /usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_destroy' /usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_lock' /usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_wait' /usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_destroy' /usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_init' With -pthread: azazel# gcc -o test test.c -L /usr/X11R6/lib -I /usr/X11R6/include -lX11 -pthread /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_zero_stub_' /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_self_stub_' >How-To-Repeat: Test code I used: -- CUT -- char XOpenDisplay(); int main() { XOpenDisplay(); return 0; } -- END CUT -- (which is the same test gnu autoconf uses to test for X) >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 Dec 19 19:41:24 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF10637B401 for ; Thu, 19 Dec 2002 19:41:23 -0800 (PST) Received: from tartarus.telenet-ops.be (tartarus.telenet-ops.be [195.130.132.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAD3643ED8 for ; Thu, 19 Dec 2002 19:41:22 -0800 (PST) (envelope-from philip@paeps.cx) Received: from localhost (localhost.localdomain [127.0.0.1]) by tartarus.telenet-ops.be (Postfix) with SMTP id 79F8BDBBC1 for ; Fri, 20 Dec 2002 04:41:16 +0100 (CET) Received: from fortuna.home.paeps.cx (D5768746.kabel.telenet.be [213.118.135.70]) by tartarus.telenet-ops.be (Postfix) with ESMTP id 4E4D3DB961 for ; Fri, 20 Dec 2002 04:41:16 +0100 (CET) Received: from juno.home.paeps.cx (juno.home.paeps.cx [10.0.0.2]) by fortuna.home.paeps.cx (Postfix) with ESMTP id 84E31548 for ; Fri, 20 Dec 2002 04:06:54 +0100 (CET) Received: by juno.home.paeps.cx (Postfix, from userid 1001) id 5757A1CA; Fri, 20 Dec 2002 04:06:54 +0100 (CET) Date: Fri, 20 Dec 2002 04:06:54 +0100 From: Philip Paeps To: ports@freebsd.org Subject: Using different versions of Python? Message-ID: <20021220030654.GH40279@juno.home.paeps.cx> Mail-Followup-To: ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline X-PGP-Fingerprint: FA74 3C27 91A6 79D5 F6D3 FC53 BF4B D0E6 049D B879 X-Message-Flag: Get yourself a real mail client. Try Mutt: User-Agent: Mutt/1.5.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 How would I tell a port to use a certain version of Python? I would like palm/plucker to use Python 2.1 instead of 2.2 (it's broken under 2.2, according what I read on their mailing-list). There doesn't appear to be any easy way to tell a port to use a certain version that I can see. Perhaps I'm overlooking something? Thanks for any hints! - Philip -- Philip Paeps Please don't CC me, I am philip@paeps.cx subscribed to the list. BOFH Excuse #261: The Usenet news is out of date To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 19:50: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A534637B401 for ; Thu, 19 Dec 2002 19:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C389843EE5 for ; Thu, 19 Dec 2002 19:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBK3o1NS015904 for ; Thu, 19 Dec 2002 19:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBK3o1Bf015903; Thu, 19 Dec 2002 19:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E547837B401 for ; Thu, 19 Dec 2002 19:40:51 -0800 (PST) Received: from mail016.syd.optusnet.com.au (mail016.syd.optusnet.com.au [210.49.20.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id A79A543EE5 for ; Thu, 19 Dec 2002 19:40:50 -0800 (PST) (envelope-from emikulic@optushome.com.au) Received: from haplo.localdomain (c16920.brasd1.vic.optusnet.com.au [210.49.154.33]) by mail016.syd.optusnet.com.au (8.11.1/8.11.1) with ESMTP id gBK3eim13718 for ; Fri, 20 Dec 2002 14:40:44 +1100 Received: from haplo.localdomain (localhost [127.0.0.1]) by haplo.localdomain (8.12.6/8.12.6) with ESMTP id gBK3ehbg099322 for ; Fri, 20 Dec 2002 14:40:43 +1100 (EST) (envelope-from emikulic@haplo.localdomain) Received: (from emikulic@localhost) by haplo.localdomain (8.12.6/8.12.6/Submit) id gBK3efD3099321; Fri, 20 Dec 2002 14:40:41 +1100 (EST) Message-Id: <200212200340.gBK3efD3099321@haplo.localdomain> Date: Fri, 20 Dec 2002 14:40:41 +1100 (EST) From: Emil Mikulic To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46388: Update port: net/darkstat to 2.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: 46388 >Category: ports >Synopsis: Update port: net/darkstat to 2.4 >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 Dec 19 19:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Emil Mikulic >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: >Description: - Update to version 2.4 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/darkstat/Makefile darkstat/Makefile --- /usr/ports/net/darkstat/Makefile Sun Nov 3 15:05:41 2002 +++ darkstat/Makefile Fri Dec 20 14:35:33 2002 @@ -6,7 +6,7 @@ # PORTNAME= darkstat -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= net MASTER_SITES= http://members.optushome.com.au/emikulic/net/darkstat/ \ http://yallara.cs.rmit.edu.au/~emikulic/_/ diff -urN /usr/ports/net/darkstat/distinfo darkstat/distinfo --- /usr/ports/net/darkstat/distinfo Sun Nov 3 15:05:41 2002 +++ darkstat/distinfo Fri Dec 20 14:35:38 2002 @@ -1 +1 @@ -MD5 (darkstat-2.3.tar.gz) = 6449d90cfd0a895c74babd7ab44cf899 +MD5 (darkstat-2.4.tar.gz) = 64caf6d82cbce0ffdce8b0fe19006c43 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 20: 0:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 449FB37B407 for ; Thu, 19 Dec 2002 20:00:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0670743EF1 for ; Thu, 19 Dec 2002 20:00:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBK40CNS018035 for ; Thu, 19 Dec 2002 20:00:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBK40Cgi018034; Thu, 19 Dec 2002 20:00:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C217637B401 for ; Thu, 19 Dec 2002 19:59:11 -0800 (PST) Received: from zinebar.hermans.ca (h24-65-98-95.ed.shawcable.net [24.65.98.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFEC843EDE for ; Thu, 19 Dec 2002 19:59:10 -0800 (PST) (envelope-from jamie@hermans.ca) Received: from localhost (localhost [127.0.0.1]) by zinebar.hermans.ca (Postfix) with ESMTP id A887056B8 for ; Thu, 19 Dec 2002 20:58:58 -0700 (MST) Received: by zinebar.hermans.ca (Postfix, from userid 1000) id 741E85580; Thu, 19 Dec 2002 20:58:55 -0700 (MST) Message-Id: <20021220035855.741E85580@zinebar.hermans.ca> Date: Thu, 19 Dec 2002 20:58:55 -0700 (MST) From: Jamie Hermans Reply-To: Jamie Hermans To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46389: Maintainer update: www/gallery Sender: owner-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: 46389 >Category: ports >Synopsis: Maintainer update: www/gallery >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: Thu Dec 19 20:00:12 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jamie Hermans >Release: FreeBSD 4.7-STABLE i386 >Organization: hermans.ca >Environment: System: FreeBSD zinebar.hermans.ca 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 21:13:53 MST 2002 root@zinebar.hermans.ca:/usr/obj/usr/src/sys/ZINEBAR i386 >Description: Update gallery port - bug fixes and (minor) new features. >How-To-Repeat: >Fix: diff -ruN gallery-1.3.1/Makefile gallery/Makefile --- gallery-1.3.1/Makefile Fri Aug 9 04:39:45 2002 +++ gallery/Makefile Thu Dec 19 20:51:49 2002 @@ -6,7 +6,7 @@ # PORTNAME= gallery -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,16 +26,16 @@ CPIO= cpio --quiet -pdum -R PLIST_SUB= GALLERYDIR=${GALLERYDIR} -GALLERYDIR?= www/data/gallery -WWWOWN?= www -WWWGRP?= www - pre-fetch: .if !defined(GALLERYDIR) @${ECHO_MSG} "" @${ECHO_MSG} "Define GALLERYDIR to override default of 'www/data/gallery'." @${ECHO_MSG} "" .endif + +GALLERYDIR?= www/data/gallery +WWWOWN?= www +WWWGRP?= www post-configure: @ ${SED} -e 's#%%PREFIX%%#${PREFIX}#g' \ diff -ruN gallery-1.3.1/distinfo gallery/distinfo --- gallery-1.3.1/distinfo Fri Aug 9 04:39:45 2002 +++ gallery/distinfo Thu Dec 19 20:29:45 2002 @@ -1 +1 @@ -MD5 (gallery-1.3.1.tar.gz) = 0c0ef90962414cac95f28a881c80117d +MD5 (gallery-1.3.2.tar.gz) = 70a67ff5664cf88eace35e28b96e8645 diff -ruN gallery-1.3.1/pkg-plist gallery/pkg-plist --- gallery-1.3.1/pkg-plist Fri Aug 9 04:39:45 2002 +++ gallery/pkg-plist Thu Dec 19 20:29:27 2002 @@ -29,6 +29,7 @@ %%GALLERYDIR%%/classes/postnuke/UserDB.php %%GALLERYDIR%%/classes/postnuke0.7.1/User.php %%GALLERYDIR%%/classes/postnuke0.7.1/UserDB.php +%%GALLERYDIR%%/classes/remote/GalleryRemoteProperties.php %%GALLERYDIR%%/configure.sh %%GALLERYDIR%%/create_user.php %%GALLERYDIR%%/css/embedded_style.css.default @@ -48,6 +49,7 @@ %%GALLERYDIR%%/errors/reconfigure.php %%GALLERYDIR%%/errors/unconfigured.php %%GALLERYDIR%%/gallery_remote.php +%%GALLERYDIR%%/gallery_remote2.php %%GALLERYDIR%%/highlight_photo.php %%GALLERYDIR%%/html/errorRow.inc %%GALLERYDIR%%/html/userData.inc @@ -118,6 +120,8 @@ %%GALLERYDIR%%/platform/fs_unix.php %%GALLERYDIR%%/platform/fs_win32.php %%GALLERYDIR%%/progress_uploading.php +%%GALLERYDIR%%/publish_xp.php +%%GALLERYDIR%%/publish_xp_docs.php %%GALLERYDIR%%/rename_album.php %%GALLERYDIR%%/resize_photo.php %%GALLERYDIR%%/rotate_photo.php @@ -126,6 +130,7 @@ %%GALLERYDIR%%/secure.sh %%GALLERYDIR%%/session.php %%GALLERYDIR%%/setup/.htaccess +%%GALLERYDIR%%/setup/check_imagemagick.php %%GALLERYDIR%%/setup/check.inc %%GALLERYDIR%%/setup/check_netpbm.php %%GALLERYDIR%%/setup/config_data.inc @@ -160,6 +165,7 @@ @dirrm %%GALLERYDIR%%/classes/nuke5 @dirrm %%GALLERYDIR%%/classes/postnuke @dirrm %%GALLERYDIR%%/classes/postnuke0.7.1 +@dirrm %%GALLERYDIR%%/classes/remote @dirrm %%GALLERYDIR%%/classes @dirrm %%GALLERYDIR%%/errors @dirrm %%GALLERYDIR%%/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 Thu Dec 19 20:47: 9 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F8FC37B401; Thu, 19 Dec 2002 20:47:07 -0800 (PST) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4771143EDA; Thu, 19 Dec 2002 20:47:06 -0800 (PST) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id F405E519B4; Fri, 20 Dec 2002 13:46:59 +0900 (JST) Date: Fri, 20 Dec 2002 13:47:01 +0900 Message-ID: <86lm2ls3ei.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: portmgr@freebsd.org, ports@freebsd.org Subject: Re: Thoughts about ports freeze In-Reply-To: <20021220001529.GC9963@vega.vega.com> References: <20021220001529.GC9963@vega.vega.com> User-Agent: Wanderlust/2.11.0 (Wonderwall) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.4 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) 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 EMIKO 1.14.1 - "Choanoflagellata") 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 Fri, 20 Dec 2002 02:15:29 +0200, sobomax wrote: > Personally I think, that while pushing 5.0 out of the door is very > important thing to do, but having it stumbled on the way of STABLE/RELEASE > users is not good at all. Personally I've heard many complains from the I thought about that some time ago, but I came to think that taking the time to fix ports for 5.x now is a good thing. See the list of those broken ports. Ports committers haven't payed much attention to ports that are broken on CURRENT. They (including me) keep saying "My port builds just fine on STABLE. It's CURRENT that's broken." However, the 4.x -> 5.x update introduces a lot of incompatibility and we must get developer communities out there to fix their software to support FreeBSD 5.x before 5.x becomes the main stream. Or we'll just lose developers' attention. > local community about popular ports not being updated in time, as > they used to. And I don't have a single good argument to reply to those > complains with - users usually don't care about 5.0, but they do care > about their 4.x production machines receiving latest updates and fixes, > and the current situation pisses them off. Complaints are hard to deal with. We deal with them based on requests and patches for approval. We didn't say we are not upgrading ports at all, but we can update ports with mandatory review so we don't introduce any more breakage. Their, and our frustration could be resolved if we portmgr work harder to review their patches. Well, I don't think we are going to take this long freze period in the 4.8 release cycle nor in the 5.1 release cycle, but only this time. The C/C++ compiler is major upgraded and many source files need changes, we now comply much more with the standards and many configure scripts and headers need changes. > Perhaps we could just branch out current state of the tree and unlock > it for normal use, while allow to commit onto the RE branch only after > getting portmgr's approval. What we are currently trying to do is > to mimic techiques used for src tree (long freeze), but IMO this > approach is inappropriate for ports, because they are fundamentally > different - the former is slow moving-target, while the latter is > fast-moving one. When we have much less broken ports, we can consider tagging and unfreezing the ports tree for 5.0-RELEASE earlier than the actual release, leaving the chance to slide tags for some ports that are found to have security vulnerabilities or be seriously broken after the unfreeze. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "I believe in what I see, I believe in what I hear, I believe that what I'm feeling changes how the world appears." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 20:52: 9 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5306337B401 for ; Thu, 19 Dec 2002 20:52:08 -0800 (PST) Received: from sivka.carrier.kiev.ua (sivka.carrier.kiev.ua [193.193.193.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09BE643EDA for ; Thu, 19 Dec 2002 20:52:07 -0800 (PST) (envelope-from n_e_w_s@inbox.ru) Received: from mail (ln2-205.users.lucky.net [193.193.199.205]) by sivka.carrier.kiev.ua (8/Kilkenny_is_better) with SMTP id gCK4pkH6076051; Fri, 20 Dec 2002 06:51:48 +0200 (EET) (envelope-from n_e_w_s@inbox.ru) Message-Id: <200212200451.gCK4pkH6076051@sivka.carrier.kiev.ua> From: "NEWS" Subject: Адвокатское бюро оказывает широкий спектр юридических услуг по всем регионам Украины IXPTVOXEMP Reply-To: n_e_w_s@inbox.ru X-Priority: 5 X-MSMail-Priority: Low X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Organization: DKT Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1251" Date: Fri, 20 Dec 2002 06:47:27 +0200 To: undisclosed-recipients: ; Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Типография «Дельта» (г. Харьков ) предлагает: полиграфические услуги на офсетном оборудовании форматом до А2 из расчета 1,5 копеек за оттиск формата А2. Размотка бумаги на рулончики шириной 210, 420 и 840 мм на собственном оборудовании. Изготовляем любую бланочную продукцию, папки,брошюры и книги. Печатаем на любой бумаги и картоне. Доставка по Украине за счёт типографии «Дельта». Оплачиваем услуги посредников. Наши телефоны/факс: ( 0572) 140653,191160 Вячеслав Евгеньевич, Елена Александровна (отдел заказов). Положительное аудиторское заключение Тел. (0572) 175372, 409070 Адвокатское бюро оказывает широкий спектр юридических услуг по всем регионам Украины, в том числе: • Срочная «ликвидация» ЧФ, ООО, ДП, АО во всех регионах Украины, путем: смены учредителей, реорганизации путем слияния, разделения, присоединения, выделения и преобразования, при этом оказываются консультации по анализу и подбору состава учредителей и администрации предприятия, которые готовы принять Ваше предприятие и его документацию в любом состоянии; • Срочная регистрация субъектов предпринимательской деятельности различной формы собственности во всех регионах Украины, что включает консультации по выбору формы собственности, анализу и подбору учредителей и инвесторов, проживающих в других регионах; • Претензионно-исковая работа, защита интересов в суде, участие в исполнительном производстве вплоть до зачисления средств на расчетные счета клиента, банкротство. • Консультации по внешнеэкономической деятельности; • Сопровождение и поддержка (в том числе выезд наших специалистов при возникновении «проблем» во время проверок контролирующими органами) деятельности предприятий всех форм собственности, а также постоянное юридическое обслуживание деятельности предприятий; • Совместная юридическая деятельность со страховыми компаниями Украины по представлению их интересов в Харьковском регионе. Тел. для справок (0572) 546-284, 546-285 IXPTVOXEMPPJREERPOTCRYWYCDTGDVBNILVLFC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 21:35:38 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FC8837B401 for ; Thu, 19 Dec 2002 21:35:36 -0800 (PST) Received: from hanirc.kr.psi.net (hanirc.higlobe.net [203.255.112.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3786343EDA for ; Thu, 19 Dec 2002 21:35:35 -0800 (PST) (envelope-from perky@hanirc.kr.psi.net) Received: from hanirc.kr.psi.net (wendy@localhost [127.0.0.1]) by hanirc.kr.psi.net (8.12.6/8.12.5) with ESMTP id gBK5ZXlR057641; Fri, 20 Dec 2002 14:35:33 +0900 (KST) (envelope-from perky@hanirc.kr.psi.net) Received: (from perky@localhost) by hanirc.kr.psi.net (8.12.6/8.12.6/Submit) id gBK5ZWMp057607; Fri, 20 Dec 2002 14:35:32 +0900 (KST) Date: Fri, 20 Dec 2002 14:35:31 +0900 From: Hye-Shik Chang To: Philip Paeps Cc: ports@FreeBSD.ORG Subject: Re: Using different versions of Python? Message-ID: <20021220053531.GA49737@fallin.lv> References: <20021220030654.GH40279@juno.home.paeps.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021220030654.GH40279@juno.home.paeps.cx> User-Agent: Mutt/1.4i Organization: Yonsei University X-PGP: finger perky@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 On Fri, Dec 20, 2002 at 04:06:54AM +0100, Philip Paeps wrote: > How would I tell a port to use a certain version of Python? I would like > palm/plucker to use Python 2.1 instead of 2.2 (it's broken under 2.2, > according what I read on their mailing-list). > > There doesn't appear to be any easy way to tell a port to use a certain > version that I can see. Perhaps I'm overlooking something? > > Thanks for any hints! > > - Philip You can choose a python interpreter for the port by specifying PYTHON_VERSION or PYTHON_CMD. examples) If you want build the port with python2.2: alice(perky):~/ports/irc/py-irclib% make PYTHON_VERSION=python2.2 build ===> Extracting for py22-irclib-0.3.4 >> Checksum OK for python-irclib-0.3.4.tar.gz. ===> py22-irclib-0.3.4 depends on file: /usr/local/bin/python2.2 - found .... For python2.1: alice(perky):~/ports/irc/py-irclib% make PYTHON_VERSION=python2.1 build ===> Extracting for py21-irclib-0.3.4 >> Checksum OK for python-irclib-0.3.4.tar.gz. ===> py21-irclib-0.3.4 depends on file: /home/perky/bin/python2.1 - found .... You can use even python2.3 living in your home directory (in development): alice(perky):~/ports/irc/py-irclib% make PYTHON_CMD=$HOME/bin/python FORCE_PYTHON_VERSION=yes build ===> Extracting for py23-irclib-0.3.4 >> Checksum OK for python-irclib-0.3.4.tar.gz. ===> Patching for py23-irclib-0.3.4 .... > > -- > Philip Paeps Please don't CC me, I am > philip@paeps.cx subscribed to the list. > > BOFH Excuse #261: > The Usenet news is out of date > - Hye-Shik To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 22: 0:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 212BE37B40F for ; Thu, 19 Dec 2002 22:00:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BBDF43EDE for ; Thu, 19 Dec 2002 22:00:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBK60INS053990 for ; Thu, 19 Dec 2002 22:00:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBK60IVR053989; Thu, 19 Dec 2002 22:00:18 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C9F437B401 for ; Thu, 19 Dec 2002 21:57:18 -0800 (PST) Received: from dibbler.ne.client2.attbi.com (h00609772adf0.ne.client2.attbi.com [24.61.43.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DFD143EEA for ; Thu, 19 Dec 2002 21:57:17 -0800 (PST) (envelope-from rodrigc@attbi.com) Received: from dibbler.ne.client2.attbi.com (localhost [127.0.0.1]) by dibbler.ne.client2.attbi.com (8.12.6/8.12.6) with ESMTP id gBK5vgBw004193; Fri, 20 Dec 2002 00:57:43 -0500 (EST) (envelope-from rodrigc@dibbler.ne.client2.attbi.com) Received: (from rodrigc@localhost) by dibbler.ne.client2.attbi.com (8.12.6/8.12.6/Submit) id gBK5vgU3004192; Fri, 20 Dec 2002 00:57:42 -0500 (EST) Message-Id: <200212200557.gBK5vgU3004192@dibbler.ne.client2.attbi.com> Date: Fri, 20 Dec 2002 00:57:42 -0500 (EST) From: Craig Rodrigues Reply-To: Craig Rodrigues To: FreeBSD-gnats-submit@FreeBSD.org Cc: rooneg@electricjellyfish.net X-Send-Pr-Version: 3.113 Subject: ports/46390: Port update for devel/apr Sender: owner-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: 46390 >Category: ports >Synopsis: Port update for devel/apr >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 19 22:00:17 PST 2002 >Closed-Date: >Last-Modified: >Originator: Craig Rodrigues >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD dibbler.ne.client2.attbi.com 5.0-CURRENT FreeBSD 5.0-CURRENT #10: Thu Dec 19 05:13:00 EST 2002 rodrigc@dibbler.ne.client2.attbi.com:/usr/obj/usr/src/sys/MYKERNEL1 i386 >Description: New versions of subversion require newer versions of apr (Apache Portable Runtime). >How-To-Repeat: >Fix: diff -ruN apr.bak/Makefile apr/Makefile --- apr.bak/Makefile Thu Nov 7 06:54:20 2002 +++ apr/Makefile Fri Dec 20 00:20:06 2002 @@ -6,11 +6,10 @@ # PORTNAME= apr -PORTVERSION= 20020725223645 -PORTREVISION= 1 +PORTVERSION= 0.9.1 CATEGORIES= devel -MASTER_SITES= http://www.apache.org/dist/apr/not-released/ -DISTFILES= apr_${PORTVERSION}.tar.gz apr-util_20020725223700.tar.gz +MASTER_SITES= http://www.apache.org/dist/apr/ +DISTFILES= apr-${PORTVERSION}.tar.gz apr-util-${PORTVERSION}.tar.gz MAINTAINER= rooneg@electricjellyfish.net @@ -28,19 +27,19 @@ @${SH} pkg-install apr PRE-INSTALL pre-configure: - @(cd ${WRKDIR}/apr/ && ./buildconf) - @(cd ${WRKDIR}/apr-util/ && ./buildconf) + @(cd ${WRKDIR}/apr-${PORTVERSION}/ && ./buildconf) + @(cd ${WRKDIR}/apr-util-${PORTVERSION}/ && ./buildconf) do-configure: - @(cd ${WRKDIR}/apr/ && ./configure --prefix=${PREFIX}) - @(cd ${WRKDIR}/apr-util/ && ${ENV} CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib ./configure --prefix=${PREFIX} --with-apr=../apr/ --with-expat=${PREFIX}) + @(cd ${WRKDIR}/apr-${PORTVERSION}/ && ./configure --prefix=${PREFIX}) + @(cd ${WRKDIR}/apr-util-${PORTVERSION}/ && ${ENV} CPPFLAGS=-I${PREFIX}/include LDFLAGS=-L${PREFIX}/lib ./configure --prefix=${PREFIX} --with-apr=../apr-${PORTVERSION}/ --with-expat=${PREFIX}) do-build: - @(cd ${WRKDIR}/apr/ && make) - @(cd ${WRKDIR}/apr-util/ && make) + @(cd ${WRKDIR}/apr-${PORTVERSION}/ && make) + @(cd ${WRKDIR}/apr-util-${PORTVERSION}/ && make) do-install: - @(cd ${WRKDIR}/apr/ && make install) - (cd ${WRKDIR}/apr-util/ && make install) + @(cd ${WRKDIR}/apr-${PORTVERSION}/ && make install) + (cd ${WRKDIR}/apr-util-${PORTVERSION}/ && make install) .include diff -ruN apr.bak/distinfo apr/distinfo --- apr.bak/distinfo Mon Aug 5 05:38:24 2002 +++ apr/distinfo Thu Dec 19 16:21:21 2002 @@ -1,2 +1,2 @@ -MD5 (apr_20020725223645.tar.gz) = e95ba59919ae9d6d36abc2b42575f743 -MD5 (apr-util_20020725223700.tar.gz) = 9098f2d1b6c502166cd83bff8f8b22cb +MD5 (apr-0.9.1.tar.gz) = 862ab3e00695f065235f6f25ea6cbace +MD5 (apr-util-0.9.1.tar.gz) = fb1a1e360a2b643ab447e993975e3397 diff -ruN apr.bak/files/patch-apr-Makefile.in apr/files/patch-apr-Makefile.in --- apr.bak/files/patch-apr-Makefile.in Wed Mar 20 01:22:10 2002 +++ apr/files/patch-apr-Makefile.in Wed Dec 31 19:00:00 1969 @@ -1,11 +0,0 @@ ---- apr/Makefile.in.orig Mon Mar 18 20:14:35 2002 -+++ apr/Makefile.in Mon Mar 18 20:11:05 2002 -@@ -42,7 +42,7 @@ - includedir=@includedir@ - srcdir=@srcdir@ - top_srcdir=@top_srcdir@ --top_blddir=@top_builddir@ -+top_blddir=@apr_builddir@ - - EXPORT_FILES = $(top_srcdir)/include/*.h - diff -ruN apr.bak/files/patch-apr-misc-unix-getopt.c apr/files/patch-apr-misc-unix-getopt.c --- apr.bak/files/patch-apr-misc-unix-getopt.c Mon Aug 12 11:57:49 2002 +++ apr/files/patch-apr-misc-unix-getopt.c Wed Dec 31 19:00:00 1969 @@ -1,15 +0,0 @@ ---- apr/misc/unix/getopt.c.orig Thu Nov 29 06:19:51 2001 -+++ apr/misc/unix/getopt.c Sun Aug 11 11:29:01 2002 -@@ -237,10 +237,12 @@ - for (i = 0; ; i++) { - if (opts[i].optch == 0) /* No match */ - return serr(os, "invalid option", p - 2, APR_BADCH); -+ if (opts[i].name) { - len = strlen(opts[i].name); - if (strncmp(p, opts[i].name, len) == 0 - && (p[len] == '\0' || p[len] == '=')) - break; -+ } - } - *optch = opts[i].optch; - diff -ruN apr.bak/files/patch-apr-util-configure.in apr/files/patch-apr-util-configure.in --- apr.bak/files/patch-apr-util-configure.in Wed Dec 31 19:00:00 1969 +++ apr/files/patch-apr-util-configure.in Thu Dec 19 23:41:31 2002 @@ -0,0 +1,19 @@ +--- apr-util-0.9.1/configure.in.orig Tue Sep 10 06:10:50 2002 ++++ apr-util-0.9.1/configure.in Thu Dec 19 23:36:48 2002 +@@ -6,13 +6,13 @@ + AC_INIT(export_vars.sh.in) + + AC_CONFIG_HEADER(include/private/apu_config.h) +-AC_CONFIG_AUX_DIR(../apr/build) ++AC_CONFIG_AUX_DIR(../apr-0.9.1/build) + + sinclude(build/apu-conf.m4) + sinclude(build/apu-iconv.m4) + sinclude(build/apu-hints.m4) +-sinclude(../apr/build/apr_common.m4) +-sinclude(../apr/build/find_apr.m4) ++sinclude(../apr-0.9.1/build/apr_common.m4) ++sinclude(../apr-0.9.1/build/find_apr.m4) + + dnl Generate ./config.nice for reproducing runs of configure + dnl diff -ruN apr.bak/pkg-plist apr/pkg-plist --- apr.bak/pkg-plist Mon Aug 5 05:38:24 2002 +++ apr/pkg-plist Fri Dec 20 00:19:30 2002 @@ -1,69 +1,70 @@ -bin/apr-config -bin/apu-config -include/apr.h -include/apr_allocator.h -include/apr_anylock.h -include/apr_atomic.h -include/apr_base64.h -include/apr_buckets.h -include/apr_compat.h -include/apr_date.h -include/apr_dbm.h -include/apr_dso.h -include/apr_errno.h -include/apr_file_info.h -include/apr_file_io.h -include/apr_fnmatch.h -include/apr_general.h -include/apr_getopt.h -include/apr_global_mutex.h -include/apr_hash.h -include/apr_hooks.h -include/apr_inherit.h -include/apr_ldap.h -include/apr_lib.h -include/apr_md4.h -include/apr_md5.h -include/apr_mmap.h -include/apr_network_io.h -include/apr_optional.h -include/apr_optional_hooks.h -include/apr_pools.h -include/apr_poll.h -include/apr_portable.h -include/apr_proc_mutex.h -include/apr_ring.h -include/apr_rmm.h -include/apr_sdbm.h -include/apr_sha1.h -include/apr_shm.h -include/apr_signal.h -include/apr_strings.h -include/apr_strmatch.h -include/apr_support.h -include/apr_tables.h -include/apr_thread_cond.h -include/apr_thread_mutex.h -include/apr_thread_proc.h -include/apr_thread_rwlock.h -include/apr_time.h -include/apr_uri.h -include/apr_user.h -include/apr_uuid.h -include/apr_version.h -include/apr_want.h -include/apr_xlate.h -include/apr_xml.h -include/apu.h -include/apu_compat.h -lib/APRVARS +include/apr-0/apr.h +include/apr-0/apr_version.h +include/apr-0/apr_user.h +include/apr-0/apr_time.h +include/apr-0/apr_thread_rwlock.h +include/apr-0/apr_thread_proc.h +include/apr-0/apr_thread_mutex.h +include/apr-0/apr_thread_cond.h +include/apr-0/apr_tables.h +include/apr-0/apr_support.h +include/apr-0/apr_strings.h +include/apr-0/apr_signal.h +include/apr-0/apr_shm.h +include/apr-0/apr_ring.h +include/apr-0/apr_proc_mutex.h +include/apr-0/apr_portable.h +include/apr-0/apr_pools.h +include/apr-0/apr_poll.h +include/apr-0/apr_network_io.h +include/apr-0/apr_mmap.h +include/apr-0/apr_lib.h +include/apr-0/apr_inherit.h +include/apr-0/apr_hash.h +include/apr-0/apr_global_mutex.h +include/apr-0/apr_getopt.h +include/apr-0/apr_general.h +include/apr-0/apr_fnmatch.h +include/apr-0/apr_file_io.h +include/apr-0/apr_file_info.h +include/apr-0/apr_errno.h +include/apr-0/apr_dso.h +include/apr-0/apr_compat.h +include/apr-0/apr_atomic.h +include/apr-0/apr_allocator.h +include/apr-0/apr_want.h +include/apr-0/apr_anylock.h +include/apr-0/apu_compat.h +include/apr-0/apu.h +include/apr-0/apr_xml.h +include/apr-0/apr_xlate.h +include/apr-0/apr_uuid.h +include/apr-0/apr_uri.h +include/apr-0/apr_strmatch.h +include/apr-0/apr_sha1.h +include/apr-0/apr_sdbm.h +include/apr-0/apr_rmm.h +include/apr-0/apr_reslist.h +include/apr-0/apr_queue.h +include/apr-0/apr_optional_hooks.h +include/apr-0/apr_optional.h +include/apr-0/apr_md5.h +include/apr-0/apr_md4.h +include/apr-0/apr_ldap.h +include/apr-0/apr_hooks.h +include/apr-0/apr_dbm.h +include/apr-0/apr_date.h +include/apr-0/apr_buckets.h +include/apr-0/apr_base64.h +include/apr-0/apu_version.h +lib/libapr-0.so.9 +lib/libapr-0.la +lib/libapr-0.a lib/apr.exp +lib/libaprutil-0.so.9 +lib/libaprutil-0.la +lib/libaprutil-0.a lib/aprutil.exp -lib/libapr.a -lib/libapr.la -lib/libapr.so -lib/libapr.so.0 -lib/libaprutil.a -lib/libaprutil.la -lib/libaprutil.so -lib/libaprutil.so.0 +build/libtool +bin/apr-config +bin/apu-config >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 22:20: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A91837B401 for ; Thu, 19 Dec 2002 22:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73E5743EEC for ; Thu, 19 Dec 2002 22:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBK6K2NS063465 for ; Thu, 19 Dec 2002 22:20:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBK6K2bq063464; Thu, 19 Dec 2002 22:20:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82C6137B401 for ; Thu, 19 Dec 2002 22:14:24 -0800 (PST) Received: from mail.yazzy.org (mail.yazzy.org [80.232.16.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id D61F943EE8 for ; Thu, 19 Dec 2002 22:14:23 -0800 (PST) (envelope-from jk@yazzy.org) Received: by mail.yazzy.org (Postfix, from userid 1007) id 4E58714CCC; Fri, 20 Dec 2002 03:06:07 +0100 (CET) Message-Id: <20021220020607.4E58714CCC@mail.yazzy.org> Date: Fri, 20 Dec 2002 03:06:07 +0100 (CET) From: Jochem Kossen Reply-To: Jochem Kossen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46391: [MAINTAINER UPDATE]: audio/cplay 1.45 to 1.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: 46391 >Category: ports >Synopsis: [MAINTAINER UPDATE]: audio/cplay 1.45 to 1.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: Thu Dec 19 22:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: J.Kossen >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD titan.yazzy.org 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #0: Mon Dec 16 13:18:05 CET 2002 root@titan.yazzy.org:/usr/obj/usr/src/sys/TITAN i386 >Description: This patch updates the audio/cplay port from 1.45 to 1.46 >How-To-Repeat: >Fix: --- update-cplay.diff begins here --- diff -ruN cplay/Makefile cplay.new/Makefile --- cplay/Makefile Mon Oct 21 02:50:13 2002 +++ cplay.new/Makefile Fri Dec 20 01:20:24 2002 @@ -6,7 +6,7 @@ # PORTNAME= cplay -PORTVERSION= 1.45 +PORTVERSION= 1.46 PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.tf.hut.fi/~flu/cplay/ diff -ruN cplay/distinfo cplay.new/distinfo --- cplay/distinfo Sat May 25 12:54:17 2002 +++ cplay.new/distinfo Fri Dec 20 01:23:58 2002 @@ -1 +1 @@ -MD5 (cplay-1.45.tar.gz) = 79d2157739dc38e91312a037b9885dc8 +MD5 (cplay-1.46.tar.gz) = e9853e5db42415e4f74de8a1aa526377 --- update-cplay.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 22:55:40 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 449F137B401 for ; Thu, 19 Dec 2002 22:55:39 -0800 (PST) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id D044D43EE5 for ; Thu, 19 Dec 2002 22:55:31 -0800 (PST) (envelope-from dirk.meyer@dinoex.sub.org) Received: from net2.dinoex.sub.org (dinoex@net2.dinoex.de [212.184.201.182]) by net2.dinoex.sub.org (8.12.6/8.12.6) with ESMTP id gBK6t5gw013899 for ; Fri, 20 Dec 2002 07:55:07 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) X-MDaemon-Deliver-To: X-Authentication-Warning: net2.dinoex.sub.org: Host dinoex@net2.dinoex.de [212.184.201.182] claimed to be net2.dinoex.sub.org Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.12.6/8.12.6/Submit) with BSMTP id gBK6t3Nb013887 for ; Fri, 20 Dec 2002 07:55:03 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) To: freebsd-ports@FreeBSD.ORG Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: Thoughts about ports freeze Date: Fri, 20 Dec 2002 07:51:48 +0100 X-Mailer: Dinoex 1.79 References: <20021220001529.GC9963@vega.vega.com> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect 0.94] 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: 20021220000000W+1@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 Maxim Sobolev wrote, > Perhaps we could just branch out current state of the tree and unlock > it for normal use, while allow to commit onto the RE branch only after > getting portmgr's approval. Why just simply "tag" the tree? Retag the fixes needed for CURRENT on portmgr@ approval? Moving the tags can give us fine control withouth having to branch or freeze. I have 29 updates/committs in the queue, waiting for the freeze is over. Due to serveral request by users, I put thm online: http://people.freebsd.org/~dinoex/ports/ No offense, I know the problems, but I think the freeze is way to long. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 23: 4:46 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56A5A37B401; Thu, 19 Dec 2002 23:04:45 -0800 (PST) Received: from e35.co.us.ibm.com (e35.co.us.ibm.com [32.97.110.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DFF243EEF; Thu, 19 Dec 2002 23:04:44 -0800 (PST) (envelope-from sidcarter@symonds.net) Received: from westrelay05.boulder.ibm.com (westrelay05.boulder.ibm.com [9.17.193.33]) by e35.co.us.ibm.com (8.12.2/8.12.2) with ESMTP id gBK74h6L066700; Fri, 20 Dec 2002 02:04:43 -0500 Received: from tango.in.ibm.com (tango.in.ibm.com [9.182.24.111]) by westrelay05.boulder.ibm.com (8.12.3/NCO/VER6.4) with ESMTP id gBK75nWH062562; Fri, 20 Dec 2002 00:05:55 -0700 Received: by tango.in.ibm.com (Postfix, from userid 1001) id 356E485D5; Fri, 20 Dec 2002 12:33:50 +0530 (IST) Subject: Re: Thoughts about ports freeze References: <20021220001529.GC9963@vega.vega.com> From: Sid Carter Operating-System: Turing OS XCVIII Disclaimer: Not speaking for anyone in any way, shape, or form. Copyright: Copyright 2002 Sid Carter - All Rights Reserved To: ports@freebsd.org Cc: current@freebsd.org Reply-To: sidcarter@symonds.net Organization: Sid Carter GmBH. Date: 20 Dec 2002 12:33:49 +0530 In-Reply-To: Message-ID: <86lm2l5fze.fsf@tango.in.ibm.com> Lines: 24 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter) 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 Fri, 20 Dec 2002 07:51:48 +0100, dirk.meyer@dinoex.sub.org (Dirk Meyer) said: Dirk> Maxim Sobolev wrote, >> Perhaps we could just branch out current state of the tree and unlock >> it for normal use, while allow to commit onto the RE branch only after Dirk> Moving the tags can give us fine control withouth having to branch or freeze. Dirk> I have 29 updates/committs in the queue, waiting for the freeze is over. Dirk> No offense, I know the problems, but I think the freeze is way to long. Hi, While we are on this topic, what happens after 5.0-CURRENT ? I understand 5.0-RELEASE, but on the -CURRENT front ? Will we have to wait till the release for the unfreeze to happen. Cause, the way it is going, it seems as tho' the freeze is gonna stay till the 2nd quarter of 2003 or something. Just my thougts, no offense meant :) Regards Sid -- Where there's a will, there's an Inheritance Tax. Sid Carter - http://khader.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 23:48:43 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DA6E37B401 for ; Thu, 19 Dec 2002 23:48:42 -0800 (PST) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22F3643EE5 for ; Thu, 19 Dec 2002 23:48:41 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id gBK7mbQn089613; Fri, 20 Dec 2002 07:48:37 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id gBK7mV7K089612; Fri, 20 Dec 2002 07:48:31 GMT Date: Fri, 20 Dec 2002 07:48:31 +0000 From: Matthew Seaman To: Adam Retter Cc: ports@FreeBSD.ORG Subject: Re: MySQL Server 3.23.54a Port? Message-ID: <20021220074831.GB89403@happy-idiot-talk.infracaninophi> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i X-Spam-Status: No, hits=-3.0 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_MUTT version=2.43 Sender: owner-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, Dec 20, 2002 at 12:24:31AM +0000, Adam Retter wrote: > I am currently using the mysql-server-3.23.53 port package on = > FreeBSD 4.7i and have noticed that there is now a 3.23.54a version = > available from the MySQL site due to several security problems that have = > been found. Can you advise me as to when a FreeBSD port may be = > available??? December 14th 2002. It's 3.23.54 rather than 3.23.54a, because the issue which caused the MySQL folks to have to make a quick followup release is irrelevant on FreeBSD. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 19 23:57:56 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA5D437B401; Thu, 19 Dec 2002 23:57:55 -0800 (PST) Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6C5343EE5; Thu, 19 Dec 2002 23:57:49 -0800 (PST) (envelope-from parv_fm@mailsent.net) Received: from sdn-ap-029dcwashp0015.dialsprint.net ([65.177.104.15] helo=moo.holy.cow) by avocet.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18PI2W-00013s-00; Thu, 19 Dec 2002 23:57:49 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id B5560A4DB; Fri, 20 Dec 2002 03:00:38 -0500 (EST) Date: Fri, 20 Dec 2002 03:00:38 -0500 From: parv To: Sid Carter Cc: ports@freebsd.org, current@freebsd.org Subject: Re: Thoughts about ports freeze Message-ID: <20021220080038.GA22007@moo.holy.cow> Mail-Followup-To: Sid Carter , ports@freebsd.org, current@freebsd.org References: <20021220001529.GC9963@vega.vega.com> <86lm2l5fze.fsf@tango.in.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86lm2l5fze.fsf@tango.in.ibm.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 in message <86lm2l5fze.fsf@tango.in.ibm.com>, wrote Sid Carter thusly... > > >>>>> On Fri, 20 Dec 2002 07:51:48 +0100, dirk.meyer@dinoex.sub.org (Dirk Meyer) said: > > Dirk> I have 29 updates/committs in the queue, waiting for the freeze is over. > Dirk> No offense, I know the problems, but I think the freeze is way to long. > > the way it is going, it seems as tho' the freeze is gonna stay > till the 2nd quarter of 2003 or something. Just my thougts, no > offense meant :) ice age cometh. get thine blankie und hoard the nuts. :-] - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 1: 0:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FD6F37B401 for ; Fri, 20 Dec 2002 01:00:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D227743EDA for ; Fri, 20 Dec 2002 01:00:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBK90GNS006364 for ; Fri, 20 Dec 2002 01:00:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBK90Grx006363; Fri, 20 Dec 2002 01:00:16 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 557E237B401 for ; Fri, 20 Dec 2002 00:54:25 -0800 (PST) Received: from h00609772adf0.ne.client2.attbi.com (h00609772adf0.ne.client2.attbi.com [24.61.43.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id B12A143ED8 for ; Fri, 20 Dec 2002 00:54:24 -0800 (PST) (envelope-from rodrigc@attbi.com) Received: from h00609772adf0.ne.client2.attbi.com (localhost [127.0.0.1]) by h00609772adf0.ne.client2.attbi.com (8.12.6/8.12.6) with ESMTP id gBK8t0eg066107; Fri, 20 Dec 2002 03:55:00 -0500 (EST) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: (from rodrigc@localhost) by h00609772adf0.ne.client2.attbi.com (8.12.6/8.12.6/Submit) id gBK8ssut066106; Fri, 20 Dec 2002 03:54:54 -0500 (EST) Message-Id: <200212200854.gBK8ssut066106@h00609772adf0.ne.client2.attbi.com> Date: Fri, 20 Dec 2002 03:54:54 -0500 (EST) From: Craig Rodrigues Reply-To: Craig Rodrigues To: FreeBSD-gnats-submit@FreeBSD.org Cc: rooneg@electricjellyfish.net X-Send-Pr-Version: 3.113 Subject: ports/46393: Update www/neon to neon-0.23.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: 46393 >Category: ports >Synopsis: Update www/neon to neon-0.23.5 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 01:00:16 PST 2002 >Closed-Date: >Last-Modified: >Originator: Craig Rodrigues >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD h00609772adf0.ne.client2.attbi.com 5.0-CURRENT FreeBSD 5.0-CURRENT #10: Thu Dec 19 05:13:00 EST 2002 rodrigc@dibbler.ne.client2.attbi.com:/usr/obj/usr/src/sys/MYKERNEL1 i386 >Description: Newer versions of subversion require neon 0.23.5 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/neon/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 2002/09/19 02:33:13 1.18 +++ Makefile 2002/12/20 08:51:08 @@ -6,7 +6,7 @@ # PORTNAME= neon -PORTVERSION= 0.22.0 +PORTVERSION= 0.23.5 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ @@ -19,6 +19,7 @@ .endif GNU_CONFIGURE= yes +CONFIGURE_ARGS= CONFIGURE_ARGS= --with-ssl \ --enable-xml \ --enable-shared \ @@ -26,7 +27,9 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= neon-config.1 -MAN3= ne_add_request_header.3 ne_buffer.3 ne_buffer_altered.3 \ +MAN3= ne_add_request_header.3 ne_addr_destroy.3 ne_addr_error.3 \ + ne_addr_first.3 ne_addr_next.3 ne_addr_print.3 ne_addr_resolve.3 \ + ne_addr_result.3 ne_buffer.3 ne_buffer_altered.3 \ ne_buffer_append.3 ne_buffer_clear.3 ne_buffer_concat.3 \ ne_buffer_create.3 ne_buffer_destroy.3 ne_buffer_finish.3 \ ne_buffer_grow.3 ne_buffer_ncreate.3 ne_buffer_zappend.3 \ @@ -38,18 +41,20 @@ ne_set_error.3 ne_set_expect100.3 ne_set_persist.3 \ ne_set_proxy_auth.3 ne_set_read_timeout.3 \ ne_set_request_body_buffer.3 ne_set_request_body_fd.3 \ - ne_set_server_auth.3 ne_set_useragent.3 ne_shave.3 \ + ne_set_server_auth.3 ne_set_useragent.3 ne_shave.3 ne_sock_init.3 \ ne_ssl_certificate.3 ne_ssl_dname.3 ne_ssl_load_ca.3 \ ne_ssl_load_default_ca.3 ne_ssl_readable_dname.3 \ ne_ssl_set_verify.3 ne_status.3 ne_strdup.3 ne_strndup.3 \ - ne_token.3 + ne_token.3 ne_version_match.3 ne_version_string.3 neon.3 +PLIST_SUB+= PORTVERSION=${PORTVERSION} + post-install: ${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/man/*.3 ${PREFIX}/man/man3 .ifndef NOPORTDOCS - ${MKDIR} ${PREFIX}/share/doc/neon - ${INSTALL_DATA} ${WRKSRC}/doc/using-neon.txt ${PREFIX}/share/doc/neon + ${MKDIR} ${PREFIX}/share/doc/neon-${PORTVERSION} + ${INSTALL_DATA} ${WRKSRC}/doc/using-neon.txt ${PREFIX}/share/doc/neon-${PORTVERSION} .endif .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/neon/distinfo,v retrieving revision 1.13 diff -u -r1.13 distinfo --- distinfo 2002/09/19 02:33:13 1.13 +++ distinfo 2002/12/20 08:51:08 @@ -1 +1 @@ -MD5 (neon-0.22.0.tar.gz) = 346323318c75c8bf6e53d8056a18ab0d +MD5 (neon-0.23.5.tar.gz) = fd7d1bca0927490c5bd32787b0f2f4b1 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/neon/pkg-plist,v retrieving revision 1.12 diff -u -r1.12 pkg-plist --- pkg-plist 2002/09/19 02:33:13 1.12 +++ pkg-plist 2002/12/20 08:51:08 @@ -20,9 +20,63 @@ include/neon/ne_auth.h include/neon/ne_compress.h include/neon/ne_acl.h -lib/libneon.so.22 +lib/libneon.so.23 lib/libneon.so lib/libneon.a -%%PORTDOCS%%share/doc/neon/using-neon.txt -%%PORTDOCS%%@dirrm share/doc/neon +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/apas02.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/apas03.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/apas04.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/apas05.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/apas06.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/apas07.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/apas08.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/apas09.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/apas10.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/apas11.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/apas12.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/auth.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/basic.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/ch01s02.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/ch01s03.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/ch02.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/compliance.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/gfdl.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/index.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/intro.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/locking.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/lowlevel.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/props.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/ref.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refalloc.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refauth.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refbuf.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refbufapp.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refbufcr.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refbufdest.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refbufutil.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refconfig.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/referr.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refgetst.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refneon.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refopts.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refreq.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refreqbody.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refreqhdr.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refresolve.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refsess.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refshave.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refsockinit.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refsslca.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/reftok.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refsslcert.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refssldname.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refsslvfy.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refstatus.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/refvers.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/ssl.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/utils.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/html/xml.html +%%PORTDOCS%%share/doc/neon-%%PORTVERSION%%/using-neon.txt +%%PORTDOCS%%@dirrm share/doc/neon-%%PORTVERSION%%/html +%%PORTDOCS%%@dirrm share/doc/neon-%%PORTVERSION%% @dirrm include/neon >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 2: 7: 0 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B974D37B401 for ; Fri, 20 Dec 2002 02:06:59 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBE4F43EDC for ; Fri, 20 Dec 2002 02:06:58 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gBKA6ZBB016770 for ; Fri, 20 Dec 2002 05:06:35 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gBKA6Z6r016769 for ports@FreeBSD.ORG; Fri, 20 Dec 2002 05:06:35 -0500 (EST) (envelope-from alane) Date: Fri, 20 Dec 2002 05:06:34 -0500 From: AlanE To: ports@FreeBSD.ORG Subject: Re: Using different versions of Python? Message-ID: <20021220100634.GE16528@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: ports@FreeBSD.ORG References: <20021220030654.GH40279@juno.home.paeps.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021220030654.GH40279@juno.home.paeps.cx> X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.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 Fri, Dec 20, 2002 at 04:06:54AM +0100, Philip Paeps wrote: >How would I tell a port to use a certain version of Python? I would like >palm/plucker to use Python 2.1 instead of 2.2 (it's broken under 2.2, >according what I read on their mailing-list). > >There doesn't appear to be any easy way to tell a port to use a certain >version that I can see. Perhaps I'm overlooking something? > >Thanks for any hints! > > - Philip You can set PYTHON_VERSION, I believe. Look at the Zope port for details, and mail me if you can't figure it out. Note that it will have to refer to the python binary by its versioned name for this to work. -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 2:30: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96AB837B401 for ; Fri, 20 Dec 2002 02:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFF4F43EDE for ; Fri, 20 Dec 2002 02:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKAU2NS035078 for ; Fri, 20 Dec 2002 02:30:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKAU2SF035077; Fri, 20 Dec 2002 02:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B0BA37B401 for ; Fri, 20 Dec 2002 02:23:00 -0800 (PST) Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.98.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB3A343EEC for ; Fri, 20 Dec 2002 02:22:58 -0800 (PST) (envelope-from kheuer@gwdu60.gwdg.de) Received: from gwdu60.gwdg.de (localhost [127.0.0.1]) by gwdu60.gwdg.de (8.12.6/8.12.4) with ESMTP id gBKAMvsh071061 for ; Fri, 20 Dec 2002 11:22:57 +0100 (CET) (envelope-from kheuer@gwdu60.gwdg.de) Received: (from kheuer@localhost) by gwdu60.gwdg.de (8.12.6/8.12.4/Submit) id gBKAMuQK071060; Fri, 20 Dec 2002 11:22:56 +0100 (CET) Message-Id: <200212201022.gBKAMuQK071060@gwdu60.gwdg.de> Date: Fri, 20 Dec 2002 11:22:56 +0100 (CET) From: Konrad Heuer Reply-To: Konrad Heuer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46394: New port: special purpose database application Sender: owner-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: 46394 >Category: ports >Synopsis: New port: special purpose database application >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 Dec 20 02:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Konrad Heuer >Release: FreeBSD 4.7-RC i386 >Organization: GWDG >Environment: System: FreeBSD gwdu60.gwdg.de 4.7-RC FreeBSD 4.7-RC #1: Mon Sep 30 12:21:04 CEST 2002 kheuer@gwdu111.gwdg.de:/usr/obj/usr/src/sys/GWDU60 i386 >Description: The useracc utility is a special purpose database application to store and retrieve data about users in a distributed environment. It is usable in situations where a single numerical and/or a single non-numerical field for each index (possibly a user name) are adequate. >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: # # useracc # useracc/pkg-plist # useracc/pkg-descr # useracc/pkg-comment # useracc/distinfo # useracc/Makefile # echo c - useracc mkdir -p useracc > /dev/null 2>&1 echo x - useracc/pkg-plist sed 's/^X//' >useracc/pkg-plist << 'END-of-useracc/pkg-plist' Xbin/useracc Xetc/rc.d/useracc.sh.sample END-of-useracc/pkg-plist echo x - useracc/pkg-descr sed 's/^X//' >useracc/pkg-descr << 'END-of-useracc/pkg-descr' XThe useracc utility is a special purpose database application to Xstore and retrieve data about users in a distributed environment. XIt is usable in situations where a single numerical and/or a single Xnon-numerical field for each index (possibly a user name) are Xadequate. X XKonrad Heuer Xkheuer@gwdg.de END-of-useracc/pkg-descr echo x - useracc/pkg-comment sed 's/^X//' >useracc/pkg-comment << 'END-of-useracc/pkg-comment' XSpecial purpose database application END-of-useracc/pkg-comment echo x - useracc/distinfo sed 's/^X//' >useracc/distinfo << 'END-of-useracc/distinfo' XMD5 (useracc-3.1.tar.gz) = f0744a5bdb184483f304fdb927fd4ba9 END-of-useracc/distinfo echo x - useracc/Makefile sed 's/^X//' >useracc/Makefile << 'END-of-useracc/Makefile' X# New ports collection makefile for: useracc X# Date created: December 20th, 2002 X# Whom: Konrad Heuer X# X# $FreeBSD$ X# X XPORTNAME= useracc XPORTVERSION= 3.1 XCATEGORIES= databases XMASTER_SITES= ftp://gwdu111.gwdg.de/pub/FreeBSD/misc/ \ X ftp://gwdu112.gwdg.de/pub/FreeBSD/misc/ X XMAINTAINER= kheuer@gwdg.de X XMAN1= useracc.1 XMANCOMPRESSED= yes X X.include END-of-useracc/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 3:10:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B12C37B401 for ; Fri, 20 Dec 2002 03:10:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D31A743F03 for ; Fri, 20 Dec 2002 03:10:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKBA8NS048145 for ; Fri, 20 Dec 2002 03:10:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKBA8t4048144; Fri, 20 Dec 2002 03:10:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 291D037B401 for ; Fri, 20 Dec 2002 03:09:43 -0800 (PST) Received: from mail2.itxmarket.com (fw.itxmarket.com [213.11.40.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BBA943EF4 for ; Fri, 20 Dec 2002 03:09:42 -0800 (PST) (envelope-from root@icommerce-france.com) Received: from icommerce-france.com (extranet.itxmarket.com [192.168.2.24]) by mail2.itxmarket.com (Postfix) with ESMTP id A970B37CC6 for ; Fri, 20 Dec 2002 12:09:39 +0100 (CET) Received: by icommerce-france.com (Postfix, from userid 0) id 6F0D214A24; Fri, 20 Dec 2002 12:09:39 +0100 (CET) Message-Id: <20021220110939.6F0D214A24@icommerce-france.com> Date: Fri, 20 Dec 2002 12:09:39 +0100 (CET) From: "Michael L.Hostbaek" Reply-To: "Michael L.Hostbaek" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46396: Update port: [Maintainer Update]: net/apinger Sender: owner-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: 46396 >Category: ports >Synopsis: Update port: [Maintainer Update]: net/apinger >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 Dec 20 03:10:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Michael L. Hostbaek >Release: FreeBSD 4.7-STABLE i386 >Organization: FreeBSDCluster.org >Environment: System: FreeBSD extranet.itxmarket.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 17:00:45 CEST 2002 root@extranet.itxmarket.com:/usr/obj/usr/src/sys/EXTRANET1 i386 >Description: Update to latest version. Compiles on both 4.X and -CURRENT. >How-To-Repeat: >Fix: diff -u -ruN apinger.bak/Makefile apinger/Makefile --- apinger.bak/Makefile Fri Dec 20 11:56:38 2002 +++ apinger/Makefile Fri Dec 20 11:56:55 2002 @@ -7,7 +7,7 @@ # PORTNAME= apinger -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= net MASTER_SITES= http://www.bnet.pl/~jajcus/apinger/ diff -u -ruN apinger.bak/distinfo apinger/distinfo --- apinger.bak/distinfo Fri Dec 20 11:56:38 2002 +++ apinger/distinfo Fri Dec 20 11:57:14 2002 @@ -1 +1 @@ -MD5 (apinger-0.5.tar.gz) = 8294f9859a89a49bed0fb7ff422700ed +MD5 (apinger-0.6.tar.gz) = ee47c802758b855b064f86ef197b4882 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 3:40: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4763537B401 for ; Fri, 20 Dec 2002 03:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E3EE43EE8 for ; Fri, 20 Dec 2002 03:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKBe1NS054499 for ; Fri, 20 Dec 2002 03:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKBe107054498; Fri, 20 Dec 2002 03:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B8DA37B401 for ; Fri, 20 Dec 2002 03:34:26 -0800 (PST) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62A5E43EE5 for ; Fri, 20 Dec 2002 03:34:25 -0800 (PST) (envelope-from statue@freebsd.sinica.edu.tw) Received: by freebsd.sinica.edu.tw (Postfix, from userid 1014) id 2BD77DD; Fri, 20 Dec 2002 19:34:22 +0800 (CST) Message-Id: <20021220113422.2BD77DD@freebsd.sinica.edu.tw> Date: Fri, 20 Dec 2002 19:34:22 +0800 (CST) From: Statue Reply-To: Statue To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46397: New port: chinese/cwtexttf Sender: owner-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: 46397 >Category: ports >Synopsis: New port: chinese/cwtexttf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 03:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.7-PRERELEASE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #2: Mon Sep 9 10:45:46 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386 >Description: This port installs five Chinese Big5 TrueType fonts, includes HeiTi bbttf.ttf FSongTi fttf.ttf KaiTi kttf.ttf MingTi mttf.ttf YuanTi rttf.ttf WWW: http://ceiba.cc.ntu.edu.tw/tmwu/ >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: # # cwtexttf/ # cwtexttf/Makefile # cwtexttf/distinfo # cwtexttf/pkg-comment # cwtexttf/pkg-deinstall # cwtexttf/pkg-descr # cwtexttf/pkg-install # cwtexttf/pkg-plist # echo c - cwtexttf/ mkdir -p cwtexttf/ > /dev/null 2>&1 echo x - cwtexttf/Makefile sed 's/^X//' >cwtexttf/Makefile << 'END-of-cwtexttf/Makefile' X# New ports collection makefile for: cwTeX Chinese TrueType fonts X# Date created: 18 Dec 2002 X# Whom: Shen Chuan-Hsing X# X# $FreeBSD$ X# X XPORTNAME= cwtexttf XPORTVERSION= 1.0 XCATEGORIES= chinese x11-fonts XMASTER_SITES= ftp://ftp1.sinica.edu.tw/pub2/tex/cwTeX/cwTeX-TTF/ \ X ftp://cle.linux.org.tw/pub/fonts/ttf/unicode/cwTeX-TTF/ \ X ftp://freebsd.sinica.edu.tw/pub/statue/cwTeX-TTF/ XDISTNAME= cwtex-ttf X XMAINTAINER= statue@freebsd.sinica.edu.tw X XRUN_DEPENDS= ttfm.sh:${PORTSDIR}/chinese/ttfm X XUSE_ZIP= YES XNO_BUILD= yes XSHAREMODE= 644 XWRKSRC= ${WRKDIR}/texmf/fonts/truetype/cwTeX XUSE_XLIB= yes XFONTDIR= ${PREFIX}/share/fonts/TrueType XXFONTDIR= ${X11BASE}/lib/X11/fonts/TrueType XINSTALL_ENV= PKG_PREFIX=${PREFIX} XFREE86_VERSION=${XFREE86_VERSION} \ X WANT_GS=${WANT_GS} WITHOUT_X=${WITHOUT_X} X X.include X X.if ${XFREE86_VERSION} == 3 && !defined(WITHOUT_X) XRUN_DEPENDS+= mkfontdir.pl:${PORTSDIR}/x11-servers/XttXF86srv-common X.endif X Xpre-fetch: X.if defined(WANT_GS) X @${ECHO} "Ghostscript support will be added." X.endif X.if defined(WITHOUT_X) X @${ECHO} "X Window support will NOT be added." X.endif X.if !defined(WANT_GS) && !defined(WITHOUT_X) X @${ECHO} -- X @${ECHO} "Type \"make WANT_GS=yes\" if you want Ghostscript support." X @${ECHO} "Type \"make WITHOUT_X=yes\" if you DONT want X Window support." X @${ECHO} "You can use them in combinations." X @${ECHO} -- X.endif X Xdo-install: X.if !exists(${FONTDIR}) X @${MKDIR} ${FONTDIR} X.endif X.for i in bbttf.ttf fttf.ttf kttf.ttf mttf.ttf rttf.ttf X @${INSTALL_DATA} ${WRKSRC}/${i} ${FONTDIR} X.endfor X @${SETENV} ${INSTALL_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL X X.include END-of-cwtexttf/Makefile echo x - cwtexttf/distinfo sed 's/^X//' >cwtexttf/distinfo << 'END-of-cwtexttf/distinfo' XMD5 (cwtex-ttf.zip) = 9c214635fb0ea9ca7c3cc59b62ae36b8 END-of-cwtexttf/distinfo echo x - cwtexttf/pkg-comment sed 's/^X//' >cwtexttf/pkg-comment << 'END-of-cwtexttf/pkg-comment' XFive Chinese Big5 TrueType fonts made by cwTeX END-of-cwtexttf/pkg-comment echo x - cwtexttf/pkg-deinstall sed 's/^X//' >cwtexttf/pkg-deinstall << 'END-of-cwtexttf/pkg-deinstall' X#!/bin/sh X Xif [ "$2" != "DEINSTALL" ]; then X exit 0 Xfi X XPKGNAME=$1 XPREFIX=${PKG_PREFIX} XTTFM=${PKG_PREFIX}/bin/ttfm.sh X XFONTDIR=${PREFIX}/share/fonts/TrueType XFONTS="bbttf.ttf fttf.ttf kttf.ttf mttf.ttf rttf.ttf" X Xif [ -r $FONTDIR/$PKGNAME ]; then X for i in `cat $FONTDIR/$PKGNAME`; do X for f in $FONTS; do X $TTFM --remove $i $f X done X done Xfi X Xrm -f $FONTDIR/$PKGNAME X Xexit 0 END-of-cwtexttf/pkg-deinstall echo x - cwtexttf/pkg-descr sed 's/^X//' >cwtexttf/pkg-descr << 'END-of-cwtexttf/pkg-descr' XThis port installs five Chinese Big5 TrueType fonts, includes X XHeiTi bbttf.ttf XFSongTi fttf.ttf XKaiTi kttf.ttf XMingTi mttf.ttf XYuanTi rttf.ttf X XWWW: http://ceiba.cc.ntu.edu.tw/tmwu/ END-of-cwtexttf/pkg-descr echo x - cwtexttf/pkg-install sed 's/^X//' >cwtexttf/pkg-install << 'END-of-cwtexttf/pkg-install' X#!/bin/sh X Xif [ "$2" = "PRE-INSTALL" ]; then X exit 0 Xfi X XPKGNAME=$1 XPREFIX=${PKG_PREFIX} XTTFM=${PREFIX}/bin/ttfm.sh X XFONTDIR=${PREFIX}/share/fonts/TrueType XFONTS="bbttf.ttf fttf.ttf kttf.ttf mttf.ttf rttf.ttf" X Xif [ ! -x $TTFM ]; then X echo "$TTFM not found!" X exit 1 Xfi X Xrm -f $FONTDIR/$PKGNAME X Xif [ "X$WANT_GS" != "X" ]; then X for f in $FONTS; do X $TTFM --add gscjk $FONTDIR/$f X done X echo "gscjk" >> $FONTDIR/$PKGNAME Xfi X Xif [ "X$WITHOUT_X" = "X" ]; then X for f in $FONTS; do X $TTFM --add xttfm $FONTDIR/$f X done X echo "xttfm" >> $FONTDIR/$PKGNAME Xfi X Xexit 0 END-of-cwtexttf/pkg-install echo x - cwtexttf/pkg-plist sed 's/^X//' >cwtexttf/pkg-plist << 'END-of-cwtexttf/pkg-plist' Xshare/fonts/TrueType/bbttf.ttf Xshare/fonts/TrueType/fttf.ttf Xshare/fonts/TrueType/kttf.ttf Xshare/fonts/TrueType/mttf.ttf Xshare/fonts/TrueType/rttf.ttf X@unexec rmdir %D/share/fonts/TrueType 2>/dev/null || true X@unexec rmdir %D/share/fonts 2>/dev/null || true END-of-cwtexttf/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 Dec 20 3:50: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B21F37B401 for ; Fri, 20 Dec 2002 03:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 802C943EEC for ; Fri, 20 Dec 2002 03:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKBo2NS056450 for ; Fri, 20 Dec 2002 03:50:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKBo2vT056449; Fri, 20 Dec 2002 03:50:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80C1B37B401 for ; Fri, 20 Dec 2002 03:41:15 -0800 (PST) Received: from h00609772adf0.ne.client2.attbi.com (h00609772adf0.ne.client2.attbi.com [24.61.43.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5E5543EDC for ; Fri, 20 Dec 2002 03:41:14 -0800 (PST) (envelope-from rodrigc@attbi.com) Received: from h00609772adf0.ne.client2.attbi.com (localhost [127.0.0.1]) by h00609772adf0.ne.client2.attbi.com (8.12.6/8.12.6) with ESMTP id gBKBfoeg006403; Fri, 20 Dec 2002 06:41:51 -0500 (EST) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: (from rodrigc@localhost) by h00609772adf0.ne.client2.attbi.com (8.12.6/8.12.6/Submit) id gBKBfjUI006402; Fri, 20 Dec 2002 06:41:45 -0500 (EST) Message-Id: <200212201141.gBKBfjUI006402@h00609772adf0.ne.client2.attbi.com> Date: Fri, 20 Dec 2002 06:41:45 -0500 (EST) From: Craig Rodrigues Reply-To: Craig Rodrigues To: FreeBSD-gnats-submit@FreeBSD.org Cc: rooneg@electricjellyfish.net X-Send-Pr-Version: 3.113 Subject: ports/46398: Update of devel/subversion Sender: owner-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: 46398 >Category: ports >Synopsis: Update of devel/subversion >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 03:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Craig Rodrigues >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD h00609772adf0.ne.client2.attbi.com 5.0-CURRENT FreeBSD 5.0-CURRENT #10: Thu Dec 19 05:13:00 EST 2002 rodrigc@dibbler.ne.client2.attbi.com:/usr/obj/usr/src/sys/MYKERNEL1 i386 >Description: This updates the devel/subversion port to 0.16.0, which fixes several bugs. The www/neon and devel/apr ports need to be updated too. The REGEX patches allow apr 0.9.1 to be used. This is s temporary measure until the Apache Portable Runtime (apr) project releases apr 0.9.2 and higher. >How-To-Repeat: >Fix: diff -u -r -N subversion.bak/Makefile subversion/Makefile --- subversion.bak/Makefile Wed Sep 18 23:47:28 2002 +++ subversion/Makefile Fri Dec 20 06:30:39 2002 @@ -5,14 +5,14 @@ # $FreeBSD: ports/devel/subversion/Makefile,v 1.19 2002/09/19 03:47:28 will Exp $ PORTNAME= subversion -PORTVERSION= r3033 # 0.14.2 +PORTVERSION= r3987 # 0.16.0 CATEGORIES= devel -MASTER_SITES= http://subversion.tigris.org/files/documents/15/718/ +MASTER_SITES= http://subversion.tigris.org/files/documents/15/2123/ MAINTAINER= rooneg@electricjellyfish.net LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 \ - neon.22:${PORTSDIR}/www/neon \ + neon.23:${PORTSDIR}/www/neon \ expat.4:${PORTSDIR}/textproc/expat2 \ apr:${PORTSDIR}/devel/apr RUN_DEPENDS= gdiff3:${PORTSDIR}/textproc/diffutils diff -u -r -N subversion.bak/distinfo subversion/distinfo --- subversion.bak/distinfo Wed Sep 18 23:47:28 2002 +++ subversion/distinfo Thu Dec 19 16:13:40 2002 @@ -1 +1 @@ -MD5 (subversion-r3033.tar.gz) = 83f283eab9da5d2822dae7413e4bc4fc +MD5 (subversion-r3987.tar.gz) = f1e4f2a7ce09e5d3e5505865de92e75b diff -u -r -N subversion.bak/files/patch-configure subversion/files/patch-configure --- subversion.bak/files/patch-configure Wed Dec 31 19:00:00 1969 +++ subversion/files/patch-configure Fri Dec 20 04:02:27 2002 @@ -0,0 +1,13 @@ +--- configure.orig Fri Dec 20 04:01:56 2002 ++++ configure Fri Dec 20 04:02:11 2002 +@@ -1721,8 +1721,8 @@ + + + +-APR_VER_REGEX="0\.9\.[2-9]" +-APU_VER_REGEX="0\.9\.[2-9]" ++APR_VER_REGEX="0\.9\.[1-9]" ++APU_VER_REGEX="0\.9\.[1-9]" + + + diff -u -r -N subversion.bak/files/patch-configure.in subversion/files/patch-configure.in --- subversion.bak/files/patch-configure.in Wed Dec 31 19:00:00 1969 +++ subversion/files/patch-configure.in Fri Dec 20 03:59:36 2002 @@ -0,0 +1,13 @@ +--- configure.in.orig Fri Dec 20 03:56:09 2002 ++++ configure.in Fri Dec 20 03:56:32 2002 +@@ -81,8 +81,8 @@ + + dnl verify apr version and set apr flags + changequote(<<, >>) +-APR_VER_REGEX="0\.9\.[2-9]" +-APU_VER_REGEX="0\.9\.[2-9]" ++APR_VER_REGEX="0\.9\.[1-9]" ++APU_VER_REGEX="0\.9\.[1-9]" + changequote([, ]) + + SVN_LIB_APR($APR_VER_REGEX) diff -u -r -N subversion.bak/pkg-plist subversion/pkg-plist --- subversion.bak/pkg-plist Mon Aug 12 11:55:33 2002 +++ subversion/pkg-plist Fri Dec 20 06:23:48 2002 @@ -14,14 +14,18 @@ include/subversion-1/svn_fs.h include/subversion-1/svn_hash.h include/subversion-1/svn_io.h +include/subversion-1/svn_opt.h include/subversion-1/svn_path.h +include/subversion-1/svn_pipe.h include/subversion-1/svn_pools.h include/subversion-1/svn_props.h include/subversion-1/svn_quoprint.h include/subversion-1/svn_ra.h +include/subversion-1/svn_ra_svn.h include/subversion-1/svn_repos.h include/subversion-1/svn_sorts.h include/subversion-1/svn_string.h +include/subversion-1/svn_subst.h include/subversion-1/svn_test.h include/subversion-1/svn_time.h include/subversion-1/svn_types.h >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 4: 5:29 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DE5237B401 for ; Fri, 20 Dec 2002 04:05:28 -0800 (PST) Received: from tartarus.telenet-ops.be (tartarus.telenet-ops.be [195.130.132.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC9B243ED8 for ; Fri, 20 Dec 2002 04:05:27 -0800 (PST) (envelope-from philip@paeps.cx) Received: from localhost (localhost.localdomain [127.0.0.1]) by tartarus.telenet-ops.be (Postfix) with SMTP id 4394DDC443 for ; Fri, 20 Dec 2002 13:05:21 +0100 (CET) Received: from fortuna.home.paeps.cx (D5768746.kabel.telenet.be [213.118.135.70]) by tartarus.telenet-ops.be (Postfix) with ESMTP id 16217DCA6D for ; Fri, 20 Dec 2002 13:05:21 +0100 (CET) Received: from juno.home.paeps.cx (juno.home.paeps.cx [10.0.0.2]) by fortuna.home.paeps.cx (Postfix) with ESMTP id 364C85EF for ; Fri, 20 Dec 2002 13:05:17 +0100 (CET) Received: by juno.home.paeps.cx (Postfix, from userid 1001) id E32891EC; Fri, 20 Dec 2002 13:05:16 +0100 (CET) Date: Fri, 20 Dec 2002 13:05:16 +0100 From: Philip Paeps To: ports@FreeBSD.ORG Subject: Re: Using different versions of Python? Message-ID: <20021220120516.GJ40279@juno.home.paeps.cx> Mail-Followup-To: ports@FreeBSD.ORG References: <20021220030654.GH40279@juno.home.paeps.cx> <20021220053531.GA49737@fallin.lv> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20021220053531.GA49737@fallin.lv> X-PGP-Fingerprint: FA74 3C27 91A6 79D5 F6D3 FC53 BF4B D0E6 049D B879 X-Message-Flag: Get yourself a real mail client. Try Mutt: User-Agent: Mutt/1.5.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 2002-12-20 14:35:31 (+0900), Hye-Shik Chang wrote: > On Fri, Dec 20, 2002 at 04:06:54AM +0100, Philip Paeps wrote: > > How would I tell a port to use a certain version of Python? I would like > > palm/plucker to use Python 2.1 instead of 2.2 (it's broken under 2.2, > > according what I read on their mailing-list). > > > > There doesn't appear to be any easy way to tell a port to use a certain > > version that I can see. Perhaps I'm overlooking something? > > You can choose a python interpreter for the port by specifying PYTHON_VERSION > or PYTHON_CMD. That's easy, thanks :-) It's always the simple things that cause problems! - Philip -- Philip Paeps Please don't CC me, I am philip@paeps.cx subscribed to the list. BOFH Excuse #40: not enough memory, go get system upgrade To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 4: 6:56 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7299537B401; Fri, 20 Dec 2002 04:06:55 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DED743EDA; Fri, 20 Dec 2002 04:06:55 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKC6tNS070280; Fri, 20 Dec 2002 04:06:55 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKC6sel070276; Fri, 20 Dec 2002 04:06:54 -0800 (PST) Date: Fri, 20 Dec 2002 04:06:54 -0800 (PST) From: Edwin Groothuis Message-Id: <200212201206.gBKC6sel070276@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports@FreeBSD.org, sumikawa@FreeBSD.org Subject: Re: ports/46381: racoon coredumps when talking to win2k Sender: owner-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: racoon coredumps when talking to win2k Responsible-Changed-From-To: freebsd-ports->sumikawa Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 04:06:08 PST 2002 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=46381 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 4:10:37 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33DE037B401 for ; Fri, 20 Dec 2002 04:10:36 -0800 (PST) Received: from eos.telenet-ops.be (eos.telenet-ops.be [195.130.132.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DA3143EEA for ; Fri, 20 Dec 2002 04:10:35 -0800 (PST) (envelope-from philip@paeps.cx) Received: from localhost (localhost.localdomain [127.0.0.1]) by eos.telenet-ops.be (Postfix) with SMTP id 41D51213B5 for ; Fri, 20 Dec 2002 13:10:34 +0100 (CET) Received: from fortuna.home.paeps.cx (D5768746.kabel.telenet.be [213.118.135.70]) by eos.telenet-ops.be (Postfix) with ESMTP id DA8CF212A5 for ; Fri, 20 Dec 2002 13:10:33 +0100 (CET) Received: from juno.home.paeps.cx (juno.home.paeps.cx [10.0.0.2]) by fortuna.home.paeps.cx (Postfix) with ESMTP id 79A5C5EF for ; Fri, 20 Dec 2002 13:10:33 +0100 (CET) Received: by juno.home.paeps.cx (Postfix, from userid 1001) id 52CE21CA; Fri, 20 Dec 2002 13:10:33 +0100 (CET) Date: Fri, 20 Dec 2002 13:10:33 +0100 From: Philip Paeps To: ports@FreeBSD.ORG Subject: Re: Using different versions of Python? Message-ID: <20021220121033.GK40279@juno.home.paeps.cx> Mail-Followup-To: ports@FreeBSD.ORG References: <20021220030654.GH40279@juno.home.paeps.cx> <20021220100634.GE16528@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20021220100634.GE16528@wwweasel.geeksrus.net> X-PGP-Fingerprint: FA74 3C27 91A6 79D5 F6D3 FC53 BF4B D0E6 049D B879 X-Message-Flag: Get yourself a real mail client. Try Mutt: User-Agent: Mutt/1.5.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 2002-12-20 05:06:34 (-0500), AlanE wrote: > On Fri, Dec 20, 2002 at 04:06:54AM +0100, Philip Paeps wrote: > > How would I tell a port to use a certain version of Python? I would like > > palm/plucker to use Python 2.1 instead of 2.2 (it's broken under 2.2, > > according what I read on their mailing-list). > > > > There doesn't appear to be any easy way to tell a port to use a certain > > version that I can see. Perhaps I'm overlooking something? > > You can set PYTHON_VERSION, I believe. Look at the Zope port for details, > and mail me if you can't figure it out. Note that it will have to refer to > the python binary by its versioned name for this to work. The versioned name did the trick :-) I didn't know it existed :-o Thanks! - Philip -- Philip Paeps Please don't CC me, I am philip@paeps.cx subscribed to the list. Other people's romantic gestures seem novel and exciting. Your own romantic gestures seem foolish and clumsy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 4:22:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 391FE37B401; Fri, 20 Dec 2002 04:22:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D979843EDC; Fri, 20 Dec 2002 04:22:23 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKCMNNS077518; Fri, 20 Dec 2002 04:22:23 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKCMN4t077514; Fri, 20 Dec 2002 04:22:23 -0800 (PST) Date: Fri, 20 Dec 2002 04:22:23 -0800 (PST) From: Edwin Groothuis Message-Id: <200212201222.gBKCMN4t077514@freefall.freebsd.org> To: xi@borderworlds.dk, edwin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46373: sysconftool - wrong path in plist Sender: owner-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: sysconftool - wrong path in plist State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Fri Dec 20 04:22:11 PST 2002 State-Changed-Why: Fixed by alane@, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=46373 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 4:30: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63A6D37B401 for ; Fri, 20 Dec 2002 04:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E11443EE8 for ; Fri, 20 Dec 2002 04:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKCU2NS078720 for ; Fri, 20 Dec 2002 04:30:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKCU28Q078719; Fri, 20 Dec 2002 04:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BBCD37B401 for ; Fri, 20 Dec 2002 04:22:21 -0800 (PST) Received: from idea.hosting.lv (idea.hosting.lv [62.85.37.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F56D43EDC for ; Fri, 20 Dec 2002 04:22:20 -0800 (PST) (envelope-from arkadi@hosting.lv) Received: from arkadi by idea.hosting.lv with local id 18PMAZ-000Nyq-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 20 Dec 2002 14:22:23 +0200 Message-Id: Date: Fri, 20 Dec 2002 14:22:23 +0200 From: Arkadi Shishlov Reply-To: Arkadi Shishlov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46399: lib Sender: owner-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: 46399 >Category: ports >Synopsis: lib >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 04:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Arkadi Shishlov >Release: FreeBSD 4.6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD idea.hosting.lv 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Mon Aug 19 20:10:07 EEST 2002 root@idea.hosting.lv:/usr/src/sys/compile/idea i386 >Description: libdivxencore port builds from world-writable source files in world-writable directories. ports collection is fresh, updated a minute ago. RELENG_4 tag. >How-To-Repeat: idea(p1)root:/usr/ports/multimedia/libdivxencore> make patch ===> Extracting for libdivxencore-devel-0.4.0.50 >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for encore50src.zip. ===> libdivxencore-devel-0.4.0.50 depends on executable: unzip - found ===> Patching for libdivxencore-devel-0.4.0.50 idea(p1)root:/usr/ports/multimedia/libdivxencore> find . -perm +go+w -a -type d ./work/encore/cvs ./work/encore/build ./work/encore/build/cvs ./work/encore/build/win32 ./work/encore/build/win32/cvs ./work/encore/src ./work/encore/src/cvs ./work/encore/src/intel_mmx ./work/encore/src/intel_mmx/cvs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 4:36: 0 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E345D37B401; Fri, 20 Dec 2002 04:35:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8898343EDC; Fri, 20 Dec 2002 04:35:59 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKCZxNS081215; Fri, 20 Dec 2002 04:35:59 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKCZrcp081193; Fri, 20 Dec 2002 04:35:53 -0800 (PST) Date: Fri, 20 Dec 2002 04:35:53 -0800 (PST) From: Edwin Groothuis Message-Id: <200212201235.gBKCZrcp081193@freefall.freebsd.org> To: mich@freebsdcluster.org, edwin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46324: Update port: [Unbreak port]: ftp/ftplocate Sender: owner-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: [Unbreak port]: ftp/ftplocate State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Fri Dec 20 04:35:44 PST 2002 State-Changed-Why: Commited, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=46324 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 4:46:36 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49F4337B401; Fri, 20 Dec 2002 04:46:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 017BE43ED8; Fri, 20 Dec 2002 04:46:35 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKCkYNS084859; Fri, 20 Dec 2002 04:46:34 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKCkYiq084855; Fri, 20 Dec 2002 04:46:34 -0800 (PST) Date: Fri, 20 Dec 2002 04:46:34 -0800 (PST) From: Edwin Groothuis Message-Id: <200212201246.gBKCkYiq084855@freefall.freebsd.org> To: kcwu@kcwu.dyndns.org, edwin@FreeBSD.org, freebsd-ports@FreeBSD.org, edwin@FreeBSD.org Subject: Re: ports/46267: Fix build on -current for net/netmap Sender: owner-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 build on -current for net/netmap State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Dec 20 04:45:11 PST 2002 State-Changed-Why: Patch works for -current, unfortunatly not for 4.7 anymore: ===> Building for netmap-0.1.2b gmake -C belgolib gmake[1]: Entering directory `/freefall/d/home/edwin/ports/net/netmap/work/netmap-0.1.2b/belgolib' g++ -O -pipe -march=pentiumpro -c -o files.o files.c In file included from files.c:6: files.h:19: syntax error before `=' files.h:20: syntax error before `=' files.c:20: syntax error before `,' gmake[1]: *** [files.o] Error 1 any chance on keeping it working on 4.7 too? Responsible-Changed-From-To: freebsd-ports->edwin Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 04:45:11 PST 2002 Responsible-Changed-Why: Patch works for -current, unfortunatly not for 4.7 anymore: ===> Building for netmap-0.1.2b gmake -C belgolib gmake[1]: Entering directory `/freefall/d/home/edwin/ports/net/netmap/work/netmap-0.1.2b/belgolib' g++ -O -pipe -march=pentiumpro -c -o files.o files.c In file included from files.c:6: files.h:19: syntax error before `=' files.h:20: syntax error before `=' files.c:20: syntax error before `,' gmake[1]: *** [files.o] Error 1 any chance on keeping it working on 4.7 too? http://www.freebsd.org/cgi/query-pr.cgi?pr=46267 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 5: 4:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A10337B401; Fri, 20 Dec 2002 05:04:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06DA643EE5; Fri, 20 Dec 2002 05:04:21 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKD4KNS091641; Fri, 20 Dec 2002 05:04:20 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKD4KBB091637; Fri, 20 Dec 2002 05:04:20 -0800 (PST) Date: Fri, 20 Dec 2002 05:04:20 -0800 (PST) From: Edwin Groothuis Message-Id: <200212201304.gBKD4KBB091637@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/45509: security/saint no longer appears to be available as Open Source Sender: owner-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: security/saint no longer appears to be available as Open Source State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Fri Dec 20 05:04:07 PST 2002 State-Changed-Why: Handled the problem, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=45509 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 5:10: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5983237B401 for ; Fri, 20 Dec 2002 05:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B293043EE5 for ; Fri, 20 Dec 2002 05:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKDA2NS096658 for ; Fri, 20 Dec 2002 05:10:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKDA2dC096657; Fri, 20 Dec 2002 05:10:02 -0800 (PST) Date: Fri, 20 Dec 2002 05:10:02 -0800 (PST) Message-Id: <200212201310.gBKDA2dC096657@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Emiel Kollof Subject: Re: ports/46387: X11R6 libXThrStub breaks X11 apps Reply-To: Emiel Kollof Sender: owner-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/46387; it has been noted by GNATS. From: Emiel Kollof To: freebsd-gnats-submit@FreeBSD.org, coolvibe@hackerheaven.org Cc: Subject: Re: ports/46387: X11R6 libXThrStub breaks X11 apps Date: Fri, 20 Dec 2002 14:04:48 +0100 Oh, nearly forgot: XFree86-4-libraries version: XFree86-libraries-4.2.1_5 Cheers, Emiel -- Emiel Kollof Platform agnostic git, *NIX crash test dummy, Network necromancer and code mumbling sysadmin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 5:14: 3 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7720D37B401; Fri, 20 Dec 2002 05:14:00 -0800 (PST) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6F1643EDA; Fri, 20 Dec 2002 05:13:49 -0800 (PST) (envelope-from max@vega.com) Received: from vega.vega.com (root@xDSL-2-2.united.net.ua [193.111.9.226]) by baraca.united.net.ua (8.12.6/8.12.6) with ESMTP id gBKDDfBR082189; Fri, 20 Dec 2002 15:13:42 +0200 (EET) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost.vega.com [127.0.0.1]) by vega.vega.com (8.12.6/8.12.5) with ESMTP id gBKDDfGi012033; Fri, 20 Dec 2002 15:13:41 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.6/8.12.5/Submit) id gBKDDdTY012032; Fri, 20 Dec 2002 15:13:40 +0200 (EET) Date: Fri, 20 Dec 2002 15:13:39 +0200 From: Maxim Sobolev To: Akinori MUSHA Cc: portmgr@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Thoughts about ports freeze Message-ID: <20021220131339.GB11573@vega.vega.com> References: <20021220001529.GC9963@vega.vega.com> <86lm2ls3ei.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <86lm2ls3ei.wl@archon.local.idaemons.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Well, all this is fine, but doesn't answer one of my main points: why do we shift responsibility for our inability to encourage fellow developers to pay attention to CURRENT not only to stable to our end users? And I doubt that such tactic will bring anything but users' dissatisfaction, because even a year-long freeze will not help to encourage reluctant developer, who doesn't have 5.0 and therefore doesn't care about it, to fix something. The only things that can push him into doing it are (a) if he will use 5.0 on day-to-day basis or (b) he will be flooded with problem reports from angry users running 5.0. The current freeze won't lead to neither (a), nor (b), instead it (from my own experience) leads to: (c) user makes a conclusion that FreeBSD release-engineering process sucks. Also I really can't understand why there is a ban on introducing new ports into the tree - by the very definition new ports can't increase overall breakage on -current, i.e. if after addition the port is broken on -current it means that number of the ports that do build on -current remains unchanged. -Maxim On Fri, Dec 20, 2002 at 01:47:01PM +0900, Akinori MUSHA wrote: > At Fri, 20 Dec 2002 02:15:29 +0200, > sobomax wrote: > > Personally I think, that while pushing 5.0 out of the door is very > > important thing to do, but having it stumbled on the way of STABLE/RELEASE > > users is not good at all. Personally I've heard many complains from the > > I thought about that some time ago, but I came to think that taking > the time to fix ports for 5.x now is a good thing. > > See the list of those broken ports. Ports committers haven't payed > much attention to ports that are broken on CURRENT. They (including > me) keep saying "My port builds just fine on STABLE. It's CURRENT > that's broken." However, the 4.x -> 5.x update introduces a lot of > incompatibility and we must get developer communities out there to fix > their software to support FreeBSD 5.x before 5.x becomes the main > stream. Or we'll just lose developers' attention. > > > local community about popular ports not being updated in time, as > > they used to. And I don't have a single good argument to reply to those > > complains with - users usually don't care about 5.0, but they do care > > about their 4.x production machines receiving latest updates and fixes, > > and the current situation pisses them off. > > Complaints are hard to deal with. We deal with them based on requests > and patches for approval. We didn't say we are not upgrading ports at > all, but we can update ports with mandatory review so we don't > introduce any more breakage. Their, and our frustration could be > resolved if we portmgr work harder to review their patches. > > > Well, I don't think we are going to take this long freze period in the > 4.8 release cycle nor in the 5.1 release cycle, but only this time. > The C/C++ compiler is major upgraded and many source files need > changes, we now comply much more with the standards and many configure > scripts and headers need changes. > > > Perhaps we could just branch out current state of the tree and unlock > > it for normal use, while allow to commit onto the RE branch only after > > getting portmgr's approval. What we are currently trying to do is > > to mimic techiques used for src tree (long freeze), but IMO this > > approach is inappropriate for ports, because they are fundamentally > > different - the former is slow moving-target, while the latter is > > fast-moving one. > > When we have much less broken ports, we can consider tagging and > unfreezing the ports tree for 5.0-RELEASE earlier than the actual > release, leaving the chance to slide tags for some ports that are > found to have security vulnerabilities or be seriously broken after > the unfreeze. > > -- > / > /__ __ Akinori.org / MUSHA.org > / ) ) ) ) / FreeBSD.org / Ruby-lang.org > Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp > > "I believe in what I see, I believe in what I hear, > I believe that what I'm feeling changes how the world appears." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 5:16:18 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B7A137B406 for ; Fri, 20 Dec 2002 05:16:16 -0800 (PST) Received: from jive.SoftHome.net (jive.SoftHome.net [66.54.152.27]) by mx1.FreeBSD.org (Postfix) with SMTP id 9307543EE5 for ; Fri, 20 Dec 2002 05:16:15 -0800 (PST) (envelope-from eric.brasseur@softhome.net) Received: (qmail 25671 invoked by uid 417); 20 Dec 2002 13:16:15 -0000 Received: from tango-.softhome.net (HELO softhome.net) (172.16.2.14) by shunt-smtp-out-0 with SMTP; 20 Dec 2002 13:16:15 -0000 Received: from Toto.Mine ([81.11.128.40]) (AUTH: PLAIN eric.brasseur@softhome.net) by softhome.net with esmtp; Fri, 20 Dec 2002 06:16:14 -0700 Content-Type: text/plain; charset="iso-8859-15" From: Eric Brasseur Reply-To: eric.brasseur@softhome.net To: trevor@FreeBSD.org Subject: FreeBSD Port: netscape7-7.0 Date: Fri, 20 Dec 2002 14:16:21 +0100 User-Agent: KMail/1.4.3 Cc: ports@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200212201416.22030.eric.brasseur@softhome.net> Sender: owner-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, I'm using FreeBSD 4.7 on a Pentium machine and I have a big problem with=20 Netscape 7: At startup it keeps telling me current profile is in use and I should cre= ate=20 another one. If I do so, I can use that new profile once then the problem= =20 starts again. I tried every trick I could think off : - Kill every netscape or mozilla job. - Restart the computer. - Erase the /root/.mozilla directory. Netscape 7 keeps reminding every pr= ofile=20 declared. - Hide away my entire /root directory and create another one. Again Netsc= ape 7=20 keeps reminding every profile declared. - deinstall and install back again fromout the /usr/ports/www/netscape7=20 directory. - Search for occurences of the profile names inside the files of director= ies=20 /etc, /root and /usr/local/lib/linux-netscape7-english. It yields nothing= =2E I'm quite anoyed because Mozilla does no more work either. If I type the=20 command "mozilla" inside a terminal windows simply nothing happens. I jus= t=20 get the prompt back after a second. For Mozilla too I tried out every=20 possible trick, even installing the latest 1.2b version. Sincerely. Eric Brasseur To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 5:18:39 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EDFE37B401; Fri, 20 Dec 2002 05:18:39 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF5AE43EDA; Fri, 20 Dec 2002 05:18:38 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKDIcNS099721; Fri, 20 Dec 2002 05:18:38 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKDIccD099717; Fri, 20 Dec 2002 05:18:38 -0800 (PST) Date: Fri, 20 Dec 2002 05:18:38 -0800 (PST) From: Edwin Groothuis Message-Id: <200212201318.gBKDIccD099717@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/46356: sqlrelay port needs WWW 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: sqlrelay port needs WWW updated Responsible-Changed-From-To: freebsd-ports->knu Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 05:18:20 PST 2002 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=46356 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 5:21: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B557337B405; Fri, 20 Dec 2002 05:21:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 717D743EE8; Fri, 20 Dec 2002 05:21:02 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKDL2NS001856; Fri, 20 Dec 2002 05:21:02 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKDL0v4001804; Fri, 20 Dec 2002 05:21:00 -0800 (PST) Date: Fri, 20 Dec 2002 05:21:00 -0800 (PST) From: Edwin Groothuis Message-Id: <200212201321.gBKDL0v4001804@freefall.freebsd.org> To: cyrille.lefevre@laposte.net, edwin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46340: Maintainer update: astro/setiathome (FreeBSD 5.x note added) Sender: owner-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: astro/setiathome (FreeBSD 5.x note added) State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Fri Dec 20 05:20:53 PST 2002 State-Changed-Why: Commited, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=46340 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 5:30: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FFEC37B401 for ; Fri, 20 Dec 2002 05:30:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 056F443EDA for ; Fri, 20 Dec 2002 05:30:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKDU5NS003282 for ; Fri, 20 Dec 2002 05:30:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKDU52p003275; Fri, 20 Dec 2002 05:30:05 -0800 (PST) Date: Fri, 20 Dec 2002 05:30:05 -0800 (PST) Message-Id: <200212201330.gBKDU52p003275@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Garrett Rooney Subject: Re: ports/46398: Update of devel/subversion Reply-To: Garrett Rooney Sender: owner-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/46398; it has been noted by GNATS. From: Garrett Rooney To: freebsd-gnats-submit@FreeBSD.org, rodrigc@attbi.com Cc: Subject: Re: ports/46398: Update of devel/subversion Date: Fri, 20 Dec 2002 08:27:24 -0500 On Friday, December 20, 2002, at 06:41 AM, Craig Rodrigues wrote: > >> Description: > This updates the devel/subversion port to 0.16.0, which fixes > several bugs. > The www/neon and devel/apr ports need to be updated too. > The REGEX patches allow apr 0.9.1 to be used. This is s temporary > measure > until the Apache Portable Runtime (apr) project releases apr 0.9.2 > and > higher. > off the top of my head this looks fine (as do the neon and apr updates). would you be interested in taking over maintainership of these three ports? i haven't had the time or motivation to work on them in a while, and it would be nice to have someone keeping an eye on them. -garrett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 5:48:58 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A780237B401; Fri, 20 Dec 2002 05:48:56 -0800 (PST) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BA0C43EEC; Fri, 20 Dec 2002 05:48:56 -0800 (PST) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id BA7262B68A; Fri, 20 Dec 2002 14:48:53 +0100 (CET) Received: by k7.mavetju (Postfix, from userid 1001) id 75BC36A712B; Sat, 21 Dec 2002 00:48:50 +1100 (EST) Date: Sat, 21 Dec 2002 00:48:50 +1100 From: Edwin Groothuis To: Maxim Sobolev Cc: Akinori MUSHA , portmgr@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Thoughts about ports freeze Message-ID: <20021220134850.GY50581@k7.mavetju> References: <20021220001529.GC9963@vega.vega.com> <86lm2ls3ei.wl@archon.local.idaemons.org> <20021220131339.GB11573@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021220131339.GB11573@vega.vega.com> User-Agent: Mutt/1.4i Sender: owner-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, Dec 20, 2002 at 03:13:39PM +0200, Maxim Sobolev wrote: > Well, all this is fine, but doesn't answer one of my main points: why > do we shift responsibility for our inability to encourage fellow developers > to pay attention to CURRENT not only to stable to our end users? And I > doubt that such tactic will bring anything but users' dissatisfaction, > because even a year-long freeze will not help to encourage reluctant > developer, who doesn't have 5.0 and therefore doesn't care about it, > to fix something. The only things that can push him into doing it > are (a) if he will use 5.0 on day-to-day basis or (b) he will be > flooded with problem reports from angry users running 5.0. The current > freeze won't lead to neither (a), nor (b), instead it (from my own > experience) leads to: (c) user makes a conclusion that FreeBSD > release-engineering process sucks. Chicken and egg problem. Ports for 5.x don't get fixed until 5.0 gets out and comes into the hands of a bigger group of people. For example, until a week ago I didn't have access (well, not strictly true) access to a 5.0 machine. And now I have it only because there is one in the FreeBSD serverfarm. For me the ban can be lifted. I've gone through the list of problems and done all I can. The ones I couldn't do are just too weird for me (or I gave up after an hour looking at it). Please don't expect me to fix problems in the code of others due to thighter rules that the C compiler uses. If it isn't something obvious which can be fixed in ten minutes, it's too complicated and the maintainer / original author should have a look at it(*). Right now I'm going 1443 and rising (well, actually 790 if you only take the un-assigned ones) (*) Note that I don't mind spending time with the author about it. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 5:50:21 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FC0D37B401 for ; Fri, 20 Dec 2002 05:50:20 -0800 (PST) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id EED0243EE5 for ; Fri, 20 Dec 2002 05:50:19 -0800 (PST) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 651322B68A for ; Fri, 20 Dec 2002 14:50:18 +0100 (CET) Received: by k7.mavetju (Postfix, from userid 1001) id 6DF7F6A712B; Sat, 21 Dec 2002 00:50:16 +1100 (EST) Date: Sat, 21 Dec 2002 00:50:16 +1100 From: Edwin Groothuis To: freebsd-ports@freebsd.org Subject: New broken ports overview Message-ID: <20021220135016.GZ50581@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-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, Maybe it would be handy if the "new broken ports overview" could be posted here once per week with the new ones. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 6: 3:43 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 937EB37B406 for ; Fri, 20 Dec 2002 06:03:42 -0800 (PST) Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 210C343EE8 for ; Fri, 20 Dec 2002 06:03:42 -0800 (PST) (envelope-from rsidd@papagena.rockefeller.edu) Received: from user-0cev11k.cable.mindspring.com ([24.239.132.52] helo=bluerondo.a.la.turk) by albatross.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 18PNkb-0006fs-02 for ports@freebsd.org; Fri, 20 Dec 2002 06:03:41 -0800 Received: (qmail 4204 invoked by uid 1001); 20 Dec 2002 14:03:37 -0000 Date: Fri, 20 Dec 2002 09:03:37 -0500 From: Rahul Siddharthan To: Maxim Sobolev Cc: portmgr@freebsd.org, ports@freebsd.org Subject: Re: Thoughts about ports freeze Message-ID: <20021220140337.GA4018@papagena.rockefeller.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i X-Operating-System: FreeBSD 4.7-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 Maxim Sobolev wrote: > And I don't have a single good argument to reply to those > complains with - users usually don't care about 5.0, but they do care > about their 4.x production machines receiving latest updates and fixes, > and the current situation pisses them off. ... > What do people think? I think *something* should certainly be done -- the ports tree should be unfrozen, in whatever way possible. I love FreeBSD, but as of now I'm in the above category -- at the moment I don't care about 5.0 but I do want my 4.x updates. You're quite right about the current situation "pissing people off." If this continues, we can forget about ever popularizing "FreeBSD on the desktop." What about freezing some small "core" set of ports, say XFree86, a couple of window managers, a web browser, etc; and unfreezing the rest? Even for those ports, isn't it possible to freeze the 5.0 version (with an .if defined(...) ... .endif bracketing the entire frozen part for 5.0 only) and let the 4.x version evolve on its own? Thanks, Rahul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 6: 4:33 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B6C037B401 for ; Fri, 20 Dec 2002 06:04:32 -0800 (PST) Received: from nmrc.ucc.ie (nmrc.ucc.ie [143.239.64.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1C4B43EE6 for ; Fri, 20 Dec 2002 06:04:31 -0800 (PST) (envelope-from lhecking@nmrc.ucc.ie) Received: from localhost (localhost [127.0.0.1]) by mailhost.nmrc.ucc.ie (Postfix) with ESMTP id 6F814EE99; Fri, 20 Dec 2002 14:04:26 +0000 (GMT) Received: (from lhecking@localhost) by tehran.nmrc.ucc.ie (8.12.2+Sun/8.12.2/Submit) id gBKE4OVE002514; Fri, 20 Dec 2002 14:04:24 GMT Date: Fri, 20 Dec 2002 14:04:24 +0000 From: Lars Hecking To: "."@babolo.ru Cc: ports@freebsd.org Subject: Re: gif in gd2? Message-ID: <20021220140424.GA2490@nmrc.ie> References: <20021219120301.GB10734@nmrc.ie> <200212192229.gBJMTvek079145@aaz.links.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200212192229.gBJMTvek079145@aaz.links.ru> User-Agent: Mutt/1.5.2i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > http://www.unisys.com/about__unisys/lzw/lzw__license__english.htm > The page cannot be found > The page you are looking for might have been removed, had its > name changed, or is temporarily unavailable. The page is most definitely there. I'm viewing it right now. > OK > change list of countries and do not wipe off gif totally > (countries not in list are still most of countries) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 6:14: 2 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E61FE37B401; Fri, 20 Dec 2002 06:14:00 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-228.dsl.lsan03.pacbell.net [64.169.104.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74AF643EE8; Fri, 20 Dec 2002 06:14:00 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 2FFAB66E3A; Fri, 20 Dec 2002 06:14:00 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 93BDC4C9; Fri, 20 Dec 2002 06:13:59 -0800 (PST) Date: Fri, 20 Dec 2002 06:13:59 -0800 From: Kris Kennaway To: current@FreeBSD.org, ports@FreeBSD.org Subject: xcpustate broken Message-ID: <20021220141359.GA9254@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ikeVEW9yuYc//A+q" Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Can someone figure out why this port has recent become broken on i386 and alpha? http://bento.freebsd.org/errorlogs/i386-5-latest/xcpustate-2.5.log Kris --ikeVEW9yuYc//A+q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+AyWmWry0BWjoQKURAkfpAKCs7zv7le/uOLzLcVRq5qVf/YjHbACgssUJ yg4lToIKNbthFcEdUAzHGOE= =Qd97 -----END PGP SIGNATURE----- --ikeVEW9yuYc//A+q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 6:18: 4 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0B3B37B401 for ; Fri, 20 Dec 2002 06:18:03 -0800 (PST) Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A88443EE6 for ; Fri, 20 Dec 2002 06:18:03 -0800 (PST) (envelope-from rsidd@papagena.rockefeller.edu) Received: from user-0cev11k.cable.mindspring.com ([24.239.132.52] helo=bluerondo.a.la.turk) by hawk.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18PNyV-0002x3-00 for ports@FreeBSD.ORG; Fri, 20 Dec 2002 06:18:03 -0800 Received: (qmail 4259 invoked by uid 1001); 20 Dec 2002 14:17:59 -0000 Date: Fri, 20 Dec 2002 09:17:59 -0500 From: Rahul Siddharthan To: Edwin Groothuis Cc: Maxim Sobolev , Akinori MUSHA , portmgr@FreeBSD.ORG, ports@FreeBSD.ORG Message-ID: <20021220141758.GA4240@papagena.rockefeller.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i X-Operating-System: FreeBSD 4.7-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 Edwin Groothuis wrote: > Please don't expect > me to fix problems in the code of others due to thighter rules that > the C compiler uses. Actually, given that most ports are originally written for linux, and most linux distributions are upgrading to gcc 3.2.x soon (Red Hat has already done so, and I think Mandrake has too), I would expect this problem to disappear automatically as upgrades to the ports appear... Rahul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 6:20: 7 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1D9E37B423; Fri, 20 Dec 2002 06:20:02 -0800 (PST) Received: from mailout07.sul.t-online.com (mailout07.sul.t-online.com [194.25.134.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2980143EDC; Fri, 20 Dec 2002 06:20:02 -0800 (PST) (envelope-from 520023893678-0001@t-online.de) Received: from fwd04.sul.t-online.de by mailout07.sul.t-online.com with smtp id 18PO0O-000212-04; Fri, 20 Dec 2002 15:20:00 +0100 Received: from pD9017248.dip.t-dialin.net (520023893678-0001@[217.1.114.72]) by fwd04.sul.t-online.com with esmtp id 18PO0F-0NPdBIC; Fri, 20 Dec 2002 15:19:51 +0100 Date: Fri, 20 Dec 2002 15:19:16 +0000 (GMT) From: 520023893678-0001@t-online.de (P. U. Kruppa) To: Maxim Sobolev Cc: Akinori MUSHA , , Subject: Re: Thoughts about ports freeze In-Reply-To: <20021220131339.GB11573@vega.vega.com> Message-ID: <20021220144255.S934-100000@small.pukruppa.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Sender: 520023893678-0001@t-dialin.net Sender: owner-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, 20 Dec 2002, Maxim Sobolev wrote: > Well, all this is fine, but doesn't answer one of my main points: why > do we shift responsibility for our inability to encourage fellow developers > to pay attention to CURRENT not only to stable to our end users? Why should any developer care for a system which is not used and tested by end users? I - a typical non developing end user - cannot use CURRENT because I will not get any support if things don't work. So I have to track STABLE . If you whish to get things going, 5.0 should be pushed into STABLE (and into this list). Uli. > And I > doubt that such tactic will bring anything but users' dissatisfaction, > because even a year-long freeze will not help to encourage reluctant > developer, who doesn't have 5.0 and therefore doesn't care about it, > to fix something. The only things that can push him into doing it > are (a) if he will use 5.0 on day-to-day basis or (b) he will be > flooded with problem reports from angry users running 5.0. The current > freeze won't lead to neither (a), nor (b), instead it (from my own > experience) leads to: (c) user makes a conclusion that FreeBSD > release-engineering process sucks. > > > Also I really can't understand why there is a ban on introducing new > ports into the tree - by the very definition new ports can't increase > overall breakage on -current, i.e. if after addition the port is broken > on -current it means that number of the ports that do build on -current > remains unchanged. > > -Maxim > > On Fri, Dec 20, 2002 at 01:47:01PM +0900, Akinori MUSHA wrote: > > At Fri, 20 Dec 2002 02:15:29 +0200, > > sobomax wrote: > > > Personally I think, that while pushing 5.0 out of the door is very > > > important thing to do, but having it stumbled on the way of STABLE/RELEASE > > > users is not good at all. Personally I've heard many complains from the > > > > I thought about that some time ago, but I came to think that taking > > the time to fix ports for 5.x now is a good thing. > > > > See the list of those broken ports. Ports committers haven't payed > > much attention to ports that are broken on CURRENT. They (including > > me) keep saying "My port builds just fine on STABLE. It's CURRENT > > that's broken." However, the 4.x -> 5.x update introduces a lot of > > incompatibility and we must get developer communities out there to fix > > their software to support FreeBSD 5.x before 5.x becomes the main > > stream. Or we'll just lose developers' attention. > > > > > local community about popular ports not being updated in time, as > > > they used to. And I don't have a single good argument to reply to those > > > complains with - users usually don't care about 5.0, but they do care > > > about their 4.x production machines receiving latest updates and fixes, > > > and the current situation pisses them off. > > > > Complaints are hard to deal with. We deal with them based on requests > > and patches for approval. We didn't say we are not upgrading ports at > > all, but we can update ports with mandatory review so we don't > > introduce any more breakage. Their, and our frustration could be > > resolved if we portmgr work harder to review their patches. > > > > > > Well, I don't think we are going to take this long freze period in the > > 4.8 release cycle nor in the 5.1 release cycle, but only this time. > > The C/C++ compiler is major upgraded and many source files need > > changes, we now comply much more with the standards and many configure > > scripts and headers need changes. > > > > > Perhaps we could just branch out current state of the tree and unlock > > > it for normal use, while allow to commit onto the RE branch only after > > > getting portmgr's approval. What we are currently trying to do is > > > to mimic techiques used for src tree (long freeze), but IMO this > > > approach is inappropriate for ports, because they are fundamentally > > > different - the former is slow moving-target, while the latter is > > > fast-moving one. > > > > When we have much less broken ports, we can consider tagging and > > unfreezing the ports tree for 5.0-RELEASE earlier than the actual > > release, leaving the chance to slide tags for some ports that are > > found to have security vulnerabilities or be seriously broken after > > the unfreeze. > > > > -- > > / > > /__ __ Akinori.org / MUSHA.org > > / ) ) ) ) / FreeBSD.org / Ruby-lang.org > > Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp > > > > "I believe in what I see, I believe in what I hear, > > I believe that what I'm feeling changes how the world appears." > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > *-----------------------------------* * Peter Ulrich Kruppa * * - Wuppertal - * * Germany * *-----------------------------------* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 6:29:13 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91B9037B401 for ; Fri, 20 Dec 2002 06:29:11 -0800 (PST) Received: from jive.SoftHome.net (jive.SoftHome.net [66.54.152.27]) by mx1.FreeBSD.org (Postfix) with SMTP id 7EE0A43EEA for ; Fri, 20 Dec 2002 06:29:10 -0800 (PST) (envelope-from eric.brasseur@softhome.net) Received: (qmail 15805 invoked by uid 417); 20 Dec 2002 14:29:10 -0000 Received: from tango-.softhome.net (HELO softhome.net) (172.16.2.14) by shunt-smtp-out-0 with SMTP; 20 Dec 2002 14:29:10 -0000 Received: from Toto.Mine ([81.11.128.40]) (AUTH: PLAIN eric.brasseur@softhome.net) by softhome.net with esmtp; Fri, 20 Dec 2002 07:29:08 -0700 Content-Type: text/plain; charset="iso-8859-15" From: Eric Brasseur Reply-To: eric.brasseur@softhome.net To: trevor@FreeBSD.org Subject: FreeBSD Port: netscape7-7.0 'found a solution Date: Fri, 20 Dec 2002 15:29:16 +0100 User-Agent: KMail/1.4.3 Cc: ports@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200212201529.16776.eric.brasseur@softhome.net> Sender: owner-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, That's me of an hour ago, about Netscape 7 and Mozilla bugging. I managed to get Netscape 7 working: a) The phantom profiles were in fact located inside the=20 /usr/compat/linux/root/.mozilla directory. Indeed Netscape 7 on FreeBSD 4= =2E7=20 seems to use that directory instead of /root/.mozilla . So erasing that=20 /usr/compat/linux/root/.mozilla directory was a first upgrade. Then let=20 Netscape 7 create a new one. b) Next problem is the "lock" link inside /usr/compat/linux/root/.mozilla= =20 directory is not deleted when Netscape 7 exits (=20 /usr/compat/linux/root/.mozilla/default/5th6tt7g.slt/lock in my very case= ),=20 even on a perfectly sane and regular exit. The reason is Netscape 7 tries= to=20 erase the lock link from the /root/.mozilla directory... So I simply crea= ted=20 a link /root/.mozilla pointing towards the /usr/compat/linux/root/.mozil= la=20 directory. That's it. Mozilla still won't work, even while I deinstalled, cleaned, erased the=20 directories and reinstalled completely both the linux_base and linux-mozi= lla=20 ports. Sincerely. Eric Brasseur To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 6:50: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8142737B401 for ; Fri, 20 Dec 2002 06:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39F3E43EDA for ; Fri, 20 Dec 2002 06:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKEo3NS054973 for ; Fri, 20 Dec 2002 06:50:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKEo3QX054972; Fri, 20 Dec 2002 06:50:03 -0800 (PST) Date: Fri, 20 Dec 2002 06:50:03 -0800 (PST) Message-Id: <200212201450.gBKEo3QX054972@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mario Sergio Fujikawa Ferreira Subject: Re: ports/46389: Maintainer update: www/gallery 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/46389; it has been noted by GNATS. From: Mario Sergio Fujikawa Ferreira To: Jamie Hermans Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/46389: Maintainer update: www/gallery Date: Fri, 20 Dec 2002 12:25:23 -0200 Hi, Could you elaborate on the bugs fixed by this update? Does it fix any incompatibilities with apache? Any remote exploits? -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer 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 Dec 20 6:54:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E25D37B401; Fri, 20 Dec 2002 06:54:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFB7C43EDC; Fri, 20 Dec 2002 06:54:23 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKEsNNS056955; Fri, 20 Dec 2002 06:54:23 -0800 (PST) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKEsNYY056951; Fri, 20 Dec 2002 06:54:23 -0800 (PST) Date: Fri, 20 Dec 2002 06:54:23 -0800 (PST) From: Mario Sergio Fujikawa Ferreira Message-Id: <200212201454.gBKEsNYY056951@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, anholt@FreeBSD.org Subject: Re: ports/46387: X11R6 libXThrStub breaks X11 apps Sender: owner-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: X11R6 libXThrStub breaks X11 apps Responsible-Changed-From-To: freebsd-ports->anholt Responsible-Changed-By: lioux Responsible-Changed-When: Fri Dec 20 06:54:22 PST 2002 Responsible-Changed-Why: Over to maintainer(s) http://www.freebsd.org/cgi/query-pr.cgi?pr=46387 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 7:20: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5856237B401 for ; Fri, 20 Dec 2002 07:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FCD943EDC for ; Fri, 20 Dec 2002 07:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKFK2NS015622 for ; Fri, 20 Dec 2002 07:20:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKFK2lU015621; Fri, 20 Dec 2002 07:20:02 -0800 (PST) Date: Fri, 20 Dec 2002 07:20:02 -0800 (PST) Message-Id: <200212201520.gBKFK2lU015621@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Craig Rodrigues Subject: Re: ports/46398: Update of devel/subversion Reply-To: Craig Rodrigues Sender: owner-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/46398; it has been noted by GNATS. From: Craig Rodrigues To: Garrett Rooney Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/46398: Update of devel/subversion Date: Fri, 20 Dec 2002 10:13:41 -0500 On Fri, Dec 20, 2002 at 08:27:24AM -0500, Garrett Rooney wrote: > off the top of my head this looks fine (as do the neon and apr > updates). would you be interested in taking over maintainership of > these three ports? i haven't had the time or motivation to work on > them in a while, and it would be nice to have someone keeping an eye on > them. OK, I can do it. How does this work? I don't have a commit bit. -- Craig Rodrigues http://www.gis.net/~craigr rodrigc@attbi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 7:20: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E1BA37B408 for ; Fri, 20 Dec 2002 07:20:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA37043EDE for ; Fri, 20 Dec 2002 07:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKFK4NS015631 for ; Fri, 20 Dec 2002 07:20:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKFK4Au015629; Fri, 20 Dec 2002 07:20:04 -0800 (PST) Date: Fri, 20 Dec 2002 07:20:04 -0800 (PST) Message-Id: <200212201520.gBKFK4Au015629@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mario Sergio Fujikawa Ferreira Subject: Re: ports/46399: lib 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/46399; it has been noted by GNATS. From: Mario Sergio Fujikawa Ferreira To: Arkadi Shishlov Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/46399: lib Date: Fri, 20 Dec 2002 12:53:53 -0200 Hi, On Fri, Dec 20, 2002 at 02:22:01PM +0200, Arkadi Shishlov wrote: > > >Description: > libdivxencore port builds from world-writable source files in world-writable > directories. ports collection is fresh, updated a minute ago. RELENG_4 tag. Is that an issue? The permissions of the installed library related files are always correct. The permissions of the source files are not much of a problem. Could you elaborate on the possible problem? Just wondering what is the issue here. Don't worry. :) -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer 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 Dec 20 8:30:29 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF2B737B401 for ; Fri, 20 Dec 2002 08:30:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FE1E43EE5 for ; Fri, 20 Dec 2002 08:30:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKGU9NS035368 for ; Fri, 20 Dec 2002 08:30:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKGU9gq035364; Fri, 20 Dec 2002 08:30:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7E9F37B401 for ; Fri, 20 Dec 2002 08:29:56 -0800 (PST) Received: from rift.ath.cx (h23n2fls32o836.telia.com [217.208.105.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1228A43EE5 for ; Fri, 20 Dec 2002 08:29:52 -0800 (PST) (envelope-from avatar@rift.ath.cx) Received: from rift.ath.cx (localhost [127.0.0.1]) by rift.ath.cx (8.12.6/8.12.6) with ESMTP id gBKGTZXA061430 for ; Fri, 20 Dec 2002 17:29:36 +0100 (CET) (envelope-from avatar@rift.ath.cx) Received: (from avatar@localhost) by rift.ath.cx (8.12.6/8.12.6/Submit) id gBKGTU7C061428; Fri, 20 Dec 2002 17:29:30 +0100 (CET) Message-Id: <200212201629.gBKGTU7C061428@rift.ath.cx> Date: Fri, 20 Dec 2002 17:29:30 +0100 (CET) From: David Holm Reply-To: David Holm To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46404: New port: Kaptain is a universal graphical front-end for command line programs Sender: owner-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: 46404 >Category: ports >Synopsis: New port: Kaptain is a universal graphical front-end for command line programs >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 08:30:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: David Holm >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD rift.ath.cx 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Sun Dec 15 14:14:05 CET 2002 avatar@rift.ath.cx:/usr/src/sys/i386/compile/MYKERNEL i386 >Description: >How-To-Repeat: >Fix: --- kaptain.sh begins here --- # 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: # # kaptain # kaptain/distinfo # kaptain/Makefile # kaptain/pkg-descr # kaptain/pkg-comment # kaptain/pkg-plist # kaptain/files # kaptain/files/patch-communication.cpp # kaptain/files/patch-communication.h # kaptain/files/patch-grammar.cpp # kaptain/files/patch-grammar.h # kaptain/files/patch-intermediate.cpp # kaptain/files/patch-intermediate.h # kaptain/files/patch-lexer.cpp # kaptain/files/patch-parser.cpp # kaptain/files/patch-parser.h # kaptain/files/patch-process.cpp # kaptain/files/patch-process.h # kaptain/files/patch-tools.cpp # kaptain/files/patch-tools.h # kaptain/files/patch-dia2code.kaptn # echo c - kaptain mkdir -p kaptain > /dev/null 2>&1 echo x - kaptain/distinfo sed 's/^X//' >kaptain/distinfo << 'END-of-kaptain/distinfo' XMD5 (kaptain-0.7.tar.gz) = 83c9c7428a0dd454b5c4fa2ae7619510 END-of-kaptain/distinfo echo x - kaptain/Makefile sed 's/^X//' >kaptain/Makefile << 'END-of-kaptain/Makefile' X# New ports collection makefile for: oneko X# Date created: 5 December 1994 X# Whom: asami X# X# $FreeBSD$ X# X XPORTNAME= kaptain XPORTVERSION= 0.7 XCATEGORIES= kde XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= david@realityrift.com X XUSE_GMAKE= yes XMAN1= kaptain.1 XUSE_QT_VER= 3 XGNU_CONFIGURE= yes XCONFIGURE_TARGET= XCONFIGURE_ARGS+= --enable-mt X Xpost-install: X @${ECHO} X @${ECHO} "kaptn-files are installed in ${PREFIX}/share/kaptain" X @${ECHO} "Start Kaptain like: kaptain ${PREFIX}/share/kaptain/.kaptn" X @${ECHO} X X.include END-of-kaptain/Makefile echo x - kaptain/pkg-descr sed 's/^X//' >kaptain/pkg-descr << 'END-of-kaptain/pkg-descr' XKaptain is a universal graphical front-end for command line programs. XIt works on linux/UNIX platforms whereever Qt 2 or Qt 3 is available. X XSomeone writes a simple script (so called grammar) which describes Xthe possible arguments for a command line program and Kaptain brings Xup a friendly dialog to the user to set up the command line. X XWWW: http://kaptain.sourceforge.net/ X XDavid Holm Xdavid@realityrift.com END-of-kaptain/pkg-descr echo x - kaptain/pkg-comment sed 's/^X//' >kaptain/pkg-comment << 'END-of-kaptain/pkg-comment' XKaptain is a universal graphical front-end for command line programs END-of-kaptain/pkg-comment echo x - kaptain/pkg-plist sed 's/^X//' >kaptain/pkg-plist << 'END-of-kaptain/pkg-plist' Xbin/kaptain Xshare/kaptain/kaptain.html Xshare/kaptain/crypt.gif Xshare/kaptain/record.gif Xshare/kaptain/tar.gif Xshare/kaptain/fig1.png Xshare/kaptain/old-doc.tgz Xshare/kaptain/tutorial.tgz Xshare/kaptain/database.tgz Xshare/kaptain/emboss.tgz Xshare/kaptain/puf.tgz Xshare/kaptain/crypt.kaptn Xshare/kaptain/grep.kaptn Xshare/kaptain/ping.kaptn Xshare/kaptain/wget.kaptn Xshare/kaptain/curl.kaptn Xshare/kaptain/indent.kaptn Xshare/kaptain/povray.kaptn Xshare/kaptain/whois.kaptn Xshare/kaptain/dia2code.kaptn Xshare/kaptain/lameGUI.kaptn Xshare/kaptain/procmail.kaptn Xshare/kaptain/zangband.kaptn Xshare/kaptain/ls.kaptn Xshare/kaptain/enscript.kaptn Xshare/kaptain/mpage.kaptn Xshare/kaptain/search.kaptn Xshare/kaptain/arping.kaptn Xshare/kaptain/find.kaptn Xshare/kaptain/nslookup.kaptn Xshare/kaptain/tar.kaptn Xshare/kaptain/budget.kaptn Xshare/kaptain/finger.kaptn Xshare/kaptain/open.kaptn Xshare/kaptain/weblint.kaptn X@unexec install-info --delete %D/info/kaptain.info %D/info/dir Xinfo/kaptain.info X@exec install-info %D/info/kaptain.info %D/info/dir X@dirrm share/kaptain X@dirrm share END-of-kaptain/pkg-plist echo c - kaptain/files mkdir -p kaptain/files > /dev/null 2>&1 echo x - kaptain/files/patch-communication.cpp sed 's/^X//' >kaptain/files/patch-communication.cpp << 'END-of-kaptain/files/patch-communication.cpp' X--- kaptain/communication.cpp.orig Wed Aug 14 12:13:13 2002 X+++ kaptain/communication.cpp Fri Dec 20 16:14:31 2002 X@@ -8,7 +8,7 @@ X #include X #include X #include X-#include X+#include X #include X #include "global.h" X #include "tools.h" X@@ -16,6 +16,8 @@ X #include "grammar.h" X X #define NO_MORE_IO "At most one i/o channel is allowed.\n" X+ X+using namespace std; X X extern Grammar * yygrammar; X END-of-kaptain/files/patch-communication.cpp echo x - kaptain/files/patch-communication.h sed 's/^X//' >kaptain/files/patch-communication.h << 'END-of-kaptain/files/patch-communication.h' X--- kaptain/communication.h.orig Sat Mar 2 19:56:32 2002 X+++ kaptain/communication.h Fri Dec 20 16:14:31 2002 X@@ -12,7 +12,7 @@ X QSocketNotifier * reader; X bool ok; X bool input, output; X- string message; // buffer X+ std::string message; // buffer X X public: X Communicator(); X@@ -21,19 +21,19 @@ X bool is_stdin(); X X bool setup_stdio(); X- bool setup_progio(string); X- bool setup_socket_server(string); X- bool setup_socket_client(string); X+ bool setup_progio(std::string); X+ bool setup_socket_server(std::string); X+ bool setup_socket_client(std::string); X X bool setup_stdin(); X bool setup_stdout(); X- bool setup_filein(string); X- bool setup_fileout(string); X+ bool setup_filein(std::string); X+ bool setup_fileout(std::string); X X void no_input() {input=false;} X void no_output() {output=false;} X X- void send(string); X+ void send(std::string); X X public slots: X void data_arrived(int); END-of-kaptain/files/patch-communication.h echo x - kaptain/files/patch-grammar.cpp sed 's/^X//' >kaptain/files/patch-grammar.cpp << 'END-of-kaptain/files/patch-grammar.cpp' X--- kaptain/grammar.cpp.orig Wed Aug 14 12:13:38 2002 X+++ kaptain/grammar.cpp Fri Dec 20 16:14:31 2002 X@@ -878,7 +878,7 @@ X } X X X-void Rule::send(string message, bool prefix_sender=true) X+void Rule::send(string message, bool prefix_sender) X { X string total; X if (prefix_sender) END-of-kaptain/files/patch-grammar.cpp echo x - kaptain/files/patch-grammar.h sed 's/^X//' >kaptain/files/patch-grammar.h << 'END-of-kaptain/files/patch-grammar.h' X--- kaptain/grammar.h.orig Wed Aug 14 12:17:49 2002 X+++ kaptain/grammar.h Fri Dec 20 16:14:31 2002 X@@ -6,7 +6,6 @@ X #include X #include X X-using namespace std; X X class Grammar; X class Rule; X@@ -33,12 +32,12 @@ X friend class Intermediate; X X Grammar * grammar; X- list * modifiers; X- string textinfo[3]; X+ std::list * modifiers; X+ std::string textinfo[3]; X int nonterminal; X X public: X- Description(Grammar *, string *, list *, string **); X+ Description(Grammar *, std::string *, std::list *, std::string **); X ~Description(); X }; X X@@ -54,18 +53,18 @@ X Grammar * grammar; X int type; X int value; X- string data; X- string data2; X+ std::string data; X+ std::string data2; X X public: X Parameter(Grammar *); X X void set_numeral(int); X- void set_string(string *); X- void set_nonterminal(string *); X- void set_regexp(string *); X- void set_substitution(string **); X- void set_transliteration(string **); X+ void set_string(std::string *); X+ void set_nonterminal(std::string *); X+ void set_regexp(std::string *); X+ void set_substitution(std::string **); X+ void set_transliteration(std::string **); X X }; X X@@ -75,18 +74,18 @@ X { X /* Broker of string<->int transformations */ X X- vector nonterminal_table; X- vector terminal_table; X+ std::vector nonterminal_table; X+ std::vector terminal_table; X X public: X X Broker(); X ~Broker(); X X- int get_nonterminal(string *); /* returns the number of a nonterminal */ X- int get_terminal(string *); /* returns the number of a terminal */ X+ int get_nonterminal(std::string *); /* returns the number of a nonterminal */ X+ int get_terminal(std::string *); /* returns the number of a terminal */ X X- string get_string(int); /* returns the name of a nonterminal X+ std::string get_string(int); /* returns the name of a nonterminal X or the value of a terminal */ X X int get_nt_num() { return nonterminal_table.size(); } X@@ -103,22 +102,22 @@ X X Grammar * grammar; X X- list symbols; X+ std::list symbols; X bool is_default; X X public: X Conjunction(Grammar *); X ~Conjunction(); X X- void add_nonterminal(string *); X- void add_terminal(string *); X+ void add_nonterminal(std::string *); X+ void add_terminal(std::string *); X X void set_default(); X bool get_default() { return is_default; } X X- void add_special(string *, list *, Parameter *); X+ void add_special(std::string *, std::list *, Parameter *); X X- string evaluate(bool); X+ std::string evaluate(bool); X X }; X X@@ -132,7 +131,7 @@ X X Grammar * grammar; X X- list conjunctions; X+ std::list conjunctions; X int default_num; X X public: X@@ -158,17 +157,17 @@ X Disjunction * disjunction; /* the right hand side */ X X int type; /* special(>0) or normal(0) */ X- string special_type; X- list * parameters; /* parameter list */ X+ std::string special_type; X+ std::list * parameters; /* parameter list */ X Parameter * initvalue; X- list * modifiers; X+ std::list * modifiers; X int mods; /* modifier bits */ X X /* textual information for the rule */ X- string textinfo[3]; X+ std::string textinfo[3]; X X /* transformations for the rule */ X- list * transformations; X+ std::list * transformations; X X Intermediate * my_intermediate; X X@@ -177,12 +176,12 @@ X Rule(Grammar *); X ~Rule(); X X- void set_left(string *); X+ void set_left(std::string *); X void set_disjunction(Disjunction *); X- void set_special(string *, list *, Parameter *); X- void add_modifiers(list *); X- void set_textinfo(string ** ti); X- void set_transformations(list *); X+ void set_special(std::string *, std::list *, Parameter *); X+ void add_modifiers(std::list *); X+ void set_textinfo(std::string ** ti); X+ void set_transformations(std::list *); X X int get_left() { return left; } X Intermediate * get_intermediate() { return my_intermediate; } X@@ -191,10 +190,10 @@ X X void verify_rule(); X X- string evaluate(bool); X+ std::string evaluate(bool); X X- void send(string message, bool prefix_sender=true); X- void recieve(char, string); X+ void send(std::string message, bool prefix_sender=true); X+ void recieve(char, std::string); X X }; X X@@ -204,9 +203,9 @@ X { X friend class Intermediate; X X- list rules; X- multimap constraints; X- list descriptions; X+ std::list rules; X+ std::multimap constraints; X+ std::list descriptions; X Rule * start_rule; X X public: X@@ -217,8 +216,8 @@ X bool was_default_widget_done; // global variable for a Kaptain tree X X void add_rule(Rule *); X- void add_description(string *, list *, string **); X- void add_constraint(string *, string *); X+ void add_description(std::string *, std::list *, std::string **); X+ void add_constraint(std::string *, std::string *); X X Rule * get_rule(int); X Rule * get_start_rule() { return start_rule; } X@@ -234,11 +233,11 @@ X void unify_rules(); X void unify_descriptions(); X X- string evaluate_nonterminal(int, bool); X+ std::string evaluate_nonterminal(int, bool); X int get_constraint_for(int); X X- void send(string); X- void recieve(string); X+ void send(std::string); X+ void recieve(std::string); X }; X X END-of-kaptain/files/patch-grammar.h echo x - kaptain/files/patch-intermediate.cpp sed 's/^X//' >kaptain/files/patch-intermediate.cpp << 'END-of-kaptain/files/patch-intermediate.cpp' X--- kaptain/intermediate.cpp.orig Wed Aug 14 12:14:52 2002 X+++ kaptain/intermediate.cpp Fri Dec 20 16:14:31 2002 X@@ -552,7 +552,7 @@ X X X X-void Intermediate::send(string message, char separ=':') X+void Intermediate::send(string message, char separ) X { X if (is_special() && father) X /* send throuh SPEC's father */ END-of-kaptain/files/patch-intermediate.cpp echo x - kaptain/files/patch-intermediate.h sed 's/^X//' >kaptain/files/patch-intermediate.h << 'END-of-kaptain/files/patch-intermediate.h' X--- kaptain/intermediate.h.orig Wed Aug 14 12:14:40 2002 X+++ kaptain/intermediate.h Fri Dec 20 16:14:31 2002 X@@ -3,6 +3,7 @@ X X #include X #include X+#include X X using namespace std; X END-of-kaptain/files/patch-intermediate.h echo x - kaptain/files/patch-lexer.cpp sed 's/^X//' >kaptain/files/patch-lexer.cpp << 'END-of-kaptain/files/patch-lexer.cpp' X--- kaptain/lexer.cpp.orig Wed Aug 14 14:25:07 2002 X+++ kaptain/lexer.cpp Fri Dec 20 16:14:31 2002 X@@ -559,7 +559,7 @@ X int rarrow_lineno=0, larrow_lineno=0, X nonterminal_lineno=0, last_correct_lineno=0; X char quoting, first_char; X-bool exception(int e); X+bool myexception(int e); X string safe_getenv(char *); X #define DOUBLE_QUOTES 1 X #define SINGLE_QUOTES 2 X@@ -921,7 +921,7 @@ X case 16: X YY_RULE_SETUP X #line 54 "lexer.lpp" X-{ if (exception(1)) return ERROR; } X+{ if (myexception(1)) return ERROR; } X YY_BREAK X case 17: X YY_RULE_SETUP X@@ -960,7 +960,7 @@ X case 23: X YY_RULE_SETUP X #line 67 "lexer.lpp" X-{ exception(1); return ERROR; } X+{ myexception(1); return ERROR; } X YY_BREAK X case 24: X YY_RULE_SETUP X@@ -990,7 +990,7 @@ X case 28: X YY_RULE_SETUP X #line 79 "lexer.lpp" X-{ exception(1); return ERROR; } X+{ myexception(1); return ERROR; } X YY_BREAK X case 29: X YY_RULE_SETUP X@@ -1037,7 +1037,7 @@ X case 34: X YY_RULE_SETUP X #line 101 "lexer.lpp" X-{ exception(1); return ERROR; } X+{ myexception(1); return ERROR; } X YY_BREAK X case 35: X *yy_cp = yy_hold_char; /* undo effects of setting up yytext */ X@@ -1069,7 +1069,7 @@ X case 38: X YY_RULE_SETUP X #line 116 "lexer.lpp" X-{ exception(2); return ERROR; } X+{ myexception(2); return ERROR; } X YY_BREAK X case 39: X *yy_cp = yy_hold_char; /* undo effects of setting up yytext */ X@@ -1115,12 +1115,12 @@ X case 43: X YY_RULE_SETUP X #line 141 "lexer.lpp" X-{ exception(3); return ERROR; } X+{ myexception(3); return ERROR; } X YY_BREAK X case 44: X YY_RULE_SETUP X #line 142 "lexer.lpp" X-{ exception(3); return ERROR; } X+{ myexception(3); return ERROR; } X YY_BREAK X case 45: X YY_RULE_SETUP X@@ -1188,12 +1188,12 @@ X case 50: X YY_RULE_SETUP X #line 186 "lexer.lpp" X-{ exception(4); return ERROR; } X+{ myexception(4); return ERROR; } X YY_BREAK X case 51: X YY_RULE_SETUP X #line 187 "lexer.lpp" X-{ exception(4); return ERROR; } X+{ myexception(4); return ERROR; } X YY_BREAK X case 52: X YY_RULE_SETUP X@@ -2142,7 +2142,7 @@ X extern Grammar * yygrammar; X X X-bool exception(int e) X+bool myexception(int e) X { X ostringstream message; X string s; END-of-kaptain/files/patch-lexer.cpp echo x - kaptain/files/patch-parser.cpp sed 's/^X//' >kaptain/files/patch-parser.cpp << 'END-of-kaptain/files/patch-parser.cpp' X--- kaptain/parser.cpp.orig Wed Aug 14 13:00:21 2002 X+++ kaptain/parser.cpp Fri Dec 20 16:14:31 2002 X@@ -18,7 +18,7 @@ X #line 1 "parser.ypp" X X #include X-#include X+#include X #include X #include X #include "grammar.h" END-of-kaptain/files/patch-parser.cpp echo x - kaptain/files/patch-parser.h sed 's/^X//' >kaptain/files/patch-parser.h << 'END-of-kaptain/files/patch-parser.h' X--- kaptain/parser.h.orig Wed Aug 14 12:26:33 2002 X+++ kaptain/parser.h Fri Dec 20 16:14:31 2002 X@@ -5,15 +5,15 @@ X typedef union X { X int integer; X- string * pstring; X+ std::string * pstring; X Rule * prule; X Disjunction * pdisjunction; X Conjunction * pconjunction; X Parameter * pparameter; X- list * pparamlist; X- string * string_array[3]; X- list * pstringlist; X- list * ptrafolist; X+ std::list * pparamlist; X+ std::string * string_array[3]; X+ std::list * pstringlist; X+ std::list * ptrafolist; X } yystype; X # define YYSTYPE yystype X # define YYSTYPE_IS_TRIVIAL 1 END-of-kaptain/files/patch-parser.h echo x - kaptain/files/patch-process.cpp sed 's/^X//' >kaptain/files/patch-process.cpp << 'END-of-kaptain/files/patch-process.cpp' X--- kaptain/process.cpp.orig Wed Aug 14 12:17:25 2002 X+++ kaptain/process.cpp Fri Dec 20 16:14:31 2002 X@@ -8,6 +8,7 @@ X X /* ---------------------------------------------------------------------- */ X X+using namespace std; X X void clean_up_child_process(int s) X { END-of-kaptain/files/patch-process.cpp echo x - kaptain/files/patch-process.h sed 's/^X//' >kaptain/files/patch-process.h << 'END-of-kaptain/files/patch-process.h' X--- kaptain/process.h.orig Wed Aug 14 12:17:20 2002 X+++ kaptain/process.h Fri Dec 20 16:14:31 2002 X@@ -3,13 +3,13 @@ X X #include X #include X+#include X X-using namespace std; X X void clean_up_child_process(int); X void POSIX_init(); X-int exec_async(list &); X-string exec_sync_stdout(string &); X-string exec_sync_stdout(list &); X+int exec_async(std::list &); X+std::string exec_sync_stdout(std::string &); X+std::string exec_sync_stdout(std::list &); X X #endif // PROCESS_HH END-of-kaptain/files/patch-process.h echo x - kaptain/files/patch-tools.cpp sed 's/^X//' >kaptain/files/patch-tools.cpp << 'END-of-kaptain/files/patch-tools.cpp' X--- kaptain/tools.cpp.orig Wed Aug 14 12:17:39 2002 X+++ kaptain/tools.cpp Fri Dec 20 16:14:31 2002 X@@ -3,6 +3,7 @@ X #include X #include "tools.h" X X+using namespace std; X X Error::Error() X { END-of-kaptain/files/patch-tools.cpp echo x - kaptain/files/patch-tools.h sed 's/^X//' >kaptain/files/patch-tools.h << 'END-of-kaptain/files/patch-tools.h' X--- kaptain/tools.h.orig Wed Aug 14 12:17:34 2002 X+++ kaptain/tools.h Fri Dec 20 16:14:31 2002 X@@ -3,20 +3,21 @@ X X #include X #include X+#include X+#include X X-using namespace std; X X /**********/ X class Error X { X- list messages; X+ std::list messages; X bool stop; X X public: X Error(); X X- void warning(string); X- void error(string); X+ void warning(std::string); X+ void error(std::string); X X bool go_on() { return !stop; } X X@@ -32,19 +33,19 @@ X public: X Regexp(); X X- static bool matches(string, string, list & ); X+ static bool matches(std::string, std::string, std::list & ); X X- static bool substitute_local(string, string, string, X- string &, int &); X- static void substitute(string, string, string, X- string &, bool); X+ static bool substitute_local(std::string, std::string, std::string, X+ std::string &, int &); X+ static void substitute(std::string, std::string, std::string, X+ std::string &, bool); X X- static void transliterate(string, string, X- string, string &); X+ static void transliterate(std::string, std::string, X+ std::string, std::string &); X X- static void split(char, string, list &); X+ static void split(char, std::string, std::list &); X X- static void join(char, list &, string &); X+ static void join(char, std::list &, std::string &); X }; X X END-of-kaptain/files/patch-tools.h echo x - kaptain/files/patch-dia2code.kaptn sed 's/^X//' >kaptain/files/patch-dia2code.kaptn << 'END-of-kaptain/files/patch-dia2code.kaptn' X--- examples/dia2code.kaptn.orig Sat Nov 17 00:11:04 2001 X+++ examples/dia2code.kaptn Fri Dec 20 13:17:45 2002 X@@ -1,17 +1,20 @@ X-#!/usr/bin/kaptain X+#!/usr/local/bin/kaptain X start "Dia2Code" -> dia2code buttons; X dia2code :tabbed -> main about; X X-main "Dia2Code" -> "dia2code" language outdir classlist mask noclobber " " diagramfile; X+main "Dia2Code" -> "dia2code" language outdir classlist mask noclobber licensefile " " diagramfile; X X-language "Output Language" -> " -t " outlanguage; X-outlanguage :double :horizontal -> ada | c | ! cpp | java | python | sql ; X+language "Output Language" -> " -t " outlanguage ; X+outlanguage :double :horizontal -> ada | c | ! cpp | idl | java | php | python | shp | sql ; X c "C" -> "c"; X cpp "C++" -> "cpp"; X java "Java" -> "java"; X ada "Ada" -> "ada"; X python "Python" -> "python"; X sql "SQL" -> "sql"; X+shp "SHP" -> "shp"; X+php "PHP" -> "php"; X+idl "IDL" -> "idl"; X X outdir "Output Dir" -> " -d " @directory=`pwd`; X X@@ -22,10 +25,12 @@ X noclobber "Don't overwrite existing files" -> @ | " -nc"; X yesclobber -> ""; X X+licensefile "License File" -> @ | " -l " @infile("*"); X+ X diagramfile "Diagram File" -> @infile("*.dia"); X X buttons :horizontal -> @action(dia2code)="Go" @preview(dia2code)="Preview Command" @close="Quit" ; X X-about "About" -> @text("Kaptain grammar for Dia2Code\n\nVersion 1.0\n(c) 2001 Javier O'Hara\n\n\nDia2Code homepage:\nhttp://dia2code.sourceforge.net"); X+about "About" -> @text("Kaptain grammar for Dia2Code\n\nVersion 1.2\n(c) 2001 Javier O'Hara\n\n\nDia2Code homepage:\nhttp://dia2code.sourceforge.net"); X X classlist="" "Generates code only for the classes specified\nin this comma-separated list"; END-of-kaptain/files/patch-dia2code.kaptn exit --- kaptain.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 8:40: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91F1A37B401 for ; Fri, 20 Dec 2002 08:40:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3516C43ED8 for ; Fri, 20 Dec 2002 08:40:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKGe3NS037394 for ; Fri, 20 Dec 2002 08:40:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKGe3H3037393; Fri, 20 Dec 2002 08:40:03 -0800 (PST) Date: Fri, 20 Dec 2002 08:40:03 -0800 (PST) Message-Id: <200212201640.gBKGe3H3037393@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Arkadi Shishlov Subject: Re: ports/46399: lib Reply-To: Arkadi Shishlov Sender: owner-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/46399; it has been noted by GNATS. From: Arkadi Shishlov To: Mario Sergio Fujikawa Ferreira Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/46399: lib Date: Fri, 20 Dec 2002 18:36:52 +0200 On Fri, Dec 20, 2002 at 12:53:53PM -0200, Mario Sergio Fujikawa Ferreira wrote: > Could you elaborate on the possible problem? Just wondering First of all attacker can override sources/whatever while we are building application. Also, sometimes I prefer to keep work/ directory and build a port once more time (rm work/.build_done; make) due to private patches/etc. Sorry for dummy Synopsys. arkadi. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 8:41:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 320E837B401; Fri, 20 Dec 2002 08:41:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEF8B43EE6; Fri, 20 Dec 2002 08:41:16 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKGfGNS039258; Fri, 20 Dec 2002 08:41:16 -0800 (PST) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKGfGMD039254; Fri, 20 Dec 2002 08:41:16 -0800 (PST) Date: Fri, 20 Dec 2002 08:41:16 -0800 (PST) From: Alan Eldridge Message-Id: <200212201641.gBKGfGMD039254@freefall.freebsd.org> To: david@realityrift.com, alane@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46404: New port: Kaptain is a universal graphical front-end for command line programs Sender: owner-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: Kaptain is a universal graphical front-end for command line programs State-Changed-From-To: open->closed State-Changed-By: alane State-Changed-When: Fri Dec 20 08:41:08 PST 2002 State-Changed-Why: beat him to it http://www.freebsd.org/cgi/query-pr.cgi?pr=46404 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 8:58:39 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A02C837B401 for ; Fri, 20 Dec 2002 08:58:38 -0800 (PST) Received: from english-breakfast.cloud9.net (english-breakfast.cloud9.net [168.100.1.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25B6643EDA for ; Fri, 20 Dec 2002 08:58:38 -0800 (PST) (envelope-from mark@cloud9.net) Received: from localhost (localhost [127.0.0.1]) by english-breakfast.cloud9.net (Postfix) with ESMTP id A658926EB2; Fri, 20 Dec 2002 11:58:37 -0500 (EST) Received: from english-breakfast.cloud9.net (localhost [127.0.0.1]) by localhost (VaMailArmor-2.0.1.7) id 27382-54E0CB7F; Fri, 20 Dec 2002 11:58:37 -0500 Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by english-breakfast.cloud9.net (Postfix) with ESMTP id 5D3AA26E5D; Fri, 20 Dec 2002 11:58:37 -0500 (EST) Date: Fri, 20 Dec 2002 11:58:37 -0500 (EST) From: Mark Hennessy To: Kris Kennaway Cc: ports@FreeBSD.org Subject: Re: Does there exist a pam_listfile implementation for FreeBSD 4.x? In-Reply-To: <20021220025848.GC6303@rot13.obsecurity.org> Message-ID: References: <20021220025848.GC6303@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-AntiVirus: checked by Vexira MailArmor (version: 2.0.1.7; VAE: 6.17.0.2; VDF: 6.17.0.8; host: english-breakfast.cloud9.net) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thanks. I used the build info for pam-mysql (minus the mysql specific bits) and found pam_listfile.c and was able to build it. -- Mark P. Hennessy mark@cloud9.net On Thu, 19 Dec 2002, Kris Kennaway wrote: > Date: Thu, 19 Dec 2002 18:58:48 -0800 > From: Kris Kennaway > To: Mark Hennessy > Cc: ports@FreeBSD.org > Subject: Re: Does there exist a pam_listfile implementation for FreeBSD > 4.x? > > On Thu, Dec 19, 2002 at 03:20:15PM -0500, Mark Hennessy wrote: > > I can't seem to find any record of such a thing. Any advice on finding a > > working pam_listfile.so for use with FreeBSD 4.x? > > If you can find any pam_listfile implementation and make it compile, > it should work (i.e. nothing FreeBSD-PAM-specific needed). > > Kris > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 9:20: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5717337B401 for ; Fri, 20 Dec 2002 09:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E091E43EDC for ; Fri, 20 Dec 2002 09:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKHK2NS050827 for ; Fri, 20 Dec 2002 09:20:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKHK2l7050826; Fri, 20 Dec 2002 09:20:02 -0800 (PST) Date: Fri, 20 Dec 2002 09:20:02 -0800 (PST) Message-Id: <200212201720.gBKHK2l7050826@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mario Sergio Fujikawa Ferreira Subject: Re: ports/46399: libdivxencore distfile has world writable files inside it 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/46399; it has been noted by GNATS. From: Mario Sergio Fujikawa Ferreira To: Arkadi Shishlov Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/46399: libdivxencore distfile has world writable files inside it Date: Fri, 20 Dec 2002 15:08:37 -0200 On Fri, Dec 20, 2002 at 06:36:30PM +0200, Arkadi Shishlov wrote: > On Fri, Dec 20, 2002 at 12:53:53PM -0200, Mario Sergio Fujikawa Ferreira wrote: > > Could you elaborate on the possible problem? Just wondering > > First of all attacker can override sources/whatever while we are building > application. Also, sometimes I prefer to keep work/ directory and build > a port once more time (rm work/.build_done; make) due to private patches/etc. Okay, the most appropriate fix to this attack would be setting a restrictive umask for your shell. That might be the reason I never saw this problem because my umask forbids write permissions to world. Besides, the best I would be able to do in this case, would be adding a 'chmod a-w,u+w ${WRKDIR}' as a post-extract target so there would be always a window of opportunity for such an attack. However, unlikely. I can still add such a patch but umask should be your better friend. :) This is correct fix for all these issues, we cannot quite control how developers will package their distribution files. So you could have this problem with hundreds/thousands other ports. From sh(1) man page umask [mask] Set the file creation mask (see umask(2)) to the octal value specified by mask. If the argument is omitted, the current mask value is printed. From umask(2) man page DESCRIPTION The umask() routine sets the process's file mode creation mask to numask and returns the previous value of the mask. The 9 low-order access per- mission bits of numask are used by system calls, including open(2), mkdir(2), and mkfifo(2), to turn off corresponding bits requested in file mode. (See chmod(2)). This clearing allows each user to restrict the default access to his files. The default mask value is S_IWGRP|S_IWOTH (022, write access for the owner only). Child processes inherit the mask of the calling process. I use umask 077 which does not allow any group or world permissions. > Sorry for dummy Synopsys. Don't worry. :) You've just clarified it. -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer 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 Dec 20 10:28: 5 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F20EA37B401 for ; Fri, 20 Dec 2002 10:28:03 -0800 (PST) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A74743EE5 for ; Fri, 20 Dec 2002 10:28:03 -0800 (PST) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost.jpj.net [127.0.0.1]) by blues.jpj.net (8.12.3/8.12.3) with ESMTP id gBKIRuV3055822; Fri, 20 Dec 2002 13:27:56 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (8.12.3/8.12.3/Submit) with ESMTP id gBKIRtDq055819; Fri, 20 Dec 2002 13:27:56 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Fri, 20 Dec 2002 13:27:55 -0500 (EST) From: Trevor Johnson To: Eric Brasseur Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: netscape7-7.0 'found a solution In-Reply-To: <200212201529.16776.eric.brasseur@softhome.net> Message-ID: <20021220111242.B48074-100000@blues.jpj.net> 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 > b) Next problem is the "lock" link inside /usr/compat/linux/root/.mozilla > directory is not deleted when Netscape 7 exits ( > /usr/compat/linux/root/.mozilla/default/5th6tt7g.slt/lock in my very case), > even on a perfectly sane and regular exit. The reason is Netscape 7 tries to > erase the lock link from the /root/.mozilla directory... So I simply created > a link /root/.mozilla pointing towards the /usr/compat/linux/root/.mozilla > directory. That's it. If you could do your browsing as an unprivileged user, or if you could put your /compat/linux on a read-only file system, then the /compat/linux/root/.mozilla/ directory wouldn't be created. That might alleviate the problem. At you can get the advice, "do not share a profile between Netscape and Mozilla builds." There are Linux binary ports of the Beonex and Phoenix browsers (ports/www/linux-beonex and ports/www/linux-phoenix). Those keep their profiles in ~/.beonex/ or ~/.phoenix/, so they do not conflict with Netscape 7 or Mozilla. -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 11: 0:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A134837B401 for ; Fri, 20 Dec 2002 11:00:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5083D43ED8 for ; Fri, 20 Dec 2002 11:00:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKJ0ANS077568 for ; Fri, 20 Dec 2002 11:00:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKJ0A1r077567; Fri, 20 Dec 2002 11:00:10 -0800 (PST) Date: Fri, 20 Dec 2002 11:00:10 -0800 (PST) Message-Id: <200212201900.gBKJ0A1r077567@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Arkadi Shishlov Subject: Re: ports/46399: libdivxencore distfile has world writable files inside it Reply-To: Arkadi Shishlov Sender: owner-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/46399; it has been noted by GNATS. From: Arkadi Shishlov To: Mario Sergio Fujikawa Ferreira Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/46399: libdivxencore distfile has world writable files inside it Date: Fri, 20 Dec 2002 20:58:23 +0200 On Fri, Dec 20, 2002 at 03:08:37PM -0200, Mario Sergio Fujikawa Ferreira wrote: > Okay, the most appropriate fix to this attack would be > setting a restrictive umask for your shell. That might be the reason If you are care to test, just do it. My umask is 022. > be adding a 'chmod a-w,u+w ${WRKDIR}' as a post-extract target so > there would be always a window of opportunity for such an attack. > However, unlikely. Unlikely, but who cares about /tmp race conditions, that are also 'unlikely'.. Of course the exploitation of this possible race condition is not directly controlled by user, but leaving o+w files in /usr/ports is not a sane behaviour IMO. At least you can fix libdivxencore. For now, I'm setting o-rx on my ports/. > I can still add such a patch but umask should be your > better friend. :) This is correct fix for all these issues, we > cannot quite control how developers will package their distribution > files. So you could have this problem with hundreds/thousands other It is a question of trust, I trust RedHat not to put o+w files in .rpm. I also want to trust FreeBSD ports not to do silly things just because 'we can't control it'. Developer are better to check source packages when submitting new builds. Gentoo Linux, for example, sometimes repackage original sources and almost always provide it from world-wide Gentoo servers network. >> Sorry for dummy Synopsys. > Don't worry. :) You've just clarified it. Is there any way to change PR info fields after PR is submited? I can't find any information on FreeBSD site. arkadi, just wondering what sometimes you can find on some systems with find / -perm. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 12: 0:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4329937B405 for ; Fri, 20 Dec 2002 12:00:12 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1009743EEC for ; Fri, 20 Dec 2002 12:00:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKK07NS095154 for ; Fri, 20 Dec 2002 12:00:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKK07v2095153; Fri, 20 Dec 2002 12:00:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A97AA37B401 for ; Fri, 20 Dec 2002 11:55:37 -0800 (PST) Received: from mail2in.giga.net.tw (mail2in.giga.net.tw [203.133.1.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3FF643EE5 for ; Fri, 20 Dec 2002 11:55:36 -0800 (PST) (envelope-from kcwu@kcwu.dyndns.org) Received: from kcwu.homeip.net (u142-187.u61-70.giga.net.tw [61.70.142.187]) by mail2in.giga.net.tw (Postfix) with ESMTP id 17D4653512 for ; Sat, 21 Dec 2002 03:55:35 +0800 (CST) Received: from kcwu.dyndns.org (m722 [192.168.0.234]) by kcwu.homeip.net (8.12.5/8.12.5) with ESMTP id gBKJtVQD072114 for ; Sat, 21 Dec 2002 03:55:32 +0800 (CST) (envelope-from kcwu@kcwu.dyndns.org) Received: (from kcwu@localhost) by kcwu.dyndns.org (8.12.6/8.12.6/Submit) id gBKJtRmw098715; Sat, 21 Dec 2002 03:55:27 +0800 (CST) Message-Id: <200212201955.gBKJtRmw098715@kcwu.dyndns.org> Date: Sat, 21 Dec 2002 03:55:27 +0800 (CST) From: Kuang-che Wu Reply-To: Kuang-che Wu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46407: Fix build on -current for graphics/gphoto2 Sender: owner-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: 46407 >Category: ports >Synopsis: Fix build on -current for graphics/gphoto2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 12:00:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kuang-che Wu >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD m722 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Nov 26 18:00:18 CST 2002 root@m722:/usr/obj/usr/src/sys/M722 i386 >Description: Fix build on -current for graphics/gphoto2 >How-To-Repeat: >Fix: diff -ur gphoto2/files/patch-ltmain.sh gphoto2.new/files/patch-ltmain.sh --- gphoto2/files/patch-ltmain.sh Fri Mar 8 08:37:10 2002 +++ gphoto2.new/files/patch-ltmain.sh Sat Dec 21 03:50:24 2002 @@ -1,6 +1,6 @@ ---- ltmain.sh.orig Sat Mar 2 08:58:32 2002 -+++ ltmain.sh Sat Mar 2 08:59:07 2002 -@@ -958,6 +958,7 @@ +--- ltmain.sh.orig Tue Jun 25 20:57:40 2002 ++++ ltmain.sh Sat Dec 21 03:49:50 2002 +@@ -967,6 +967,7 @@ ;; -avoid-version) @@ -8,7 +8,16 @@ avoid_version=yes continue ;; -@@ -4247,10 +4248,12 @@ +@@ -1063,7 +1064,7 @@ + case $host in + *-*-openbsd* | *-*-freebsd*) + # Do not include libc_r directly, use -pthread flag. +- continue ++ #continue + ;; + esac + fi +@@ -4273,10 +4274,12 @@ fi # Install the pseudo-library for information purposes. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 12:20: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33C3A37B401 for ; Fri, 20 Dec 2002 12:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5032243EE6 for ; Fri, 20 Dec 2002 12:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKKK2NS004686 for ; Fri, 20 Dec 2002 12:20:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKKK2vP004685; Fri, 20 Dec 2002 12:20:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DE6F37B401 for ; Fri, 20 Dec 2002 12:19:44 -0800 (PST) Received: from mail1in.giga.net.tw (mail1in.giga.net.tw [203.133.1.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B23C43EDC for ; Fri, 20 Dec 2002 12:19:43 -0800 (PST) (envelope-from kcwu@kcwu.dyndns.org) Received: from kcwu.homeip.net (u142-187.u61-70.giga.net.tw [61.70.142.187]) by mail1in.giga.net.tw (Postfix) with ESMTP id BB8FA5354A for ; Sat, 21 Dec 2002 04:19:35 +0800 (CST) Received: from kcwu.dyndns.org (m722 [192.168.0.234]) by kcwu.homeip.net (8.12.5/8.12.5) with ESMTP id gBKKJWQD072692 for ; Sat, 21 Dec 2002 04:19:33 +0800 (CST) (envelope-from kcwu@kcwu.dyndns.org) Received: (from kcwu@localhost) by kcwu.dyndns.org (8.12.6/8.12.6/Submit) id gBKKJXgY005141; Sat, 21 Dec 2002 04:19:33 +0800 (CST) Message-Id: <200212202019.gBKKJXgY005141@kcwu.dyndns.org> Date: Sat, 21 Dec 2002 04:19:33 +0800 (CST) From: Kuang-che Wu Reply-To: Kuang-che Wu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46408: Fix build on -current for net/mutella Sender: owner-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: 46408 >Category: ports >Synopsis: Fix build on -current for net/mutella >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 12:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kuang-che Wu >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD m722 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Nov 26 18:00:18 CST 2002 root@m722:/usr/obj/usr/src/sys/M722 i386 >Description: Fix build on -current for net/mutella >How-To-Repeat: >Fix: diff -rNu mutella/files/patch-mutella::mutella.h mutella.new/files/patch-mutella::mutella.h --- mutella/files/patch-mutella::mutella.h Thu Jan 1 08:00:00 1970 +++ mutella.new/files/patch-mutella::mutella.h Sat Dec 21 04:14:23 2002 @@ -0,0 +1,22 @@ +--- mutella/mutella.h.orig Sat Dec 21 04:06:30 2002 ++++ mutella/mutella.h Sat Dec 21 04:09:31 2002 +@@ -70,6 +70,7 @@ + // declare namespaces + using std::min; + using std::max; ++using std::find; + using std::swap; + //using std::queue; + //using std::deque; +@@ -80,7 +81,11 @@ + #ifdef NAVE_NO_SLIST + # define slist list + #else ++#ifdef HAVE_EXT_SLIST ++ using __gnu_cxx::slist; ++#else + using std::slist; ++#endif + #endif + + #endif /*__cplusplus*/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 12:30:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7D9637B401 for ; Fri, 20 Dec 2002 12:30:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62ADA43EDC for ; Fri, 20 Dec 2002 12:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKKU4NS006687 for ; Fri, 20 Dec 2002 12:30:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKKU3GW006686; Fri, 20 Dec 2002 12:30:03 -0800 (PST) Date: Fri, 20 Dec 2002 12:30:03 -0800 (PST) Message-Id: <200212202030.gBKKU3GW006686@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jamie Hermans Subject: Re: ports/46389: Maintainer update: www/gallery Reply-To: Jamie Hermans Sender: owner-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/46389; it has been noted by GNATS. From: Jamie Hermans To: Mario Sergio Fujikawa Ferreira Cc: FreeBSD-gnats-submit@FreeBSD.ORG, jamie@hermans.ca Subject: Re: ports/46389: Maintainer update: www/gallery Date: Fri, 20 Dec 2002 13:21:20 -0700 On Fri, Dec 20, 2002 at 12:25:23PM -0200, Mario Sergio Fujikawa Ferreira wrote: > Hi, > > Could you elaborate on the bugs fixed by this update? > Does it fix any incompatibilities with apache? Any remote > exploits? Sure ... see the release notes below. -- Jamie ================================================================================ 2002-11-27 v1.3.2 release ================================================================================ 2002-11-22 Bharat Mediratta 1.3.2-cvs-b32 * Added Beckett's fix to clean up temp files left around when uploading via a URL or ZIP file. 2002-11-17 Bharat Mediratta 1.3.2-cvs-b30 * Fixed bug introduced in b21 causing [reset counter] link on albums.php page to fail. * Fixed bug in the new "add caption with photo" code which generated an error when you add a photo by URL or local-file. 2002-11-15 Bharat Mediratta 1.3.2-cvs-b29 * Fixed bug #638939: Publish XP gives wrong URL (Guido Claessen) We were hand rolling the URL that appears at the end of the wizard, which would lead to it not working when rewriting is disabled. * Tightened up the description of the publisher * Fixed a bug where the search function lowercases the result values that it displays in context. Thanks to Beckett Madden-Woods for the patch. 2002-11-13 Bharat Mediratta 1.3.2-cvs-b28 * Rolled in Joan McGalliard's patch to allow users to add captions when uploading photos. Thanks, Joan! 2002-11-12 Bharat Mediratta 1.3.2-cvs-b27 * Tested the XP Publishing code, made a few tweaks to make it a bit more presentable. Included end-user documentation for how to use it. The XP publishing code is only available when Gallery is running in standalone mode, because of the complexity of generating the right URLs for the browser when embedded. 2002-11-11 Pierre-Luc Paour 1.3.2-cvs-b26 * Fixed escaping of line breaks in GalleryRemoteProperties.php 2002-11-10 Bharat Mediratta 1.3.2-cvs-b25 * Grant canViewFullImages to EVERYBODY by default in new Albums * Added publish_xp, a tool for publishing to Gallery directly from your Windows XP desktop, thanks to Demian Johnston! 2002-11-09 Bharat Mediratta 1.3.2-cvs-b24 * Fixed bug #587441: wrong # of photos resized w/ hidden pics Turns out that if you can resize all photos then you can also see all the hidden ones. So, resize all now applies to all photos. 2002-11-08 Bharat Mediratta 1.3.2-cvs-b23 * Fixed a bug in the slideshow where it was not obeying the "can view full size images" permission properly (thanks to Akki) 2002-11-07 Bharat Mediratta 1.3.2-cvs-b22 * Changed shutterfly PSID to "GALL" * Suppressed some more open_basedir warnings in the config wizard. * Fixed bug #524944: Config Wizard allows too many rows. Changed the default rows/columns to use pulldowns instead of a text box. * Fixed bug #551569: edit_appearance fails under Nuke with certain browsers. We had a duplicate form tag, and the second one was bogus. 2002-11-05 Bharat Mediratta 1.3.2-cvs-b21 * Further fixed bugs in view_album.php where admin links were not specifying the album name correctly, which would fail if the album information were not getting stored in the session properly. 2002-11-04 Pierre-Luc Paour 1.3.2-cvs-b20 * Bumped gallery_remote2 protocol version to 2.1. 2002-11-04 Bharat Mediratta 1.3.2-cvs-b19 * Fixed two small bugs in the setup code where we were using is_executable instead of fs_is_executable (thanks Kwan Skinner) 2002-11-02 Tim Miller 1.3.2-cvs-b18 * Added the "new-album" command to gallery_remote2.php. * Removed some incorrect urlencoding. 2002-10-31 Bharat Mediratta 1.3.2-cvs-b17 * Fixed a bug in view_album.php where we were generating admin links with "albumName=xxx" instead of "set_albumName=xxx". This would cause fatal errors under certain rare circumstances. 2002-10-31 Bharat Mediratta 1.3.2-cvs-b16 * Minor tweak: if the full name is empty, display the username in the "Welcome, xxx" message on albums.php * Integrated Jesse Mullan's albumdb refactoring code in a separate branch. This code separates out the information about each photo from the album metadata which allows us to load much less data into memory when we load an album. This will speed up cross-album operations and use less memory (yay Jesse!) 2002-10-18 Bharat Mediratta 1.3.2-cvs-b14 * Enhanced the config wizard to behave reasonably when open_basedir is on. Specifically I improved it so that it doesn't spit out endless warnings by trying to stat files that are not in the open_basedir list. 2002-10-15 Bharat Mediratta 1.3.2-cvs-b13 * Changed php_flag to php_value in the config wizard code. The PHP website claims that php_flag is legitimate, but some versions of PHP don't support it. 2002-10-15 Bharat Mediratta 1.3.2-cvs-b12 * Added .swf (Shockwave) as an acceptable movie format * SECURITY: remove tags from the login name and password on the login page to protect against cross-site-scripting attacks. Thanks to Bryan Burns for the tip. 2002-09-27 Tim Miller 1.3.2-cvs-b11 * Added gallery_remote2.php and supporting files, which implement the first release of the new Gallery Remote protocol, to be used with GR 1.0-b9 and later. 2002-09-27 Bharat Mediratta 1.3.2-cvs-b10 * Fixed a bug in the comment code that caused the IP not to appear when register_globals is off * Changed the comment display code so that it only shows the IP to administrators. 2002-09-23 Bharat Mediratta 1.3.2-cvs-b9 * Overhauled the UPGRADING document; it was getting pretty confusing * Rolled in Sammy Spets' "can view full images" permission patch * Changed the captionator to only require canChangeTextOfAlbum permissions (used to require canWrite). 2002-09-18 Bharat Mediratta 1.3.2-cvs-b8 * Fixed a bug in the ImageMagick code where it was rotating images the wrong direction. 2002-09-15 Bharat Mediratta 1.3.2-cvs-b7 * Added setup/check_imagemagick.php (forgot to do it as part of -b6) 2002-09-14 Bharat Mediratta 1.3.2-cvs-b6 * Gallery now supports ImageMagick, thanks to a patch from Vallimar! 2002-09-10 Bharat Mediratta 1.3.2-cvs-b5 * Converted from short php tags to long php tags, thanks to a very large patch from Chris Ricker 2002-09-04 Bharat Mediratta 1.3.2-cvs-b4 * Added and tags where appropriate to make Gallery more compliant. 2002-08-23 Bharat Mediratta 1.3.2-cvs-b3 * Changed the Album's mkdir() call to use perms of 775. This fixes the problem where the albums directory has the user sticky bit set (which some ISPs like to do). Thanks to Alexey Ovcharov and Pavel for this fix 2002-08-22 Bharat Mediratta 1.3.2-cvs-b2 * Tweaked setup/check_netpbm.php so that it works better on Windows. 2002-08-12 Bharat Mediratta 1.3.2-cvs-b1 * Added a few more default search paths for NetPBM and jhead in the config wizard * Fixed a bug in the config wizard where we were overriding Options in .htaccess (thanks Karl Narveson) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 13:10:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5BCD37B401 for ; Fri, 20 Dec 2002 13:10:09 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4754D43EEC for ; Fri, 20 Dec 2002 13:10:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKLA8NS019516 for ; Fri, 20 Dec 2002 13:10:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKLA8Rk019515; Fri, 20 Dec 2002 13:10:08 -0800 (PST) Date: Fri, 20 Dec 2002 13:10:08 -0800 (PST) Message-Id: <200212202110.gBKLA8Rk019515@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alex Dupre Subject: Re: ports/45543: [New Port] MySQL 4.0.5 Reply-To: Alex Dupre Sender: owner-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/45543; it has been noted by GNATS. From: Alex Dupre To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/45543: [New Port] MySQL 4.0.5 Date: Fri, 20 Dec 2002 22:00:09 +0100 Update to 4.0.6. This is a gamma release, so it may be used in a production environment. Commit needs repo-copy, I think. http://www.gufi.org/~alex/mysql40.sh -- Alex Dupre sysadmin@alexdupre.com http://www.alexdupre.com/ alex@sm.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 13:20:14 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 040EB37B401 for ; Fri, 20 Dec 2002 13:20:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17C6F43EDE for ; Fri, 20 Dec 2002 13:20:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKLK6NS022227 for ; Fri, 20 Dec 2002 13:20:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKLK6lu022226; Fri, 20 Dec 2002 13:20:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0062B37B401 for ; Fri, 20 Dec 2002 13:11:58 -0800 (PST) Received: from rift.ath.cx (h23n2fls32o836.telia.com [217.208.105.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5E5343EE5 for ; Fri, 20 Dec 2002 13:11:56 -0800 (PST) (envelope-from avatar@rift.ath.cx) Received: from rift.ath.cx (localhost [127.0.0.1]) by rift.ath.cx (8.12.6/8.12.6) with ESMTP id gBKLBjXA085211 for ; Fri, 20 Dec 2002 22:11:45 +0100 (CET) (envelope-from avatar@rift.ath.cx) Received: (from root@localhost) by rift.ath.cx (8.12.6/8.12.6/Submit) id gBKLBig6085210; Fri, 20 Dec 2002 22:11:44 +0100 (CET) Message-Id: <200212202111.gBKLBig6085210@rift.ath.cx> Date: Fri, 20 Dec 2002 22:11:44 +0100 (CET) From: David Holm Reply-To: David Holm To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46410: New port: SGL - incomplete STL implementation for ADA95 Sender: owner-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: 46410 >Category: ports >Synopsis: New port: SGL - incomplete STL implementation for ADA95 >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 Dec 20 13:20:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: David Holm >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD rift.ath.cx 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Sun Dec 15 14:14:05 CET 2002 avatar@rift.ath.cx:/usr/src/sys/i386/compile/MYKERNEL i386 >Description: >How-To-Repeat: >Fix: --- sgl.sh begins here --- # 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: # # devel/sgl # devel/sgl/Makefile # devel/sgl/distinfo # devel/sgl/pkg-plist # devel/sgl/files # devel/sgl/files/patch-makefile # devel/sgl/pkg-comment # devel/sgl/pkg-descr # echo c - devel/sgl mkdir -p devel/sgl > /dev/null 2>&1 echo x - devel/sgl/Makefile sed 's/^X//' >devel/sgl/Makefile << 'END-of-devel/sgl/Makefile' X# New ports collection makefile for: sgl X# Date created: 20 December 2002 X# Whom: David Holm X# X# $FreeBSD$ X# X XPORTNAME= sgl XPORTVERSION= 2.0a3 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.cs.rpi.edu/pub/stl/ XDISTNAME= SGL-${PORTVERSION} X XMAINTAINER= david@realityrift.com X XRUN_DEPENDS= gnatmake:${PORTSDIR}/lang/gnat X XNO_BUILD= yes X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X X.include X Xdo-install: X ${MKDIR} ${PREFIX}/lib/SGL X ${MKDIR} ${PREFIX}/share/SGL X ${MKDIR} ${PREFIX}/share/SGL/examples X X for i in `cat pkg-plist|grep -v dirrm|grep "lib/SGL"|sed "s/lib\/SGL\///"`; do \ X ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/sgl/$${i} ${PREFIX}/lib/SGL; \ X done X X ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/copyright ${PREFIX}/share/SGL X ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/readme ${PREFIX}/share/SGL X X for i in `cat pkg-plist|grep -v dirrm|grep "share/SGL/examples"|sed "s/share\/SGL\/examples\///"`; do \ X ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/test/$${i} ${PREFIX}/share/SGL/examples; \ X done X Xpost-install: X @${ECHO} X @${ECHO} "Files have been installed into ${PREFIX}/lib/SGL" X @${ECHO} X X.include END-of-devel/sgl/Makefile echo x - devel/sgl/distinfo sed 's/^X//' >devel/sgl/distinfo << 'END-of-devel/sgl/distinfo' XMD5 (SGL-2.0a3.tar.gz) = d7dcc49d40b596f5d852edbc9ef64d7a END-of-devel/sgl/distinfo echo x - devel/sgl/pkg-plist sed 's/^X//' >devel/sgl/pkg-plist << 'END-of-devel/sgl/pkg-plist' Xlib/SGL/header Xlib/SGL/sgl-algorithms.adb Xlib/SGL/sgl-algorithms.ads Xlib/SGL/sgl-back_insertion_sequence_containers.ads Xlib/SGL/sgl-basic_algorithms.adb Xlib/SGL/sgl-basic_algorithms.ads Xlib/SGL/sgl-bidirectional_constant_iterators.ads Xlib/SGL/sgl-bidirectional_iterators.ads Xlib/SGL/sgl-containers.ads Xlib/SGL/sgl-controlled_stubs.adb Xlib/SGL/sgl-controlled_stubs.ads Xlib/SGL/sgl-default_allocators.adb Xlib/SGL/sgl-default_allocators.ads Xlib/SGL/sgl-forward_constant_iterators.ads Xlib/SGL/sgl-forward_containers.ads Xlib/SGL/sgl-forward_iterators.ads Xlib/SGL/sgl-front_insertion_sequence_containers.ads Xlib/SGL/sgl-function_adaptors.adb Xlib/SGL/sgl-function_adaptors.ads Xlib/SGL/sgl-input_iterators.ads Xlib/SGL/sgl-integer_operations.ads Xlib/SGL/sgl-iterator_adaptors.adb Xlib/SGL/sgl-iterator_adaptors.ads Xlib/SGL/sgl-iterator_tags.adb Xlib/SGL/sgl-iterator_tags.ads Xlib/SGL/sgl-list_signatures.ads Xlib/SGL/sgl-lists.adb Xlib/SGL/sgl-lists.ads Xlib/SGL/sgl-lists.cp Xlib/SGL/sgl-map_signatures.ads Xlib/SGL/sgl-maps.adb Xlib/SGL/sgl-maps.ads Xlib/SGL/sgl-ostream_iterators.adb Xlib/SGL/sgl-ostream_iterators.ads Xlib/SGL/sgl-output_iterators.ads Xlib/SGL/sgl-pairs.adb Xlib/SGL/sgl-pairs.ads Xlib/SGL/sgl-priority_queues.adb Xlib/SGL/sgl-priority_queues.ads Xlib/SGL/sgl-private_stubs.adb Xlib/SGL/sgl-private_stubs.ads Xlib/SGL/sgl-queues.adb Xlib/SGL/sgl-queues.ads Xlib/SGL/sgl-random_access_constant_iterators.ads Xlib/SGL/sgl-random_access_containers.ads Xlib/SGL/sgl-random_access_iterators.ads Xlib/SGL/sgl-reverse_bidirectional_constant_iterators.adb Xlib/SGL/sgl-reverse_bidirectional_constant_iterators.ads Xlib/SGL/sgl-reverse_bidirectional_iterators.adb Xlib/SGL/sgl-reverse_bidirectional_iterators.ads Xlib/SGL/sgl-reverse_constant_iterator_operations.adb Xlib/SGL/sgl-reverse_constant_iterator_operations.ads Xlib/SGL/sgl-reverse_iterator_operations.adb Xlib/SGL/sgl-reverse_iterator_operations.ads Xlib/SGL/sgl-reverse_random_access_constant_iterators.adb Xlib/SGL/sgl-reverse_random_access_constant_iterators.ads Xlib/SGL/sgl-reverse_random_access_iterators.adb Xlib/SGL/sgl-reverse_random_access_iterators.ads Xlib/SGL/sgl-reversible_containers.ads Xlib/SGL/sgl-sequence_containers.ads Xlib/SGL/sgl-set_signatures.ads Xlib/SGL/sgl-sets.adb Xlib/SGL/sgl-sets.ads Xlib/SGL/sgl-special_pairs-extension.adb Xlib/SGL/sgl-special_pairs-extension.ads Xlib/SGL/sgl-special_pairs.adb Xlib/SGL/sgl-special_pairs.ads Xlib/SGL/sgl-stacks.adb Xlib/SGL/sgl-stacks.ads Xlib/SGL/sgl-trees.adb Xlib/SGL/sgl-trees.ads Xlib/SGL/sgl-vector_signatures.ads Xlib/SGL/sgl-vectors.adb Xlib/SGL/sgl-vectors.ads Xlib/SGL/sgl.ads Xshare/SGL/copyright Xshare/SGL/readme Xshare/SGL/examples/benchmark.adb Xshare/SGL/examples/bitest.adb Xshare/SGL/examples/integer_ostream_iterators.adb Xshare/SGL/examples/test_algorithms.adb Xshare/SGL/examples/test_assert.adb Xshare/SGL/examples/test_container_signatures.adb Xshare/SGL/examples/test_functions.adb Xshare/SGL/examples/test_iterators.adb Xshare/SGL/examples/test_lists.adb Xshare/SGL/examples/test_maps.adb Xshare/SGL/examples/test_queues.adb Xshare/SGL/examples/test_sets.adb Xshare/SGL/examples/test_stacks.adb Xshare/SGL/examples/test_trees.adb Xshare/SGL/examples/test_vectors.adb Xshare/SGL/examples/bool_private.ads Xshare/SGL/examples/bool_random.ads Xshare/SGL/examples/boolean_controlled.ads Xshare/SGL/examples/int_bool_map_signatures.ads Xshare/SGL/examples/int_bool_maps.ads Xshare/SGL/examples/int_bool_multimaps.ads Xshare/SGL/examples/int_controlled.ads Xshare/SGL/examples/int_identity.ads Xshare/SGL/examples/int_list_containers.ads Xshare/SGL/examples/int_list_queues.ads Xshare/SGL/examples/int_list_signatures.ads Xshare/SGL/examples/int_lists.ads Xshare/SGL/examples/int_private.ads Xshare/SGL/examples/int_random.ads Xshare/SGL/examples/int_set_signatures.ads Xshare/SGL/examples/int_sets.ads Xshare/SGL/examples/int_trees.ads Xshare/SGL/examples/int_vector_containers.ads Xshare/SGL/examples/int_vector_signatures.ads Xshare/SGL/examples/int_vector_stacks.ads Xshare/SGL/examples/int_vectors.ads Xshare/SGL/examples/integer_ostream_iterators.ads Xshare/SGL/examples/test_assert.ads Xshare/SGL/examples/makefile X@dirrm lib/SGL X@dirrm share/SGL/examples X@dirrm share/SGL END-of-devel/sgl/pkg-plist echo c - devel/sgl/files mkdir -p devel/sgl/files > /dev/null 2>&1 echo x - devel/sgl/files/patch-makefile sed 's/^X//' >devel/sgl/files/patch-makefile << 'END-of-devel/sgl/files/patch-makefile' X--- test/makefile.orig Wed Aug 19 03:59:46 1998 X+++ test/makefile Fri Dec 20 22:03:12 2002 X@@ -11,7 +11,7 @@ X # X X GNATMAKE=gnatmake X-ADA_INCLUDE=-I../SGL X+ADA_INCLUDE=-I/usr/local/lib/SGL X # Debuging flags :-v -gnatv -gnatf #-gnatdc X GFLAGS_OPT=-O3 -gnatn X #GFLAGS=-g X@@ -57,6 +57,6 @@ X ./test_iterators X X clean: dummy X- rm -f *.ali *.o *~ b_*.c test_vectors.exe test_lists.exe test_trees.exe test_sets.exe test_maps.exe test_stacks.exe test_queues.exe test_algorithms.exe test_container_signatures.exe test_functions.exe test_iterators.exe benchmark.exe X+ rm -f *.ali *.o *~ *.log b_*.c b~* test_vectors test_lists test_trees test_sets test_maps test_stacks test_queues test_algorithms test_container_signatures test_functions test_iterators benchmark X X dummy: END-of-devel/sgl/files/patch-makefile echo x - devel/sgl/pkg-comment sed 's/^X//' >devel/sgl/pkg-comment << 'END-of-devel/sgl/pkg-comment' XSTL implementation for ADA95 END-of-devel/sgl/pkg-comment echo x - devel/sgl/pkg-descr sed 's/^X//' >devel/sgl/pkg-descr << 'END-of-devel/sgl/pkg-descr' XThe Ada "Standard Generic Library" (SGL) XThe Ada SGL is a port of the C++ Standard Template Library (STL). X X- David Holm Xdavid@realityrift.com END-of-devel/sgl/pkg-descr exit --- sgl.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 14:12:40 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA6A437B401; Fri, 20 Dec 2002 14:12:39 -0800 (PST) Received: from front.ru (cblmdm205-162-223-74.buckeye-express.com [205.162.223.74]) by mx1.FreeBSD.org (Postfix) with SMTP id 9E26843EE5; Fri, 20 Dec 2002 14:12:28 -0800 (PST) (envelope-from remstroy2000@front.ru) From: "remstroy2000" Subject: Предлагаем ремонты квартиры Reply-To: remstroy2000@front.ru 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 Organization: remstroy2000 Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1251" Date: Sat, 21 Dec 2002 01:12:38 +0300 Message-Id: <20021220221228.9E26843EE5@mx1.FreeBSD.org> To: undisclosed-recipients: ; Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Бригада опытных мастеров (Москвичей) выполнит комплексные ремонты квартир, по самым доступным ценам (цена от 35 у.е. за метр). Наш E-mail: remstroy2000@front.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 14:54: 4 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB0E437B401 for ; Fri, 20 Dec 2002 14:54:03 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00BE943EE5 for ; Fri, 20 Dec 2002 14:54:03 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gBKMrvxl002977; Fri, 20 Dec 2002 17:53:57 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gBKMrul4002976; Fri, 20 Dec 2002 17:53:56 -0500 (EST) (envelope-from alane) Date: Fri, 20 Dec 2002 17:53:56 -0500 From: AlanE To: Alex Deiter Cc: FreeBSD Ports List Subject: Re: FreeBSD ports: CUPS -> 1.1.18 Message-ID: <20021220225356.GA2962@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: Alex Deiter , FreeBSD Ports List References: <000f01c2a84e$6117cb60$ce13fea9@ad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000f01c2a84e$6117cb60$ce13fea9@ad> X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.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 Fri, Dec 20, 2002 at 08:36:13PM +0300, Alex Deiter wrote: >Hello! > >Tell me please when CUPS to be updated up to the latest version v1.1.18 ? > >Thanks! Since I know have an OK to do so in spite of the freeze due to security reasons, I will try to have a go at it tomorrow (Sat). This is not an easy port to upgrade, especially since Michael chnaged his Makefiles. Now, people, PLEASE stfu and let me do the update. Thank you. -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 15: 6: 1 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 758F837B401 for ; Fri, 20 Dec 2002 15:06:00 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id B121743EDC for ; Fri, 20 Dec 2002 15:05:59 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gBKN5rxl003152; Fri, 20 Dec 2002 18:05:53 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gBKN5rEh003151; Fri, 20 Dec 2002 18:05:53 -0500 (EST) (envelope-from alane) Date: Fri, 20 Dec 2002 18:05:53 -0500 From: AlanE To: David Holm Cc: FreeBSD Ports List Subject: Re: ports/46404: New port: Kaptain is a universal graphical front-end for command line programs Message-ID: <20021220230553.GD2962@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: David Holm , FreeBSD Ports List References: <200212201629.gBKGTU7C061428@rift.ath.cx> <20021220163922.GA28556@wwweasel.geeksrus.net> <200212201757.06023.david@realityrift.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200212201757.06023.david@realityrift.com> X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.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 Fri, Dec 20, 2002 at 05:57:06PM +0100, David Holm wrote: >You should have mentioned which packages you had written in the description so >I wouldn't have wasted my time. I did. devel/kaptain with a description matching this program pretty much covers it, don't you think? >Anyway, I tried your port mine fixes more bugs than yours. Your package is >broken on CURRENT, mine isn't. Are they documented bugs, or your own patches? Have they been approved by the author? Are you backporting patches from CVS versions? My package has not been tested on CURRENT. >It does not include the latest version of dia2code (like mine does). If that is a separate program it should be a separate port. Mine is a straightforward build of the RELEASE version. We don't do betas or release candidates or CVS pulls in the ports tree as a matter of policy. And finally, I don't care HOW big your dick is. PR stays closed. Supplicant loses 10 hit points for attitude. Better luck next turn. Oh, and a rabid were-rat is right behind you, and he looks hungry. Next player... hmm... -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 15:13:47 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD78E37B401 for ; Fri, 20 Dec 2002 15:13:45 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1619643ED8 for ; Fri, 20 Dec 2002 15:13:45 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gBKNDdxl004864; Fri, 20 Dec 2002 18:13:39 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gBKNDdPU004863; Fri, 20 Dec 2002 18:13:39 -0500 (EST) (envelope-from alane) Date: Fri, 20 Dec 2002 18:13:39 -0500 From: AlanE To: David Holm Cc: FreeBSD Ports List Subject: Re: ports/46404: New port: Kaptain is a universal graphical front-end for command line programs Message-ID: <20021220231339.GF2962@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: David Holm , FreeBSD Ports List References: <200212201629.gBKGTU7C061428@rift.ath.cx> <20021220163922.GA28556@wwweasel.geeksrus.net> <200212201757.06023.david@realityrift.com> <20021220230553.GD2962@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021220230553.GD2962@wwweasel.geeksrus.net> X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.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 Fri, Dec 20, 2002 at 06:05:53PM -0500, AlanE wrote: >On Fri, Dec 20, 2002 at 05:57:06PM +0100, David Holm wrote: >>You should have mentioned which packages you had written in the description so >>I wouldn't have wasted my time. > >I did. devel/kaptain with a description matching this program pretty >much covers it, don't you think? Description: New ports waiting to commit. You are welcome to try them if you like. See http://people.freebsd.org/~alane/ for the .shar files. deskutils/knowit audio/lplayer (longplayer) devel/kaptain (GUI maker/interpreter) devel/ncurses-dialog (Tom Dickey's turbo charged dialog) >How-To-Repeat: >Fix: This pr is just so nobody else wastes time on doing any of these. -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 15:20:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C82237B401 for ; Fri, 20 Dec 2002 15:20:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB13643ED8 for ; Fri, 20 Dec 2002 15:20:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKNK9NS056821 for ; Fri, 20 Dec 2002 15:20:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKNK923056820; Fri, 20 Dec 2002 15:20:09 -0800 (PST) Date: Fri, 20 Dec 2002 15:20:09 -0800 (PST) Message-Id: <200212202320.gBKNK923056820@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: AlanE Subject: Re: ports/46404: New port: Kaptain is a universal graphical front-end for command line programs Reply-To: AlanE Sender: owner-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/46404; it has been noted by GNATS. From: AlanE To: FreeBSD Bugs List Cc: Subject: Re: ports/46404: New port: Kaptain is a universal graphical front-end for command line programs Date: Fri, 20 Dec 2002 18:19:00 -0500 For audit trail .... ----- Forwarded message from AlanE ----- Date: Fri, 20 Dec 2002 18:05:53 -0500 From: AlanE To: David Holm Cc: FreeBSD Ports List Subject: Re: ports/46404: New port: Kaptain is a universal graphical front-end for command line programs Message-ID: <20021220230553.GD2962@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net References: <200212201629.gBKGTU7C061428@rift.ath.cx> <20021220163922.GA28556@wwweasel.geeksrus.net> <200212201757.06023.david@realityrift.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200212201757.06023.david@realityrift.com> X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Precedence: bulk X-Spam-Status: No, hits=-101.7 required=5.0 tests=AWL,IN_REP_TO,REFERENCES,SIGNATURE_SHORT_SPARSE, SPAM_PHRASE_03_05,TO_BE_REMOVED_REPLY,USER_AGENT, USER_AGENT_MUTT,USER_IN_WHITELIST,X_LOOP version=2.43 X-Spam-Level: Status: RO X-Status: A Content-Length: 1448 Lines: 37 On Fri, Dec 20, 2002 at 05:57:06PM +0100, David Holm wrote: >You should have mentioned which packages you had written in the description so >I wouldn't have wasted my time. I did. devel/kaptain with a description matching this program pretty much covers it, don't you think? >Anyway, I tried your port mine fixes more bugs than yours. Your package is >broken on CURRENT, mine isn't. Are they documented bugs, or your own patches? Have they been approved by the author? Are you backporting patches from CVS versions? My package has not been tested on CURRENT. >It does not include the latest version of dia2code (like mine does). If that is a separate program it should be a separate port. Mine is a straightforward build of the RELEASE version. We don't do betas or release candidates or CVS pulls in the ports tree as a matter of policy. And finally, I don't care HOW big your dick is. PR stays closed. Supplicant loses 10 hit points for attitude. Better luck next turn. Oh, and a rabid were-rat is right behind you, and he looks hungry. Next player... hmm... ----- End forwarded message ----- ----- Forwarded message from AlanE ----- Date: Fri, 20 Dec 2002 18:13:39 -0500 From: AlanE To: David Holm Cc: FreeBSD Ports List Subject: Re: ports/46404: New port: Kaptain is a universal graphical front-end for command line programs Message-ID: <20021220231339.GF2962@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net References: <200212201629.gBKGTU7C061428@rift.ath.cx> <20021220163922.GA28556@wwweasel.geeksrus.net> <200212201757.06023.david@realityrift.com> <20021220230553.GD2962@wwweasel.geeksrus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021220230553.GD2962@wwweasel.geeksrus.net> X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Precedence: bulk X-Spam-Status: No, hits=-101.9 required=5.0 tests=AWL,IN_REP_TO,REFERENCES,SIGNATURE_SHORT_SPARSE, SPAM_PHRASE_02_03,TO_BE_REMOVED_REPLY,USER_AGENT, USER_AGENT_MUTT,USER_IN_WHITELIST,X_LOOP version=2.43 X-Spam-Level: Status: RO Content-Length: 1089 Lines: 32 On Fri, Dec 20, 2002 at 06:05:53PM -0500, AlanE wrote: >On Fri, Dec 20, 2002 at 05:57:06PM +0100, David Holm wrote: >>You should have mentioned which packages you had written in the description so >>I wouldn't have wasted my time. > >I did. devel/kaptain with a description matching this program pretty >much covers it, don't you think? Description: New ports waiting to commit. You are welcome to try them if you like. See http://people.freebsd.org/~alane/ for the .shar files. deskutils/knowit audio/lplayer (longplayer) devel/kaptain (GUI maker/interpreter) devel/ncurses-dialog (Tom Dickey's turbo charged dialog) >How-To-Repeat: >Fix: This pr is just so nobody else wastes time on doing any of these. ----- End forwarded message ----- -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 15:30: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26D6C37B401 for ; Fri, 20 Dec 2002 15:30:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B13C843EEF for ; Fri, 20 Dec 2002 15:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKNU3NS058750 for ; Fri, 20 Dec 2002 15:30:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKNU3fm058749; Fri, 20 Dec 2002 15:30:03 -0800 (PST) Date: Fri, 20 Dec 2002 15:30:03 -0800 (PST) Message-Id: <200212202330.gBKNU3fm058749@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: AlanE Subject: Re: ports/46404: New port: Kaptain is a universal graphical front-end for command line programs Reply-To: AlanE Sender: owner-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/46404; it has been noted by GNATS. From: AlanE To: David Holm Cc: FreeBSD Bugs List Subject: Re: ports/46404: New port: Kaptain is a universal graphical front-end for command line programs Date: Fri, 20 Dec 2002 18:21:28 -0500 On Sat, Dec 21, 2002 at 12:18:11AM +0100, David Holm wrote: >On Saturday 21 December 2002 00:05, you wrote: >> On Fri, Dec 20, 2002 at 05:57:06PM +0100, David Holm wrote: >> >You should have mentioned which packages you had written in the >> > description so I wouldn't have wasted my time. >> >> I did. devel/kaptain with a description matching this program pretty >> much covers it, don't you think? > >I tried searching the >http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports page AGAIN for >kaptain, and it returns nothing... are you sure it's in there? >My own patches. They are all C++ updates. Seems the author was using the old >C++ standard which is no longer supported by gcc 3. My patches fixes these >bugs (and to my experience it should still compile with 2.95). >I have mailed him the patch of course. AFAIK there is no CVS, I checked the sf >repository and it was empty. > >> >> >It does not include the latest version of dia2code (like mine does). >> >> If that is a separate program it should be a separate port. Mine is a >> straightforward build of the RELEASE version. We don't do betas or >> release candidates or CVS pulls in the ports tree as a matter of policy. > >kaptain 0.7 includes dia2code.kaptn 1.0. I added a patch which upgrades it to >1.2 (from dia2code webpage) which adds support for specifying a license file >(imho dia2code is quite useless without it..., not very fun pasting license >headers into a ton of files). If you send those patches as a followup to PR 46292, I'll be happy to look at them and incorporate them. That way your work is appreciated, not wasted. -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 15:30: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC61737B401 for ; Fri, 20 Dec 2002 15:30:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 935B843EDC for ; Fri, 20 Dec 2002 15:30:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKNU5NS058759 for ; Fri, 20 Dec 2002 15:30:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKNU58D058758; Fri, 20 Dec 2002 15:30:05 -0800 (PST) Date: Fri, 20 Dec 2002 15:30:05 -0800 (PST) Message-Id: <200212202330.gBKNU58D058758@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: AlanE Subject: Re: ports/46404: New port: Kaptain is a universal graphical front-end for command line programs Reply-To: AlanE Sender: owner-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/46404; it has been noted by GNATS. From: AlanE To: FreeBSD Bugs List Cc: Subject: Re: ports/46404: New port: Kaptain is a universal graphical front-end for command line programs Date: Fri, 20 Dec 2002 18:27:38 -0500 For audit trail ... ----- Forwarded message from David Holm ----- From: David Holm To: alane@geeksrus.net Subject: Re: ports/46404: New port: Kaptain is a universal graphical front-end for command line programs Date: Sat, 21 Dec 2002 00:18:11 +0100 User-Agent: KMail/1.4.3 References: <200212201629.gBKGTU7C061428@rift.ath.cx> <200212201757.06023.david@realityrift.com> <20021220230553.GD2962@wwweasel.geeksrus.net> In-Reply-To: <20021220230553.GD2962@wwweasel.geeksrus.net> MIME-Version: 1.0 Message-Id: <200212210018.11453.david@realityrift.com> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by wwweasel.geeksrus.net id gBKNIIxl004926 X-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_03_05,USER_AGENT,USER_AGENT_KMAIL version=2.43 X-Spam-Level: Status: RO X-Status: A Content-Length: 2052 Lines: 51 On Saturday 21 December 2002 00:05, you wrote: > On Fri, Dec 20, 2002 at 05:57:06PM +0100, David Holm wrote: > >You should have mentioned which packages you had written in the > > description so I wouldn't have wasted my time. > > I did. devel/kaptain with a description matching this program pretty > much covers it, don't you think? I tried searching the http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports page AGAIN for kaptain, and it returns nothing... are you sure it's in there? > > >Anyway, I tried your port mine fixes more bugs than yours. Your package is > >broken on CURRENT, mine isn't. > > Are they documented bugs, or your own patches? Have they been approved > by the author? Are you backporting patches from CVS versions? > My package has not been tested on CURRENT. My own patches. They are all C++ updates. Seems the author was using the old C++ standard which is no longer supported by gcc 3. My patches fixes these bugs (and to my experience it should still compile with 2.95). I have mailed him the patch of course. AFAIK there is no CVS, I checked the sf repository and it was empty. > > >It does not include the latest version of dia2code (like mine does). > > If that is a separate program it should be a separate port. Mine is a > straightforward build of the RELEASE version. We don't do betas or > release candidates or CVS pulls in the ports tree as a matter of policy. kaptain 0.7 includes dia2code.kaptn 1.0. I added a patch which upgrades it to 1.2 (from dia2code webpage) which adds support for specifying a license file (imho dia2code is quite useless without it..., not very fun pasting license headers into a ton of files). > And finally, > > I don't care HOW big your dick is. > > PR stays closed. Supplicant loses 10 hit points for attitude. Who said you should reopen it? Save your witty remarks for when they actually apply will you? If I sounded rude it was probably because I spent about two hours writing patches for the damn thing to get it to compile on CURRENT. //David Holm ----- End forwarded message ----- -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 15:40: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1442E37B401 for ; Fri, 20 Dec 2002 15:40:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE2B343EDA for ; Fri, 20 Dec 2002 15:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKNe3NS060760 for ; Fri, 20 Dec 2002 15:40:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKNe33m060759; Fri, 20 Dec 2002 15:40:03 -0800 (PST) Date: Fri, 20 Dec 2002 15:40:03 -0800 (PST) Message-Id: <200212202340.gBKNe33m060759@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: AlanE Subject: Re: ports/46404: New port: Kaptain is a universal graphical front-end for command line programs Reply-To: AlanE Sender: owner-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/46404; it has been noted by GNATS. From: AlanE To: David Holm Cc: FreeBSD Bugs List Subject: Re: ports/46404: New port: Kaptain is a universal graphical front-end for command line programs Date: Fri, 20 Dec 2002 18:31:39 -0500 >If I sounded rude it was probably because I spent about two hours writing >patches for the damn thing to get it to compile on CURRENT. You did come across as a bit rough, yes. I was just trying to add a bit of levity to what had the potential to become a tense situation. I'll grab your port and look at the patches and incorporate them with credit myself if you don't want to send another PR. -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 15:50: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1673537B405 for ; Fri, 20 Dec 2002 15:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEDE843EDC for ; Fri, 20 Dec 2002 15:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBKNo2NS062774 for ; Fri, 20 Dec 2002 15:50:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBKNo1jZ062773; Fri, 20 Dec 2002 15:50:01 -0800 (PST) Date: Fri, 20 Dec 2002 15:50:01 -0800 (PST) Message-Id: <200212202350.gBKNo1jZ062773@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: David Holm Subject: Re: ports/45745: Maintainer update: net/adasockets Reply-To: David Holm Sender: owner-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/45745; it has been noted by GNATS. From: David Holm To: freebsd-gnats-submit@FreeBSD.org, sam@inf.enst.fr Cc: Subject: Re: ports/45745: Maintainer update: net/adasockets Date: Sat, 21 Dec 2002 00:46:05 +0100 Yeah, I had the same problem. The solution was to replaces the old cdefs.= h=20 include with #include I'm gonna mail the current mailinglist and ask if this is a bug. //David Holm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 16:10:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39DD737B401 for ; Fri, 20 Dec 2002 16:10:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98B0843F1C for ; Fri, 20 Dec 2002 16:10:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL0A7NS071573 for ; Fri, 20 Dec 2002 16:10:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL0A7VJ071572; Fri, 20 Dec 2002 16:10:07 -0800 (PST) Date: Fri, 20 Dec 2002 16:10:07 -0800 (PST) Message-Id: <200212210010.gBL0A7VJ071572@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: David Holm Subject: Re: ports/42280: New port: florist (Ada-POSIX bindings) Reply-To: David Holm Sender: owner-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/42280; it has been noted by GNATS. From: David Holm To: freebsd-gnats-submit@FreeBSD.org, vgodunko@rost.ru Cc: Subject: Re: ports/42280: New port: florist (Ada-POSIX bindings) Date: Sat, 21 Dec 2002 01:05:40 +0100 The file seems to be filled with spaces which makes it refuse unpacking. = Is=20 there an easy way to remove these redundant spaces? //David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 16:50: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38C1237B401 for ; Fri, 20 Dec 2002 16:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6256E43EEF for ; Fri, 20 Dec 2002 16:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL0o2NS080037 for ; Fri, 20 Dec 2002 16:50:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL0o2RK080036; Fri, 20 Dec 2002 16:50:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F7A537B401 for ; Fri, 20 Dec 2002 16:44:19 -0800 (PST) Received: from fafoe.dyndns.org (chello212186121237.14.vie.surfer.at [212.186.121.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A7F343EDE for ; Fri, 20 Dec 2002 16:44:18 -0800 (PST) (envelope-from stefan@fafoe.dyndns.org) Received: from frog.fafoe (frog.fafoe [192.168.2.101]) by fafoe.dyndns.org (Postfix) with ESMTP id D56D43F9A; Sat, 21 Dec 2002 01:44:06 +0100 (CET) Received: by frog.fafoe (Postfix, from userid 1001) id 34153866; Sat, 21 Dec 2002 01:44:06 +0100 (CET) Message-Id: <20021221004406.34153866@frog.fafoe> Date: Sat, 21 Dec 2002 01:44:06 +0100 (CET) From: Stefan Farfeleder Reply-To: Stefan Farfeleder To: FreeBSD-gnats-submit@FreeBSD.org Cc: stefan@fafoe.dyndns.org X-Send-Pr-Version: 3.113 Subject: ports/46412: [patch] fix devel/mingw-binutils when bison is installed Sender: owner-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: 46412 >Category: ports >Synopsis: [patch] fix devel/mingw-binutils when bison is installed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 16:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Stefan Farfeleder >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD frog.fafoe 5.0-CURRENT FreeBSD 5.0-CURRENT #8: Fri Dec 20 01:53:06 CET 2002 freebsd@frog.fafoe:/freebsd/current/obj/freebsd/current/src/sys/FROG i386 >Description: If devel/bison is installed, this port will use it instead of the system yacc but fails to build because in two grammars there is a ';' missing each (which doesn't bother yacc). >How-To-Repeat: $ bison -V bison (GNU Bison) 1.75 ... $ cd ports/devel/mingw-binutils && make ... /bin/sh ./../ylwrap "bison -y" arparse.y y.tab.c arparse.c y.tab.h arparse.h -- -d arparse.y:78.8: parse error, unexpected ":", expecting ";" or "|" gmake[3]: *** [arparse.c] Error 1 After fixing arparse.y, the same will happen with ldgram.y. >Fix: [ I also tried to set CONFIGURE_ENV= YACC=yacc but that doesn't help. ] --- patch-binutils::arparse.y begins here --- --- binutils/arparse.y.orig Sat Dec 21 00:54:35 2002 +++ binutils/arparse.y Sat Dec 21 00:57:03 2002 @@ -74,6 +74,7 @@ command_line: command NEWLINE { prompt(); } + ; command: open_command --- patch-binutils::arparse.y ends here --- --- patch-ld::ldgram.y begins here --- --- ld/ldgram.y.orig Sat Dec 21 00:58:41 2002 +++ ld/ldgram.y Sat Dec 21 00:58:57 2002 @@ -170,6 +170,7 @@ ldlex_popstate(); lang_add_assignment(exp_assop($3,$2,$4)); } + ; /* SYNTAX WITHIN AN MRI SCRIPT FILE */ mri_script_file: --- patch-ld::ldgram.y ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 17:50: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94A7037B401 for ; Fri, 20 Dec 2002 17:50:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A56D43EDC for ; Fri, 20 Dec 2002 17:50:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL1o6NS018562 for ; Fri, 20 Dec 2002 17:50:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL1o6Ls018561; Fri, 20 Dec 2002 17:50:06 -0800 (PST) Date: Fri, 20 Dec 2002 17:50:06 -0800 (PST) Message-Id: <200212210150.gBL1o6Ls018561@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mario Sergio Fujikawa Ferreira Subject: Re: ports/46412: [patch] fix devel/mingw-binutils when bison is installed 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/46412; it has been noted by GNATS. From: Mario Sergio Fujikawa Ferreira To: Stefan Farfeleder Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/46412: [patch] fix devel/mingw-binutils when bison is installed Date: Fri, 20 Dec 2002 23:20:44 -0200 Is it possible to just patch it to no longer use bison? That would be neat. :) Or, do you think that some ppl will prefer bison for some reason? -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer 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 Dec 20 18: 5:12 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B14637B401; Fri, 20 Dec 2002 18:05:11 -0800 (PST) Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9381543EE5; Fri, 20 Dec 2002 18:05:05 -0800 (PST) (envelope-from manek@ghur.net) Received: from user-38lc0cq.dialup.mindspring.com ([209.86.1.154] helo=rover) by falcon.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 18PZ0i-0003e7-00; Fri, 20 Dec 2002 18:05:04 -0800 From: "Sameer R. Manek" To: , Subject: vcdgear's website Date: Fri, 20 Dec 2002 18:05:02 -0800 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.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: 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 It looks like vcdgear's website has been sold off/taken over by someone else. hardknocks# cat /usr/ports/graphics/vcdgear/pkg-descr A tool to convert VCDs from cue/bin format to mpeg WWW: http://www.vcdgear.org/ ------------------------------------------------------------------------- Sameer R. Manek Email: manek@ghur.net "What one has not experienced, one will never understand in print." --Isadora Duncan ------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 18:20: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51FF137B401 for ; Fri, 20 Dec 2002 18:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0635E43EDA for ; Fri, 20 Dec 2002 18:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL2K2NS029707 for ; Fri, 20 Dec 2002 18:20:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL2K2GT029706; Fri, 20 Dec 2002 18:20:02 -0800 (PST) Date: Fri, 20 Dec 2002 18:20:02 -0800 (PST) Message-Id: <200212210220.gBL2K2GT029706@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Stefan Farfeleder Subject: Re: ports/46412: [patch] fix devel/mingw-binutils when bison is installed Reply-To: Stefan Farfeleder Sender: owner-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/46412; it has been noted by GNATS. From: Stefan Farfeleder To: Mario Sergio Fujikawa Ferreira Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/46412: [patch] fix devel/mingw-binutils when bison is installed Date: Sat, 21 Dec 2002 03:10:07 +0100 --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Dec 20, 2002 at 11:20:44PM -0200, Mario Sergio Fujikawa Ferreira wrote: > Is it possible to just patch it to no longer use bison? > That would be neat. :) Ok, attached is a patch that causes DEFAULT_YACC to be set to 'byacc'. > Or, do you think that some ppl will prefer > bison for some reason? No. Regards, Stefan Farfeleder --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-configure --- configure.orig Sat Dec 21 02:57:02 2002 +++ configure Sat Dec 21 02:57:19 2002 @@ -848,7 +848,7 @@ # Generate a default definition for YACC. This is used if the makefile can't # locate bison or byacc in objdir. -for prog in 'bison -y' byacc yacc +for prog in byacc yacc do set dummy $prog; tmp=$2 IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:" --gKMricLos+KVdGMg-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 18:25: 6 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFFF137B401; Fri, 20 Dec 2002 18:25:04 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-228.dsl.lsan03.pacbell.net [64.169.104.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id B575B43EF1; Fri, 20 Dec 2002 18:24:59 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 6DE1066BE3; Fri, 20 Dec 2002 18:24:59 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id D55BF1398; Fri, 20 Dec 2002 18:24:58 -0800 (PST) Date: Fri, 20 Dec 2002 18:24:58 -0800 From: Kris Kennaway To: alane@FreeBSD.org Cc: mt@primats.org.ua, ports@FreeBSD.org Subject: plucker broken Message-ID: <20021221022458.GA11366@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline http://bento.freebsd.org/errorlogs/i386-5-latest/plucker-1.2.log Looks like misuse of the autoconf variables. Kris --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+A9D5Wry0BWjoQKURAle1AKCJGvny/P56OLcxgk8BudGgetKK5QCfb32x gcaGckj3ggLbJKKpkfFNFP0= =w/lF -----END PGP SIGNATURE----- --wac7ysb48OaltWcw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 18:26:41 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6905837B401 for ; Fri, 20 Dec 2002 18:26:40 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-228.dsl.lsan03.pacbell.net [64.169.104.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id D558443EEA for ; Fri, 20 Dec 2002 18:26:39 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 9493266E44; Fri, 20 Dec 2002 18:26:39 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 01F081330; Fri, 20 Dec 2002 18:26:38 -0800 (PST) Date: Fri, 20 Dec 2002 18:26:38 -0800 From: Kris Kennaway To: Edwin Groothuis Cc: freebsd-ports@FreeBSD.ORG Subject: Re: New broken ports overview Message-ID: <20021221022638.GB11366@rot13.obsecurity.org> References: <20021220135016.GZ50581@k7.mavetju> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Fba/0zbH8Xs+Fj9o" Content-Disposition: inline In-Reply-To: <20021220135016.GZ50581@k7.mavetju> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --Fba/0zbH8Xs+Fj9o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 21, 2002 at 12:50:16AM +1100, Edwin Groothuis wrote: > Hi, >=20 > Maybe it would be handy if the "new broken ports overview" could > be posted here once per week with the new ones. That's part of my plans once I get it working a bit better. It's also going to email the maintainer when a port fails to build 5 times in a row. Kris --Fba/0zbH8Xs+Fj9o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+A9FdWry0BWjoQKURAgEeAKCkBXd0vkOAT2Ymf+k2h17FDBnWugCgg7/x NpCGOWAhoDtwCBb+BCmQTNY= =Frg0 -----END PGP SIGNATURE----- --Fba/0zbH8Xs+Fj9o-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 18:43:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BBA837B401; Fri, 20 Dec 2002 18:43:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C91C743EDA; Fri, 20 Dec 2002 18:43:21 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL2hLNS035424; Fri, 20 Dec 2002 18:43:21 -0800 (PST) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL2hLNW035420; Fri, 20 Dec 2002 18:43:21 -0800 (PST) Date: Fri, 20 Dec 2002 18:43:21 -0800 (PST) From: Mario Sergio Fujikawa Ferreira Message-Id: <200212210243.gBL2hLNW035420@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, lioux@FreeBSD.org Subject: Re: ports/46412: [patch] fix devel/mingw-binutils when bison is installed Sender: owner-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] fix devel/mingw-binutils when bison is installed Responsible-Changed-From-To: freebsd-ports->lioux Responsible-Changed-By: lioux Responsible-Changed-When: Fri Dec 20 18:43:21 PST 2002 Responsible-Changed-Why: I will handle this http://www.freebsd.org/cgi/query-pr.cgi?pr=46412 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 20: 0:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD70B37B401 for ; Fri, 20 Dec 2002 20:00:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05AAD43EE6 for ; Fri, 20 Dec 2002 20:00:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL40FNS055073 for ; Fri, 20 Dec 2002 20:00:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL40FVm055072; Fri, 20 Dec 2002 20:00:15 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1865537B401 for ; Fri, 20 Dec 2002 19:58:10 -0800 (PST) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id F26C643EDA for ; Fri, 20 Dec 2002 19:58:08 -0800 (PST) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 164FB51996; Sat, 21 Dec 2002 14:28:07 +1030 (CST) Message-Id: <20021221035807.164FB51996@wantadilla.lemis.com> Date: Sat, 21 Dec 2002 14:28:07 +1030 (CST) From: "Greg 'groggy' Lehey" Reply-To: "Greg 'groggy' Lehey" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46414: squid man page gives wrong location of configuration file Sender: owner-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: 46414 >Category: ports >Synopsis: squid man page gives wrong location of configuration file >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 20:00:15 PST 2002 >Closed-Date: >Last-Modified: >Originator: Greg 'groggy' Lehey >Release: FreeBSD 5.0-CURRENT i386 >Organization: LEMIS (SA) Pty Ltd >Environment: System: FreeBSD wantadilla.lemis.com 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sat Oct 26 11:16:38 CST 2002 grog@current.lemis.com:/usr/obj/src/FreeBSD/5-CURRENT-WANTADILLA/src/sys/WANTADILLA i386 Not machine specific >Description: The man page for squid states: FILES /etc/squid/squid.conf The main configuration file. In fact, the configuration file is kept in /usr/local/etc/squid/squid.conf. >How-To-Repeat: man squid >Fix: --- doc/squid.8.orig Sat Dec 21 14:22:42 2002 +++ doc/squid.8 Sat Dec 21 14:24:04 2002 @@ -98,7 +98,7 @@ .IP -Y Only return UDP_HIT or UDP_MISS_NOFETCH during fast reload. .SH FILES -.I /etc/squid/squid.conf +.I /usr/local/etc/squid/squid.conf .RS The main configuration file. You must initially make changes to this file for >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 20: 4: 4 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AA5137B406 for ; Fri, 20 Dec 2002 20:04:03 -0800 (PST) Received: from warspite.cnchost.com (warspite.concentric.net [207.155.248.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E19D43EFF for ; Fri, 20 Dec 2002 20:04:00 -0800 (PST) (envelope-from me@jmind.com) Received: from SHOP (w163.z208176081.bos-ma.dsl.cnc.net [208.176.81.163]) by warspite.cnchost.com id XAA24172; Fri, 20 Dec 2002 23:03:59 -0500 (EST) [ConcentricHost SMTP Relay 1.15] Message-ID: <4136-22002126217957303@SHOP> Organization: J.M.I. From: "me" To: ports@FreeBSD.ORG Subject: Evaporators for sale Date: Fri, 20 Dec 2002 23:09:57 -0800 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII 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 J=2EM=2E Industries 55 High St=2E Bld #7 North Billerica MA 01862= Phone (978) 663-5376 Fax (978) 663-5433 =20= Just in=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E CHA SE 600 filiment evaporator, all manual valving, can be configured with diffusion or cryopump http://www=2Ejmind=2Ecom/chase600evaporator=2Ejpg Coming in soon=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E CHA SE 600 electron beam evaporator, cv-8 power supply and=20 Temescal FC-1800 electron beam evaporator, cv-8 power supply (Please email us back for more details and a quote) If you wish to be removed from our mailing list that is sent out once or twice weekly, listing recent arrivals, equipment available or equipment needed, please accept our apologies for the inconvenience and respond to this email with the word REMOVE (IN THE SUBJECT)=2E If you have multiple email addresses, that forward to your address, please respond with MULTIPLE ADDRESSES in the subject, followed by all addresses in the body to make sure we don't inadvertently email you again=2E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 21:30: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF30537B401 for ; Fri, 20 Dec 2002 21:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3FAB43EDC for ; Fri, 20 Dec 2002 21:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL5U2NS083668 for ; Fri, 20 Dec 2002 21:30:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL5U2K0083667; Fri, 20 Dec 2002 21:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB24337B401 for ; Fri, 20 Dec 2002 21:20:40 -0800 (PST) Received: from netflow.stu.edu.tw (netflow.stu.edu.tw [210.71.23.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CE8743EE5 for ; Fri, 20 Dec 2002 21:20:40 -0800 (PST) (envelope-from ychsiao@netflow.stu.edu.tw) Received: by netflow.stu.edu.tw (Postfix, from userid 1001) id 426C75963A7; Sat, 21 Dec 2002 13:19:45 +0800 (CST) Message-Id: <20021221051945.426C75963A7@netflow.stu.edu.tw> Date: Sat, 21 Dec 2002 13:19:45 +0800 (CST) From: ychsiao Reply-To: ychsiao To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46416: update checkservice ports Sender: owner-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: 46416 >Category: ports >Synopsis: update checkservice ports >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 21:30:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: ychsiao >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: Netflow of STU, Taiwan >Environment: System: FreeBSD netflow.stu.edu.tw 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #0: Mon Nov 18 03:18:27 CST 2002 root@netflow.stu.edu.tw:/usr/obj/usr/src/sys/Netflow i386 >Description: the ports 'checkservices' will release new version. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 21:34:46 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5556337B401; Fri, 20 Dec 2002 21:34:45 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0013543EDC; Fri, 20 Dec 2002 21:34:44 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL5YiNS085583; Fri, 20 Dec 2002 21:34:44 -0800 (PST) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL5YibJ085579; Fri, 20 Dec 2002 21:34:44 -0800 (PST) Date: Fri, 20 Dec 2002 21:34:44 -0800 (PST) From: Mario Sergio Fujikawa Ferreira Message-Id: <200212210534.gBL5YibJ085579@freefall.freebsd.org> To: lioux@FreeBSD.org, freebsd-ports@FreeBSD.org, adrian@FreeBSD.org Subject: Re: ports/46414: squid man page gives wrong location of configuration file Sender: owner-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: squid man page gives wrong location of configuration file Responsible-Changed-From-To: freebsd-ports->adrian Responsible-Changed-By: lioux Responsible-Changed-When: Fri Dec 20 21:34:44 PST 2002 Responsible-Changed-Why: Over to maintainer(s) http://www.freebsd.org/cgi/query-pr.cgi?pr=46414 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 21:42:49 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1275137B401; Fri, 20 Dec 2002 21:42:49 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4382543EEA; Fri, 20 Dec 2002 21:42:48 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gBL5gdxl071712; Sat, 21 Dec 2002 00:42:39 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from root@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gBL5gdXc071646; Sat, 21 Dec 2002 00:42:39 -0500 (EST) (envelope-from alane) Date: Sat, 21 Dec 2002 00:42:39 -0500 From: "AlanE [admin]" To: FreeBSD Bugs List Cc: FreeBSD Ports List Subject: Re: ports/46292 Message-ID: <20021221054239.GA60408@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: FreeBSD Bugs List , FreeBSD Ports List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.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 Added new port for txt2tags (http://txt2tags.sourceforge.net/). See http://people.freebsd.org/~alane/shar for the shar files for all my pending new ports. -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 21:51:30 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 377D837B401 for ; Fri, 20 Dec 2002 21:51:29 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D96443EE5 for ; Fri, 20 Dec 2002 21:51:28 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gBL5pKxl025243 for ; Sat, 21 Dec 2002 00:51:20 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gBL5pJT9025242 for ports@freebsd.org; Sat, 21 Dec 2002 00:51:19 -0500 (EST) (envelope-from alane) Date: Sat, 21 Dec 2002 00:51:19 -0500 From: AlanE To: FreeBSD Ports List Subject: Re: Evaporators for sale Message-ID: <20021221055119.GB92984@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: FreeBSD Ports List References: <4136-22002126217957303@SHOP> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4136-22002126217957303@SHOP> X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.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 Fri, Dec 20, 2002 at 11:09:57PM -0800, me wrote: > J.M. Industries > 55 High St. Bld #7 North Billerica MA 01862 > Phone (978) 663-5376 Fax (978) 663-5433 > >Just in.............. > > >CHA SE 600 filiment evaporator, >all manual valving, can be configured with diffusion or cryopump >http://www.jmind.com/chase600evaporator.jpg Could we use these for supercooling and overclocking the bento cluster? -- AlanE (Alan Eldridge), who likes fixing weird distributed systems bugs. Unix/C(++) IT Pro for 20 yrs, desperately seeking employment in NYC. (http://wwweasel.geeksrus.net/~alane/resume.rtf) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 22:45: 2 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 931B437B401; Fri, 20 Dec 2002 22:45:01 -0800 (PST) Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 484AE43EEA; Fri, 20 Dec 2002 22:45:01 -0800 (PST) (envelope-from andrsn@andrsn.stanford.edu) Received: from andrsn.stanford.edu (287a3122d72d31ace61a9f9f4a428844@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.12.5/8.12.5) with ESMTP id gBL6eWUm048126; Fri, 20 Dec 2002 22:40:32 -0800 (PST) (envelope-from andrsn@andrsn.stanford.edu) Received: (from andrsn@localhost) by andrsn.stanford.edu (8.12.5/8.12.5/Submit) id gBL6eWNq048125; Fri, 20 Dec 2002 22:40:32 -0800 (PST) Date: Fri, 20 Dec 2002 22:40:32 -0800 (PST) Message-Id: <200212210640.gBL6eWNq048125@andrsn.stanford.edu> To: FreeBSD-gnats-submit@freebsd.org Subject: bidwatcher port broken as of Dec. 17 2002 From: Annelise Anderson Reply-To: Annelise Anderson Cc: freebsd-ports@freebsd.org X-send-pr-version: 3.113 X-GNATS-Notify: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Submitter-Id: current-users >Originator: Annelise Anderson >Organization: >Confidential: no >Synopsis: bidwatcher port broken as of Dec. 17 2002 >Severity: non-critical >Priority: low >Category: ports - bidwatcher >Class: sw-bug >Release: FreeBSD 4.6-STABLE i386 >Environment: FreeBSD 4.6-STABLE i386 System: FreeBSD andrsn.stanford.edu 4.6-STABLE FreeBSD 4.6-STABLE #3: Mon Aug 5 16:44:50 PDT 2002 andrsn@andrsn.stanford.edu:/usr/obj/usr/src/sys/ANDRSN i386 >Description: Bidwatcher port no longer accepts many auctions due to E-Bay change in html >How-To-Repeat: Try to bid on an auction. >Fix: Update port with new code from sourceforge I can't build it on 4.6 from source--it wants aclocal 1.6, which doesn't exist. A new version of binutils or whatever. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 22:52:10 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4294637B401 for ; Fri, 20 Dec 2002 22:52:09 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-228.dsl.lsan03.pacbell.net [64.169.104.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB9B743EDC for ; Fri, 20 Dec 2002 22:52:08 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 64EB666BE3; Fri, 20 Dec 2002 22:52:08 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 6529E1330; Fri, 20 Dec 2002 22:52:03 -0800 (PST) Date: Fri, 20 Dec 2002 22:52:03 -0800 From: Kris Kennaway To: Vladimir Cc: ports@FreeBSD.ORG Subject: Re: adding plex86 port Message-ID: <20021221065203.GA12768@rot13.obsecurity.org> References: <20021211144516.GA76825@tsu.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline In-Reply-To: <20021211144516.GA76825@tsu.ru> User-Agent: Mutt/1.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Dec 11, 2002 at 08:45:16PM +0600, Vladimir wrote: > Hi there! > Why don't add plex86 port in emulators? Please use send-pr(1) to submit your working port. Kris --fdj2RfSjLxBAspz7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+BA+SWry0BWjoQKURAipvAKDEnBAfxBersSuBTNj/711SI25dFQCg4ZRh HTNnGdt/i3egHofBs2SANck= =T+2p -----END PGP SIGNATURE----- --fdj2RfSjLxBAspz7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 23:10:16 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CF5137B406 for ; Fri, 20 Dec 2002 23:10:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B94A43EE6 for ; Fri, 20 Dec 2002 23:10:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7A6NS013494 for ; Fri, 20 Dec 2002 23:10:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7A6dx013493; Fri, 20 Dec 2002 23:10:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1D0C37B401 for ; Fri, 20 Dec 2002 23:04:05 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2607043EE8 for ; Fri, 20 Dec 2002 23:04:05 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id C8A326F3 for ; Sat, 21 Dec 2002 16:03:59 +0900 (JST) Message-Id: <20021221160055.769f8633.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:00:55 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46418: Update port: graphics/feh to 1.2.4 (fix ports/46113) Sender: owner-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: 46418 >Category: ports >Synopsis: Update port: graphics/feh to 1.2.4 (fix ports/46113) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.2.4 Following PRs shuold be superseded by this one: [2002/12/09] ports/46133 ports Update port: graphics/feh to 1.2.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/feh/Makefile graphics/feh/Makefile --- /usr/ports/graphics/feh/Makefile Mon Nov 11 18:59:47 2002 +++ graphics/feh/Makefile Fri Dec 20 19:25:18 2002 @@ -6,7 +6,7 @@ # PORTNAME= feh -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.4 CATEGORIES= graphics MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ diff -urN /usr/ports/graphics/feh/distinfo graphics/feh/distinfo --- /usr/ports/graphics/feh/distinfo Fri Nov 8 21:24:16 2002 +++ graphics/feh/distinfo Fri Dec 20 19:25:51 2002 @@ -1 +1 @@ -MD5 (feh-1.2.2.tar.gz) = 4f1c935fd2f3cb5685f4f8d1e3bd6963 +MD5 (feh-1.2.4.tar.gz) = 34d1079f10c8643b225a79685acc23d6 diff -urN /usr/ports/graphics/feh/pkg-plist graphics/feh/pkg-plist --- /usr/ports/graphics/feh/pkg-plist Fri Nov 8 21:24:16 2002 +++ graphics/feh/pkg-plist Fri Dec 20 19:32:46 2002 @@ -1,7 +1,7 @@ @comment $FreeBSD: ports/graphics/feh/pkg-plist,v 1.5 2002/11/06 17:15:31 ijliao Exp $ bin/cam -bin/gen_cam_menu.sh bin/feh +bin/gen_cam_menu.sh %%PORTDOCS%%share/doc/feh/AUTHORS %%PORTDOCS%%share/doc/feh/ChangeLog %%PORTDOCS%%share/doc/feh/README >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 23:10:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2370437B407 for ; Fri, 20 Dec 2002 23:10:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AC7F43EDE for ; Fri, 20 Dec 2002 23:10:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7A6NS013521 for ; Fri, 20 Dec 2002 23:10:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7A6wb013519; Fri, 20 Dec 2002 23:10:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7CA337B405 for ; Fri, 20 Dec 2002 23:04:07 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70CF643EE6 for ; Fri, 20 Dec 2002 23:04:06 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 6E7426F6 for ; Sat, 21 Dec 2002 16:04:00 +0900 (JST) Message-Id: <20021221160107.530defaa.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:01:07 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46420: Update port: misc/gretl to 1.0.2 (fix ports/46309) Sender: owner-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: 46420 >Category: ports >Synopsis: Update port: misc/gretl to 1.0.2 (fix ports/46309) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.0.2 New file: files/patch-plugin::libole2::ms-ole2.h Following PRs shuold be superseded by this one: [2002/11/29] ports/45857 ports Update port: misc/gretl to 1.0.1 [2002/12/16] ports/46309 ports Update port: misc/gretl to 1.0.2 (fix ports/45857) >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/gretl/Makefile misc/gretl/Makefile --- /usr/ports/misc/gretl/Makefile Fri Nov 29 19:09:13 2002 +++ misc/gretl/Makefile Wed Dec 18 11:45:54 2002 @@ -7,7 +7,7 @@ # PORTNAME= gretl -PORTVERSION= 1.0 +PORTVERSION= 1.0.2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,6 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes -GNU_CONFIGURE= yes USE_AUTOCONF_VER= 253 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff -urN /usr/ports/misc/gretl/distinfo misc/gretl/distinfo --- /usr/ports/misc/gretl/distinfo Thu Nov 21 01:30:47 2002 +++ misc/gretl/distinfo Wed Dec 18 11:45:54 2002 @@ -1 +1 @@ -MD5 (gretl-1.0.tar.gz) = 5f175f7134953836139c9f803c936847 +MD5 (gretl-1.0.2.tar.gz) = 42f3daf7ab7409a3c760677afb6e293d diff -urN /usr/ports/misc/gretl/files/patch-lib::Makefile.in misc/gretl/files/patch-lib::Makefile.in --- /usr/ports/misc/gretl/files/patch-lib::Makefile.in Thu Nov 21 01:30:48 2002 +++ misc/gretl/files/patch-lib::Makefile.in Wed Dec 18 11:45:54 2002 @@ -1,5 +1,5 @@ ---- lib/Makefile.in.orig Wed Nov 13 03:50:52 2002 -+++ lib/Makefile.in Mon Nov 18 20:04:11 2002 +--- lib/Makefile.in.orig Wed Dec 4 11:49:39 2002 ++++ lib/Makefile.in Sat Dec 14 05:26:28 2002 @@ -14,6 +14,11 @@ GLIB_LIBS = @GLIB_LIBS@ have_gtk = @have_gtk@ @@ -42,8 +42,8 @@ $(LIBGRETL): $(OBJS) $(LOBJS) $(CEPHES_OBJ) $(CEPHES_OBJ) $(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(CEPHES_LOBJ) \ -- -rpath $(prefix)/lib $(LIBS) -version-info 0:0:0 -+ -rpath $(prefix)/lib $(LIBS) -version-info 0:0:0 $(LDFLAGS) +- -rpath $(prefix)/lib $(LIBS) -version-info 0:2:0 ++ -rpath $(prefix)/lib $(LIBS) -version-info 0:2:0 $(LDFLAGS) .PHONY: diff -urN /usr/ports/misc/gretl/files/patch-plugin::libole2::ms-ole2.h misc/gretl/files/patch-plugin::libole2::ms-ole2.h --- /usr/ports/misc/gretl/files/patch-plugin::libole2::ms-ole2.h Thu Jan 1 09:00:00 1970 +++ misc/gretl/files/patch-plugin::libole2::ms-ole2.h Thu Dec 19 06:28:12 2002 @@ -0,0 +1,14 @@ +--- plugin/libole2/ms-ole.h.orig Fri Apr 12 03:41:50 2002 ++++ plugin/libole2/ms-ole.h Thu Dec 19 06:28:05 2002 +@@ -13,10 +13,10 @@ + + /* This should be done in glib */ + /* Allin Cottrell modifications here */ ++# include + #ifndef _WIN32 + # include /* for mode_t */ + #else +-# include + # ifdef notdef + typedef unsigned long mode_t; + typedef /* signed */ long off_t; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 23:10:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2260637B408 for ; Fri, 20 Dec 2002 23:10:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 645EE43EF2 for ; Fri, 20 Dec 2002 23:10:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7A7NS013548 for ; Fri, 20 Dec 2002 23:10:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7A7WT013547; Fri, 20 Dec 2002 23:10:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED27637B406 for ; Fri, 20 Dec 2002 23:04:07 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D6C943EEA for ; Fri, 20 Dec 2002 23:04:06 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 11821722 for ; Sat, 21 Dec 2002 16:04:01 +0900 (JST) Message-Id: <20021221160120.777ac4ec.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:01:20 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46421: Update port: net/maradns to 1.0.11 (fix ports/46142) Sender: owner-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: 46421 >Category: ports >Synopsis: Update port: net/maradns to 1.0.11 (fix ports/46142) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.0.11 Following PRs shuold be superseded by this one: [2002/12/09] ports/46142 ports Update port: net/maradns to 1.0.19 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/maradns/Makefile net/maradns/Makefile --- /usr/ports/net/maradns/Makefile Fri Dec 6 21:12:32 2002 +++ net/maradns/Makefile Sat Dec 21 12:36:03 2002 @@ -6,8 +6,7 @@ # PORTNAME= maradns -PORTVERSION= 1.0.09 -PORTREVISION= 1 +PORTVERSION= 1.0.11 CATEGORIES= net MASTER_SITES= http://www.maradns.org/download/ \ http://maradns.glou.net/download/ \ diff -urN /usr/ports/net/maradns/distinfo net/maradns/distinfo --- /usr/ports/net/maradns/distinfo Wed Nov 20 23:46:16 2002 +++ net/maradns/distinfo Sat Dec 21 12:36:23 2002 @@ -1 +1 @@ -MD5 (maradns-1.0.09.tar.bz2) = f28a5f77350dd950a5dcf9a52ef3eb09 +MD5 (maradns-1.0.11.tar.bz2) = 04364627662ffc40a771e4955bd7db91 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 23:10:28 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F5DF37B405 for ; Fri, 20 Dec 2002 23:10:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B10E943EEC for ; Fri, 20 Dec 2002 23:10:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7A6NS013507 for ; Fri, 20 Dec 2002 23:10:06 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7A6YZ013506; Fri, 20 Dec 2002 23:10:06 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E814837B401 for ; Fri, 20 Dec 2002 23:04:05 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1709143EE6 for ; Fri, 20 Dec 2002 23:04:05 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 7F5EC6DB for ; Sat, 21 Dec 2002 16:03:59 +0900 (JST) Message-Id: <20021221160049.4aa04f96.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:00:49 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46419: Update port: graphics/dynamechs Sender: owner-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: 46419 >Category: ports >Synopsis: Update port: graphics/dynamechs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:06 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix build on 5-current New file: files/make.platform.freebsd files/patch-aquarobot::Gait.hpp files/patch-dm::dm.h files/patch-dmGL::dmGL.h Remove file: files/patch-make::make.platform.freebsd >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/dynamechs/Makefile graphics/dynamechs/Makefile --- /usr/ports/graphics/dynamechs/Makefile Mon Nov 11 18:59:46 2002 +++ graphics/dynamechs/Makefile Wed Dec 18 04:35:47 2002 @@ -7,11 +7,12 @@ # PORTNAME= dynamechs -PORTVERSION= 4.0p1 +PORTVERSION= 4.0.p1 +PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}_${PORTVERSION:S/p/pre/} +DISTNAME= ${PORTNAME}_${PORTVERSION:S/.p/pre/} MAINTAINER= ports@FreeBSD.org @@ -22,6 +23,9 @@ CXXFLAGS="${CXXFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS="${PTHREAD_LIBS}" ALL_TARGET= freebsd + +do-configure: + @${CP} -f ${FILESDIR}/make.platform.freebsd ${WRKSRC}/make do-install: .for dir in dm dmu dmGL diff -urN /usr/ports/graphics/dynamechs/files/make.platform.freebsd graphics/dynamechs/files/make.platform.freebsd --- /usr/ports/graphics/dynamechs/files/make.platform.freebsd Thu Jan 1 09:00:00 1970 +++ graphics/dynamechs/files/make.platform.freebsd Sat Dec 21 08:48:57 2002 @@ -0,0 +1,25 @@ +CXXFLAGS += -D_BOOL -c -fPIC -D_POSIX_C_SOURCE=199506L -I/$(OPENGLINCDIR) +# -pthreads +DEPENDFLAGS := $(CXXFLAGS) + +LDFLAGS += -fPIC -L/$(OPENGLLIBDIR) -L${X11BASE}/lib -lX11 -lm -l$(MESA)GLU -l$(MESA)GL +LDGLUT := -lglut + +# CXX := g++ +LINKER := $(CXX) +SHLINKER := $(CXX) + +SHLKFLAG := -shared -fPIC + +space := +OBJNAMEARG := -o $(space) +EXENAMEARG := -o $(space) +SHLNAMEARG := -o $(space) +LINKDIRARG := -L +LINKLIBARG := -l +LINKLIBSFX := + +LIBSFX := so +LIBPFX := lib +EXESFX := +OBJSFX := o diff -urN /usr/ports/graphics/dynamechs/files/patch-aquarobot::Gait.hpp graphics/dynamechs/files/patch-aquarobot::Gait.hpp --- /usr/ports/graphics/dynamechs/files/patch-aquarobot::Gait.hpp Thu Jan 1 09:00:00 1970 +++ graphics/dynamechs/files/patch-aquarobot::Gait.hpp Sat Dec 21 08:57:17 2002 @@ -0,0 +1,15 @@ +--- aquarobot/Gait.hpp.orig Thu Jul 19 08:40:44 2001 ++++ aquarobot/Gait.hpp Sat Dec 21 08:57:01 2002 +@@ -26,10 +26,11 @@ + #include + #endif + +-#if defined(WIN32) || (defined(sgi) && defined(_STANDARD_C_PLUS_PLUS)) || (defined(__GNUC__) && (__GNUC__>=2) && (__GNUC_MINOR__>=91)) ++#if defined(WIN32) || (defined(sgi) && defined(_STANDARD_C_PLUS_PLUS)) || (defined(__GNUC__) && (__GNUC__>=2) && (__GNUC_MINOR__>=91)) || (defined(__GNUC__) && (__GNUC__>=3)) + #include + #include + #include ++using namespace std; + #else + #include + #include diff -urN /usr/ports/graphics/dynamechs/files/patch-dm::dm.h graphics/dynamechs/files/patch-dm::dm.h --- /usr/ports/graphics/dynamechs/files/patch-dm::dm.h Thu Jan 1 09:00:00 1970 +++ graphics/dynamechs/files/patch-dm::dm.h Sat Dec 21 08:58:23 2002 @@ -0,0 +1,15 @@ +--- dm/dm.h.orig Thu Jul 19 08:40:37 2001 ++++ dm/dm.h Sat Dec 21 08:58:14 2002 +@@ -51,10 +51,11 @@ + // a bunch of hacks to select standard conforming iostream stuff if available + // on the platform + +-#if defined(WIN32) || (defined(sgi) && defined(_STANDARD_C_PLUS_PLUS)) || (defined(__GNUC__) && (__GNUC__>=2) && (__GNUC_MINOR__>=91)) ++#if defined(WIN32) || (defined(sgi) && defined(_STANDARD_C_PLUS_PLUS)) || (defined(__GNUC__) && (__GNUC__>=2) && (__GNUC_MINOR__>=91)) || (defined(__GNUC__) && (__GNUC__>=3)) + #include + #include + #include ++using namespace std; + #else + #include + #include diff -urN /usr/ports/graphics/dynamechs/files/patch-dmGL::dmGL.h graphics/dynamechs/files/patch-dmGL::dmGL.h --- /usr/ports/graphics/dynamechs/files/patch-dmGL::dmGL.h Thu Jan 1 09:00:00 1970 +++ graphics/dynamechs/files/patch-dmGL::dmGL.h Sat Dec 21 08:54:26 2002 @@ -0,0 +1,14 @@ +--- dmGL/dmGL.h.orig Thu Jul 19 08:40:38 2001 ++++ dmGL/dmGL.h Sat Dec 21 08:54:11 2002 +@@ -44,9 +44,10 @@ + // a bunch of hacks to select standard conforming iostream stuff if available + // on the platform + +-#if defined(WIN32) || (defined(sgi) && defined(_STANDARD_C_PLUS_PLUS)) || (defined(__GNUC__) && (__GNUC__>=2) && (__GNUC_MINOR__>=91)) ++#if defined(WIN32) || (defined(sgi) && defined(_STANDARD_C_PLUS_PLUS)) || (defined(__GNUC__) && (__GNUC__>=2) && (__GNUC_MINOR__>=91)) || (defined(__GNUC__) && (__GNUC__>=3)) + #include + #include ++using namespace std; + #else + #include + #include diff -urN /usr/ports/graphics/dynamechs/files/patch-make::make.platform.freebsd graphics/dynamechs/files/patch-make::make.platform.freebsd --- /usr/ports/graphics/dynamechs/files/patch-make::make.platform.freebsd Fri Dec 7 00:37:51 2001 +++ graphics/dynamechs/files/patch-make::make.platform.freebsd Thu Jan 1 09:00:00 1970 @@ -1,28 +0,0 @@ ---- /dev/null Thu Dec 6 21:05:22 2001 -+++ make/make.platform.freebsd Thu Dec 6 21:09:26 2001 -@@ -0,0 +1,25 @@ -+CXXFLAGS += -D_BOOL -c -fPIC -D_POSIX_C_SOURCE=199506L -I/$(OPENGLINCDIR) -+# -pthreads -+DEPENDFLAGS := $(CXXFLAGS) -+ -+LDFLAGS += -fPIC -L/$(OPENGLLIBDIR) -L/usr/X11R6/lib -L/usr/X11/lib -lX11 -lm -l$(MESA)GLU -l$(MESA)GL -+LDGLUT := -lglut -+ -+CXX := g++ -+LINKER := g++ -+SHLINKER := g++ -+ -+SHLKFLAG := -shared -fPIC -+ -+space := -+OBJNAMEARG := -o $(space) -+EXENAMEARG := -o $(space) -+SHLNAMEARG := -o $(space) -+LINKDIRARG := -L -+LINKLIBARG := -l -+LINKLIBSFX := -+ -+LIBSFX := so -+LIBPFX := lib -+EXESFX := -+OBJSFX := o diff -urN /usr/ports/graphics/dynamechs/pkg-plist graphics/dynamechs/pkg-plist --- /usr/ports/graphics/dynamechs/pkg-plist Fri Dec 7 00:37:50 2001 +++ graphics/dynamechs/pkg-plist Wed Dec 18 03:12:05 2002 @@ -29,9 +29,6 @@ include/dynamechs/dm/dmTime.h include/dynamechs/dm/dmTreadmill.hpp include/dynamechs/dm/dmZScrewTxLink.hpp -include/dynamechs/dmu/dmLoadFile.h -include/dynamechs/dmu/dmu.h -include/dynamechs/dmu/glLoadModels.h include/dynamechs/dmGL/dmGL.h include/dynamechs/dmGL/dmGLCamera.hpp include/dynamechs/dmGL/dmGLFlyCamera.hpp @@ -39,10 +36,13 @@ include/dynamechs/dmGL/dmGLPolarCamera.hpp include/dynamechs/dmGL/dmGLPolarCamera_yup.hpp include/dynamechs/dmGL/dmGLPolarCamera_zup.hpp -@dirrm include/dynamechs/dm +include/dynamechs/dmu/dmLoadFile.h +include/dynamechs/dmu/dmu.h +include/dynamechs/dmu/glLoadModels.h +lib/libdm.so +lib/libdmGL.so +lib/libdmu.so @dirrm include/dynamechs/dmu @dirrm include/dynamechs/dmGL +@dirrm include/dynamechs/dm @dirrm include/dynamechs -lib/libdm.so -lib/libdmu.so -lib/libdmGL.so >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 23:10:32 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08BFD37B407 for ; Fri, 20 Dec 2002 23:10:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28BC743EF7 for ; Fri, 20 Dec 2002 23:10:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7A7NS013565 for ; Fri, 20 Dec 2002 23:10:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7A7qd013564; Fri, 20 Dec 2002 23:10:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBA9737B401 for ; Fri, 20 Dec 2002 23:04:07 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FCD043EDC for ; Fri, 20 Dec 2002 23:04:06 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 207336F4 for ; Sat, 21 Dec 2002 16:04:00 +0900 (JST) Message-Id: <20021221160101.5f920ae4.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:01:01 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46422: Update port: mail/libetpan to 0.27 Sender: owner-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: 46422 >Category: ports >Synopsis: Update port: mail/libetpan to 0.27 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to verion 0.27 >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/libetpan/Makefile mail/libetpan/Makefile --- /usr/ports/mail/libetpan/Makefile Mon Nov 11 19:00:17 2002 +++ mail/libetpan/Makefile Fri Dec 20 19:28:41 2002 @@ -7,8 +7,7 @@ # PORTNAME= libetpan -PORTVERSION= 0.26 -PORTREVISION= 0 +PORTVERSION= 0.27 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,12 +15,12 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ - db3.3:${PORTSDIR}/databases/db3 + db4.0:${PORTSDIR}/databases/db4 USE_OPENSSL= yes USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db3 -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -ldb3" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/db4 -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes .include diff -urN /usr/ports/mail/libetpan/distinfo mail/libetpan/distinfo --- /usr/ports/mail/libetpan/distinfo Sat Sep 7 22:44:28 2002 +++ mail/libetpan/distinfo Fri Dec 20 19:27:10 2002 @@ -1 +1 @@ -MD5 (libetpan-0.26.tar.gz) = 6934e19ec3709194759e71eacb9becd4 +MD5 (libetpan-0.27.tar.gz) = 863f45a6f6d97c9a382a7d228568c92a diff -urN /usr/ports/mail/libetpan/pkg-plist mail/libetpan/pkg-plist --- /usr/ports/mail/libetpan/pkg-plist Sat Sep 7 12:42:18 2002 +++ mail/libetpan/pkg-plist Fri Dec 20 19:42:29 2002 @@ -7,8 +7,11 @@ include/libetpan/generic_cache.h include/libetpan/imapdriver.h include/libetpan/imapdriver_cached.h +include/libetpan/imapstorage.h +include/libetpan/libetpan.h include/libetpan/mail.h include/libetpan/maildriver.h +include/libetpan/maildriver_tools.h include/libetpan/maildriver_types.h include/libetpan/mailimap.h include/libetpan/mailimap_helper.h @@ -23,6 +26,7 @@ include/libetpan/mailmbox.h include/libetpan/mailmbox_types.h include/libetpan/mailmessage.h +include/libetpan/mailmessage_tools.h include/libetpan/mailmessage_types.h include/libetpan/mailmh.h include/libetpan/mailmime.h @@ -43,6 +47,7 @@ include/libetpan/mailsmtp_ssl.h include/libetpan/mailsmtp_types.h include/libetpan/mailstorage.h +include/libetpan/mailstorage_types.h include/libetpan/mailstream.h include/libetpan/mailstream_helper.h include/libetpan/mailstream_low.h @@ -53,8 +58,10 @@ include/libetpan/mailthread_types.h include/libetpan/mboxdriver.h include/libetpan/mboxdriver_cached.h +include/libetpan/mboxstorage.h include/libetpan/mhdriver.h include/libetpan/mhdriver_cached.h +include/libetpan/mhstorage.h include/libetpan/mmapstring.h include/libetpan/newsnntp.h include/libetpan/newsnntp_socket.h @@ -62,8 +69,11 @@ include/libetpan/newsnntp_types.h include/libetpan/nntpdriver.h include/libetpan/nntpdriver_cached.h +include/libetpan/nntpdriver_tools.h +include/libetpan/nntpstorage.h include/libetpan/pop3driver.h include/libetpan/pop3driver_cached.h +include/libetpan/pop3storage.h lib/libetpan.a lib/libetpan.so lib/libetpan.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 Fri Dec 20 23:10:35 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68A8237B40C for ; Fri, 20 Dec 2002 23:10:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62D4A43EFA for ; Fri, 20 Dec 2002 23:10:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7A8NS013592 for ; Fri, 20 Dec 2002 23:10:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7A8dP013591; Fri, 20 Dec 2002 23:10:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F287637B405 for ; Fri, 20 Dec 2002 23:04:07 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 893B643EE8 for ; Fri, 20 Dec 2002 23:04:06 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id BA6A1714 for ; Sat, 21 Dec 2002 16:04:00 +0900 (JST) Message-Id: <20021221160113.11d4e447.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:01:13 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46423: Update port: misc/patchutils to 0.2.18 (fix ports/46302) Sender: owner-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: 46423 >Category: ports >Synopsis: Update port: misc/patchutils to 0.2.18 (fix ports/46302) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:07 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.2.18 Following PRs shuold be superseded by this one: [2002/12/16] ports/46302 ports Update port: misc/patchutils to 0.2.17 >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/patchutils/Makefile misc/patchutils/Makefile --- /usr/ports/misc/patchutils/Makefile Mon Nov 11 19:00:32 2002 +++ misc/patchutils/Makefile Tue Dec 17 20:54:06 2002 @@ -7,8 +7,7 @@ # PORTNAME= patchutils -PORTVERSION= 0.2.16 -PORTREVISION= 1 +PORTVERSION= 0.2.18 CATEGORIES= misc MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/ @@ -19,10 +18,10 @@ USE_BZIP2= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= combinediff.1 editdiff.1 filterdiff.1 fixcvsdiff.1 grepdiff.1 \ - interdiff.1 lsdiff.1 rediff.1 splitdiff.1 recountdiff.1 unwrapdiff.1 + interdiff.1 lsdiff.1 recountdiff.1 rediff.1 splitdiff.1 unwrapdiff.1 post-patch: @${PERL} -pi -e "s,/bin/bash,${LOCALBASE}/bin/bash," ${WRKSRC}/editdiff.in diff -urN /usr/ports/misc/patchutils/distinfo misc/patchutils/distinfo --- /usr/ports/misc/patchutils/distinfo Tue Sep 10 20:20:48 2002 +++ misc/patchutils/distinfo Tue Dec 17 20:41:03 2002 @@ -1 +1 @@ -MD5 (patchutils-0.2.16.tar.bz2) = b85750ae6ca49b51136c61f5b8e393a3 +MD5 (patchutils-0.2.18.tar.bz2) = 31c9bd820942244f8e7d78c2506f0064 diff -urN /usr/ports/misc/patchutils/pkg-plist misc/patchutils/pkg-plist --- /usr/ports/misc/patchutils/pkg-plist Tue Sep 10 20:20:48 2002 +++ misc/patchutils/pkg-plist Tue Dec 17 20:54:14 2002 @@ -6,7 +6,7 @@ bin/grepdiff bin/interdiff bin/lsdiff -bin/rediff bin/recountdiff +bin/rediff bin/splitdiff bin/unwrapdiff >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 23:10:37 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F51237B40D for ; Fri, 20 Dec 2002 23:10:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 804A543EE5 for ; Fri, 20 Dec 2002 23:10:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7A8NS013642 for ; Fri, 20 Dec 2002 23:10:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7A8Pi013639; Fri, 20 Dec 2002 23:10:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7E1337B401 for ; Fri, 20 Dec 2002 23:04:10 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 906BE43EEC for ; Fri, 20 Dec 2002 23:04:08 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 389428C4 for ; Sat, 21 Dec 2002 16:04:03 +0900 (JST) Message-Id: <20021221160242.3aabb44a.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:02:42 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46425: Update port: textproc/raptor to 0.9.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: 46425 >Category: ports >Synopsis: Update port: textproc/raptor to 0.9.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.9.7 >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/raptor/Makefile textproc/raptor/Makefile --- /usr/ports/textproc/raptor/Makefile Mon Nov 25 22:19:50 2002 +++ textproc/raptor/Makefile Sat Dec 21 00:04:59 2002 @@ -7,8 +7,7 @@ # PORTNAME= raptor -PORTVERSION= 0.9.6 -PORTREVISION= 1 +PORTVERSION= 0.9.7 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.redland.opensource.ac.uk/dist/source/ diff -urN /usr/ports/textproc/raptor/distinfo textproc/raptor/distinfo --- /usr/ports/textproc/raptor/distinfo Tue Nov 19 22:32:12 2002 +++ textproc/raptor/distinfo Sat Dec 21 00:05:32 2002 @@ -1 +1 @@ -MD5 (raptor-0.9.6.tar.gz) = 5b44d56b826633166ff150ae893ca82c +MD5 (raptor-0.9.7.tar.gz) = cbb5048326a4da90c0fe4662b66a7b0a >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 23:10:39 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D157237B406 for ; Fri, 20 Dec 2002 23:10:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8228243F03 for ; Fri, 20 Dec 2002 23:10:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7A8NS013617 for ; Fri, 20 Dec 2002 23:10:08 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7A8ul013616; Fri, 20 Dec 2002 23:10:08 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03A8C37B406 for ; Fri, 20 Dec 2002 23:04:08 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23AC443EEC for ; Fri, 20 Dec 2002 23:04:07 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 523FB5E0 for ; Sat, 21 Dec 2002 16:03:58 +0900 (JST) Message-Id: <20021221160022.79f0a9d4.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:00:22 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46424: Update port: audio/speex to 1.0.b4 Sender: owner-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: 46424 >Category: ports >Synopsis: Update port: audio/speex to 1.0.b4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.0beta4 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/speex/Makefile audio/speex/Makefile --- /usr/ports/audio/speex/Makefile Wed Nov 20 23:45:09 2002 +++ audio/speex/Makefile Sat Dec 21 10:04:56 2002 @@ -7,7 +7,7 @@ # PORTNAME= speex -PORTVERSION= 1.0.b3 +PORTVERSION= 1.0.b4 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://www.speex.org/download/ diff -urN /usr/ports/audio/speex/distinfo audio/speex/distinfo --- /usr/ports/audio/speex/distinfo Mon Nov 18 19:53:37 2002 +++ audio/speex/distinfo Sat Dec 21 10:05:25 2002 @@ -1 +1 @@ -MD5 (speex-1.0beta3.tar.gz) = f70620577c9d7762b97e520a3fbea5e3 +MD5 (speex-1.0beta4.tar.gz) = fe3a8e5b5300ef4914e96f70eddc8d90 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 23:10:41 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9515337B427 for ; Fri, 20 Dec 2002 23:10:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19D1443F06 for ; Fri, 20 Dec 2002 23:10:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7A9NS013685 for ; Fri, 20 Dec 2002 23:10:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7A9aI013684; Fri, 20 Dec 2002 23:10:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A97D37B401 for ; Fri, 20 Dec 2002 23:04:11 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8724F43EE6 for ; Fri, 20 Dec 2002 23:04:08 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 5B8C5730 for ; Sat, 21 Dec 2002 16:04:01 +0900 (JST) Message-Id: <20021221160127.0955be32.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:01:27 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46426: Update port: net/opendchub to 0.7.3 (fix ports/46303) Sender: owner-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: 46426 >Category: ports >Synopsis: Update port: net/opendchub to 0.7.3 (fix ports/46303) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.7.3 Following PRs shuold be superseded by this one: [2002/12/16] ports/46303 ports Update port: net/opendchub to 0.7.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/opendchub/Makefile net/opendchub/Makefile --- /usr/ports/net/opendchub/Makefile Mon Nov 11 19:00:42 2002 +++ net/opendchub/Makefile Fri Dec 20 22:32:45 2002 @@ -6,24 +6,21 @@ # PORTNAME= opendchub -PORTVERSION= 0.6.6 +PORTVERSION= 0.7.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes +USE_PERL5= yes USE_GMAKE= yes - -DOC_FILES= COPYING README +GNU_CONFIGURE= yes post-install: -.ifndef(NOPORTDOCS) +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include diff -urN /usr/ports/net/opendchub/distinfo net/opendchub/distinfo --- /usr/ports/net/opendchub/distinfo Mon Jun 17 06:38:55 2002 +++ net/opendchub/distinfo Sat Dec 21 04:38:27 2002 @@ -1 +1 @@ -MD5 (opendchub-0.6.6.tar.gz) = 18e566e069b985d0024e8658d80fb252 +MD5 (opendchub-0.7.3.tar.gz) = 56b07b1677427b07145a2b1639d05866 diff -urN /usr/ports/net/opendchub/pkg-plist net/opendchub/pkg-plist --- /usr/ports/net/opendchub/pkg-plist Mon Jun 10 02:59:48 2002 +++ net/opendchub/pkg-plist Sat Dec 14 08:56:07 2002 @@ -1,4 +1,3 @@ bin/opendchub -%%PORTDOCS%%share/doc/opendchub/COPYING %%PORTDOCS%%share/doc/opendchub/README %%PORTDOCS%%@dirrm share/doc/opendchub >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 23:10:45 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E47237B409 for ; Fri, 20 Dec 2002 23:10:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A93E43EDC for ; Fri, 20 Dec 2002 23:10:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7AANS013738 for ; Fri, 20 Dec 2002 23:10:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7AAxd013737; Fri, 20 Dec 2002 23:10:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 562A537B401 for ; Fri, 20 Dec 2002 23:04:11 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id D10B743EF2 for ; Fri, 20 Dec 2002 23:04:08 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 7E1498C5 for ; Sat, 21 Dec 2002 16:04:03 +0900 (JST) Message-Id: <20021221160247.188ce69b.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:02:47 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46428: Update port: www/cgic to 2.01 Sender: owner-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: 46428 >Category: ports >Synopsis: Update port: www/cgic to 2.01 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:10 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 2.01 >How-To-Repeat: >Fix: diff -urN /usr/ports/www/cgic/Makefile www/cgic/Makefile --- /usr/ports/www/cgic/Makefile Mon Nov 11 19:01:20 2002 +++ www/cgic/Makefile Sat Dec 14 02:24:06 2002 @@ -6,25 +6,28 @@ # PORTNAME= cgic -PORTVERSION= 1.07 +PORTVERSION= 2.01 CATEGORIES= www MASTER_SITES= http://www.boutell.com/cgic/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org -WRKSRC= ${WRKDIR}/${PORTNAME} +MAKE_ENV= SHLIB_MAJOR="${SHLIB_MAJOR}" MAKEFILE= ${FILESDIR}/Makefile.lib +PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" INSTALLS_SHLIB= yes +SHLIB_MAJOR= ${PORTVERSION:R} + post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/examples/cgic - ${INSTALL_DATA} ${WRKSRC}/capture.c ${PREFIX}/share/examples/cgic - ${INSTALL_DATA} ${WRKSRC}/cgictest.c ${PREFIX}/share/examples/cgic - @${MKDIR} ${PREFIX}/share/doc/cgic - ${INSTALL_DATA} ${WRKSRC}/*.html ${PREFIX}/share/doc/cgic - ${INSTALL_DATA} ${WRKSRC}/*.txt ${PREFIX}/share/doc/cgic + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/capture.c ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/cgictest.c ${EXAMPLESDIR} .endif .include diff -urN /usr/ports/www/cgic/distinfo www/cgic/distinfo --- /usr/ports/www/cgic/distinfo Sun Apr 1 01:23:36 2001 +++ www/cgic/distinfo Sat Dec 14 02:23:34 2002 @@ -1 +1 @@ -MD5 (cgic107.tar.gz) = fd93c66491022c3dd051537e39e8c9b0 +MD5 (cgic201.tar.gz) = 65c18753e1f9270ef3224f95585a34a7 diff -urN /usr/ports/www/cgic/pkg-plist www/cgic/pkg-plist --- /usr/ports/www/cgic/pkg-plist Sun Apr 1 01:23:36 2001 +++ www/cgic/pkg-plist Sat Dec 14 02:25:03 2002 @@ -1,13 +1,11 @@ include/cgic.h lib/libcgic.a lib/libcgic.so -lib/libcgic.so.1 +lib/libcgic.so.%%SHLIB_MAJOR%% %%PORTDOCS%%share/doc/cgic/cgic.html -%%PORTDOCS%%share/doc/cgic/cgic.txt %%PORTDOCS%%share/doc/cgic/license.txt %%PORTDOCS%%share/doc/cgic/readme.txt %%PORTDOCS%%share/doc/cgic/support.txt -%%PORTDOCS%%share/doc/cgic/testform.html %%PORTDOCS%%share/examples/cgic/capture.c %%PORTDOCS%%share/examples/cgic/cgictest.c %%PORTDOCS%%@dirrm share/examples/cgic >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 23:10:47 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB6D537B401 for ; Fri, 20 Dec 2002 23:10:24 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60D8143F07 for ; Fri, 20 Dec 2002 23:10:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7A9NS013714 for ; Fri, 20 Dec 2002 23:10:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7A9OY013710; Fri, 20 Dec 2002 23:10:09 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DDE837B405 for ; Fri, 20 Dec 2002 23:04:11 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9388843EF1 for ; Fri, 20 Dec 2002 23:04:08 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 962818A7 for ; Sat, 21 Dec 2002 16:04:02 +0900 (JST) Message-Id: <20021221160151.0e708195.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:01:51 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46427: Update port: textproc/cwtext to 0.91 Sender: owner-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: 46427 >Category: ports >Synopsis: Update port: textproc/cwtext to 0.91 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.91 >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/cwtext/Makefile textproc/cwtext/Makefile --- /usr/ports/textproc/cwtext/Makefile Mon Nov 11 19:01:09 2002 +++ textproc/cwtext/Makefile Mon Dec 16 21:53:18 2002 @@ -7,13 +7,14 @@ # PORTNAME= cwtext -PORTVERSION= 0.90 +PORTVERSION= 0.91 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +USE_PYTHON= yes USE_REINPLACE= yes USE_GMAKE= yes MAKEFILE= makefile diff -urN /usr/ports/textproc/cwtext/distinfo textproc/cwtext/distinfo --- /usr/ports/textproc/cwtext/distinfo Fri Nov 16 12:46:52 2001 +++ textproc/cwtext/distinfo Mon Dec 16 21:52:42 2002 @@ -1 +1 @@ -MD5 (cwtext-0.90.tar.gz) = 15257a2e570d4c4d8eea6a9be3170724 +MD5 (cwtext-0.91.tar.gz) = 46dd88d53e338f212ea328eae8a34608 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 23:10:51 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A728137B40B for ; Fri, 20 Dec 2002 23:10:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 805D743F0F for ; Fri, 20 Dec 2002 23:10:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7ABNS013784 for ; Fri, 20 Dec 2002 23:10:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7ABhU013783; Fri, 20 Dec 2002 23:10:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65C5937B401 for ; Fri, 20 Dec 2002 23:04:11 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BF1D43ED8 for ; Fri, 20 Dec 2002 23:04:08 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id DC28B668 for ; Sat, 21 Dec 2002 16:03:58 +0900 (JST) Message-Id: <20021221160036.6ac63c5f.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:00:36 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46431: Update port: deskutils/tuxcars to 1.0.b2.1 (fix ports/45934) Sender: owner-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: 46431 >Category: ports >Synopsis: Update port: deskutils/tuxcars to 1.0.b2.1 (fix ports/45934) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:11 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.0beta2.1 Following PRs shuold be superseded by this one: [2002/12/02] ports/45934 arved Update port: deskutils/tuxcards to 1.0.b2 >How-To-Repeat: >Fix: diff -urN /usr/ports/deskutils/tuxcards/Makefile deskutils/tuxcards/Makefile --- /usr/ports/deskutils/tuxcards/Makefile Mon Dec 2 19:02:12 2002 +++ deskutils/tuxcards/Makefile Sat Dec 21 00:11:28 2002 @@ -6,34 +6,34 @@ # PORTNAME= tuxcards -PORTVERSION= 0.8 -PORTREVISION= 1 +PORTVERSION= 1.0.b2.1 CATEGORIES= deskutils -MASTER_SITES= http://www.arved.de/bsd/src/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-ohneCactus +MASTER_SITES= http://www.stud.uni-karlsruhe.de/~ut3c/ \ + http://www.arved.de/bsd/src/ +DISTNAME= ${PORTNAME}-${PORTVERSION:R:S/.b/beta/}_${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GMAKE= yes -USE_QT_VER= 2 -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} + +QTDIR?= ${X11BASE} + +USE_QT_VER= 3 USE_REINPLACE= yes +MAKE_ENV= QTDIR="${QTDIR}" -.include +post-patch: + @${REINPLACE_CMD} -e 's|warn_on|warn_on thread|g' ${WRKSRC}/tuxcards.pro -.if ${OSVERSION} > 500038 -BROKEN= "Does not build with gcc 3.1" +do-configure: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \ + -spec ${X11BASE}/mkspecs/freebsd-g++ tuxcards.pro + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/en/*.* ${DOCSDIR} .endif -pre-patch: - @${REINPLACE_CMD} -e 's|[$$](prefix)/doc|\$$\(prefix\)/share/doc|' \ - ${WRKSRC}/tuxcards/docs/en/Makefile.in - @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure -.ifdef(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|install-data-am\: install-data-local||' \ - ${WRKSRC}/tuxcards/docs/en/Makefile.in -.endif #NOPORTDOCS - -.include +.include diff -urN /usr/ports/deskutils/tuxcards/distinfo deskutils/tuxcards/distinfo --- /usr/ports/deskutils/tuxcards/distinfo Sat May 18 04:23:30 2002 +++ deskutils/tuxcards/distinfo Sat Dec 21 00:11:46 2002 @@ -1 +1 @@ -MD5 (tuxcards-0.8-ohneCactus.tar.gz) = d83c5ff630fececca3975724facc8d65 +MD5 (tuxcards-1.0beta2_1.tar.gz) = 473dbff9accbceb8222f91c7c10f758f diff -urN /usr/ports/deskutils/tuxcards/pkg-plist deskutils/tuxcards/pkg-plist --- /usr/ports/deskutils/tuxcards/pkg-plist Sat Jan 12 08:36:07 2002 +++ deskutils/tuxcards/pkg-plist Tue Dec 3 05:08:48 2002 @@ -1,4 +1,8 @@ bin/tuxcards +%%PORTDOCS%%share/doc/tuxcards/TuxCardsBunt.gif +%%PORTDOCS%%share/doc/tuxcards/addKnoten.gif +%%PORTDOCS%%share/doc/tuxcards/changeProberty.gif +%%PORTDOCS%%share/doc/tuxcards/deleteKnoten.gif %%PORTDOCS%%share/doc/tuxcards/index-1.html %%PORTDOCS%%share/doc/tuxcards/index-2.html %%PORTDOCS%%share/doc/tuxcards/index-3.html @@ -6,4 +10,12 @@ %%PORTDOCS%%share/doc/tuxcards/index-5.html %%PORTDOCS%%share/doc/tuxcards/index-6.html %%PORTDOCS%%share/doc/tuxcards/index.html +%%PORTDOCS%%share/doc/tuxcards/index.nif +%%PORTDOCS%%share/doc/tuxcards/index.sgml +%%PORTDOCS%%share/doc/tuxcards/logotp3.png +%%PORTDOCS%%share/doc/tuxcards/new.gif +%%PORTDOCS%%share/doc/tuxcards/open.gif +%%PORTDOCS%%share/doc/tuxcards/save.gif +%%PORTDOCS%%share/doc/tuxcards/search.gif +%%PORTDOCS%%share/doc/tuxcards/whatis.gif %%PORTDOCS%%@dirrm share/doc/tuxcards >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 23:10:54 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9415437B40A for ; Fri, 20 Dec 2002 23:10:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 434BC43F08 for ; Fri, 20 Dec 2002 23:10:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7AANS013755 for ; Fri, 20 Dec 2002 23:10:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7AAPI013754; Fri, 20 Dec 2002 23:10:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D1FA37B401 for ; Fri, 20 Dec 2002 23:04:11 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9082743EEF for ; Fri, 20 Dec 2002 23:04:08 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id DE9EF8AE for ; Sat, 21 Dec 2002 16:04:02 +0900 (JST) Message-Id: <20021221160237.01191679.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:02:37 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46429: Update port: textproc/libxode Sender: owner-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: 46429 >Category: ports >Synopsis: Update port: textproc/libxode >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:10 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix build on 5-current New file: files/patch-src::Makefile.in >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/libxode/Makefile textproc/libxode/Makefile --- /usr/ports/textproc/libxode/Makefile Mon Nov 11 19:01:11 2002 +++ textproc/libxode/Makefile Mon Dec 16 21:47:56 2002 @@ -8,13 +8,18 @@ PORTNAME= libxode PORTVERSION= 0.71 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes +LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 + +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes .include diff -urN /usr/ports/textproc/libxode/files/patch-src::Makefile.in textproc/libxode/files/patch-src::Makefile.in --- /usr/ports/textproc/libxode/files/patch-src::Makefile.in Thu Jan 1 09:00:00 1970 +++ textproc/libxode/files/patch-src::Makefile.in Mon Dec 16 21:47:22 2002 @@ -0,0 +1,33 @@ +--- src/Makefile.in.orig Wed Apr 25 02:10:45 2001 ++++ src/Makefile.in Mon Dec 16 21:47:11 2002 +@@ -72,17 +72,16 @@ + RANLIB = @RANLIB@ + VERSION = @VERSION@ + +-INCLUDES = -I$(top_builddir)/include -Iexpat/lib -Iexpat +-SUBDIRS = expat ++INCLUDES = -I$(top_builddir)/include + + lib_LTLIBRARIES = libxode.la + + libxode_la_SOURCES = snprintf.c pool.c xode.c str.c xstream.c xode_from.c + + +-libxode_la_LIBADD = expat/xmlparse.lo expat/xmlrole.lo expat/xmltok.lo ++libxode_la_LIBADD = -lexpat + +-CFLAGS = -Wall -g ++CFLAGS = @CFLAGS@ + + libxode_la_LDFLAGS = -version-info 2:0:1 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +@@ -95,8 +94,7 @@ + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ + LIBS = @LIBS@ +-libxode_la_DEPENDENCIES = expat/xmlparse.lo expat/xmlrole.lo \ +-expat/xmltok.lo ++libxode_la_DEPENDENCIES = + libxode_la_OBJECTS = snprintf.lo pool.lo xode.lo str.lo xstream.lo \ + xode_from.lo + COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff -urN /usr/ports/textproc/libxode/pkg-plist textproc/libxode/pkg-plist --- /usr/ports/textproc/libxode/pkg-plist Mon Jul 9 23:18:44 2001 +++ textproc/libxode/pkg-plist Mon Dec 16 21:48:00 2002 @@ -1,7 +1,5 @@ bin/libxode-config -include/expat.h include/libxode.h lib/libxode.a -lib/libxode.la lib/libxode.so lib/libxode.so.2 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 23:11: 0 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6A1237B408 for ; Fri, 20 Dec 2002 23:10:25 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE5AF43F15 for ; Fri, 20 Dec 2002 23:10:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7ABNS013797 for ; Fri, 20 Dec 2002 23:10:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7ABUw013796; Fri, 20 Dec 2002 23:10:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84A0237B401 for ; Fri, 20 Dec 2002 23:04:11 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 873C643EE8 for ; Fri, 20 Dec 2002 23:04:08 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 0136C742 for ; Sat, 21 Dec 2002 16:04:02 +0900 (JST) Message-Id: <20021221160140.10708289.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:01:40 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46432: Update port: security/libmcrypt to 2.5.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: 46432 >Category: ports >Synopsis: Update port: security/libmcrypt to 2.5.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:11 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 2.5.4 >How-To-Repeat: >Fix: diff -urN /usr/ports/security/libmcrypt/Makefile security/libmcrypt/Makefile --- /usr/ports/security/libmcrypt/Makefile Mon Nov 11 19:01:01 2002 +++ security/libmcrypt/Makefile Sat Dec 21 02:47:37 2002 @@ -6,41 +6,26 @@ # PORTNAME= libmcrypt -PORTVERSION= 2.5.3 +PORTVERSION= 2.5.4 CATEGORIES= security MASTER_SITES= ftp://mcrypt.hellug.gr/pub/mcrypt/libmcrypt/ \ ftp://ftp.ntua.gr/pub/security/mcrypt/libmcrypt/ MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf -LIB_DEPENDS= ltdl.1:${PORTSDIR}/devel/libtool - RESTRICTED= "yes - cryptography" USE_PERL5= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --enable-static INSTALLS_SHLIB= yes MAN3= mcrypt.3 -post-extract: -# so we need not audit the configure scripts - ${FIND} ${WRKSRC} -name configure -exec ${RM} -f \{\} \; - -pre-patch: - @${FIND} ${WRKSRC}/modules -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \ - 's|#ifdef USE_LTDL|#if defined(USE_LTDL) && !defined(__FreeBSD__)|g' - post-patch: - @cd ${WRKSRC}/libltdl && ${LOCALBASE}/bin/autoconf - -pre-configure: -# because we removed the configure scripts - cd ${WRKSRC} && autoconf + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|: install-pkglibLTLIBRARIES|:|g' .include diff -urN /usr/ports/security/libmcrypt/distinfo security/libmcrypt/distinfo --- /usr/ports/security/libmcrypt/distinfo Tue Sep 10 20:26:39 2002 +++ security/libmcrypt/distinfo Fri Dec 20 19:36:03 2002 @@ -1 +1 @@ -MD5 (libmcrypt-2.5.3.tar.gz) = 9ee42ac7c7b6c0b418746604c1f06c30 +MD5 (libmcrypt-2.5.4.tar.gz) = 1536fa470cb2c590c924a1249344ef6a diff -urN /usr/ports/security/libmcrypt/files/patch-ltmain.sh security/libmcrypt/files/patch-ltmain.sh --- /usr/ports/security/libmcrypt/files/patch-ltmain.sh Sun Mar 3 15:51:45 2002 +++ security/libmcrypt/files/patch-ltmain.sh Sat Dec 21 02:44:44 2002 @@ -1,6 +1,6 @@ ---- ltmain.sh.orig Fri Feb 1 20:23:29 2002 -+++ ltmain.sh Sat Mar 2 15:26:31 2002 -@@ -958,6 +958,7 @@ +--- ltmain.sh.orig Wed Dec 18 06:19:10 2002 ++++ ltmain.sh Sat Dec 21 02:44:34 2002 +@@ -973,6 +973,7 @@ ;; -avoid-version) @@ -8,3 +8,16 @@ avoid_version=yes continue ;; +@@ -4325,10 +4326,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" diff -urN /usr/ports/security/libmcrypt/pkg-plist security/libmcrypt/pkg-plist --- /usr/ports/security/libmcrypt/pkg-plist Sun May 5 17:11:48 2002 +++ security/libmcrypt/pkg-plist Fri Dec 20 19:50:18 2002 @@ -1,70 +1,6 @@ bin/libmcrypt-config include/mcrypt.h lib/libmcrypt.a -lib/libmcrypt.la lib/libmcrypt.so -lib/libmcrypt.so.7 -lib/libmcrypt/arcfour.la -lib/libmcrypt/arcfour.so -lib/libmcrypt/blowfish-compat.la -lib/libmcrypt/blowfish-compat.so -lib/libmcrypt/blowfish.la -lib/libmcrypt/blowfish.so -lib/libmcrypt/cast-128.la -lib/libmcrypt/cast-128.so -lib/libmcrypt/cast-256.la -lib/libmcrypt/cast-256.so -lib/libmcrypt/cbc.la -lib/libmcrypt/cbc.so -lib/libmcrypt/cfb.la -lib/libmcrypt/cfb.so -lib/libmcrypt/ctr.la -lib/libmcrypt/ctr.so -lib/libmcrypt/des.la -lib/libmcrypt/des.so -lib/libmcrypt/ecb.la -lib/libmcrypt/ecb.so -lib/libmcrypt/enigma.la -lib/libmcrypt/enigma.so -lib/libmcrypt/gost.la -lib/libmcrypt/gost.so -lib/libmcrypt/loki97.la -lib/libmcrypt/loki97.so -lib/libmcrypt/ncfb.la -lib/libmcrypt/ncfb.so -lib/libmcrypt/nofb.la -lib/libmcrypt/nofb.so -lib/libmcrypt/ofb.la -lib/libmcrypt/ofb.so -lib/libmcrypt/panama.la -lib/libmcrypt/panama.so -lib/libmcrypt/rc2.la -lib/libmcrypt/rc2.so -lib/libmcrypt/rijndael-128.la -lib/libmcrypt/rijndael-128.so -lib/libmcrypt/rijndael-192.la -lib/libmcrypt/rijndael-192.so -lib/libmcrypt/rijndael-256.la -lib/libmcrypt/rijndael-256.so -lib/libmcrypt/safer-sk128.la -lib/libmcrypt/safer-sk128.so -lib/libmcrypt/safer-sk64.la -lib/libmcrypt/safer-sk64.so -lib/libmcrypt/saferplus.la -lib/libmcrypt/saferplus.so -lib/libmcrypt/serpent.la -lib/libmcrypt/serpent.so -lib/libmcrypt/stream.la -lib/libmcrypt/stream.so -lib/libmcrypt/threeway.la -lib/libmcrypt/threeway.so -lib/libmcrypt/tripledes.la -lib/libmcrypt/tripledes.so -lib/libmcrypt/twofish.la -lib/libmcrypt/twofish.so -lib/libmcrypt/wake.la -lib/libmcrypt/wake.so -lib/libmcrypt/xtea.la -lib/libmcrypt/xtea.so +lib/libmcrypt.so.8 share/aclocal/libmcrypt.m4 -@dirrm lib/libmcrypt >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 23:11: 3 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1483337B40F for ; Fri, 20 Dec 2002 23:10:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FCA043F0C for ; Fri, 20 Dec 2002 23:10:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7ABNS013771 for ; Fri, 20 Dec 2002 23:10:11 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7AB7s013770; Fri, 20 Dec 2002 23:10:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E3DA37B405 for ; Fri, 20 Dec 2002 23:04:11 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 085E543EE5 for ; Fri, 20 Dec 2002 23:04:05 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 33AA66DA for ; Sat, 21 Dec 2002 16:03:59 +0900 (JST) Message-Id: <20021221160042.1ae0e7f0.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:00:42 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46430: Update port: games/xqf to 0.9.11 (fix ports/46132) Sender: owner-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: 46430 >Category: ports >Synopsis: Update port: games/xqf to 0.9.11 (fix ports/46132) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:10 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 0.9.11 Following PRs shuold be superseded by this one: [2002/12/09] ports/46132 ports Update port: games/xqf to 0.9.10 >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xqf/Makefile games/xqf/Makefile --- /usr/ports/games/xqf/Makefile Mon Nov 11 18:59:43 2002 +++ games/xqf/Makefile Sat Dec 21 10:04:22 2002 @@ -6,7 +6,7 @@ # PORTNAME= xqf -PORTVERSION= 0.9.9 +PORTVERSION= 0.9.11 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,10 +15,19 @@ RUN_DEPENDS= qstat:${PORTSDIR}/games/qstat -GNU_CONFIGURE= yes USE_GNOMENG= yes USE_GNOME= gtk12 +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN6= xqf.6 + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/xqfdocs.html ${DOCSDIR} +.endif .include diff -urN /usr/ports/games/xqf/distinfo games/xqf/distinfo --- /usr/ports/games/xqf/distinfo Tue Sep 10 20:11:51 2002 +++ games/xqf/distinfo Sat Dec 21 10:05:18 2002 @@ -1 +1 @@ -MD5 (xqf-0.9.9.tar.gz) = 2c2aa41e8016b05f2dd15c7bdea9a25b +MD5 (xqf-0.9.11.tar.gz) = 7b62684427cbf9e58c23a83ed75c7818 diff -urN /usr/ports/games/xqf/pkg-descr games/xqf/pkg-descr --- /usr/ports/games/xqf/pkg-descr Sat Apr 3 11:09:41 1999 +++ games/xqf/pkg-descr Mon Dec 9 10:04:41 2002 @@ -1,3 +1,7 @@ -XQF is Quake/QuakeWorld/Quake2 server browser and launcher for Unix/X11. -It's a front-end to QStat, a program by Steve Jankowski. XQF uses the GTK+ -toolkit. +XQF is a 3D action game (such as Quake, sequels and derivatives) +server browser. It uses X and is written using the GIMP Tool Kit. + +XQF is a front-end to QStat, a program by Steve Jankowsk which is +used to retrieve server info. + +WWW: http://www.linuxgames.com/xqf/ diff -urN /usr/ports/games/xqf/pkg-plist games/xqf/pkg-plist --- /usr/ports/games/xqf/pkg-plist Tue Sep 10 20:11:51 2002 +++ games/xqf/pkg-plist Sat Dec 21 10:09:37 2002 @@ -1,6 +1,6 @@ bin/xqf -lib/charset.alias share/locale/ca/LC_MESSAGES/xqf.mo share/locale/de/LC_MESSAGES/xqf.mo share/locale/es/LC_MESSAGES/xqf.mo -share/locale/locale.alias +%%PORTDOCS%%share/doc/xqf/xqfdocs.html +%%PORTDOCS%%@dirrm share/doc/xqf >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 23:11: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DEE237B40E for ; Fri, 20 Dec 2002 23:10:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23A5C43F1C for ; Fri, 20 Dec 2002 23:10:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7ACNS013810 for ; Fri, 20 Dec 2002 23:10:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7AB5k013809; Fri, 20 Dec 2002 23:10:11 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0C1837B401 for ; Fri, 20 Dec 2002 23:04:11 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8913043EEA for ; Fri, 20 Dec 2002 23:04:08 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 4C1A7801 for ; Sat, 21 Dec 2002 16:04:02 +0900 (JST) Message-Id: <20021221160146.5086fd51.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:01:46 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46433: Update port: sysutils/and to 1.0.8 Sender: owner-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: 46433 >Category: ports >Synopsis: Update port: sysutils/and to 1.0.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:11 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.0.8 New file: files/patch-and-OpenBSD.c >How-To-Repeat: >Fix: diff -urN /usr/ports/sysutils/and/Makefile sysutils/and/Makefile --- /usr/ports/sysutils/and/Makefile Mon Nov 11 19:01:03 2002 +++ sysutils/and/Makefile Sat Dec 21 02:10:12 2002 @@ -7,7 +7,7 @@ # PORTNAME= and -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.8 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org USE_GMAKE= yes -ALL_TARGET= # empty +ALL_TARGET= default MAN5= and.conf.5 and.priorities.5 MAN8= and.8 diff -urN /usr/ports/sysutils/and/distinfo sysutils/and/distinfo --- /usr/ports/sysutils/and/distinfo Sat Jun 22 04:41:34 2002 +++ sysutils/and/distinfo Sat Dec 21 01:31:52 2002 @@ -1 +1 @@ -MD5 (and-1.0.7.tar.gz) = c66f2945ec3f4e06e639ee8f290b2e74 +MD5 (and-1.0.8.tar.gz) = 4bef92c5375d8c8bddb98aa7ec6d1b1d diff -urN /usr/ports/sysutils/and/files/patch-Makefile sysutils/and/files/patch-Makefile --- /usr/ports/sysutils/and/files/patch-Makefile Sat Jun 22 04:41:34 2002 +++ sysutils/and/files/patch-Makefile Sat Dec 21 01:31:52 2002 @@ -1,5 +1,5 @@ ---- Makefile.orig Sat Jun 22 03:39:00 2002 -+++ Makefile Sat Jun 22 03:39:19 2002 +--- Makefile.orig Mon Jan 28 01:02:51 2002 ++++ Makefile Tue Dec 17 21:15:05 2002 @@ -16,7 +16,7 @@ # (and.init.debian for Debian GNU/Linux or and.init for others; # leave empty for BSD!) @@ -24,3 +24,14 @@ # typical Debian or SuSE 7.x configuration #PREFIX=/usr +@@ -110,8 +110,8 @@ + LIBS = -lkvm + else + ifeq (${ARCH},FreeBSD) +- CC = gcc -Wall +- LD = gcc ++ CC ?= gcc -Wall ++ LD = $(CC) + LIBS = -lkvm + else + ifeq (${ARCH},SunOS) diff -urN /usr/ports/sysutils/and/files/patch-and-OpenBSD.c sysutils/and/files/patch-and-OpenBSD.c --- /usr/ports/sysutils/and/files/patch-and-OpenBSD.c Thu Jan 1 09:00:00 1970 +++ sysutils/and/files/patch-and-OpenBSD.c Sat Dec 21 02:05:09 2002 @@ -0,0 +1,41 @@ +--- and-OpenBSD.c.orig Mon Jan 28 01:02:51 2002 ++++ and-OpenBSD.c Sat Dec 21 02:04:58 2002 +@@ -91,17 +91,38 @@ + abort(); + } + if (openbsd_next >= openbsd_nproc) return NULL; ++#if defined(__FreeBSD__) && __FreeBSD_version >= 50014 ++ strncpy(openbsd_proc.command,openbsd_pt[openbsd_next].ki_comm,1023); ++#else + strncpy(openbsd_proc.command,openbsd_pt[openbsd_next].kp_proc.p_comm,1023); ++#endif + openbsd_proc.command[1023] = 0; ++#if defined(__FreeBSD__) && __FreeBSD_version >= 50014 ++ openbsd_proc.pid = openbsd_pt[openbsd_next].ki_pid; ++ openbsd_proc.nice = openbsd_pt[openbsd_next].ki_nice-20; ++ openbsd_proc.uid = openbsd_pt[openbsd_next].ki_ruid; ++ openbsd_proc.gid = openbsd_pt[openbsd_next].ki_rgid; ++#else + openbsd_proc.pid = openbsd_pt[openbsd_next].kp_proc.p_pid; + openbsd_proc.nice = openbsd_pt[openbsd_next].kp_proc.p_nice-20; + openbsd_proc.uid = openbsd_pt[openbsd_next].kp_eproc.e_pcred.p_ruid; + openbsd_proc.gid = openbsd_pt[openbsd_next].kp_eproc.e_pcred.p_rgid; ++#endif + /* Adapted from top(1) port, as found in the misc@openbsd.org archive */ ++#if defined(__FreeBSD__) && __FreeBSD_version >= 50014 ++ /* XXX: Accessing ki_paddr causes sig10 ... ++ openbsd_proc.utime = (openbsd_pt[openbsd_next].ki_paddr->p_uticks + ++ openbsd_pt[openbsd_next].ki_paddr->p_sticks + ++ openbsd_pt[openbsd_next].ki_paddr->p_iticks) ++ / openbsd_hz; ++ */ ++ openbsd_proc.utime = 0; ++#else + openbsd_proc.utime = (openbsd_pt[openbsd_next].kp_proc.p_uticks + + openbsd_pt[openbsd_next].kp_proc.p_sticks + + openbsd_pt[openbsd_next].kp_proc.p_iticks) + / openbsd_hz; ++#endif + /* + printf("%-20s %5i %3i %i\n",openbsd_proc.command,openbsd_proc.pid, + openbsd_proc.nice,openbsd_proc.utime); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 23:11:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42FB937B410 for ; Fri, 20 Dec 2002 23:10:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D68A43F22 for ; Fri, 20 Dec 2002 23:10:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7ACNS013823 for ; Fri, 20 Dec 2002 23:10:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7ACqq013822; Fri, 20 Dec 2002 23:10:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E18437B401 for ; Fri, 20 Dec 2002 23:04:12 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8453C43ED8 for ; Fri, 20 Dec 2002 23:04:11 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id C96BA8C9 for ; Sat, 21 Dec 2002 16:04:03 +0900 (JST) Message-Id: <20021221160252.0c8ce8ab.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:02:52 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46434: Update port: x11/xnee to 1.0.1 (fix ports/46144) Sender: owner-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: 46434 >Category: ports >Synopsis: Update port: x11/xnee to 1.0.1 (fix ports/46144) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:12 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.0 New file: files/patch-doc::xnee_develop.texi Remove file: files/patch-doc::Makefile.in Following PRs should be superseded by this one: [2002/12/09] ports/46144 ports Update port: x11/xnee to 1.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/xnee/Makefile x11/xnee/Makefile --- /usr/ports/x11/xnee/Makefile Mon Nov 11 19:01:35 2002 +++ x11/xnee/Makefile Fri Dec 20 19:48:57 2002 @@ -6,7 +6,7 @@ # PORTNAME= xnee -PORTVERSION= 0.9 +PORTVERSION= 1.0.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org USE_X_PREFIX= yes +USE_PERL5= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff -urN /usr/ports/x11/xnee/distinfo x11/xnee/distinfo --- /usr/ports/x11/xnee/distinfo Fri Nov 1 22:10:57 2002 +++ x11/xnee/distinfo Fri Dec 20 19:37:36 2002 @@ -1 +1 @@ -MD5 (xnee-0.9.tar.gz) = a4309d9057923afa9964d332bfedd402 +MD5 (xnee-1.0.1.tar.gz) = 8ecfbeb6b9a3cf2f7b4677624a600285 diff -urN /usr/ports/x11/xnee/files/patch-doc::Makefile.in x11/xnee/files/patch-doc::Makefile.in --- /usr/ports/x11/xnee/files/patch-doc::Makefile.in Mon Oct 28 08:37:34 2002 +++ x11/xnee/files/patch-doc::Makefile.in Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- doc/Makefile.in.bak Sat Oct 26 05:33:52 2002 -+++ doc/Makefile.in Sat Oct 26 08:58:58 2002 -@@ -390,7 +390,7 @@ - uninstall-man1 - - --all: html man pdf info txt clean -+all: man info - - html: xnee.html - diff -urN /usr/ports/x11/xnee/files/patch-doc::xnee_develop.texi x11/xnee/files/patch-doc::xnee_develop.texi --- /usr/ports/x11/xnee/files/patch-doc::xnee_develop.texi Thu Jan 1 09:00:00 1970 +++ x11/xnee/files/patch-doc::xnee_develop.texi Thu Dec 5 22:06:44 2002 @@ -0,0 +1,13 @@ +--- doc/xnee_develop.texi.orig Thu Nov 28 08:35:58 2002 ++++ doc/xnee_develop.texi Thu Dec 5 21:42:22 2002 +@@ -2,6 +2,10 @@ + @c %**start of header + @setfilename xnee_develop.info + @settitle Xnee Developer Manual 0.1 ++@dircategory Miscellaneous ++@direntry ++* Xnee_develop: (xnee_develop). Xnee Development Guide ++@end direntry + @setchapternewpage odd + @c %**end o + diff -urN /usr/ports/x11/xnee/pkg-plist x11/xnee/pkg-plist --- /usr/ports/x11/xnee/pkg-plist Fri Nov 1 22:10:57 2002 +++ x11/xnee/pkg-plist Thu Dec 5 21:43:12 2002 @@ -1,5 +1,8 @@ bin/xnee -lib/libxnee.a @unexec install-info --delete %D/info/xnee.info %D/info/dir info/xnee.info @exec install-info %D/info/xnee.info %D/info/dir +@unexec install-info --delete %D/info/xnee_develop.info %D/info/dir +info/xnee_develop.info +@exec install-info %D/info/xnee_develop.info %D/info/dir +lib/libxnee.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 Dec 20 23:11:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F41137B411 for ; Fri, 20 Dec 2002 23:10:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82D7743F27 for ; Fri, 20 Dec 2002 23:10:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7ADNS013862 for ; Fri, 20 Dec 2002 23:10:13 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7ADXN013861; Fri, 20 Dec 2002 23:10:13 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B141C37B401 for ; Fri, 20 Dec 2002 23:04:13 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id D489743EE6 for ; Fri, 20 Dec 2002 23:04:11 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 6EDA38E0 for ; Sat, 21 Dec 2002 16:04:04 +0900 (JST) Message-Id: <20021221160302.2cde5717.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:03:02 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46437: Update port: math/blitz++ Sender: owner-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: 46437 >Category: ports >Synopsis: Update port: math/blitz++ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:13 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix build - Utilize NOPORTDOCS >How-To-Repeat: >Fix: diff -urN /usr/ports/math/blitz++/Makefile math/blitz++/Makefile --- /usr/ports/math/blitz++/Makefile Fri Nov 8 21:24:47 2002 +++ math/blitz++/Makefile Sat Dec 21 14:26:47 2002 @@ -10,21 +10,26 @@ PORTVERSION= 0.6 CATEGORIES= math MASTER_SITES= http://www.oonumerics.org/blitz/download/releases/ -DISTNAME= blitz-${PORTVERSION:S/b/beta/} +DISTNAME= blitz-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= blas:${PORTSDIR}/math/blas +LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas USE_REINPLACE= yes +USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= LDFLAGS="-lg2c" -CONFIGURE_ARGS= --with-cxx=gcc --with-blas=${LOCALBASE}/lib \ - --enable-optimize --disable-debug -USE_GMAKE= yes +CONFIGURE_ARGS= --with-cxx=gcc --disable-debug --with-blas=${LOCALBASE}/lib +MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ + AUTOHEADER="${TRUE}" post-patch: @${FIND} ${WRKSRC}/manual -name "Makefile.in" | ${XARGS} \ - ${REINPLACE_CMD} -e "s,[$$][(]prefix[)],\$$(datadir)," + ${REINPLACE_CMD} -e 's|[(]prefix[)]|(datadir)|g' + @${REINPLACE_CMD} -e 's|g++|\$${CXX}|g ; \ + s|"-ftemplate-depth-30|"\$${CXXFLAGS} -ftemplate-depth-30|g ; \ + s|-O2||g' ${WRKSRC}/configure .include diff -urN /usr/ports/math/blitz++/files/patch-Makefile.in math/blitz++/files/patch-Makefile.in --- /usr/ports/math/blitz++/files/patch-Makefile.in Thu Oct 10 19:26:55 2002 +++ math/blitz++/files/patch-Makefile.in Tue Dec 17 21:24:21 2002 @@ -1,15 +1,20 @@ ---- Makefile.in.orig Wed Jul 17 08:39:02 2002 -+++ Makefile.in Thu Oct 10 18:14:58 2002 -@@ -93,7 +93,7 @@ +--- Makefile.in.orig Wed Jul 17 09:39:02 2002 ++++ Makefile.in Tue Dec 17 21:24:13 2002 +@@ -93,7 +93,12 @@ RANLIB = @RANLIB@ STRIP = @STRIP@ -SUBDIRS = . bin compiler blitz random src lib manual testsuite examples benchmarks demos -+SUBDIRS = . bin compiler blitz random src lib manual ++ifndef NOPORTDOCS ++DOCS = manual ++endif ++ ++SUBDIRS = . bin compiler blitz random src lib $(DOCS) ++ VERSION = @VERSION@ am__include = @am__include@ am__quote = @am__quote@ -@@ -405,7 +405,7 @@ +@@ -405,7 +410,7 @@ info-am: diff -urN /usr/ports/math/blitz++/pkg-plist math/blitz++/pkg-plist --- /usr/ports/math/blitz++/pkg-plist Thu Oct 10 19:26:55 2002 +++ math/blitz++/pkg-plist Tue Dec 17 21:27:45 2002 @@ -177,133 +177,133 @@ include/random/mt.h include/random/normal.h include/random/uniform.h -@dirrm include/blitz/array -@dirrm include/blitz/generate -@dirrm include/blitz/meta -@dirrm include/blitz -@dirrm include/random lib/libblitz.a -share/doc/blitz/Frames.html -share/doc/blitz/INDEX.html -share/doc/blitz/Index-epilogue.html -share/doc/blitz/Index-prologue.html -share/doc/blitz/Index.html -share/doc/blitz/arrays-ctors.yo -share/doc/blitz/arrays-debug.yo -share/doc/blitz/arrays-expr.yo -share/doc/blitz/arrays-globals.yo -share/doc/blitz/arrays-indirect.yo -share/doc/blitz/arrays-intro.yo -share/doc/blitz/arrays-io.yo -share/doc/blitz/arrays-members.yo -share/doc/blitz/arrays-multi.yo -share/doc/blitz/arrays-slicing.yo -share/doc/blitz/arrays-stencils.yo -share/doc/blitz/arrays-storage.yo -share/doc/blitz/arrays-types -share/doc/blitz/arrays-usertype.yo -share/doc/blitz/blitz.gif -share/doc/blitz/blitz.html -share/doc/blitz/blitz.ps -share/doc/blitz/blitz.yo -share/doc/blitz/blitz01.html -share/doc/blitz/blitz02.html -share/doc/blitz/blitz03.html -share/doc/blitz/blitz04.html -share/doc/blitz/blitz05.html -share/doc/blitz/blitz06.html -share/doc/blitz/blitz07.html -share/doc/blitz/blitz08.html -share/doc/blitz/blitz09.html -share/doc/blitz/blitz10.html -share/doc/blitz/blitzmacros.yo -share/doc/blitz/blitztiny.jpg -share/doc/blitz/classref.html -share/doc/blitz/compiling.yo -share/doc/blitz/constants.yo -share/doc/blitz/download.yo -share/doc/blitz/examples/cast.cpp -share/doc/blitz/examples/debug.cpp -share/doc/blitz/examples/dump.cpp -share/doc/blitz/examples/fixed.cpp -share/doc/blitz/examples/outer.cpp -share/doc/blitz/examples/outer.log -share/doc/blitz/examples/output.cpp -share/doc/blitz/examples/output.log -share/doc/blitz/examples/range.cpp -share/doc/blitz/examples/simple.cpp -share/doc/blitz/examples/simple.log -share/doc/blitz/examples/slicing.cpp -share/doc/blitz/examples/storage.cpp -share/doc/blitz/examples/storage.log -share/doc/blitz/examples/strideslice.cpp -share/doc/blitz/examples/xor.cpp -share/doc/blitz/faq.yo -share/doc/blitz/help.yo -share/doc/blitz/index.html -share/doc/blitz/index.m4 -share/doc/blitz/indirect.eps -share/doc/blitz/indirect.fig -share/doc/blitz/indirect.gif -share/doc/blitz/install.yo -share/doc/blitz/legal.yo -share/doc/blitz/makeHTMLIndex.cpp -share/doc/blitz/makedatestring -share/doc/blitz/makeindex -share/doc/blitz/numinquire.yo -share/doc/blitz/parallel.yo -share/doc/blitz/platforms.yo -share/doc/blitz/preview -share/doc/blitz/proc2e.sty -share/doc/blitz/random.yo -share/doc/blitz/range.html -share/doc/blitz/sinsoid.eps -share/doc/blitz/sinsoid.gif -share/doc/blitz/slice.eps -share/doc/blitz/slice.fig -share/doc/blitz/slice.gif -share/doc/blitz/stencils/Laplacian2D.yo -share/doc/blitz/stencils/Laplacian2D4.yo -share/doc/blitz/stencils/backward11.yo -share/doc/blitz/stencils/backward12.yo -share/doc/blitz/stencils/backward21.yo -share/doc/blitz/stencils/backward22.yo -share/doc/blitz/stencils/backward31.yo -share/doc/blitz/stencils/backward32.yo -share/doc/blitz/stencils/backward41.yo -share/doc/blitz/stencils/backward42.yo -share/doc/blitz/stencils/central12.yo -share/doc/blitz/stencils/central14.yo -share/doc/blitz/stencils/central22.yo -share/doc/blitz/stencils/central24.yo -share/doc/blitz/stencils/central32.yo -share/doc/blitz/stencils/central34.yo -share/doc/blitz/stencils/central42.yo -share/doc/blitz/stencils/central44.yo -share/doc/blitz/stencils/dump-stencil.cpp -share/doc/blitz/stencils/dump1D -share/doc/blitz/stencils/dumpdiffs -share/doc/blitz/stencils/dumpst -share/doc/blitz/stencils/forward11.yo -share/doc/blitz/stencils/forward12.yo -share/doc/blitz/stencils/forward21.yo -share/doc/blitz/stencils/forward22.yo -share/doc/blitz/stencils/forward31.yo -share/doc/blitz/stencils/forward32.yo -share/doc/blitz/stencils/forward41.yo -share/doc/blitz/stencils/forward42.yo -share/doc/blitz/strideslice.eps -share/doc/blitz/strideslice.fig -share/doc/blitz/strideslice.gif -share/doc/blitz/tau.yo -share/doc/blitz/tensor1.eps -share/doc/blitz/tensor1.fig -share/doc/blitz/tensor1.gif -share/doc/blitz/tinymatrix.yo -share/doc/blitz/tinyvector.yo -share/doc/blitz/tuning.yo -share/doc/blitz/update -share/doc/blitz/vector.html -@dirrm share/doc/blitz/examples -@dirrm share/doc/blitz/stencils -@dirrm share/doc/blitz +%%PORTDOCS%%share/doc/blitz/Frames.html +%%PORTDOCS%%share/doc/blitz/INDEX.html +%%PORTDOCS%%share/doc/blitz/Index-epilogue.html +%%PORTDOCS%%share/doc/blitz/Index-prologue.html +%%PORTDOCS%%share/doc/blitz/Index.html +%%PORTDOCS%%share/doc/blitz/arrays-ctors.yo +%%PORTDOCS%%share/doc/blitz/arrays-debug.yo +%%PORTDOCS%%share/doc/blitz/arrays-expr.yo +%%PORTDOCS%%share/doc/blitz/arrays-globals.yo +%%PORTDOCS%%share/doc/blitz/arrays-indirect.yo +%%PORTDOCS%%share/doc/blitz/arrays-intro.yo +%%PORTDOCS%%share/doc/blitz/arrays-io.yo +%%PORTDOCS%%share/doc/blitz/arrays-members.yo +%%PORTDOCS%%share/doc/blitz/arrays-multi.yo +%%PORTDOCS%%share/doc/blitz/arrays-slicing.yo +%%PORTDOCS%%share/doc/blitz/arrays-stencils.yo +%%PORTDOCS%%share/doc/blitz/arrays-storage.yo +%%PORTDOCS%%share/doc/blitz/arrays-types +%%PORTDOCS%%share/doc/blitz/arrays-usertype.yo +%%PORTDOCS%%share/doc/blitz/blitz.gif +%%PORTDOCS%%share/doc/blitz/blitz.html +%%PORTDOCS%%share/doc/blitz/blitz.ps +%%PORTDOCS%%share/doc/blitz/blitz.yo +%%PORTDOCS%%share/doc/blitz/blitz01.html +%%PORTDOCS%%share/doc/blitz/blitz02.html +%%PORTDOCS%%share/doc/blitz/blitz03.html +%%PORTDOCS%%share/doc/blitz/blitz04.html +%%PORTDOCS%%share/doc/blitz/blitz05.html +%%PORTDOCS%%share/doc/blitz/blitz06.html +%%PORTDOCS%%share/doc/blitz/blitz07.html +%%PORTDOCS%%share/doc/blitz/blitz08.html +%%PORTDOCS%%share/doc/blitz/blitz09.html +%%PORTDOCS%%share/doc/blitz/blitz10.html +%%PORTDOCS%%share/doc/blitz/blitzmacros.yo +%%PORTDOCS%%share/doc/blitz/blitztiny.jpg +%%PORTDOCS%%share/doc/blitz/classref.html +%%PORTDOCS%%share/doc/blitz/compiling.yo +%%PORTDOCS%%share/doc/blitz/constants.yo +%%PORTDOCS%%share/doc/blitz/download.yo +%%PORTDOCS%%share/doc/blitz/examples/cast.cpp +%%PORTDOCS%%share/doc/blitz/examples/debug.cpp +%%PORTDOCS%%share/doc/blitz/examples/dump.cpp +%%PORTDOCS%%share/doc/blitz/examples/fixed.cpp +%%PORTDOCS%%share/doc/blitz/examples/outer.cpp +%%PORTDOCS%%share/doc/blitz/examples/outer.log +%%PORTDOCS%%share/doc/blitz/examples/output.cpp +%%PORTDOCS%%share/doc/blitz/examples/output.log +%%PORTDOCS%%share/doc/blitz/examples/range.cpp +%%PORTDOCS%%share/doc/blitz/examples/simple.cpp +%%PORTDOCS%%share/doc/blitz/examples/simple.log +%%PORTDOCS%%share/doc/blitz/examples/slicing.cpp +%%PORTDOCS%%share/doc/blitz/examples/storage.cpp +%%PORTDOCS%%share/doc/blitz/examples/storage.log +%%PORTDOCS%%share/doc/blitz/examples/strideslice.cpp +%%PORTDOCS%%share/doc/blitz/examples/xor.cpp +%%PORTDOCS%%share/doc/blitz/faq.yo +%%PORTDOCS%%share/doc/blitz/help.yo +%%PORTDOCS%%share/doc/blitz/index.html +%%PORTDOCS%%share/doc/blitz/index.m4 +%%PORTDOCS%%share/doc/blitz/indirect.eps +%%PORTDOCS%%share/doc/blitz/indirect.fig +%%PORTDOCS%%share/doc/blitz/indirect.gif +%%PORTDOCS%%share/doc/blitz/install.yo +%%PORTDOCS%%share/doc/blitz/legal.yo +%%PORTDOCS%%share/doc/blitz/makeHTMLIndex.cpp +%%PORTDOCS%%share/doc/blitz/makedatestring +%%PORTDOCS%%share/doc/blitz/makeindex +%%PORTDOCS%%share/doc/blitz/numinquire.yo +%%PORTDOCS%%share/doc/blitz/parallel.yo +%%PORTDOCS%%share/doc/blitz/platforms.yo +%%PORTDOCS%%share/doc/blitz/preview +%%PORTDOCS%%share/doc/blitz/proc2e.sty +%%PORTDOCS%%share/doc/blitz/random.yo +%%PORTDOCS%%share/doc/blitz/range.html +%%PORTDOCS%%share/doc/blitz/sinsoid.eps +%%PORTDOCS%%share/doc/blitz/sinsoid.gif +%%PORTDOCS%%share/doc/blitz/slice.eps +%%PORTDOCS%%share/doc/blitz/slice.fig +%%PORTDOCS%%share/doc/blitz/slice.gif +%%PORTDOCS%%share/doc/blitz/stencils/Laplacian2D.yo +%%PORTDOCS%%share/doc/blitz/stencils/Laplacian2D4.yo +%%PORTDOCS%%share/doc/blitz/stencils/backward11.yo +%%PORTDOCS%%share/doc/blitz/stencils/backward12.yo +%%PORTDOCS%%share/doc/blitz/stencils/backward21.yo +%%PORTDOCS%%share/doc/blitz/stencils/backward22.yo +%%PORTDOCS%%share/doc/blitz/stencils/backward31.yo +%%PORTDOCS%%share/doc/blitz/stencils/backward32.yo +%%PORTDOCS%%share/doc/blitz/stencils/backward41.yo +%%PORTDOCS%%share/doc/blitz/stencils/backward42.yo +%%PORTDOCS%%share/doc/blitz/stencils/central12.yo +%%PORTDOCS%%share/doc/blitz/stencils/central14.yo +%%PORTDOCS%%share/doc/blitz/stencils/central22.yo +%%PORTDOCS%%share/doc/blitz/stencils/central24.yo +%%PORTDOCS%%share/doc/blitz/stencils/central32.yo +%%PORTDOCS%%share/doc/blitz/stencils/central34.yo +%%PORTDOCS%%share/doc/blitz/stencils/central42.yo +%%PORTDOCS%%share/doc/blitz/stencils/central44.yo +%%PORTDOCS%%share/doc/blitz/stencils/dump-stencil.cpp +%%PORTDOCS%%share/doc/blitz/stencils/dump1D +%%PORTDOCS%%share/doc/blitz/stencils/dumpdiffs +%%PORTDOCS%%share/doc/blitz/stencils/dumpst +%%PORTDOCS%%share/doc/blitz/stencils/forward11.yo +%%PORTDOCS%%share/doc/blitz/stencils/forward12.yo +%%PORTDOCS%%share/doc/blitz/stencils/forward21.yo +%%PORTDOCS%%share/doc/blitz/stencils/forward22.yo +%%PORTDOCS%%share/doc/blitz/stencils/forward31.yo +%%PORTDOCS%%share/doc/blitz/stencils/forward32.yo +%%PORTDOCS%%share/doc/blitz/stencils/forward41.yo +%%PORTDOCS%%share/doc/blitz/stencils/forward42.yo +%%PORTDOCS%%share/doc/blitz/strideslice.eps +%%PORTDOCS%%share/doc/blitz/strideslice.fig +%%PORTDOCS%%share/doc/blitz/strideslice.gif +%%PORTDOCS%%share/doc/blitz/tau.yo +%%PORTDOCS%%share/doc/blitz/tensor1.eps +%%PORTDOCS%%share/doc/blitz/tensor1.fig +%%PORTDOCS%%share/doc/blitz/tensor1.gif +%%PORTDOCS%%share/doc/blitz/tinymatrix.yo +%%PORTDOCS%%share/doc/blitz/tinyvector.yo +%%PORTDOCS%%share/doc/blitz/tuning.yo +%%PORTDOCS%%share/doc/blitz/update +%%PORTDOCS%%share/doc/blitz/vector.html +%%PORTDOCS%%@dirrm share/doc/blitz/stencils +%%PORTDOCS%%@dirrm share/doc/blitz/examples +%%PORTDOCS%%@dirrm share/doc/blitz +@dirrm include/random +@dirrm include/blitz/meta +@dirrm include/blitz/generate +@dirrm include/blitz/array +@dirrm include/blitz >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 23:11:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64CDA37B412 for ; Fri, 20 Dec 2002 23:10:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C07E43EFF for ; Fri, 20 Dec 2002 23:10:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7ACNS013849 for ; Fri, 20 Dec 2002 23:10:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7AC9Y013848; Fri, 20 Dec 2002 23:10:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F269337B401 for ; Fri, 20 Dec 2002 23:04:12 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD89A43EE5 for ; Fri, 20 Dec 2002 23:04:11 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 214258CC for ; Sat, 21 Dec 2002 16:04:04 +0900 (JST) Message-Id: <20021221160257.68cdf52b.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:02:57 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46436: Update port: x11-toolkits/gtkglarea-- Sender: owner-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: 46436 >Category: ports >Synopsis: Update port: x11-toolkits/gtkglarea-- >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:12 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix build on 5-current New file: files/patch-examples::extra::events.cc files/patch-examples::extra::glpixmap.cc files/patch-examples::pickmm::pick.cc files/patch-examples::planetmm::planet.cc files/patch-gtkgl--::gdkgl.cc Remove file: files/patch-events.cc files/patch-gdkgl.cc files/patch-glpixmap.cc >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-toolkits/gtkglarea--/Makefile x11-toolkits/gtkglarea--/Makefile --- /usr/ports/x11-toolkits/gtkglarea--/Makefile Mon Nov 11 19:01:38 2002 +++ x11-toolkits/gtkglarea--/Makefile Fri Dec 20 09:38:17 2002 @@ -13,15 +13,20 @@ MAINTAINER= ports@FreeBSD.org +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- \ gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea +USE_MESA= yes USE_GNOMENG= yes USE_GNOME= gtk12 -USE_MESA= yes USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-lib-GL INSTALLS_SHLIB= yes + +CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} +LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU -lglut \ + ${PTHREAD_LIBS} .include diff -urN /usr/ports/x11-toolkits/gtkglarea--/files/patch-events.cc x11-toolkits/gtkglarea--/files/patch-events.cc --- /usr/ports/x11-toolkits/gtkglarea--/files/patch-events.cc Wed Aug 28 15:16:21 2002 +++ x11-toolkits/gtkglarea--/files/patch-events.cc Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- examples/extra/events.cc.orig Wed Aug 28 14:04:59 2002 -+++ examples/extra/events.cc Wed Aug 28 14:05:23 2002 -@@ -28,6 +28,7 @@ - #include - #include - -+using namespace std; - - void gl() { - static int displaylist=-1; diff -urN /usr/ports/x11-toolkits/gtkglarea--/files/patch-examples::extra::events.cc x11-toolkits/gtkglarea--/files/patch-examples::extra::events.cc --- /usr/ports/x11-toolkits/gtkglarea--/files/patch-examples::extra::events.cc Thu Jan 1 09:00:00 1970 +++ x11-toolkits/gtkglarea--/files/patch-examples::extra::events.cc Fri Dec 20 09:45:33 2002 @@ -0,0 +1,19 @@ +--- examples/extra/events.cc.orig Thu Jan 27 09:15:24 2000 ++++ examples/extra/events.cc Fri Dec 20 09:45:21 2002 +@@ -18,7 +18,7 @@ + *********************************************************************/ + + #include +-#include ++#include + #include + #include + #include +@@ -28,6 +28,7 @@ + #include + #include + ++using namespace std; + + void gl() { + static int displaylist=-1; diff -urN /usr/ports/x11-toolkits/gtkglarea--/files/patch-examples::extra::glpixmap.cc x11-toolkits/gtkglarea--/files/patch-examples::extra::glpixmap.cc --- /usr/ports/x11-toolkits/gtkglarea--/files/patch-examples::extra::glpixmap.cc Thu Jan 1 09:00:00 1970 +++ x11-toolkits/gtkglarea--/files/patch-examples::extra::glpixmap.cc Fri Dec 20 09:38:00 2002 @@ -0,0 +1,10 @@ +--- examples/extra/glpixmap.cc.orig Wed Aug 28 14:02:08 2002 ++++ examples/extra/glpixmap.cc Wed Aug 28 14:02:29 2002 +@@ -27,6 +27,7 @@ + #include + #include + ++using namespace std; + + int visual_attributes[] = { GDK_GL_RGBA, + GDK_GL_NONE }; diff -urN /usr/ports/x11-toolkits/gtkglarea--/files/patch-examples::pickmm::pick.cc x11-toolkits/gtkglarea--/files/patch-examples::pickmm::pick.cc --- /usr/ports/x11-toolkits/gtkglarea--/files/patch-examples::pickmm::pick.cc Thu Jan 1 09:00:00 1970 +++ x11-toolkits/gtkglarea--/files/patch-examples::pickmm::pick.cc Fri Dec 20 09:43:15 2002 @@ -0,0 +1,20 @@ +--- examples/pickmm/pick.cc.orig Thu Jan 27 09:15:24 2000 ++++ examples/pickmm/pick.cc Fri Dec 20 09:42:57 2002 +@@ -16,7 +16,7 @@ + Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + + *********************************************************************/ +-#include ++#include + + #include + #include +@@ -28,6 +28,8 @@ + #include + + #include ++ ++using namespace std; + + // WARNING: Verbosity level set to maximum, prepare to get an ear full + diff -urN /usr/ports/x11-toolkits/gtkglarea--/files/patch-examples::planetmm::planet.cc x11-toolkits/gtkglarea--/files/patch-examples::planetmm::planet.cc --- /usr/ports/x11-toolkits/gtkglarea--/files/patch-examples::planetmm::planet.cc Thu Jan 1 09:00:00 1970 +++ x11-toolkits/gtkglarea--/files/patch-examples::planetmm::planet.cc Fri Dec 20 09:44:24 2002 @@ -0,0 +1,20 @@ +--- examples/planetmm/planet.cc.orig Thu Jan 27 09:15:25 2000 ++++ examples/planetmm/planet.cc Fri Dec 20 09:43:57 2002 +@@ -16,7 +16,7 @@ + Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + + *********************************************************************/ +-#include ++#include + #include + #include + #include +@@ -27,6 +27,8 @@ + #include + #include + #include "globeGL.hh" ++ ++using namespace std; + + // WARNING: Verbosity level set to maximum, prepare to get an ear full + diff -urN /usr/ports/x11-toolkits/gtkglarea--/files/patch-gdkgl.cc x11-toolkits/gtkglarea--/files/patch-gdkgl.cc --- /usr/ports/x11-toolkits/gtkglarea--/files/patch-gdkgl.cc Wed Aug 28 15:16:21 2002 +++ x11-toolkits/gtkglarea--/files/patch-gdkgl.cc Thu Jan 1 09:00:00 1970 @@ -1,20 +0,0 @@ ---- gtkgl--/gdkgl.cc.orig Wed Aug 28 13:56:43 2002 -+++ gtkgl--/gdkgl.cc Wed Aug 28 13:58:35 2002 -@@ -69,7 +69,7 @@ - - Gdk_GL::Context::Context(const Gdk_Visual &visual, - Context &share, -- bool direct=FALSE) -+ bool direct) - :Gdk_Handle(0) - {create(visual,share,direct);} - -@@ -98,7 +98,7 @@ - ref(); - } - --void Gdk_GL::Context::create(const Gdk_Visual &visual,Context &share,bool direct=FALSE) -+void Gdk_GL::Context::create(const Gdk_Visual &visual,Context &share,bool direct) - { - unref(); - obj_ = gdk_gl_context_share_new(gdk_const_cast(visual),share,direct); diff -urN /usr/ports/x11-toolkits/gtkglarea--/files/patch-glpixmap.cc x11-toolkits/gtkglarea--/files/patch-glpixmap.cc --- /usr/ports/x11-toolkits/gtkglarea--/files/patch-glpixmap.cc Wed Aug 28 15:16:21 2002 +++ x11-toolkits/gtkglarea--/files/patch-glpixmap.cc Thu Jan 1 09:00:00 1970 @@ -1,10 +0,0 @@ ---- examples/extra/glpixmap.cc.orig Wed Aug 28 14:02:08 2002 -+++ examples/extra/glpixmap.cc Wed Aug 28 14:02:29 2002 -@@ -27,6 +27,7 @@ - #include - #include - -+using namespace std; - - int visual_attributes[] = { GDK_GL_RGBA, - GDK_GL_NONE }; diff -urN /usr/ports/x11-toolkits/gtkglarea--/files/patch-gtkgl--::gdkgl.cc x11-toolkits/gtkglarea--/files/patch-gtkgl--::gdkgl.cc --- /usr/ports/x11-toolkits/gtkglarea--/files/patch-gtkgl--::gdkgl.cc Thu Jan 1 09:00:00 1970 +++ x11-toolkits/gtkglarea--/files/patch-gtkgl--::gdkgl.cc Fri Dec 20 09:38:00 2002 @@ -0,0 +1,20 @@ +--- gtkgl--/gdkgl.cc.orig Wed Aug 28 13:56:43 2002 ++++ gtkgl--/gdkgl.cc Wed Aug 28 13:58:35 2002 +@@ -69,7 +69,7 @@ + + Gdk_GL::Context::Context(const Gdk_Visual &visual, + Context &share, +- bool direct=FALSE) ++ bool direct) + :Gdk_Handle(0) + {create(visual,share,direct);} + +@@ -98,7 +98,7 @@ + ref(); + } + +-void Gdk_GL::Context::create(const Gdk_Visual &visual,Context &share,bool direct=FALSE) ++void Gdk_GL::Context::create(const Gdk_Visual &visual,Context &share,bool direct) + { + unref(); + obj_ = gdk_gl_context_share_new(gdk_const_cast(visual),share,direct); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 20 23:11:45 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C13AF37B413 for ; Fri, 20 Dec 2002 23:10:26 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87BC143EE6 for ; Fri, 20 Dec 2002 23:10:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL7ACNS013836 for ; Fri, 20 Dec 2002 23:10:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL7ACir013835; Fri, 20 Dec 2002 23:10:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B09E537B401 for ; Fri, 20 Dec 2002 23:04:12 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 870E543EDC for ; Fri, 20 Dec 2002 23:04:08 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id A4CC0739 for ; Sat, 21 Dec 2002 16:04:01 +0900 (JST) Message-Id: <20021221160134.3eed336d.tkato@prontomail.com> Date: Sat, 21 Dec 2002 16:01:34 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/46435: Update port: print/ghostscript-afpl to 8.00 (fix ports/46146) Sender: owner-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: 46435 >Category: ports >Synopsis: Update port: print/ghostscript-afpl to 8.00 (fix ports/46146) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 23:10:12 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 8.00 New file: Makefile.inc files/chp2200.contrib.mak files/patch-bjc250:src:gdevbjc_.c files/patch-bjc250:src:gdevbjc_.h files/patch-bjc250:src:gdevbjca.c files/patch-hp2200:gdevcd8.c files/patch-lib:gs_statd.ps files/patch-lips:gdevl4r.c files/patch-lips:gdevl4v.c files/patch-lips:gdevlprn.h files/patch-md2k:gdevmd2k.c files/patch-src:cpca_gdevl4v.c files/patch-src:dviprlib.h files/patch-src:gdevccr.c files/patch-src:gdevcp50.c files/patch-src:gdevdj9.c files/patch-src:gdevgdi.c files/patch-src:gdevifno.c files/patch-src:gdevmgr.c files/patch-src:gxobj.h Remove file: files/cdj850.contrib.mak files/patch-lib:ps2epsi files/patch-lib:ps2epsi.ps files/patch-src:contrib.mak-5.94.add scripts/configure.batch Following PRs should be superseded by this one: [2002/11/29] ports/45864 ports Update port: print/ghostscript-afpl to 8.00 [2002/12/09] ports/46146 ports Update port: print/ghostscript-afpl to 8.00 (fix ports/45864) >How-To-Repeat: >Fix: begin 644 ghostscript-afpl.diff.gz M'XL(")E8`SX"`V=H;W-TK=Q29]: MA#2(6N]H]8XA%O_V&Y$:U5J;5.!GG?SV6YG\4"9E,KZ>W(RZ5X.S4@9I6<+A M3X/)='@].BLU9=7@0Y/!IZ$8*U=R,*__/)_.Q-VN3'K=F\'Y]60XF)Z5&,UE MZ:H[O1E,9M/A#0Z^_C-S/YM>?YST!N^N)^>#SE1YK706X2S<6&$5?CN^%\$% MPU*=WUIZ755VY#_*4JFTC**@HR@/#P_R@JZ6YC:4/1HIRZ#54BU%DXTYC4RE M`_>/C[D52W]-Y4CRO97K4=FF;`"DN(E<3[[THXANUGY(X_C)<-$)24ID$-_N[&HXV\6E/$!>^IP>`!&VCTK$"RWS"X-8RHWO@C]$[\!U/V/1GP>:;8)P"NQZ"SB212(T)1Y5 M`%&X]1;2PG9![RDKL[X`U$=6E%UB!662LY6/;_O#2<[W'+"7C,YQ9DH+ M=QU(W!=VN&?@AW/T>-./[]X-/Y^5F`O-N M>,GM&>B?3GK374Q+;"`P_NYZ!'8QO>FSR5C"^=GKF_>#26Y>POGWX];GSP)Q MQB?A1/\B&4_=#)L;]RYK!^8J?!WZAV0V=1:O_^Q?@#L0,[%K8/C.QY/AZ"9F M+R,[,/^^_D%,9+U"]W(W=QM*WT[[:)``(+W].+SLS_J#\6#49\HPNAX-/H-V#$8WNPX<"#I&T-J= MLMB8P=*U0N4VH(L.?8PVI@6![G+X-ET>@*77#Z^"J7(E!XQXY/;S>W#)'4$) M/(ZN9[W^Y/KJK/2J9WH$PMP7,J<$`]G&G6\C:A.(,L0!QE\AR[]//H#HSE". M<,E1AGR#)*1+9?)Q.IB]_<=PK)^5OM"0WT\&P]'XLML;9,;.K[H?XGN\G`U& MG\Y*O=[9*SCTWNX5Z7W^S*X_?\:;=Y==M+>;[JC?G?39!!N".::SG_DM3GR. M9R`=N80C00=R5DJ]S=D>T97#J\GOPYOWUQ]O9I\U#2F MO_\S:R1NQ[-[`=N$#WH5MP ML0@EM'Y^A2X`KIAP%B$;6P7LEV?#+YSV@P@G`(MNAY:X"L003,;+`T/*RZY"_V9"Y>]3^.:,7;\H2VM%G<`[< MC"29KD):KN""@_#YH-9!MY4;V4F>_ZAIJ&S<'H&:EXU`[)BG(Z6=[),RF[X' ML#=,!.UZ5:N12JM=U70F`N851M=7@]%YUD_@"`3_Z$[34T]18<;$L*&Y(6G) M#1I^]_)R=M.%[/KFK!3ZB;:7*_F),AF.P*?DQEPOC,S5*ID2VPB2TBU+H`R) M$P!Z.-2K5^19J@@75XXXV"FE[A"^WR!/75.(OZ\R@D7Y:5J]:K1(15-!B1HB M+[-W/S[,92$X=T%C4A+TWM* M2ZO#CQI>M53\@5?M>@\QO5Q1E26V$UB(9=_"B+AG<1?.$;)?RV[)D;F1%W]` MP&"4]2]>(@RS&V[#P$V5S+\07H213!&&>,+(16EN:`CRJI+;;1@Q%-&2$@MR M="9HXH9D[88AY-$DA(*.H,LD#C6C[89FN#NI^I.7T7J%C/8O@&_$R&]8*#@K MZ7)#W/,JFB=S.TDD=0BT$P!<2F("H7>)J-@0]Y6)I^<"9`+ZF3$2;BV+AB%P M[?D/!&0T&5P.NM,!^>^MN7*C+V\0_KLE_1TRPBU`1CC";X2,:G)\'\L(;U!& M"=!.`,0R2J!3&;&A1$8B!J:QKEQ!;6,I'8`Y:G$GL; MK.@CB4M%Q'2X*7">J:8RE14_);X[!CDP5Z@,Q$`B>7:WDRU.+2C$.=9:8U8G M2`2(_$*6[F(9*UV6\D$0^EX5&`BKLBQGE"DMUYZ($Z`0<'1],^C@Q91S2WP' M;#Z(L3.M=4P+3-H,B;G:4-/&E)9ZF-1:/@ID2^TJ.U,\T@7B\CQG!G,G81AH7 M*Q,/=)_Z$*DTYRO(N\'N(&J:VU4$B'@M=I:M9^-!83J&K*,G$&.Q^?!;-*`, M\"X!BX\RLRHU(U0;+/2>U;_N"HJNJ[X$6JLJNJJIBH%76@U_0**CP'\UHWR% MVDQEMB=PBG<\QK7T:@-"G%'#7`%#G"@58R;Y[4ZZ3XI(SB7)E)1H84U9K4L) M#&<60JG#%1AL&>O,9[GM8;>*@\3.,6/_U@.=\X86\N4'U)/6+E4B:BT]US)7 MB@LJ\2C=SQ)AG6MX8D*F'.726IBL_B$IFQ M)#7JFAP!2Q44/=;(1UAB(,-A11D.A\KPDP7_4P[SKN-(NZW,<`%?2"X[.]W0 MJC5(\'05,KRVR$\"<#22*((A+\&:O/?^>G8U/=^15[_^^BM&K"P,`1\!Z1Q6 M_*,=D4*'_-.RR?.U[]__3K!#^6$`P)\(+UG_&7T0VS?^XEE$`MPLY&/D@1KAH`&UGGO0IA%:KG;#!7P+XZ[@!P" MW0OB2`;DN1E9RRIY`#*79!O89D3)UG,?I85ER6OS#G'/M^[*AC*!.R'(6"!1 M!"0>?4@V^QMVX\&I3TTR8 M$]V]N&]V44[%V.KSCZ-_#,>SWE5_;S:_,M:S3+946-NR+=GOTK]]T"$ MG5.S;/PGD@.&1J01D09$"D2_1O]5`7^K>%NH)+]^A<4WDX\#KK>I9>;0/,6_ MB\V)90R%C2EM=:>F](T^.D45GS"+](5/.&VO?]<)IVC8"=>T-L\(FLVJKO$C MSCBGE3N'3&(&Y;LSB;`J8P[IKX\Y9GI.X+6'4[%$:TQ5L%=55.0O,#@Z0YR6=@2B>00>>Q)YXG$G1:X$PI%#7ZR.811<*(M M%`WD"6D(651VJ:ZQF,UU+2[;A56P1[;,RS=8S5Y36YDX_CP=(F2>?(K\,?&) MQU@T+B?4(611`\AM"M7]#"4D"*L4.[ZC43HA#"%//SX6D-/CPUI=$,A.KEVK M&FTX.FRW-.*C.\!=N(88M;!=Z40++TNVGXU#TL$XE(41-I)]CO06,[LWF)S% M(^-N[T/W?#!C#^6'H_,W#/%T<#,8?4+2,\]@V>W[=)#[JWRE'C](DYY]D(;H MSR<#*!FD>_+3?Q'RZE'3?GH&*1$BR8\6(?'`(D'9M[&'R]D#I.1W66+-EJ-' MDH?*Y08%7>)FZWFHN2D2WCAA.%)'"3G@!K,BX1JM?/J>[57&J5U6$O'3P5@, M>'*C*@M!8$-=0";D5@K_`DPMEY)>AN:ZP`SKGVP M;4@WTF+KVA2`13=7HJ$5;"-WE4#'$]XJS("%2W-#[00(DC''?<17%28#?#2+ M/5E,T%BN^%(&QY/)Q`4\.0AK0TV6Y=ONAEJ1OW&!$3P$RU\'KFA-)\N?E/+^ M_/;PQ-SU]OH763>0:W>E4^GKKR7;BGU4^:F,_1QF3%7Y/[1?YW:_F?^PT<;#A(AULL8K-B^[B>M=K:-/M$ MXTFK2"!4LL\=BO*P-EU/D>%00BSKD@C-)>T["3:`90A&=O"I0M$02+SUDRZ2UZ050=(9Q"$YH%%U4 M?,K*M2U^AP)&GK:_7&Y*HYA`0(O_-1Z$4)(OFU12M=$P`I>5VE)B`G&YK^1K M^KC!>Y1A7CTGC.UOE3(^&73[5P.9/6>GCRP&R&O;`4EM%H!/ZAI0_V?N)GZ$ M\44.>*2()RXI/AC/@O*1%#PG563OH%B%)1UE/Y%SP7(TIPN\),7XA<]Q00B@ M8+ECB,D<3Z[/)]VKO9"@Q,_>\RI:>.,7E#!YU/^B$N;*8]LOJ)$_$#]:0F+- M7A@)HZWCQ(]OUNYB&>%[DNPA&2@*TR"@"A*O:;N&4Y^NG]Y>&5J5GMK3K*NO28'C2N'Q9W1GXCH!&L71`5N,KN@:T##'NU6K7]7`\A@U,4F>R=Y8_C M,>3!/C>#?2%"-7L]@K#Y=@9@NX/R2CL,_P?28H]T_0L>5/LTP%=& M/)O[&0:4>^4SA7US1`P"CB,ZY%H`QP$FOB=)`(\:%M\I$Y/R;HB]S,;?#SM% MA8_N\OV1[V0&8V^09Q`C3_Q"&O+)!I;^@Q3YTH;BRT1R]!BQT>1MM:/R>-Y7 M':5."*;R#$^YS_0*)KHYX8GNXJG"8\N*4)7`DB?IV:T;ON@(%]`Z_@W4*;)+2"L5(2DOO:.=Y)SP1#?Y5-FQ M905%QV$SDCN/&]#@YXZ(+M.V+B:YF+!2`8+^BK3M9,GQ=05%)X#WM`Z2P(T< MWIZ6]!TGJ%2$D.]/_TZ6&%M64&`<-B,O*N(KR@V__&,WO:7I+>BEOSBB?>RK MP5.T+R:U5(#$6)(IK4'(^W&+$"EU'3E34\Z;+?BF M(^KW.HP7 MO1/RKHO>MZ1=L*IHUH6@&0%?7315]9/>D]]U_RW.)=:W5GI)XTO/_X-8`5W+ M0-ZQ!.VB=UI^QNDO':<[+]K1N']97+8(_0W"9%=R)Z[K2BVIO!#WXHL'LV05_$S)QS!+D8\\:_ST)99R;B^^[5L M?\-?HT%4I`#,B7^5!I>4;I9;1(?RS:)S6LUYTVC66PZLKCFM=MM1Y[5&W:#U%DSA=],OH6-_`4,* M(UMJR/%G<(BVI==5K:;;#<>R&G2N&5K;J:MU1VU8S49;G1="RUKY>X@ULV'4 M3-K0J:,U&G7X;=B&KL]A7-7TIGY(FKDO5Q%)W:)&:^XX#;6EFZI>T]IMJT5M M:IB`N6:J!Y!@HTO2Y48&BVU9AJKK+^[,-5MO6J9Y2.#\$T'V,2"CQ&Q;NFK5C#DL=QQ45N?&[H&`G*:36L.6H<=9QQ'+W*R;\?/@P<2X!$!!!<`=<3K_>U;U=T`&L1!@**B9';U M)!$$JJJ[ZVA4%ZH+6@DIC(H@*;%7NJZ.'4?1Y?&P+TNZ,Q[8LCV8@AP'U@0D M5T(*`P6"#FI&?SS606BR-G$469I/^E)?,21[H!8181O96.[;X8UT--#[ M\3XVIM:RXMBV94L3T("A(T,513Y1!V`@ M4W5JCRT'9@I]JDP,RQA."S1*W+!&M[/%&]*H7@"CP+*LH:K+CM57%4WNCW55 M[0\<9:H:1:J%2]P(.B:)O`=U'H(^*H.I[>BV81C6`'1^JCNR`09L&`5T<"$% M]B(-1<5250G8#?JN:09HA0+J!=1`T^`(5+^0#%LN`*4C31S:0!Y;1E_5':.O M#U1Y`GK1=PS0?74BZT"VT7V(/KDH2HAN"%_S/E6&3N];5\Z*R`J1-+@)CU09 M;SURU7VKE%BI5\#N8XI,NGAKQ]O8BQL%(&9+VTX3\NXEU_ M1:LB'/(?`FA_.9S83HA;M`WSU[P MDIRN%_D2#,G&V$TLG`I@/=!@,@#H9I-!M^9D(!"N-QET:TX&(F'C`82-*L+# M!Q`>5A"N.1ETZTX&"6FN@;N1YK7Q"D@_;)[IUIMGNK_;/+/"+'?N1(["8#)" M8O#5/)J071$;S3L5=!XP_U11O5KS>KD23$4C51_I8LOH+@Z$%U^EV;@) MD2,_6,SHBAPI$8-(?9S19#U9SG>+$3,X@Y&F?[O9ZYC MX<:(5_+S'A%^3K\_,Q'W[/W%ZP_O/KSE%V7Y:V^O%C_?U:;F>[+X^:-8_'S3 MXOM(==/BAVJEQ<]WM?CYIL5K(]D0+%XV5%:ZC7U2JX??XPZY7$?$0J4AL0)% M/NJ@8WFD%Y:[^,W9"@HF%H/7@L7@>P!^)=ATRC[& M`FK9PO4""E0Y3<^)YCY8]QS,H(2(ZP=;T%N7>@DB/_8<>V'Q8UY6BW^SG66( ME=WR#016&#D![JCWW75$QZAF6D$QWPG7V9E[X4PYU?!ZL=H<+F+C^:+!@NME M\I3=*YUJ17+WU_2$0O5&*9:]#B M(E0\7X#IW$6T\MA^64P98T[]`+S90O[8S@HITF,&QK\LEM=E2K"PB\:UL(ND MPXNVQ1+:$'(CB=`J7,"@0F'3'6<^Z+9_&Z;?P/[X-]>Z=P(N,?@=^[Y+"2^6 M-TX`\^A]A(+66GA`.D"%>02$V4J/4`0*'#I85Q&@7+CD62%GTR9%JI>LEAS]P.GC\G\+QW[--H[-4^5/1M1XU9C,BG=2HU^S6,$FFSM3O*AT\/1_# M.W;"1@0B;US_WKZ*G,5R[`2S=Z#>;W'JGMV9;'UO\H)D<&]:P1E!LEG,\P4^ MYP%7ZBWJOM`7=FC3RUC^C_;M=F&CXN:%Y"Z\!36GH+2E,]>C\O5JL9W7$FLPK=".J.;/`23(CW,:+,]O4]:V( MT),5#D`P&YN1CW9.$E;$MC*+Y&]58*+GM@U.]-HJ7;8<=H''5N*N5:(^U%7+$<][:@W= MM#**U$LK=-'R`Q0]M*:^0XY:QCNKX9KE"`B>V:YN6;Y3J5=6[))58#"/K-`= MRV'EO+$'LS/CB35SPXH%O;"+7+"\%+(>6%WWJV`6$+VO'5POI`B_Q9[7+F[7 M20$UP>MZD,O5W9?+A9W,>UP-W2W.NE)OJ_0NGDBQU-/:AYM5T@KWLLKNQ>6# M$CRLAS@_)\74!>_J$:@SSVIG@9SMYE)U'^I258GP;)L(*[RI,EBT\.C^;?9LYA:0%V#CH;/^S) MAG)9K*!AA*20U'QANGY1C.8&G^54(+H^X.Z"F$2PU4)?#Z]M=KU;P84F7DH% M!XI'48K$1M\0*1M]KQ[V2?*8X'`SY>%GNIM^D4^&..2/#7:=,7C.&[4K)YS< MU)LN\E@[S!5Y(M2D7Z\"HAB83J+((T7:FDN]A61LIPI,#O)('X[DOIAAK>,L M01-4*#,Y@>.40#I#8)ZV(A.8'F`N8DG>\E\.L6=Y+)H80T3!2.D+$U%!,[G1Q4_!""WX-^@9I`O_Z2Q("/RBNM"12W"R M"__[>G(MF8Z>T^2&H_GSS,G9'9XYI-B#OD3?[B0/]"%_=0.=]U1)[ZD25H?4 M\)/.?%]3O?Z%5B3CB3UD@1LC,,N/;9=`14ZF#^I[P1C-L0,+K!4-Z8J!FQM& MJ4-NDL!-#C5T(E`.E[H4.&N58,=S"%X.K%MPLTR*0IVR23GM,`K\:^>QJ-L6 M.A;:-K+,@^J`^H/?M>SA[0/<"N;4K9.II#<)BO M54[)]6?^"B?\4E*S$*;4&;Y!P_173D"5`!9&KK_*#J,,$*>\[*VB0&G*-*80 M+:,PN\FSC*ZH+/NE3!6EL99T:VA)*8]026IK2!D5IB`[:D>WGG:(J3-)VZPA MT_:Q/F+%.!9W,!O?2?'1?7)T)\.:BJ0]X-?E'HINA5,G1KR@#W'@JZ(/"%Y# M(1`,]0`_LXV7-%DZD4)S5?9=1*Z8'D;.(A]CV]M4@?*0'0(3$]..KZ87FS2/ M,;LG;'ZR#MCP9:EQ![H5LFDDF$+3XG)IW*EF7"ELFLOD*9J.Y=&T;=&,.82< M0J2'=TIZ5NEE;D\QA)I"J(U4":,HS#!K*+/`'=:+9_$5,XRL()W$[^/O93WI M[C*$8N8G(VC6_>ZNW3_)+I23CCA+>^<9KEM*K:E-DL+;'=@&#D31`.Q4B\%.-0%,EX`8A560V&E" M[)01ZS)B"B6F)L02L._?7<4$&:@N]X&@DB=((<4>]F4@-QC"/Q5FB^?O/\:0 MK-*@`*D.@28%5Z&WS[]+0;^SW&D>GH+"V`U`4)#TV_P-/']=\ M(#2^'.3N`U^-=3"K_A7!;7;#$`OTJ$TH';YD MI`W#BM%060?X0`!9QXK-$%KK/VA\J"N/H$-146+(JDDR_=^%`$5F]P<']1%B\G2(LWCXB+-[^ M(RS>9@Q"P>BN-J@=8?%R$199`P/!"(NLE498O(((2S]-NJ]J)AMA4:`EO33" M4CPZ51,C+!J-L&B/$&$9\@E@,#0R$1:#1UB,-,*R,KWF[Q%>^1XBO>H\57O-\]ON+M);[B/6%\Q?L#Q%>\WS^^ MXNTYON(];7S%>]KXBK?7^(JWQ_B*]W3Q%>_IXBO>GS>^XOWIXRO>'R6^XNTU MON+M+;[B[2F^XNTKON(]-+[2[]/X2K__QXNO:/\B\96AJO)H`"S>_B7B*X;" M`RF*(L97AOJ`GA[JQB/'5PR>$C`<9%("%%G66'Q%!K7=?WR%E748I44:=L#9 M(;:R2>+!26XY@MG:*I(VDHQ\;95A/TEP8P22.G:9@,<2,U<4::0.1RI-1)%8 MP&,39[-1=:2+&YLUF"_D(>GRSTQZARA+MHDG<$)8-3@T:U!NQ\@0C5IYT MQ/*=\@0R5IY4QLH3R/C11KSA][4Z'#7N`XV9F"O76CJ?E,_PVR9\^-D^;'YC MG^TV*Y#1;=Q&W0;$`ARX_BB:$7J%.L2QOO;X4ZZ!1@NP\L_,9(<_X"I,U\L) MC:VN?);XCBZJ[4S92P#YC9^_Q#>,@O4D8E%8#L9215N=*_3$?Z+9^C_XMH,, M54LW";",T96UPMU?B]^<>)F"7>(U'E;!TF1%)=B2:*,Y^@+.#_[R%/A[_9[N MBR+9M=%&BR"NK3UNT-UN>7=/\DT5]K:BJ^19NN[B/%]%@6D%@74?LAQA$TZ$ MQ:#>(IR8L:CHEQNK#);N#8'KKCE=.*Y-.LF)M;.)PE3U+>YT(!VVX4&06ZGH MNI40W%PW&/;1";S%$FSK$EQ5E*Q2(9R29K>0;$*/6TQ,D?,NI<#*GYEA8K7" M)=_S_"5?%.'2H@].#_]DRZ(.26PP/*(GCH5)&WL?;RB.FT'%C3=/>J"ZE:86 MBRA18:K!94RK;J?*NNHULN%H%8R.[6%=^DMSC-82%ZBH-NWM!&I96VU;JV]I MC>ULBY5ML[%=6![%IF&RAV@[&%L%N1T,#6Y+M*ZB84AG!"L,A8LQENH/83$+ M:P&+8"@IP-&$3H2KVL2`R-B96.O0P97O/5QU/&YBD0_WR_]:+P('T7W/N9U; M[`F`$V"15MSHB'=!((8O(.MNMT3C=[)$XTDLT7BH)1K_;XG-6;Y/2S3V98EO M$N-"CQ!#2EC?\FRKA2#4CB;2T$9*6MIJ)/6LI&IX#[*1"@KUG,/ZOF$#U["Y M9[C-,=SJ%S;G^QX-I8C>WBR%O:;]K,).6/CJ=[B5E#;TN/<2WNS>!%9,;P>! M"1U.DRIB&O@N(%8MF7]YQ3QX0]=[LD*Z_)-Z\,GZJ+!K@G[P7?_@B%"G`^M" MYQ*:H-&T<*H)9^AD$O+O[@+ZV:&/7=B)I>4Y&6U@%4K3?_D'BMD6Z`.E&FVP M)T^I67?XF>2C1EOCU0K+/0G/$X16XF9K]![KZU!::I96!JM;S=6M+.V6L[2: M.N-H379VJ]A9W0YRH`DKBZC%G"QFXXF8ET?F*QK36@>80[-LM?G#&5E2>@-\ M9L(/A$JAU!"7EBNXYZ7SX)NK<[SSC6];EP,:%@PG%B\B1&-H2>!E`[H"E"!G MZ]_-2!Q)O+YD%L7<`TZYXZR24*.]BF]@52`GU2.=**W+8>V13I3'&.GDTDIZ M[`G']Y=\#_HRYD0RK&2H*0L*KFT;N]JZE)7Z@U>W#K[1Z.L,/P$Q4>8)T,93H^M$;[L"C9T(D,SR)M9J?CE[UJM&NL\BL0H]$S_` M[%+*6H9SZX-SB-W"`\[$HBNI1_GSAY^O+L[I0GR#?YW("2,3E29^M$68]XZ, M$2^*5VBD3*BHQ(>\#C!$UBN[CG7!:#IV,3:^:L5WN0M?!7&2&4=L7YW0NHF? MIJ'&HM>7])F2W`00KFYTN'A4A^5`2-HNZGH>B/6^,B82.EAA'[C>($RPB;,E M,%##S.N$`AK$`$H7_^6K_OK+?31?)(E"9PGJ'EVX\G);0NTMZ%-BU^(LE"73 MF$9%Q\:N-;DVN17SXNR,&)M">ED[SW8GAUR%6;&\IKR=G&%[3F>']S3FUYE3$',QJW1NXI6MD1+ MZC21#T"PP=%$-G7(LOK8@9;F3K;N,2\`FA\OHI!6DZ-3'M685NNF3?Z-M%HR M^=O?2&O<;I-#(K=[]##;%!!@B+3<)?"%OGN%5I7TK!4[V-B#LL'$A`)MFDSN MT3'9.(DIALO(*D&Y=US7ORVY2$T#.MVMW[$T@)/IV,VGSSCX+VF^0W;PK%)? M+.^"8>&K'&\^29]+0/@@&91M/*+WMLKO-RHY+;M?D8'FKCP#]6$!/MUO_"'=6,`!)&2G#D3H4]D%OH.1;E,1BE[)$MRO@ M1QS6)\=3-[1H0CX9JGUR?'P4.A&&]-$/(,Z=,_E*QB!X@CE!Y(#\?'1U1*:^ M[X*[OHH).`T(7*P#?^4`ES-$YI8[==DN`=Q,@'L)JDFAUH.DPVB"#QN^*(9& M-'E8`\<>NV:*ASAZWZB!=P&GUM'B!L8*$Q,9Z/T:2+\ZRQOSWE]KT,.A0?K] M)D@*L$*!8?6ENDC7UC5B]0V0A;:5@2",8RSOBZEC7P9#A<@*-+=5@+)\!WJ, M1A98BXB1F81SQXG(%TI!UHUM9`[(ZP]7[\@9D0=WBL)HV#$-1%^I'S[,#V"1Q@<<_E#%-H%B&M.=^C:3>. M#6LC\@UO%G/AOF$3'!#!?2F<5NA9KLLO,'[`!7OF!&PR3A4SJVZ"$@FJ(0A< M$".G;FFT+3A0\0N`8E,M5$!_-E'N"737@.D/I*-D<*K4QSF MBF^0%W\]!B4_#O'-?B_(RW?VB'`RO1LB']%[B'PL]8^A-;G/FW57-KFX6Y&7 MT'81TI%RQ&X%QY)V3+O)>S%#WL2H!'XC;X7\>G4,!W'_7[)KK*80;D*"_P;K M[01X`,NQTXNW[SY<7%[!&0P5L8WT]F(2P;T)G'[/"J[!P&[I_FT8FG^+]D6^ M?*6F?,SMC?M-7U;^BEX`8@<'%TO[,@#_8P;L.#C`Q%80%[*8?1DEWTYQ\_"Y M/UEC*8T1>?D%UA`PD*]`1>@=[_+SY/)S\M]L9/T^W6Q_0TJ!1F#\WZ0-`H_`7&D?NG10<4_I M(#_"7.K"]`&PKF,%D4\9ML%$YPY62>%Z#+;OP"3XE00.W$EI-G[D!P[CUH]O M]F'3#7RP%.-AEHW^RQZ-N]*AX_8MJ>4&'CM@N"\+NT0T7B!8*[%QVF#&S%4I M\=8.TQE%[JDR:_$`9^DS?W4?T,UZK;,V]&XH]>B^+_+:M6Q[L207&'^!L8?_ MR]Z7=K>-)`E^EO_"?LE1V5VD>0(\);=K1I=5J5@V"(`6+)-`` M*%%U['O[SS'MG%%R'[O=\NZM M21,I*AM5`S-G2$]3TYE8[/+RI)F#`N93*M)'G!"Q31E<70!%9?KHS>B2G4@#3P=_:WB_>G MT$CO'6:L@EO'HQP`7P@+KPS3M%RHN[%\Q/J[H)S98_3:_1@:-*'"9OUSQ:U7 MH/HK'Q<5[*`N\6'"AUN+*F,'C!J18\06LW%%S6/NRL.H#`S3.MX=?`\83.5U MMEK.L?:WED0'D@]PS4=L3`8]_N#9`60(%;E"(QI,+*J0B`14'C,L.7?3Q_%%T!$IS$CY5!^R&?4$'[X@N9 M*6Z4&""/3;`E\`/1XN7%R=G[ZS/^3BVT[2P5NCF[M[Q'+.AC%M6RQ8HVIK@7 M)R-,A[F(9@,I$,/VS.>/A`^R,W#+$:Y'UR<7%U#L=`9Z<"7W@`(B88M"`9$(4GL#Q+%PD,J6/!@2VIX;8V<5B-Z& MTM2A>2UF17CC%A7VE:FX^0:YAWKHRI8<&`/SEBH)`=M#MUTI^/`+RF5;I:K]H]T!L' MP[[6)$$!VD^5W&!&(>&M)R2^+OQ#O9Y/0L808]X-TKM2K0> MT!*\7`&=^+@"A4/B%L5#8*X^/PQ$0P=Y#)L#H9((](*G(39A+_A.D85"#O)? MN:>)#`9*:_M4ICO+H);3P\6J&":D]&^TNS*^H+WK&X^?/A^P8Q+4)SA1C M9PV3GH^LAN]N,2`M=/068(0PBD@FYFR'#U<>'(@)OU0TV&C%VK\UD%/Q,3E& M]-`G379"NBO%I%[A$"94PP;T&8'1B4DV]<`](5"_T1*]+-%8+6R%9R$P M8,V,:6)Y`1M7C MH,F`HQG)D]67X=<-HR@'0NP M%[0K!M7'^9/"1+D$3YE.5B9?(H`V5$[4D)0PN;==OUK'XSJ8/D2U0NJ"04/[ MRDVA16FD1>%Z'.D:N&8@U6,Z$8LFDR_8!^B(P\Z&]X8JWG`G^)P(H72'+QF[XP[/O%[7/*C`<`W M/D5M9@Y>-Q@HPID4-M:PXRC=[KXS8KH@/- M!1Y[T&L:XQM[O'8KEUZ'NB&,%>C.*2V.4KD$MQKP'E M`^`@#6-N&S@;R\]$3*V/('P=S=U;X]B&T=AEK7//<&'P^NK+/NA9S'-0'.&P MT"`*>IWW^Q8,AGIX%\<5T/4XB1]P+$?9`U34L, MOBF%8>7']>2*B<2,,RH?U-%:"LW\])+.S>\&P,6Q?RJ];<<5Q:3(EZ0J/1HO+*^8)%Z6A9:KX8P[A3TW@+_@+O MPF^U'/B(B"24J#(O]QMLA[DU#;@>0)Q%S/$VUSMIV$J`8`%E'B]$HW1Z]2XN M)G2[=?U`K%>!T(G6;E//67"\,.F3U#.U/1\E^64#R8U9W-LL!_G!X@MV/`U2 MGOA,:L)2S,"XNXHK8AKQH;":R%A_)1Z$5$Y"&(3+0#'`5%).KX!$HVY-L;H]DO`>U\.GW6-(PLS`C"Z,94TYBP0*M9:"W9[0BD<@'L_DG M7<>8/)%3LE454*67"H1>#L0@4(!"=R>Z'A/='P<.]NA MY[TM/<^Y?&./A+M$2\H,.&W@8`W)PT)%'?G57R07A-X!I8PO;DA`E(60^0SD M"T$*.B/Q@L;I&/"(:=^\]$ MKCI;K.9%\_:2>9'^)S4V84C/K/J[7Z],R3W>'*AGF<=*EE84URBM5Z_II6Y\$.%5?D'GED*$"NU(V"8 MHVS("%9L?(VX=GZ81-5(EP%[#YNM6%D2"*!G`]FYV#DY2+3=T*323>4I[Q0S*'(2&97`P$(INKY5!I M= M!WP=QYXM^18(L04@8XEEAI..?!#:9:SX&OLK"-C3Z3=)M3!2B.08+$QAB>0B MOV+$5=N)N(;ET,COHF2=`\+=;?->PF8)J:^VB?ID3WU-[?8U=!6)TZ(_<7$? M]V[%;L;22JPHC*7>H25Z1L`+8;^F=B1+"?_A9,R7:0PZ/<6SDXR<*P!8"E*T MPV*PO93*[]&"H(LKADLZ>H +Q"6)$>=TK@O-A,@?-8)-1WV<9*TC^B2Y MDQSI(VBL'7Y$=8(4"D3^,^M)W5TV1F-/$1AF8EDJW'L*J\X3QE>EVC0!Q"L' M[S+K)N66Y-1Q"Y(6FO[C-V4XQ*F/Q;Y2L])7``YYGP+]TS))N[G9XC9:MTV' M-7SFTL8MXF75E=4DD0`E&U-9>L.! M!+DT%_92;;E4->/8LVHJ!9]0K,R6%%F*`9TM)Q=($DFB<=9%VU-77]5@C-+1VP1!0I'2T!T:Q( M&RH>:.,0R?QT$09(6IH.AK1F,QA*Q]CJH7Q$U35O^.R\FVN+)#J`G@?&C;7$ M[9]*>/3Q&";]\+03[E_$7D`!8L](3/P%HKVTEK,,_^.4&WFC-(U`YO31"8QY M#%>$A[X!LA!KRMT#H>0N:CSHS=9FJ2MH+(]?VS6Z3%`_O*?F+_(1L"*P]-*<(`OXKM;83;WI=GE_5/9Y?V7 M99?W:?8U#`W-%';)XX$EV>5]:7:9D=\@C$[&7:]WVO6NQFIX[?2>&(V=*&O7 M>&$"N&C$L,A53KG@7E$V!8.'J:ZV=LUJMTAB.P824QIREU!BM8T]6C285U9O MYK=PK4A7YF=1)+*7ZA!MQVQV"/.U6Y2O1`^6B?.5\/,089+!X.`ET=5.8;_X M2;6MP>"2N>Z656U+5JG:LJC"3XNT54MA>4I,J`C?3G&AHK@]D;^*[>&9LND@ M#!@6.<5X0FD:Q4J39%!1<<(`8O^_BU.+%^"/ZQ`EAIE2@5T+A$'Q:@G,3T#% MPLA0N5&XLL-6$9O8$/.J7!,IL;DX_RD5XHHE@EN)P[:%(W2E2O&TS&M%,\^( MLR"*\L4B;"7P/2G&EL+RGQAE*X[I27&VXJC*1]IZNLX"ZE+SEI4'>9+60AB^ MH-K"\27TB,ZAUDLO\V@9>@N!EU-<,G/4Q!DWJ;D8][0.B^N!%7PL?H3.3^A8`;XG.,\2.K!">>/PBTF'<&, M4)2%CY&8]$MMW#]N"P-\`S3@><;!,@83AP-F205`929HLWF5T]R3!IWRV=R?0'O3H09JT_&(1^$7XOT:%;^K-$=Y;O MS5T[\P_O,":=7I+IVFN6W6,RY0K/AK`'&=2P@A5>&''T#6@=')E:N\I:+)U` MXC()@0DR!\=79=]\0T`U=B?C>AYT.44<#$.*^'+>A<+^R_09LXEV4NZ%\ES3 M%,BBB#NIVC:W-)N=TFQV2;.#.R'^5\*GT.]/]4NS^&SR>>RS67`N5@%VF8E5 M^.CP<8=$-1"^^J7.0\>QQ46YSN"PTX]FX9@/`IJ$/YNM$%9(CM"+.`7K4!R8 M4?N'/9U+CG06.@:03#LX[':%E)F#7$:TQ/D=)O4GX>BA>]WDVDF.$8F6T-52!>@_T MMO*F^FHK1*_=-I,0SU@C!32S@ALZ'`$PT0,F3Z>E'5N9-GR@U25%42;QVUJ[ MQG)""ATNNZ-7U^VN[R5*Z;._1T[F\04,ZT7H0KZ@:_X0&\482./*"R;`:MF- MA">AHE:BI^S4H0?[J)W"U&C@L$M#-;YH0S6^2$,U&@J14&7"N`5ZRN$^`<06 M/Q;EXT#D%Z46*\="":&0791:+;<7,KL@N7*S*!EN87N!^A^HM@\1;(Q[0-38*@GURD1K;FY%6@0C59DDPH_1*4E^!-\-4"0DZ2,50!$[%H-YTQRC=VGA1._)8-YR M(EE\)D6THL)AM%04VJHR$OB@C>8UJ*^0TLQJ>PFN\Q.D_#W>,YQD31[80MT3 MQF"OKU()8W$PTLGC?'8#WF3";7AKF7C55!GC4,493QH+7YX,?H,C6`2^88T( M#;VKR+SK3)T5ZRPQ[W''>N042=,&L=#M4AM=?!::#1YTKE(\]T@%)2&ATX<. M;:.O2T#4#84$>MT5KX4P`WH+6CL+?^+,N;>B`R`-U_(:KKVVYHP.'=M+:0+M MX:%S,@($VJ20N$<3=-2"M9$G6EN)#RD!!;>A06LGVYQQ;J:MNZ'D%TU8T:<_$N-7! M>*"7?H?W9*\GI<=G(H;P-9Z`M`RTAU1,;AGI(E!':J=>CT9U_T"8<;!0SS7/ M/-#>%O3[2+]W\/M*28'>"Z`&>(3,EN])[:5%].5J\4H(E/UAK]XY@$+V!T.4 M5$.1LJOII+9JW79/<`:J)DTKSVJRN3S)\A+J%WMYY08>JR??GM/;I#;W\AA? M5X5A!OY!&UW5S^O'[)"U_^\_\%`R=GTMZ_/_JAY'*5"U:^SYMZ`B[5&*5]G8 M."6)A"?U=_6_RX3TP!-J;5`X>+Z;,(8%B*7-1DII0[Q,I/VV?EK_P9")+=]J M?'O]?7A8BJ?$[MN[?B6KCW^I1*+O>L`[L$][6CMT=HL._(%FZK@09"_O?.YW M8+(RR=S\5KAO1J;B+-$9`:Y$V.3<`*8>H'ORMYR.8)CM-!?9W985@VR?N6GG MUIO\Y1;(IL#:U7^750FQ)I&S(M%^%79UTF&NZNA8&=##MAC0(8-5611-"1IY MCNCT.G*J^346B%FNG[&7I@TU^TMR7>V59&)*<.=,FAU5FGSH9U MIO7K#&05!JHPS0><5X%P"LAID1SCA7.XO[(.^W>FP9!)?1C"APY\$!QL`&(/ MUG?0[M8/(OX5O>[SUS1/VHUON'VC('.?UN^H!*^95F6__<;DT[`J"M"IO@J! M:2$QA/D&0?[R%P[R5PXQQ"*[K@*#2X>TJ/>:)_SF-54!&<8A(."S?H?+<)U^ M7W9%-"F2ERU.%K[T>D:G15>+,=PZ4T9-XW,/4^&$$A[GY.EDO>PHW$G?P77V7(1;_%`B`M#J@-" MP-/*PA/M@)$OZ`%Z%]0!69_O@-'R6QXLK<2AEU+M@)PJML56F":HJZW35AA> MA3.:YY7SRP_';ZNW[N0SKHL]K^#3(;V_OCH)WYMXI@A?GIQ4X>/)#?Y^N*D^ M_P^X8B*0GP._F@D']979N.8EU'+9*/"J=F`<$@DGLXH_%(Z*Q52 M>'=X7CD]I:HV87@=2K@J?X\`^/YI(\DUC9M2UMAIJ%U'3PS)D_>),U"J+LQ[ MA+*WR3*;J#Z&(;Y4S6"LD,.S=EOQFYZ&2KI./XA;:'=@'D0+;;S^::']IX7V MGQ;:?UIH_VFA_:>%]I\6VG]::/]IH?VGA?:?%MH[ZC+H--6;@\I:6(^)(';4 M82($3XXWD(%.FJ4`NGZH0R@&-EV^5"-UEP@ZKK>`CJ[U\1Q_^P!U_$&DXROY MO7-$\77,KZT?]H8))6=3X=I]5<$YP!U%^I7;!J3:8#FGCO>`X6LFECDWI.-> M^)!2;"BWX,:SC,G-]8TYG>'@$R_AZ0:WOY5'.VN'4,7QGU?%D=0V%V0S@DWP MHA!;$0BWE++1H-')@?9TM31C+489\$;OZ@=U';1*<94-O[W5649AT6C`M^8P M7,F('O4HM9"!M:""K]!W"'L9JT%>DP*6)Z!XE5].7("D:$D;"LI$-G6V>TF+ MXMA05.YHQ"_2ID]OTMU;U',QX((H97]C'@BYI4'JX7;KEO(6Q;6AY.BQX[]- MZRK,B/9>11+'#'1\QFUJB2QQ3;`R%1I&\!.@;ZUU,>C:QI+G@N9!AJ4N#1F6 M>!.D9)=9S)]FWL"YLY;D,SU)&(!));],TX`<3%O0I-GXPC`])^*[TDH'N,+< M7+B58.'.@SH\U>?6LLI^$F8$&):6O//"5>QD\:S"8@5(]F@6]N//[#7[E9V\ M.;\977T\^7!Z=O/^Z-U9G;W_[O(2UQ@3H-S%30+R['T&(#=HJ'=8K=>I#_70 MFF'S_,2X6L$WI?M#-$ZM:;U!6UBI/DTRF%G!PEC;"V,N;,*TBMI1&^0!\L1V MPYWX*0*!`!.4-<5VRD4A_`T%GK'T,>0##JA\-/55VB0MC6R)&R[_(GP@?F!X M@:?A%3CH0!.V6Q(R%S`LQG`]Q`&8!)1S:P%4HFXX02E#6=8%<:WD3RX.X>Q? MX.*'`SNQ0A$'JI.MRP9N"A3(B8A'4\^DOUH!RDV`Y4#%J'8#R>:`IRAV*QEL M1A2CUB^(*Z3477'&J#1%5SE`,0HM0)Z;ZT/4N9$T<^`S*#.7+/-FS#A5IFFK ML&Z!2*55B<:-$OMZ6Y[.Y/?1V?7-S=< M+(L7QZ4K39F5EUB`:OY`A.$D:NX*WVTQ&2T?8QZZ%#;V%;E5KK&*P(+P=>5[ M5E;BE)>N][MU[0"M/E M:C['CJ98<,1\4K,8)<_G781!N+A+SPF\G=*304(R>UH1$$'1$M0*M4)F_ANA M1?[YF6^02W?/6JGYQIQQ)"6)Y\W1IYSVG!I/[!!$\*0.29:@5*,HN6]I%&LY MH;C$&:T#0RNG[S$(QVUX8J08.I=T%F0IW=!93F0)_LQ%SS,OR+F'[Z`.3=\ M]SM[8ZS/".L%V4EFJR%`\+AH0<:<2`HXY\0`-^DP`ICLY`RKNH,8\95$73F!D4;]SAH@R*]YY#*3S_L MJ5XX.IT!!GVKB:MP($-RJ,1Q$[>E@@2XK88IQ/&J7\/AO*0Q*\Y,5%XJ+*NZ MF6>'()R@JCE,6ET3S);SGV..Y8QIS.2ZD-8=XF^"5 M+R/U0O)+5'FC"2\$C*_)FM,95T=NE+90EG/5.3,+!0:&C2'1*EG;/EF@&/,, M$Q7<.VZL'R?3.OTBK+(MP5(K#:6`0$=8&DO9^6`H`HBJ\Z&%2R-PH#A&2P MH?.V(9"9;D:!3,):4VS9)`Y0;`SH=8J9#$^X0">`XQ=^@HX34T%4F_!@H00: M^B#PB#X22V8__AQ)AANF!/:D"1Y-@$W3*VZ`$`+L.+V'\%]D=H^PQ9UL=0X. M.\.T;[BXY70(S.=VM(%^8XW1G@"=9G4/>UK"GB`WMV&4EN\[Z!0`0-/#TVS1 M4=$3,B-="&\Z6>=%,3'&W86V\69C[FF'0M\PR)R9BT<9F'?SP39(O.VPV8I. M\Z%G'7$W"^_HT%H!%-RB50#%SZE)[/'S:3*G^+DTF6O\/)IGS6P\@D.#S;^U MIP%W4*8>4",72@VF"8AOOGE-"?GC+'I\\BAQ>^V2PX0@GC).",&7&R@<78)V M>X?=M#LZ;9@>*01=:JCDY!=S1J?3*;@:7J2S*18ZG`*2]QJS1GP,T"T1>7/; M"(`"9--N]HG.]%%.$I`SCG,V?E4./E;(05%L=ELRV.R\9)QV7EJZ5$AD0PE.9SH&8$-:RR!%1.\C'7"IX\=B>?#\H- M70)XPL@E^"\V<#FV^#@";+VT^HIG-),#EZ"C<2O]0H+ZVCML#S/&;4YVW9XZ M;+L=OGO`K[$C07$+74Y2/DAP%H\<\V#[EK;64-:BT[3P3AQXX.0?QJ_!&T,Y MX)+Q>:R&L\$[J:/FY%DLPUJ9#%\5J['^!]18_T-KK*WU/Z"/]3^TC_4_H(__ M935.+,567@I060;.L=VYL;1@^H!_52:J'R]#\HE?JU6^;ETKG4?1##A^'C$0 M#RID<81Z)@T)J-_K@MGUN;\BNH3NX2(LR_$XQ!2G"`:ZL,#%7?5P:SH>'75+(KL1XGOO+(\Q M`/TEJK=5EN/-7'H+KFTM<8GBUO*+^RJ=569I-Q25A4=$F6QS-_!N*+RH#X*\ M$1@W\,+/3KJP??-&=A4]W!MY:6E]#$7BFZEMS2?L9?AB925!^+@^-Q8+@[V< MX25V*#FOZVH;4XA9(-%@'RUO82]A1(S0KR;+<467&\$PJP^2*,M&1$QOC2AN M8?B0]54WWJ''F,7"60J+F)Y^0$Y)Q37+$S:65DS^DA/0Z2SA<>1F(7:Y-U`/ M[Y*09(EB\QIICJ#0Z"H\MHJ/ MK-+C:LNHVC:F-H?OS&CO0(X#X1=NAY&U`=T.HTHI;MJ3#CH/#/N9>Q+D(ZG7 MP\6TU51]UV)[SQ'(2#V>V> M62EA1!S%7/3&\R)WK;VX.)'*MD#I0]>OG903U1Q?@NE6W=JDM?PFW8R=MVC! MYJQM:L[-^:1\R&YIRBQL>;YH8[X4?=R+,0D&IZ^3`)?DVJ]"]W;]`[T^((?Z M=(T.NO&@Y>@V,K)EC:UHJASBS?4I,L_Q0V4T((T/_68)X0>%_E#X2:3>D)1A MTQ;GB4PJB74*:3`^$;U_+C6()NY(1;DKR2F#=7&$3=.J#PA4V]7]%A`=!&)M:;$,:V7+;FJY;KNFZ_T.:+M5JTA6K'=SPBHAS&P6$JP*Z4-1= M++_+)@[.#8\3R,>REV/+FU5&PT1_F!M[,0-#,7"V%[99]/[&C`:W2%!`)HTI M&)GB?T$:"F7)HNE%OW*(Q-"(5BVAC6:F)R<19=DPMB*86$6\"\FZIN#8"0'; M4Q562?3B<_SM(@1J9`$]QH&(O.^$=U_1>&6A7D7ERR%2WUH">0$5E="%DC!; MU)\"1%9$Y2FA[.2J.?D*3K;&`!_R!S@!2A;2DCH2 MXFA*X\BRJTT4D$Q[I7]HD,90_^)(.?G6LV@L%W@3Y`;-FU@P]3?OP)6W;4FA ME@NWA=`*:-F->+)L@E,YU9:4KZ*<\S1A8VZNYJ@=+JR%XSW>R','V[EJL7)N MR&7+DDJ1+%XIAX29X?OV;'DS<>U#QN2Y*]`"4#GF-YW0/(B\UU*(NGBLND/$ MU?CB?QLL)W*+HJA!T!HOU16MK+^$H<$>.NRNLQ(`&%=R&1AE\GBTYG/GH0P$ MC=NJXJH]^9=IE+&GQ@K;RPL,F,R,7)8KYAK)[Z+"JL5&,@FOH&JSD4Q!%4J$ M!]PK$AL0JJI&!M0['8T\ZL--S)`M3AZA-QGD7(8\O5*I M9Z52CY]$D2F:\#91W6P3O<4L\O9V"%NWMU[S'7\'I7'W`"1!=!20)T MS7F2_OX8RDH5Y`L0UI]TM27PP#:J4N(-[#TQ"F)HA;5P2]I)U'SL1P/48M*R? MRJ!,?!APB_V8R7\R;2QAXJS2Y8>3H\N;T[/C[\Y9.UP*'E*0W=HPBK6;"IY' M3B0%^Z@0@\&6"?A[9;,D=O0>9EQ_-5:6D7'2M0(FQ=@HTE$SOJ5"^Z]*+J1% M""@1ZC#FGYM295EC*#AXN*@8"CV-HJXTS+$ES/2CJ+*; M#]`0,)\4<)H2H3:`;W?TP^Y!!I_/R2V,4$"=B2%P:L.^/,,N_$:>GU[<'!^] M/[WYX>+TX[?\X'MWT!_66?=`'_Z>2<-V+,Y:YBJ"N@6>M&Q*(LL(W.=F1BK` MQ,2R\U+7-I2S>"&S$"4#`;I9OO>C\F6D+!#@,35O8:[1M,5+\07&ECU=.N4& M%X=XPNCB"+[8\!+HXA3?:V>=/L\87QPZ"H%#`ZS/M.YA=WC8RQ*D,O/KXH!4 M1M@!>;R%7QDI#^82/&S&HRN*$VK,PH`ZEK\EB!H..GLY!0G)025(-Q>&N_6P MC37)/%PS\RP,.IE:TEA9I$W6MN:3?X0F6X$!GK5)A<'B;%1C\">FR-H,2NIO!#`$T81P7^Q0<2Q M)<:0'IY)4`:7I2EB8K6ZM>9UM+K-)1ZK7X5 MU_[]`+02E-(QO)DSOK>=E<^&Z^&ZVY2!$-/'UZ`4-T/H_?PCF$\_QK9'GND\ M)$J/M4B;QO!O:L(6`[F*XK[5:@6+M/D$&%6%F4QQ!(GDB)<9!M.5P-AU!9='):9@E7'0_@'/W:Y:YS`\4VL&1LCWOK%/=M7B&J7.G M+.]L=ZR8R=.F.]5`ZG)T0I7A..0C$&96#0^8JJBJT>'P6+C2BO,KW*SZ[*2#2561$L\?+4GL8$UL[X:K6\- M;_)@>!:>?YK!/53*ES,Y[W9X@/QNC#GN]2Z<"0\ZS*XM&/;^PEIXQ@/T%Q[8 M63@>:E]PN^#1\8RQL^+!K\-(Q35T$OAO?!5Q4KFYL8U^]^:FJBPMQC+[B2B[ M4JD8GGDK7_,M;?B*M%]EO_TDR+_"OW/W$5G?$?48[1CHI!=]K=*%?\1+7>=/Y(N_!P*]Z%W<$>H/PW'LM,U^UJK19$H:% MX7N*/-^NR)T4*O]5^Q4X(]E:PT3K.2L,$$CADWU"T>!'F2BJ M;:\CU7MZV>8O-?$2L2(FI3K,F/N.'%GTC;MW9KZ%[(5AA"=978+'Q7$;1MXO MG)T1#3*T[7_9=/VH[E-G&?#BL<;%^^N/1Y>7,%>+.+*G%U?5%JI(IN,^LH89 MI4%WS.=71^\HK7@'T_F"#7H])=7IT<>C5))^MPN$F87H^/KT1KZ_/KFZ&'VL M*BE#9&HR?(DL,`/=KVETORLI);I?D^AXM.P&4,#47D,*XACDZ`H*$[Y]7AE= MG;VY^%2EU3OY\E?^$E%8:\N\49+S6XQC/09)T_;HI9*HVH+W\)5S#IF`IZV* MF,B=`;G.[HC`V@WHY[\[*Q"S'H'J8'0$#FX>+&<635RXQHY]?/'V/"1\/.J* M],"30<\C#IP//[O6C!AKUFS8Y)&1WW*:>(UIH2WDX_-?FR??7<'=[RW^A;W] M_NSJ^N+#^]=]'GOX*W9RZSB^Q1YN+1YSW`'9TL(0XS")0\%EL9RHQ&]'9U&Q M*XTYHH:QR!NB-R!F(:[%FP+PN2"7YK8"_[ZM'4:BXCPUM,0H;`G:7#P^NC[[ MO24V.`%D))M#:^L8O%O$XA"A..2.*;*[!F)Q0R`8;KVQ@#E//63#NHXVS4E"4,#G-1>S!GL_9&'K! M=>>V1<(1832SO*R$( M4G=C.=X9=U;S-ECD]+V8!OH8[;[6"X/;7UX<0[%XHR`YR&EA`UT]OD(4N7+IWII<;=9M%%]))2*F,R@1$QG1LS+F_+H5R'&7V\FLWL MY:R.1@$P8:/!'H%C_XBA)`0='-X3.6^?O+D\.K^^@1GL_>G1U>GKQ@<0Y>1; MLG-XW9BQQ@<8W.F7[0@!S)VXB_6ZX>('_1FK)3#_^^O8:XF%^N.@7]=[K#8< MXH6J+8$_O&Y,1QS&J8,FEM`N MAZ(#.C1,^"7L@$Z;OU2&R0\P")WEUT%HD](PEKX-P\,R#615U.4S"\:1O:2< M'F`>$9FZ4#8<"0W"!!.T:YGVU#:YQPC.G/\*X^2V>?L-GG7'<,=S/@OYK^`" MW`_0H'):9P\6R`4NQL+CN$`T)M]IIFFY`3MZ?WW1\(-'T,@B]Q*>$SAX@MXG M,@C?DRAHDTD)D$'C$V_MUS`9B=O:Z\:%,C//[(7;(`4%F'HL2<:415TE,#ZO M)*B@BN(A?X>W`EMT"_G2HO()' M:J>9?8]C@2A@!7,6";LXO$-U7XP..34H@C,?VY\N3ZF4S#26..7YEI@<$1A] M#6#;HJA.;2D24V/*^\9E9F,R?*^T(!:Y%H=*?*4I4WZ'YA.W(!I/ETZ#^SV` MJ3`C1=3"0T[AP[;:PIPW\XL@^_<."0Q`H.N;YJT@/3)!`N+A"@`WRA+Z`1`_ MY'?Q_N3RN].S:NN3IM4)#^HW\6\A']9T+L=HO3Q&'LY^+5L0L>PFWH62*4-N M4009+([LNHMC:/1KY,B8=#X1_-!9S2?1>+Y\)5/*A)>G-U??O;\9'7W\5C2; MM._GU[#AAGW^FE]%TUV#M.79O+R<3UU_?]5E_B-,&""2/=A`@I-'J`$P`IQ( MD$!AK(Z-,8S]!V-)(UR6'>B`R!IWWH%](1VPQE7R%:^NIEWU6057H):/(>^I MAH)MJ144]V[6(/L`MBU!P;61,'W,\A$T^8/(=V3^0D@$?0TDB4L!G3:N%':' MAYJRS3`@9Q\#J0R'2E6+1KF*MO6I^??6Q#%;H^^.+R].F#'E+DEA4IW+&86\ M\02&/??9OST#XOR(K!XK*6G'QSFY@:S6,.^,&:K)2.^N`4GDON`4^#UHTR`P M,0]8N>%;H)+M.>QZY1(JS,6=3*VEZ3VZ01WX2V2809+O\AD>E&NPVR!P#UNM MA;48@U#<='ZQ%E"T)@S[IK%J_9^9!5G=M2)4+PML;#ALG[2&0QU^#GHG\6P>'AZ:,VM^"W-<DV4?[SRU=0L;MTFEV(!P\RB7&9^X];%E$WWUGW&(*_3 MMP>#O*S@R\DG^QE+EAOZVC=O">&YTN-*[Z.X.J?V&9U<=JB\WXY.W^;DXUNT M+!1KGUN0C)L!]#VQ_HE%+UKOH.?M9?/2"7"M"10;&!3FO!-E=X[LGYP3J7F= M&$MGV3IS??B]M-8+P[MK0?["3BB1F=$M2`/7@#IH;:R7 MRZ'3N+$WKH'0D9@GPO,5XH8;VOF65DWHQP9&#!`G+A3[#K%:]M9PC:7HJJ.Y M"P(-5;K.J-9U]O[LI,ZN;-.YK3>;3"3BSLML-]4*[]<^6?+^WBBA",FN7D&7OQ MXOI;F#1>O."OUOS;W/5`8EG!4+M]UL`72(^.&_C\,[`+?>*;T8,;?8!4?/%R M@&O)NM36IJWY[\*(GF=D]%H]LP?NX<0N_O'8O7F`\ MI=,/)],O7H!\*19)7KQH63#MX:C#.-<+JR$>0?'6FM;*_*(( M&Y_='7'.)G;KZNSH]-W9LT9IX%MW\KGU_NR'ZUUA\8B^LW/MK\+AL]FZ]W;0;O]O7[2?'/TGT0YO3YM_/6ZNY(.8A7% M6CJ_[(C`=*U%$]+M`+YT)W,R<,`;:IGR'8R#>U?B(%B8@)4):S<FCMN M.0C;%`U%:W<:[7<-Y`I9(23?VKA"^M@MD:\`Z94'Z9=H;P$R*)-+L*!EGC(@ MJX7CE4A_P96@$O6X\/U5*6J^!/)?@<)4!@2/>15._0ZD3]#\(*;3LB:VU@8!:_138^INTU46`I#C9Q/"OP+*LD&"A_MQ;EU2@.-'/F4PY4 M*PUDE2L?'OPVYNYMR6IY]B0XT,IFYB^=A^GX-'Y+. M'TLVQH,!JM+4F!>K%LEM0C;!^Z(@(KOF`F3U@B"@(,[LI=\XZI8H6@1TY01H M;+$#[*6%.O/.@$K&V[M\;H];;T!2,.W)=&&X92"E0!`*PG,@A6#V"5U M\_RZ((!AFH'E!]A(/*"V3E9"/;G=40B).?GGIB+XB.'0TS,LA#31=E239;EZV/[=M%PF`+$LEX>[7`LF19R]FY=(O)^N2M19356&`.V/YN5QOW_EC7FUIZD(VNUI/G`LHC&=AK4LV M^&(V+POA.26[R#4"KQQ3<2?3DJ6BQ?-R$+@S4@K"F\SM!CR8?'! M]3`-''=J%,_WP5Z",%2"(3]XR,&+D\MZ;I30AWZQ/(>V8PLID;3$?/P=*$\% MT_)U]6)IY?9.L=0FG7,I4>S):N&ZDTD)B'`IP)P6!;&GM!=0-/D<%W?]AE0P M"T*576](`)5:;XC!GBWOM?:3P$\O=P-J#EU%Y[*`_=Y,'^TFYWVIWNEAR45%#:_YC8GK?(2_RL MD?L]H^DV8$OSD.*H:1VN,&JY\%<<@C81"R:&A*LE'@AAW@*/?[PX31L\,?V; M%JA7K26:0?[V&PN\E17?F(ME5F!_+K['608:=SAWAUY\-I\`/-'O=H?&;>_= M&XV3S*[0LXF].["P6W@*`F-6RKJ&W^/>":Z8KCR+%4U8T-HF!;>3U4T:BSQ@ MS/IXQE'KAQZOB._5]0&H+;UZI\<%JZ]85,$&&OF%5DF6_$#6A'6V,):KT'2* M^=:);AL[_-K<6"_=7@C__QQK.LX^O3IN/-OGG&GC6^DJ97 M(7B#6@JM:":V,7=FK-$([&!NL?VC-Z-+IAC`R:QCY=J'].;<,CSVT[/&'MRC M3SHRBMK_:?G3LUI@+4B)>/V/Q1W>LP9ZF1-I_O&L]JQF3]F/K/$+VW_^ZP\7 M'[_]\-W'FT^:]OL^^_D56D`NG]76FH9^&U[OPPV#_[AY9.`-^N^55UW>=.7- M$(I4VX,'W'"BSWA#GQ?.TL&K-]/Z:W[3T=?[SVI3.RS2OXE"`1E_&'T$*KY6 MR[2'=MRQC\]J_"PT?<&<]YZ+@O,GY!QL,>G=R<=>^QT6`V_.3+QJ:WI!G_%D ME#6!]K(?;FWXF3OX\T]V.Q^LVVS\66M;/"'>WM.+^UNXH&'E^+/9YY161ZEX4X0.=;/>J]-GBWIQG`[>+'0 M[`]_#Q;VA*ZW]NR6S5VHLB@.LAQQYYOH?P.^ZN%78VX.L97PVN-7^@C7;IAH MCE:K;1/1=L2UQZ_PR)]U<:5GD>^\=]#&(LY[0W[5V[WPZM*-IH=9##![*%J7 M7W2Z'/"GX0&_#/A%H\M@H)0/ZC#%3UUQ[?"KQ@$/X+./UT[XR#B01*"%-#+_ MYU`VK*@)S)3PF<&ETZ?+0,=++ZRJ'R`TGM)%FG+11-1:8R5Z_0Z;+#_W>Y!R M8OGA$U7#RPBSG\./.5S[=(*W"I<-_)W3I\E]\Z$[0TI[GBR][C%], M<74]2-2CHL*51A,E=C\S%[X#3;N?\0=-"<+JXBOL"W<])TBX\EK35_NSS^PQ M&NHP+&AGV-.930[@V=2GOELO>M#["V:ZT`!+RW3['!)%(G[GF-8!DIMS9VM# M'2^`D1G!6N_0;Q=_.T/F==M#C8-X(3`(":)G/W>'+.CV#SH375R[X@KOK3NX M$SE#<:DF<.4<90&L`G^!"/C#`B\=?8P7WW(U<16LQC1%Y4U@NYPDIL::1C/> MH&-[>KLVIPS^$QNC%_!QUF'TJT_HVA5D"V(&5%/X4Z/SQ?03==%BYE&9X$!JY02_C%6N*E.\8+E8[6V=#5-(?T)^A$#RY1 MT<0`=Y1KP?TS_/4-4W9W!\XR>W=ER03_T@/?BUEW@_PCD M#I[O^*<[?T$_T1O-)`!UA>B!+X`WT%;]`9]%--TJDZ#)"M-G8 M60OZ(*.N)7,ME#Y=A]H1K]B0<@Y'TW+[%9LX`&'=XS%D4'E7_LUS^_6']\]J M$V=I):2/XZ./)]_&YO@O)QI!J5.R$3\/LK0>V&P+)B;R-_`,HL\>G14_9$Y' MGPD5.54);O$YE"'].J4$.5`>"FRR4SJ*&-SB^=/`<1@*FW><^G_8_L1_LY01XU34=TPH/GFL4(YUG_"%X?]SA?[*H?S"!1?5FPN^IN$:8WMN!X]Q;$C]^VPS-JT!_*8!`Z=!(4?+#X#8D[A0_G#12L M6WH;<*!HW=(Z^`.R7:N'DO:/[T[UO_T`L<.&#OC,"SUVPD3CRUV`7* M>#21>BK%HNXG&X*`E71UAB)2`WB7,U]Q;@R%CD//G7QHF$FV`/\S#YA=_B=. M"1U0!M9,!\EAXMHI!*2H$H;]8X_/)]]>HOY`A^4N!YTVJ\"EWWX].KFLUMF[ M-R=]D//?G;`WQAI:R(0Y*H:0=%Z.D(Y^L>/5>#RW\"#:\=L&?0M;G=3A#6GO MV8_';[7V]S\G86[W\V%$BR\L7$G/1`!TGILIJB1TKO'M20-4O[[4T&K_P!5[\G$"&X/M;D#'TZD9(<#F9*T+9Z)"I;BU;A`Z3 M`#^Y MN*BQ'_$NAAQ74U2J$DDOLI-VTTF_3Z<4RS+[R90FJQ#%#=MO6Y#@;34GD_M4 MT;^O@\B#9^T9S`SN*B!^D(:FM1]1Q.9%X-RR=[0:E-%&8H&(RNAC!S+WO<5=:X`FA([[5@M&,UX2&[+U_5+8H'3( MA5/8^#J@T@R7P`B0@2!<5E/C&J5@'1R`*(76*E7>P2KDA]`V84">C8[.U5X6 MBYO[)5"DQC2MB\:+33(;KG+"M"-^SA,84WC$FFI4E*/+Q@DM-G):2X"?C2Z/ MKL^NDAAZ*0R]4)6\/&=+2? MN%C-4Z*?N1]#I^,&'RK';U:?[A[8 M2R>%A/9;'108^ZN/!I08Y5R'T4%_4GCKF* M"?EB?S<'%3D(JO,+._LD[XA!J1(R[@U3$X!2A??'N<*QV$#>YVE/+8R;CJT% M+T_B^@KM)T?IR#L15DW>"STQ5*[XGG,"@.J/="Q?X-!$%XT-#^[4Q1HSS#$! M?U)G&N[HM?@ZJ:3;1+YF&HZ%:I5H_3IYOL/2P-AH]?KQ&LN]\C2B5J^+I="[ M5(KUO/;FFN$^-M"4'=B_6$LV\ASN! M=U1\R9?OU,M.C4$C5$6Z,I7%KB;JTNNE@7M8%ZAVJR]_?"N>97^0@H)7K?Y! MF_U(;LM^CJ"";NEH7%%-N`P#3C,2WN03IM7(*V?HD&R8,A, M?)"N+?=?!HH_^CB+L6QA[L#)XQ*?WN*3LC+`S2#B"9+#A-M(R%S#5!<7$V`8 M+OR_>,EW"#Y>0&^BXDP[::C9QW"(Y:LX#@E[:LT#@UTY#YL03#(*<7$J7"&N M0!5?9^^*D2U'.OJ-N,<]W"-EEV][U;K04/(W<^=QTK@.+'LYMKP9C5Z86VC`18.&+%!2Y>BU>N\$ M.Z[@_JCD)PGHBA-1'?38U%O;\D55&)Y<]UD)_>^P3[A?P>"5Q M/'*1.!]/7=V=2Z%P/XL504(Q0L,=1/'I4DZ)L;1HXK.?GS9GI0P-@/8S\TBN MQX4Y"0.B_3A$+/FFW#HAEU%R@Y?UB.LH.KE`6$>??^@!*,XXA-F2Q$>=D=JM ME'X'626G%ZIQC,I4)C#&B@)X.&%%(T7N'<80F?..TK"`J%-3%[W04Z/*)-&: M.IU>TFX5N?#I6Q7`_NSO1]0AW%)&3EH]PZ?56.YQ2(4C@RZBE(OC=WQ5$6?A M#(E'&GWM\Z105]F_]O*N\3GL]0IN4,[95Y@VUM_<6(SGQ>W&+A8C9*IA8ZJI MR::,L\>_/3JFY1GLS37N-[&*9&$QV4T8GT'IQ,(XPV<24P,GOEN']FFB==^A M2#^V_5N;G8QZ&=(\F;'Q8KP_.V$C>RD6[$?]UJA?@_]`JT+;8*>CB_2Z*UJ_ MB=P(@VBT4\4/JG09Q'Y\/SJ]5/M5&,PA37\X.6-D/)?1-]R>CIKVPYT],6#6 M>F>;GG.)TBM]B:6%7L])"SVKKC)G=0Q9Z_$6&7F&&:"!#CM:!8X($77T\5-# M[X#R-@8JR"@KV?EM@^]NA.\,M\!WAOGP9%O(XX6$6\9,N'_-*.@PB`2 M2>6C=1=XSM)>,WK'J1H$;XKKAJ9I[*IUWCHFJ0;&!NX,)?%T-^#IEL`SW(!G M6`P/-^A,X>FUR,Y3-LB<_-+&-N6Y\2<"'K\;*980ZF8C-PR5:8:AD4P\C298 M`*;AAC1GYT>M[\^/XLE`9=QG,53PII'4M+C=:9A0)X3Q[QU]''[O<-L?U[=6 M$Z?1A%?QM&BU*LM_;;D&CPA%QE2DZ:=2#].IAUFI3=,+-R&-.>[-L2L^CW![ MN1A+G2W";>OS=ZK52:/!+C_\P"[/OC^[9!^^^SCZ[B-DOCGZQ'QG&F"(/8FA0A;!Q/FK22QSYP%;18*BR3"(]1A3HYJ>*\A@F-?J MG$)ED0UQG0NK9Q\N?8IJRJ[C_>\D*KB[/0AW+FL2D!FXIC36Z$$;37#:.34IH M0BTHB&($\8X!O.?'8M-?*9ZTM]Y/)"9#XE1J88^-!7AW?B5E*#'`%BI3B98` MA>GV?APD,N)C).1G@'03(-WM(,,$R'`S2%=*/JE<*L#/JAGKF3-OF`$SC`9< M3*CGMNC86J.33^HXJZN6*KSUQJV'F)"\EKPX!9I1*05,LN<4&*\86EX:GF39 MJ94O;BB_S_+S-6]7R[O'3,#N.!LPQI`ZZV%8D)CX+:SR]_/++K*F)=M4_L*6 M'P@`(_0)XY;*W+ZSV-'$&<.OB;$7`F!**P-DJBQ+0B#A.(5$MV(,9SQJSB,H@#3%+YW(.E$8@>;G,TKF$,#FY+$4V6W*IDV'WHHF+ M-:/C=PD4/->-F6Y`L$S7=&2OT^V)'1M#<_ZNE4*5:H`05526`HC<$F6*PQ4M M@`IUE\[-7OX-R:^B9E9EE6XH$['7WR"::AQ/*G>))\I\.Q8_11.14!85*H6G MR]"LQD_B2A)'`A=\+H2)G\`A3._/55DN1/S>"AX<4+'/1031.'3(Q0%:8=P% MH4-F#M`J$RT('K+R,/-2X%(R1W"]=/:^:#CL`QD]E54NT7L(QBU6)D!:#(F! MBE;+`57:,0TJ6',6J%Z-5R,-+*:0&'!L*E'>A_-(;)G,"I'LGXVN2P*+`/6D MYIY?D,#FTC#.F`_D"2Y@))'QJ()`NV&NFB-UI<3\I!B5F)"D0#+3HU`>3R\$ M\V3*;A)S-R,5'DJ3^#0N5Q*GQ:.IF5L5\@";!!)$D0%4!PK_])'YP:29GL7$ M\;=]6<++__JASOEI8,R@^7K\B7=2#`H/R\G,1W!_3+(!A^KH@T&G'H/2OV&M M8.&VPG-I37AJ/G_^K/&LX5G!O3%__?S?\<&\=4`>??T/$WA])L0_`&#!&M-\ M?"8>@'K.L0(7?];8:U?WHL-W/(?H[%UC;V_/@I=L_[V#I]5F3!X(V^??UM"P MVBN\G]KX^PKOM:H`.C&6)JU,D:K3)!@.(M-:OF%BN;YB8]Q;838&98+)$\^O M>72L3O;]Q:WY_0M_/0->_[K#U=_ MN[XZ^;V5"I:]M!ZPCI\^?<+S-?[+:/S2 M;AS\7*ON__;3\\KI:?4G#0OPV^QK`MF>/Y;`]"S0QM'I=4 M*1`%ZX$)&0-/SRF>&=1<:$3/&J(9OF[];[4.K?B[.N!!SB>?II0Q6QP!9B?_+I0Q4Y1Q;#O=MAQ"12/8%U MM[.)2:S=!-8=CRHFT0X5M+N=7%0Q"@PQC.5/,B8QJE5_RLE&%2_'$Z)]ZD%' M%;7`I>!^\L''.'I"Q]'O?!`RQ,@Q2&P%#T4JT#T5NN@!215>P$0X"AV8C&$@ M"(F@\/G)_U?>^?6V;611_-GZ%*PW0(%5%(F49%'>H'"2IMC=8ML"R6+[T&(K M2[)LUY)5R4Z<_?3E_+WG7EK2S%!O"Q1HYFKNCT-Q-!P.YQP#PN481H*>TK,H MU[!2Y)4>9I(=*%II"9R[>^"DB"Z1]8=C'4E_Z=F69^`!6DR?:.M28J`PDP$^ M,4""2I/3K@D7K]D$E$YVI(8"3L`:DN=&R#D14C)(8W$GHO'^?!RM)Z,;G,(/S]&-(01&/=Z]09:C/-PD^67EPG;)DX\K%7VJ_^^G=FU\YQ"029UCC M#,,X0\XYJW'.PCAGG#.J<49AG!'GE#5.&<8I.6=_6^+&V`(TJ<^)>-*CH5&A"K!>:-\@/[064P30E*Z)3A*F&?[U.` ML%DYC<3*2#8S83:7*C&U@]A*&*9?IVMGZKFFI M,F9HT&3A<82*E*4S5`E0T5KM)%EDADK3K(M86NDQ4JX&4PGNXN9H.B& M"SD:XJ\U5M^-0^>`@2+5W@@J$)2@_0;6F#4J00F.77[,6/&Z<&2-&"M>)8ZL MG+%25-](,_D>ER("1]R`XV(UX6+8!E2"1!Q@.;N8T8)Q[&(FUZ,B]>-(ZLLV MQ:C)19-XCXC6EHL>`5][I-(VH<%L/TV#SJ?]_OZ6(DBG!UJ; M[%'1\G1$Z62/BA:K(VI4`"I=N@Y(G`8%"=GA^1CZ1F-1.V#9:F.ZQ-T3/<+? MZ`X(WO'&IJO:!^*]ZG=Z"G;5W&-TF!8>GJ)M@LU/D\83SN7;Q94XI3RMM#S? MK%3EO&S>E-IW'"$]-/R6=:@D83W2<#DY06>/*'9=(D3WC#%$QGX)OIJF_'>Z3]$P4V^>WCS5:M MU6R=IE3/@Y^C7+.9;Y@I`+9A3-_^+HL`&HQ\!;?&M\;!'HIT&X2G6!WO<3Y*M!NEUM_FSEHL4!)MJ;)2_1;\#3*M^T(L%^@IMC* M)C7(B\'GVMIVH#CHRT`#@J]JQ\:#-@TTZJUISI7JV.!A%F!I">X-1-+)!K37 MR<%G^%HVZ:"O`V7:JCXQP>0!83K=OE=)$A[I,4A-=900 MU`&GIOI+""I]`W%N$X1Q>78?RV[O"=JPXNKXE%U6%)C"=HCM=:;`K!Q;MM>F M`K-T13A4W;2"'V,)M0]96&"FKNLS#QM:8*ZICT=S6P]:;;71OCG4B00K)<29.&@ MF69:0C2?;G'Z+YB:(&VG>PK6AQ;N]5+!'/;='K)6H?-R-=T:5MT6X\U&M6BR^9+]2Q'HHK,% M+$*$>[50^B6FA]FV8++.L/GA)BY$6"PA/EE5^L: M^[X0&!K9T`(&F=C8.$,8HJR7@`CWAD$`-J.94PQ1?U\",MTT!H&LF8TM9("\ M72*WD9T,H[*^F.`N`UUEP6[B*68S"&/W\B3O&:3!G3S)B`99>#]/LZ7A+8.? M[6+B>DQ%,W^T>#-9;:N+.U]-O_#$"=TR8[UMX";*KEFTTPV`V/5*\+T!%)L. M))O@`)#-2U(\<7#_%H,=]LBAU3Q;U2:F&>80S>?;U;$&_CFT5.8A!`WPTV'Y M]-A\T%U'Y-'#\5ZW'9XUP)Q0[QV&,$D$2??B85B#(6RP-P^CZ"R"!%OU,(C) MLK/7R_LG.\:\O7]9^J-U3F-[S4 M+[IJK@P^S_Z8YQMW1W28S]6`>*W6@9>/#W-'\XO!;*C4R?;'L[ZWTW8"J>ZH M?G[J%:#ZW+*VCVOU!^CQE^.2B65FZIRE[YM!,#_/+[[)7CS,EVOU4VVU6^T3 MLD-2)>-;M*4ZWK>H?7*RG3]DORF;FJ^W7>7N\S55^ZWZ_.I&X;19$C^$=$BJ M4,PBZ:^G>)3=]DCJ0WT0;714_6^W*U+;.RE1=6V,U%:`5GO^-)]FZ)OC;'OT MAS4GH9-??CE5GZAES)N_9;-[A=.U3HQQT(L;91QDJLVJ?D&8*J#,I4YW&^R< MMF;5#R#K/&Y^R+J/VTU77;]M5[]KZ2ZNJ^'>O`CJ3*[6=UWS[VUW:O6-\U?5 MTZ[JGU'56YU.)_U@)Q\?]7PNRWM9T3LOAN>]O/I'KVBUV^TLEG7]F/VS>MRL M;@*]\7FO5_V7Y>-1KW5QD77RET6>M7LO>]G%1:OSEZ^R[N7-JKN]-M9++[[; MS.=O/WQ[GJ6]\ZK?ZPFL]F7[/W3.GMA79[$ MU]W)%ENW2Z3J=NYC_>KP96;JJ!%'^W!]R=ZL9IOY9)M]?S=?+K/7$U.\L.U_ M=;]9?&.\Q!XJ\B$_I^SUZ^RK]S]^;'5NKE:S^57VGW]\_/N/__[XWY_SO-7! M?IN9WOF4:U\K*FF+(QY2(T0]4M1#@WJHY"&]WE@/B41U$^`1;6$C0_U"AUJ= M>74CN%)?$IQ@VYVA\I.!3&40PXO:[T6$WD]YQ/BQ0,C9JD!(F:.PXMT]+_X! M1>TL`F5M&"+*GV3YF@6JSLG*RD"#!TH9$%?2V4[PD+H@/"*NA_)KP*+6]8M` M7Y0'HF5E[U;6P-/5\-,8#<5Y*9T*#Q0B,)8URK$,C&0@%X%1 MK8:2@O'(H!;IRT@NCZP%4CS2?Z9*[="D6RU MSY\'SD8B4,H:92D#8Q'(S^1AQHSJ]IRS8(\DBM(T[O M\#M2&S#QEGR+W[#9)`D!M\\1Z^C=BQ#06Q+QS.U60_S&UJS/Z$V`6%[/\-SM M/CV,Z/UW/%"U%<=\M0].E`>\W,<;MMYDAF7>A,4,IS%J%Q<4[0ZL6F10B[`L MLXG)S-:>GZ;934LX33![DG@D/^/E:EB1%98\T"\N>4!M[*E%L+73*1LZS!X: M'BEYD7W=TQL<^=W>$Q&ZN_^,W4CMKI#E8B8B>!"SSP&[IMG%@/UW/5^(HO@^ M[0X"'I%3=/>.OQXJ>4C4*-GO\$G^6,WK;AYA%]>\>A:!P24/B`FM>XF+E_?F M@9D`SS!A,CLK29X,5;+Y:\)#]>+4515."?USY>+WE)?/S[DI?DQ]NE M*,JC+^2E65E<&OTB``-;"=U*YI9?"+LRS21C_OS"#_A.TK]>OB6L" !```` ` 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 Sat Dec 21 0:35:47 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9957837B401; Sat, 21 Dec 2002 00:35:46 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4109643EDC; Sat, 21 Dec 2002 00:35:46 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL8ZkNS037497; Sat, 21 Dec 2002 00:35:46 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL8Zk8x037493; Sat, 21 Dec 2002 00:35:46 -0800 (PST) Date: Sat, 21 Dec 2002 00:35:46 -0800 (PST) From: Tilman Linneweh Message-Id: <200212210835.gBL8Zk8x037493@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports@FreeBSD.org, arved@FreeBSD.org Subject: Re: ports/46431: Update port: deskutils/tuxcars to 1.0.b2.1 (fix ports/45934) Sender: owner-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: deskutils/tuxcars to 1.0.b2.1 (fix ports/45934) Responsible-Changed-From-To: freebsd-ports->arved Responsible-Changed-By: arved Responsible-Changed-When: Sat Dec 21 00:35:01 PST 2002 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=46431 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 1: 0:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 090A337B401; Sat, 21 Dec 2002 01:00:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9F0D43EE6; Sat, 21 Dec 2002 01:00:16 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL90GNS041637; Sat, 21 Dec 2002 01:00:16 -0800 (PST) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL90GO6041633; Sat, 21 Dec 2002 01:00:16 -0800 (PST) Date: Sat, 21 Dec 2002 01:00:16 -0800 (PST) From: Ying-Chieh Liao Message-Id: <200212210900.gBL90GO6041633@freefall.freebsd.org> To: ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org, ijliao@FreeBSD.org Subject: Re: ports/46416: update checkservice ports Sender: owner-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 checkservice ports Responsible-Changed-From-To: freebsd-ports->ijliao Responsible-Changed-By: ijliao Responsible-Changed-When: Sat Dec 21 01:00:04 PST 2002 Responsible-Changed-Why: my port http://www.freebsd.org/cgi/query-pr.cgi?pr=46416 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 1:26: 2 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 717B837B406; Sat, 21 Dec 2002 01:26:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17EA743EE5; Sat, 21 Dec 2002 01:26:01 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBL9Q0NS052967; Sat, 21 Dec 2002 01:26:00 -0800 (PST) (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBL9Q05w052963; Sat, 21 Dec 2002 01:26:00 -0800 (PST) Date: Sat, 21 Dec 2002 01:26:00 -0800 (PST) From: Edwin Groothuis Message-Id: <200212210926.gBL9Q05w052963@freefall.freebsd.org> To: tkato@prontomail.com, edwin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46429: Update port: textproc/libxode Sender: owner-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: textproc/libxode State-Changed-From-To: open->closed State-Changed-By: edwin State-Changed-When: Sat Dec 21 01:25:52 PST 2002 State-Changed-Why: Commited, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=46429 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 4:52:30 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDDCA37B401; Sat, 21 Dec 2002 04:52:26 -0800 (PST) Received: from office.vbg.spb.ru (office.vbg.spb.ru [194.105.198.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DC3043ED8; Sat, 21 Dec 2002 04:52:25 -0800 (PST) (envelope-from info@mnpq.com) Received: from akm-o ([194.105.197.98]) by office.vbg.spb.ru (8.9.3/8.9.3/kr) with ESMTP id PAA09224; Sat, 21 Dec 2002 15:43:03 +0300 (MSK) Date: Sat, 21 Dec 2002 15:55:57 +0300 From: info X-Mailer: The Bat! (v1.53d) Reply-To: info X-Priority: 3 (Normal) Message-ID: <712989779.20021221155557@mnpq.com> To: perky@FreeBSD.org Cc: ports@FreeBSD.org Subject: technology MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r 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 Dear Sirs, we are searching partners for to embody results of our mathematic and engineering achievements. I think you carefully has studied our website www.mnpq.com that is presenting in details renewal research materials about making correcting codes with random alphabet. It can be used in practice for development of new data transmission systems or for modernization of old ones. This item means that due to our invention (to make it short, this term will be used further) we can make new or modernize the old means of discrete digital message transmission. For example: 1. With application of our codes it is possible to release completely new modems (now exists 56K, and we can make 66, 76, 106… 1000 kbps). 2. You, probably, heard about the "last mile" problem, i.e. about insufficient throughput of cables, and with our codes this problem is solved, i.e. on old telephone cables we can transfer with greater speed. 3. Well, and what horizons have opened in cryptography, about it even better not to speak. 4. Application of codes is possible also in wireless communication, optical communication, barcodes, etc. and everywhere the same advantages in comparison with existing now. Using our invention you can reach an effect in following fields: -communication system such as cable line, coaxial line, fibre-optics communication, radio-relay communication systems of frequency division multiplexing, radio communication including mobile lines, wireless computer communication, telecast and telemetry; - data exchange system between computers in LAN and WAN; - digital sound recording and playback systems, digital blocks of broadcasting and television, data storage units and data processing units. We want to clarify the following facts that: - during the work at "last mile" problem we were able to reveal the interconnection of multilevel signals with unbinary noise-immune coding. - The object of our invention is a creation of new methods and means in the field of making and processing unbinary correcting codes with random alphabet. - At the present time there are no means that is used in practice to solve "last miles" problem. - Now existing means and methods for correcting codes are only a particular case of new means and methods that is invented by us. - We can show our invention in practice Aforesaid points are the result of large analytical work concerning - Historical aspect of this field - Modern works on this subject by our colleagues from foreign countries. Practical application of the invention. The following quantitative estimations have been showed by our invention in really existing communication systems: 1. The error level has come down by a factor of 104. Number of errors in received messages has been decreased at 10000 times. Primary error level in communication channel was 10-3. Probability of errors in the received messages has put down from 10-3 to 10-7 due to using of our error-correcting codes. Channel capacity has increased from 0.3-0.4 till 0.998 (this index corresponds to efficiency). 2. While information is transmitted, smooth (but not jump-in) variation of both code redundancy and length of code blocks makes transmitting noise-immune information blocks to be highly adapted along their full length. This technical characteristic is very important when two modems connect to each other and exchange data with maximum speed in communication channel that has some noises. 3. Both our system and method have simple algorithm, arithmetic, hard&software implementation which allows to translate the invention into reality very easy, quick and cheaply. I want to say again that our invention is the method of noise-immune algebraic coding. It is not a mechanical device. The method is presented with terminology and formulas, which can be understood only by specialists. At the present time we have a possibility to show our invention to all the persons interested. For this we need a simple table Excel processor as a programme mean and the model without single modulus or macro can be located on one screen. We can answer questions concerning the application of our invention by e-mail (please address our web site www.mnpq.com). I would like to show you an inquiry of a company addressed our web site as an example. Company's question: You say that you can change the speed of "last mile" from 56 kpbs to 106 kpbs. Is it possible? Our answer: Yes, it is possible. But our change can be made not abruptly from 56 kbps to 106 kbps but with any discrete step, for example: 56, 57, 58…106, 107…1000 kbps. We can make it and it is not a trick It is possible to do using our mean and method and it is only the particular case of application of our invention. Company's question: Why can you know that you have solved the "last mile" problem? Our answer: Our website has a list of researchers who wrote that it is impossible to solve this problem in the present time. They have been researching this problem for last 30 years. There is also an article "Updated conditions of multilevel coding method using error-correcting codes" which shows the last achievements in this field. The researchers also tell us the prospects of new methods and means of error-correcting coding if they will be invented. This new method we offer to consider in browser "Our solution of making error-correcting codes with random base ". Unfortunately we have recently noticed several cases of our colleagues' discourteous sayings and behaviour directed to us. Our opponents asked us to answer their questions, and if we had done it, our patent registration work would be useless. We cannot break the obligations that we have. So we would like you to accept our apologizes. Partnership The base for partnership can be the your interests in the following: 1. Improvement of resolution of communication system or single devices such as: - communication system such as cable line, coaxial line, fibre-optics communication, radio-relay communication systems of frequency division multiplexing, radio communication including mobile lines, wireless computer communication, telecast and telemetry; - data exchange system between computers in LAN and WAN; - digital sound recording and playback systems, digital blocks of broadcasting and television, data storage units and data processing units. 2. Cost cutting for research work and production. We consider all your offers concerning the application of our "means and methods". We are open to discuss your offers as well as to give over our patent rights on definite conditions. Owners of patent and representations. 1. Two patents for the invention are registered only in Russia. 2. We have PST registration. For convenience our representations in Switzerland can be used. For technical talks web site www.mnpq.com is better to use. Additional information. It is important that we do not have any liabilities to the third persons as science and other organizations that have a State status. We took precautionary measures to avoid problem concerning the Law and questions about who has rights to own patents. We know about different scandals due to mass media. The motive, which causes them, is manipulation of intellectual property illegally owned. We do not want to handle our business such a way and all our future partners should understand that. At the present time we have a lot of correspondence with questions, suggestions, advices and etc. We appreciate all the correspondent for their interest in our invention. We are ready to answer all questions you are interested in except those that can untimely open the algorithm of problem solution as well as to show our invention in practice. Our contact details. 1. Victor F. Velikokhatsky apt. 43, 29/37 ul. Kronverkskaya, 197101 St. Petersburg, Russia Tel: +7 812 320 72 33; + 7 812 320 72 36 Fax: +7 812 320 72 36 E-mail: mentorad@comset.net 2. web site www.mnpq.com for contacts with technical experts info@mnpq.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 5:10:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86D0037B401 for ; Sat, 21 Dec 2002 05:10:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2576043EF1 for ; Sat, 21 Dec 2002 05:10:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLDA7NS024826 for ; Sat, 21 Dec 2002 05:10:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLDA7Nl024819; Sat, 21 Dec 2002 05:10:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA0B637B401 for ; Sat, 21 Dec 2002 05:07:13 -0800 (PST) Received: from rift.ath.cx (h23n2fls32o836.telia.com [217.208.105.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F79343EEA for ; Sat, 21 Dec 2002 05:07:07 -0800 (PST) (envelope-from avatar@rift.ath.cx) Received: from rift.ath.cx (localhost [127.0.0.1]) by rift.ath.cx (8.12.6/8.12.6) with ESMTP id gBLD6sXA046057 for ; Sat, 21 Dec 2002 14:06:55 +0100 (CET) (envelope-from avatar@rift.ath.cx) Received: (from avatar@localhost) by rift.ath.cx (8.12.6/8.12.6/Submit) id gBLD6ssk046056; Sat, 21 Dec 2002 14:06:54 +0100 (CET) Message-Id: <200212211306.gBLD6ssk046056@rift.ath.cx> Date: Sat, 21 Dec 2002 14:06:54 +0100 (CET) From: David Holm Reply-To: David Holm To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46442: New port: Ada thin binding to SDL and OpenGL Sender: owner-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: 46442 >Category: ports >Synopsis: New port: Ada thin binding to SDL and OpenGL >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 Dec 21 05:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: David Holm >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD rift.ath.cx 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Sun Dec 15 14:14:05 CET 2002 avatar@rift.ath.cx:/usr/src/sys/i386/compile/MYKERNEL i386 >Description: This one was a bit messy to create since it didn't have install prefixes in the makefiles. >How-To-Repeat: >Fix: --- devel-adasdl.shar begins here --- # 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: # # devel/adasdl # devel/adasdl/Makefile # devel/adasdl/distinfo # devel/adasdl/pkg-descr # devel/adasdl/files # devel/adasdl/files/patch-AdaGL-make.conf_x11 # devel/adasdl/files/patch-AdaSDL_framebuff-make.conf_x11 # devel/adasdl/files/patch-AdaSDL_image-make.conf_x11 # devel/adasdl/files/patch-AdaSDL_mixer-make.conf_x11 # devel/adasdl/files/patch-AdaSDL-make.conf_x11 # devel/adasdl/files/patch-AdaSDL_framebuff-sdltests-Makefile # devel/adasdl/pkg-plist # devel/adasdl/pkg-comment # echo c - devel/adasdl mkdir -p devel/adasdl > /dev/null 2>&1 echo x - devel/adasdl/Makefile sed 's/^X//' >devel/adasdl/Makefile << 'END-of-devel/adasdl/Makefile' X# New ports collection makefile for: adasdl X# Date created: 21 December 2002 X# Whom: David Holm X# X# $FreeBSD$ X# X XPORTNAME= adasdl XPORTVERSION= 20010504 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= AdaSDL_${PORTVERSION} X XMAINTAINER= david@realityrift.com X XLIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 \ X ${GL_DEPENDS} X XUSE_GMAKE= yes X Xdo-build: X cd ${WRKSRC}/AdaSDL && \ X ${MAKE} conf2x11 && \ X ${MAKE} bind X cd ${WRKSRC}/AdaSDL_framebuff && \ X ${MAKE} conf2x11 && \ X ${MAKE} framebuff X X.if !defined(WITHOUT_SDL_IMAGE) X cd ${WRKSRC}/AdaSDL_image && \ X ${MAKE} conf2x11 && \ X ${MAKE} binding X.endif X X.if !defined(WITHOUT_SDL_MIXER) X cd ${WRKSRC}/AdaSDL_mixer && \ X ${MAKE} conf2x11 && \ X ${MAKE} binding X.endif X X.if !defined(WITHOUT_OPENGL) X cd ${WRKSRC}/AdaGL && \ X ${MAKE} conf2x11 && \ X ${MAKE} bind X.endif X Xdo-install: X ${MKDIR} ${PREFIX}/lib/adaSDL X for i in `cat pkg-plist|grep "lib/adaSDL/"|grep -v framebuffer|grep -v _mixer|grep -v _image|sed "s/lib\/adaSDL\///"`; do \ X find ${WRKSRC}/AdaSDL/binding -name $${i} -maxdepth 1|${INSTALL_DATA} `grep ""` ${PREFIX}/lib/adaSDL; \ X done X for i in `cat pkg-plist|grep "lib/adaSDL/"|grep framebuffer|sed "s/lib\/adaSDL\///"`; do \ X find ${WRKSRC}/AdaSDL_framebuff -name $${i} -maxdepth 1|${INSTALL_DATA} `grep ""` ${PREFIX}/lib/adaSDL; \ X done X ${MKDIR} ${PREFIX}/share/adaSDL X ${MKDIR} ${PREFIX}/share/adaSDL/examples X for i in `cat pkg-plist|grep "share/adaSDL/examples"|grep -v dirrm|sed "s/share\/adaSDL\/examples\///"`; do \ X find ${WRKSRC}/AdaSDL_framebuff/sdltests -name $${i} -maxdepth 1|${INSTALL_DATA} `grep ""` ${PREFIX}/share/adaSDL/examples; \ X done X X.if !defined(WITHOUT_SDL_IMAGE) X for i in `cat pkg-plist|grep "lib/adaSDL/"|grep _image|sed "s/lib\/adaSDL\///"`; do \ X find ${WRKSRC}/AdaSDL_image -name $${i} -maxdepth 1|${INSTALL_DATA} `grep ""` ${PREFIX}/lib/adaSDL; \ X done X.endif X X.if !defined(WITHOUT_SDL_MIXER) X for i in `cat pkg-plist|grep "lib/adaSDL/"|grep _mixer|sed "s/lib\/adaSDL\///"`; do \ X find ${WRKSRC}/AdaSDL_mixer -name $${i} -maxdepth 1|${INSTALL_DATA} `grep ""` ${PREFIX}/lib/adaSDL; \ X done X.endif X X.if !defined(WITHOUT_OPENGL) X ${MKDIR} ${PREFIX}/lib/adaGL X for i in `cat pkg-plist|grep "/adaGL/"|sed "s/lib\/adaGL\///"`; do \ X find ${WRKSRC}/AdaGL/GL -name $${i} -maxdepth 1|${INSTALL_DATA} `grep ""` ${PREFIX}/lib/adaGL; \ X done X.endif X Xdo-extract: X @${MKDIR} ${WRKSRC} X @${GUNZIP_CMD} -dc ${DISTDIR}/${DISTNAME}.tar.gz \ X | ${TAR} -C ${WRKSRC} -xf - X Xpost-install: X @${ECHO} X @${ECHO} "AdaSDL has been installed in ${PREFIX}/lib/adaSDL" X @${ECHO} "AdaSDL examples have been installed in ${PREFIX}/share/adaSDL/examples" X.if !defined(WITHOUT_OPENGL) X @${ECHO} "AdaGL has been installed in ${PREFIX}/lib/adaGL" X.endif X @${ECHO} X X.include END-of-devel/adasdl/Makefile echo x - devel/adasdl/distinfo sed 's/^X//' >devel/adasdl/distinfo << 'END-of-devel/adasdl/distinfo' XMD5 (AdaSDL_20010504.tar.gz) = 93cbacb14d137490f2f4a06c62080b4c END-of-devel/adasdl/distinfo echo x - devel/adasdl/pkg-descr sed 's/^X//' >devel/adasdl/pkg-descr << 'END-of-devel/adasdl/pkg-descr' XdaSDL is a set of Ada (programming language) bindings, ports, Xand some original applications based on SDL (Simple DirectMedia XLibrary - http://www.libsdl.org) X XWWW: http://adasdl.sourceforge.net/ X X- David Holm Xdavid@realityrift.com END-of-devel/adasdl/pkg-descr echo c - devel/adasdl/files mkdir -p devel/adasdl/files > /dev/null 2>&1 echo x - devel/adasdl/files/patch-AdaGL-make.conf_x11 sed 's/^X//' >devel/adasdl/files/patch-AdaGL-make.conf_x11 << 'END-of-devel/adasdl/files/patch-AdaGL-make.conf_x11' X--- AdaGL/make.conf_x11.orig Wed Apr 11 03:21:25 2001 X+++ AdaGL/make.conf_x11 Sat Dec 21 02:14:51 2002 X@@ -1,5 +1,5 @@ X #LIBS= -L/usr/lib -L/usr/local/lib ~/lib -Wl,-rpath,. -lpthread -L/usr/lib -lGL -lGLU X-LIBS= -L/usr/lib -L/usr/local/lib -L~/lib -lGL -lGLU X+LIBS= -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib -L~/lib -lXext -lX11 -lGL -lGLU X GNATHTML=/usr/local/bin/gnathtml.pl X PERL=/usr/bin/perl X END-of-devel/adasdl/files/patch-AdaGL-make.conf_x11 echo x - devel/adasdl/files/patch-AdaSDL_framebuff-make.conf_x11 sed 's/^X//' >devel/adasdl/files/patch-AdaSDL_framebuff-make.conf_x11 << 'END-of-devel/adasdl/files/patch-AdaSDL_framebuff-make.conf_x11' X--- AdaSDL_framebuff/make.conf_x11.orig Wed Apr 11 03:29:41 2001 X+++ AdaSDL_framebuff/make.conf_x11 Sat Dec 21 02:10:44 2002 X@@ -1,4 +1,4 @@ X #LIBS= -L/usr/lib -L/usr/local/lib ~/lib -Wl,-rpath,. -lSDL -lpthread -L/usr/lib -lGL -lGLU X-LIBS= -L/usr/lib -L/usr/local/lib -L~/lib -lSDL_mixer -lSDL -lpthread -lGL -lGLU X+LIBS= -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib -L~/lib -lSDL_mixer -lSDL-1.1 -pthread -lGL -lGLU X X EXE= END-of-devel/adasdl/files/patch-AdaSDL_framebuff-make.conf_x11 echo x - devel/adasdl/files/patch-AdaSDL_image-make.conf_x11 sed 's/^X//' >devel/adasdl/files/patch-AdaSDL_image-make.conf_x11 << 'END-of-devel/adasdl/files/patch-AdaSDL_image-make.conf_x11' X--- AdaSDL_image/make.conf_x11.orig Wed Apr 11 03:36:30 2001 X+++ AdaSDL_image/make.conf_x11 Sat Dec 21 02:18:39 2002 X@@ -1,4 +1,4 @@ X #LIBS= -L/usr/lib -L/usr/local/lib ~/lib -Wl,-rpath,. -lSDL -lpthread -L/usr/lib -lGL -lGLU X-LIBS= -L/usr/lib -L/usr/local/lib -L~/lib -lSDL_image -lSDL -lpthread -lGL -lGLU X+LIBS= -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib -L~/lib -lSDL_image -lSDL-1.1 -pthread -lGL -lGLU X X EXE= END-of-devel/adasdl/files/patch-AdaSDL_image-make.conf_x11 echo x - devel/adasdl/files/patch-AdaSDL_mixer-make.conf_x11 sed 's/^X//' >devel/adasdl/files/patch-AdaSDL_mixer-make.conf_x11 << 'END-of-devel/adasdl/files/patch-AdaSDL_mixer-make.conf_x11' X--- AdaSDL_mixer/make.conf_x11.orig Wed Apr 11 03:36:31 2001 X+++ AdaSDL_mixer/make.conf_x11 Sat Dec 21 02:19:56 2002 X@@ -1,4 +1,4 @@ X #LIBS= -L/usr/lib -L/usr/local/lib ~/lib -Wl,-rpath,. -lSDL -lpthread -L/usr/lib -lGL -lGLU X-LIBS= -L/usr/lib -L/usr/local/lib -L~/lib -lSDL_mixer -lSDL -lpthread -lGL -lGLU X+LIBS= -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib -L~/lib -lSDL_mixer -lSDL-1.1 -pthread -lGL -lGLU X X EXE= END-of-devel/adasdl/files/patch-AdaSDL_mixer-make.conf_x11 echo x - devel/adasdl/files/patch-AdaSDL-make.conf_x11 sed 's/^X//' >devel/adasdl/files/patch-AdaSDL-make.conf_x11 << 'END-of-devel/adasdl/files/patch-AdaSDL-make.conf_x11' X--- AdaSDL/make.conf_x11.orig Wed Apr 11 03:22:12 2001 X+++ AdaSDL/make.conf_x11 Sat Dec 21 02:23:24 2002 X@@ -1,5 +1,5 @@ X #LIBS= -L/usr/lib -L/usr/local/lib ~/lib -Wl,-rpath,. -lSDL -lpthread -L/usr/lib -lGL -lGLU X-LIBS= -L/usr/lib -L/usr/local/lib -L~/lib -lSDL -lpthread -lGL -lGLU X+LIBS= -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib -L~/lib -lSDL-1.1 -pthread -lGL -lGLU X GNATHTML=/usr/local/bin/gnathtml.pl X PERL=/usr/bin/perl X EXE= END-of-devel/adasdl/files/patch-AdaSDL-make.conf_x11 echo x - devel/adasdl/files/patch-AdaSDL_framebuff-sdltests-Makefile sed 's/^X//' >devel/adasdl/files/patch-AdaSDL_framebuff-sdltests-Makefile << 'END-of-devel/adasdl/files/patch-AdaSDL_framebuff-sdltests-Makefile' X--- AdaSDL_framebuff/sdltests/Makefile.orig Mon Apr 16 16:48:38 2001 X+++ AdaSDL_framebuff/sdltests/Makefile Sat Dec 21 13:13:57 2002 X@@ -1,6 +1,7 @@ X X-INC+=-I../../AdaSDL/binding -I../../AdaGL/GL -I.. X-include ../make.conf X+LIBS= -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib -L~/lib -lSDL_mixer -lSDL-1.1 -pthread -lGL -lGLU X+ X+INC+=-I/usr/local/lib/adaSDL -I/usr/local/lib/adaGL -I.. X X %:%.adb X gnatmake -O3 -gnaty3abcefhiklmprM90 -gnatnfvU $<\ END-of-devel/adasdl/files/patch-AdaSDL_framebuff-sdltests-Makefile echo x - devel/adasdl/pkg-plist sed 's/^X//' >devel/adasdl/pkg-plist << 'END-of-devel/adasdl/pkg-plist' Xlib/adaGL/gl_h.ads Xlib/adaGL/glu_h.ads Xlib/adaGL/adagl.ads Xlib/adaSDL/lib_c.ads Xlib/adaSDL/sdl-active.ads Xlib/adaSDL/sdl-audio-extra.ads Xlib/adaSDL/sdl-audio.ads Xlib/adaSDL/sdl-byteorder-extra.ads Xlib/adaSDL/sdl-byteorder.ads Xlib/adaSDL/sdl-cdrom.ads Xlib/adaSDL/sdl-error.ads Xlib/adaSDL/sdl-events.ads Xlib/adaSDL/sdl-joystick.ads Xlib/adaSDL/sdl-keyboard.ads Xlib/adaSDL/sdl-keysym.ads Xlib/adaSDL/sdl-mouse.ads Xlib/adaSDL/sdl-mutex.ads Xlib/adaSDL/sdl-quit.ads Xlib/adaSDL/sdl-rwops.ads Xlib/adaSDL/sdl-thread.ads Xlib/adaSDL/sdl-timer.ads Xlib/adaSDL/sdl-types.ads Xlib/adaSDL/sdl-version.ads Xlib/adaSDL/sdl-video.ads Xlib/adaSDL/sdl.ads Xlib/adaSDL/uintn_ptrops.ads Xlib/adaSDL/sdl_framebuffer.ads Xlib/adaSDL/sdl_framebuffer_generics.ads Xlib/adaSDL/sdl_image.ads Xlib/adaSDL/sdl_mixer.ads Xlib/adaGL/adagl.adb Xlib/adaGL/compile.adb Xlib/adaSDL/compile.adb Xlib/adaSDL/sdl-audio.adb Xlib/adaSDL/sdl-byteorder.adb Xlib/adaSDL/sdl-cdrom.adb Xlib/adaSDL/sdl-error.adb Xlib/adaSDL/sdl-events.adb Xlib/adaSDL/sdl-keyboard.adb Xlib/adaSDL/sdl-mouse.adb Xlib/adaSDL/sdl-mutex.adb Xlib/adaSDL/sdl-rwops.adb Xlib/adaSDL/sdl-types.adb Xlib/adaSDL/sdl-version.adb Xlib/adaSDL/sdl-video.adb Xlib/adaSDL/sdl_framebuffer.adb Xlib/adaSDL/sdl_framebuffer_generics.adb Xlib/adaSDL/sdl_image.adb Xlib/adaSDL/sdl_mixer.adb Xlib/adaGL/compile.ali Xlib/adaGL/adagl.ali Xlib/adaGL/gl_h.ali Xlib/adaGL/glu_h.ali Xlib/adaSDL/compile.ali Xlib/adaSDL/lib_c.ali Xlib/adaSDL/sdl.ali Xlib/adaSDL/sdl-active.ali Xlib/adaSDL/sdl-audio.ali Xlib/adaSDL/sdl-audio-extra.ali Xlib/adaSDL/sdl-byteorder.ali Xlib/adaSDL/sdl-byteorder-extra.ali Xlib/adaSDL/sdl-cdrom.ali Xlib/adaSDL/sdl-error.ali Xlib/adaSDL/sdl-events.ali Xlib/adaSDL/sdl-joystick.ali Xlib/adaSDL/sdl-keyboard.ali Xlib/adaSDL/sdl-keysym.ali Xlib/adaSDL/sdl-mouse.ali Xlib/adaSDL/sdl-mutex.ali Xlib/adaSDL/sdl-quit.ali Xlib/adaSDL/sdl-rwops.ali Xlib/adaSDL/sdl-thread.ali Xlib/adaSDL/sdl-timer.ali Xlib/adaSDL/sdl-types.ali Xlib/adaSDL/sdl-version.ali Xlib/adaSDL/sdl-video.ali Xlib/adaSDL/uintn_ptrops.ali Xlib/adaSDL/sdl_framebuffer.ali Xlib/adaSDL/sdl_framebuffer_generics.ali Xlib/adaSDL/sdl_image.ali Xlib/adaSDL/sdl_mixer.ali Xlib/adaSDL/compile.o Xlib/adaSDL/lib_c.o Xlib/adaSDL/sdl-active.o Xlib/adaSDL/sdl-audio-extra.o Xlib/adaSDL/sdl-audio.o Xlib/adaSDL/sdl-byteorder-extra.o Xlib/adaSDL/sdl-byteorder.o Xlib/adaSDL/sdl-cdrom.o Xlib/adaSDL/sdl-error.o Xlib/adaSDL/sdl-events.o Xlib/adaSDL/sdl-joystick.o Xlib/adaSDL/sdl-keyboard.o Xlib/adaSDL/sdl-keysym.o Xlib/adaSDL/sdl-mouse.o Xlib/adaSDL/sdl-mutex.o Xlib/adaSDL/sdl-quit.o Xlib/adaSDL/sdl-rwops.o Xlib/adaSDL/sdl-thread.o Xlib/adaSDL/sdl-timer.o Xlib/adaSDL/sdl-types.o Xlib/adaSDL/sdl-version.o Xlib/adaSDL/sdl-video.o Xlib/adaSDL/sdl.o Xlib/adaSDL/uintn_ptrops.o Xlib/adaSDL/sdl_framebuffer.o Xlib/adaSDL/sdl_framebuffer_generics.o Xlib/adaSDL/sdl_image.o Xlib/adaSDL/sdl_mixer.o Xlib/adaGL/adagl.o Xlib/adaGL/compile.o Xlib/adaGL/gl_h.o Xlib/adaGL/glu_h.o Xshare/adaSDL/examples/Makefile Xshare/adaSDL/examples/TODO.txt Xshare/adaSDL/examples/checkkeys.adb Xshare/adaSDL/examples/gnat.adc Xshare/adaSDL/examples/graywin.adb Xshare/adaSDL/examples/icon.bmp Xshare/adaSDL/examples/loopwave.adb Xshare/adaSDL/examples/loopwave_callback.adb Xshare/adaSDL/examples/loopwave_callback.ads Xshare/adaSDL/examples/picture.xbm Xshare/adaSDL/examples/picture_xbm.ads Xshare/adaSDL/examples/sail.bmp Xshare/adaSDL/examples/sample.bmp Xshare/adaSDL/examples/sample.wav Xshare/adaSDL/examples/screen.bmp Xshare/adaSDL/examples/tags Xshare/adaSDL/examples/testalpha.adb Xshare/adaSDL/examples/testbitmap.adb Xshare/adaSDL/examples/testcdrom.adb Xshare/adaSDL/examples/testerror.adb Xshare/adaSDL/examples/testerror_tfunc.adb Xshare/adaSDL/examples/testerror_tfunc.ads Xshare/adaSDL/examples/testgl.adb Xshare/adaSDL/examples/testgl_sprogs.adb Xshare/adaSDL/examples/testgl_sprogs.ads Xshare/adaSDL/examples/testhread.adb Xshare/adaSDL/examples/testhread_sprogs.adb Xshare/adaSDL/examples/testhread_sprogs.ads Xshare/adaSDL/examples/testjoystick.adb Xshare/adaSDL/examples/testjoystick.txt Xshare/adaSDL/examples/testkeys.adb Xshare/adaSDL/examples/testlock.adb Xshare/adaSDL/examples/testlock_sprogs.adb Xshare/adaSDL/examples/testlock_sprogs.ads Xshare/adaSDL/examples/testpalette.adb Xshare/adaSDL/examples/testpalette_sprogs.adb Xshare/adaSDL/examples/testpalette_sprogs.ads Xshare/adaSDL/examples/testsem.adb Xshare/adaSDL/examples/testsem_sprogs.adb Xshare/adaSDL/examples/testsem_sprogs.ads Xshare/adaSDL/examples/testsprite.adb Xshare/adaSDL/examples/testtimer.adb Xshare/adaSDL/examples/testtimer_sprogs.adb Xshare/adaSDL/examples/testtimer_sprogs.ads Xshare/adaSDL/examples/testtypes.adb Xshare/adaSDL/examples/testver.adb Xshare/adaSDL/examples/testvidinfo.adb Xshare/adaSDL/examples/testwin.adb Xshare/adaSDL/examples/testwm.adb Xshare/adaSDL/examples/testwm_sprogs.adb Xshare/adaSDL/examples/testwm_sprogs.ads Xshare/adaSDL/examples/threadwin.adb Xshare/adaSDL/examples/threadwin_sprogs.adb Xshare/adaSDL/examples/threadwin_sprogs.ads Xshare/adaSDL/examples/torturethread.adb Xshare/adaSDL/examples/torturethread_sprogs.adb Xshare/adaSDL/examples/torturethread_sprogs.ads X@dirrm lib/adaGL X@dirrm lib/adaSDL X@dirrm share/adaSDL/examples X@dirrm share/adaSDL END-of-devel/adasdl/pkg-plist echo x - devel/adasdl/pkg-comment sed 's/^X//' >devel/adasdl/pkg-comment << 'END-of-devel/adasdl/pkg-comment' XAn Ada thin binding to SDL END-of-devel/adasdl/pkg-comment exit --- devel-adasdl.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 5:46: 8 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9B2D37B406 for ; Sat, 21 Dec 2002 05:46:03 -0800 (PST) Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0D8743ED8 for ; Sat, 21 Dec 2002 05:46:01 -0800 (PST) (envelope-from flynn@energyhq.homeip.net) Received: from christine.energyhq.tk (christine.energyhq.tk [192.168.0.1]) by energyhq.homeip.net (Postfix) with SMTP id 65CB8AF58D; Sat, 21 Dec 2002 14:45:47 +0100 (CET) Date: Sat, 21 Dec 2002 14:49:42 +0100 From: Miguel Mendez To: Joe Marcus Clarke Cc: ports@FreeBSD.ORG Subject: Re: Anyone having problems with phoenix on 5.0? [Solved] Message-Id: <20021221144942.6d32561e.flynn@energyhq.homeip.net> In-Reply-To: <1040084769.11163.5.camel@shumai.marcuscom.com> References: <20021217000006.4e0e6ba4.flynn@energyhq.homeip.net> <1040084769.11163.5.camel@shumai.marcuscom.com> X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd5.0) X-Face: 1j}k*2E>Y\+C~E|/wehi[:dCM,{N7/uE3o# P,{t7gA/qnovFDDuyQV.1hdT7&#d)q"xY33}{_GS>kk'S{O]nE$A`T|\4&p\&mQyexOLb8}FO List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 16 Dec 2002 19:26:10 -0500 Hi! > > Gdk-CRITICAL **: file gdkwindow.c: line 1440 > > (gdk_window_get_colormap): assertion `window_private->window_type != > > GDK_WINDOW_PIXMAP' failed. > > > > Gdk-CRITICAL **: file gdkcolor.c: line 498 (gdk_color_white): > > assertion`colormap != NULL' failed. I finally have found the cause of the random crashes. After giving up on phoenix, I've rebuilt moz with Xft, and have encountered exactly the same error. So I've added a new user, and tested moz, worked find. To make it short, I've found that my gtk theme and these apps don't like each other, removing my .gtkrc fixed it. If you're curious, the offending theme is /usr/X11R6/share/themes/XenoStep_Classic/gtk/gtkrc Cheers, -- Miguel Mendez - flynn@energyhq.homeip.net GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt EnergyHQ :: http://www.energyhq.tk Of course it runs NetBSD! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 6:40: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 332BF37B401 for ; Sat, 21 Dec 2002 06:40:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5318043EEC for ; Sat, 21 Dec 2002 06:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLEe2NS072539 for ; Sat, 21 Dec 2002 06:40:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLEe2NZ072538; Sat, 21 Dec 2002 06:40:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48B3837B401 for ; Sat, 21 Dec 2002 06:30:15 -0800 (PST) Received: from rift.ath.cx (h23n2fls32o836.telia.com [217.208.105.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2066043EE6 for ; Sat, 21 Dec 2002 06:30:11 -0800 (PST) (envelope-from avatar@rift.ath.cx) Received: from rift.ath.cx (localhost [127.0.0.1]) by rift.ath.cx (8.12.6/8.12.6) with ESMTP id gBLETwXA054448 for ; Sat, 21 Dec 2002 15:29:58 +0100 (CET) (envelope-from avatar@rift.ath.cx) Received: (from avatar@localhost) by rift.ath.cx (8.12.6/8.12.6/Submit) id gBLETwUI054447; Sat, 21 Dec 2002 15:29:58 +0100 (CET) Message-Id: <200212211429.gBLETwUI054447@rift.ath.cx> Date: Sat, 21 Dec 2002 15:29:58 +0100 (CET) From: David Holm Reply-To: David Holm To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46443: lang/jgnat compilation failure Sender: owner-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: 46443 >Category: ports >Synopsis: lang/jgnat compilation failure >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 21 06:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: David Holm >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD rift.ath.cx 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Sun Dec 15 14:14:05 CET 2002 avatar@rift.ath.cx:/usr/src/sys/i386/compile/MYKERNEL i386 GNAT 3.15p (20020523) Copyright 1996-2002 Free Software Foundation, Inc. >Description: jgnat compilation fails with the following output: adagcc -c -O2 -gnatgp -gnata -nostdinc -I. -I/usr/ports/lang/jgnat/work/jgnat-1.1p/src/ -I/usr/ports/lang/jgnat/work/jgnat-1.1p/src/ -I- /usr/ports/lang/jgnat/work/jgnat-1.1p/src/gnat1drv.adb fatal error: system.ads is incorrectly formatted missing line for parameter: AAMP fatal error: system.ads is incorrectly formatted missing line for parameter: Backend_Divide_Checks fatal error: system.ads is incorrectly formatted missing line for parameter: Backend_Overflow_Checks fatal error: system.ads is incorrectly formatted missing line for parameter: Command_Line_Args fatal error: system.ads is incorrectly formatted missing line for parameter: Frontend_Layout fatal error: system.ads is incorrectly formatted missing line for parameter: Fractional_Fixed_Ops fatal error: system.ads is incorrectly formatted missing line for parameter: High_Integrity_Mode fatal error: system.ads is incorrectly formatted missing line for parameter: Use_Ada_Main_Program_Name fatal error: system.ads is incorrectly formatted missing line for parameter: OpenVMS fatal error: system.ads is incorrectly formatted missing line for parameter: ZCX_By_Default fatal error: system.ads is incorrectly formatted missing line for parameter: GCC_ZCX_Support fatal error: system.ads is incorrectly formatted missing line for parameter: Front_End_ZCX_Support compilation abandoned gnatmake: "/usr/ports/lang/jgnat/work/jgnat-1.1p/src/gnat1drv.adb" compilation error >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 6:40: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F8F237B405 for ; Sat, 21 Dec 2002 06:40:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9643143EF2 for ; Sat, 21 Dec 2002 06:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLEe2NS072552 for ; Sat, 21 Dec 2002 06:40:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLEe2ca072551; Sat, 21 Dec 2002 06:40:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DACC837B401 for ; Sat, 21 Dec 2002 06:36:47 -0800 (PST) Received: from rift.ath.cx (h23n2fls32o836.telia.com [217.208.105.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id E954243EDC for ; Sat, 21 Dec 2002 06:36:46 -0800 (PST) (envelope-from avatar@rift.ath.cx) Received: from rift.ath.cx (localhost [127.0.0.1]) by rift.ath.cx (8.12.6/8.12.6) with ESMTP id gBLEaYXA055136 for ; Sat, 21 Dec 2002 15:36:35 +0100 (CET) (envelope-from avatar@rift.ath.cx) Received: (from avatar@localhost) by rift.ath.cx (8.12.6/8.12.6/Submit) id gBLEaYfD055135; Sat, 21 Dec 2002 15:36:34 +0100 (CET) Message-Id: <200212211436.gBLEaYfD055135@rift.ath.cx> Date: Sat, 21 Dec 2002 15:36:34 +0100 (CET) From: David Holm Reply-To: David Holm To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46444: adasockets 1.4.1 compilation fails on 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 >Number: 46444 >Category: ports >Synopsis: adasockets 1.4.1 compilation fails on CURRENT >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 21 06:40:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: David Holm >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD rift.ath.cx 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Sun Dec 15 14:14:05 CET 2002 avatar@rift.ath.cx:/usr/src/sys/i386/compile/MYKERNEL i386 GNAT 3.15p (20020523) Copyright 1996-2002 Free Software Foundation, Inc. # gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.2.1 [FreeBSD] 20021119 (release) >Description: Compilation of adasockets 1.4.1 on CURRENT generates the following error: /usr/include/netinet/tcp.h:44: syntax error before "tcp_seq" /usr/include/netinet/tcp.h:44: warning: data definition has no type or storage class /usr/include/netinet/tcp.h:45: syntax error before "tcp_cc" /usr/include/netinet/tcp.h:45: warning: data definition has no type or storage class /usr/include/netinet/tcp.h:55: syntax error before "u_short" >How-To-Repeat: >Fix: I replaced #include with #include in netinet/tcp.h I mailed current@freebsd.org and they said it's a bug with the port and not in tcp.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 Sat Dec 21 7:10:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 720E837B496 for ; Sat, 21 Dec 2002 07:10:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45E7543EDE for ; Sat, 21 Dec 2002 07:10:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLFAANS030527 for ; Sat, 21 Dec 2002 07:10:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLFAAkR030526; Sat, 21 Dec 2002 07:10:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA71D37B401 for ; Sat, 21 Dec 2002 07:04:04 -0800 (PST) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8284143EE5 for ; Sat, 21 Dec 2002 07:04:04 -0800 (PST) (envelope-from statue@freebsd.sinica.edu.tw) Received: by freebsd.sinica.edu.tw (Postfix, from userid 1014) id CA094623; Sat, 21 Dec 2002 23:04:06 +0800 (CST) Message-Id: <20021221150406.CA094623@freebsd.sinica.edu.tw> Date: Sat, 21 Dec 2002 23:04:06 +0800 (CST) From: Statue Reply-To: Statue To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46445: Update port: chinese/ttfm Sender: owner-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: 46445 >Category: ports >Synopsis: Update port: chinese/ttfm >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 Dec 21 07:10:09 PST 2002 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.7-PRERELEASE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #2: Mon Sep 9 10:45:46 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386 >Description: - fix english font width problem >How-To-Repeat: >Fix: diff -ruN ttfm.orig/files/patch-modules::xttfm.ttfm ttfm/files/patch-modules::xttfm.ttfm --- ttfm.orig/files/patch-modules::xttfm.ttfm Thu Jan 1 08:00:00 1970 +++ ttfm/files/patch-modules::xttfm.ttfm Sat Dec 21 23:01:37 2002 @@ -0,0 +1,32 @@ +--- modules/xttfm.ttfm.orig Sat Dec 21 22:56:45 2002 ++++ modules/xttfm.ttfm Sat Dec 21 23:01:09 2002 +@@ -129,18 +129,25 @@ + fontproperties=$7 + fontencoding=$8 + ++ if [ "$fontproperties" = "m" ] ; then ++ fontproperties="p" ++ FONTFACE="fn=1:" ++ else ++ FONTFACE="" ++ fi ++ + # Create and update fonts.scale + touch $XTTFFONTPATH/fonts.scale + # Delete the first line, and duplicate entries if exist. + # We can't use uniq(1) here, since filenames may start with numbers. + sed -e "1d" $XTTFFONTPATH/fonts.scale |grep -iv "$fontfoundry-$fontfamily.*-$fontencoding$" > $TEMPFILE + +- echo "$targetname -$fontfoundry-$fontfamily-$fontweight-$fontslant-$fontwidth--0-0-0-0-$fontproperties-0-$fontencoding" >> $TEMPFILE ++ echo "${FONTFACE}$targetname -$fontfoundry-$fontfamily-$fontweight-$fontslant-$fontwidth--0-0-0-0-$fontproperties-0-$fontencoding" >> $TEMPFILE + # If it's medium-r, make a {medium,bold}-{i,r} full suite + if [ "X$fontweight" = "Xmedium" ] && [ "X$fontslant" = "Xr" ]; then +- echo "ai=0.3:$targetname -$fontfoundry-$fontfamily-medium-i-$fontwidth--0-0-0-0-$fontproperties-0-$fontencoding" >> $TEMPFILE +- echo "ds=y:$targetname -$fontfoundry-$fontfamily-bold-r-$fontwidth--0-0-0-0-$fontproperties-0-$fontencoding" >> $TEMPFILE +- echo "ds=y:ai=0.3:$targetname -$fontfoundry-$fontfamily-bold-i-$fontwidth--0-0-0-0-$fontproperties-0-$fontencoding" >> $TEMPFILE ++ echo "${FONTFACE}ai=0.3:$targetname -$fontfoundry-$fontfamily-medium-i-$fontwidth--0-0-0-0-$fontproperties-0-$fontencoding" >> $TEMPFILE ++ echo "${FONTFACE}ds=y:$targetname -$fontfoundry-$fontfamily-bold-r-$fontwidth--0-0-0-0-$fontproperties-0-$fontencoding" >> $TEMPFILE ++ echo "${FONTFACE}ds=y:ai=0.3:$targetname -$fontfoundry-$fontfamily-bold-i-$fontwidth--0-0-0-0-$fontproperties-0-$fontencoding" >> $TEMPFILE + fi + echo `cat $TEMPFILE |wc -l` > $XTTFFONTPATH/fonts.scale + cat $TEMPFILE >> $XTTFFONTPATH/fonts.scale >Release-Note: >Audit-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 Dec 21 10: 8:33 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACE7437B401 for ; Sat, 21 Dec 2002 10:08:32 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF85C43EDE for ; Sat, 21 Dec 2002 10:08:31 -0800 (PST) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLI8VNS084318 for ; Sat, 21 Dec 2002 10:08:31 -0800 (PST) (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLI8Vhd084316 for ports@freebsd.org; Sat, 21 Dec 2002 10:08:31 -0800 (PST) Date: Sat, 21 Dec 2002 10:08:31 -0800 (PST) From: Bill Fenner Message-Id: <200212211808.gBLI8Vhd084316@freefall.freebsd.org> To: ports@freebsd.org Subject: Unfetchable distfiles reminder Sender: owner-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 porters, This is just a reminder to please periodically check the list of unfetchable distfiles at http://people.freebsd.org/~fenner/portsurvey/ . In particular, the list of ports with no MAINTAINER with distfile problems is http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. In addition, the list of all ports with any unfetchable distfile is http://people.freebsd.org/~fenner/portsurvey/bad.html if you don't mind coordinating your fixes with the port MAINTAINER. Thanks for your help! Bill "distfiles" Fenner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 10:14:38 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19C8237B415; Sat, 21 Dec 2002 10:14:35 -0800 (PST) Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AF1343EE8; Sat, 21 Dec 2002 10:14:33 -0800 (PST) (envelope-from udo.schweigert@siemens.com) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by thoth.sbs.de (8.11.6/8.11.6) with ESMTP id gBLIEQO03963; Sat, 21 Dec 2002 19:14:26 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.11.6/8.11.6) with ESMTP id gBLIEQg24428; Sat, 21 Dec 2002 19:14:26 +0100 (MET) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.12.6/8.12.6/Siemens CERT [ $Revision: 1.33 ]) with ESMTP id gBLIEQOs025513; Sat, 21 Dec 2002 19:14:26 +0100 (CET) (envelope-from ust@alaska.cert.siemens.de) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [127.0.0.1]) by alaska.cert.siemens.de (8.12.6/8.12.6/alaska [ $Revision: 1.14 ]) with ESMTP id gBLIEQOn062701; Sat, 21 Dec 2002 19:14:26 +0100 (CET) (envelope-from ust@alaska.cert.siemens.de) Received: (from ust@localhost) by alaska.cert.siemens.de (8.12.6/8.12.6/alaska [ $Revision: 1.3 ]) id gBLIEQPM026959; Sat, 21 Dec 2002 19:14:26 +0100 (CET) (envelope-from ust) Date: Sat, 21 Dec 2002 19:14:26 +0100 From: Udo Schweigert To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46043: maintainer-update of mail/mutt-devel Message-ID: <20021221181426.GA59858@alaska.cert.siemens.de> Mail-Followup-To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org References: <200212062335.gB6NZNt7085149@alaska.cert.siemens.de> <200212062340.gB6Ne3vg065597@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200212062340.gB6Ne3vg065597@freefall.freebsd.org> X-Operating-System: FreeBSD 4.7-STABLE User-Agent: Mutt/1.5.3i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org And again a new version of the port. We now have mutt-1.5.3. (patch against the current version in the ports-tree) diff -ru /usr/ports/mail/mutt-devel/Makefile ./Makefile --- /usr/ports/mail/mutt-devel/Makefile Mon Nov 11 00:09:28 2002 +++ ./Makefile Sat Dec 21 19:03:46 2002 @@ -67,15 +67,15 @@ # WITH_MUTT_IFDEF_PATCH PORTNAME= mutt-devel -PORTVERSION= 1.5.1 -PORTREVISION?= 4 +PORTVERSION= 1.5.3 +#PORTREVISION?= 0 CATEGORIES+= mail .if defined(WITH_MUTT_NNTP) CATEGORIES+= news .endif MASTER_SITES= ftp://ftp.demon.co.uk/pub/mirrors/mutt/devel/ \ ftp://ftp.parodius.com/pub/mutt/devel/ \ - ftp://ftp.mutt.org/pub/mutt/devel/ + ftp://ftp.mutt.org/mutt/devel/ DISTNAME= mutt-${PORTVERSION}i MAINTAINER= udo.schweigert@siemens.com @@ -178,9 +178,10 @@ LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl .endif .if defined(WITH_MUTT_PGP_PATCH) -SGML_NEEDED= yes -pre-configure:: - ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-pgp-dw +.error The WITH_MUTT_PGP_PATCH option is currently not available +#SGML_NEEDED= yes +#pre-configure:: +# ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-pgp-dw .endif .if defined(WITHOUT_MUTT_SMIME_OUTLOOK_COMPAT) pre-configure:: @@ -220,20 +221,24 @@ SGML_NEEDED= yes .endif .if defined(WITH_MUTT_EDIT_THREADS) -PATCHFILES+= patch-${PATCH_VERSION}.cd.edit_threads.9.2 +.error The WITH_MUTT_EDIT_THREADS option is currently not available +#PATCHFILES+= patch-${PATCH_VERSION}.cd.edit_threads.9.2 CONFIGURE_ARGS+= --enable-imap-edit-threads SGML_NEEDED= yes .endif .if defined(WITH_MUTT_SIGNATURE_MENU) -PATCHFILES+= patch-${PATCH_VERSION}.cd.signatures_menu.2.1 +.error The WITH_MUTT_SIGNATURE_MENU option is currently not available +#PATCHFILES+= patch-${PATCH_VERSION}.cd.signatures_menu.2.1 SGML_NEEDED= yes .endif .if defined(WITH_MUTT_IFDEF_PATCH) -PATCHFILES+= patch-${PATCH_VERSION}.cd.ifdef.1 +.error The WITH_MUTT_IFDEF_PATCH option is currently not available +#PATCHFILES+= patch-${PATCH_VERSION}.cd.ifdef.1 SGML_NEEDED= yes .endif .if defined(WITH_MUTT_MBOX_HOOK_PATCH) -PATCHFILES+= patch-1.5.1.dw.mbox-hook.1 +.error The WITH_MUTT_MBOX_HOOK_PATCH option is currently not available +#PATCHFILES+= patch-${PATCH_VERSION}.dw.mbox-hook.1 .endif WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} diff -ru /usr/ports/mail/mutt-devel/distinfo ./distinfo --- /usr/ports/mail/mutt-devel/distinfo Mon Sep 2 21:26:04 2002 +++ ./distinfo Sat Dec 21 17:52:45 2002 @@ -1,9 +1,5 @@ -MD5 (mutt/mutt-1.5.1i.tar.gz) = 5f281dcab555e9c206a5cd16a530e0da -MD5 (mutt/patch-1.5.1.rr.compressed.gz) = 583f434aa7e440806d12f2143ecff3d8 -MD5 (mutt/patch-1.5.1.vvv.nntp.gz) = 5bce8bf3d320808cfa7b822ebcc5086d -MD5 (mutt/patch-1.5.1.vvv.initials.gz) = 39cd4f8beff1664a3078d4a1a08c7b5e -MD5 (mutt/patch-1.5.1.vvv.quote.gz) = 83aa6b5a9c1117d7f15df0c59037c318 -MD5 (mutt/patch-1.5.1.cd.edit_threads.9.2) = cbbae803c62b3304cac76a6185745f8f -MD5 (mutt/patch-1.5.1.cd.signatures_menu.2.1) = 599637b340de9d57ce75545384ad51f3 -MD5 (mutt/patch-1.5.1.cd.ifdef.1) = 3ee107f5ce66f7fb6a5bab698c5b7f90 -MD5 (mutt/patch-1.5.1.dw.mbox-hook.1) = 2a04bc3bae302ed106c1f320398b902f +MD5 (mutt/mutt-1.5.3i.tar.gz) = 38a3dec075c7954a5fe62ce178310d22 +MD5 (mutt/patch-1.5.3.rr.compressed.gz) = 029b7bf58f53f4c7dcd542beac0c4757 +MD5 (mutt/patch-1.5.3.vvv.nntp.gz) = 6399a40b4a7ce3448b0329ceec38f35b +MD5 (mutt/patch-1.5.3.vvv.initials.gz) = 9397128c901c32b6de585ef089ead87f +MD5 (mutt/patch-1.5.3.vvv.quote.gz) = dc24cc5765dfbbf98a9c2027d950c07a diff -ru /usr/ports/mail/mutt-devel/files/patch-05 ./files/patch-05 --- /usr/ports/mail/mutt-devel/files/patch-05 Sun Jun 16 15:05:26 2002 +++ ./files/patch-05 Tue Dec 17 19:59:39 2002 @@ -63,8 +63,8 @@ { case -1: /* abort - don't resort */ return -1; ---- compose.c.orig Tue Mar 26 23:03:26 2002 -+++ compose.c Thu May 2 09:21:11 2002 +--- compose.c.orig Wed Dec 11 12:20:04 2002 ++++ compose.c Tue Dec 17 19:57:50 2002 @@ -173,7 +173,7 @@ char input_signas[SHORT_STRING]; @@ -78,14 +78,14 @@ char *p; switch (mutt_multi_choice (_("S/MIME (e)ncrypt, (s)ign, encrypt (w)ith, sign (a)s, (b)oth, or (f)orget it? "), -- _("ewsabf"))) -+ N_("ewsabf"))) +- _("eswabf"))) ++ N_("eswabf"))) { case 1: /* (e)ncrypt */ msg->security |= SMIMEENCRYPT; @@ -239,7 +239,7 @@ msg->security |= SMIMEENCRYPT; - switch (mutt_multi_choice (_("1: DES, 2: Tripple-DES, 3: RC2-40," + switch (mutt_multi_choice (_("1: DES, 2: Triple-DES, 3: RC2-40," " 4: RC2-64, 5: RC2-128, or (f)orget it? "), - _("12345f"))) { + N_("12345f"))) { diff -ru /usr/ports/mail/mutt-devel/scripts/generate-plist ./scripts/generate-plist --- /usr/ports/mail/mutt-devel/scripts/generate-plist Mon Sep 2 21:26:05 2002 +++ ./scripts/generate-plist Tue Dec 17 20:05:05 2002 @@ -63,6 +63,7 @@ share/doc/mutt/ABOUT-NLS share/doc/mutt/COPYRIGHT share/doc/mutt/ChangeLog +share/doc/mutt/ChangeLog.old share/doc/mutt/GPL share/doc/mutt/INSTALL share/doc/mutt/NEWS @@ -121,7 +122,7 @@ fi if [ "$MUTT_HTML" = "yes" ]; then - html=361 + html=363 if [ "$MUTT_COMPRESSED_FOLDERS" = "yes" ]; then html=$(($html + 5)) fi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 10:20: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52C2E37B401 for ; Sat, 21 Dec 2002 10:20:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E209143EDC for ; Sat, 21 Dec 2002 10:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLIK3NS086958 for ; Sat, 21 Dec 2002 10:20:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLIK3Rh086957; Sat, 21 Dec 2002 10:20:03 -0800 (PST) Date: Sat, 21 Dec 2002 10:20:03 -0800 (PST) Message-Id: <200212211820.gBLIK3Rh086957@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Udo Schweigert Subject: Re: ports/46043: maintainer-update of mail/mutt-devel Reply-To: Udo Schweigert Sender: owner-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/46043; it has been noted by GNATS. From: Udo Schweigert To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org Cc: Subject: Re: ports/46043: maintainer-update of mail/mutt-devel Date: Sat, 21 Dec 2002 19:14:26 +0100 And again a new version of the port. We now have mutt-1.5.3. (patch against the current version in the ports-tree) diff -ru /usr/ports/mail/mutt-devel/Makefile ./Makefile --- /usr/ports/mail/mutt-devel/Makefile Mon Nov 11 00:09:28 2002 +++ ./Makefile Sat Dec 21 19:03:46 2002 @@ -67,15 +67,15 @@ # WITH_MUTT_IFDEF_PATCH PORTNAME= mutt-devel -PORTVERSION= 1.5.1 -PORTREVISION?= 4 +PORTVERSION= 1.5.3 +#PORTREVISION?= 0 CATEGORIES+= mail .if defined(WITH_MUTT_NNTP) CATEGORIES+= news .endif MASTER_SITES= ftp://ftp.demon.co.uk/pub/mirrors/mutt/devel/ \ ftp://ftp.parodius.com/pub/mutt/devel/ \ - ftp://ftp.mutt.org/pub/mutt/devel/ + ftp://ftp.mutt.org/mutt/devel/ DISTNAME= mutt-${PORTVERSION}i MAINTAINER= udo.schweigert@siemens.com @@ -178,9 +178,10 @@ LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl .endif .if defined(WITH_MUTT_PGP_PATCH) -SGML_NEEDED= yes -pre-configure:: - ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-pgp-dw +.error The WITH_MUTT_PGP_PATCH option is currently not available +#SGML_NEEDED= yes +#pre-configure:: +# ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-pgp-dw .endif .if defined(WITHOUT_MUTT_SMIME_OUTLOOK_COMPAT) pre-configure:: @@ -220,20 +221,24 @@ SGML_NEEDED= yes .endif .if defined(WITH_MUTT_EDIT_THREADS) -PATCHFILES+= patch-${PATCH_VERSION}.cd.edit_threads.9.2 +.error The WITH_MUTT_EDIT_THREADS option is currently not available +#PATCHFILES+= patch-${PATCH_VERSION}.cd.edit_threads.9.2 CONFIGURE_ARGS+= --enable-imap-edit-threads SGML_NEEDED= yes .endif .if defined(WITH_MUTT_SIGNATURE_MENU) -PATCHFILES+= patch-${PATCH_VERSION}.cd.signatures_menu.2.1 +.error The WITH_MUTT_SIGNATURE_MENU option is currently not available +#PATCHFILES+= patch-${PATCH_VERSION}.cd.signatures_menu.2.1 SGML_NEEDED= yes .endif .if defined(WITH_MUTT_IFDEF_PATCH) -PATCHFILES+= patch-${PATCH_VERSION}.cd.ifdef.1 +.error The WITH_MUTT_IFDEF_PATCH option is currently not available +#PATCHFILES+= patch-${PATCH_VERSION}.cd.ifdef.1 SGML_NEEDED= yes .endif .if defined(WITH_MUTT_MBOX_HOOK_PATCH) -PATCHFILES+= patch-1.5.1.dw.mbox-hook.1 +.error The WITH_MUTT_MBOX_HOOK_PATCH option is currently not available +#PATCHFILES+= patch-${PATCH_VERSION}.dw.mbox-hook.1 .endif WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} diff -ru /usr/ports/mail/mutt-devel/distinfo ./distinfo --- /usr/ports/mail/mutt-devel/distinfo Mon Sep 2 21:26:04 2002 +++ ./distinfo Sat Dec 21 17:52:45 2002 @@ -1,9 +1,5 @@ -MD5 (mutt/mutt-1.5.1i.tar.gz) = 5f281dcab555e9c206a5cd16a530e0da -MD5 (mutt/patch-1.5.1.rr.compressed.gz) = 583f434aa7e440806d12f2143ecff3d8 -MD5 (mutt/patch-1.5.1.vvv.nntp.gz) = 5bce8bf3d320808cfa7b822ebcc5086d -MD5 (mutt/patch-1.5.1.vvv.initials.gz) = 39cd4f8beff1664a3078d4a1a08c7b5e -MD5 (mutt/patch-1.5.1.vvv.quote.gz) = 83aa6b5a9c1117d7f15df0c59037c318 -MD5 (mutt/patch-1.5.1.cd.edit_threads.9.2) = cbbae803c62b3304cac76a6185745f8f -MD5 (mutt/patch-1.5.1.cd.signatures_menu.2.1) = 599637b340de9d57ce75545384ad51f3 -MD5 (mutt/patch-1.5.1.cd.ifdef.1) = 3ee107f5ce66f7fb6a5bab698c5b7f90 -MD5 (mutt/patch-1.5.1.dw.mbox-hook.1) = 2a04bc3bae302ed106c1f320398b902f +MD5 (mutt/mutt-1.5.3i.tar.gz) = 38a3dec075c7954a5fe62ce178310d22 +MD5 (mutt/patch-1.5.3.rr.compressed.gz) = 029b7bf58f53f4c7dcd542beac0c4757 +MD5 (mutt/patch-1.5.3.vvv.nntp.gz) = 6399a40b4a7ce3448b0329ceec38f35b +MD5 (mutt/patch-1.5.3.vvv.initials.gz) = 9397128c901c32b6de585ef089ead87f +MD5 (mutt/patch-1.5.3.vvv.quote.gz) = dc24cc5765dfbbf98a9c2027d950c07a diff -ru /usr/ports/mail/mutt-devel/files/patch-05 ./files/patch-05 --- /usr/ports/mail/mutt-devel/files/patch-05 Sun Jun 16 15:05:26 2002 +++ ./files/patch-05 Tue Dec 17 19:59:39 2002 @@ -63,8 +63,8 @@ { case -1: /* abort - don't resort */ return -1; ---- compose.c.orig Tue Mar 26 23:03:26 2002 -+++ compose.c Thu May 2 09:21:11 2002 +--- compose.c.orig Wed Dec 11 12:20:04 2002 ++++ compose.c Tue Dec 17 19:57:50 2002 @@ -173,7 +173,7 @@ char input_signas[SHORT_STRING]; @@ -78,14 +78,14 @@ char *p; switch (mutt_multi_choice (_("S/MIME (e)ncrypt, (s)ign, encrypt (w)ith, sign (a)s, (b)oth, or (f)orget it? "), -- _("ewsabf"))) -+ N_("ewsabf"))) +- _("eswabf"))) ++ N_("eswabf"))) { case 1: /* (e)ncrypt */ msg->security |= SMIMEENCRYPT; @@ -239,7 +239,7 @@ msg->security |= SMIMEENCRYPT; - switch (mutt_multi_choice (_("1: DES, 2: Tripple-DES, 3: RC2-40," + switch (mutt_multi_choice (_("1: DES, 2: Triple-DES, 3: RC2-40," " 4: RC2-64, 5: RC2-128, or (f)orget it? "), - _("12345f"))) { + N_("12345f"))) { diff -ru /usr/ports/mail/mutt-devel/scripts/generate-plist ./scripts/generate-plist --- /usr/ports/mail/mutt-devel/scripts/generate-plist Mon Sep 2 21:26:05 2002 +++ ./scripts/generate-plist Tue Dec 17 20:05:05 2002 @@ -63,6 +63,7 @@ share/doc/mutt/ABOUT-NLS share/doc/mutt/COPYRIGHT share/doc/mutt/ChangeLog +share/doc/mutt/ChangeLog.old share/doc/mutt/GPL share/doc/mutt/INSTALL share/doc/mutt/NEWS @@ -121,7 +122,7 @@ fi if [ "$MUTT_HTML" = "yes" ]; then - html=361 + html=363 if [ "$MUTT_COMPRESSED_FOLDERS" = "yes" ]; then html=$(($html + 5)) fi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 10:23:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC92237B401; Sat, 21 Dec 2002 10:23:32 -0800 (PST) Received: from kayak.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49A7C43ED8; Sat, 21 Dec 2002 10:23:31 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.12.6/8.12.6) with ESMTP id gBLINUrT095816; Sat, 21 Dec 2002 10:23:30 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id gBLIOLa4000857; Sat, 21 Dec 2002 10:24:21 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6/Submit) id gBLIOKoi000856; Sat, 21 Dec 2002 10:24:20 -0800 (PST) Date: Sat, 21 Dec 2002 10:24:20 -0800 From: Marcel Moolenaar To: "P. U. Kruppa" <520023893678-0001@t-online.de> Cc: Maxim Sobolev , Akinori MUSHA , portmgr@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Thoughts about ports freeze Message-ID: <20021221182420.GA736@dhcp01.pn.xcllnt.net> References: <20021220131339.GB11573@vega.vega.com> <20021220144255.S934-100000@small.pukruppa.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021220144255.S934-100000@small.pukruppa.de> User-Agent: Mutt/1.5.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 Fri, Dec 20, 2002 at 03:19:16PM +0000, P. U. Kruppa wrote: > On Fri, 20 Dec 2002, Maxim Sobolev wrote: > > > Well, all this is fine, but doesn't answer one of my main points: why > > do we shift responsibility for our inability to encourage fellow developers > > to pay attention to CURRENT not only to stable to our end users? > Why should any developer care for a system which is not used > and tested by end users? It's clear that end users don't know how to advance technology, so if you wonder why developers should care about systems that are not used by end users, who do you think does advance technology? You don't discover new worlds if you don't have explorers and you don't build a society if you don't have settlers. Somebody has to pay (and I don't mean the suppressed native inhabitants of the newly explored worlds :-) and those are the people who stay home. The home-stayers will always complain about why new land has to be discovered and particularly why they have to pay for it and the explorers and settlers will continue to argue that it's for the good of all. I guess it's an old story, but it applies here as well... -- 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 Sat Dec 21 10:49: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D851D37B401; Sat, 21 Dec 2002 10:49:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49CF543EE5; Sat, 21 Dec 2002 10:49:04 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLIn4NS093119; Sat, 21 Dec 2002 10:49:04 -0800 (PST) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLIn3Lf093112; Sat, 21 Dec 2002 10:49:03 -0800 (PST) Date: Sat, 21 Dec 2002 10:49:03 -0800 (PST) From: Ying-Chieh Liao Message-Id: <200212211849.gBLIn3Lf093112@freefall.freebsd.org> To: statue@freebsd.sinica.edu.tw, ijliao@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/42330: Update port: chinese/abiword chinese/arphicttf chinese/moettf chinese/mozilla-tclp chinese/wangttf Sender: owner-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/abiword chinese/arphicttf chinese/moettf chinese/mozilla-tclp chinese/wangttf State-Changed-From-To: open->closed State-Changed-By: ijliao State-Changed-When: Sat Dec 21 10:48:57 PST 2002 State-Changed-Why: committed, thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=42330 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 10:50: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DD0A37B401 for ; Sat, 21 Dec 2002 10:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75C8343EDE for ; Sat, 21 Dec 2002 10:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLIo1NS093362 for ; Sat, 21 Dec 2002 10:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLIo1NM093361; Sat, 21 Dec 2002 10:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F66337B401 for ; Sat, 21 Dec 2002 10:42:37 -0800 (PST) Received: from vaio.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id F151B43EE8 for ; Sat, 21 Dec 2002 10:42:35 -0800 (PST) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.2/8.12.2) with ESMTP id gBLIjqqh005960 for ; Sat, 21 Dec 2002 19:45:52 +0100 (CET) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.2/8.12.2/Submit) id gBLIjpwN005959; Sat, 21 Dec 2002 19:45:51 +0100 (CET) Message-Id: <200212211845.gBLIjpwN005959@vaio.alexdupre.com> Date: Sat, 21 Dec 2002 19:45:51 +0100 (CET) From: Alex Dupre Reply-To: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46447: [Maintainer Update] Port: devel/motor Sender: owner-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: 46447 >Category: ports >Synopsis: [Maintainer Update] Port: devel/motor >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Dec 21 10:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.5-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD vaio.alexdupre.com 4.5-ALEXDUPRE FreeBSD 4.5-ALEXDUPRE #0: Fri Apr 12 14:12:57 CEST 2002 alex@vaio.alexdupre.com:/usr/obj/usr/src/sys/VAIO i386 >Description: Update to 3.2.4 version. >How-To-Repeat: >Fix: --- motor.diff begins here --- diff -ruN motor.orig/Makefile motor/Makefile --- motor.orig/Makefile Sat Dec 21 19:26:23 2002 +++ motor/Makefile Sat Dec 21 19:26:33 2002 @@ -6,7 +6,7 @@ # PORTNAME= motor -PORTVERSION= 3.2.3 +PORTVERSION= 3.2.4 CATEGORIES= devel MASTER_SITES= http://konst.org.ua/download/ diff -ruN motor.orig/distinfo motor/distinfo --- motor.orig/distinfo Sat Dec 21 19:26:23 2002 +++ motor/distinfo Sat Dec 21 19:26:46 2002 @@ -1 +1 @@ -MD5 (motor-3.2.3.tar.gz) = 023ed4440ff991555825f30bca34dbf6 +MD5 (motor-3.2.4.tar.gz) = cb24eba00be62ff3fab2a1a4c03e1cb3 diff -ruN motor.orig/pkg-plist motor/pkg-plist --- motor.orig/pkg-plist Sat Dec 21 19:26:23 2002 +++ motor/pkg-plist Sat Dec 21 19:43:12 2002 @@ -17,7 +17,6 @@ share/motor/templates/terminal program/C++/Debug share/motor/templates/terminal program/C++/Folders share/motor/templates/terminal program/C++/Makefile.func -share/motor/templates/terminal program/C++/Makefile.func.bak share/motor/templates/terminal program/C++/Parserules share/motor/templates/terminal program/C++/Settings share/motor/templates/terminal program/C++/[value name].cc.tmpl --- motor.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 11:10:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB05237B401 for ; Sat, 21 Dec 2002 11:10:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D267743EEA for ; Sat, 21 Dec 2002 11:10:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLJA7NS002292 for ; Sat, 21 Dec 2002 11:10:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLJA733002290; Sat, 21 Dec 2002 11:10:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 252F137B401 for ; Sat, 21 Dec 2002 11:03:24 -0800 (PST) Received: from rift.ath.cx (h23n2fls32o836.telia.com [217.208.105.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5591543EE5 for ; Sat, 21 Dec 2002 11:03:21 -0800 (PST) (envelope-from avatar@rift.ath.cx) Received: from rift.ath.cx (localhost [127.0.0.1]) by rift.ath.cx (8.12.6/8.12.6) with ESMTP id gBLJ31XA030076 for ; Sat, 21 Dec 2002 20:03:03 +0100 (CET) (envelope-from avatar@rift.ath.cx) Received: (from avatar@localhost) by rift.ath.cx (8.12.6/8.12.6/Submit) id gBLJ2ubc030075; Sat, 21 Dec 2002 20:02:56 +0100 (CET) Message-Id: <200212211902.gBLJ2ubc030075@rift.ath.cx> Date: Sat, 21 Dec 2002 20:02:56 +0100 (CET) From: David Holm Reply-To: David Holm To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46448: New port: adabooch is a Booch implementation for Ada95 Sender: owner-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: 46448 >Category: ports >Synopsis: New port: adabooch is a Booch implementation for Ada95 >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 Dec 21 11:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: David Holm >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD rift.ath.cx 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Sun Dec 15 14:14:05 CET 2002 avatar@rift.ath.cx:/usr/src/sys/i386/compile/MYKERNEL i386 >Description: >How-To-Repeat: >Fix: --- devel-adabooch.shar begins here --- # 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: # # devel/adabooch # devel/adabooch/Makefile # devel/adabooch/distinfo # devel/adabooch/pkg-plist # devel/adabooch/files # devel/adabooch/files/patch-demo-makefile # devel/adabooch/files/patch-test-makefile # devel/adabooch/pkg-comment # devel/adabooch/pkg-descr # echo c - devel/adabooch mkdir -p devel/adabooch > /dev/null 2>&1 echo x - devel/adabooch/Makefile sed 's/^X//' >devel/adabooch/Makefile << 'END-of-devel/adabooch/Makefile' X# New ports collection makefile for: adabooch X# Date created: 21 December 2002 X# Whom: David Holm X# X# $FreeBSD$ X# X XPORTNAME= adabooch XPORTVERSION= 20020602 XCATEGORIES= devel XMASTER_SITES= http://www.adapower.net/booch/download/ XDISTNAME= bc-${PORTVERSION} XDISTFILES= ${DISTNAME}.tgz \ X bc-html-${PORTVERSION}.zip X XMAINTAINER= david@realityrift.com X XBUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip:install X XNO_BUILD= yes X Xdo-extract: X @${RM} -rf ${WRKDIR} X @${MKDIR} ${WRKDIR} X @(cd ${WRKDIR} && ${GZIP_CMD} -dc ${PORTSDIR}/distfiles/${DISTNAME}.tgz | ${TAR} -xf -) X Xdo-install: X @${ECHO} Installing library files X @${MKDIR} ${PREFIX}/lib/adabooch X @for i in `cat pkg-plist|grep "lib/adabooch/"|sed "s/lib\/adabooch\///"`; do \ X ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/lib/adabooch; \ X done X X @${MKDIR} ${PREFIX}/share/adabooch X @${ECHO} Installing demos and tests X @${MKDIR} ${PREFIX}/share/adabooch/demo X @for i in `cat pkg-plist|grep "share/adabooch/demo/"|sed "s/share\/adabooch\/demo\///"`; do \ X ${INSTALL_DATA} ${WRKSRC}/demo/$${i} ${PREFIX}/share/adabooch/demo; \ X done X X @${MKDIR} ${PREFIX}/share/adabooch/test X @for i in `cat pkg-plist|grep "share/adabooch/test/"|sed "s/share\/adabooch\/test\///"`; do \ X ${INSTALL_DATA} ${WRKSRC}/test/$${i} ${PREFIX}/share/adabooch/test; \ X done X X @${ECHO} "Installing documentation" X @${MKDIR} ${PREFIX}/share/adabooch/doc X @(cd ${PREFIX}/share/adabooch/doc && unzip ${PORTSDIR}/distfiles/bc-html-${PORTVERSION}.zip) X Xpost-install: X @${ECHO} X @${ECHO} "The booch library has been installed into ${PREFIX}/lib/adabooch" X @${ECHO} "The documentation and examples have been installed into ${PREFIX}/share/adabooch" X @${ECHO} X X.include END-of-devel/adabooch/Makefile echo x - devel/adabooch/distinfo sed 's/^X//' >devel/adabooch/distinfo << 'END-of-devel/adabooch/distinfo' XMD5 (bc-20020602.tgz) = 6457cf05462db6fe8d65774864012264 XMD5 (bc-html-20020602.zip) = c5ef5947d4e407d4396176f0865989dc END-of-devel/adabooch/distinfo echo x - devel/adabooch/pkg-plist sed 's/^X//' >devel/adabooch/pkg-plist << 'END-of-devel/adabooch/pkg-plist' Xlib/adabooch/bc-containers-bags-bounded.adb Xlib/adabooch/bc-containers-bags-dynamic.adb Xlib/adabooch/bc-containers-bags-unbounded.adb Xlib/adabooch/bc-containers-bags.adb Xlib/adabooch/bc-containers-collections-bounded.adb Xlib/adabooch/bc-containers-collections-dynamic.adb Xlib/adabooch/bc-containers-collections-ordered-bounded.adb Xlib/adabooch/bc-containers-collections-ordered-dynamic.adb Xlib/adabooch/bc-containers-collections-ordered-unbounded.adb Xlib/adabooch/bc-containers-collections-unbounded.adb Xlib/adabooch/bc-containers-collections.adb Xlib/adabooch/bc-containers-deques-bounded.adb Xlib/adabooch/bc-containers-deques-dynamic.adb Xlib/adabooch/bc-containers-deques-unbounded.adb Xlib/adabooch/bc-containers-deques.adb Xlib/adabooch/bc-containers-guarded.adb Xlib/adabooch/bc-containers-lists-double.adb Xlib/adabooch/bc-containers-lists-single.adb Xlib/adabooch/bc-containers-maps-bounded.adb Xlib/adabooch/bc-containers-maps-dynamic.adb Xlib/adabooch/bc-containers-maps-hash_statistics.adb Xlib/adabooch/bc-containers-maps-synchronized.adb Xlib/adabooch/bc-containers-maps-unbounded.adb Xlib/adabooch/bc-containers-maps.adb Xlib/adabooch/bc-containers-queues-bounded.adb Xlib/adabooch/bc-containers-queues-dynamic.adb Xlib/adabooch/bc-containers-queues-ordered-bounded.adb Xlib/adabooch/bc-containers-queues-ordered-dynamic.adb Xlib/adabooch/bc-containers-queues-ordered-unbounded.adb Xlib/adabooch/bc-containers-queues-synchronized.adb Xlib/adabooch/bc-containers-queues-unbounded.adb Xlib/adabooch/bc-containers-queues.adb Xlib/adabooch/bc-containers-quicksort.adb Xlib/adabooch/bc-containers-rings-bounded.adb Xlib/adabooch/bc-containers-rings-dynamic.adb Xlib/adabooch/bc-containers-rings-unbounded.adb Xlib/adabooch/bc-containers-rings.adb Xlib/adabooch/bc-containers-sets-bounded.adb Xlib/adabooch/bc-containers-sets-dynamic.adb Xlib/adabooch/bc-containers-sets-unbounded.adb Xlib/adabooch/bc-containers-sets.adb Xlib/adabooch/bc-containers-shellsort.adb Xlib/adabooch/bc-containers-stacks-bounded.adb Xlib/adabooch/bc-containers-stacks-dynamic.adb Xlib/adabooch/bc-containers-stacks-unbounded.adb Xlib/adabooch/bc-containers-stacks.adb Xlib/adabooch/bc-containers-trees-avl-print.adb Xlib/adabooch/bc-containers-trees-avl-validate.adb Xlib/adabooch/bc-containers-trees-avl.adb Xlib/adabooch/bc-containers-trees-binary-in_order.adb Xlib/adabooch/bc-containers-trees-binary-post_order.adb Xlib/adabooch/bc-containers-trees-binary-pre_order.adb Xlib/adabooch/bc-containers-trees-binary.adb Xlib/adabooch/bc-containers-trees-multiway-post_order.adb Xlib/adabooch/bc-containers-trees-multiway-pre_order.adb Xlib/adabooch/bc-containers-trees-multiway.adb Xlib/adabooch/bc-containers.adb Xlib/adabooch/bc-copy.adb Xlib/adabooch/bc-filter.adb Xlib/adabooch/bc-graphs-directed.adb Xlib/adabooch/bc-graphs-undirected.adb Xlib/adabooch/bc-graphs.adb Xlib/adabooch/bc-smart.adb Xlib/adabooch/bc-support-bounded.adb Xlib/adabooch/bc-support-bounded_hash_tables.adb Xlib/adabooch/bc-support-dynamic.adb Xlib/adabooch/bc-support-exceptions.adb Xlib/adabooch/bc-support-hash_tables.adb Xlib/adabooch/bc-support-managed_storage.adb Xlib/adabooch/bc-support-synchronization.adb Xlib/adabooch/bc-support-unbounded.adb Xlib/adabooch/bc-support-unmanaged_storage.adb Xlib/adabooch/bc-containers-bags-bounded.ads Xlib/adabooch/bc-containers-bags-dynamic.ads Xlib/adabooch/bc-containers-bags-unbounded.ads Xlib/adabooch/bc-containers-bags.ads Xlib/adabooch/bc-containers-collections-bounded.ads Xlib/adabooch/bc-containers-collections-dynamic.ads Xlib/adabooch/bc-containers-collections-ordered-bounded.ads Xlib/adabooch/bc-containers-collections-ordered-dynamic.ads Xlib/adabooch/bc-containers-collections-ordered-unbounded.ads Xlib/adabooch/bc-containers-collections-ordered.ads Xlib/adabooch/bc-containers-collections-unbounded.ads Xlib/adabooch/bc-containers-collections.ads Xlib/adabooch/bc-containers-deques-bounded.ads Xlib/adabooch/bc-containers-deques-dynamic.ads Xlib/adabooch/bc-containers-deques-unbounded.ads Xlib/adabooch/bc-containers-deques.ads Xlib/adabooch/bc-containers-guarded.ads Xlib/adabooch/bc-containers-lists-double.ads Xlib/adabooch/bc-containers-lists-single.ads Xlib/adabooch/bc-containers-lists.ads Xlib/adabooch/bc-containers-maps-bounded.ads Xlib/adabooch/bc-containers-maps-dynamic.ads Xlib/adabooch/bc-containers-maps-hash_statistics.ads Xlib/adabooch/bc-containers-maps-synchronized.ads Xlib/adabooch/bc-containers-maps-unbounded.ads Xlib/adabooch/bc-containers-maps.ads Xlib/adabooch/bc-containers-queues-bounded.ads Xlib/adabooch/bc-containers-queues-dynamic.ads Xlib/adabooch/bc-containers-queues-ordered-bounded.ads Xlib/adabooch/bc-containers-queues-ordered-dynamic.ads Xlib/adabooch/bc-containers-queues-ordered-unbounded.ads Xlib/adabooch/bc-containers-queues-ordered.ads Xlib/adabooch/bc-containers-queues-synchronized.ads Xlib/adabooch/bc-containers-queues-unbounded.ads Xlib/adabooch/bc-containers-queues.ads Xlib/adabooch/bc-containers-quicksort.ads Xlib/adabooch/bc-containers-rings-bounded.ads Xlib/adabooch/bc-containers-rings-dynamic.ads Xlib/adabooch/bc-containers-rings-unbounded.ads Xlib/adabooch/bc-containers-rings.ads Xlib/adabooch/bc-containers-sets-bounded.ads Xlib/adabooch/bc-containers-sets-dynamic.ads Xlib/adabooch/bc-containers-sets-unbounded.ads Xlib/adabooch/bc-containers-sets.ads Xlib/adabooch/bc-containers-shellsort.ads Xlib/adabooch/bc-containers-stacks-bounded.ads Xlib/adabooch/bc-containers-stacks-dynamic.ads Xlib/adabooch/bc-containers-stacks-unbounded.ads Xlib/adabooch/bc-containers-stacks.ads Xlib/adabooch/bc-containers-trees-avl-print.ads Xlib/adabooch/bc-containers-trees-avl-validate.ads Xlib/adabooch/bc-containers-trees-avl.ads Xlib/adabooch/bc-containers-trees-binary-in_order.ads Xlib/adabooch/bc-containers-trees-binary-post_order.ads Xlib/adabooch/bc-containers-trees-binary-pre_order.ads Xlib/adabooch/bc-containers-trees-binary.ads Xlib/adabooch/bc-containers-trees-multiway-post_order.ads Xlib/adabooch/bc-containers-trees-multiway-pre_order.ads Xlib/adabooch/bc-containers-trees-multiway.ads Xlib/adabooch/bc-containers-trees.ads Xlib/adabooch/bc-containers.ads Xlib/adabooch/bc-copy.ads Xlib/adabooch/bc-filter.ads Xlib/adabooch/bc-graphs-directed.ads Xlib/adabooch/bc-graphs-undirected.ads Xlib/adabooch/bc-graphs.ads Xlib/adabooch/bc-smart.ads Xlib/adabooch/bc-support-bounded.ads Xlib/adabooch/bc-support-bounded_hash_tables.ads Xlib/adabooch/bc-support-dynamic.ads Xlib/adabooch/bc-support-exceptions.ads Xlib/adabooch/bc-support-hash_tables.ads Xlib/adabooch/bc-support-managed_storage.ads Xlib/adabooch/bc-support-standard_storage.ads Xlib/adabooch/bc-support-synchronization.ads Xlib/adabooch/bc-support-unbounded.ads Xlib/adabooch/bc-support-unmanaged_storage.ads Xlib/adabooch/bc-support.ads Xlib/adabooch/bc.ads Xshare/adabooch/demo/ada_unit_support.adb Xshare/adabooch/demo/ada_unit_support.ads Xshare/adabooch/demo/ada_units.adb Xshare/adabooch/demo/bcwords.ada Xshare/adabooch/demo/configuration_demo.adb Xshare/adabooch/demo/configuration_demo_support.adb Xshare/adabooch/demo/configuration_demo_support.ads Xshare/adabooch/demo/global_heap.ads Xshare/adabooch/demo/lists_for_timing.ads Xshare/adabooch/demo/lists_for_traversal.adb Xshare/adabooch/demo/lists_for_traversal.ads Xshare/adabooch/demo/lists_traversal.adb Xshare/adabooch/demo/makefile Xshare/adabooch/demo/ordering_support.adb Xshare/adabooch/demo/ordering_support.ads Xshare/adabooch/demo/ordering_test.adb Xshare/adabooch/demo/queues_for_timing.ads Xshare/adabooch/demo/storage.adb Xshare/adabooch/demo/test_synchronization.adb Xshare/adabooch/demo/time_lists.adb Xshare/adabooch/demo/time_queues.adb Xshare/adabooch/demo/unmanaged_storage.adb Xshare/adabooch/demo/user_map.adb Xshare/adabooch/demo/user_map_support.adb Xshare/adabooch/demo/user_map_support.ads Xshare/adabooch/demo/user_set.adb Xshare/adabooch/demo/user_set_support.adb Xshare/adabooch/demo/user_set_support.ads Xshare/adabooch/test/assertions.adb Xshare/adabooch/test/assertions.ads Xshare/adabooch/test/avl_test.adb Xshare/adabooch/test/avl_test_support.adb Xshare/adabooch/test/avl_test_support.ads Xshare/adabooch/test/bag_test.adb Xshare/adabooch/test/bag_test_support.adb Xshare/adabooch/test/bag_test_support.ads Xshare/adabooch/test/chunks.adb Xshare/adabooch/test/chunks.ads Xshare/adabooch/test/collection_test.adb Xshare/adabooch/test/collection_test_support.ads Xshare/adabooch/test/deque_test.adb Xshare/adabooch/test/deque_test_support.ads Xshare/adabooch/test/global_heap.ads Xshare/adabooch/test/graph_test.adb Xshare/adabooch/test/graph_test_support.ads Xshare/adabooch/test/list_test.adb Xshare/adabooch/test/list_test_support.ads Xshare/adabooch/test/makefile Xshare/adabooch/test/map_test.adb Xshare/adabooch/test/map_test_concurrent.adb Xshare/adabooch/test/map_test_concurrent_support.ads Xshare/adabooch/test/map_test_support.adb Xshare/adabooch/test/map_test_support.ads Xshare/adabooch/test/ordered_collection_test.adb Xshare/adabooch/test/ordered_collection_test_support.ads Xshare/adabooch/test/ordered_queue_test.adb Xshare/adabooch/test/ordered_queue_test_support.ads Xshare/adabooch/test/queue_test.adb Xshare/adabooch/test/queue_test_concurrent.adb Xshare/adabooch/test/queue_test_support.ads Xshare/adabooch/test/queue_test_support_concurrent.ads Xshare/adabooch/test/ring_test.adb Xshare/adabooch/test/ring_test_support.ads Xshare/adabooch/test/set_test.adb Xshare/adabooch/test/set_test_support.adb Xshare/adabooch/test/set_test_support.ads Xshare/adabooch/test/smart_test.adb Xshare/adabooch/test/smart_test_support.adb Xshare/adabooch/test/smart_test_support.ads Xshare/adabooch/test/sort_test.adb Xshare/adabooch/test/stack_test.adb Xshare/adabooch/test/stack_test_support.ads Xshare/adabooch/test/stream_test.adb Xshare/adabooch/test/stream_test_support-tcb.ads Xshare/adabooch/test/stream_test_support-tcd.ads Xshare/adabooch/test/stream_test_support-tcu.ads Xshare/adabooch/test/stream_test_support.adb Xshare/adabooch/test/stream_test_support.ads Xshare/adabooch/test/tree_test.adb Xshare/adabooch/test/tree_test_support.ads Xshare/adabooch/doc/acl_faq.html Xshare/adabooch/doc/ada95lgo.gif Xshare/adabooch/doc/car-fleet.jpg Xshare/adabooch/doc/case-study.html Xshare/adabooch/doc/coldframe-hash.tgz Xshare/adabooch/doc/coldframe-hash.zip Xshare/adabooch/doc/compiler-problems.html Xshare/adabooch/doc/demos.html Xshare/adabooch/doc/documentation.html Xshare/adabooch/doc/download.html Xshare/adabooch/doc/greenline.gif Xshare/adabooch/doc/index.html Xshare/adabooch/doc/organization.jpg Xshare/adabooch/doc/overview.html Xshare/adabooch/doc/release.html Xshare/adabooch/doc/x.ada X@dirrm lib/adabooch X@dirrm share/adabooch/demo X@dirrm share/adabooch/test X@dirrm share/adabooch/doc X@dirrm share/adabooch END-of-devel/adabooch/pkg-plist echo c - devel/adabooch/files mkdir -p devel/adabooch/files > /dev/null 2>&1 echo x - devel/adabooch/files/patch-demo-makefile sed 's/^X//' >devel/adabooch/files/patch-demo-makefile << 'END-of-devel/adabooch/files/patch-demo-makefile' X--- demo/makefile.orig Sun Jun 2 16:49:53 2002 X+++ demo/makefile Sat Dec 21 19:20:50 2002 X@@ -22,7 +22,7 @@ X # Demos X X GNATMAKE = gnatmake X-GNATMAKE_FLAGS = -I.. -O2 -g -gnata -gnatf -gnatwu -gnatwl -gnaty X+GNATMAKE_FLAGS = -I/usr/local/lib/booch -O2 -g -gnata -gnatf -gnatwu -gnatwl -gnaty X X all:: demos X END-of-devel/adabooch/files/patch-demo-makefile echo x - devel/adabooch/files/patch-test-makefile sed 's/^X//' >devel/adabooch/files/patch-test-makefile << 'END-of-devel/adabooch/files/patch-test-makefile' X--- test/makefile.orig Sun Jun 2 16:49:53 2002 X+++ test/makefile Sat Dec 21 19:20:33 2002 X@@ -28,7 +28,7 @@ X ######## X # Tests X X-GNATMAKE_FLAGS = -I.. -O2 -g -gnatafy -gnatwlu X+GNATMAKE_FLAGS = -I/usr/local/lib/booch -O2 -g -gnatafy -gnatwlu X X test: testable X for t in $(TESTABLE); do \ END-of-devel/adabooch/files/patch-test-makefile echo x - devel/adabooch/pkg-comment sed 's/^X//' >devel/adabooch/pkg-comment << 'END-of-devel/adabooch/pkg-comment' XLibrary which provide container classes as well as powertools for Ada END-of-devel/adabooch/pkg-comment echo x - devel/adabooch/pkg-descr sed 's/^X//' >devel/adabooch/pkg-descr << 'END-of-devel/adabooch/pkg-descr' XThe Ada 95 version of the components will contain the same key abstractions Xas the C++ form (Structs, Tools and Support). However, the organization will Xbe slightly different, particularly in the Support domain. This is because XAda 95 provides several special forms of memory management that are quite Xdifferent from C++. X XThe Structs category provides an array of structural abstractions (Bags, XCollections, Deques, Graphs, Lists, Maps, Queues, Rings, Sets, Stacks, and XTrees). The Tools category provides algorithmic abstractions (Searching, XSorting, etc.). The Support category contains all the "concrete" forms, plus Xstructures to create the components. X XSome of the structures permit structural sharing (graphs, lists, and trees). XSome structures may also be ordered (collections, dequeues, and queues). There Xare also multiple forms for some structures: single and double linked lists, Xdirected and undirected graphs, and binary, multiway, and AVL trees. X XWWW: http://www.adapower.net/booch/ X X- David Holm Xdavid@realityrift.com END-of-devel/adabooch/pkg-descr exit --- devel-adabooch.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 11:30: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEF7437B405 for ; Sat, 21 Dec 2002 11:30:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44F6343EEC for ; Sat, 21 Dec 2002 11:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLJU4NS006699 for ; Sat, 21 Dec 2002 11:30:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLJU4cX006698; Sat, 21 Dec 2002 11:30:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C78437B401 for ; Sat, 21 Dec 2002 11:26:14 -0800 (PST) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED3AA43EE5 for ; Sat, 21 Dec 2002 11:26:13 -0800 (PST) (envelope-from statue@freebsd.sinica.edu.tw) Received: by freebsd.sinica.edu.tw (Postfix, from userid 1014) id ACE41646; Sun, 22 Dec 2002 03:26:12 +0800 (CST) Message-Id: <20021221192612.ACE41646@freebsd.sinica.edu.tw> Date: Sun, 22 Dec 2002 03:26:12 +0800 (CST) From: Statue Reply-To: Statue To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46449: Update port: chinese abiword Sender: owner-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: 46449 >Category: ports >Synopsis: Update port: chinese abiword >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 Dec 21 11:30:03 PST 2002 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.7-PRERELEASE i386 >Organization: >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #2: Mon Sep 9 10:45:46 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386 >Description: - fix pkg-plist incorrect - update version from 0.9.2 to 1.0.3 - remove broken mark >How-To-Repeat: >Fix: diff -ruN abiword.orig/Makefile abiword/Makefile --- abiword.orig/Makefile Sun Dec 22 02:53:01 2002 +++ abiword/Makefile Sun Dec 22 03:17:19 2002 @@ -6,25 +6,24 @@ # PORTNAME= abiword -PORTVERSION= 0.9.2 +PORTVERSION= 1.0.3 CATEGORIES= chinese editors MASTER_SITES= # none DISTFILES= # none MAINTAINER= keith@FreeBSD.org -BROKEN= "Incorrect pkg-plist" - RUN_DEPENDS= AbiWord:${PORTSDIR}/editors/AbiWord \ ttfm.sh:${PORTSDIR}/chinese/ttfm \ ${LOCALBASE}/share/fonts/TrueType/bkai00mp.ttf:${PORTSDIR}/chinese/arphicttf \ gs:${PORTSDIR}/print/ghostscript-gnu NO_BUILD= yes +USE_X_PREFIX= yes .include do-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + @${SETENV} PKG_PREFIX=${LOCALBASE} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include diff -ruN abiword.orig/pkg-plist abiword/pkg-plist --- abiword.orig/pkg-plist Sun Dec 22 02:53:01 2002 +++ abiword/pkg-plist Sun Dec 22 03:13:22 2002 @@ -1,6 +1,12 @@ -share/AbiSuite/fonts/Big5/.already-in-fp -share/AbiSuite/fonts/Big5/fonts.dir -share/AbiSuite/fonts/GB2312/.already-in-fp -share/AbiSuite/fonts/GB2312/fonts.dir -@dirrm share/AbiSuite/fonts/Big5 -@dirrm share/AbiSuite/fonts/GB2312 +share/AbiSuite/fonts/zh-CN/.already-in-fp +share/AbiSuite/fonts/zh-CN/fonts.dir +share/AbiSuite/fonts/zh-CN.GBK/.already-in-fp +share/AbiSuite/fonts/zh-CN.GBK/fonts.dir +share/AbiSuite/fonts/zh-HK/.already-in-fp +share/AbiSuite/fonts/zh-HK/fonts.dir +share/AbiSuite/fonts/zh-TW/.already-in-fp +share/AbiSuite/fonts/zh-TW/fonts.dir +@dirrm share/AbiSuite/fonts/zh-CN +@dirrm share/AbiSuite/fonts/zh-CN.GBK +@dirrm share/AbiSuite/fonts/zh-HK +@dirrm share/AbiSuite/fonts/zh-TW >Release-Note: >Audit-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 Dec 21 11:50: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D494F37B401 for ; Sat, 21 Dec 2002 11:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E30743EE6 for ; Sat, 21 Dec 2002 11:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLJo1NS010977 for ; Sat, 21 Dec 2002 11:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLJo1QJ010976; Sat, 21 Dec 2002 11:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3794937B401 for ; Sat, 21 Dec 2002 11:40:22 -0800 (PST) Received: from freebsd.sinica.edu.tw (freebsd.sinica.edu.tw [140.109.13.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id D02D043EDA for ; Sat, 21 Dec 2002 11:40:21 -0800 (PST) (envelope-from statue@freebsd.sinica.edu.tw) Received: by freebsd.sinica.edu.tw (Postfix, from userid 1014) id C0BBF6AA; Sun, 22 Dec 2002 03:40:17 +0800 (CST) Message-Id: <20021221194017.C0BBF6AA@freebsd.sinica.edu.tw> Date: Sun, 22 Dec 2002 03:40:17 +0800 (CST) From: Statue Reply-To: Statue To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46450: Update port: chinese/zhcon Sender: owner-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: 46450 >Category: ports >Synopsis: Update port: chinese/zhcon >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: Sat Dec 21 11:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Statue >Release: FreeBSD 4.7-PRERELEASE i386 >Organization: [MAINTAINER] >Environment: System: FreeBSD freebsd.sinica.edu.tw 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #2: Mon Sep 9 10:45:46 CST 2002 ycheng@freebsd.sinica.edu.tw:/usr/src/sys/compile/GENERIC i386 >Description: - Zhcon only supports Linux and x86 FreeBSD >How-To-Repeat: >Fix: diff -ruN zhcon.orig/Makefile zhcon/Makefile --- zhcon.orig/Makefile Sun Dec 22 03:34:55 2002 +++ zhcon/Makefile Sun Dec 22 03:35:10 2002 @@ -21,6 +21,7 @@ USE_REINPLACE= yes REINPLACE_ARGS= # empty USE_XLIB= yes +ONLY_FOR_ARCHS= i386 MAN1= zhcon.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 Sat Dec 21 12: 5:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B932137B401; Sat, 21 Dec 2002 12:05:33 -0800 (PST) Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DF5743EE5; Sat, 21 Dec 2002 12:05:30 -0800 (PST) (envelope-from never@kurush.osdn.org.ua) Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1]) by kurush.osdn.org.ua (8.12.6/8.12.6) with ESMTP id gBLK5Rkj090275; Sat, 21 Dec 2002 22:05:27 +0200 (EET) (envelope-from never@kurush.osdn.org.ua) Received: (from never@localhost) by kurush.osdn.org.ua (8.12.6/8.12.6/Submit) id gBLK5QUG090274; Sat, 21 Dec 2002 22:05:26 +0200 (EET) Date: Sat, 21 Dec 2002 22:05:26 +0200 From: Alexandr Kovalenko To: Peter Pentchev Cc: freebsd-ports@FreeBSD.ORG, dirk@FreeBSD.ORG Subject: Re: ports/46214: MySQL client and server upgrade to 3.23.54 Message-ID: <20021221200526.GA90219@nevermind.kiev.ua> References: <200212131108.gBDB8rpX057996@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200212131108.gBDB8rpX057996@freefall.freebsd.org> User-Agent: Mutt/1.5.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 Hello, Peter Pentchev! On Fri, Dec 13, 2002 at 03:08:53AM -0800, you wrote: > Synopsis: MySQL client and server upgrade to 3.23.54 > > Responsible-Changed-From-To: freebsd-ports->dirk > Responsible-Changed-By: roam > Responsible-Changed-When: Fri Dec 13 03:08:03 PST 2002 > Responsible-Changed-Why: > Over to maintainer; this does seem like something that *should* go in > during the freeze, because it fixes several important security problems. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=46214 dirk@ commited update, so this PR should be closed. -- NEVE-RIPE, will build world for food Ukrainian FreeBSD User Group http://uafug.org.ua/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 12:10: 3 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B7DD37B405; Sat, 21 Dec 2002 12:10:02 -0800 (PST) Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21BD643ED8; Sat, 21 Dec 2002 12:09:56 -0800 (PST) (envelope-from never@kurush.osdn.org.ua) Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1]) by kurush.osdn.org.ua (8.12.6/8.12.6) with ESMTP id gBLK9okj090334; Sat, 21 Dec 2002 22:09:50 +0200 (EET) (envelope-from never@kurush.osdn.org.ua) Received: (from never@localhost) by kurush.osdn.org.ua (8.12.6/8.12.6/Submit) id gBLK9ne1090333; Sat, 21 Dec 2002 22:09:49 +0200 (EET) Date: Sat, 21 Dec 2002 22:09:49 +0200 From: Alexandr Kovalenko To: =?koi8-r?B?7sHawdIg68/awd7FzsvP?= Cc: fjoe@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Message-ID: <20021221200949.GB90219@nevermind.kiev.ua> References: Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.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 Hello, оБЪБТ лПЪБЮЕОЛП! On Sun, Dec 15, 2002 at 09:48:23PM +0300, you wrote: > нПЦЕ НОЕ РТЙУМБФШ ОБ НЩМП Midnight Commander. рПМОПУФА > УП ЧУЕ ЮФП ДМС ОЕЗП ОБДП. й ЙОУФТХЛГЙА РП ХУФБОПЧЛЕ. Please, use English when writing to ports@FreeBSD.org And about your question, please read handbook on how to use ports system. -- NEVE-RIPE, will build world for food Ukrainian FreeBSD User Group http://uafug.org.ua/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 12:14:45 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C00437B401; Sat, 21 Dec 2002 12:14:44 -0800 (PST) Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3678743EEA; Sat, 21 Dec 2002 12:14:38 -0800 (PST) (envelope-from never@kurush.osdn.org.ua) Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1]) by kurush.osdn.org.ua (8.12.6/8.12.6) with ESMTP id gBLKENkj090468; Sat, 21 Dec 2002 22:14:23 +0200 (EET) (envelope-from never@kurush.osdn.org.ua) Received: (from never@localhost) by kurush.osdn.org.ua (8.12.6/8.12.6/Submit) id gBLKEM75090467; Sat, 21 Dec 2002 22:14:22 +0200 (EET) Date: Sat, 21 Dec 2002 22:14:22 +0200 From: Alexandr Kovalenko To: Mark Skurzynski Cc: dirk@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: mysql-server-3.23.53 Message-ID: <20021221201422.GD90219@nevermind.kiev.ua> References: <00b001c2a5e2$7c4d5530$0a13a8c0@lomag.net> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <00b001c2a5e2$7c4d5530$0a13a8c0@lomag.net> User-Agent: Mutt/1.5.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 Hello, Mark Skurzynski! On Tue, Dec 17, 2002 at 10:39:28AM -0500, you wrote: > I see the port was updated to 3.23.54 to fix the security bugs > recently found. I've noticed that there's a 3.23.54a version > available aswell. Will this version be imported into the ports > tree? The only difference between two is 2-liner fix for safe_mysqld.sh script, which works great in 3.23.54 variant on FreeBSD, so I think no update is needed. -- NEVE-RIPE, will build world for food Ukrainian FreeBSD User Group http://uafug.org.ua/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 12:30:17 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3DCF37B401 for ; Sat, 21 Dec 2002 12:30:16 -0800 (PST) Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id E312643EDA for ; Sat, 21 Dec 2002 12:30:12 -0800 (PST) (envelope-from never@kurush.osdn.org.ua) Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1]) by kurush.osdn.org.ua (8.12.6/8.12.6) with ESMTP id gBLKU7kj091677; Sat, 21 Dec 2002 22:30:08 +0200 (EET) (envelope-from never@kurush.osdn.org.ua) Received: (from never@localhost) by kurush.osdn.org.ua (8.12.6/8.12.6/Submit) id gBLKU4BX091660; Sat, 21 Dec 2002 22:30:04 +0200 (EET) Date: Sat, 21 Dec 2002 22:30:03 +0200 From: Alexandr Kovalenko To: Matthew Seaman Cc: Adam Retter , ports@FreeBSD.ORG Subject: Re: MySQL Server 3.23.54a Port? Message-ID: <20021221203003.GA90604@nevermind.kiev.ua> References: <20021220074831.GB89403@happy-idiot-talk.infracaninophi> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20021220074831.GB89403@happy-idiot-talk.infracaninophi> User-Agent: Mutt/1.5.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 Hello, Matthew Seaman! On Fri, Dec 20, 2002 at 07:48:31AM +0000, you wrote: > > I am currently using the mysql-server-3.23.53 port package on = > > FreeBSD 4.7i and have noticed that there is now a 3.23.54a version = > > available from the MySQL site due to several security problems that have = > > been found. Can you advise me as to when a FreeBSD port may be = > > available??? > > December 14th 2002. It's 3.23.54 rather than 3.23.54a, because the > issue which caused the MySQL folks to have to make a quick followup > release is irrelevant on FreeBSD. While we are on-topic, where can one find info on such (and other) version bumps of MySQL? -- NEVE-RIPE, will build world for food Ukrainian FreeBSD User Group http://uafug.org.ua/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 13:10:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3114B37B401; Sat, 21 Dec 2002 13:10:22 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2B7E43EF1; Sat, 21 Dec 2002 13:10:21 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLLALNS037603; Sat, 21 Dec 2002 13:10:21 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLLALaA037599; Sat, 21 Dec 2002 13:10:21 -0800 (PST) Date: Sat, 21 Dec 2002 13:10:21 -0800 (PST) From: Adam Weinberger Message-Id: <200212212110.gBLLALaA037599@freefall.freebsd.org> To: tkato@prontomail.com, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46132: Update port: games/xqf to 0.9.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: Update port: games/xqf to 0.9.10 State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Sat Dec 21 13:10:03 PST 2002 State-Changed-Why: Superseded by ports/46430. http://www.freebsd.org/cgi/query-pr.cgi?pr=46132 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 13:10:54 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB14F37B401; Sat, 21 Dec 2002 13:10:53 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8898F43EE5; Sat, 21 Dec 2002 13:10:53 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLLArNS038745; Sat, 21 Dec 2002 13:10:53 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLLArQu038739; Sat, 21 Dec 2002 13:10:53 -0800 (PST) Date: Sat, 21 Dec 2002 13:10:53 -0800 (PST) From: Adam Weinberger Message-Id: <200212212110.gBLLArQu038739@freefall.freebsd.org> To: tkato@prontomail.com, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46133: Update port: graphics/feh to 1.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 Synopsis: Update port: graphics/feh to 1.2.3 State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Sat Dec 21 13:10:32 PST 2002 State-Changed-Why: Superseded by ports/46418. http://www.freebsd.org/cgi/query-pr.cgi?pr=46133 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 13:11:41 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47CCC37B401; Sat, 21 Dec 2002 13:11:41 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6A2243EE8; Sat, 21 Dec 2002 13:11:40 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLLBeNS039329; Sat, 21 Dec 2002 13:11:40 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLLBeXC039324; Sat, 21 Dec 2002 13:11:40 -0800 (PST) Date: Sat, 21 Dec 2002 13:11:40 -0800 (PST) From: Adam Weinberger Message-Id: <200212212111.gBLLBeXC039324@freefall.freebsd.org> To: tkato@prontomail.com, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46309: Update port: misc/gretl to 1.0.2 (fix ports/45857) Sender: owner-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: misc/gretl to 1.0.2 (fix ports/45857) State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Sat Dec 21 13:11:21 PST 2002 State-Changed-Why: Superseded by ports/46420. http://www.freebsd.org/cgi/query-pr.cgi?pr=46309 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 13:12: 0 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B54E37B401; Sat, 21 Dec 2002 13:12:00 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCCE143EEA; Sat, 21 Dec 2002 13:11:59 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLLBxNS039394; Sat, 21 Dec 2002 13:11:59 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLLBxoJ039390; Sat, 21 Dec 2002 13:11:59 -0800 (PST) Date: Sat, 21 Dec 2002 13:11:59 -0800 (PST) From: Adam Weinberger Message-Id: <200212212111.gBLLBxoJ039390@freefall.freebsd.org> To: tkato@prontomail.com, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46302: Update port: misc/patchutils to 0.2.17 Sender: owner-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: misc/patchutils to 0.2.17 State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Sat Dec 21 13:11:45 PST 2002 State-Changed-Why: Superseded by ports/46423. http://www.freebsd.org/cgi/query-pr.cgi?pr=46302 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 13:12:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE9DD37B401; Sat, 21 Dec 2002 13:12:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CCE043EDC; Sat, 21 Dec 2002 13:12:21 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLLCLNS039482; Sat, 21 Dec 2002 13:12:21 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLLCLtP039478; Sat, 21 Dec 2002 13:12:21 -0800 (PST) Date: Sat, 21 Dec 2002 13:12:21 -0800 (PST) From: Adam Weinberger Message-Id: <200212212112.gBLLCLtP039478@freefall.freebsd.org> To: tkato@prontomail.com, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46142: Update port: net/maradns to 1.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: Update port: net/maradns to 1.0.19 State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Sat Dec 21 13:12:08 PST 2002 State-Changed-Why: Superseded by ports/46421. http://www.freebsd.org/cgi/query-pr.cgi?pr=46142 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 13:12:50 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3950337B401; Sat, 21 Dec 2002 13:12:50 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DADFC43EDC; Sat, 21 Dec 2002 13:12:49 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLLCnNS039543; Sat, 21 Dec 2002 13:12:49 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLLCn6N039539; Sat, 21 Dec 2002 13:12:49 -0800 (PST) Date: Sat, 21 Dec 2002 13:12:49 -0800 (PST) From: Adam Weinberger Message-Id: <200212212112.gBLLCn6N039539@freefall.freebsd.org> To: tkato@prontomail.com, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46303: Update port: net/opendchub to 0.7.2 Sender: owner-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/opendchub to 0.7.2 State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Sat Dec 21 13:12:33 PST 2002 State-Changed-Why: Superseded by ports/46426. http://www.freebsd.org/cgi/query-pr.cgi?pr=46303 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 13:13:45 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 829AB37B401; Sat, 21 Dec 2002 13:13:44 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C99B43EEC; Sat, 21 Dec 2002 13:13:43 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLLDhNS039619; Sat, 21 Dec 2002 13:13:43 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLLDhXC039615; Sat, 21 Dec 2002 13:13:43 -0800 (PST) Date: Sat, 21 Dec 2002 13:13:43 -0800 (PST) From: Adam Weinberger Message-Id: <200212212113.gBLLDhXC039615@freefall.freebsd.org> To: tkato@prontomail.com, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46146: Update port: print/ghostscript-afpl to 8.00 (fix ports/45864) Sender: owner-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 to 8.00 (fix ports/45864) State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Sat Dec 21 13:13:12 PST 2002 State-Changed-Why: Superseded by ports/46435. http://www.freebsd.org/cgi/query-pr.cgi?pr=46146 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 13:14:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26ADB37B401; Sat, 21 Dec 2002 13:14:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C95E843EE5; Sat, 21 Dec 2002 13:14:17 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from freefall.freebsd.org (adamw@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLLEHNS039673; Sat, 21 Dec 2002 13:14:17 -0800 (PST) (envelope-from adamw@freefall.freebsd.org) Received: (from adamw@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLLEHPV039669; Sat, 21 Dec 2002 13:14:17 -0800 (PST) Date: Sat, 21 Dec 2002 13:14:17 -0800 (PST) From: Adam Weinberger Message-Id: <200212212114.gBLLEHPV039669@freefall.freebsd.org> To: tkato@prontomail.com, adamw@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46144: Update port: x11/xnee to 1.0 Sender: owner-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: x11/xnee to 1.0 State-Changed-From-To: open->closed State-Changed-By: adamw State-Changed-When: Sat Dec 21 13:14:04 PST 2002 State-Changed-Why: Superseded by ports/46434. http://www.freebsd.org/cgi/query-pr.cgi?pr=46144 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 13:20: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA99A37B401 for ; Sat, 21 Dec 2002 13:20:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C55D43EF1 for ; Sat, 21 Dec 2002 13:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLLK3NS040378 for ; Sat, 21 Dec 2002 13:20:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLLK3E5040377; Sat, 21 Dec 2002 13:20:03 -0800 (PST) Date: Sat, 21 Dec 2002 13:20:03 -0800 (PST) Message-Id: <200212212120.gBLLK3E5040377@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: John Merryweather Cooper Subject: Re: ports/46443: lang/jgnat compilation failure 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/46443; it has been noted by GNATS. From: John Merryweather Cooper To: David Holm , FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/46443: lang/jgnat compilation failure Date: Sat, 21 Dec 2002 13:16:52 -0800 (PST) Almost all of the Ada ports will bomb as a result of the change to GNAT 3.15p. The syntax has been tightened up a bit and formally passible code is now being rejected. :) Needless to say, plenty of patches . . . __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.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 Dec 21 14:10: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E5EC37B401 for ; Sat, 21 Dec 2002 14:10:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 453D643EF1 for ; Sat, 21 Dec 2002 14:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLMA5NS055048 for ; Sat, 21 Dec 2002 14:10:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLMA5DE055047; Sat, 21 Dec 2002 14:10:05 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAA5C37B401 for ; Sat, 21 Dec 2002 14:02:21 -0800 (PST) Received: from sagan.pcuse.com (225.ade0104.ade.iprimus.net.au [203.134.18.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C0F243EDA for ; Sat, 21 Dec 2002 14:02:17 -0800 (PST) (envelope-from shaun@pcuse.com) Received: by sagan.tpn (Postfix, from userid 1001) id 8C8125F2; Sat, 21 Dec 2002 10:16:25 +1030 (CST) Message-Id: <20021220234625.8C8125F2@sagan.tpn> Date: Sat, 21 Dec 2002 10:16:25 +1030 (CST) From: Shaun Branden Reply-To: Shaun Branden To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46451: Nvidia driver causes system reboot Sender: owner-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: 46451 >Category: ports >Synopsis: Nvidia driver causes system reboot >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 Dec 21 14:10:04 PST 2002 >Closed-Date: >Last-Modified: >Originator: Shaun Branden >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD sagan.tpn 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Dec 17 16:58:22 CST 2002 shaun@sagan.tpn:/usr/obj/usr/src/sys/SAGAN i386 >Description: I downloaded the nvidia driver after following the link on the freebsd.org page. I installed the driver as per the instructions and it works fine with one xserver running. However if I run a second xserver (using startx -- :1 in a console) then the system will reboot. I have tried this twice with the same result. >How-To-Repeat: Install the nvidia driver and run two xservers >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 14:16:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 051CE37B401; Sat, 21 Dec 2002 14:16:19 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9130343EDE; Sat, 21 Dec 2002 14:16:18 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLMGINS056999; Sat, 21 Dec 2002 14:16:18 -0800 (PST) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLMGIWI056995; Sat, 21 Dec 2002 14:16:18 -0800 (PST) Date: Sat, 21 Dec 2002 14:16:18 -0800 (PST) From: Pete Fritchman Message-Id: <200212212216.gBLMGIWI056995@freefall.freebsd.org> To: shaun@pcuse.com, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/46451: Nvidia driver causes system reboot Sender: owner-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: Nvidia driver causes system reboot State-Changed-From-To: open->closed State-Changed-By: petef State-Changed-When: Sat Dec 21 14:16:18 PST 2002 State-Changed-Why: This is not a ports problem; please take it up with nvidia. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=46451 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 15:50: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 076B437B405 for ; Sat, 21 Dec 2002 15:50:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2684E43EE6 for ; Sat, 21 Dec 2002 15:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBLNo2NS081202 for ; Sat, 21 Dec 2002 15:50:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBLNo13O081201; Sat, 21 Dec 2002 15:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABF5737B401 for ; Sat, 21 Dec 2002 15:43:16 -0800 (PST) Received: from eskimo.tundraware.com (eskimo.tundraware.com [64.2.229.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 306EB43EDE for ; Sat, 21 Dec 2002 15:43:12 -0800 (PST) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (localhost [127.0.0.1]) by eskimo.tundraware.com (8.12.6/8.12.6) with ESMTP id gBLNhBDu023843 for ; Sat, 21 Dec 2002 17:43:11 -0600 (CST) (envelope-from tundra@eskimo.tundraware.com) Received: (from tundra@localhost) by eskimo.tundraware.com (8.12.6/8.12.6/Submit) id gBLNh5c8023842; Sat, 21 Dec 2002 17:43:05 -0600 (CST) Message-Id: <200212212343.gBLNh5c8023842@eskimo.tundraware.com> Date: Sat, 21 Dec 2002 17:43:05 -0600 (CST) From: Tim Daneliuk Reply-To: Tim Daneliuk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46452: NEW PORT: deskutils/twander Sender: owner-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: 46452 >Category: ports >Synopsis: NEW PORT: deskutils/twander >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 Dec 21 15:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Tim Daneliuk >Release: FreeBSD 4.7-RELEASE i386 >Organization: TundraWare Inc. >Environment: System: FreeBSD eskimo.tundraware.com 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Tue Oct 15 19:13:15 CDT 2002 root@eskimo.tundraware.com:/usr/src/sys/compile/ESKIMO-4.7 i386 >Description: twander is a macro-programmable file browser and navigator >How-To-Repeat: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # twander # twander/Makefile # twander/pkg-comment # twander/distinfo # twander/pkg-descr # twander/pkg-plist # echo c - twander mkdir -p twander > /dev/null 2>&1 echo x - twander/Makefile sed 's/^X//' >twander/Makefile << 'END-of-twander/Makefile' X# ports collection makefile for: abmgmt X# Date Created: 21 December 2002 X# Whom: tundra X# X XPORTNAME= twander XPORTVERSION= 2.31 XCATEGORIES= deskutils XMASTER_SITES= http://www.tundraware.com/Software/twander/ X XMAINTAINER= twander@tundraware.com X XUSE_PYTHON= yes XBUILD_DEPENDS=${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter XRUN_DEPENDS=${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter X XMANCOMPRESSED= yes XMAN1= twander.1 X X.include END-of-twander/Makefile echo x - twander/pkg-comment sed 's/^X//' >twander/pkg-comment << 'END-of-twander/pkg-comment' XA better filesystem browser. X END-of-twander/pkg-comment echo x - twander/distinfo sed 's/^X//' >twander/distinfo << 'END-of-twander/distinfo' XMD5 (twander-2.31.tar.gz) = 412f3e277caea167793a796d8dfe3f5d END-of-twander/distinfo echo x - twander/pkg-descr sed 's/^X//' >twander/pkg-descr << 'END-of-twander/pkg-descr' X X"twander" is a Filesystem Browser which runs on both Unix-like systems Xas well as Win32 systems. It embraces the best ideas of both similar XGUI-driven programs (Konqueror, Windows Explorer) as well as Xtext-based interfaces (Midnight Commander, List, Sweep). X XWhile the "twander" interface is graphical, all the major navigation, Xselection, and execution commands can be entered from the keyboard, Xnot just the mouse. This means Power Users who are strong typists can Xminimize dependency on the mouse and materially speed up their Xinteractions with the system. X XMoreover, unlike the other programs, "twander" does not have a Xbuilt-in set of commands (which typically cannot be changed). XInstead, "twander" supports a rich macro configuration language for Xvirtually limitless user-definition of commands. The configuration Xlanguage provides a simple mechanism for communicating the list of Xitems currently selected in the GUI to the user-defined commands. X XEach user is thus free to configure a command set unique and Xappropriate to their needs. As with the navigation commands, Xuser-defined commands can be invoked with either the keyboard (a Xsingle keystroke) or the mouse (a menu selection). X XMain Site: http://www.tundraware.com/Software/twander/ END-of-twander/pkg-descr echo x - twander/pkg-plist sed 's/^X//' >twander/pkg-plist << 'END-of-twander/pkg-plist' Xbin/twander.py Xshare/doc/twander/twander-license.txt Xshare/doc/twander/.twander X@dirrm share/doc/twander END-of-twander/pkg-plist exit >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 17:17: 7 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A849137B405; Sat, 21 Dec 2002 17:17:06 -0800 (PST) Received: from mallard.mail.pas.earthlink.net (mallard.mail.pas.earthlink.net [207.217.120.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 372E543EDE; Sat, 21 Dec 2002 17:17:06 -0800 (PST) (envelope-from DouglasWTh@myrealbox.com) Received: from pool0527.cvx12-bradley.dialup.earthlink.net ([209.179.228.17] helo=douglaspc) by mallard.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 18Pujj-0003L8-00; Sat, 21 Dec 2002 17:17:00 -0800 Message-ID: <006501c2a957$cce8e860$0100a8c0@mshome.net> From: "Douglas William Thrift" To: Cc: Subject: FreeBSD Port: mozilla-1.1_1,2 Date: Sat, 21 Dec 2002 17:16:45 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-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, When can I expect to see Mozilla 1.2.1 in the ports tree? _______________________________________________________________________ Douglas William Thrift To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 17:20: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DE7A37B401 for ; Sat, 21 Dec 2002 17:20:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A496943EE6 for ; Sat, 21 Dec 2002 17:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBM1K3NS010146 for ; Sat, 21 Dec 2002 17:20:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBM1K3px010145; Sat, 21 Dec 2002 17:20:03 -0800 (PST) Date: Sat, 21 Dec 2002 17:20:03 -0800 (PST) Message-Id: <200212220120.gBM1K3px010145@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Adam Weinberger Subject: Re: ports/46452: NEW PORT: deskutils/twander Reply-To: Adam Weinberger Sender: owner-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/46452; it has been noted by GNATS. From: Adam Weinberger To: Tim Daneliuk Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/46452: NEW PORT: deskutils/twander Date: Sat, 21 Dec 2002 16:48:47 -0800 >> (12.21.2002 @ 1543 PST): Tim Daneliuk said, in 3.9K: << > >Synopsis: NEW PORT: deskutils/twander > twander is a macro-programmable file browser and navigator >> end of "ports/46452: NEW PORT: deskutils/twander" from Tim Daneliuk << Any reason this should be in deskutils and not x11-fm? # Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 17:50: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5E7E37B405 for ; Sat, 21 Dec 2002 17:50:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F12F43EDC for ; Sat, 21 Dec 2002 17:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBM1o3NS016137 for ; Sat, 21 Dec 2002 17:50:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBM1o3ZL016136; Sat, 21 Dec 2002 17:50:03 -0800 (PST) Date: Sat, 21 Dec 2002 17:50:03 -0800 (PST) Message-Id: <200212220150.gBM1o3ZL016136@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Marcus vA Subject: Re: ports/46210: portupgrade failure with xfree86 Reply-To: Marcus vA Sender: owner-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/46210; it has been noted by GNATS. From: Marcus vA To: freebsd-gnats-submit@FreeBSD.org, ocorrain@yahoo.com Cc: Subject: Re: ports/46210: portupgrade failure with xfree86 Date: Sun, 22 Dec 2002 02:55:49 +0100 --px_iz=.Z2bc4_cUC Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit > cc -O4 -march=pentiumpro -mcpu=pentiumpro -pipe -ffast-math ^^^^^^ Set your Optimization-flag (-O4) to a value <= -O2, then it should work. HTH Regards Marcus --- Mr. Cole's Axiom: The sum of the intelligence on the planet is a constant; the population is growing. --px_iz=.Z2bc4_cUC Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+BRurNUp2URAoJlERAoUFAKDf39JMmg3ITlxD6oAfn3/y/CpoSQCfcsBn QeKF+UGvSPNz6mtub4rH32M= =T2n0 -----END PGP SIGNATURE----- --px_iz=.Z2bc4_cUC-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 21 20:30:25 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D193337B401 for ; Sat, 21 Dec 2002 20:30:04 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE00B43EE8 for ; Sat, 21 Dec 2002 20:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBM4U2NS062846 for ; Sat, 21 Dec 2002 20:30:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBM4U2Ex062845; Sat, 21 Dec 2002 20:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F51A37B401 for ; Sat, 21 Dec 2002 20:21:23 -0800 (PST) Received: from x20.gugod.org (nat5.adsl.ntu.edu.tw [140.112.205.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05F9F43EDE for ; Sat, 21 Dec 2002 20:20:41 -0800 (PST) (envelope-from gugod@gafe.ath.cx) Received: by x20.gugod.org (Postfix, from userid 1001) id D067635A3; Sun, 22 Dec 2002 12:20:48 +0800 (CST) Message-Id: <20021222042048.D067635A3@x20.gugod.org> Date: Sun, 22 Dec 2002 12:20:48 +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/46456: Update ports/x11-fonts/terminus-font Sender: owner-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: 46456 >Category: ports >Synopsis: Update ports/x11-fonts/terminus-font >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: Sat Dec 21 20:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kang-min Liu >Release: FreeBSD 5.0-RC i386 >Organization: www.csie.ntu.edu.tw >Environment: System: FreeBSD x20.gugod.org 5.0-RC FreeBSD 5.0-RC #7: Sat Dec 14 21:24:09 CST 2002 root@x20.gugod.org:/usr/obj/usr/src/sys/X20.current i386 >Description: Terminus font 4.0 >How-To-Repeat: >Fix: Apply this patch to ports: diff -ruN terminus-font.orig/Makefile terminus-font/Makefile --- terminus-font.orig/Makefile Sat Nov 23 14:24:18 2002 +++ terminus-font/Makefile Sun Dec 22 12:17:48 2002 @@ -6,8 +6,8 @@ # PORTNAME= terminus-font -PORTVERSION= 3.96 -PORTREVISION= 2 +PORTVERSION= 4.00 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= http://www.is-vn.bg/hamster/ diff -ruN terminus-font.orig/distinfo terminus-font/distinfo --- terminus-font.orig/distinfo Thu Nov 14 17:26:06 2002 +++ terminus-font/distinfo Sun Dec 22 12:17:48 2002 @@ -1 +1 @@ -MD5 (terminus-font-3.96.tar.gz) = 2d743949fb4edbae9d75b4e4144d06e2 +MD5 (terminus-font-4.00.tar.gz) = a0153061a484906f2bbb08bc28fac757 diff -ruN terminus-font.orig/files/patch-aa terminus-font/files/patch-aa --- terminus-font.orig/files/patch-aa Sun Nov 17 09:10:20 2002 +++ terminus-font/files/patch-aa Sun Dec 22 12:17:48 2002 @@ -1,279 +1,315 @@ -*** Makefile.orig Sat Nov 2 12:55:49 2002 ---- Makefile Fri Nov 15 11:48:18 2002 -*************** -*** 2,7 **** ---- 2,8 ---- - BDF2PSF = ./bdftopsf.pl +u - UCS2X11 = ./ucstoany.pl - BDF2PCF = bdftopcf -+ MKITALIC = mkitalic - - R_88591 = ISO8859 1 - R_88592 = ISO8859 2 -*************** -*** 182,194 **** ---- 183,203 ---- - $(UCS2VGA) ter-u16b.bdf $(R_XOS42) $(V_XOS42) | $(BDF2PSF) -o $@ - - PCF14N = ter-114n.pcf ter-214n.pcf ter-514n.pcf ter-c14n.pcf ter-f14n.pcf ter-k14n.pcf ter-p14n.pcf ter-x14n.pcf -+ PCF14N += ter-114i.pcf ter-214i.pcf ter-514i.pcf ter-c14i.pcf ter-f14i.pcf ter-k14i.pcf ter-p14i.pcf ter-x14i.pcf - PCF14B = ter-114b.pcf ter-214b.pcf ter-514b.pcf ter-c14b.pcf ter-f14b.pcf ter-k14b.pcf ter-p14b.pcf ter-x14b.pcf -+ PCF14B += ter-114bi.pcf ter-214bi.pcf ter-514bi.pcf ter-c14bi.pcf ter-f14bi.pcf ter-k14bi.pcf ter-p14bi.pcf ter-x14bi.pcf - PCF16N = ter-116n.pcf ter-216n.pcf ter-516n.pcf ter-c16n.pcf ter-f16n.pcf ter-k16n.pcf ter-p16n.pcf ter-x16n.pcf -+ PCF16N += ter-116i.pcf ter-216i.pcf ter-516i.pcf ter-c16i.pcf ter-f16i.pcf ter-k16i.pcf ter-p16i.pcf ter-x16i.pcf - PCF16B = ter-116b.pcf ter-216b.pcf ter-516b.pcf ter-c16b.pcf ter-f16b.pcf ter-k16b.pcf ter-p16b.pcf ter-x16b.pcf -+ PCF16B += ter-116bi.pcf ter-216bi.pcf ter-516bi.pcf ter-c16bi.pcf ter-f16bi.pcf ter-k16bi.pcf ter-p16bi.pcf ter-x16bi.pcf - PCF20N = ter-120n.pcf ter-220n.pcf ter-520n.pcf ter-c20n.pcf ter-f20n.pcf ter-k20n.pcf ter-p20n.pcf ter-x20n.pcf -+ PCF20N += ter-120i.pcf ter-220i.pcf ter-520i.pcf ter-c20i.pcf ter-f20i.pcf ter-k20i.pcf ter-p20i.pcf ter-x20i.pcf - PCF20B = ter-120b.pcf ter-220b.pcf ter-520b.pcf ter-c20b.pcf ter-f20b.pcf ter-k20b.pcf ter-p20b.pcf ter-x20b.pcf -+ PCF20B += ter-120bi.pcf ter-220bi.pcf ter-520bi.pcf ter-c20bi.pcf ter-f20bi.pcf ter-k20bi.pcf ter-p20bi.pcf ter-x20bi.pcf - PCF24N = ter-124n.pcf ter-224n.pcf ter-524n.pcf ter-c24n.pcf ter-f24n.pcf ter-k24n.pcf ter-p24n.pcf ter-x24n.pcf -+ PCF24N += ter-124i.pcf ter-224i.pcf ter-524i.pcf ter-c24i.pcf ter-f24i.pcf ter-k24i.pcf ter-p24i.pcf ter-x24i.pcf - PCF24B = ter-124b.pcf ter-224b.pcf ter-524b.pcf ter-c24b.pcf ter-f24b.pcf ter-k24b.pcf ter-p24b.pcf ter-x24b.pcf -+ PCF24B += ter-124bi.pcf ter-224bi.pcf ter-524bi.pcf ter-c24bi.pcf ter-f24bi.pcf ter-k24bi.pcf ter-p24bi.pcf ter-x24bi.pcf - PCF = $(PCF14N) $(PCF14B) $(PCF16N) $(PCF16B) $(PCF20N) $(PCF20B) $(PCF24N) $(PCF24B) - - pcf: $(PCF) -*************** -*** 202,207 **** ---- 211,245 ---- - X_PT154 = uni/x11gr.uni uni/ascii.uni uni/house.uni uni/pt-154.uni - X_10646 = uni/x11gr.uni uni/ascii.uni uni/10646-1.uni - -+ ter-u14bi.bdf: ter-u14b.bdf -+ mkitalic ${.ALLSRC} > ${.TARGET} -+ -+ ter-u14i.bdf: ter-u14n.bdf -+ mkitalic ${.ALLSRC} > ${.TARGET} -+ -+ ter-u14vi.bdf: ter-u14v.bdf -+ mkitalic ${.ALLSRC} > ${.TARGET} -+ -+ ter-u16bi.bdf: ter-u16b.bdf -+ mkitalic ${.ALLSRC} > ${.TARGET} -+ -+ ter-u16i.bdf: ter-u16n.bdf -+ mkitalic ${.ALLSRC} > ${.TARGET} -+ -+ ter-u16vi.bdf: ter-u16v.bdf -+ mkitalic ${.ALLSRC} > ${.TARGET} -+ -+ ter-u20bi.bdf: ter-u20b.bdf -+ mkitalic ${.ALLSRC} > ${.TARGET} -+ -+ ter-u20i.bdf: ter-u20n.bdf -+ mkitalic ${.ALLSRC} > ${.TARGET} -+ -+ ter-u24bi.bdf: ter-u24b.bdf -+ mkitalic ${.ALLSRC} > ${.TARGET} -+ -+ ter-u24i.bdf: ter-u24n.bdf -+ mkitalic ${.ALLSRC} > ${.TARGET} - ter-114n.pcf: ter-u14n.bdf $(X_88591) - $(UCS2X11) ter-u14n.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ - -*************** -*** 394,398 **** - ter-x24b.pcf: ter-u24b.bdf $(X_10646) - $(UCS2X11) ter-u24b.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ - - clean: -! rm -f *.pcf *.psf ---- 432,628 ---- - ter-x24b.pcf: ter-u24b.bdf $(X_10646) - $(UCS2X11) ter-u24b.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ - -+ ter-114i.pcf: ter-u14i.bdf $(X_88591) -+ $(UCS2X11) ter-u14i.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ -+ -+ ter-114bi.pcf: ter-u14bi.bdf $(X_88591) -+ $(UCS2X11) ter-u14bi.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ -+ -+ ter-214i.pcf: ter-u14i.bdf $(X_88592) -+ $(UCS2X11) ter-u14i.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ -+ -+ ter-214bi.pcf: ter-u14bi.bdf $(X_88592) -+ $(UCS2X11) ter-u14bi.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ -+ -+ ter-514i.pcf: ter-u14i.bdf $(X_88595) -+ $(UCS2X11) ter-u14i.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ -+ -+ ter-514bi.pcf: ter-u14bi.bdf $(X_88595) -+ $(UCS2X11) ter-u14bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ -+ -+ ter-c14i.pcf: ter-u14i.bdf $(X_W1251) -+ $(UCS2X11) ter-u14i.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ -+ -+ ter-c14bi.pcf: ter-u14bi.bdf $(X_W1251) -+ $(UCS2X11) ter-u14bi.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ -+ -+ ter-f14i.pcf: ter-u14i.bdf $(X_8859F) -+ $(UCS2X11) ter-u14i.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ -+ -+ ter-f14bi.pcf: ter-u14bi.bdf $(X_8859F) -+ $(UCS2X11) ter-u14bi.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ -+ -+ ter-k14i.pcf: ter-u14i.bdf $(X_KOI8R) -+ $(UCS2X11) ter-u14i.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ -+ -+ ter-k14bi.pcf: ter-u14bi.bdf $(X_KOI8R) -+ $(UCS2X11) ter-u14bi.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ -+ -+ ter-p14i.pcf: ter-u14i.bdf $(X_PT154) -+ $(UCS2X11) ter-u14i.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ -+ -+ ter-p14bi.pcf: ter-u14bi.bdf $(X_PT154) -+ $(UCS2X11) ter-u14bi.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ -+ -+ ter-x14i.pcf: ter-u14i.bdf $(X_10646) -+ $(UCS2X11) ter-u14i.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ -+ -+ ter-x14bi.pcf: ter-u14bi.bdf $(X_10646) -+ $(UCS2X11) ter-u14bi.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ -+ -+ ter-116i.pcf: ter-u16i.bdf $(X_88591) -+ $(UCS2X11) ter-u16i.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ -+ -+ ter-116bi.pcf: ter-u16bi.bdf $(X_88591) -+ $(UCS2X11) ter-u16bi.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ -+ -+ ter-216i.pcf: ter-u16i.bdf $(X_88592) -+ $(UCS2X11) ter-u16i.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ -+ -+ ter-216bi.pcf: ter-u16bi.bdf $(X_88592) -+ $(UCS2X11) ter-u16bi.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ -+ -+ ter-516i.pcf: ter-u16i.bdf $(X_88595) -+ $(UCS2X11) ter-u16i.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ -+ -+ ter-516bi.pcf: ter-u16bi.bdf $(X_88595) -+ $(UCS2X11) ter-u16bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ -+ -+ ter-c16i.pcf: ter-u16i.bdf $(X_W1251) -+ $(UCS2X11) ter-u16i.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ -+ -+ ter-c16bi.pcf: ter-u16bi.bdf $(X_W1251) -+ $(UCS2X11) ter-u16bi.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ -+ -+ ter-f16i.pcf: ter-u16i.bdf $(X_8859F) -+ $(UCS2X11) ter-u16i.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ -+ -+ ter-f16bi.pcf: ter-u16bi.bdf $(X_8859F) -+ $(UCS2X11) ter-u16bi.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ -+ -+ ter-k16i.pcf: ter-u16i.bdf $(X_KOI8R) -+ $(UCS2X11) ter-u16i.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ -+ -+ ter-k16bi.pcf: ter-u16bi.bdf $(X_KOI8R) -+ $(UCS2X11) ter-u16bi.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ -+ -+ ter-p16i.pcf: ter-u16i.bdf $(X_PT154) -+ $(UCS2X11) ter-u16i.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ -+ -+ ter-p16bi.pcf: ter-u16bi.bdf $(X_PT154) -+ $(UCS2X11) ter-u16bi.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ -+ -+ ter-x16i.pcf: ter-u16i.bdf $(X_10646) -+ $(UCS2X11) ter-u16i.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ -+ -+ ter-x16bi.pcf: ter-u16bi.bdf $(X_10646) -+ $(UCS2X11) ter-u16bi.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ -+ -+ ter-120i.pcf: ter-u20i.bdf $(X_88591) -+ $(UCS2X11) ter-u20i.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ -+ -+ ter-120bi.pcf: ter-u20bi.bdf $(X_88591) -+ $(UCS2X11) ter-u20bi.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ -+ -+ ter-220i.pcf: ter-u20i.bdf $(X_88592) -+ $(UCS2X11) ter-u20i.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ -+ -+ ter-220bi.pcf: ter-u20bi.bdf $(X_88592) -+ $(UCS2X11) ter-u20bi.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ -+ -+ ter-520i.pcf: ter-u20i.bdf $(X_88595) -+ $(UCS2X11) ter-u20i.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ -+ -+ ter-520bi.pcf: ter-u20bi.bdf $(X_88595) -+ $(UCS2X11) ter-u20bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ -+ -+ ter-c20i.pcf: ter-u20i.bdf $(X_W1251) -+ $(UCS2X11) ter-u20i.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ -+ -+ ter-c20bi.pcf: ter-u20bi.bdf $(X_W1251) -+ $(UCS2X11) ter-u20bi.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ -+ -+ ter-f20i.pcf: ter-u20i.bdf $(X_8859F) -+ $(UCS2X11) ter-u20i.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ -+ -+ ter-f20bi.pcf: ter-u20bi.bdf $(X_8859F) -+ $(UCS2X11) ter-u20bi.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ -+ -+ ter-k20i.pcf: ter-u20i.bdf $(X_KOI8R) -+ $(UCS2X11) ter-u20i.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ -+ -+ ter-k20bi.pcf: ter-u20bi.bdf $(X_KOI8R) -+ $(UCS2X11) ter-u20bi.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ -+ -+ ter-p20i.pcf: ter-u20i.bdf $(X_PT154) -+ $(UCS2X11) ter-u20i.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ -+ -+ ter-p20bi.pcf: ter-u20bi.bdf $(X_PT154) -+ $(UCS2X11) ter-u20bi.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ -+ -+ ter-x20i.pcf: ter-u20i.bdf $(X_10646) -+ $(UCS2X11) ter-u20i.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ -+ -+ ter-x20bi.pcf: ter-u20bi.bdf $(X_10646) -+ $(UCS2X11) ter-u20bi.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ -+ -+ ter-124i.pcf: ter-u24i.bdf $(X_88591) -+ $(UCS2X11) ter-u24i.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ -+ -+ ter-124bi.pcf: ter-u24bi.bdf $(X_88591) -+ $(UCS2X11) ter-u24bi.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ -+ -+ ter-224i.pcf: ter-u24i.bdf $(X_88592) -+ $(UCS2X11) ter-u24i.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ -+ -+ ter-224bi.pcf: ter-u24bi.bdf $(X_88592) -+ $(UCS2X11) ter-u24bi.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ -+ -+ ter-524i.pcf: ter-u24i.bdf $(X_88595) -+ $(UCS2X11) ter-u24i.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ -+ -+ ter-524bi.pcf: ter-u24bi.bdf $(X_88595) -+ $(UCS2X11) ter-u24bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ -+ -+ ter-c24i.pcf: ter-u24i.bdf $(X_W1251) -+ $(UCS2X11) ter-u24i.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ -+ -+ ter-c24bi.pcf: ter-u24bi.bdf $(X_W1251) -+ $(UCS2X11) ter-u24bi.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ -+ -+ ter-f24i.pcf: ter-u24i.bdf $(X_8859F) -+ $(UCS2X11) ter-u24i.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ -+ -+ ter-f24bi.pcf: ter-u24bi.bdf $(X_8859F) -+ $(UCS2X11) ter-u24bi.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ -+ -+ ter-k24i.pcf: ter-u24i.bdf $(X_KOI8R) -+ $(UCS2X11) ter-u24i.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ -+ -+ ter-k24bi.pcf: ter-u24bi.bdf $(X_KOI8R) -+ $(UCS2X11) ter-u24bi.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ -+ -+ ter-p24i.pcf: ter-u24i.bdf $(X_PT154) -+ $(UCS2X11) ter-u24i.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ -+ -+ ter-p24bi.pcf: ter-u24bi.bdf $(X_PT154) -+ $(UCS2X11) ter-u24bi.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ -+ -+ ter-x24i.pcf: ter-u24i.bdf $(X_10646) -+ $(UCS2X11) ter-u24i.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ -+ -+ ter-x24bi.pcf: ter-u24bi.bdf $(X_10646) -+ $(UCS2X11) ter-u24bi.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ -+ - clean: -! rm -f *.pcf *.pcf.gz *.psf +--- Makefile.orig Sun Dec 1 21:59:04 2002 ++++ Makefile Sun Dec 22 11:56:37 2002 +@@ -4,6 +4,7 @@ + BDF2RAW = ./bdftopsf.pl -h + UCS2X11 = ./ucstoany.pl + BDF2PCF = bdftopcf ++MKITALIC = mkitalic + + R_88591 = ISO8859 1 + R_88592 = ISO8859 2 +@@ -480,13 +481,21 @@ + $(UCS2VGA) ter-u16b.bdf $(R_PT154) $(B_PT154) | $(BDF2RAW) -o $@ + + PCF_14N = ter-114n.pcf ter-214n.pcf ter-514n.pcf ter-914n.pcf ter-c14n.pcf ter-f14n.pcf ter-g14n.pcf ter-k14n.pcf ter-p14n.pcf ter-x14n.pcf ++PCF_14N += ter-114i.pcf ter-214i.pcf ter-514i.pcf ter-914i.pcf ter-c14i.pcf ter-f14i.pcf ter-g14i.pcf ter-k14i.pcf ter-p14i.pcf ter-x14i.pcf + PCF_14B = ter-114b.pcf ter-214b.pcf ter-514b.pcf ter-914b.pcf ter-c14b.pcf ter-f14b.pcf ter-g14b.pcf ter-k14b.pcf ter-p14b.pcf ter-x14b.pcf ++PCF_14B += ter-114bi.pcf ter-214bi.pcf ter-514bi.pcf ter-914bi.pcf ter-c14bi.pcf ter-f14bi.pcf ter-g14bi.pcf ter-k14bi.pcf ter-p14bi.pcf ter-x14bi.pcf + PCF_16N = ter-116n.pcf ter-216n.pcf ter-516n.pcf ter-916n.pcf ter-c16n.pcf ter-f16n.pcf ter-g16n.pcf ter-k16n.pcf ter-p16n.pcf ter-x16n.pcf ++PCF_16N += ter-116i.pcf ter-216i.pcf ter-516i.pcf ter-916i.pcf ter-c16i.pcf ter-f16i.pcf ter-g16i.pcf ter-k16i.pcf ter-p16i.pcf ter-x16i.pcf + PCF_16B = ter-116b.pcf ter-216b.pcf ter-516b.pcf ter-916b.pcf ter-c16b.pcf ter-f16b.pcf ter-g16b.pcf ter-k16b.pcf ter-p16b.pcf ter-x16b.pcf ++PCF_16B += ter-116bi.pcf ter-216bi.pcf ter-516bi.pcf ter-916bi.pcf ter-c16bi.pcf ter-f16bi.pcf ter-g16bi.pcf ter-k16bi.pcf ter-p16bi.pcf ter-x16bi.pcf + PCF_20N = ter-120n.pcf ter-220n.pcf ter-520n.pcf ter-920n.pcf ter-c20n.pcf ter-f20n.pcf ter-g20n.pcf ter-k20n.pcf ter-p20n.pcf ter-x20n.pcf ++PCF_20N += ter-120i.pcf ter-220i.pcf ter-520i.pcf ter-920i.pcf ter-c20i.pcf ter-f20i.pcf ter-g20i.pcf ter-k20i.pcf ter-p20i.pcf ter-x20i.pcf + PCF_20B = ter-120b.pcf ter-220b.pcf ter-520b.pcf ter-920b.pcf ter-c20b.pcf ter-f20b.pcf ter-g20b.pcf ter-k20b.pcf ter-p20b.pcf ter-x20b.pcf ++PCF_20B += ter-120bi.pcf ter-220bi.pcf ter-520bi.pcf ter-920bi.pcf ter-c20bi.pcf ter-f20bi.pcf ter-g20bi.pcf ter-k20bi.pcf ter-p20bi.pcf ter-x20bi.pcf + PCF_24N = ter-124n.pcf ter-224n.pcf ter-524n.pcf ter-924n.pcf ter-c24n.pcf ter-f24n.pcf ter-g24n.pcf ter-k24n.pcf ter-p24n.pcf ter-x24n.pcf ++PCF_24N += ter-124i.pcf ter-224i.pcf ter-524i.pcf ter-924i.pcf ter-c24i.pcf ter-f24i.pcf ter-g24i.pcf ter-k24i.pcf ter-p24i.pcf ter-x24i.pcf + PCF_24B = ter-124b.pcf ter-224b.pcf ter-524b.pcf ter-924b.pcf ter-c24b.pcf ter-f24b.pcf ter-g24b.pcf ter-k24b.pcf ter-p24b.pcf ter-x24b.pcf ++PCF_24B += ter-124bi.pcf ter-224bi.pcf ter-524bi.pcf ter-924bi.pcf ter-c24bi.pcf ter-f24bi.pcf ter-g24bi.pcf ter-k24bi.pcf ter-p24bi.pcf ter-x24bi.pcf + PCF = $(PCF_14N) $(PCF_14B) $(PCF_16N) $(PCF_16B) $(PCF_20N) $(PCF_20B) $(PCF_24N) $(PCF_24B) + + pcf: $(PCF) +@@ -502,6 +511,35 @@ + X_PT154 = uni/x11gr.uni uni/ascii.uni uni/house.uni uni/pt-154.uni + X_10646 = uni/x11gr.uni uni/ascii.uni uni/10646-1.uni + ++ter-u14bi.bdf: ter-u14b.bdf ++ mkitalic ${.ALLSRC} > ${.TARGET} ++ ++ter-u14i.bdf: ter-u14n.bdf ++ mkitalic ${.ALLSRC} > ${.TARGET} ++ ++ter-u14vi.bdf: ter-u14v.bdf ++ mkitalic ${.ALLSRC} > ${.TARGET} ++ ++ter-u16bi.bdf: ter-u16b.bdf ++ mkitalic ${.ALLSRC} > ${.TARGET} ++ ++ter-u16i.bdf: ter-u16n.bdf ++ mkitalic ${.ALLSRC} > ${.TARGET} ++ ++ter-u16vi.bdf: ter-u16v.bdf ++ mkitalic ${.ALLSRC} > ${.TARGET} ++ ++ter-u20bi.bdf: ter-u20b.bdf ++ mkitalic ${.ALLSRC} > ${.TARGET} ++ ++ter-u20i.bdf: ter-u20n.bdf ++ mkitalic ${.ALLSRC} > ${.TARGET} ++ ++ter-u24bi.bdf: ter-u24b.bdf ++ mkitalic ${.ALLSRC} > ${.TARGET} ++ ++ter-u24i.bdf: ter-u24n.bdf ++ mkitalic ${.ALLSRC} > ${.TARGET} + ter-114n.pcf: ter-u14n.bdf $(X_88591) + $(UCS2X11) ter-u14n.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ + +@@ -742,5 +780,245 @@ + ter-x24b.pcf: ter-u24b.bdf $(X_10646) + $(UCS2X11) ter-u24b.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ + ++ter-114i.pcf: ter-u14i.bdf $(X_88591) ++ $(UCS2X11) ter-u14i.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ ++ ++ter-114bi.pcf: ter-u14bi.bdf $(X_88591) ++ $(UCS2X11) ter-u14bi.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ ++ ++ter-214i.pcf: ter-u14i.bdf $(X_88592) ++ $(UCS2X11) ter-u14i.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ ++ ++ter-214bi.pcf: ter-u14bi.bdf $(X_88592) ++ $(UCS2X11) ter-u14bi.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ ++ ++ter-514i.pcf: ter-u14i.bdf $(X_88595) ++ $(UCS2X11) ter-u14i.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ ++ ++ter-514bi.pcf: ter-u14bi.bdf $(X_88595) ++ $(UCS2X11) ter-u14bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ ++ ++ter-914i.pcf: ter-u14i.bdf $(X_88599) ++ $(UCS2X11) ter-u14i.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@ ++ ++ter-914bi.pcf: ter-u14bi.bdf $(X_88599) ++ $(UCS2X11) ter-u14bi.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@ ++ ++ter-c14i.pcf: ter-u14i.bdf $(X_W1251) ++ $(UCS2X11) ter-u14i.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ ++ ++ter-c14bi.pcf: ter-u14bi.bdf $(X_W1251) ++ $(UCS2X11) ter-u14bi.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ ++ ++ter-f14i.pcf: ter-u14i.bdf $(X_8859F) ++ $(UCS2X11) ter-u14i.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ ++ ++ter-f14bi.pcf: ter-u14bi.bdf $(X_8859F) ++ $(UCS2X11) ter-u14bi.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ ++ ++ter-g14i.pcf: ter-u14i.bdf $(X_8859G) ++ $(UCS2X11) ter-u14i.bdf $(R_8859G) $(X_8859G) | $(BDF2PCF) -o $@ ++ ++ter-g14bi.pcf: ter-u14bi.bdf $(X_8859G) ++ $(UCS2X11) ter-u14bi.bdf $(R_8859G) $(X_8859G) | $(BDF2PCF) -o $@ ++ ++ter-k14i.pcf: ter-u14i.bdf $(X_KOI8R) ++ $(UCS2X11) ter-u14i.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ ++ ++ter-k14bi.pcf: ter-u14bi.bdf $(X_KOI8R) ++ $(UCS2X11) ter-u14bi.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ ++ ++ter-p14i.pcf: ter-u14i.bdf $(X_PT154) ++ $(UCS2X11) ter-u14i.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ ++ ++ter-p14bi.pcf: ter-u14bi.bdf $(X_PT154) ++ $(UCS2X11) ter-u14bi.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ ++ ++ter-x14i.pcf: ter-u14i.bdf $(X_10646) ++ $(UCS2X11) ter-u14i.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ ++ ++ter-x14bi.pcf: ter-u14bi.bdf $(X_10646) ++ $(UCS2X11) ter-u14bi.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ ++ ++ter-116i.pcf: ter-u16i.bdf $(X_88591) ++ $(UCS2X11) ter-u16i.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ ++ ++ter-116bi.pcf: ter-u16bi.bdf $(X_88591) ++ $(UCS2X11) ter-u16bi.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ ++ ++ter-216i.pcf: ter-u16i.bdf $(X_88592) ++ $(UCS2X11) ter-u16i.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ ++ ++ter-216bi.pcf: ter-u16bi.bdf $(X_88592) ++ $(UCS2X11) ter-u16bi.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ ++ ++ter-516i.pcf: ter-u16i.bdf $(X_88595) ++ $(UCS2X11) ter-u16i.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ ++ ++ter-516bi.pcf: ter-u16bi.bdf $(X_88595) ++ $(UCS2X11) ter-u16bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ ++ ++ter-916i.pcf: ter-u16i.bdf $(X_88599) ++ $(UCS2X11) ter-u16i.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@ ++ ++ter-916bi.pcf: ter-u16bi.bdf $(X_88599) ++ $(UCS2X11) ter-u16bi.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@ ++ ++ter-c16i.pcf: ter-u16i.bdf $(X_W1251) ++ $(UCS2X11) ter-u16i.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ ++ ++ter-c16bi.pcf: ter-u16bi.bdf $(X_W1251) ++ $(UCS2X11) ter-u16bi.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ ++ ++ter-f16i.pcf: ter-u16i.bdf $(X_8859F) ++ $(UCS2X11) ter-u16i.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ ++ ++ter-f16bi.pcf: ter-u16bi.bdf $(X_8859F) ++ $(UCS2X11) ter-u16bi.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ ++ ++ter-g16i.pcf: ter-u16i.bdf $(X_8859G) ++ $(UCS2X11) ter-u16i.bdf $(R_8859G) $(X_8859G) | $(BDF2PCF) -o $@ ++ ++ter-g16bi.pcf: ter-u16bi.bdf $(X_8859G) ++ $(UCS2X11) ter-u16bi.bdf $(R_8859G) $(X_8859G) | $(BDF2PCF) -o $@ ++ ++ter-k16i.pcf: ter-u16i.bdf $(X_KOI8R) ++ $(UCS2X11) ter-u16i.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ ++ ++ter-k16bi.pcf: ter-u16bi.bdf $(X_KOI8R) ++ $(UCS2X11) ter-u16bi.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ ++ ++ter-p16i.pcf: ter-u16i.bdf $(X_PT154) ++ $(UCS2X11) ter-u16i.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ ++ ++ter-p16bi.pcf: ter-u16bi.bdf $(X_PT154) ++ $(UCS2X11) ter-u16bi.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ ++ ++ter-x16i.pcf: ter-u16i.bdf $(X_10646) ++ $(UCS2X11) ter-u16i.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ ++ ++ter-x16bi.pcf: ter-u16bi.bdf $(X_10646) ++ $(UCS2X11) ter-u16bi.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ ++ ++ter-120i.pcf: ter-u20i.bdf $(X_88591) ++ $(UCS2X11) ter-u20i.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ ++ ++ter-120bi.pcf: ter-u20bi.bdf $(X_88591) ++ $(UCS2X11) ter-u20bi.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ ++ ++ter-220i.pcf: ter-u20i.bdf $(X_88592) ++ $(UCS2X11) ter-u20i.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ ++ ++ter-220bi.pcf: ter-u20bi.bdf $(X_88592) ++ $(UCS2X11) ter-u20bi.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ ++ ++ter-520i.pcf: ter-u20i.bdf $(X_88595) ++ $(UCS2X11) ter-u20i.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ ++ ++ter-520bi.pcf: ter-u20bi.bdf $(X_88595) ++ $(UCS2X11) ter-u20bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ ++ ++ter-920i.pcf: ter-u20i.bdf $(X_88599) ++ $(UCS2X11) ter-u20i.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@ ++ ++ter-920bi.pcf: ter-u20bi.bdf $(X_88599) ++ $(UCS2X11) ter-u20bi.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@ ++ ++ter-c20i.pcf: ter-u20i.bdf $(X_W1251) ++ $(UCS2X11) ter-u20i.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ ++ ++ter-c20bi.pcf: ter-u20bi.bdf $(X_W1251) ++ $(UCS2X11) ter-u20bi.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ ++ ++ter-f20i.pcf: ter-u20i.bdf $(X_8859F) ++ $(UCS2X11) ter-u20i.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ ++ ++ter-f20bi.pcf: ter-u20bi.bdf $(X_8859F) ++ $(UCS2X11) ter-u20bi.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ ++ ++ter-g20i.pcf: ter-u20i.bdf $(X_8859G) ++ $(UCS2X11) ter-u20i.bdf $(R_8859G) $(X_8859G) | $(BDF2PCF) -o $@ ++ ++ter-g20bi.pcf: ter-u20bi.bdf $(X_8859G) ++ $(UCS2X11) ter-u20bi.bdf $(R_8859G) $(X_8859G) | $(BDF2PCF) -o $@ ++ ++ter-k20i.pcf: ter-u20i.bdf $(X_KOI8R) ++ $(UCS2X11) ter-u20i.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ ++ ++ter-k20bi.pcf: ter-u20bi.bdf $(X_KOI8R) ++ $(UCS2X11) ter-u20bi.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ ++ ++ter-p20i.pcf: ter-u20i.bdf $(X_PT154) ++ $(UCS2X11) ter-u20i.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ ++ ++ter-p20bi.pcf: ter-u20bi.bdf $(X_PT154) ++ $(UCS2X11) ter-u20bi.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ ++ ++ter-x20i.pcf: ter-u20i.bdf $(X_10646) ++ $(UCS2X11) ter-u20i.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ ++ ++ter-x20bi.pcf: ter-u20bi.bdf $(X_10646) ++ $(UCS2X11) ter-u20bi.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ ++ ++ter-124i.pcf: ter-u24i.bdf $(X_88591) ++ $(UCS2X11) ter-u24i.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ ++ ++ter-124bi.pcf: ter-u24bi.bdf $(X_88591) ++ $(UCS2X11) ter-u24bi.bdf $(R_88591) $(X_88591) | $(BDF2PCF) -o $@ ++ ++ter-224i.pcf: ter-u24i.bdf $(X_88592) ++ $(UCS2X11) ter-u24i.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ ++ ++ter-224bi.pcf: ter-u24bi.bdf $(X_88592) ++ $(UCS2X11) ter-u24bi.bdf $(R_88592) $(X_88592) | $(BDF2PCF) -o $@ ++ ++ter-524i.pcf: ter-u24i.bdf $(X_88595) ++ $(UCS2X11) ter-u24i.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ ++ ++ter-524bi.pcf: ter-u24bi.bdf $(X_88595) ++ $(UCS2X11) ter-u24bi.bdf $(R_88595) $(X_88595) | $(BDF2PCF) -o $@ ++ ++ter-924i.pcf: ter-u24i.bdf $(X_88599) ++ $(UCS2X11) ter-u24i.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@ ++ ++ter-924bi.pcf: ter-u20bi.bdf $(X_88599) ++ $(UCS2X11) ter-u24bi.bdf $(R_88599) $(X_88599) | $(BDF2PCF) -o $@ ++ ++ter-c24i.pcf: ter-u24i.bdf $(X_W1251) ++ $(UCS2X11) ter-u24i.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ ++ ++ter-c24bi.pcf: ter-u24bi.bdf $(X_W1251) ++ $(UCS2X11) ter-u24bi.bdf $(R_W1251) $(X_W1251) | $(BDF2PCF) -o $@ ++ ++ter-f24i.pcf: ter-u24i.bdf $(X_8859F) ++ $(UCS2X11) ter-u24i.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ ++ ++ter-f24bi.pcf: ter-u24bi.bdf $(X_8859F) ++ $(UCS2X11) ter-u24bi.bdf $(R_8859F) $(X_8859F) | $(BDF2PCF) -o $@ ++ ++ter-g24i.pcf: ter-u24i.bdf $(X_8859G) ++ $(UCS2X11) ter-u24i.bdf $(R_8859G) $(X_8859G) | $(BDF2PCF) -o $@ ++ ++ter-g24bi.pcf: ter-u24bi.bdf $(X_8859G) ++ $(UCS2X11) ter-u24bi.bdf $(R_8859G) $(X_8859G) | $(BDF2PCF) -o $@ ++ ++ter-k24i.pcf: ter-u24i.bdf $(X_KOI8R) ++ $(UCS2X11) ter-u24i.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ ++ ++ter-k24bi.pcf: ter-u24bi.bdf $(X_KOI8R) ++ $(UCS2X11) ter-u24bi.bdf $(R_KOI8R) $(X_KOI8R) | $(BDF2PCF) -o $@ ++ ++ter-p24i.pcf: ter-u24i.bdf $(X_PT154) ++ $(UCS2X11) ter-u24i.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ ++ ++ter-p24bi.pcf: ter-u24bi.bdf $(X_PT154) ++ $(UCS2X11) ter-u24bi.bdf $(R_PT154) $(X_PT154) | $(BDF2PCF) -o $@ ++ ++ter-x24i.pcf: ter-u24i.bdf $(X_10646) ++ $(UCS2X11) ter-u24i.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ ++ ++ter-x24bi.pcf: ter-u24bi.bdf $(X_10646) ++ $(UCS2X11) ter-u24bi.bdf $(R_10646) $(X_10646) | $(BDF2PCF) -o $@ ++ + clean: +- rm -f *.psf *.txt *.raw *.pcf ++ rm -f *.pcf *.pcf.gz *.psf diff -ruN terminus-font.orig/pkg-plist terminus-font/pkg-plist --- terminus-font.orig/pkg-plist Sat Nov 23 14:24:18 2002 +++ terminus-font/pkg-plist Sun Dec 22 12:17:48 2002 @@ -1,130 +1,162 @@ lib/X11/fonts/local/ter-114b.pcf.gz -lib/X11/fonts/local/ter-114n.pcf.gz -lib/X11/fonts/local/ter-116b.pcf.gz -lib/X11/fonts/local/ter-116n.pcf.gz -lib/X11/fonts/local/ter-120b.pcf.gz -lib/X11/fonts/local/ter-120n.pcf.gz -lib/X11/fonts/local/ter-124b.pcf.gz -lib/X11/fonts/local/ter-124n.pcf.gz -lib/X11/fonts/local/ter-214b.pcf.gz -lib/X11/fonts/local/ter-214n.pcf.gz -lib/X11/fonts/local/ter-216b.pcf.gz -lib/X11/fonts/local/ter-216n.pcf.gz -lib/X11/fonts/local/ter-220b.pcf.gz -lib/X11/fonts/local/ter-220n.pcf.gz -lib/X11/fonts/local/ter-224b.pcf.gz -lib/X11/fonts/local/ter-224n.pcf.gz -lib/X11/fonts/local/ter-514b.pcf.gz -lib/X11/fonts/local/ter-514n.pcf.gz -lib/X11/fonts/local/ter-516b.pcf.gz -lib/X11/fonts/local/ter-516n.pcf.gz -lib/X11/fonts/local/ter-520b.pcf.gz -lib/X11/fonts/local/ter-520n.pcf.gz -lib/X11/fonts/local/ter-524b.pcf.gz -lib/X11/fonts/local/ter-524n.pcf.gz -lib/X11/fonts/local/ter-c14b.pcf.gz -lib/X11/fonts/local/ter-c14n.pcf.gz -lib/X11/fonts/local/ter-c16b.pcf.gz -lib/X11/fonts/local/ter-c16n.pcf.gz -lib/X11/fonts/local/ter-c20b.pcf.gz -lib/X11/fonts/local/ter-c20n.pcf.gz -lib/X11/fonts/local/ter-c24b.pcf.gz -lib/X11/fonts/local/ter-c24n.pcf.gz -lib/X11/fonts/local/ter-f14b.pcf.gz -lib/X11/fonts/local/ter-f14n.pcf.gz -lib/X11/fonts/local/ter-f16b.pcf.gz -lib/X11/fonts/local/ter-f16n.pcf.gz -lib/X11/fonts/local/ter-f20b.pcf.gz -lib/X11/fonts/local/ter-f20n.pcf.gz -lib/X11/fonts/local/ter-f24b.pcf.gz -lib/X11/fonts/local/ter-f24n.pcf.gz -lib/X11/fonts/local/ter-k14b.pcf.gz -lib/X11/fonts/local/ter-k14n.pcf.gz -lib/X11/fonts/local/ter-k16b.pcf.gz -lib/X11/fonts/local/ter-k16n.pcf.gz -lib/X11/fonts/local/ter-k20b.pcf.gz -lib/X11/fonts/local/ter-k20n.pcf.gz -lib/X11/fonts/local/ter-k24b.pcf.gz -lib/X11/fonts/local/ter-k24n.pcf.gz -lib/X11/fonts/local/ter-p14b.pcf.gz -lib/X11/fonts/local/ter-p14n.pcf.gz -lib/X11/fonts/local/ter-p16b.pcf.gz -lib/X11/fonts/local/ter-p16n.pcf.gz -lib/X11/fonts/local/ter-p20b.pcf.gz -lib/X11/fonts/local/ter-p20n.pcf.gz -lib/X11/fonts/local/ter-p24b.pcf.gz -lib/X11/fonts/local/ter-p24n.pcf.gz -lib/X11/fonts/local/ter-x14b.pcf.gz -lib/X11/fonts/local/ter-x14n.pcf.gz -lib/X11/fonts/local/ter-x16b.pcf.gz -lib/X11/fonts/local/ter-x16n.pcf.gz -lib/X11/fonts/local/ter-x20b.pcf.gz -lib/X11/fonts/local/ter-x20n.pcf.gz -lib/X11/fonts/local/ter-x24b.pcf.gz -lib/X11/fonts/local/ter-x24n.pcf.gz lib/X11/fonts/local/ter-114bi.pcf.gz lib/X11/fonts/local/ter-114i.pcf.gz +lib/X11/fonts/local/ter-114n.pcf.gz +lib/X11/fonts/local/ter-116b.pcf.gz lib/X11/fonts/local/ter-116bi.pcf.gz lib/X11/fonts/local/ter-116i.pcf.gz +lib/X11/fonts/local/ter-116n.pcf.gz +lib/X11/fonts/local/ter-120b.pcf.gz lib/X11/fonts/local/ter-120bi.pcf.gz lib/X11/fonts/local/ter-120i.pcf.gz +lib/X11/fonts/local/ter-120n.pcf.gz +lib/X11/fonts/local/ter-124b.pcf.gz lib/X11/fonts/local/ter-124bi.pcf.gz lib/X11/fonts/local/ter-124i.pcf.gz +lib/X11/fonts/local/ter-124n.pcf.gz +lib/X11/fonts/local/ter-214b.pcf.gz lib/X11/fonts/local/ter-214bi.pcf.gz lib/X11/fonts/local/ter-214i.pcf.gz +lib/X11/fonts/local/ter-214n.pcf.gz +lib/X11/fonts/local/ter-216b.pcf.gz lib/X11/fonts/local/ter-216bi.pcf.gz lib/X11/fonts/local/ter-216i.pcf.gz +lib/X11/fonts/local/ter-216n.pcf.gz +lib/X11/fonts/local/ter-220b.pcf.gz lib/X11/fonts/local/ter-220bi.pcf.gz lib/X11/fonts/local/ter-220i.pcf.gz +lib/X11/fonts/local/ter-220n.pcf.gz +lib/X11/fonts/local/ter-224b.pcf.gz lib/X11/fonts/local/ter-224bi.pcf.gz lib/X11/fonts/local/ter-224i.pcf.gz +lib/X11/fonts/local/ter-224n.pcf.gz +lib/X11/fonts/local/ter-514b.pcf.gz lib/X11/fonts/local/ter-514bi.pcf.gz lib/X11/fonts/local/ter-514i.pcf.gz +lib/X11/fonts/local/ter-514n.pcf.gz +lib/X11/fonts/local/ter-516b.pcf.gz lib/X11/fonts/local/ter-516bi.pcf.gz lib/X11/fonts/local/ter-516i.pcf.gz +lib/X11/fonts/local/ter-516n.pcf.gz +lib/X11/fonts/local/ter-520b.pcf.gz lib/X11/fonts/local/ter-520bi.pcf.gz lib/X11/fonts/local/ter-520i.pcf.gz +lib/X11/fonts/local/ter-520n.pcf.gz +lib/X11/fonts/local/ter-524b.pcf.gz lib/X11/fonts/local/ter-524bi.pcf.gz lib/X11/fonts/local/ter-524i.pcf.gz +lib/X11/fonts/local/ter-524n.pcf.gz +lib/X11/fonts/local/ter-914b.pcf.gz +lib/X11/fonts/local/ter-914bi.pcf.gz +lib/X11/fonts/local/ter-914i.pcf.gz +lib/X11/fonts/local/ter-914n.pcf.gz +lib/X11/fonts/local/ter-916b.pcf.gz +lib/X11/fonts/local/ter-916bi.pcf.gz +lib/X11/fonts/local/ter-916i.pcf.gz +lib/X11/fonts/local/ter-916n.pcf.gz +lib/X11/fonts/local/ter-920b.pcf.gz +lib/X11/fonts/local/ter-920bi.pcf.gz +lib/X11/fonts/local/ter-920i.pcf.gz +lib/X11/fonts/local/ter-920n.pcf.gz +lib/X11/fonts/local/ter-924b.pcf.gz +lib/X11/fonts/local/ter-924bi.pcf.gz +lib/X11/fonts/local/ter-924i.pcf.gz +lib/X11/fonts/local/ter-924n.pcf.gz +lib/X11/fonts/local/ter-c14b.pcf.gz lib/X11/fonts/local/ter-c14bi.pcf.gz lib/X11/fonts/local/ter-c14i.pcf.gz +lib/X11/fonts/local/ter-c14n.pcf.gz +lib/X11/fonts/local/ter-c16b.pcf.gz lib/X11/fonts/local/ter-c16bi.pcf.gz lib/X11/fonts/local/ter-c16i.pcf.gz +lib/X11/fonts/local/ter-c16n.pcf.gz +lib/X11/fonts/local/ter-c20b.pcf.gz lib/X11/fonts/local/ter-c20bi.pcf.gz lib/X11/fonts/local/ter-c20i.pcf.gz +lib/X11/fonts/local/ter-c20n.pcf.gz +lib/X11/fonts/local/ter-c24b.pcf.gz lib/X11/fonts/local/ter-c24bi.pcf.gz lib/X11/fonts/local/ter-c24i.pcf.gz +lib/X11/fonts/local/ter-c24n.pcf.gz +lib/X11/fonts/local/ter-f14b.pcf.gz lib/X11/fonts/local/ter-f14bi.pcf.gz lib/X11/fonts/local/ter-f14i.pcf.gz +lib/X11/fonts/local/ter-f14n.pcf.gz +lib/X11/fonts/local/ter-f16b.pcf.gz lib/X11/fonts/local/ter-f16bi.pcf.gz lib/X11/fonts/local/ter-f16i.pcf.gz +lib/X11/fonts/local/ter-f16n.pcf.gz +lib/X11/fonts/local/ter-f20b.pcf.gz lib/X11/fonts/local/ter-f20bi.pcf.gz lib/X11/fonts/local/ter-f20i.pcf.gz +lib/X11/fonts/local/ter-f20n.pcf.gz +lib/X11/fonts/local/ter-f24b.pcf.gz lib/X11/fonts/local/ter-f24bi.pcf.gz lib/X11/fonts/local/ter-f24i.pcf.gz +lib/X11/fonts/local/ter-f24n.pcf.gz +lib/X11/fonts/local/ter-g14b.pcf.gz +lib/X11/fonts/local/ter-g14bi.pcf.gz +lib/X11/fonts/local/ter-g14i.pcf.gz +lib/X11/fonts/local/ter-g14n.pcf.gz +lib/X11/fonts/local/ter-g16b.pcf.gz +lib/X11/fonts/local/ter-g16bi.pcf.gz +lib/X11/fonts/local/ter-g16i.pcf.gz +lib/X11/fonts/local/ter-g16n.pcf.gz +lib/X11/fonts/local/ter-g20b.pcf.gz +lib/X11/fonts/local/ter-g20bi.pcf.gz +lib/X11/fonts/local/ter-g20i.pcf.gz +lib/X11/fonts/local/ter-g20n.pcf.gz +lib/X11/fonts/local/ter-g24b.pcf.gz +lib/X11/fonts/local/ter-g24bi.pcf.gz +lib/X11/fonts/local/ter-g24i.pcf.gz +lib/X11/fonts/local/ter-g24n.pcf.gz +lib/X11/fonts/local/ter-k14b.pcf.gz lib/X11/fonts/local/ter-k14bi.pcf.gz lib/X11/fonts/local/ter-k14i.pcf.gz +lib/X11/fonts/local/ter-k14n.pcf.gz +lib/X11/fonts/local/ter-k16b.pcf.gz lib/X11/fonts/local/ter-k16bi.pcf.gz lib/X11/fonts/local/ter-k16i.pcf.gz +lib/X11/fonts/local/ter-k16n.pcf.gz +lib/X11/fonts/local/ter-k20b.pcf.gz lib/X11/fonts/local/ter-k20bi.pcf.gz lib/X11/fonts/local/ter-k20i.pcf.gz +lib/X11/fonts/local/ter-k20n.pcf.gz +lib/X11/fonts/local/ter-k24b.pcf.gz lib/X11/fonts/local/ter-k24bi.pcf.gz lib/X11/fonts/local/ter-k24i.pcf.gz +lib/X11/fonts/local/ter-k24n.pcf.gz +lib/X11/fonts/local/ter-p14b.pcf.gz lib/X11/fonts/local/ter-p14bi.pcf.gz lib/X11/fonts/local/ter-p14i.pcf.gz +lib/X11/fonts/local/ter-p14n.pcf.gz +lib/X11/fonts/local/ter-p16b.pcf.gz lib/X11/fonts/local/ter-p16bi.pcf.gz lib/X11/fonts/local/ter-p16i.pcf.gz +lib/X11/fonts/local/ter-p16n.pcf.gz +lib/X11/fonts/local/ter-p20b.pcf.gz lib/X11/fonts/local/ter-p20bi.pcf.gz lib/X11/fonts/local/ter-p20i.pcf.gz +lib/X11/fonts/local/ter-p20n.pcf.gz +lib/X11/fonts/local/ter-p24b.pcf.gz lib/X11/fonts/local/ter-p24bi.pcf.gz lib/X11/fonts/local/ter-p24i.pcf.gz +lib/X11/fonts/local/ter-p24n.pcf.gz +lib/X11/fonts/local/ter-x14b.pcf.gz lib/X11/fonts/local/ter-x14bi.pcf.gz lib/X11/fonts/local/ter-x14i.pcf.gz +lib/X11/fonts/local/ter-x14n.pcf.gz +lib/X11/fonts/local/ter-x16b.pcf.gz lib/X11/fonts/local/ter-x16bi.pcf.gz lib/X11/fonts/local/ter-x16i.pcf.gz +lib/X11/fonts/local/ter-x16n.pcf.gz +lib/X11/fonts/local/ter-x20b.pcf.gz lib/X11/fonts/local/ter-x20bi.pcf.gz lib/X11/fonts/local/ter-x20i.pcf.gz +lib/X11/fonts/local/ter-x20n.pcf.gz +lib/X11/fonts/local/ter-x24b.pcf.gz lib/X11/fonts/local/ter-x24bi.pcf.gz lib/X11/fonts/local/ter-x24i.pcf.gz +lib/X11/fonts/local/ter-x24n.pcf.gz @exec (cd %D/lib/X11/fonts/local ; %D/bin/mkfontdir) @unexec (cd %D/lib/X11/fonts/local ; %D/bin/mkfontdir) >Release-Note: >Audit-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 Dec 21 20:30:34 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC68737B405 for ; Sat, 21 Dec 2002 20:30:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFE1C43EEA for ; Sat, 21 Dec 2002 20:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBM4U3NS062860 for ; Sat, 21 Dec 2002 20:30:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBM4U3WX062859; Sat, 21 Dec 2002 20:30:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE1AC37B401 for ; Sat, 21 Dec 2002 20:27:31 -0800 (PST) Received: from mailout10.sul.t-online.com (mailout10.sul.t-online.com [194.25.134.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A11643EDA for ; Sat, 21 Dec 2002 20:27:30 -0800 (PST) (envelope-from osgene@web.de) Received: from fwd06.sul.t-online.de by mailout10.sul.t-online.com with smtp id 18Pxi4-0001D9-01; Sun, 22 Dec 2002 05:27:28 +0100 Received: from badger.home (520018328195-0001@[80.132.113.162]) by fmrl06.sul.t-online.com with esmtp id 18Pxi0-02F8kKC; Sun, 22 Dec 2002 05:27:24 +0100 Received: (from gene@localhost) by badger.home (8.12.6/8.12.6) id gBM4Rf6T065204; Sun, 22 Dec 2002 05:27:41 +0100 (CET) (envelope-from gene) Message-Id: <200212220427.gBM4Rf6T065204@badger.home> Date: Sun, 22 Dec 2002 05:27:41 +0100 (CET) From: osgene@web.de Reply-To: osgene@web.de To: FreeBSD-gnats-submit@FreeBSD.org Cc: pelle@fukt.bth.se X-Send-Pr-Version: 3.113 Subject: ports/46457: Update x11/temperature.app to 1.4 and use FreeBSDish libfetch instead of wget Sender: owner-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: 46457 >Category: ports >Synopsis: Update x11/temperature.app to 1.4 and use FreeBSDish libfetch instead of wget >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 Dec 21 20:30:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Eugene Ossintsev >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: >Description: Update temperature.app to the latest release 1.4. Become independent from wget utility using the FreeBSD fetch library instead. Fix an installation error with wrong permissions for documentation directory containing README. >How-To-Repeat: >Fix: diff -ruN temperature.app.orig/Makefile temperature.app/Makefile --- temperature.app.orig/Makefile Sun Jul 22 07:39:28 2001 +++ temperature.app/Makefile Sun Dec 22 05:07:06 2002 @@ -6,24 +6,21 @@ # PORTNAME= temperature.app -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= x11 windowmaker MASTER_SITES= http://www.fukt.bth.se/~per/temperature/ DISTNAME= Temperature.app-${PORTVERSION} MAINTAINER= pelle@fukt.bth.se -RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget - USE_XPM= yes USE_X_PREFIX= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/Temperature.app ${PREFIX}/bin .ifndef(NOPORTDOCS) - @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \ - ${PREFIX}/share/doc/${PORTNAME} - @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME} + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include diff -ruN temperature.app.orig/distinfo temperature.app/distinfo --- temperature.app.orig/distinfo Sun Jul 22 07:39:28 2001 +++ temperature.app/distinfo Sun Dec 22 04:10:33 2002 @@ -1 +1 @@ -MD5 (Temperature.app-1.3.tar.gz) = ee47fab0f27c8f5e702f95179ff6e9d8 +MD5 (Temperature.app-1.4.tar.gz) = fefedf57fb7ab799202b10a07bec2806 diff -ruN temperature.app.orig/files/patch-Makefile temperature.app/files/patch-Makefile --- temperature.app.orig/files/patch-Makefile Sun Jul 22 07:39:28 2001 +++ temperature.app/files/patch-Makefile Sun Dec 22 03:38:39 2002 @@ -1,5 +1,5 @@ ---- Makefile.orig Mon Jun 25 12:03:07 2001 -+++ Makefile Sun Jul 1 20:47:36 2001 +--- Makefile.orig Sun Dec 22 03:37:52 2002 ++++ Makefile Sun Dec 22 03:37:34 2002 @@ -3,12 +3,12 @@ # @@ -13,7 +13,7 @@ -CXXFLAGS += -Wall -pedantic -fno-rtti -fno-exceptions -O2 -I/usr/X11R6/include -LDFLAGS += -L/usr/X11R6/lib -lXpm -lXext -lX11 +CXXFLAGS += -Wall -pedantic -fno-rtti -fno-exceptions -I$(X11BASE)/include -+LDFLAGS += -L$(X11BASE)/lib -lXpm -lXext -lX11 ++LDFLAGS += -L$(X11BASE)/lib -lXpm -lXext -lX11 -lfetch OBJECTS = Main.o Temperature.o Xpm.o diff -ruN temperature.app.orig/files/patch-README temperature.app/files/patch-README --- temperature.app.orig/files/patch-README Thu Jan 1 01:00:00 1970 +++ temperature.app/files/patch-README Sun Dec 22 02:37:13 2002 @@ -0,0 +1,23 @@ +--- README.orig Sun Dec 22 02:36:22 2002 ++++ README Sun Dec 22 01:58:16 2002 +@@ -10,7 +10,7 @@ + -------------------------------------------------------------- + Temperature.app is a Window Maker dock application which + fetches local temperature information every 15 minutes from +-ftp://weather.noaa.gov and displays it (in Celsius or Fahrenheit). ++http://weather.noaa.gov and displays it (in Celsius or Fahrenheit). + + + Hints +@@ -21,10 +21,7 @@ + If successful the led will stop blinking and go green. + If unsuccessful the led will stop blinking and go red. + Also, a error message will be printed in the console, +- describing what went wrong. If the error message is +- "wget failed" and you can't figure out why, try using +- option -V, which will cause wget to be run in verbose +- mode. ++ describing what went wrong. + + Bugs + -------------------------------------------------------------- diff -ruN temperature.app.orig/files/patch-Temperature.cc temperature.app/files/patch-Temperature.cc --- temperature.app.orig/files/patch-Temperature.cc Thu Jan 1 01:00:00 1970 +++ temperature.app/files/patch-Temperature.cc Sun Dec 22 02:38:18 2002 @@ -0,0 +1,148 @@ +--- Temperature.cc.orig Sun Dec 22 02:36:30 2002 ++++ Temperature.cc Sun Dec 22 02:28:29 2002 +@@ -19,25 +19,23 @@ + // USA. + // + +-#include +-#include +-#include + #include + #include + #include + #include + #include +-#include +-#include + #include + #include +-#include ++#include ++#include + #include "Xpm.h" + #include "Temperature.h" + + #include "pixmaps/main.xpm" + #include "pixmaps/redlight.xpm" + ++const int MAX_LINE = 1024; ++ + volatile static ChildStatus childStatus; + + static void catchBrokenPipe(int sig) +@@ -61,7 +59,7 @@ + } + + if (childStatus == ChildError) { +- cerr << APPNAME << ": could not fetch temperature (wget failed), try option -V for more information" << endl; ++ cerr << APPNAME << ": could not fetch temperature" << endl; + } + } + +@@ -82,7 +80,6 @@ + mFahrenheit = false; + mShowTime = false; + mTime12HourFormat = false; +- mVerbose = false; + + // Parse command line + if (argc>1) { +@@ -119,11 +116,6 @@ + i++; + } + +- // Verbose +- else if (!strcmp(argv[i], "-V")) { +- mVerbose = true; +- } +- + // Instance name + else if (!strcmp(argv[i], "-n")) { + checkArgument(argv, argc, i); +@@ -237,7 +229,6 @@ + << " -s set station id (ICAO Location Indicator)" << endl + << " -t 12|24 display time of temperature observation (12 or 24 hour format)" << endl + << " -f display degrees in Fahrenheit" << endl +- << " -V display verbose messages from wget" << endl + << " -n set client instance name" << endl + << " -d set display" << endl + << " -v print version and exit" << endl +@@ -333,9 +324,8 @@ + sprintf(mTime, "%d:%.2d", hour, min); + } + +-bool Temperature::updateTemperture(ifstream& file) ++bool Temperature::updateTemperture(strstream& file) + { +- const int MAX_LINE = 1024; + char buffer[MAX_LINE]; + + if (mShowTime) { +@@ -398,26 +388,30 @@ + int counter = 0; + while(1) { + if (counter <= 0) { +- char tmpFile[sizeof(TMP_FILE)] = TMP_FILE; +- int fd = mkstemp(tmpFile); +- if (fd == -1) { +- cerr << APPNAME << ": could not create temporary file " << tmpFile << ": " << strerror(errno) << endl; +- exit(1); +- } +- close(fd); +- + counter = UPDATE_INTERVAL; + childStatus = ChildRunning; + signal(SIGCHLD, catchChildExit); + showLed(true); ++ int pfd[2]; ++ if (pipe(pfd) == -1) { ++ cerr << APPNAME << ": could not fetch temperature (pipe() failed)" << endl; ++ continue; ++ } + int pid = fork(); + if (pid == 0) { +- const char* verbose = (mVerbose ? "--verbose" : "--quiet"); + char* URL = new char[strlen(METAR_URL) + strlen(mStationId) + 1]; + sprintf(URL, METAR_URL, mStationId); +- execlp("wget", "wget", "--cache=off", "--tries=0", verbose, "-O", tmpFile, URL, 0); +- cerr << APPNAME << ": could not fetch temperature (wget not found in $PATH)" << endl; +- remove(tmpFile); ++ FILE *file = fetchGetURL(URL, "p"); ++ if (file == NULL) ++ exit(-1); ++ char buf[MAX_LINE]; ++ close(pfd[0]); ++ for (;;) { ++ if (fgets(buf, sizeof(buf), file) == NULL) ++ break; ++ write(pfd[1], buf, sizeof(buf)); ++ } ++ close(pfd[1]); + exit(0); + } else if (pid == -1) { + cerr << APPNAME << ": could not fetch temperature (fork() failed)" << endl; +@@ -430,15 +424,17 @@ + } + showLed(true); + if (childStatus == ChildDone) { +- ifstream file(tmpFile); +- if (file) { +- if (updateTemperture(file)) { +- showLed(false); +- } +- file.close(); ++ char buf[MAX_LINE]; ++ close(pfd[1]); ++ strstream s; ++ while (read(pfd[0], buf, sizeof(buf)) > 0) { ++ s << buf; ++ } ++ close(pfd[0]); ++ if (updateTemperture(s)) { ++ showLed(false); + } + } +- remove(tmpFile); + } + } else { + counter--; diff -ruN temperature.app.orig/files/patch-Temperature.h temperature.app/files/patch-Temperature.h --- temperature.app.orig/files/patch-Temperature.h Thu Jan 1 01:00:00 1970 +++ temperature.app/files/patch-Temperature.h Sun Dec 22 02:37:42 2002 @@ -0,0 +1,36 @@ +--- Temperature.h.orig Sun Dec 22 02:36:36 2002 ++++ Temperature.h Sun Dec 22 02:29:29 2002 +@@ -22,7 +22,7 @@ + #ifndef _TEMPERATURE_H_ + #define _TEMPERATURE_H_ + +-#include ++#include + #include + + #define APPNAME "Temperature.app" +@@ -40,7 +40,6 @@ + #define UNIT_FONT "-*-helvetica-medium-r-*-*-12-*-*-*-*-*-*-*" + #define LED_X 57 + #define LED_Y 59 +-#define TMP_FILE "/tmp/temperature.app-XXXXXX" + + enum ChildStatus + { +@@ -63,7 +62,7 @@ + void showErrorLed(bool show); + void calcTimeDiff(); + void setTime(char* utcTime); +- bool updateTemperture(ifstream& file); ++ bool updateTemperture(strstream& file); + void showLed(bool show); + + Display* mDisplay; +@@ -80,7 +79,6 @@ + bool mFahrenheit; + bool mShowTime; + bool mTime12HourFormat; +- bool mVerbose; + }; + + #endif diff -ruN temperature.app.orig/pkg-descr temperature.app/pkg-descr --- temperature.app.orig/pkg-descr Sun May 27 21:03:50 2001 +++ temperature.app/pkg-descr Sun Dec 22 01:55:51 2002 @@ -1,6 +1,6 @@ Temperature.app is a Window Maker dock application which fetches local temperature information every 15 minutes from -ftp://weather.noaa.gov and displays it (in Celsius or Fahrenheit). +http://weather.noaa.gov and displays it (in Celsius or Fahrenheit). WWW: http://www.fukt.bth.se/~per/temperature/ >Release-Note: >Audit-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 Dec 21 21: 5:43 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF27B37B401; Sat, 21 Dec 2002 21:05:42 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C1B243EDC; Sat, 21 Dec 2002 21:05:42 -0800 (PST) (envelope-from keichii@FreeBSD.org) Received: from freefall.freebsd.org (keichii@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBM55gNS076026; Sat, 21 Dec 2002 21:05:42 -0800 (PST) (envelope-from keichii@freefall.freebsd.org) Received: (from keichii@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBM55gQs076022; Sat, 21 Dec 2002 21:05:42 -0800 (PST) Date: Sat, 21 Dec 2002 21:05:42 -0800 (PST) From: "Michael C . Wu" Message-Id: <200212220505.gBM55gQs076022@freefall.freebsd.org> To: keichii@FreeBSD.org, freebsd-ports@FreeBSD.org, keichii@FreeBSD.org Subject: Re: ports/46456: Update ports/x11-fonts/terminus-font Sender: owner-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 ports/x11-fonts/terminus-font Responsible-Changed-From-To: freebsd-ports->keichii Responsible-Changed-By: keichii Responsible-Changed-When: Sat Dec 21 21:05:13 PST 2002 Responsible-Changed-Why: I will do this. http://www.freebsd.org/cgi/query-pr.cgi?pr=46456 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message