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-